﻿@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import "ecommerce/plugins/aos.min.css";
@import "ecommerce/plugins/lightgallery.min.css";
@import "ecommerce/plugins/nice-select.min.css";
@import "ecommerce/plugins/swiper-bundle.min.css";
@font-face {
  font-family: "Benton Sans";
  src: url("../fonts/Benton Sans Regular.woff2") format("woff2"), url("../fonts/Benton Sans Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Benton Sans";
  src: url("../fonts/Benton Sans Italic.woff2") format("woff2"), url("../fonts/Benton Sans Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Benton Sans";
  src: url("../fonts/Benton Sans Bold.woff2") format("woff2"), url("../fonts/Benton Sans Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Benton Sans";
  src: url("../fonts/Benton Sans Bold Italic.woff2") format("woff2"), url("../fonts/Benton Sans Bold Italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.image-cover-container img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.btn-link {
  font-weight: 700 !important;
  text-decoration: none !important;
}
.btn-link:hover {
  opacity: 0.6 !important;
}

.btn-outline-light.download {
  display: inline-flex;
  align-items: center;
}
.btn-outline-light.download:after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.92 12.08L12 20L4.08 12.08L5.5 10.67L11 16.17V2H13V16.17L18.5 10.66L19.92 12.08ZM12 20H2V22H22V20H12Z" fill="%23ffffff"/></svg>') no-repeat center;
  background-position-y: center;
  background-repeat: no-repeat;
  color: #18244F;
  margin-left: 0.75rem;
  width: 18px;
  height: 18px;
}
.btn-outline-light.download:hover:after {
  background: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.92 12.08L12 20L4.08 12.08L5.5 10.67L11 16.17V2H13V16.17L18.5 10.66L19.92 12.08ZM12 20H2V22H22V20H12Z" fill="%2318244F"/></svg>') no-repeat center;
}

.btn-outline-primary.download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-outline-primary.download:after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.92 12.08L12 20L4.08 12.08L5.5 10.67L11 16.17V2H13V16.17L18.5 10.66L19.92 12.08ZM12 20H2V22H22V20H12Z" fill="%2318244F"/></svg>') no-repeat center;
  background-position-y: center;
  background-repeat: no-repeat;
  color: #18244F;
  margin-left: 0.75rem;
  width: 18px;
  height: 18px;
}
.btn-outline-primary.download:hover:after {
  background: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.92 12.08L12 20L4.08 12.08L5.5 10.67L11 16.17V2H13V16.17L18.5 10.66L19.92 12.08ZM12 20H2V22H22V20H12Z" fill="%23ffffff"/></svg>') no-repeat center;
}

.btn-secondary.download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-secondary.download:after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.92 12.08L12 20L4.08 12.08L5.5 10.67L11 16.17V2H13V16.17L18.5 10.66L19.92 12.08ZM12 20H2V22H22V20H12Z" fill="%2318244F"/></svg>') no-repeat center;
  background-position-y: center;
  background-repeat: no-repeat;
  color: #18244F;
  margin-left: 0.75rem;
  width: 18px;
  height: 18px;
}
.btn-secondary.download:hover:after {
  background: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.92 12.08L12 20L4.08 12.08L5.5 10.67L11 16.17V2H13V16.17L18.5 10.66L19.92 12.08ZM12 20H2V22H22V20H12Z" fill="%23ffffff"/></svg>') no-repeat center;
}

.btn-link.arrow {
  display: inline-flex;
  align-items: center;
}
.btn-link.arrow:after {
  content: "";
  background: url(../img/chevron-right-navy-60.svg) no-repeat;
  display: inline-block;
  margin-left: 0.5em;
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.btn-link.arrow:hover:after {
  transform: translateX(5px);
}

.checklist li {
  list-style: none;
  padding-left: 40px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 14.49'%3E%3Cpath fill='%2318244f' d='M19.83 1.84L7.35 14.31c-.11.11-.26.17-.42.17s-.31-.06-.42-.17L.17 7.97c-.11-.11-.17-.26-.17-.42s.06-.31.17-.42l.82-.82c.11-.11.26-.17.42-.17s.31.06.42.17l5.1 5.1L18.17.17c.23-.23.6-.23.84 0l.82.84c.11.11.17.26.17.42s-.06.31-.17.42z'/%3E%3C/svg%3E") no-repeat left center;
  background-size: 20px;
  padding-bottom: 2px;
  padding-top: 2px;
}

.text-white .checklist li {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 14.49'%3E%3Cpath fill='%23fff' d='M19.83 1.84L7.35 14.31c-.11.11-.26.17-.42.17s-.31-.06-.42-.17L.17 7.97c-.11-.11-.17-.26-.17-.42s.06-.31.17-.42l.82-.82c.11-.11.26-.17.42-.17s.31.06.42.17l5.1 5.1L18.17.17c.23-.23.6-.23.84 0l.82.84c.11.11.17.26.17.42s-.06.31-.17.42z'/%3E%3C/svg%3E") no-repeat left center;
}

.border-bottom-slate {
  border-bottom: 1px solid #808FA8 !important;
}

.border-slate {
  border-color: #808FA8 !important;
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  font-size: 1rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.84375rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.778em;
  color: #808FA8;
}

.form-control {
  display: block;
  width: 100%;
  padding: 14px 30px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  color: #18244F;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #18244F;
  background-color: #ffffff;
  border-color: rgb(139.5, 145.5, 167);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(24, 36, 79, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #808FA8;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 14px 30px;
  margin: -14px -30px;
  margin-inline-end: 30px;
  color: #18244F;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgb(221.35, 224.2, 227.05);
}
.form-control::-webkit-file-upload-button {
  padding: 14px 30px;
  margin: -14px -30px;
  margin-inline-end: 30px;
  color: #18244F;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgb(221.35, 224.2, 227.05);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 14px 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #18244F;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.75rem;
  font-size: 0.84375rem;
  border-radius: 0.375rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.75rem;
  margin: -0.25rem -0.75rem;
  margin-inline-end: 0.75rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.75rem;
  margin: -0.25rem -0.75rem;
  margin-inline-end: 0.75rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 2.5rem;
  font-size: 1rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.75rem 2.5rem;
  margin: -0.75rem -2.5rem;
  margin-inline-end: 2.5rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.75rem 2.5rem;
  margin: -0.75rem -2.5rem;
  margin-inline-end: 2.5rem;
}

textarea.form-control {
  min-height: calc(1.5em + 30px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1.5rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 14px;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

ul.dropdown-row {
  display: flex;
}
ul.dropdown-row .list-inline-item {
  flex-grow: 1;
}
ul.dropdown-row .form-select {
  padding: 14px 55px 14px 30px;
}

.form-select {
  display: block;
  width: 100%;
  padding: 14px 90px 14px 30px;
  -moz-padding-start: 27px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #18244F;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 16px 12px;
  border: 1px solid #18244F;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(139.5, 145.5, 167);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(24, 36, 79, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 30px;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #18244F;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  font-size: 0.84375rem;
  border-radius: 0.375rem;
}

.form-select-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.5rem;
  font-size: 1rem;
  border-radius: 0.3rem;
}

.member-directory-filter button {
  font-size: 18px;
}
.member-directory-filter .form-select {
  background-position: right 1rem center !important;
}
.member-directory-filter .badge {
  background-color: rgba(196, 200, 213, 0.5) !important;
}

@media screen and (max-width: 500px) {
  ul.dropdown-row {
    flex-direction: column;
    gap: 15px;
  }
  ul.dropdown-row .list-inline-item:not(:last-child) {
    margin-right: 0;
  }
}
.form-check {
  display: block;
  min-height: 1.6875rem;
  padding-left: 0;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: 0;
  margin-right: 0.675rem;
}
.form-check.col-6:nth-child(2n+1) {
  padding-left: 0;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(139.5, 145.5, 167);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(24, 36, 79, 0.25);
}
.form-check-input:checked {
  background-color: #18244F;
  border-color: #18244F;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #18244F;
  border-color: #18244F;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28139.5, 145.5, 167%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(24, 36, 79, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(24, 36, 79, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #18244F;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(185.7, 189.3, 202.2);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #18244F;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(185.7, 189.3, 202.2);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #F5F7F9;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #F5F7F9;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 30px;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 30px;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 14px 30px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  color: #18244F;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.75rem 2.5rem;
  font-size: 1rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.84375rem;
  border-radius: 0.375rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 120px;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.778em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.84375rem;
  color: #ffffff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 28px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 7px) center;
  background-size: calc(0.75em + 14px) calc(0.75em + 14px);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 28px);
  background-position: top calc(0.375em + 7px) right calc(0.375em + 7px);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 165px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 30px center, center right 90px;
  background-size: 16px 12px, calc(0.75em + 14px) calc(0.75em + 14px);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.778em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.84375rem;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 28px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 7px) center;
  background-size: calc(0.75em + 14px) calc(0.75em + 14px);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 28px);
  background-position: top calc(0.375em + 7px) right calc(0.375em + 7px);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 165px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 30px center, center right 90px;
  background-size: 16px 12px, calc(0.75em + 14px) calc(0.75em + 14px);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

/*=======================================
    4.07 Cart CSS
=========================================*/
.cart-table .table {
  margin: 0;
  white-space: nowrap;
}
.cart-table .table thead tr th {
  border-color: #EBEFF3;
  border-bottom: 0 solid transparent;
  color: #18244F;
  background: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
}
.cart-table .table tr {
  border-color: #EBEFF3;
}
.cart-table .table tr .pro-thumbnail, .cart-table .table tr .pro-price, .cart-table .table tr .pro-quantity, .cart-table .table tr .pro-subtotal, .cart-table .table tr .pro-remove {
  text-align: center;
  align-items: center;
}
.cart-table .table tr .pro-thumbnail {
  width: 115px;
}
.cart-table .table tr .pro-price {
  width: 135px;
}
.cart-table .table tr .pro-title {
  width: 270px;
}
.cart-table .table tr .pro-quantity {
  width: 180px;
}
.cart-table .table tr .pro-quantity .quantity {
  margin-right: 0px;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.cart-table .table tr .pro-quantity .quantity .cart-plus-minus {
  width: 120px;
}
.cart-table .table tr .pro-quantity .quantity .cart-plus-minus .cart-plus-minus-box {
  width: 120px;
}
.cart-table .table tr .pro-quantity .quantity .cart-plus-minus .qtybutton {
  border: 0px;
}
.cart-table .table tr .pro-subtotal {
  width: 120px;
}
.cart-table .table tr .pro-remove {
  width: 150px;
}
.cart-table .table tbody td {
  border-color: #EBEFF3;
  text-align: center;
  vertical-align: middle;
  color: #18244F;
}
.cart-table .table tbody td a {
  color: #18244F;
  text-transform: capitalize;
  font-size: 14px;
}
.cart-table .table tbody td a:hover {
  color: #18244F;
}
.cart-table .table tbody td a.btn {
  color: #ffffff;
}
.cart-table .table tbody td a.check-btn {
  color: #ffffff;
}
.cart-table .table tbody td.pro-remove a i {
  font-size: 18px;
  font-weight: 400;
}
.cart-table .table tbody td.pro-title {
  font-size: 14px;
  font-weight: 600;
}

/*-- Cart Update Option Style --*/
.cart-button-section {
  display: flex;
  flex-direction: row;
  padding: 43px 20px 30px;
  border: 1px solid #ebebeb;
  border-top: 0px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .cart-button-section {
    flex-direction: column;
  }
}
.cart-button-section .cart-btn-lef-side {
  display: flex;
}
@media only screen and (max-width: 575px) {
  .cart-button-section .cart-btn-lef-side {
    flex-direction: column;
  }
}
.cart-button-section .btn {
  margin-right: 20px;
  border-radius: 5px;
}
.cart-button-section .btn:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 575px) {
  .cart-button-section .btn {
    margin-bottom: 20px;
    margin-right: 0px;
  }
  .cart-button-section .btn:last-child {
    margin-bottom: 0px;
  }
}

/*-- Cart Calculator / Cart Date style --*/
.cart-calculator-wrapper {
  border: 1px solid #EBEFF3;
  padding: 20px;
}
.cart-calculator-wrapper .title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.cart-calculator-wrapper a {
  text-align: center;
}
.cart-calculator-wrapper .cart-calculate-items {
  font-weight: 500;
}
.cart-calculator-wrapper .cart-calculate-items .table {
  margin-bottom: 0;
}
.cart-calculator-wrapper .cart-calculate-items .table tr td {
  color: #18244F;
  padding: 15px 20px;
  border: 1px solid #e5e5e5;
}
.cart-calculator-wrapper .cart-calculate-items .table tr td:nth-child(2) {
  color: #18244F;
  text-align: right;
}
.cart-calculator-wrapper .cart-calculate-items .table tr td.total-amount {
  color: #18244F;
  font-weight: 700;
}
.cart-calculator-wrapper .btn {
  border-radius: 5px;
}

/*=======================================
    4.08 Checkout CSS
=========================================*/
.coupon-accordion .title {
  background-color: #EBEFF3;
  font-size: 14px;
  font-weight: 400;
  list-style: outside none none;
  margin: 0 0 30px;
  padding: 16px 32px 16px 20px;
  position: relative;
  width: auto;
  text-transform: none;
}
@media only screen and (max-width: 479px) {
  .coupon-accordion .title {
    line-height: 24px;
    padding: 10px;
    font-size: 14px;
  }
}
.coupon-accordion .title span {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.coupon-accordion .title span:hover {
  color: #18244F;
}
.coupon-accordion span {
  transition: 0.3s;
  text-transform: none;
  font-weight: 600;
}
.coupon-accordion .coupon-content {
  border: 1px solid #EBEFF3;
  margin-bottom: 20px;
  display: none;
  padding: 20px;
}
.coupon-accordion .coupon-content .coupon-info p {
  margin-bottom: 0;
}
.coupon-accordion .coupon-content .coupon-info p.form-row-first label, .coupon-accordion .coupon-content .coupon-info p.form-row-last label {
  display: block;
  color: #18244F;
  font-size: 15px;
  margin-bottom: 5px;
}
.coupon-accordion .coupon-content .coupon-info p.form-row-first label span .required, .coupon-accordion .coupon-content .coupon-info p.form-row-last label span .required {
  color: #18244F;
}
.coupon-accordion .coupon-content .coupon-info p.form-row-first input, .coupon-accordion .coupon-content .coupon-info p.form-row-last input {
  border: 1px solid #EBEFF3;
  height: 36px;
  margin: 0 0 14px;
  border-radius: 0;
  max-width: 100%;
  padding: 0 10px 0 10px;
  width: 370px;
  background-color: transparent;
}
.coupon-accordion .coupon-content .coupon-info p.form-row-first input:focus, .coupon-accordion .coupon-content .coupon-info p.form-row-last input:focus {
  border: 1px solid #18244F;
}
.coupon-accordion .coupon-content .coupon-info p .form-row input[type=submit] {
  background: #18244F none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 30px;
  text-shadow: none;
  text-transform: uppercase;
  transition: 0.3s;
  width: inherit;
}
.coupon-accordion .coupon-content .coupon-info p .form-row input[type=checkbox] {
  height: inherit;
  position: relative;
  top: 2px;
  width: inherit;
}
.coupon-accordion .coupon-content .coupon-info p .form-row label {
  margin-top: 7px;
}
.coupon-accordion .coupon-content .coupon-info .lost-password {
  margin-top: 15px;
}
.coupon-accordion .coupon-content .coupon-info .lost-password a {
  font-size: 14px;
}
.coupon-accordion .coupon-content .coupon-info .lost-password a:hover {
  color: #18244F;
}
.coupon-accordion .coupon-content .coupon-info .coupon-text {
  font-size: 15px;
}

.coupon-checkout-content {
  margin-bottom: 30px;
  display: none;
}
.coupon-checkout-content .coupon-info .checkout-coupon {
  margin-bottom: 0;
}
.coupon-checkout-content .coupon-info .checkout-coupon input[type=text] {
  background-color: transparent;
  border: 1px solid #EBEFF3;
  border-radius: 0;
  height: 46px;
  padding-left: 10px;
  padding-right: 10px;
  width: 170px;
  font-size: 14px;
}
@media only screen and (max-width: 479px) {
  .coupon-checkout-content .coupon-info .checkout-coupon input[type=text] {
    width: 140px;
  }
}
.coupon-checkout-content .coupon-info .checkout-coupon input[type=text]:focus {
  border: 1px solid #18244F;
}
.coupon-checkout-content .coupon-info .checkout-coupon input[type=submit] {
  margin-left: 6px;
}

.checkbox-form .title {
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
  margin: 0 0 25px;
  padding-bottom: 10px;
  width: 100%;
  font-weight: 600;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .checkbox-form .title {
    font-size: 18px;
  }
}
.checkbox-form .country-select {
  margin-bottom: 25px;
}
.checkbox-form .country-select .myniceselect.nice-select span {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  width: 100%;
}
.checkbox-form .checkout-form-list {
  margin-bottom: 30px;
}
.checkbox-form .checkout-form-list input[type=text],
.checkbox-form .checkout-form-list input[type=password],
.checkbox-form .checkout-form-list input[type=email] {
  background: #ffffff;
  border: 1px solid #EBEFF3;
  border-radius: 0;
  height: 42px;
  width: 100%;
  padding: 0 10px 0 10px;
  font-size: 14px;
}
.checkbox-form .checkout-form-list input[type=text]:focus,
.checkbox-form .checkout-form-list input[type=password]:focus,
.checkbox-form .checkout-form-list input[type=email]:focus {
  border: 1px solid #18244F;
}
.checkbox-form .checkout-form-list.create-acc {
  margin-bottom: 15px;
}
.checkbox-form .checkout-form-list.create-acc label {
  display: inline-block;
}
.checkbox-form .checkout-form-list label {
  color: #18244F;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
}
.checkbox-form .country-select label, .checkbox-form.checkout-form-list label {
  margin: 0 0 5px;
  display: block;
  color: #18244F;
  font-size: 15px;
}
.checkbox-form .country-select label span.required, .checkbox-form.checkout-form-list label span.required {
  display: inline-block;
  font-size: 24px;
  line-height: 16px;
  position: relative;
  top: 5px;
}

.checkbox-label {
  color: #18244F;
  font-weight: 500;
  cursor: pointer;
}
.checkbox-label:hover {
  color: #18244F;
  transition: 0.3s;
}

.create-account,
#ship-box-info {
  display: none;
}

.order-notes .checkout-form-list-2 {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .order-notes .checkout-form-list-2 {
    margin-bottom: 30px;
  }
}
.order-notes textarea {
  background-color: transparent;
  border: 1px solid #EBEFF3;
  height: 90px;
  padding: 15px;
  width: 100%;
  font-size: 14px;
}
.order-notes textarea:focus {
  border: 1px solid #18244F;
}

.your-order-area {
  padding: 30px 40px 30px;
}
@media only screen and (max-width: 479px) {
  .your-order-area {
    padding: 30px 20px;
  }
}
.your-order-area .title {
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
  margin: 0 0 25px;
  padding-bottom: 10px;
  width: 100%;
  font-weight: 600;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .your-order-area .title {
    font-size: 20px;
  }
}
.your-order-area .your-order-table .table {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  width: 100%;
}
.your-order-area .your-order-table .table thead tr th {
  border-top: medium none;
  font-weight: normal;
  vertical-align: middle;
  min-width: 140px;
  font-weight: 400;
}
.your-order-area .your-order-table .table thead tr th, .your-order-area .your-order-table .table thead tr td {
  border-bottom: 1px solid;
  border-right: medium none;
  font-size: 14px;
  padding: 15px 0;
  font-weight: 400;
  color: #18244F;
}
.your-order-area .your-order-table .table .order-total td {
  border-bottom: medium none;
  color: #18244F;
}
.your-order-area .your-order-table .table .order-total td span {
  font-size: 20px;
}
.your-order-area .your-order-table .table .order-total th {
  border-bottom: medium none;
  color: #18244F;
  font-size: 16px;
  font-weight: 500;
}
.your-order-area .your-order-table .table .cart-subtotal td {
  color: #18244F;
}
.your-order-area .your-order-table .table .cart-subtotal th {
  color: #18244F;
}
.your-order-area .your-order-table .table thead tr, .your-order-area .your-order-table .table tbody tr, .your-order-area .your-order-table .table tfoot tr {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.your-order-area .your-order-table .table thead tr th, .your-order-area .your-order-table .table thead tr td, .your-order-area .your-order-table .table tbody tr th, .your-order-area .your-order-table .table tbody tr td, .your-order-area .your-order-table .table tfoot tr th, .your-order-area .your-order-table .table tfoot tr td {
  border-color: #b0b0b0 !important;
  width: 50%;
  display: block;
  min-width: 200px;
}

.payment-accordion .single-payment .panel-title {
  display: block;
}
.payment-accordion .single-payment .panel-title .collapse-off {
  display: block;
  padding: 10px;
  font-size: 16px;
  color: #18244F;
  background: #EBEFF3;
}
.payment-accordion .single-payment .panel-title .collapse-off:hover {
  background: #18244F;
  color: #ffffff;
}
.payment-accordion .single-payment .card-body {
  margin-bottom: 30px;
}
.payment-accordion .single-payment .card-body p {
  font-size: 14px;
  line-height: 1.9;
}

/*=======================================
    4.09 Compare CSS
=========================================*/
.compare-table .table tbody tr {
  border-color: #EBEFF3;
}
.compare-table .table tbody tr td {
  text-align: center;
  padding: 20px;
  vertical-align: middle;
  border-color: #EBEFF3;
}
@media only screen and (max-width: 767px) {
  .compare-table .table tbody tr td {
    padding: 10px;
  }
}
.compare-table .table tbody tr td.first-column {
  min-width: 230px;
  font-size: 15px;
  font-weight: 600;
  color: #18244F;
  margin: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-table .table tbody tr td.first-column {
    min-width: 150px;
  }
}
.compare-table .table tbody tr td.product-image-title {
  min-width: 313px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px), only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-table .table tbody tr td.product-image-title {
    min-width: 260px;
  }
}
.compare-table .table tbody tr td.product-image-title .image {
  clear: both;
  width: 100%;
  margin-bottom: 15px;
  display: block;
}
.compare-table .table tbody tr td.product-image-title .category {
  float: left;
  clear: both;
  color: #18244F;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.compare-table .table tbody tr td.product-image-title .title {
  float: left;
  clear: both;
  font-size: 16px;
  color: #18244F;
  font-weight: 500;
  text-transform: capitalize;
}
.compare-table .table tbody tr td.product-image-title .title:hover {
  color: #18244F;
}
.compare-table .table tbody tr td.pro-desc p {
  text-align: left;
  margin: 0;
  font-size: 14px;
}
.compare-table .table tbody tr td.pro-price, .compare-table .table tbody tr td.pro-color, .compare-table .table tbody tr td.pro-stock {
  font-size: 14px;
  font-weight: 400;
}
.compare-table .table tbody tr td.pro-remove button {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  transition: 0.4s;
}
.compare-table .table tbody tr td.pro-remove button i {
  font-size: 20px;
}
.compare-table .table tbody tr td.pro-remove button:hover {
  color: #18244F;
}

/*=======================================
    4.05 Login Register CSS
=========================================*/
.login-wrapper, .register-wrapper {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  padding: 80px;
  border: 1px solid #EBEFF3;
  border-radius: 5px;
  text-align: left;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login-wrapper, .register-wrapper {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .login-wrapper, .register-wrapper {
    padding: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .login-wrapper, .register-wrapper {
    padding: 25px 10px;
  }
}
.login-wrapper .title, .register-wrapper .title {
  font-weight: 800;
  font-size: 30px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .login-wrapper .title, .register-wrapper .title {
    font-size: 26px;
  }
}
.login-wrapper .desc-content, .register-wrapper .desc-content {
  font-size: 14px;
}
.login-wrapper .single-input-item input, .register-wrapper .single-input-item input {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: none;
  color: #18244F;
  font-size: 14px;
  height: 50px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  border: 1px solid #EBEFF3;
}
.login-wrapper .single-input-item input:focus, .register-wrapper .single-input-item input:focus {
  border: 1px solid #EBEFF3;
}
.login-wrapper .single-input-item .login-reg-form-meta, .register-wrapper .single-input-item .login-reg-form-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-wrapper .single-input-item .login-reg-form-meta .btn, .register-wrapper .single-input-item .login-reg-form-meta .btn {
  font-weight: 600;
}
.login-wrapper .single-input-item .login-reg-form-meta .forget-pwd, .register-wrapper .single-input-item .login-reg-form-meta .forget-pwd {
  font-size: 14px;
}
.login-wrapper .single-input-item .login-reg-form-meta .forget-pwd:hover, .register-wrapper .single-input-item .login-reg-form-meta .forget-pwd:hover {
  color: #18244F;
}
.login-wrapper .lost-password a, .register-wrapper .lost-password a {
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}
.login-wrapper .lost-password a:hover, .register-wrapper .lost-password a:hover {
  color: #18244F;
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
}

/*=======================================
    4.04 My Account CSS
=========================================*/
.myaccount-tab-menu {
  flex-direction: column;
}
.myaccount-tab-menu a {
  border: 1px solid #EBEFF3;
  border-bottom: none;
  color: #18244F;
  font-weight: 600;
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 15px;
}
.myaccount-tab-menu a:last-child {
  border-bottom: 1px solid #EBEFF3;
}
.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
  background-color: #18244F;
  border-color: #18244F;
  color: #ffffff;
}
.myaccount-tab-menu a i {
  text-align: center;
  width: 25px;
}

@media only screen and (max-width: 767px) {
  #myaccountContent {
    margin-top: 30px;
  }
}
.myaccount-content {
  border: 1px solid #EBEFF3;
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .myaccount-content {
    padding: 20px 15px;
  }
}
.myaccount-content form .single-input-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.myaccount-content form .single-input-item input {
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #EBEFF3;
  font-size: 14px;
}
.myaccount-content form .single-input-item input:focus {
  border: 1px solid #18244F;
}
.myaccount-content form .single-input-item .required {
  font-weight: 600;
  font-size: 14px;
}
.myaccount-content form .single-item-button {
  width: 25%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .myaccount-content form .single-item-button {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .myaccount-content form .single-item-button {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .myaccount-content form .single-item-button {
    width: 100%;
  }
}
.myaccount-content .title {
  font-size: 18px;
  color: #18244F;
  border-bottom: 1px dashed #EBEFF3;
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .myaccount-content .title {
    font-size: 18px;
  }
}
.myaccount-content .welcome a {
  color: #18244F;
}
.myaccount-content .welcome a:hover {
  color: #18244F;
}
.myaccount-content .welcome strong {
  font-weight: 600;
  color: #18244F;
}
.myaccount-content fieldset {
  margin-top: 20px;
}
.myaccount-content fieldset legend {
  color: #18244F;
  font-size: 20px;
  margin-top: 20px;
  font-weight: 500;
  border-bottom: 1px dashed #EBEFF3;
  margin-bottom: 30px;
}

.myaccount-table {
  white-space: nowrap;
  font-size: 14px;
}
.myaccount-table table th, .myaccount-table .table th {
  color: #18244F;
  padding: 10px;
  font-weight: 500;
  background-color: #f8f8f8;
  border-color: #EBEFF3;
  border-bottom: 0;
}
.myaccount-table table td, .myaccount-table .table td {
  padding: 10px;
  vertical-align: middle;
  border-color: #EBEFF3;
}

.saved-message {
  background-color: #EBEFF3;
  border-top: 3px solid #18244F;
  border-radius: 5px 5px 0 0;
  font-weight: 600;
  font-size: 15px;
  color: #666666;
  padding: 20px;
}

/*=======================================
    4.02 Shop CSS
=========================================*/
/*-- Shop Toolbar Area Start Here --*/
.shop_toolbar_wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 479px) {
  .shop_toolbar_wrapper {
    flex-direction: column;
    justify-content: center;
  }
}
.shop_toolbar_wrapper .shop_toolbar_btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.shop_toolbar_wrapper .shop_toolbar_btn button {
  border: 0px;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 0px;
  line-height: 1;
  cursor: pointer;
  transition: 0.4s;
  padding: 10px;
  color: #18244F;
  background-color: #EBEFF3;
}
.shop_toolbar_wrapper .shop_toolbar_btn button:last-child {
  margin-right: 0px;
}
.shop_toolbar_wrapper .shop_toolbar_btn button.active {
  color: #ffffff;
  background: #18244F;
}
.shop_toolbar_wrapper .shop_toolbar_btn button:focus {
  box-shadow: none;
  outline: none;
}
.shop_toolbar_wrapper .shop_toolbar_btn button:hover {
  color: #ffffff;
  background: #18244F;
  border-color: #18244F;
}
.shop_toolbar_wrapper .shop-top-bar-right {
  display: flex;
  align-items: center;
}
.shop_toolbar_wrapper .shop-top-bar-right .title {
  font-size: 14px;
  color: #18244F;
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .shop_toolbar_wrapper .shop-top-bar-right .shop-short-by {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
.shop_toolbar_wrapper .shop-top-bar-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .shop_toolbar_wrapper .shop-top-bar-left {
    margin-bottom: 10px;
  }
}
.shop_toolbar_wrapper .shop-top-bar-left .shop-top-show span {
  color: #18244F;
  font-size: 14px;
}
.shop_toolbar_wrapper .shop-top-bar-left .shop_toolbar_btn {
  margin-right: 60px;
}
@media only screen and (max-width: 479px) {
  .shop_toolbar_wrapper .shop-top-bar-left .shop_toolbar_btn {
    margin-right: 15px;
  }
}
.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by, .shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by {
  margin-right: 0px;
}
.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select, .shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select {
  border-radius: 0px;
  border-color: #ebebeb;
  height: 32px;
  line-height: 30px;
  cursor: pointer;
  width: 200px;
  padding-left: 2px;
}
@media only screen and (max-width: 767px) {
  .shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select, .shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select {
    width: 190px;
  }
}
.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select .list, .shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select .list {
  width: 200px;
  padding: 10px 0;
  border-radius: 0px;
  z-index: 99;
}
.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select li, .shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select li {
  margin: 0 10px;
  padding: 10px 0;
  background: transparent;
  line-height: 1;
  min-height: 20px;
}
.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select li:hover, .shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select li:hover {
  padding-left: 5px;
  display: block;
  color: #18244F;
}
.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select:focus, .shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select:focus {
  border-color: #18244F;
}
.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select .current, .shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select .current {
  color: #18244F;
  font-size: 14px;
}

/*-- Shop Toolbar Area End Here --*/
/* Shop Wrapper Start */
.shop_wrapper.grid_list {
  transition: 0.3s;
  animation-duration: 1s;
  animation-name: fadeIn;
}
.shop_wrapper.grid_list .product-inner {
  display: flex;
}
.shop_wrapper.grid_4, .shop_wrapper.grid_5, .shop_wrapper.grid_3 {
  transition: 0.6s;
  animation-duration: 2s;
  animation-name: fadeIn;
  margin-bottom: -40px;
}
.shop_wrapper.grid_4 .product, .shop_wrapper.grid_5 .product, .shop_wrapper.grid_3 .product {
  margin-bottom: 40px;
}
.shop_wrapper.grid_4 .product .thumb img, .shop_wrapper.grid_5 .product .thumb img, .shop_wrapper.grid_3 .product .thumb img {
  width: 100%;
}
.shop_wrapper.grid_4 .product .content .price, .shop_wrapper.grid_5 .product .content .price, .shop_wrapper.grid_3 .product .content .price {
  margin-bottom: 0;
}
.shop_wrapper.grid_4 .product .content .action-btn, .shop_wrapper.grid_5 .product .content .action-btn, .shop_wrapper.grid_3 .product .content .action-btn {
  display: none;
}
.shop_wrapper .content p {
  display: none;
}

.grid_list .product .product-inner {
  padding-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  .grid_list .product .product-inner {
    flex-direction: column;
  }
}
.grid_list .product:last-child .product-inner {
  padding-bottom: 0px;
  border-bottom: 0px;
}
.grid_list .product .thumb {
  width: 270px;
}
.grid_list .product .thumb img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .grid_list .product .thumb {
    width: 220px;
    height: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .grid_list .product .thumb {
    width: 100%;
    height: 100%;
  }
}
.grid_list .product .thumb .action-wrapper {
  display: none;
}
.grid_list .product .content {
  width: calc(100% - 270px);
  text-align: start;
  padding-top: 10px;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .grid_list .product .content {
    width: calc(100% - 220px);
  }
}
@media only screen and (max-width: 575px) {
  .grid_list .product .content {
    width: 100%;
    padding-left: 10px;
  }
}
.grid_list .product .content .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (max-width: 575px) {
  .grid_list .product .content .title {
    margin-top: 20px;
  }
}
.grid_list .product .content .rating {
  justify-content: flex-start;
  margin-bottom: 10px;
}
.grid_list .product .content .price {
  justify-content: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.grid_list .product .content p {
  display: block;
  font-size: 14px;
}
.grid_list .product .content .action-btn.cart-btn .add-to_cart {
  width: 130px;
  margin-right: 15px;
}
.grid_list .product .content .action-btn.cart-btn .add-to_cart .btn {
  width: 100%;
  display: block;
  padding: 10px 14px;
}
.grid_list .product .content .action-btn .action {
  border: 1px solid #dcdcdc;
  color: #18244F;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  margin: 0 16px 0 0;
  text-align: center;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
}
.grid_list .product .content .action-btn .action:hover {
  background: #18244F;
  color: #ffffff;
  border-color: #18244F;
}

/* Shop Wrapper End */
/*=======================================
    4.06 Wishlist CSS
=========================================*/
.wishlist-table .table {
  margin: 0;
  white-space: nowrap;
}
.wishlist-table .table thead tr th {
  border-color: #EBEFF3;
  border-bottom: 0 solid transparent;
  color: #18244F;
  background: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
}
.wishlist-table .table tr {
  border-color: #EBEFF3;
}
.wishlist-table .table tr .pro-thumbnail, .wishlist-table .table tr .pro-price, .wishlist-table .table tr .pro-stock, .wishlist-table .table tr .pro-cart, .wishlist-table .table tr .pro-title, .wishlist-table .table tr .pro-remove {
  text-align: center;
  align-items: center;
}
.wishlist-table .table tr .pro-thumbnail {
  width: 120px;
}
.wishlist-table .table tr .pro-price {
  width: 130px;
}
.wishlist-table .table tr .pro-title {
  width: 270px;
}
.wishlist-table .table tr .pro-stock {
  width: 180px;
}
.wishlist-table .table tr .pro-cart {
  width: 150px;
}
.wishlist-table .table tr .pro-remove {
  width: 120px;
}
.wishlist-table .table tbody td {
  border-color: #EBEFF3;
  text-align: center;
  vertical-align: middle;
  color: #18244F;
}
.wishlist-table .table tbody td a {
  color: #18244F;
  text-transform: capitalize;
  font-size: 14px;
}
.wishlist-table .table tbody td a:hover {
  color: #18244F;
}
.wishlist-table .table tbody td a.btn {
  color: #ffffff;
}
.wishlist-table .table tbody td a.check-btn {
  color: #ffffff;
}
.wishlist-table .table tbody td.pro-title {
  font-size: 14px;
  font-weight: 600;
}
.wishlist-table .table tbody td.pro-remove a i {
  font-size: 18px;
  font-weight: 400;
}

/*=======================================
    3.04 Products CSS
=========================================*/
/* Product Style */
.product {
  overflow: hidden;
}
.product .thumb {
  position: relative;
  overflow: hidden;
}
.product .thumb .action-wrapper {
  position: absolute;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  padding: 13px 0 11px;
  left: 0%;
  transform: translateY(-50%) translateX(100%);
  top: 50%;
  transition: all 0.9s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.product .thumb .action-wrapper .action {
  display: flex;
  font-size: 20px;
  line-height: 1;
  margin: 0 18px;
  position: relative;
}
.product .thumb .action-wrapper .action::before {
  background-color: #666666;
  content: "";
  height: 21px;
  position: absolute;
  right: -18px;
  top: 0px;
  width: 1px;
}
.product .thumb .action-wrapper .action:last-child::before {
  display: none;
}
.product .thumb .action-wrapper .action:hover {
  color: #18244F;
}
.product .thumb .countdown-area {
  opacity: 1;
  visibility: visible;
  position: absolute;
  bottom: 0;
  transition: 0.6s;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product .thumb .countdown-area .single-countdown {
    padding: 5px;
  }
  .product .thumb .countdown-area .single-countdown .single-countdown_time {
    padding: 0px 0 0px;
    font-size: 14px;
    line-height: 12px;
  }
  .product .thumb .countdown-area .single-countdown .single-countdown_text {
    font-size: 12px;
    line-height: 12px;
  }
}
.product .badges {
  position: absolute;
  z-index: 8;
  top: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
}
.product .badges span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: block;
  padding: 4px 12px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  border-radius: 3px;
}
.product .badges span + span {
  margin-top: 6px;
}
.product .badges span.new {
  background-color: #18244F;
}
.product .badges span.sale {
  background-color: #18244F;
}
.product .content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  padding: 30px 15px 0;
  transition: all 0.2s ease-in-out;
  text-align: center;
  background-color: #ffffff;
}
.product .content .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #212529;
}
.product .content .title a {
  text-decoration: none;
  color: #18244F;
}
.product .content .title a:hover {
  color: #18244F;
}
.product .content .price {
  font-size: 18px;
  line-height: 1;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .content .price:not(:last-child) {
  margin-bottom: 20px;
}
.product .content .price span.new {
  color: #18244F;
}
.product .content .price span.old {
  font-size: 16px;
  margin-left: 10px;
  text-decoration: line-through;
  color: #dc3545;
  opacity: 0.5;
}
.product:hover .thumb .action-wrapper {
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: 0.6s;
  opacity: 1;
  visibility: visible;
}
.product:hover .thumb .countdown-area {
  opacity: 0;
  visibility: hidden;
  transform: 0.6s;
}

/* Product Tab Nav Style */
.product-tab-nav > li > a {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0;
  color: #18244F;
  line-height: 25px;
  padding: 0px 16px;
}
@media only screen and (max-width: 767px) {
  .product-tab-nav > li > a {
    font-size: 20px;
  }
}
.product-tab-nav > li > a:hover {
  color: #18244F;
}
.product-tab-nav > li > a.active {
  color: #18244F;
}

.product-deal-content .title {
  font-size: 20px;
  color: #212529;
  line-height: 1;
}
.product-deal-content .title:hover {
  color: #18244F;
}
.product-deal-content .rating {
  justify-content: flex-start;
}
.product-deal-content .price {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product-deal-content .price:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-deal-content .price:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-deal-content .price:not(:last-child) {
    margin-bottom: 15px;
  }
}
.product-deal-content .price span.new {
  color: #555;
}
.product-deal-content .price span.old {
  font-size: 18px;
  margin-left: 10px;
  text-decoration: line-through;
  color: #18244F;
  opacity: 0.5;
}
.product-deal-content p {
  color: #212529;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-deal-content p {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .product-deal-content p {
    margin-bottom: 20px;
  }
}
.product-deal-content .countdown-wrapper .single-countdown {
  padding: 10px 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .product-deal-content .countdown-wrapper .single-countdown {
    padding: 10px;
  }
}
.product-deal-content .countdown-wrapper .single-countdown .single-countdown_time {
  padding: 0px 0 8px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ffffff;
}
.product-deal-content .countdown-wrapper .single-countdown .single-countdown_text {
  font-size: 12px;
}
.product-deal-content .btn {
  border-radius: 50px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-deal-content .btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .product-deal-content .btn {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .product-deal-content .btn {
    font-size: 12px;
    padding: 10px 18px;
  }
}

.product-deal-carousel .swiper-nav-button, .product-carousel .swiper-nav-button {
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  font-size: 17px;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #18244F;
}
.product-deal-carousel .swiper-nav-button::after, .product-carousel .swiper-nav-button::after {
  display: none;
}
.product-deal-carousel .swiper-nav-button:hover, .product-carousel .swiper-nav-button:hover {
  color: #ffffff;
  background: #18244F;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-deal-carousel .swiper-nav-button, .product-carousel .swiper-nav-button {
    height: 40px;
    width: 40px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .product-deal-carousel .swiper-nav-button, .product-carousel .swiper-nav-button {
    height: 30px;
    width: 30px;
    font-size: 14px;
  }
}
.product-deal-carousel .swiper-deal-button-prev, .product-deal-carousel .swiper-button-prev, .product-carousel .swiper-deal-button-prev, .product-carousel .swiper-button-prev {
  left: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-deal-carousel .swiper-deal-button-prev, .product-deal-carousel .swiper-button-prev, .product-carousel .swiper-deal-button-prev, .product-carousel .swiper-button-prev {
    left: 0px;
  }
}
.product-deal-carousel .swiper-deal-button-next, .product-deal-carousel .swiper-button-next, .product-carousel .swiper-deal-button-next, .product-carousel .swiper-button-next {
  right: 0px;
}
.product-deal-carousel .swiper-deal-button-next::after, .product-deal-carousel .swiper-button-next::after, .product-carousel .swiper-deal-button-next::after, .product-carousel .swiper-button-next::after {
  display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-deal-carousel .swiper-deal-button-next, .product-deal-carousel .swiper-button-next, .product-carousel .swiper-deal-button-next, .product-carousel .swiper-button-next {
    right: 0px;
  }
}
.product-deal-carousel:hover .main-slider-nav, .product-deal-carousel:hover .swiper-pagination, .product-carousel:hover .main-slider-nav, .product-carousel:hover .swiper-pagination {
  opacity: 1;
  visibility: visible;
}
.product-deal-carousel .swiper-deal-button-prev, .product-deal-carousel .swiper-deal-button-next, .product-carousel .swiper-deal-button-prev, .product-carousel .swiper-deal-button-next {
  margin-top: 0;
  transform: translateY(-50%);
}
.product-deal-carousel .swiper-deal-button-prev i, .product-deal-carousel .swiper-deal-button-next i, .product-carousel .swiper-deal-button-prev i, .product-carousel .swiper-deal-button-next i {
  transition: all 0.2s ease-in-out;
}
.product-deal-carousel .swiper-deal-button-prev:hover i, .product-deal-carousel .swiper-deal-button-next:hover i, .product-carousel .swiper-deal-button-prev:hover i, .product-carousel .swiper-deal-button-next:hover i {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.product-deal-carousel .swiper-deal-button-prev::after, .product-deal-carousel .swiper-deal-button-next::after, .product-carousel .swiper-deal-button-prev::after, .product-carousel .swiper-deal-button-next::after {
  display: none;
}
.product-deal-carousel .swiper-pagination, .product-carousel .swiper-pagination {
  opacity: 0;
  visibility: hidden;
}

/*=======================================
    3.05 Single Product CSS
=========================================*/
.single-product-tab .nav-tabs {
  justify-content: center;
  border-bottom: 0px;
}
@media only screen and (max-width: 479px) {
  .single-product-tab .nav-tabs {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
}
.single-product-tab .nav-tabs .nav-item {
  text-align: center;
}
.single-product-tab .nav-tabs .nav-item .nav-link {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  border-radius: 0px;
  color: #18244F;
  text-transform: uppercase;
  border: 0px;
  margin: 0 37px;
  padding: 0 0 13px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .single-product-tab .nav-tabs .nav-item .nav-link {
    padding: 0px 0px 8px 0px;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 575px) {
  .single-product-tab .nav-tabs .nav-item .nav-link {
    font-size: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .single-product-tab .nav-tabs .nav-item .nav-link {
    font-size: 12px;
  }
}
.single-product-tab .nav-tabs .nav-item .nav-link:hover {
  color: #18244F;
  background-color: transparent;
}
.single-product-tab .nav-tabs .nav-item .nav-link:hover::after {
  width: 100%;
  opacity: 1;
  transition: 0.4s;
}
.single-product-tab .nav-tabs .nav-item .nav-link.active {
  color: #18244F;
  background-color: transparent;
}
.single-product-tab .nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
  opacity: 1;
  transition: 0.4s;
}
.single-product-tab .nav-tabs .nav-item .nav-link::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 0;
  left: 0;
  background-color: #18244F;
  opacity: 0;
  transition: 0.4s;
}
.single-product-tab .nav-tabs .nav-item .nav-link::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 1px;
  background-color: #18244F;
  right: -37px;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .single-product-tab .nav-tabs .nav-item .nav-link::before {
    right: -10px;
  }
}
@media only screen and (max-width: 575px) {
  .single-product-tab .nav-tabs .nav-item .nav-link::before {
    display: none;
  }
}
.single-product-tab .nav-tabs .nav-item:last-child .nav-link {
  margin-right: 0;
}
.single-product-tab .nav-tabs .nav-item:last-child .nav-link::before {
  display: none;
}
.single-product-tab .nav-tabs .nav-item:first-child .nav-link {
  margin-left: 0;
}
.single-product-tab .tab-content {
  border-top: 0px;
}
.single-product-tab .tab-content .desc-content {
  padding: 40px 30px 0;
}
.single-product-tab .tab-content .desc-content p {
  font-size: 14px;
  line-height: 26px;
  color: #18244F;
}
@media only screen and (max-width: 767px) {
  .single-product-tab .tab-content .desc-content {
    padding-top: 30px;
  }
}
.single-product-tab .pro_review {
  display: flex;
}
@media only screen and (max-width: 479px) {
  .single-product-tab .pro_review {
    flex-direction: column;
  }
}
.single-product-tab .review_thumb {
  min-width: 80px;
}
.single-product-tab .review_thumb img {
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .single-product-tab .review_thumb {
    min-width: 60px;
    margin-right: 10px;
  }
}
.single-product-tab .review_details {
  border: 1px solid #ddd;
  margin-left: 26px;
  padding: 10px 20px;
  position: relative;
  border-radius: 3px;
}
@media only screen and (max-width: 479px) {
  .single-product-tab .review_details {
    margin-left: 0;
    padding: 10px 10px;
  }
}
.single-product-tab .review_details:before {
  background: #e9ecef;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  content: "";
  display: block;
  height: 10px;
  left: -6px;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
  width: 10px;
}
.single-product-tab .review_details .review-title-date .title {
  font-size: 18px;
  font-weight: 500;
  color: #18244F;
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .single-product-tab .review_details .review-title-date .title {
    font-size: 16px;
    font-weight: 600;
  }
}
.single-product-tab .review_details .review-title-date span {
  font-size: 14px;
  color: #18244F;
  margin-left: 5px;
}
@media only screen and (max-width: 479px) {
  .single-product-tab .review_details .review-title-date span {
    font-size: 12px;
    margin-left: 5px;
  }
}
.single-product-tab .review_details p {
  font-size: 14px;
  color: #18244F;
}
.single-product-tab .rating_wrap .rating-title {
  font-size: 18px;
  font-weight: 500;
  color: #18244F;
}
.single-product-tab .rating_wrap p {
  font-size: 14px;
  color: #18244F;
}
.single-product-tab .rating_wrap .rating-sub-title {
  font-size: 16px;
  font-weight: 500;
  color: #18244F;
}
.single-product-tab .comments-reply-area .comment-input input, .single-product-tab .comments-reply-area .comment-input textarea, .single-product-tab .comments-reply-area .comment-form-comment input, .single-product-tab .comments-reply-area .comment-form-comment textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 10px;
  height: 40px;
}
.single-product-tab .comments-reply-area .comment-input input:focus, .single-product-tab .comments-reply-area .comment-input textarea:focus, .single-product-tab .comments-reply-area .comment-form-comment input:focus, .single-product-tab .comments-reply-area .comment-form-comment textarea:focus {
  border-color: #18244F;
}
.single-product-tab .comments-reply-area .comment-input textarea, .single-product-tab .comments-reply-area .comment-form-comment textarea {
  height: 140px;
}
.single-product-tab .comments-reply-area label {
  display: block;
  margin-bottom: 3px;
}
.single-product-tab .shipping-policy .title {
  font-size: 24px;
  color: #18244F;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .single-product-tab .shipping-policy .title {
    font-size: 20px;
  }
}
.single-product-tab .shipping-policy .policy-list {
  padding-left: 20px;
}
.single-product-tab .shipping-policy .policy-list li {
  list-style: inside;
}
.single-product-tab .shipping-policy p {
  font-size: 14px;
}
@media only screen and (max-width: 479px) {
  .single-product-tab .product_tab_content .single-review {
    flex-direction: column;
  }
  .single-product-tab .product_tab_content .single-review .review_thumb {
    width: 80px;
    margin: 0 auto 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-summery {
    margin-top: 40px;
  }
}
.product-summery .product-head .product-title {
  font-size: 24px;
  font-weight: 500;
  color: #18244F;
}
@media only screen and (max-width: 479px) {
  .product-summery .product-head .product-title {
    font-size: 18px;
  }
}
.product-summery .price-box .regular-price {
  font-size: 20px;
  font-weight: 600;
  margin-right: 5px;
  color: #18244F;
}
@media only screen and (max-width: 479px) {
  .product-summery .price-box .regular-price {
    font-size: 16px;
  }
}
.product-summery .price-box .old-price {
  font-size: 16px;
  color: #ced4da;
}
@media only screen and (max-width: 479px) {
  .product-summery .price-box .old-price {
    font-size: 14px;
  }
}
.product-summery .sku span {
  font-size: 16px;
}
.product-summery .product-inventroy .inventroy-title {
  font-size: 16px;
}
.product-summery .product-inventroy .inventory-varient {
  color: #18244F;
}
.product-summery .product-size .size-ratio {
  font-size: 14px;
  margin: 0 5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #808080;
}
.product-summery .product-size .size-ratio:hover {
  color: #18244F;
}
.product-summery .product-size .size-ratio.active {
  color: #18244F;
}
.product-summery .product-material a {
  font-size: 14px;
  margin: 0 5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #808080;
}
.product-summery .product-material a:hover {
  color: #18244F;
}
.product-summery .product-material a.active {
  color: #18244F;
}
.product-summery .desc-content {
  font-size: 14px;
  line-height: 26px;
}
.product-summery .product-color-variation .btn {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  transition: 0.3s;
  border: 2px solid transparent;
  padding: 0;
  margin-left: 10px;
}
.product-summery .product-color-variation .btn:hover {
  border: 2px solid #18244F;
  transition: 0.3s;
}
.product-summery .cart-btn .add-to_cart {
  width: 130px;
  margin-right: 20px;
}
.product-summery .cart-btn .add-to_cart .btn {
  width: 100%;
  display: block;
  padding: 10px 15px;
}
.product-summery .action {
  border: 1px solid #dcdcdc;
  color: #18244F;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  margin: 0 16px 0 0;
  text-align: center;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
}
.product-summery .action:hover {
  background: #18244F;
  color: #ffffff;
  border-color: #18244F;
}
.product-summery .social-share a {
  color: #18244F;
  font-size: 16px;
  margin-right: 10px;
}
.product-summery .social-share a:hover {
  color: #18244F;
}
@media only screen and (max-width: 479px) {
  .product-summery .payment-option a {
    display: block;
    width: 210px;
  }
}

.product-details-img .single-product-img a {
  width: 100%;
}
.product-details-img .single-product-img a img {
  cursor: crosshair;
}
.product-details-img .single-product-thumb {
  margin-top: 10px;
}
.product-details-img .single-product-thumb img {
  border: 1px solid transparent;
  width: 100%;
  transition: 0.3s;
  cursor: pointer;
}
.product-details-img .single-product-thumb .swiper-slide-thumb-active img {
  border: 1px solid #ebebeb;
  cursor: pointer;
  transition: 0.3s;
}
.product-details-img .single-product-thumb .swiper-button-prev, .product-details-img .single-product-thumb .swiper-button-next {
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 5px;
}
.product-details-img .single-product-thumb .swiper-button-prev:focus, .product-details-img .single-product-thumb .swiper-button-next:focus {
  border: 0px;
  outline: 0px;
}
.product-details-img .single-product-thumb .swiper-button-prev:after, .product-details-img .single-product-thumb .swiper-button-next:after {
  display: none;
}
.product-details-img .single-product-thumb .swiper-button-prev i, .product-details-img .single-product-thumb .swiper-button-next i {
  font-size: 12px;
  color: #18244F;
}
.product-details-img .single-product-thumb .swiper-button-prev:hover, .product-details-img .single-product-thumb .swiper-button-next:hover {
  background: #18244F;
}
.product-details-img .single-product-thumb .swiper-button-prev:hover i, .product-details-img .single-product-thumb .swiper-button-next:hover i {
  color: #ffffff;
}

/*-- Single Product Slider --*/
.single-product-slider .swiper-slide img {
  cursor: crosshair;
}

.product-slider-summery .product-delivery-policy li {
  display: block;
}
.product-slider-summery .product-delivery-policy li i {
  vertical-align: middle;
}

.product-details-img {
  flex-direction: row;
  overflow: hidden;
}

/* --- Quantity --- */
.quantity {
  margin-right: 10px;
}
.quantity .cart-plus-minus {
  position: relative;
  width: 150px;
  text-align: left;
  height: 45px;
  overflow: hidden;
}
.quantity .cart-plus-minus > .cart-plus-minus-box {
  border: 1px solid #EBEFF3;
  height: 45px;
  text-align: center;
  width: 150px;
  background: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.quantity .cart-plus-minus > .qtybutton {
  cursor: pointer;
  position: absolute;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  width: 35px;
  align-items: center;
  vertical-align: middle;
  color: #18244F;
  transition: 0.3s;
}
.quantity .cart-plus-minus > .qtybutton:hover {
  transition: 0.3s;
  background-color: #18244F;
  color: #ffffff;
}
.quantity .cart-plus-minus > .qtybutton.dec {
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  height: 100%;
  border-right: 1px solid #EBEFF3;
}
.quantity .cart-plus-minus > .qtybutton.inc {
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  height: 100%;
  border-left: 1px solid #EBEFF3;
}

.group-quantity-product table tbody .quantity {
  min-width: 167px;
}
.group-quantity-product table tbody .pro-title, .group-quantity-product table tbody .pro-price {
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
  min-width: 200px;
  color: #18244F;
}
.group-quantity-product table tbody .pro-title a:hover {
  color: #18244F;
}

/*=======================================
    3.12 Modal CSS
=========================================*/
.modalquickview .modal-dialog {
  width: calc(100% - 30px);
  max-width: 1200px;
}
@media only screen and (max-width: 575px) {
  .modalquickview .modal-dialog {
    width: calc(100% - 15px);
  }
}
.modalquickview .modal-dialog .modal-content {
  padding: 30px;
}
.modalquickview .modal-dialog .modal-content .close {
  font-size: 30px;
  font-weight: 400;
  position: absolute;
  top: -5px;
  right: -6px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .modalquickview .modal-dialog .modal-content .close {
    justify-content: center;
  }
}
.modalquickview .product-summery {
  position: absolute;
  right: 15px;
  left: 15px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .modalquickview .product-summery {
    position: relative;
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modalquickview .product-summery {
    margin-top: 0;
  }
}

.modal-product-carousel img {
  border: 1px solid #ebebeb;
}
.modal-product-carousel .swiper-button-prev, .modal-product-carousel .swiper-button-next {
  display: flex;
  align-items: center;
}
.modal-product-carousel .swiper-button-prev:focus, .modal-product-carousel .swiper-button-next:focus {
  border: 0px;
  outline: 0px;
}
.modal-product-carousel .swiper-button-prev:after, .modal-product-carousel .swiper-button-next:after {
  display: none;
}
.modal-product-carousel .swiper-button-prev i, .modal-product-carousel .swiper-button-next i {
  opacity: 1;
  visibility: visible;
  font-size: 14px;
  color: #18244F;
  background: #EBEFF3;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.modal-product-carousel .swiper-button-prev i:hover, .modal-product-carousel .swiper-button-next i:hover {
  color: #ffffff;
  background: #18244F !important;
  transition: 0.3s;
}

/*----------------------------------------*/
/*  01. Template default CSS
/*----------------------------------------*/
.ecommerce {
  /* Section Style */
  /* Section Spacing */
  /* Section TItle */
  /* Ratings */
  /* swiper default styles */
  /* Product Countdown */
  /* Scroll Top style */
}
.ecommerce .section,
.ecommerce .section-fluid {
  float: left;
  width: 100%;
}
.ecommerce .section-fluid {
  padding-right: 85px;
  padding-left: 85px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .ecommerce .section-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .ecommerce .section-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
.ecommerce .section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .ecommerce .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.ecommerce .section-margin {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .ecommerce .section-margin {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.ecommerce .section-margin-top {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .ecommerce .section-margin-top {
    margin-top: 60px;
  }
}
.ecommerce .section-margin-bottom {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .ecommerce .section-margin-bottom {
    margin-bottom: 60px;
  }
}
.ecommerce .section-title {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ecommerce .section-title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .ecommerce .section-title {
    margin-bottom: 40px;
  }
}
.ecommerce .section-title .title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0;
  color: #18244F;
  margin-top: -5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ecommerce .section-title .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .ecommerce .section-title .title {
    font-size: 24px;
  }
}
.ecommerce .rating {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.ecommerce .rating i {
  color: #18244F;
  margin: 0 2px;
}
.ecommerce .swiper-pagination {
  position: static;
  display: block;
  line-height: 1;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .ecommerce .swiper-pagination {
    margin-top: 30px;
  }
}
.ecommerce .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #18244F;
  opacity: 1;
  position: relative;
  outline: none;
  margin-right: 20px;
  margin: 0 5px !important;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .ecommerce .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.ecommerce .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.ecommerce .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
.ecommerce .swiper-pagination .swiper-pagination-bullet:hover:before {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #18244F;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.ecommerce .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #18244F;
}
.ecommerce .swiper-pagination.swiper-pagination-primary .swiper-pagination-bullet:hover:before {
  background: #18244F;
  transition: all 0.2s ease-in-out;
}
.ecommerce .swiper-pagination.swiper-pagination-primary .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #18244F;
  background: #18244F;
  transition: all 0.2s ease-in-out;
}
.ecommerce .swiper-nav-button {
  background-image: none;
  text-align: center;
  user-select: none;
  outline: none;
  font-weight: 700;
  color: #ffffff;
  border: 0;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -50%);
  margin: 0;
  top: 50%;
  transition: 0.3s;
}
.ecommerce .swiper-nav-button::after {
  display: none;
}
.ecommerce .swiper-nav-button:hover {
  color: #ffffff;
  transition: 0.3s;
}
.ecommerce .swiper-container:hover .swiper-nav-button {
  opacity: 1;
  visibility: visible;
}
.ecommerce .arrow-outside-container {
  margin-right: -15px;
  margin-left: -15px;
  padding: 0 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .ecommerce .arrow-outside-container {
    margin: 0;
    padding: 0;
  }
}
.ecommerce .arrow-outside-container .swiper-container {
  margin-right: -15px;
  margin-left: -15px;
  padding: 0 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .ecommerce .arrow-outside-container .swiper-container {
    margin: 0;
    padding: 0;
  }
}
.ecommerce .arrow-outside-container .swiper-container.swiper-slide {
  opacity: 0;
  visibility: hidden;
}
.ecommerce .arrow-outside-container .swiper-container.swiper-slide.swiper-slide-visible {
  opacity: 1;
  visibility: visible;
}
.ecommerce .countdown-wrapper {
  margin-bottom: -5px;
}
.ecommerce .countdown-wrapper .single-countdown {
  display: inline-block;
  padding: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #18244F;
  text-align: center;
}
.ecommerce .countdown-wrapper .single-countdown:last-child {
  margin-right: 0;
}
.ecommerce .countdown-wrapper .single-countdown:last-child:after {
  display: none;
}
.ecommerce .countdown-wrapper .single-countdown .single-countdown_time {
  padding: 0px 0 5px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.ecommerce .countdown-wrapper .single-countdown .single-countdown_text {
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1;
}
.ecommerce .hover-style {
  display: block;
  overflow: hidden;
}
.ecommerce .hover-style img {
  transition: 0.3s;
}
.ecommerce .hover-style:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}
.ecommerce .thumb-effect {
  position: relative;
  overflow: hidden;
}
.ecommerce .thumb-effect .image {
  display: block;
  overflow: hidden;
}
.ecommerce .thumb-effect .image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}
.ecommerce .thumb-effect:hover .image::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.ecommerce .scroll-top {
  position: fixed;
  right: 30px;
  bottom: -60px;
  z-index: 999;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
  display: block;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 22px;
  line-height: 40px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background-color: #808FA8;
  background-size: 200% auto;
  background-position: left center;
  transition: 0.4s;
  overflow: hidden;
}
.ecommerce .scroll-top:hover {
  background-color: #18244F;
}
.ecommerce .scroll-top:hover i {
  color: #ffffff;
  transition: 0.4s;
}
@media only screen and (max-width: 479px) {
  .ecommerce .scroll-top {
    font-size: 20px;
  }
}
.ecommerce .scroll-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 60px;
}
.ecommerce .scroll-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  transition: 0.4s;
}
.ecommerce .scroll-top .arrow-top {
  transform: translate(-50%, -50%);
}
.ecommerce .scroll-top .arrow-bottom {
  transform: translate(-50%, 80px);
}
.ecommerce .scroll-top:hover {
  background-position: right center;
}
.ecommerce .scroll-top:hover .arrow-top {
  transform: translate(-50%, -80px);
}
.ecommerce .scroll-top:hover .arrow-bottom {
  transform: translate(-50%, -50%);
}

/*=======================================
    3.11 Sidebar CSS
=========================================*/
/*-- Shop Sidebar Area Start --*/
.sidebar_widget ul {
  list-style: none;
  padding-left: 0;
}
.sidebar_widget ul li a {
  text-decoration: none;
}
.sidebar_widget .widget_inner .widget-title {
  font-weight: 600;
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
}
.sidebar_widget .widget_inner .search-box {
  display: flex;
  flex-wrap: wrap;
}
.sidebar_widget .widget_inner .search-box .form-control {
  border: 1px solid #EBEFF3;
  padding: 10px;
  transition: 0.3s;
  display: block;
  border-radius: 0;
  height: 50px;
  font-size: 12px;
  width: calc(100% - 50px);
}
.sidebar_widget .widget_inner .search-box .form-control:focus {
  box-shadow: none;
}
.sidebar_widget .widget_inner .search-box .search-icon {
  border-radius: 0;
  color: #18244F;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  font-size: 20px;
  border: 1px solid #EBEFF3;
  border-left: 0px;
  background: transparent;
}
.sidebar_widget .widget_inner .search-box .search-icon:focus {
  box-shadow: none;
}
.sidebar_widget .widget_inner .search-box .search-icon:hover {
  background: #18244F;
  border-color: #18244F;
  color: #ffffff;
}
.sidebar_widget .widget_inner .widget-list .sidebar-body .checkbox-container li {
  padding: 0 0 10px;
}
.sidebar_widget .widget_inner .widget-list .sidebar-body .checkbox-container li .form-check {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  min-height: auto;
}
.sidebar_widget .widget_inner .widget-list .sidebar-body .checkbox-container li:last-child {
  padding-bottom: 0px;
}
.sidebar_widget .widget_inner .widget-list .sidebar-body .checkbox-container .custom-control-input {
  margin-right: 5px;
  cursor: pointer;
}
.sidebar_widget .widget_inner .widget-list .sidebar-body .checkbox-container .custom-control-label {
  color: #18244F;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  font-weight: 500;
}
.sidebar_widget .widget_inner .widget-list .sidebar-body .checkbox-container .custom-control-label:hover {
  color: #18244F;
  transition: all 0.2s ease-in-out;
}
.sidebar_widget .blog-list-wrapper .single-blog-list {
  display: flex;
  flex-wrap: wrap;
}
.sidebar_widget .blog-list-wrapper .single-blog-list .blog-thumb {
  width: 70px;
  border: 1px solid #18244F;
  height: 100%;
}
.sidebar_widget .blog-list-wrapper .single-blog-list .blog-list-content {
  width: calc(100% - 70px);
  padding-left: 10px;
}
.sidebar_widget .blog-list-wrapper .single-blog-list .blog-list-content .blog-name {
  font-size: 14px;
  font-weight: 600;
}
.sidebar_widget .blog-list-wrapper .single-blog-list .blog-list-content .blog-name a {
  color: #18244F;
}
.sidebar_widget .blog-list-wrapper .single-blog-list .blog-list-content .blog-name a:hover {
  color: #18244F;
}
.sidebar_widget .blog-list-wrapper .single-blog-list .blog-list-content .blog-meta p {
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 600;
}

.sidebar-list > li > a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 15px;
  color: #18244F;
  font-weight: 500;
  padding-bottom: 10px;
}
.sidebar-list > li > a:hover {
  color: #18244F;
}
.sidebar-list > li:last-child a {
  padding-bottom: 0;
}

.tags li {
  display: inline-block;
}
.tags li a {
  border: 1px solid #ccc;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #18244F;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 50rem;
}
.tags li a:hover {
  color: #ffffff;
  background: #18244F;
  border-color: #18244F;
}

.single-product-list {
  display: flex;
  flex-wrap: wrap;
}
.single-product-list .product {
  overflow: visible;
  width: 100px;
}
.single-product-list .product-list-content {
  padding-left: 10px;
  width: calc(100% - 100px);
}
.single-product-list .product-list-content .product-name {
  font-size: 15px;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
}
.single-product-list .product-list-content .product-name:hover a {
  text-decoration: none;
  color: #18244F;
}
.single-product-list .product-list-content .price {
  font-size: 15px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #18244F;
}
.single-product-list .product-list-content .price:not(:last-child) {
  margin-bottom: 20px;
}
.single-product-list .product-list-content .price span.new {
  color: #18244F;
}
.single-product-list .product-list-content .price span.old {
  font-size: 14px;
  margin-left: 10px;
  text-decoration: line-through;
  color: #dc3545;
  opacity: 0.5;
}

.sidebar-body-archive .title {
  font-size: 14px;
  font-weight: 700;
  color: #18244F;
}
.sidebar-body-archive .archive-list li {
  line-height: 35px;
  color: #242424;
  font-size: 15px;
  transition: 0.3s;
}
.sidebar-body-archive .archive-list li span {
  margin-right: 5px;
}
.sidebar-body-archive .archive-list li a {
  text-decoration: none;
  color: #18244F;
}
.sidebar-body-archive .archive-list li a:hover {
  color: #18244F;
  padding-left: 5px;
}

:root {
  --bs-blue: #18244F;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #D6412C;
  --bs-yellow: #F9C358;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #8ED3D5;
  --bs-white: #ffffff;
  --bs-gray: #808FA8;
  --bs-gray-dark: #343a40;
  --bs-slate: #808FA8;
  --bs-slate-20: #D9DDE6;
  --bs-slate-40: #999FB3;
  --bs-gray-100: #EBEFF3;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #F5F7F9;
  --bs-gray-600: #808FA8;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #18244F;
  --bs-secondary: #F9C358;
  --bs-gray: #6c757d;
  --bs-success: #198754;
  --bs-info: #8ED3D5;
  --bs-warning: #F9C358;
  --bs-danger: #dc3545;
  --bs-light: #F5F7F9;
  --bs-dark: #18244F;
  --bs-light-slate: #D9DDE6;
  --bs-primary-rgb: 24, 36, 79;
  --bs-secondary-rgb: 249, 195, 88;
  --bs-gray-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 142, 211, 213;
  --bs-warning-rgb: 249, 195, 88;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 245, 247, 249;
  --bs-dark-rgb: 24, 36, 79;
  --bs-light-slate-rgb: 217, 221, 230;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 24, 36, 79;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Benton Sans", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1.125rem;
  --bs-body-font-weight: 300;
  --bs-body-line-height: 1.5;
  --bs-body-color: #18244F;
  --bs-body-bg: #ffffff;
}

html {
  overflow-x: hidden;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: clip;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .mySwiperCommunityImpact h3, .mySwiperCommunityImpact .h3, .h6, h5, .sticky-heading-two-column .content-column h3, .sticky-heading-two-column .content-column .h3, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-weight: 400;
  line-height: normal;
}

h1, .h1 {
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 4rem;
  }
}

h2, .h2 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 3rem;
  }
}

h3, .h3 {
  font-size: calc(1.4rem + 1.8vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.75rem;
  }
}

h5, .sticky-heading-two-column .content-column h3, .sticky-heading-two-column .content-column .h3, .h5 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h5, .sticky-heading-two-column .content-column h3, .sticky-heading-two-column .content-column .h3, .h5 {
    font-size: 1.5rem;
  }
}

h6, .mySwiperCommunityImpact h3, .mySwiperCommunityImpact .h3, .h6 {
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  h6, .mySwiperCommunityImpact h3, .mySwiperCommunityImpact .h3, .h6 {
    font-size: 1.375rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small, .small {
  font-size: 0.778em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #18244F;
  text-decoration: underline;
  font-weight: 400;
}
a:hover {
  color: #6e7692;
}

div[style="background-color: #18244f"] a:not(.btn), .text-white a:not(.btn) {
  color: #ffffff;
}
div[style="background-color: #18244f"] a:not(.btn):hover, .text-white a:not(.btn):hover {
  color: #bbbdc9;
}
div[style="background-color: #18244f"] .btn-secondary, .text-white .btn-secondary {
  color: #18244F;
}
div[style="background-color: #18244f"] .bg-light a:not(.btn), .text-white .bg-light a:not(.btn) {
  color: #18244F;
  text-decoration: underline;
  font-weight: 600;
}
div[style="background-color: #18244f"] .bg-light a:not(.btn):hover, .text-white .bg-light a:not(.btn):hover {
  color: #6e7692;
}

.bg-light a:not(.btn) {
  color: #18244F;
  text-decoration: underline;
  font-weight: 600;
}
.bg-light a:not(.btn):hover {
  color: #6e7692;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.778em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.778em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.778em;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.375rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #808FA8;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.h1.subhead {
  font-size: 30px;
  font-weight: 400px;
}

.display-1 {
  font-weight: 900;
  letter-spacing: 1px;
}

.lead {
  font-size: calc(1.268775rem + 0.2253vw);
  font-weight: 300;
}
@media (min-width: 1200px) {
  .lead {
    font-size: 1.43775rem;
  }
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  line-height: normal;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  line-height: normal;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  line-height: normal;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  line-height: normal;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  line-height: normal;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  line-height: normal;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.category-text {
  color: #18244F;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

a.link-underline {
  text-decoration-color: #18244F;
  text-decoration-thickness: 0.125em;
  text-underline-offset: 5.5px;
}

.red-divider:after {
  content: "";
  display: block;
  width: 75px;
  height: 6px;
  background: #18244F;
  margin: 1.5em auto;
}

.panel-spacing {
  padding: 75px 0;
}
@media (min-width: 992px) {
  .panel-spacing {
    padding: 150px 0;
  }
}

.back-arrow {
  text-decoration: none;
}
.back-arrow:hover {
  text-decoration: underline;
}

.large {
  font-size: 1.278rem;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.intro {
  font-size: 2rem;
  padding: 5%;
}

.initialism {
  font-size: 0.778em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: calc(1.265625rem + 0.1875vw);
}
@media (min-width: 1200px) {
  .blockquote {
    font-size: 1.40625rem;
  }
}
.blockquote > :last-child {
  margin-bottom: 0;
}

blockquote.quote {
  color: #18244F;
  font-size: 2rem;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.778em;
  color: #808FA8;
}
.blockquote-footer::before {
  content: "— ";
}

.spacer {
  padding: 90px 0 25px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.img-cover, .object-fit {
  width: 100%;
  object-fit: cover;
}

.bg-image {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.hover-zoom:hover img, .hover-zoom:hover video {
  transform: scale(1.1);
}

.hover-zoom img {
  transition: all 0.3s linear;
}

.grow {
  display: inline-block;
  overflow: hidden;
}

.grow img {
  transition: all 0.4s ease-in-out;
}

.grow:hover img {
  transform: scale(1.05);
}

img.float-start {
  padding: 1em 1em 1em 0;
}

img.float-end {
  padding: 1em 0 1em 1em;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption, figcaption {
  font-size: 0.778em;
  color: #18244F;
  border-left: 2px solid #18244F;
  margin-top: 0.5rem;
  padding-left: 0.5rem;
  margin-bottom: 3rem;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.container-narrow {
  max-width: 540px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .container-md-fluid {
    max-width: 100% !important;
  }
}

.hljs {
  display: block;
  overflow-x: auto;
  padding: 2em;
  color: #18244F;
  max-height: 420px;
  margin: -10px 0 -30px;
  border: 1px solid rgba(128, 143, 168, 0.2);
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
  color: #18244F;
  font-weight: bold;
}

.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
  color: #20c997;
}

.hljs-string,
.hljs-doctag, s {
  color: #dc3545;
}

.hljs-title,
.hljs-section,
.hljs-selector-id {
  color: #dc3545;
  font-weight: bold;
}

.hljs-subst {
  font-weight: normal;
}

.hljs-tag,
.hljs-name,
.hljs-attribute {
  color: rgb(6.1747572816, 9.2621359223, 20.3252427184);
  font-weight: normal;
}

.hljs-regexp,
.hljs-link {
  color: #20c997;
}

.hljs-symbol,
.hljs-bullet {
  color: #d63384;
}

.hljs-built_in,
.hljs-builtin-name {
  color: #8ED3D5;
}

.hljs-meta {
  color: #343a40;
  font-weight: bold;
}

.hljs-deletion {
  background: #fdd;
}

.hljs-addition {
  background: #dfd;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-comment {
  color: #ced4da;
}

.chroma .c {
  color: #727272;
}

.chroma .ch {
  font-style: italic;
  color: #60a0b0;
}

.chroma .cm {
  color: #727272;
}

.chroma .cp {
  color: #008085;
}

.chroma .cpf {
  color: #007020;
}

.chroma .c1 {
  color: #727272;
}

.chroma .cs {
  color: #727272;
}

.chroma .gd {
  background-color: #fcc;
  border: 1px solid #c00;
}

.chroma .ge {
  font-style: italic;
}

.chroma .gr {
  color: #f00;
}

.chroma .gh {
  color: #030;
}

.chroma .gi {
  background-color: #cfc;
  border: 1px solid #0c0;
}

.chroma .go {
  color: #aaa;
}

.chroma .gp {
  color: #009;
}

.chroma .gs {
  font-weight: 700;
}

.chroma .gu {
  color: #030;
}

.chroma .gt {
  color: #9c6;
}

.chroma .gl {
  text-decoration: underline;
}

.chroma .k {
  color: #069;
}

.chroma .kc {
  color: #069;
}

.chroma .kd {
  color: #069;
}

.chroma .kn {
  color: #069;
}

.chroma .kp {
  color: #069;
}

.chroma .kr {
  color: #069;
}

.chroma .kt {
  color: #078;
}

.chroma .m {
  color: #c24f19;
}

.chroma .mb {
  color: #40a070;
}

.chroma .mf {
  color: #c24f19;
}

.chroma .mh {
  color: #c24f19;
}

.chroma .mi {
  color: #c24f19;
}

.chroma .il {
  color: #c24f19;
}

.chroma .mo {
  color: #c24f19;
}

.chroma .s {
  color: #d73038;
}

.chroma .sa {
  color: #4070a0;
}

.chroma .sb {
  color: #c30;
}

.chroma .sc {
  color: #c30;
}

.chroma .dl {
  color: #4070a0;
}

.chroma .sd {
  font-style: italic;
  color: #c30;
}

.chroma .s2 {
  color: #c30;
}

.chroma .se {
  color: #c30;
}

.chroma .sh {
  color: #c30;
}

.chroma .si {
  color: #a00;
}

.chroma .sx {
  color: #c30;
}

.chroma .sr {
  color: #337e7e;
}

.chroma .s1 {
  color: #c30;
}

.chroma .ss {
  color: #fc3;
}

.chroma .na {
  color: #20c997;
}

.chroma .nb {
  color: #366;
}

.chroma .nc {
  color: #168174;
}

.chroma .no {
  color: #360;
}

.chroma .nd {
  color: #6b62de;
}

.chroma .ni {
  color: #727272;
}

.chroma .ne {
  color: #c00;
}

.chroma .nf {
  color: #b715f4;
}

.chroma .nl {
  color: #6b62de;
}

.chroma .nn {
  color: #007ca5;
}

.chroma .nt, .chroma .p {
  color: rgb(6.1747572816, 9.2621359223, 20.3252427184);
}

.chroma .nv {
  color: #033;
}

.chroma .o {
  color: #555;
}

.chroma .ow {
  color: #000;
}

.chroma .w {
  color: #bbb;
}

.chroma .language-bash::before, .chroma .language-sh::before {
  color: #009;
  content: "$ ";
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chroma .language-powershell::before {
  color: #009;
  content: "PM> ";
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.grid {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.5rem);
}
.grid .g-col-1 {
  grid-column: auto/span 1;
}
.grid .g-col-2 {
  grid-column: auto/span 2;
}
.grid .g-col-3 {
  grid-column: auto/span 3;
}
.grid .g-col-4 {
  grid-column: auto/span 4;
}
.grid .g-col-5 {
  grid-column: auto/span 5;
}
.grid .g-col-6 {
  grid-column: auto/span 6;
}
.grid .g-col-7 {
  grid-column: auto/span 7;
}
.grid .g-col-8 {
  grid-column: auto/span 8;
}
.grid .g-col-9 {
  grid-column: auto/span 9;
}
.grid .g-col-10 {
  grid-column: auto/span 10;
}
.grid .g-col-11 {
  grid-column: auto/span 11;
}
.grid .g-col-12 {
  grid-column: auto/span 12;
}
.grid .g-start-1 {
  grid-column-start: 1;
}
.grid .g-start-2 {
  grid-column-start: 2;
}
.grid .g-start-3 {
  grid-column-start: 3;
}
.grid .g-start-4 {
  grid-column-start: 4;
}
.grid .g-start-5 {
  grid-column-start: 5;
}
.grid .g-start-6 {
  grid-column-start: 6;
}
.grid .g-start-7 {
  grid-column-start: 7;
}
.grid .g-start-8 {
  grid-column-start: 8;
}
.grid .g-start-9 {
  grid-column-start: 9;
}
.grid .g-start-10 {
  grid-column-start: 10;
}
.grid .g-start-11 {
  grid-column-start: 11;
}
@media (min-width: 576px) {
  .grid .g-col-sm-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-sm-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-sm-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-sm-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-sm-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-sm-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-sm-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-sm-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-sm-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-sm-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-sm-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-sm-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-sm-1 {
    grid-column-start: 1;
  }
  .grid .g-start-sm-2 {
    grid-column-start: 2;
  }
  .grid .g-start-sm-3 {
    grid-column-start: 3;
  }
  .grid .g-start-sm-4 {
    grid-column-start: 4;
  }
  .grid .g-start-sm-5 {
    grid-column-start: 5;
  }
  .grid .g-start-sm-6 {
    grid-column-start: 6;
  }
  .grid .g-start-sm-7 {
    grid-column-start: 7;
  }
  .grid .g-start-sm-8 {
    grid-column-start: 8;
  }
  .grid .g-start-sm-9 {
    grid-column-start: 9;
  }
  .grid .g-start-sm-10 {
    grid-column-start: 10;
  }
  .grid .g-start-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  .grid .g-col-md-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-md-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-md-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-md-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-md-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-md-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-md-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-md-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-md-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-md-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-md-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-md-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-md-1 {
    grid-column-start: 1;
  }
  .grid .g-start-md-2 {
    grid-column-start: 2;
  }
  .grid .g-start-md-3 {
    grid-column-start: 3;
  }
  .grid .g-start-md-4 {
    grid-column-start: 4;
  }
  .grid .g-start-md-5 {
    grid-column-start: 5;
  }
  .grid .g-start-md-6 {
    grid-column-start: 6;
  }
  .grid .g-start-md-7 {
    grid-column-start: 7;
  }
  .grid .g-start-md-8 {
    grid-column-start: 8;
  }
  .grid .g-start-md-9 {
    grid-column-start: 9;
  }
  .grid .g-start-md-10 {
    grid-column-start: 10;
  }
  .grid .g-start-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  .grid .g-col-lg-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-lg-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-lg-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-lg-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-lg-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-lg-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-lg-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-lg-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-lg-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-lg-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-lg-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-lg-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-lg-1 {
    grid-column-start: 1;
  }
  .grid .g-start-lg-2 {
    grid-column-start: 2;
  }
  .grid .g-start-lg-3 {
    grid-column-start: 3;
  }
  .grid .g-start-lg-4 {
    grid-column-start: 4;
  }
  .grid .g-start-lg-5 {
    grid-column-start: 5;
  }
  .grid .g-start-lg-6 {
    grid-column-start: 6;
  }
  .grid .g-start-lg-7 {
    grid-column-start: 7;
  }
  .grid .g-start-lg-8 {
    grid-column-start: 8;
  }
  .grid .g-start-lg-9 {
    grid-column-start: 9;
  }
  .grid .g-start-lg-10 {
    grid-column-start: 10;
  }
  .grid .g-start-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  .grid .g-col-xl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  .grid .g-col-xxl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xxl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xxl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xxl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xxl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xxl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xxl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xxl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xxl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xxl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xxl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xxl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xxl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xxl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xxl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xxl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xxl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xxl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xxl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xxl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xxl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xxl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xxl-11 {
    grid-column-start: 11;
  }
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 0.5rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 0.5rem;
}

.g-12,
.gx-12 {
  --bs-gutter-x: 0.75rem;
}

.g-12,
.gy-12 {
  --bs-gutter-y: 0.75rem;
}

.g-20,
.gx-20 {
  --bs-gutter-x: 1.25rem;
}

.g-20,
.gy-20 {
  --bs-gutter-y: 1.25rem;
}

.g-24,
.gx-24 {
  --bs-gutter-x: 1.5rem;
}

.g-24,
.gy-24 {
  --bs-gutter-y: 1.5rem;
}

.g-25,
.gx-25 {
  --bs-gutter-x: 1.56rem;
}

.g-25,
.gy-25 {
  --bs-gutter-y: 1.56rem;
}

.g-28,
.gx-28 {
  --bs-gutter-x: 1.75rem;
}

.g-28,
.gy-28 {
  --bs-gutter-y: 1.75rem;
}

.g-30,
.gx-30 {
  --bs-gutter-x: 1.875rem;
}

.g-30,
.gy-30 {
  --bs-gutter-y: 1.875rem;
}

.g-36,
.gx-36 {
  --bs-gutter-x: 2.25rem;
}

.g-36,
.gy-36 {
  --bs-gutter-y: 2.25rem;
}

.g-40,
.gx-40 {
  --bs-gutter-x: 2.5rem;
}

.g-40,
.gy-40 {
  --bs-gutter-y: 2.5rem;
}

.g-45,
.gx-45 {
  --bs-gutter-x: 2.813rem;
}

.g-45,
.gy-45 {
  --bs-gutter-y: 2.813rem;
}

.g-50,
.gx-50 {
  --bs-gutter-x: 3.125rem;
}

.g-50,
.gy-50 {
  --bs-gutter-y: 3.125rem;
}

.g-60,
.gx-60 {
  --bs-gutter-x: 3.75rem;
}

.g-60,
.gy-60 {
  --bs-gutter-y: 3.75rem;
}

.g-65,
.gx-65 {
  --bs-gutter-x: 4.063rem;
}

.g-65,
.gy-65 {
  --bs-gutter-y: 4.063rem;
}

.g-75,
.gx-75 {
  --bs-gutter-x: 4.68rem;
}

.g-75,
.gy-75 {
  --bs-gutter-y: 4.68rem;
}

.g-80,
.gx-80 {
  --bs-gutter-x: 5rem;
}

.g-80,
.gy-80 {
  --bs-gutter-y: 5rem;
}

.g-100,
.gx-100 {
  --bs-gutter-x: 6.25rem;
}

.g-100,
.gy-100 {
  --bs-gutter-y: 6.25rem;
}

.g-112,
.gx-112 {
  --bs-gutter-x: 7rem;
}

.g-112,
.gy-112 {
  --bs-gutter-y: 7rem;
}

.g-150,
.gx-150 {
  --bs-gutter-x: 9.375rem;
}

.g-150,
.gy-150 {
  --bs-gutter-y: 9.375rem;
}

.g-160,
.gx-160 {
  --bs-gutter-x: 10rem;
}

.g-160,
.gy-160 {
  --bs-gutter-y: 10rem;
}

.g-180,
.gx-180 {
  --bs-gutter-x: 11.25rem;
}

.g-180,
.gy-180 {
  --bs-gutter-y: 11.25rem;
}

.g-200,
.gx-200 {
  --bs-gutter-x: 12.5rem;
}

.g-200,
.gy-200 {
  --bs-gutter-y: 12.5rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 0.75rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 0.75rem;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-sm-24,
  .gx-sm-24 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-24,
  .gy-sm-24 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-25,
  .gx-sm-25 {
    --bs-gutter-x: 1.56rem;
  }
  .g-sm-25,
  .gy-sm-25 {
    --bs-gutter-y: 1.56rem;
  }
  .g-sm-28,
  .gx-sm-28 {
    --bs-gutter-x: 1.75rem;
  }
  .g-sm-28,
  .gy-sm-28 {
    --bs-gutter-y: 1.75rem;
  }
  .g-sm-30,
  .gx-sm-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-sm-30,
  .gy-sm-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-sm-36,
  .gx-sm-36 {
    --bs-gutter-x: 2.25rem;
  }
  .g-sm-36,
  .gy-sm-36 {
    --bs-gutter-y: 2.25rem;
  }
  .g-sm-40,
  .gx-sm-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-40,
  .gy-sm-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-45,
  .gx-sm-45 {
    --bs-gutter-x: 2.813rem;
  }
  .g-sm-45,
  .gy-sm-45 {
    --bs-gutter-y: 2.813rem;
  }
  .g-sm-50,
  .gx-sm-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-sm-50,
  .gy-sm-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-sm-60,
  .gx-sm-60 {
    --bs-gutter-x: 3.75rem;
  }
  .g-sm-60,
  .gy-sm-60 {
    --bs-gutter-y: 3.75rem;
  }
  .g-sm-65,
  .gx-sm-65 {
    --bs-gutter-x: 4.063rem;
  }
  .g-sm-65,
  .gy-sm-65 {
    --bs-gutter-y: 4.063rem;
  }
  .g-sm-75,
  .gx-sm-75 {
    --bs-gutter-x: 4.68rem;
  }
  .g-sm-75,
  .gy-sm-75 {
    --bs-gutter-y: 4.68rem;
  }
  .g-sm-80,
  .gx-sm-80 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-80,
  .gy-sm-80 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-100,
  .gx-sm-100 {
    --bs-gutter-x: 6.25rem;
  }
  .g-sm-100,
  .gy-sm-100 {
    --bs-gutter-y: 6.25rem;
  }
  .g-sm-112,
  .gx-sm-112 {
    --bs-gutter-x: 7rem;
  }
  .g-sm-112,
  .gy-sm-112 {
    --bs-gutter-y: 7rem;
  }
  .g-sm-150,
  .gx-sm-150 {
    --bs-gutter-x: 9.375rem;
  }
  .g-sm-150,
  .gy-sm-150 {
    --bs-gutter-y: 9.375rem;
  }
  .g-sm-160,
  .gx-sm-160 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-160,
  .gy-sm-160 {
    --bs-gutter-y: 10rem;
  }
  .g-sm-180,
  .gx-sm-180 {
    --bs-gutter-x: 11.25rem;
  }
  .g-sm-180,
  .gy-sm-180 {
    --bs-gutter-y: 11.25rem;
  }
  .g-sm-200,
  .gx-sm-200 {
    --bs-gutter-x: 12.5rem;
  }
  .g-sm-200,
  .gy-sm-200 {
    --bs-gutter-y: 12.5rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 0.75rem;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 0.75rem;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-24,
  .gx-md-24 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-24,
  .gy-md-24 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-25,
  .gx-md-25 {
    --bs-gutter-x: 1.56rem;
  }
  .g-md-25,
  .gy-md-25 {
    --bs-gutter-y: 1.56rem;
  }
  .g-md-28,
  .gx-md-28 {
    --bs-gutter-x: 1.75rem;
  }
  .g-md-28,
  .gy-md-28 {
    --bs-gutter-y: 1.75rem;
  }
  .g-md-30,
  .gx-md-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-md-30,
  .gy-md-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-md-36,
  .gx-md-36 {
    --bs-gutter-x: 2.25rem;
  }
  .g-md-36,
  .gy-md-36 {
    --bs-gutter-y: 2.25rem;
  }
  .g-md-40,
  .gx-md-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-40,
  .gy-md-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-45,
  .gx-md-45 {
    --bs-gutter-x: 2.813rem;
  }
  .g-md-45,
  .gy-md-45 {
    --bs-gutter-y: 2.813rem;
  }
  .g-md-50,
  .gx-md-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-md-50,
  .gy-md-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-md-60,
  .gx-md-60 {
    --bs-gutter-x: 3.75rem;
  }
  .g-md-60,
  .gy-md-60 {
    --bs-gutter-y: 3.75rem;
  }
  .g-md-65,
  .gx-md-65 {
    --bs-gutter-x: 4.063rem;
  }
  .g-md-65,
  .gy-md-65 {
    --bs-gutter-y: 4.063rem;
  }
  .g-md-75,
  .gx-md-75 {
    --bs-gutter-x: 4.68rem;
  }
  .g-md-75,
  .gy-md-75 {
    --bs-gutter-y: 4.68rem;
  }
  .g-md-80,
  .gx-md-80 {
    --bs-gutter-x: 5rem;
  }
  .g-md-80,
  .gy-md-80 {
    --bs-gutter-y: 5rem;
  }
  .g-md-100,
  .gx-md-100 {
    --bs-gutter-x: 6.25rem;
  }
  .g-md-100,
  .gy-md-100 {
    --bs-gutter-y: 6.25rem;
  }
  .g-md-112,
  .gx-md-112 {
    --bs-gutter-x: 7rem;
  }
  .g-md-112,
  .gy-md-112 {
    --bs-gutter-y: 7rem;
  }
  .g-md-150,
  .gx-md-150 {
    --bs-gutter-x: 9.375rem;
  }
  .g-md-150,
  .gy-md-150 {
    --bs-gutter-y: 9.375rem;
  }
  .g-md-160,
  .gx-md-160 {
    --bs-gutter-x: 10rem;
  }
  .g-md-160,
  .gy-md-160 {
    --bs-gutter-y: 10rem;
  }
  .g-md-180,
  .gx-md-180 {
    --bs-gutter-x: 11.25rem;
  }
  .g-md-180,
  .gy-md-180 {
    --bs-gutter-y: 11.25rem;
  }
  .g-md-200,
  .gx-md-200 {
    --bs-gutter-x: 12.5rem;
  }
  .g-md-200,
  .gy-md-200 {
    --bs-gutter-y: 12.5rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 0.75rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 0.75rem;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-24,
  .gx-lg-24 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-24,
  .gy-lg-24 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-25,
  .gx-lg-25 {
    --bs-gutter-x: 1.56rem;
  }
  .g-lg-25,
  .gy-lg-25 {
    --bs-gutter-y: 1.56rem;
  }
  .g-lg-28,
  .gx-lg-28 {
    --bs-gutter-x: 1.75rem;
  }
  .g-lg-28,
  .gy-lg-28 {
    --bs-gutter-y: 1.75rem;
  }
  .g-lg-30,
  .gx-lg-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-lg-30,
  .gy-lg-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-lg-36,
  .gx-lg-36 {
    --bs-gutter-x: 2.25rem;
  }
  .g-lg-36,
  .gy-lg-36 {
    --bs-gutter-y: 2.25rem;
  }
  .g-lg-40,
  .gx-lg-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-40,
  .gy-lg-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-45,
  .gx-lg-45 {
    --bs-gutter-x: 2.813rem;
  }
  .g-lg-45,
  .gy-lg-45 {
    --bs-gutter-y: 2.813rem;
  }
  .g-lg-50,
  .gx-lg-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-lg-50,
  .gy-lg-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-lg-60,
  .gx-lg-60 {
    --bs-gutter-x: 3.75rem;
  }
  .g-lg-60,
  .gy-lg-60 {
    --bs-gutter-y: 3.75rem;
  }
  .g-lg-65,
  .gx-lg-65 {
    --bs-gutter-x: 4.063rem;
  }
  .g-lg-65,
  .gy-lg-65 {
    --bs-gutter-y: 4.063rem;
  }
  .g-lg-75,
  .gx-lg-75 {
    --bs-gutter-x: 4.68rem;
  }
  .g-lg-75,
  .gy-lg-75 {
    --bs-gutter-y: 4.68rem;
  }
  .g-lg-80,
  .gx-lg-80 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-80,
  .gy-lg-80 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-100,
  .gx-lg-100 {
    --bs-gutter-x: 6.25rem;
  }
  .g-lg-100,
  .gy-lg-100 {
    --bs-gutter-y: 6.25rem;
  }
  .g-lg-112,
  .gx-lg-112 {
    --bs-gutter-x: 7rem;
  }
  .g-lg-112,
  .gy-lg-112 {
    --bs-gutter-y: 7rem;
  }
  .g-lg-150,
  .gx-lg-150 {
    --bs-gutter-x: 9.375rem;
  }
  .g-lg-150,
  .gy-lg-150 {
    --bs-gutter-y: 9.375rem;
  }
  .g-lg-160,
  .gx-lg-160 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-160,
  .gy-lg-160 {
    --bs-gutter-y: 10rem;
  }
  .g-lg-180,
  .gx-lg-180 {
    --bs-gutter-x: 11.25rem;
  }
  .g-lg-180,
  .gy-lg-180 {
    --bs-gutter-y: 11.25rem;
  }
  .g-lg-200,
  .gx-lg-200 {
    --bs-gutter-x: 12.5rem;
  }
  .g-lg-200,
  .gy-lg-200 {
    --bs-gutter-y: 12.5rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xl-24,
  .gx-xl-24 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-24,
  .gy-xl-24 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-25,
  .gx-xl-25 {
    --bs-gutter-x: 1.56rem;
  }
  .g-xl-25,
  .gy-xl-25 {
    --bs-gutter-y: 1.56rem;
  }
  .g-xl-28,
  .gx-xl-28 {
    --bs-gutter-x: 1.75rem;
  }
  .g-xl-28,
  .gy-xl-28 {
    --bs-gutter-y: 1.75rem;
  }
  .g-xl-30,
  .gx-xl-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xl-30,
  .gy-xl-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xl-36,
  .gx-xl-36 {
    --bs-gutter-x: 2.25rem;
  }
  .g-xl-36,
  .gy-xl-36 {
    --bs-gutter-y: 2.25rem;
  }
  .g-xl-40,
  .gx-xl-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-40,
  .gy-xl-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-45,
  .gx-xl-45 {
    --bs-gutter-x: 2.813rem;
  }
  .g-xl-45,
  .gy-xl-45 {
    --bs-gutter-y: 2.813rem;
  }
  .g-xl-50,
  .gx-xl-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-xl-50,
  .gy-xl-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-xl-60,
  .gx-xl-60 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xl-60,
  .gy-xl-60 {
    --bs-gutter-y: 3.75rem;
  }
  .g-xl-65,
  .gx-xl-65 {
    --bs-gutter-x: 4.063rem;
  }
  .g-xl-65,
  .gy-xl-65 {
    --bs-gutter-y: 4.063rem;
  }
  .g-xl-75,
  .gx-xl-75 {
    --bs-gutter-x: 4.68rem;
  }
  .g-xl-75,
  .gy-xl-75 {
    --bs-gutter-y: 4.68rem;
  }
  .g-xl-80,
  .gx-xl-80 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-80,
  .gy-xl-80 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-100,
  .gx-xl-100 {
    --bs-gutter-x: 6.25rem;
  }
  .g-xl-100,
  .gy-xl-100 {
    --bs-gutter-y: 6.25rem;
  }
  .g-xl-112,
  .gx-xl-112 {
    --bs-gutter-x: 7rem;
  }
  .g-xl-112,
  .gy-xl-112 {
    --bs-gutter-y: 7rem;
  }
  .g-xl-150,
  .gx-xl-150 {
    --bs-gutter-x: 9.375rem;
  }
  .g-xl-150,
  .gy-xl-150 {
    --bs-gutter-y: 9.375rem;
  }
  .g-xl-160,
  .gx-xl-160 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-160,
  .gy-xl-160 {
    --bs-gutter-y: 10rem;
  }
  .g-xl-180,
  .gx-xl-180 {
    --bs-gutter-x: 11.25rem;
  }
  .g-xl-180,
  .gy-xl-180 {
    --bs-gutter-y: 11.25rem;
  }
  .g-xl-200,
  .gx-xl-200 {
    --bs-gutter-x: 12.5rem;
  }
  .g-xl-200,
  .gy-xl-200 {
    --bs-gutter-y: 12.5rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-12,
  .gx-xxl-12 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xxl-12,
  .gy-xxl-12 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xxl-24,
  .gx-xxl-24 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-24,
  .gy-xxl-24 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-25,
  .gx-xxl-25 {
    --bs-gutter-x: 1.56rem;
  }
  .g-xxl-25,
  .gy-xxl-25 {
    --bs-gutter-y: 1.56rem;
  }
  .g-xxl-28,
  .gx-xxl-28 {
    --bs-gutter-x: 1.75rem;
  }
  .g-xxl-28,
  .gy-xxl-28 {
    --bs-gutter-y: 1.75rem;
  }
  .g-xxl-30,
  .gx-xxl-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xxl-30,
  .gy-xxl-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xxl-36,
  .gx-xxl-36 {
    --bs-gutter-x: 2.25rem;
  }
  .g-xxl-36,
  .gy-xxl-36 {
    --bs-gutter-y: 2.25rem;
  }
  .g-xxl-40,
  .gx-xxl-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-40,
  .gy-xxl-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-45,
  .gx-xxl-45 {
    --bs-gutter-x: 2.813rem;
  }
  .g-xxl-45,
  .gy-xxl-45 {
    --bs-gutter-y: 2.813rem;
  }
  .g-xxl-50,
  .gx-xxl-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-xxl-50,
  .gy-xxl-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-xxl-60,
  .gx-xxl-60 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xxl-60,
  .gy-xxl-60 {
    --bs-gutter-y: 3.75rem;
  }
  .g-xxl-65,
  .gx-xxl-65 {
    --bs-gutter-x: 4.063rem;
  }
  .g-xxl-65,
  .gy-xxl-65 {
    --bs-gutter-y: 4.063rem;
  }
  .g-xxl-75,
  .gx-xxl-75 {
    --bs-gutter-x: 4.68rem;
  }
  .g-xxl-75,
  .gy-xxl-75 {
    --bs-gutter-y: 4.68rem;
  }
  .g-xxl-80,
  .gx-xxl-80 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-80,
  .gy-xxl-80 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-100,
  .gx-xxl-100 {
    --bs-gutter-x: 6.25rem;
  }
  .g-xxl-100,
  .gy-xxl-100 {
    --bs-gutter-y: 6.25rem;
  }
  .g-xxl-112,
  .gx-xxl-112 {
    --bs-gutter-x: 7rem;
  }
  .g-xxl-112,
  .gy-xxl-112 {
    --bs-gutter-y: 7rem;
  }
  .g-xxl-150,
  .gx-xxl-150 {
    --bs-gutter-x: 9.375rem;
  }
  .g-xxl-150,
  .gy-xxl-150 {
    --bs-gutter-y: 9.375rem;
  }
  .g-xxl-160,
  .gx-xxl-160 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-160,
  .gy-xxl-160 {
    --bs-gutter-y: 10rem;
  }
  .g-xxl-180,
  .gx-xxl-180 {
    --bs-gutter-x: 11.25rem;
  }
  .g-xxl-180,
  .gy-xxl-180 {
    --bs-gutter-y: 11.25rem;
  }
  .g-xxl-200,
  .gx-xxl-200 {
    --bs-gutter-x: 12.5rem;
  }
  .g-xxl-200,
  .gy-xxl-200 {
    --bs-gutter-y: 12.5rem;
  }
}
.negative-mb-lg {
  margin-bottom: -11.25rem;
}

@media screen and (max-width: 991px) {
  .negative-mb-lg {
    margin-bottom: 0;
  }
}
.hero-1, .interior-hero {
  position: relative;
  max-height: 750px;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
}
.hero-1 img, .interior-hero img {
  display: block;
}
.hero-1 .hero-content, .interior-hero .hero-content {
  position: relative;
  padding: 20px 20px 65px 20px;
}
@media (min-width: 768px) {
  .hero-1 .hero-content, .interior-hero .hero-content {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
.hero-1 .slick-dots, .interior-hero .slick-dots {
  bottom: 25px;
}
.hero-1 .slick-dots li button .slick-dot-icon, .interior-hero .slick-dots li button .slick-dot-icon {
  color: #ffffff;
}
@media (min-width: 768px) {
  .hero-1 .slick-dots li button .slick-dot-icon, .interior-hero .slick-dots li button .slick-dot-icon {
    color: #000;
  }
}
.hero-1 .slick-slide img, .interior-hero .slick-slide img {
  width: 100%;
  max-width: 2000px;
  max-height: 800px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .hero-1 .overlay:after, .interior-hero .overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
  }
  .hero-1 .overlay .overlay-copy, .interior-hero .overlay .overlay-copy {
    position: relative;
    z-index: 2;
  }
}

.interior-hero img {
  object-fit: cover;
  height: 225px;
  width: 100%;
}
@media (min-width: 768px) {
  .interior-hero img {
    height: 450px;
  }
}
.interior-hero .hero-content {
  padding: 20px;
}

/* Static Heros */
.hero-1a, .hero-1c, .hero-1b {
  position: relative;
  max-height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero-1a, .hero-1c, .hero-1b {
    max-height: 750px;
  }
}
.hero-1a img, .hero-1c img, .hero-1b img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.hero-1a .hero-content, .hero-1c .hero-content, .hero-1b .hero-content {
  position: relative;
  padding: 20px 20px 65px 20px;
}
@media (min-width: 768px) {
  .hero-1a .hero-content, .hero-1c .hero-content, .hero-1b .hero-content {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    max-width: 65%;
  }
}
@media (min-width: 768px) {
  .hero-1a .overlay:after, .hero-1c .overlay:after, .hero-1b .overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
  }
  .hero-1a .overlay .overlay-copy, .hero-1c .overlay .overlay-copy, .hero-1b .overlay .overlay-copy {
    position: relative;
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .hero-1b .hero-content {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}

.hero-1c .hero-content {
  color: #000;
}
@media (min-width: 768px) {
  .hero-1c .hero-content {
    position: absolute;
    z-index: 1;
    text-align: left;
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  .hero-1c .down-arrow {
    position: absolute;
    z-index: 1;
    top: 85%;
    left: auto;
    right: 10%;
    transform: translateX(-50%);
    width: 0;
    height: 55px;
    border: 1px solid #ffffff;
    border-radius: 0px;
    animation: jumpInfinite 1.5s infinite;
  }
  .hero-1c .down-arrow:after {
    content: " ";
    position: absolute;
    top: 36px;
    left: -8px;
    width: 16px;
    height: 16px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-radius: 2px;
    transform: rotateZ(45deg);
  }
}

.left-column .hero-1c-swiper .swiper-content, .right-column .hero-1c-swiper .swiper-content {
  padding: 20px 60px 100px 60px;
}

.hero-1c-swiper {
  width: 100%;
  height: 100%;
}
.hero-1c-swiper .swiper-slide {
  text-align: left;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .hero-1c-swiper .swiper-slide {
    color: #ffffff;
  }
}
@media (max-width: 767.98px) {
  .hero-1c-swiper .swiper-slide {
    flex-direction: column;
  }
}
.hero-1c-swiper .swiper-button-next, .hero-1c-swiper .swiper-button-prev {
  color: #ffffff;
}
.hero-1c-swiper .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}
.hero-1c-swiper .swiper-pagination {
  bottom: 25px;
}
.hero-1c-swiper .swiper-pagination-bullet-active {
  background: #18244F;
}
@media (min-width: 768px) {
  .hero-1c-swiper .swiper-pagination-bullet-active {
    background: #ffffff;
  }
}
.hero-1c-swiper .swiper-content {
  position: relative;
  padding: 20px 60px 100px 60px;
}
@media (max-width: 991.98px) {
  .hero-1c-swiper .swiper-content {
    padding: 20px 20px 100px 20px;
  }
}
@media (min-width: 768px) {
  .hero-1c-swiper .swiper-content {
    background: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 1320px;
  }
}
@media (min-width: 1400px) {
  .hero-1c-swiper .swiper-content {
    padding: 20px 20px 100px 20px;
  }
}
.hero-1c-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 300px;
}
@media (min-width: 768px) {
  .hero-1c-swiper .swiper-slide img {
    height: 800px;
  }
}

/*.hero-1c-slider {
    .hero-content {
        position: relative;
        padding: 20px 20px 100px 20px;
        @include media-breakpoint-up(md) {
            background: none;
            position: absolute;
            z-index: 1;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            max-width: 100%;
            width: 1320px;
        }
    }
    .slick-slide {
        position: relative;
        img { max-height: 800px; }
    }
    .slick-dots {
        position: absolute;
        text-align: left;
        top: 0;
        bottom: 50px;
      li button .slick-dot-icon,
      li.slick-active button .slick-dot-icon {
            color: $white;
            @include media-breakpoint-down(md) { 
                color: $gray;
             }
      }
    }
    &.slick-dotted.slick-slider { margin-bottom: 0; }
    .slick-prev, .slick-next {
        top: auto;
        bottom: 50px;
        z-index: 5;
        color: $white;
        @include media-breakpoint-up(md) {
            position: absolute;
        }

        &:hover, &:focus {
            .bi {
                &:before {
                    color: $primary;
                }
            }
        }
    }
     .slick-prev {
        left: auto;
        right: 100px;
     }
     .slick-next {
        left: auto;
        right: 50px;
     }
}

.hero-2a {
    position: relative;
    img {
        position: relative;
        z-index: 1;
    }
    &:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 200px;
        background: $white;
    }
}

.hero-3a {
    position: relative;
    .hero-content {
        position: relative;
        padding: 20px 20px 65px 0px;
        @include media-breakpoint-up(lg) {
            position: absolute;
            z-index: 1;
            top: 50%;
            transform: translateY(-50%);
            max-width: 38%;
            width: 100%;
        }
    }
    img { 
        @include media-breakpoint-down(lg) { 
            max-width: 100%;
            object-fit: cover;
            width: 100%;
            max-height: 500px;
            object-position: top;
        }
        @include media-breakpoint-up(lg) { 
            max-width: 45%;
        }
     }
}

.hero-4a {
    position: relative;
    @include media-breakpoint-up(lg) {
        .down-arrow {
            position: relative;
            z-index: 1;
            top: 50px;
            left: 0;
            width: 0;
            height: 65px;
            border: 1px solid $primary;
            border-radius: 0px;
            animation: none;
        }

        .down-arrow:after {
            content: " ";
            position: absolute;
            top: 47px;
            left: -8px;
            width: 16px;
            height: 16px;
            border-bottom: 2px solid $primary;
            border-right: 2px solid $primary;
            border-radius: 2px;
            transform: rotateZ(45deg);
        }
    }
}

.hero-7a {
    position: relative;
    img { 
        position: relative;
        z-index: 1;
    }
    &:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: $white;
        height: 200px;
    }
    @include media-breakpoint-up(xxl) {
        .down-arrow {
            position: absolute;
            z-index: 1;
            top: 65%;
            left: unset;
            bottom: 0;
            right: 75px;
            width: 0;
            height: 65px;
            border: 1px solid $primary;
            border-radius: 0px;
            animation: none;
        }

        .down-arrow:after {
            content: " ";
            position: absolute;
            top: 47px;
            left: -8px;
            width: 16px;
            height: 16px;
            border-bottom: 2px solid $primary;
            border-right: 2px solid $primary;
            border-radius: 2px;
            transform: rotateZ(45deg);
        }
    }
}

.hero-8a {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

    video {
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        width: 100%;
        height: 100%;
        // background: url(video-image.jpg) no-repeat;
        // background-size: cover;
        &.stopfade button {
            background: url('/patternslibrary/images/demo-1/play-circle.svg') no-repeat;
            width: 200px;
            height: 200px;
            display: block;
            margin: 0 auto;
            border: none;
        }

        button {
            background: url('/patternslibrary/images/demo-1/pause-circle.svg') no-repeat;
            width: 200px;
            height: 200px;
            display: block;
            margin: 0 auto;
            border: none;
        }
    }

    .overlay {
        position: absolute;
        height: 100vh;
        width: 100vw;
        top: 0;
        left: 0;
        z-index: 1;
        background: #225470;
        opacity: 0.6;
    }

    .hero-content {
        position: relative;
        z-index: 1;
        max-width: 1320px;
        margin: 0 auto;
        text-align: center;
        color: $white;
    }
}*/
/* Animate Down Arrow */
@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .down-arrow {
    position: absolute;
    z-index: 1;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 35px;
    border: 1px solid #ffffff;
    border-radius: 0px;
    animation: jumpInfinite 1.5s infinite;
  }
  .down-arrow:after {
    content: " ";
    position: absolute;
    top: 17px;
    left: -8px;
    width: 16px;
    height: 16px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-radius: 2px;
    transform: rotateZ(45deg);
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #18244F;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #18244F;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #18244F;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #18244F;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: rgb(208.8, 211.2, 219.8);
  --bs-table-striped-bg: rgb(198.36, 200.64, 208.81);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(187.92, 190.08, 197.82);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.14, 195.36, 203.315);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(187.92, 190.08, 197.82);
}

.table-secondary {
  --bs-table-bg: rgb(253.8, 243, 221.6);
  --bs-table-striped-bg: rgb(241.11, 230.85, 210.52);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(228.42, 218.7, 199.44);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(234.765, 224.775, 204.98);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(228.42, 218.7, 199.44);
}

.table-success {
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(188.1, 207.9, 198.72);
}

.table-info {
  --bs-table-bg: rgb(232.4, 246.2, 246.6);
  --bs-table-striped-bg: rgb(220.78, 233.89, 234.27);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(209.16, 221.58, 221.94);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(214.97, 227.735, 228.105);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(209.16, 221.58, 221.94);
}

.table-warning {
  --bs-table-bg: rgb(253.8, 243, 221.6);
  --bs-table-striped-bg: rgb(241.11, 230.85, 210.52);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(228.42, 218.7, 199.44);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(234.765, 224.775, 204.98);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(228.42, 218.7, 199.44);
}

.table-danger {
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(223.2, 193.14, 196.02);
}

.table-light {
  --bs-table-bg: #F5F7F9;
  --bs-table-striped-bg: rgb(232.75, 234.65, 236.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(220.5, 222.3, 224.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(226.625, 228.475, 230.325);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(220.5, 222.3, 224.1);
}

.table-dark {
  --bs-table-bg: #18244F;
  --bs-table-striped-bg: rgb(35.55, 46.95, 87.8);
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: rgb(47.1, 57.9, 96.6);
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: rgb(41.325, 52.425, 92.2);
  --bs-table-hover-color: #ffffff;
  color: #ffffff;
  border-color: rgb(47.1, 57.9, 96.6);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.featured-rates {
  text-align: center;
  font-size: 16px;
}
.featured-rates table {
  width: 100%;
}
@media (max-width: 991.98px) {
  .featured-rates {
    font-size: 14px;
  }
}
.featured-rates td {
  border: 1px solid #E1E3EA;
  vertical-align: middle;
  padding: 16px 16px;
}
@media (max-width: 991.98px) {
  .featured-rates td {
    padding: 10px 10px;
  }
}
.featured-rates thead {
  white-space: nowrap;
}
.featured-rates thead thead:not(:first-child) {
  border-top: none !important;
}
.featured-rates thead tr th {
  background-color: #18244F;
  color: #ffffff;
  border: 1px solid #e1e3ea;
  border-top: none;
  border-bottom: none;
  padding: 16px 16px;
}
.featured-rates thead tr th:first-child {
  background-color: #ffffff;
  color: #18244F;
  text-align: left;
  border-left-style: none;
  position: sticky;
  left: 0;
  z-index: 2;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  width: 20%;
}
.featured-rates thead tr th:last-child {
  border-right-style: none;
}
.featured-rates tbody {
  background-color: #ffffff !important;
}
.featured-rates tbody:not(:first-child) {
  border-top: none !important;
}
.featured-rates tbody tr td {
  background-color: #ffffff;
  border-top: none;
}
.featured-rates tbody tr td:first-child {
  background-color: #F5F7F9;
  color: #18244F;
  text-align: left;
  border-left-style: none;
  position: sticky;
  left: 0;
  z-index: 2;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}
.featured-rates tbody tr td:last-child {
  border-right-style: none;
}

.table-wrapper {
  position: relative;
}

.table-responsive {
  transition: box-shadow 0.3s ease-in-out;
}
.table-responsive table {
  width: 100%;
}
.table-responsive thead {
  white-space: nowrap;
}

.has-shadow {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  color: #18244F;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 14px 30px;
  font-size: 0.875rem;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #18244F;
  text-decoration: none;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(24, 36, 79, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.dropdown-toggle.btn::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20448%20512%22%3E%3Cpath%20d=%22M201.4%20374.6c12.5%2012.5%2032.8%2012.5%2045.3%200l160-160c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200L224%20306.7%2086.6%20169.4c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3l160%20160z%22/%3E%3C/svg%3E");
  content: "";
  width: 12px;
  height: 17px;
  vertical-align: middle;
}

.btn-row {
  display: flex;
  justify-content: end;
}

@media screen and (max-width: 991px) {
  .btn-row {
    justify-content: start;
  }
}
.btn-primary {
  color: #ffffff;
  background-color: #18244F;
  border-color: #18244F;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: rgb(20.4, 30.6, 67.15);
  border-color: rgb(19.2, 28.8, 63.2);
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #ffffff;
  background-color: rgb(20.4, 30.6, 67.15);
  border-color: rgb(19.2, 28.8, 63.2);
  box-shadow: 0 0 0 0.25rem rgba(58.65, 68.85, 105.4, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(19.2, 28.8, 63.2);
  border-color: rgb(18, 27, 59.25);
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(58.65, 68.85, 105.4, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #ffffff;
  background-color: #18244F;
  border-color: #18244F;
}

.btn-secondary {
  color: #000;
  background-color: #F9C358;
  border-color: #F9C358;
}
.btn-secondary:hover {
  color: #000;
  background-color: rgb(249.9, 204, 113.05);
  border-color: rgb(249.6, 201, 104.7);
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #000;
  background-color: rgb(249.9, 204, 113.05);
  border-color: rgb(249.6, 201, 104.7);
  box-shadow: 0 0 0 0.25rem rgba(211.65, 165.75, 74.8, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #000;
  background-color: rgb(250.2, 207, 121.4);
  border-color: rgb(249.6, 201, 104.7);
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211.65, 165.75, 74.8, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #000;
  background-color: #F9C358;
  border-color: #F9C358;
}

.btn-gray {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-gray:hover {
  color: #ffffff;
  background-color: rgb(91.8, 99.45, 106.25);
  border-color: rgb(86.4, 93.6, 100);
}
.btn-check:focus + .btn-gray, .btn-gray:focus {
  color: #ffffff;
  background-color: rgb(91.8, 99.45, 106.25);
  border-color: rgb(86.4, 93.6, 100);
  box-shadow: 0 0 0 0.25rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-check:checked + .btn-gray, .btn-check:active + .btn-gray, .btn-gray:active, .btn-gray.active, .show > .btn-gray.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(86.4, 93.6, 100);
  border-color: rgb(81, 87.75, 93.75);
}
.btn-check:checked + .btn-gray:focus, .btn-check:active + .btn-gray:focus, .btn-gray:active:focus, .btn-gray.active:focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-gray:disabled, .btn-gray.disabled {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #ffffff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #ffffff;
  background-color: rgb(21.25, 114.75, 71.4);
  border-color: rgb(20, 108, 67.2);
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #ffffff;
  background-color: rgb(21.25, 114.75, 71.4);
  border-color: rgb(20, 108, 67.2);
  box-shadow: 0 0 0 0.25rem rgba(59.5, 153, 109.65, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(20, 108, 67.2);
  border-color: rgb(18.75, 101.25, 63);
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(59.5, 153, 109.65, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #ffffff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #8ED3D5;
  border-color: #8ED3D5;
}
.btn-info:hover {
  color: #000;
  background-color: rgb(158.95, 217.6, 219.3);
  border-color: rgb(153.3, 215.4, 217.2);
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: rgb(158.95, 217.6, 219.3);
  border-color: rgb(153.3, 215.4, 217.2);
  box-shadow: 0 0 0 0.25rem rgba(120.7, 179.35, 181.05, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: rgb(164.6, 219.8, 221.4);
  border-color: rgb(153.3, 215.4, 217.2);
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(120.7, 179.35, 181.05, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #8ED3D5;
  border-color: #8ED3D5;
}

.btn-warning {
  color: #000;
  background-color: #F9C358;
  border-color: #F9C358;
}
.btn-warning:hover {
  color: #000;
  background-color: rgb(249.9, 204, 113.05);
  border-color: rgb(249.6, 201, 104.7);
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: rgb(249.9, 204, 113.05);
  border-color: rgb(249.6, 201, 104.7);
  box-shadow: 0 0 0 0.25rem rgba(211.65, 165.75, 74.8, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: rgb(250.2, 207, 121.4);
  border-color: rgb(249.6, 201, 104.7);
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211.65, 165.75, 74.8, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #F9C358;
  border-color: #F9C358;
}

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: rgb(187, 45.05, 58.65);
  border-color: rgb(176, 42.4, 55.2);
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #ffffff;
  background-color: rgb(187, 45.05, 58.65);
  border-color: rgb(176, 42.4, 55.2);
  box-shadow: 0 0 0 0.25rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(176, 42.4, 55.2);
  border-color: rgb(165, 39.75, 51.75);
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #F5F7F9;
  border-color: #F5F7F9;
}
.btn-light:hover {
  color: #000;
  background-color: rgb(246.5, 248.2, 249.9);
  border-color: rgb(246, 247.8, 249.6);
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: rgb(246.5, 248.2, 249.9);
  border-color: rgb(246, 247.8, 249.6);
  box-shadow: 0 0 0 0.25rem rgba(208.25, 209.95, 211.65, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: rgb(247, 248.6, 250.2);
  border-color: rgb(246, 247.8, 249.6);
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(208.25, 209.95, 211.65, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #F5F7F9;
  border-color: #F5F7F9;
}

.btn-dark {
  color: #ffffff;
  background-color: #18244F;
  border-color: #18244F;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: rgb(20.4, 30.6, 67.15);
  border-color: rgb(19.2, 28.8, 63.2);
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #ffffff;
  background-color: rgb(20.4, 30.6, 67.15);
  border-color: rgb(19.2, 28.8, 63.2);
  box-shadow: 0 0 0 0.25rem rgba(58.65, 68.85, 105.4, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(19.2, 28.8, 63.2);
  border-color: rgb(18, 27, 59.25);
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(58.65, 68.85, 105.4, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #ffffff;
  background-color: #18244F;
  border-color: #18244F;
}

.btn-light-slate {
  color: #000;
  background-color: #D9DDE6;
  border-color: #D9DDE6;
}
.btn-light-slate:hover {
  color: #000;
  background-color: rgb(222.7, 226.1, 233.75);
  border-color: rgb(220.8, 224.4, 232.5);
}
.btn-check:focus + .btn-light-slate, .btn-light-slate:focus {
  color: #000;
  background-color: rgb(222.7, 226.1, 233.75);
  border-color: rgb(220.8, 224.4, 232.5);
  box-shadow: 0 0 0 0.25rem rgba(184.45, 187.85, 195.5, 0.5);
}
.btn-check:checked + .btn-light-slate, .btn-check:active + .btn-light-slate, .btn-light-slate:active, .btn-light-slate.active, .show > .btn-light-slate.dropdown-toggle {
  color: #000;
  background-color: rgb(224.6, 227.8, 235);
  border-color: rgb(220.8, 224.4, 232.5);
}
.btn-check:checked + .btn-light-slate:focus, .btn-check:active + .btn-light-slate:focus, .btn-light-slate:active:focus, .btn-light-slate.active:focus, .show > .btn-light-slate.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(184.45, 187.85, 195.5, 0.5);
}
.btn-light-slate:disabled, .btn-light-slate.disabled {
  color: #000;
  background-color: #D9DDE6;
  border-color: #D9DDE6;
}

.btn-outline-primary {
  color: #18244F;
  border-color: #18244F;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #f5f7f9;
  border-color: #f5f7f9;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(24, 36, 79, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #ffffff;
  background-color: #18244F;
  border-color: #18244F;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(24, 36, 79, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #18244F;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #F9C358;
  border-color: #F9C358;
}
.btn-outline-secondary:hover {
  color: #000;
  background-color: #f5f7f9;
  border-color: #f5f7f9;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 195, 88, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #000;
  background-color: #F9C358;
  border-color: #F9C358;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 195, 88, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #F9C358;
  background-color: transparent;
}

.btn-outline-gray {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-gray:hover {
  color: #ffffff;
  background-color: #f5f7f9;
  border-color: #f5f7f9;
}
.btn-check:focus + .btn-outline-gray, .btn-outline-gray:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-gray, .btn-check:active + .btn-outline-gray, .btn-outline-gray:active, .btn-outline-gray.active, .btn-outline-gray.dropdown-toggle.show {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-gray:focus, .btn-check:active + .btn-outline-gray:focus, .btn-outline-gray:active:focus, .btn-outline-gray.active:focus, .btn-outline-gray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-gray:disabled, .btn-outline-gray.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #f5f7f9;
  border-color: #f5f7f9;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #ffffff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #8ED3D5;
  border-color: #8ED3D5;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #f5f7f9;
  border-color: #f5f7f9;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(142, 211, 213, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #8ED3D5;
  border-color: #8ED3D5;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(142, 211, 213, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #8ED3D5;
  background-color: transparent;
}

.btn-outline-warning {
  color: #F9C358;
  border-color: #F9C358;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #f5f7f9;
  border-color: #f5f7f9;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 195, 88, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #F9C358;
  border-color: #F9C358;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 195, 88, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #F9C358;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #f5f7f9;
  border-color: #f5f7f9;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #F5F7F9;
  border-color: #F5F7F9;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f5f7f9;
  border-color: #f5f7f9;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(245, 247, 249, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #F5F7F9;
  border-color: #F5F7F9;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(245, 247, 249, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #F5F7F9;
  background-color: transparent;
}

.btn-outline-dark {
  color: #18244F;
  border-color: #18244F;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #f5f7f9;
  border-color: #f5f7f9;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(24, 36, 79, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #ffffff;
  background-color: #18244F;
  border-color: #18244F;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(24, 36, 79, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #18244F;
  background-color: transparent;
}

.btn-outline-light-slate {
  color: #D9DDE6;
  border-color: #D9DDE6;
}
.btn-outline-light-slate:hover {
  color: #000;
  background-color: #f5f7f9;
  border-color: #f5f7f9;
}
.btn-check:focus + .btn-outline-light-slate, .btn-outline-light-slate:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 221, 230, 0.5);
}
.btn-check:checked + .btn-outline-light-slate, .btn-check:active + .btn-outline-light-slate, .btn-outline-light-slate:active, .btn-outline-light-slate.active, .btn-outline-light-slate.dropdown-toggle.show {
  color: #000;
  background-color: #D9DDE6;
  border-color: #D9DDE6;
}
.btn-check:checked + .btn-outline-light-slate:focus, .btn-check:active + .btn-outline-light-slate:focus, .btn-outline-light-slate:active:focus, .btn-outline-light-slate.active:focus, .btn-outline-light-slate.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 221, 230, 0.5);
}
.btn-outline-light-slate:disabled, .btn-outline-light-slate.disabled {
  color: #D9DDE6;
  background-color: transparent;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #18244F;
  border-color: #18244F;
}

.btn-link {
  font-weight: 300;
  color: #18244F;
  text-decoration: underline;
}
.btn-link:hover {
  color: #6e7692;
}
.btn-link:disabled, .btn-link.disabled {
  color: #808FA8;
}

.btn-secondary {
  color: #18244F;
}

.btn-secondary:hover {
  background-color: #808FA8;
  color: #ffffff;
  border-color: #808FA8;
  text-decoration: none;
}

.btn-secondary:active {
  background-color: #808FA8;
  color: #ffffff;
  border-color: #808FA8;
}

.btn-secondary:focus {
  background-color: #808FA8;
  color: #ffffff;
  border-color: #808FA8;
  box-shadow: 0 0 0 0.25rem rgba(111, 118, 144, 0.5) !important;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 2.5rem;
  font-size: 1rem;
  border-radius: 0.375rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.84375rem;
  border-radius: 0.375rem;
}

.btn-outline-primary:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20448%20512%22%3E%3Cpath%20fill=%22%23FFFFFF%22%20d=%22M201.4%20374.6c12.5%2012.5%2032.8%2012.5%2045.3%200l160-160c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200L224%20306.7%2086.6%20169.4c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3l160%20160z%22/%3E%3C/svg%3E");
}

.btn-outline-light:hover {
  background-color: #f5f7f9;
  background-color: #f5f7f9;
}

.mobile-buttons .btn {
  margin-bottom: 1rem;
  margin-right: 0 !important;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle:after {
  transition: 0.4s;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  width: 12px;
  height: 6px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22352%22%20height%3D%22192%22%20viewBox%3D%220%200%20352%20192%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M164.7%20187.3C170.9%20193.5%20181.1%20193.5%20187.3%20187.3L347.3%2027.3001C353.5%2021.1001%20353.5%2010.9%20347.3%204.70005C341.1%20-1.49995%20330.9%20-1.49995%20324.7%204.70005L176%20153.4L27.3001%204.70005C21.1001%20-1.49995%2010.9%20-1.49995%204.70005%204.70005C-1.49995%2010.9%20-1.49995%2021.1001%204.70005%2027.3001L164.7%20187.3Z%22%20fill%3D%22black%22/%3E%0A%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-toggle[aria-expanded=true]:after {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 11rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1.125rem;
  color: #18244F;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  width: 12px;
  height: 6px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22352%22%20height%3D%22192%22%20viewBox%3D%220%200%20352%20192%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M164.7%20187.3C170.9%20193.5%20181.1%20193.5%20187.3%20187.3L347.3%2027.3001C353.5%2021.1001%20353.5%2010.9%20347.3%204.70005C341.1%20-1.49995%20330.9%20-1.49995%20324.7%204.70005L176%20153.4L27.3001%204.70005C21.1001%20-1.49995%2010.9%20-1.49995%204.70005%204.70005C-1.49995%2010.9%20-1.49995%2021.1001%204.70005%2027.3001L164.7%20187.3Z%22%20fill%3D%22black%22/%3E%0A%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  width: 12px;
  height: 6px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22352%22%20height%3D%22192%22%20viewBox%3D%220%200%20352%20192%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M164.7%20187.3C170.9%20193.5%20181.1%20193.5%20187.3%20187.3L347.3%2027.3001C353.5%2021.1001%20353.5%2010.9%20347.3%204.70005C341.1%20-1.49995%20330.9%20-1.49995%20324.7%204.70005L176%20153.4L27.3001%204.70005C21.1001%20-1.49995%2010.9%20-1.49995%204.70005%204.70005C-1.49995%2010.9%20-1.49995%2021.1001%204.70005%2027.3001L164.7%20187.3Z%22%20fill%3D%22black%22/%3E%0A%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  width: 12px;
  height: 6px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22352%22%20height%3D%22192%22%20viewBox%3D%220%200%20352%20192%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M164.7%20187.3C170.9%20193.5%20181.1%20193.5%20187.3%20187.3L347.3%2027.3001C353.5%2021.1001%20353.5%2010.9%20347.3%204.70005C341.1%20-1.49995%20330.9%20-1.49995%20324.7%204.70005L176%20153.4L27.3001%204.70005C21.1001%20-1.49995%2010.9%20-1.49995%204.70005%204.70005C-1.49995%2010.9%20-1.49995%2021.1001%204.70005%2027.3001L164.7%20187.3Z%22%20fill%3D%22black%22/%3E%0A%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 300;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(29.7, 33.3, 36.9);
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #18244F;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #F5F7F9;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.84375rem;
  color: #808FA8;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #ffffff;
  background-color: #18244F;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #F5F7F9;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #F5F7F9;
}

.explore-impact-btn .dropdown-item {
  display: inline-flex;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 22.5px;
  padding-left: 22.5px;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #18244F;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #6e7692;
}
.nav-link.disabled {
  color: #808FA8;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #808FA8;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: #E4E9EF;
  border: 0;
  border-radius: 0.25rem;
  border-bottom: 2px solid #ffffff;
  color: #18244F;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #18244F;
  border-bottom: 4px solid #F9C358;
  font-weight: 700;
  color: #18244F;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.section-nav-panel {
  display: none;
}
@media (max-width: 991.98px) {
  .section-nav-panel {
    display: block;
  }
}

.right-column .section-nav-panel, .left-column .section-nav-panel {
  display: block;
}
@media (max-width: 991.98px) {
  .right-column .section-nav-panel, .left-column .section-nav-panel {
    display: none;
  }
}

.Menu-Item-Custom-Class-Demo {
  background-color: yellow;
}
.Menu-Item-Custom-Class-Demo .dropdown-menu {
  background-color: yellow;
}

.Menu-Item-Custom-Class-Demo * {
  color: black !important;
}

.offcanvas-always-accessible {
  display: inline-block !important;
}

#offcanvasMobileMenu .dropdown-menu {
  position: relative !important;
  transform: translate(0px, 0px) !important;
}

.navbar-secondary {
  font-size: 0.75rem;
}

.navbar-search-button {
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar .megamenu {
  padding: 1rem;
}

@media (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}
.header-nav {
  font-size: 0.938rem;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
a.logo {
  height: fit-content;
  display: block;
}
a.logo span.logo-lg {
  display: block;
  padding: 0 20px 0 0;
}
a.logo span.logo-lg img {
  width: 100%;
  height: 70px;
  object-fit: contain;
}

.navbar-brand {
  padding-top: 0.2890625rem;
  padding-bottom: 0.2890625rem;
  margin-right: 1rem;
  font-size: calc(1.265625rem + 0.1875vw);
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .navbar-brand {
    font-size: 1.40625rem;
  }
}
.header-bg {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .navbar-nav {
    align-items: stretch;
  }
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 15px;
}
@media (max-width: 1199.98px) {
  .navbar-nav .nav-link {
    font-size: 18px !important;
  }
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: calc(1.265625rem + 0.1875vw);
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
  transition: box-shadow 0.15s ease-in-out;
}
@media (min-width: 1200px) {
  .navbar-toggler {
    font-size: 1.40625rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: #18244f;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7) !important;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: #18244f;
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2318244f' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M324.5 411.1c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L214.6 256 347.1 123.5c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L192 233.4 59.6 100.9c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L169.4 256 36.9 388.5c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L192 278.6 324.5 411.1z"/></svg>');
  background-size: 30px 30px;
}
.navbar-light .navbar-text {
  color: #18244f;
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

#main_nav .nav-btn {
  padding: 10px 18px;
}
#main_nav .nav-size-sm {
  font-size: 0.938rem;
}
@media (max-width: 1199.98px) {
  #main_nav .dropdown-toggle::after {
    margin-left: auto !important;
  }
}

.btn-focus-none:focus {
  box-shadow: none !important;
}

.nav-card-wrapper {
  width: 385px;
}
@media (max-width: 991.98px) {
  .nav-card-wrapper {
    width: 100%;
  }
}
.nav-card-wrapper a.nav-card.img-cover {
  width: 100%;
  display: block;
  text-decoration: none;
}

.nav-card {
  height: 400px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nav-card .badge {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  backdrop-filter: blur(10px);
}

.offset-padding-container {
  margin-bottom: 50px !important;
}
@media (min-width: 1400px) {
  .offset-padding-container {
    padding-left: max(0px, (100% - 1320px) / 2) !important;
    margin-bottom: 0px !important;
  }
}
@media (min-width: 1200px) {
  .offset-padding-container {
    padding-left: max(0px, (100% - 1140px) / 2);
    margin-bottom: 0px !important;
  }
}

@media (max-width: 1199.98px) {
  .dropdown-menu.megamenu.show {
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0) !important;
  }
}

.menu-light {
  background-color: rgb(255, 255, 255);
}
@media (max-width: 1199.98px) {
  .menu-light {
    background-color: rgba(235, 239, 243, 0.25);
  }
}

.header-blurred {
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.8); /* Adjust transparency as needed */
}

nav .mobile-buttons .btn {
  width: 100%;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.explore-resources-card {
  height: 100%;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-body .numbers {
  font-size: 3.25rem;
  white-space: nowrap;
}
.card-body img {
  max-width: 100%;
  padding-bottom: 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 0 0;
}
.card-footer .btn.btn-secondary.card-active {
  background-color: #808FA8;
  color: #ffffff;
  border-color: #808FA8;
}
.card-footer .btn.btn-outline-primary.card-active {
  color: #ffffff;
  background-color: #18244F;
  border-color: #18244F;
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.75rem;
  background: rgba(0, 0, 0, 0.5);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-radius {
  border-radius: 8px !important;
}

.team-grid .card:hover .view-bio {
  text-decoration: underline;
}
.team-grid .card:hover .view-bio:after {
  transform: translateX(5px);
}
.team-grid .card-name {
  font-size: 23px;
  margin-bottom: 22px;
}
.team-grid .card-title {
  font-size: 18px;
  margin-bottom: 4px;
}
.team-grid .card-company {
  font-size: 14px;
  margin-bottom: 22px;
}
.team-grid .view-bio {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: relative;
  transition: text-decoration 0.3s ease;
}
.team-grid .view-bio:after {
  content: "";
  background: url("../img/chevron-right-navy-60.svg") no-repeat;
  display: inline-block;
  margin-left: 0.5em;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.explore-resources-card .first .card {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media (max-width: 767.98px) {
  .explore-resources-card .first .card {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0px;
  }
}
.explore-resources-card img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media (max-width: 767.98px) {
  .explore-resources-card img {
    height: 250px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 8px;
  }
}

.explore-resources {
  border-radius: 8px;
}

.card-arrow {
  font-size: 16px;
  display: flex;
  position: relative;
  transition: text-decoration 0.3s ease;
}
.card-arrow .btn-link-arrow {
  font-weight: 700;
}
.card-arrow .btn-link-arrow::after {
  content: "";
  background: url("../img/chevron-right-navy-60.svg") no-repeat;
  display: inline-block;
  margin-left: 0.5em;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.card-arrow:hover .btn-link-arrow {
  text-decoration: underline;
}
.card-arrow:hover .btn-link-arrow::after {
  transform: translateX(5px);
}

.related-resources-card .card-header img {
  height: 60px;
  width: auto;
}
.related-resources-card .card-body .category {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.employee-benefits-card .icon {
  width: 160px;
  min-width: 160px;
}
.employee-benefits-card .icon img {
  height: 60px;
  width: auto;
  margin: 0 auto;
}
.employee-benefits-card .card-body .category {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.employee-benefits-card .card-title {
  color: #18244f;
}

button.employee-benefits-card {
  border: none;
  width: 100%;
  text-align: start;
  padding-left: 0;
}

a.employee-benefits-card {
  text-decoration: none;
}

.member-directory-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Responsive */
  border-right: none;
  border-bottom: none;
}

.member-directory-card {
  border: 1px solid #e0e0e0;
  border-top: none;
  border-left: none;
  box-sizing: border-box;
  padding: 1rem;
  height: 100%;
  font-size: 0.889rem;
}
.member-directory-card strong {
  font-size: 1rem;
  display: block;
  margin-bottom: 0.5rem;
}
.member-directory-card.no-matches {
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}
.member-directory-card.first-row {
  border-top: 1px solid #e0e0e0;
}
.member-directory-card.odd-border {
  border-left: 1px solid #e0e0e0;
}

.accordion-button {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  padding: 2rem 1.25rem;
  font-size: calc(1.3rem + 0.6vw);
  color: #18244F;
  text-align: left;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  padding-right: 55px;
}
@media (min-width: 1200px) {
  .accordion-button {
    font-size: 1.75rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #18244F;
  background-color: #ffffff;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 14.97'%3E%3Cpath fill='%236e7692' d='M0,2.97L12,14.97L24,2.97L21.03,0L12,9.02L2.97,0L0,2.97Z'/%3E%3C/svg%3E");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 14.97'%3E%3Cpath fill='%236e7692' d='M0,2.97L12,14.97L24,2.97L21.03,0L12,9.02L2.97,0L0,2.97Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  position: absolute;
  right: 30px;
  top: 40%;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 2px dotted #18244F;
  box-shadow: none;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 2rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.accordion-reverse .accordion-item {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
}
.accordion-reverse .accordion-item .accordion-button {
  color: #ffffff;
  background-color: transparent;
}
.accordion-reverse .accordion-item .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: transparent;
}
.accordion-reverse .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2318244F' viewBox='0 0 512 512'%3E%3Cpath d='M352 240C360.8 240 368 247.2 368 256C368 264.8 360.8 272 352 272H160C151.2 272 144 264.8 144 256C144 247.2 151.2 240 160 240H352zM512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256zM256 32C132.3 32 32 132.3 32 256C32 379.7 132.3 480 256 480C379.7 480 480 379.7 480 256C480 132.3 379.7 32 256 32z'/%3E%3C/svg%3E");
  transform: rotate(-180deg);
}
.accordion-reverse .accordion-item .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-plus-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-reverse .accordion-item .accordion-button::after {
    transition: none;
  }
}
.accordion-reverse .accordion-item .accordion-button:hover {
  z-index: 2;
}
.accordion-reverse .accordion-item .accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.side-tab .tab-height {
  background-color: transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.side-tab .accordion-item {
  border-bottom: #fff 4px solid;
  flex-grow: 1;
  display: flex;
  width: 100%;
}
@media (max-width: 991.98px) {
  .side-tab .accordion-item {
    flex-direction: column;
  }
}
.side-tab .accordion-item:last-of-type {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom: none;
}
.side-tab .accordion-item .accordion-header {
  margin-bottom: 0;
  width: 100%;
  flex-grow: 1;
  height: 100%;
  display: flex;
}
.side-tab .accordion-item .accordion-button {
  font-size: 20px;
  font-weight: 400;
  background-color: #E4E9EF;
}
.side-tab .accordion-item .accordion-button.collapsed {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
@media (min-width: 992px) {
  .side-tab .accordion-item .accordion-button::after {
    display: none;
  }
}
.side-tab .accordion-item .accordion-button:not(.collapsed) {
  font-weight: bold;
  background-color: #e4e9ef;
  border-bottom: none !important;
}
@media (min-width: 992px) {
  .side-tab .accordion-item .accordion-button:not(.collapsed) {
    background-color: #F5F7F9;
    border-bottom: 4px solid #F9C358 !important;
  }
}
.side-tab .accordion-body {
  background-color: #F5F7F9;
}

.institutional-sales {
  font-size: 0.889rem;
}
.institutional-sales button {
  font-size: 1.125rem !important;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #ffffff;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #ffffff;
  font-weight: 700;
}

.changelog .breadcrumb {
  display: none;
}
.changelog main ul {
  margin-bottom: 0;
}
.changelog hr {
  margin: 2rem 0;
}
.changelog .bg-light {
  background: #EBEFF3;
}

.page-breadcrumb {
  color: #ffffff;
}
.page-breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0px;
}
.page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  width: 25px;
  height: 9px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6.23 10.61"><path fill="%23fff" d="M6.23,5.3l-.46.46L1.39,10.14l-.46.46L0,9.68l.46-.46,3.91-3.91L.46,1.39l-.46-.46.93-.93.46.46,4.38,4.37.46.46h0Z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  margin-top: 5px;
}
.page-breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}
.page-breadcrumb a:hover {
  color: white;
  text-decoration: underline;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #18244F;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #6e7692;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #6e7692;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(24, 36, 79, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #18244F;
  border-color: #18244F;
}
.page-item.disabled .page-link {
  color: #808FA8;
  pointer-events: none;
  background-color: #ffffff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: calc(1.265625rem + 0.1875vw);
}
@media (min-width: 1200px) {
  .pagination-lg .page-link {
    font-size: 1.40625rem;
  }
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.84375rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.careers-pagination .pagination {
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .careers-pagination .pagination {
    margin-left: initial !important;
  }
}

.back-to-careers {
  font-size: 16px;
}

.badge {
  display: inline-block;
  padding: 0.5em 0.563em;
  font-size: 0.667em;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0px;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.career-cards .badge {
  display: inline-flex;
  text-transform: capitalize;
  letter-spacing: 0px;
  align-items: center;
  font-size: 15px;
}
.career-cards .badge img {
  margin: 0 0.5em 0 0;
  padding-bottom: 0;
}

.members-only-badge {
  font-weight: 400;
  text-transform: initial;
  letter-spacing: 0px;
}

.badge.bg-light {
  background-color: #EBEFF3 !important;
  color: #596882 !important;
}

.map-container {
  overflow: hidden;
  padding-bottom: 36.3333%;
  position: relative;
  height: 0;
}
.map-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.location-detail-map .map-container {
  overflow: hidden;
  padding-bottom: 36.3333%;
  position: relative;
  height: 100%;
}
.location-detail-map .map-container iframe {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert.secondary {
  background: red;
  color: white;
  font-size: 1.125rem;
}
.alert.light {
  background: rgb(142, 211, 213);
  color: #18244F;
  font-size: 1.125rem;
}
.alert.dark {
  background: #18244F;
  color: white;
  font-size: 1.125rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-dismissible.text-light .btn-close {
  color: #FFF;
  filter: invert(1);
}
.alert-dismissible.text-light .btn-close:hover {
  color: #FFF;
  filter: invert(1);
}

.alert-primary {
  color: rgb(14.4, 21.6, 47.4);
  background-color: rgb(208.8, 211.2, 219.8);
  border-color: rgb(185.7, 189.3, 202.2);
}
.alert-primary .alert-link {
  color: rgb(11.52, 17.28, 37.92);
}

.alert-secondary {
  color: rgb(99.6, 78, 35.2);
  background-color: rgb(253.8, 243, 221.6);
  border-color: rgb(253.2, 237, 204.9);
}
.alert-secondary .alert-link {
  color: rgb(79.68, 62.4, 28.16);
}

.alert-gray {
  color: rgb(64.8, 70.2, 75);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(210.9, 213.6, 216);
}
.alert-gray .alert-link {
  color: rgb(51.84, 56.16, 60);
}

.alert-success {
  color: rgb(15, 81, 50.4);
  background-color: rgb(209, 231, 220.8);
  border-color: rgb(186, 219, 203.7);
}
.alert-success .alert-link {
  color: rgb(12, 64.8, 40.32);
}

.alert-info {
  color: rgb(56.8, 84.4, 85.2);
  background-color: rgb(232.4, 246.2, 246.6);
  border-color: rgb(221.1, 241.8, 242.4);
}
.alert-info .alert-link {
  color: rgb(45.44, 67.52, 68.16);
}

.alert-warning {
  color: rgb(99.6, 78, 35.2);
  background-color: rgb(253.8, 243, 221.6);
  border-color: rgb(253.2, 237, 204.9);
}
.alert-warning .alert-link {
  color: rgb(79.68, 62.4, 28.16);
}

.alert-danger {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(244.5, 194.4, 199.2);
}
.alert-danger .alert-link {
  color: rgb(105.6, 25.44, 33.12);
}

.alert-light {
  color: rgb(98, 98.8, 99.6);
  background-color: rgb(253, 253.4, 253.8);
  border-color: rgb(252, 252.6, 253.2);
}
.alert-light .alert-link {
  color: rgb(78.4, 79.04, 79.68);
}

.alert-dark {
  color: rgb(14.4, 21.6, 47.4);
  background-color: rgb(208.8, 211.2, 219.8);
  border-color: rgb(185.7, 189.3, 202.2);
}
.alert-dark .alert-link {
  color: rgb(11.52, 17.28, 37.92);
}

.alert-light-slate {
  color: rgb(86.8, 88.4, 92);
  background-color: rgb(247.4, 248.2, 250);
  border-color: rgb(243.6, 244.8, 247.5);
}
.alert-light-slate .alert-link {
  color: rgb(69.44, 70.72, 73.6);
}

.cookie_banner p {
  font-size: 13px;
  line-height: normal;
}

.alert-info {
  background-color: #8ED3D5;
}

.panel {
  padding-bottom: 4.68rem;
}
@media (min-width: 992px) {
  .panel {
    padding-bottom: 9.375rem;
  }
}

.template-sidebar .panel {
  padding-bottom: 2rem;
}

header {
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  overflow-y: auto; /* Enable scrolling when menu is open */
  max-height: 100vh; /* Prevent overflow beyond viewport */
  overflow: visible;
}
header .header-hidden {
  transform: translateY(-100%);
  opacity: 0;
}

main {
  margin-top: 0;
  padding-top: var(--header-height, 60px);
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}

.news-events-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 2rem;
}
@media (max-width: 991.98px) {
  .news-events-grid {
    grid-template-columns: 1fr;
  }
}
.news-events-grid .card .h5 a {
  font-weight: 400;
}
.news-events-grid .homepage-events .h6 a {
  font-weight: 400;
}

.homepage-news img {
  height: 400px;
}

.homepage-events {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 680px;
}

.community-impact-container {
  position: relative;
  width: 100%;
  height: 570px;
  overflow: hidden;
}
@media (max-width: 1399.98px) {
  .community-impact-container {
    height: 470px;
  }
}
@media (max-width: 767.98px) {
  .community-impact-container {
    height: 400px;
  }
}
.community-impact-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55));
  width: 100%;
}
.community-impact-container a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: none;
}
@media (max-width: 767.98px) {
  .community-impact-container a {
    cursor: pointer;
  }
}
.community-impact-container img,
.community-impact-container .hover-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.community-impact-container img {
  z-index: 0;
  opacity: 1;
}
.community-impact-container .hover-video {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.community-impact-container:hover .hover-video {
  opacity: 1;
  transform: scale(1.05);
}
.community-impact-container:hover img {
  opacity: 0;
}
.community-impact-container:hover:not(:has(.hover-video)) img {
  transform: scale(1.05);
  opacity: 1;
}
.community-impact-container .overlay-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  backdrop-filter: blur(10px);
  font-size: 1.375rem;
  z-index: 2;
}
.community-impact-container .overlay-text p {
  margin: 0;
}

/* Community Impact Custom Cursor */
#custom-cursor {
  position: fixed;
  width: 100px;
  height: 100px;
  background: #F9C358;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
  transition: transform 0.1s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #18244F;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  #custom-cursor {
    display: none !important;
  }
}

.investing-in-opportunities-wrapper {
  position: relative;
  background: url(../img/investing-in-opportunities.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
.investing-in-opportunities-wrapper .investing-in-opportunities-content {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}
.investing-in-opportunities-wrapper .investing-in-opportunities-content h2, .investing-in-opportunities-wrapper .investing-in-opportunities-content .h2 {
  font-size: 3rem;
}
@media (max-width: 575.98px) {
  .investing-in-opportunities-wrapper .investing-in-opportunities-content h2, .investing-in-opportunities-wrapper .investing-in-opportunities-content .h2 {
    font-size: 2.5rem;
  }
}
.investing-in-opportunities-wrapper .investing-in-opportunities-content p {
  font-size: 1.125rem;
}

.three-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.three-col-grid img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .three-col-grid {
    grid-template-columns: 1fr;
  }
}

.offerings-btn {
  margin-top: -60px;
}
@media (max-width: 767.98px) {
  .offerings-btn {
    margin-top: 30px;
  }
}

.text-white .explore-offerings h2, .text-white .explore-offerings .h2 {
  color: #8ed3d5;
}

.explore-offerings h2, .explore-offerings .h2 {
  color: #8ed3d5;
}
.explore-offerings .explore-offerings-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .explore-offerings .explore-offerings-card {
    height: 325px;
  }
}
@media (max-width: 575.98px) {
  .explore-offerings .explore-offerings-card {
    height: 200px;
  }
}

.products-you-need-to-know .products-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .products-you-need-to-know .products-card {
    height: 325px;
  }
}
@media (max-width: 575.98px) {
  .products-you-need-to-know .products-card {
    height: 200px;
  }
}

.video-image-container {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.video-image-container img {
  display: block;
  width: 100%;
  height: auto;
}
.video-image-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  color: #ffffff;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}
.video-image-container .play-button:hover {
  opacity: 0.7;
}

.dark-nav {
  display: flex;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .dark-nav .nav-item {
    width: 100%;
  }
}
.dark-nav .nav-item .nav-link {
  font-weight: 400;
  background-color: transparent;
  color: #18244F;
  border: 1px solid #18244F;
  border-right: none;
}
@media (max-width: 767.98px) {
  .dark-nav .nav-item .nav-link {
    width: 100%;
    border-right: 1px solid #18244F;
    border-bottom: none;
  }
}
.dark-nav .nav-item .nav-link.active {
  background-color: #18244F !important;
  color: #ffffff !important;
}
.dark-nav .nav-item:first-child .nav-link {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: none;
}
@media (max-width: 767.98px) {
  .dark-nav .nav-item:first-child .nav-link {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom: none;
    border-right: 1px solid #18244F;
  }
}
.dark-nav .nav-item:not(:first-child):not(:last-child) .nav-link {
  border-radius: 0;
  border-right: none;
}
@media (max-width: 767.98px) {
  .dark-nav .nav-item:not(:first-child):not(:last-child) .nav-link {
    border-bottom: none;
    border-right: 1px solid #18244F;
  }
}
.dark-nav .nav-item:last-child .nav-link {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-right: 1px solid #18244F;
}
@media (max-width: 767.98px) {
  .dark-nav .nav-item:last-child .nav-link {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: 1px solid #18244F;
  }
}

.light-nav {
  display: flex;
  text-align: center;
  font-size: 14px;
}
.light-nav .nav-tabs {
  justify-self: center;
}
@media (max-width: 767.98px) {
  .light-nav .nav-item {
    width: 100%;
  }
}
.light-nav .nav-item .nav-link {
  font-weight: 400;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-right: none;
}
@media (max-width: 767.98px) {
  .light-nav .nav-item .nav-link {
    width: 100%;
    border-right: 1px solid #ffffff;
    border-bottom: none;
  }
}
.light-nav .nav-item .nav-link.active {
  background-color: #ffffff !important;
  color: #18244F !important;
}
.light-nav .nav-item:first-child .nav-link {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: none;
}
@media (max-width: 767.98px) {
  .light-nav .nav-item:first-child .nav-link {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom: none;
    border-right: 1px solid #ffffff;
  }
}
.light-nav .nav-item:not(:first-child):not(:last-child) .nav-link {
  border-radius: 0;
  border-right: none;
}
@media (max-width: 767.98px) {
  .light-nav .nav-item:not(:first-child):not(:last-child) .nav-link {
    border-bottom: none;
    border-right: 1px solid #ffffff;
  }
}
.light-nav .nav-item:last-child .nav-link {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 767.98px) {
  .light-nav .nav-item:last-child .nav-link {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: 1px solid #ffffff;
  }
}

.dark-nav {
  display: flex;
  text-align: center;
  font-size: 14px;
}
.dark-nav .nav-tabs {
  justify-self: center;
}
@media (max-width: 767.98px) {
  .dark-nav .nav-item {
    width: 100%;
  }
}
.dark-nav .nav-item .nav-link {
  font-weight: 400;
  background-color: transparent;
  color: #18244F;
  border: 1px solid #18244F;
  border-right: none;
}
@media (max-width: 767.98px) {
  .dark-nav .nav-item .nav-link {
    width: 100%;
    border-right: 1px solid #18244F;
    border-bottom: none;
  }
}
.dark-nav .nav-item .nav-link.active {
  background-color: #18244F !important;
  color: #ffffff !important;
}
.dark-nav .nav-item:first-child .nav-link {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: none;
}
@media (max-width: 767.98px) {
  .dark-nav .nav-item:first-child .nav-link {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom: none;
    border-right: 1px solid #ffffff;
  }
}
.dark-nav .nav-item:not(:first-child):not(:last-child) .nav-link {
  border-radius: 0;
  border-right: none;
}
@media (max-width: 767.98px) {
  .dark-nav .nav-item:not(:first-child):not(:last-child) .nav-link {
    border-bottom: none;
    border-right: 1px solid #18244F;
  }
}
.dark-nav .nav-item:last-child .nav-link {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-right: 1px solid #18244F;
}
@media (max-width: 767.98px) {
  .dark-nav .nav-item:last-child .nav-link {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: 1px solid #18244F;
  }
}

.return-link {
  font-size: 16px;
}

.bio-detail .title {
  font-size: 24px;
}
.bio-detail .company {
  font-size: 20px;
}

.card-with-text-overlay {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.card-with-text-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(24, 36, 79, 0) 50%, rgba(5, 10, 27, 0.95) 100%);
  width: 100%;
}
.card-with-text-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.card-with-text-overlay:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}
.card-with-text-overlay .overlay-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  z-index: 2;
}
.card-with-text-overlay .overlay-text h5, .card-with-text-overlay .overlay-text .sticky-heading-two-column .content-column h3, .sticky-heading-two-column .content-column .card-with-text-overlay .overlay-text h3, .card-with-text-overlay .overlay-text .sticky-heading-two-column .content-column .h3, .sticky-heading-two-column .content-column .card-with-text-overlay .overlay-text .h3, .card-with-text-overlay .overlay-text .h5 {
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s ease-in-out;
  transform: translateY(0);
}
.card-with-text-overlay .overlay-text .summary {
  display: none;
  opacity: 0;
  transform: translateY(40px);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s ease-in-out;
}
.card-with-text-overlay:hover .overlay-text h5, .card-with-text-overlay:hover .overlay-text .sticky-heading-two-column .content-column h3, .sticky-heading-two-column .content-column .card-with-text-overlay:hover .overlay-text h3, .card-with-text-overlay:hover .overlay-text .sticky-heading-two-column .content-column .h3, .sticky-heading-two-column .content-column .card-with-text-overlay:hover .overlay-text .h3, .card-with-text-overlay:hover .overlay-text .h5 {
  transform: translateY(-15px);
}
.card-with-text-overlay:hover .overlay-text .summary {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.card-with-text-overlay:not(:hover) .overlay-text h5, .card-with-text-overlay:not(:hover) .overlay-text .sticky-heading-two-column .content-column h3, .sticky-heading-two-column .content-column .card-with-text-overlay:not(:hover) .overlay-text h3, .card-with-text-overlay:not(:hover) .overlay-text .sticky-heading-two-column .content-column .h3, .sticky-heading-two-column .content-column .card-with-text-overlay:not(:hover) .overlay-text .h3, .card-with-text-overlay:not(:hover) .overlay-text .h5 {
  transform: translateY(0);
}
.card-with-text-overlay:not(:hover) .overlay-text .summary {
  opacity: 0;
  transform: translateY(40px);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s ease-in-out;
  display: none;
}

.custom-bullet-gray-check {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.custom-bullet-gray-check li {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 60px;
  width: calc(50% - 10px);
  margin-bottom: 1em;
}
.custom-bullet-gray-check li::before {
  content: url(../img/icon-checkmark.svg);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
@media (max-width: 767.98px) {
  .custom-bullet-gray-check li {
    width: 100%;
  }
}

.dpp-list {
  font-size: 16px;
  box-sizing: border-box;
}
.dpp-list h3, .dpp-list .h3 {
  font-size: 18px;
  font-weight: 700;
}
.dpp-list li {
  border-bottom: 1px solid #434D70 !important;
}
.dpp-list li a {
  text-decoration: none;
  color: #ffffff;
}
.dpp-list li a:hover {
  opacity: 0.8;
}

.btn-group.dropup {
  z-index: 2;
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.sticky-container {
  position: sticky;
  top: var(--header-h);
  width: 100%;
  margin: 0 auto;
  padding: 3em 0em;
  min-height: 510px; /* Ensures full card visibility */
}
@media (max-width: 991.98px) {
  .sticky-container {
    position: relative;
    height: auto;
  }
}
.sticky-container .card-wrapper {
  position: absolute;
  width: 100%;
  height: 510px;
  transition: transform 0.3s linear, opacity 0.3s linear;
  transform-origin: center;
}
@media (max-width: 991.98px) {
  .sticky-container .card-wrapper {
    position: static;
    transform: none !important;
    height: auto !important;
  }
}
.sticky-container .card-wrapper .card {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.event-hero-date {
  position: absolute;
  top: 20px;
  left: calc(var(--bs-gutter-x) + 10px);
}

.event-row {
  border-bottom: 1px solid #C4C8D5;
}
.event-row .btn {
  min-width: 157px;
}
.event-row:last-child {
  border-bottom: none;
}
.event-row .event-fixed-col {
  width: 120px;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .event-row .event-fixed-col {
    width: 100%;
  }
}
.event-row .event-flexible-col {
  flex: 1 1 auto;
  padding: 0 0 0 1em;
}
.countdown {
  font-size: 1em;
  padding: 0 0;
  list-style: none;
  padding: 0.5em 0.5em;
  margin: 1em 0;
  background-color: #f5f7f9;
  display: inline-block;
}
.countdown p {
  margin: 0;
}
.countdown ul {
  padding: 0;
  margin: 0;
}
.countdown ul li {
  border-right: 1px solid #c4c8d5;
  display: inline-block;
  padding: 0.25em 1.25em;
}
@media (max-width: 991.98px) {
  .countdown ul li {
    padding: 0.25em 0.75em;
  }
}
.countdown ul li:last-child {
  border-right: none;
}
.countdown ul li .large {
  font-size: 3.5em;
  display: block;
  line-height: 1.1em;
}
@media (max-width: 991.98px) {
  .countdown ul li .large {
    font-size: 2.5em;
  }
}
@media (max-width: 575.98px) {
  .countdown ul li .large {
    font-size: 1.75em;
  }
}

.schedule {
  list-style: none;
  padding: 0;
  margin: 0;
}
.schedule li {
  display: flex;
  padding: 0.25rem 0;
}
.schedule li span {
  width: 100px;
  flex-shrink: 0;
  padding-right: 1rem;
}
.schedule li .schedule-description {
  flex: 1;
}

.sponsor-list ul {
  padding-left: 0;
  list-style: none;
}
.sponsor-list ul li {
  padding: 0.5rem !important;
  display: inline-block;
}
.sponsor-list ul li:not(:last-child) {
  margin-right: 0.5rem;
}

.speaker-img {
  max-width: 100%;
  height: auto;
}

.speaker-card {
  margin-bottom: 2rem;
}

.linkedin-link {
  text-decoration: none;
}
.linkedin-link:hover {
  text-decoration: underline;
}

.mpf-news {
  display: none;
}

.read-more-heading h2, .read-more-heading .h2 {
  font-size: 2.25rem;
}

.text-preview {
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s ease-in-out;
  max-height: 220px; /* Limit height for collapsed state */
}

.text-preview.expanded {
  max-height: 100%; /* Allow full height when expanded */
}

.text-preview::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  transition: opacity 0.3s ease;
}

.text-preview.expanded::after {
  opacity: 0;
}

.read-more-btn {
  cursor: pointer;
}

.sf-zone-widget .text-preview {
  overflow: visible;
  max-height: auto;
}
.sf-zone-widget .text-preview:after {
  display: none;
}

lottie-player {
  width: 100% !important;
}

.filter-layout-grid {
  display: grid;
  gap: 1.5rem;
  padding: 1rem;
}
.filter-layout-grid .filter-box {
  grid-area: filter;
}
.filter-layout-grid .results-box {
  grid-area: results;
}
.filter-layout-grid .sales-box {
  grid-area: sales;
}
@media (min-width: 992px) {
  .filter-layout-grid .filter-box,
  .filter-layout-grid .sales-box {
    position: sticky;
    top: 1rem;
    z-index: 1;
  }
}
@media (max-width: 991.98px) {
  .filter-layout-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "filter" "results" "sales";
  }
}
@media (min-width: 992px) {
  .filter-layout-grid {
    grid-template-columns: 1fr 2fr;
    grid-template-areas: "filter results" "sales results";
  }
}

.institutional-sales ul {
  padding: 0;
  list-style: none;
}
.institutional-sales li:not(:last-child) {
  margin-bottom: 1rem;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.84375rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #18244F;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #EBEFF3;
}
.list-group-item-action:active {
  color: #18244F;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #808FA8;
  pointer-events: none;
  background-color: #ffffff;
}
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #18244F;
  border-color: #18244F;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(14.4, 21.6, 47.4);
  background-color: rgb(208.8, 211.2, 219.8);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(14.4, 21.6, 47.4);
  background-color: rgb(187.92, 190.08, 197.82);
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(14.4, 21.6, 47.4);
  border-color: rgb(14.4, 21.6, 47.4);
}

.list-group-item-secondary {
  color: rgb(99.6, 78, 35.2);
  background-color: rgb(253.8, 243, 221.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(99.6, 78, 35.2);
  background-color: rgb(228.42, 218.7, 199.44);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(99.6, 78, 35.2);
  border-color: rgb(99.6, 78, 35.2);
}

.list-group-item-gray {
  color: rgb(64.8, 70.2, 75);
  background-color: rgb(225.6, 227.4, 229);
}
.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
  color: rgb(64.8, 70.2, 75);
  background-color: rgb(203.04, 204.66, 206.1);
}
.list-group-item-gray.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(64.8, 70.2, 75);
  border-color: rgb(64.8, 70.2, 75);
}

.list-group-item-success {
  color: rgb(15, 81, 50.4);
  background-color: rgb(209, 231, 220.8);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(15, 81, 50.4);
  background-color: rgb(188.1, 207.9, 198.72);
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(15, 81, 50.4);
  border-color: rgb(15, 81, 50.4);
}

.list-group-item-info {
  color: rgb(56.8, 84.4, 85.2);
  background-color: rgb(232.4, 246.2, 246.6);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(56.8, 84.4, 85.2);
  background-color: rgb(209.16, 221.58, 221.94);
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(56.8, 84.4, 85.2);
  border-color: rgb(56.8, 84.4, 85.2);
}

.list-group-item-warning {
  color: rgb(99.6, 78, 35.2);
  background-color: rgb(253.8, 243, 221.6);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(99.6, 78, 35.2);
  background-color: rgb(228.42, 218.7, 199.44);
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(99.6, 78, 35.2);
  border-color: rgb(99.6, 78, 35.2);
}

.list-group-item-danger {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(248, 214.6, 217.8);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(223.2, 193.14, 196.02);
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(132, 31.8, 41.4);
  border-color: rgb(132, 31.8, 41.4);
}

.list-group-item-light {
  color: rgb(98, 98.8, 99.6);
  background-color: rgb(253, 253.4, 253.8);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(98, 98.8, 99.6);
  background-color: rgb(227.7, 228.06, 228.42);
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(98, 98.8, 99.6);
  border-color: rgb(98, 98.8, 99.6);
}

.list-group-item-dark {
  color: rgb(14.4, 21.6, 47.4);
  background-color: rgb(208.8, 211.2, 219.8);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(14.4, 21.6, 47.4);
  background-color: rgb(187.92, 190.08, 197.82);
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(14.4, 21.6, 47.4);
  border-color: rgb(14.4, 21.6, 47.4);
}

.list-group-item-light-slate {
  color: rgb(86.8, 88.4, 92);
  background-color: rgb(247.4, 248.2, 250);
}
.list-group-item-light-slate.list-group-item-action:hover, .list-group-item-light-slate.list-group-item-action:focus {
  color: rgb(86.8, 88.4, 92);
  background-color: rgb(222.66, 223.38, 225);
}
.list-group-item-light-slate.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(86.8, 88.4, 92);
  border-color: rgb(86.8, 88.4, 92);
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(24, 36, 79, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #808FA8;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.4);
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 6rem 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 12rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 12rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  display: none;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-body iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 80%;
    margin: 6rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 12rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 12rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.84375rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.84375rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #ffffff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ffffff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #ffffff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(239.7, 239.7, 239.7);
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ffffff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  background-color: rgb(239.7, 239.7, 239.7);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #18244F;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #ffffff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #ffffff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

#offcanvasMobileMenu .dropdown-menu {
  position: relative;
  border: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
body {
  scroll-behavior: smooth;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Table of contents */
.bd-aside a {
  padding: 0.1875rem 0.5rem;
  margin-top: 0.125rem;
  margin-left: 0.3125rem;
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
}

.bd-aside a:hover,
.bd-aside a:focus {
  color: rgba(0, 0, 0, 0.85);
  background-color: rgba(121, 82, 179, 0.1);
}

.bd-aside .active {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}

.bd-aside .btn {
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
  border: 0;
}

.bd-aside .btn:hover,
.bd-aside .btn:focus {
  color: rgba(0, 0, 0, 0.85);
  background-color: rgba(121, 82, 179, 0.1);
}

.bd-aside .btn:focus {
  box-shadow: 0 0 0 1px rgba(121, 82, 179, 0.7);
}

.bd-aside .btn::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform 0.35s ease;
  /* rtl:raw:
  transform: rotate(180deg) translateX(-2px);
  */
  transform-origin: 0.5em 50%;
}

.bd-aside .btn[aria-expanded=true]::before {
  transform: rotate(90deg);
}

/* Examples */
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 0.5rem;
  overflow: auto;
}

[id=modal] .bd-example .btn,
[id=buttons] .bd-example .btn,
[id=tooltips] .bd-example .btn,
[id=popovers] .bd-example .btn,
[id=dropdowns] .bd-example .btn-group,
[id=dropdowns] .bd-example .dropdown,
[id=dropdowns] .bd-example .dropup,
[id=dropdowns] .bd-example .dropend,
[id=dropdowns] .bd-example .dropstart {
  margin: 0 1rem 1rem 0;
}

/* Layout */
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  body#styleguide {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 4fr 1fr;
    grid-template-rows: auto;
  }
  .bd-header {
    position: fixed;
    top: 0;
    /* rtl:begin:ignore */
    right: 0;
    left: 0;
    /* rtl:end:ignore */
    z-index: 1030;
    grid-column: 1/span 3;
  }
  .bd-aside,
  .bd-cheatsheet {
    padding-top: 4rem;
  }
  /**
   * 1. Too bad only Firefox supports subgrids ATM
   */
  .bd-cheatsheet,
  .bd-cheatsheet section,
  .bd-cheatsheet article {
    display: inherit; /* 1 */
    gap: inherit; /* 1 */
    grid-template-columns: 1fr 4fr;
    grid-column: 1/span 2;
    grid-template-rows: auto;
  }
  .bd-aside {
    grid-area: 1/3;
    scroll-margin-top: 4rem;
  }
  .bd-cheatsheet section,
  .bd-cheatsheet section > h2,
  .bd-cheatsheet section > .h2 {
    top: 2rem;
    scroll-margin-top: 2rem;
  }
  .bd-cheatsheet section > h2::before, .bd-cheatsheet section > .h2::before {
    position: absolute;
    /* rtl:begin:ignore */
    top: 0;
    right: 0;
    bottom: -2rem;
    left: 0;
    /* rtl:end:ignore */
    z-index: -1;
    content: "";
    background-image: linear-gradient(to bottom, rgb(255, 255, 255) calc(100% - 3rem), rgba(255, 255, 255, 0.01));
  }
  .bd-cheatsheet article,
  .bd-cheatsheet .bd-heading {
    top: 8rem;
    scroll-margin-top: 8rem;
  }
  .bd-cheatsheet .bd-heading {
    z-index: 1;
  }
}
.search {
  height: 100%;
}

.search .btn {
  border-radius: 0.25em;
  height: 100%;
}
@media (max-width: 991.98px) {
  .search .btn {
    background: #18244F;
    margin-top: 1em;
  }
}

/*------Search Bar------*/
.searchbar {
  position: relative;
  z-index: 1;
  background-color: #fff;
  display: none;
  margin: 0 auto;
  padding: 0.75em 3.5%;
}

.search_box {
  position: relative;
}

/* Search Modal */
#searchModal .modal-dialog {
  max-width: 100%;
  margin: 0;
}
#searchModal .modal-dialog .modal-content {
  border-radius: 0;
  border: none;
}

.aa-Panel {
  background-color: #fff !important;
  z-index: 1056;
}
.aa-Panel .aa-PanelSections {
  display: flex;
  gap: 6.25rem;
}
.aa-Panel .aa-PanelSection--right, .aa-Panel .aa-PanelSection--left {
  flex: 1;
  padding: 1.88rem;
}
.aa-Panel .aa-PanelSection--left .aa-Item {
  background-color: #F5F7F9;
}
.aa-Panel .aa-PanelSection--left .aa-Item .aa-ItemIcon svg {
  color: #18244F;
}
.aa-Panel .aa-PanelSection--left .aa-Item .aa-ItemActionButton svg {
  color: #18244F;
}
.aa-Panel .aa-PanelSection--left .aa-Item .aa-ItemActionButton svg:last-child {
  transform: rotatey(180deg);
}
.aa-Panel .aa-PanelSection--left .aa-Item .aa-ItemContentTitle {
  color: #18244F;
}
.aa-Panel .aa-SourceHeaderTitle {
  color: #18244F;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 160%;
}
.aa-Panel .aa-SourceHeaderLine {
  display: none;
}

.algolia-filters-column {
  background-color: #F5F7F9;
  padding: 2.5rem;
  border-radius: 0.5rem;
}
.algolia-filters-column .ais-Panel-header {
  font-size: 1.75rem;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.algolia-filters-column .static-widgets .ais-Panel-header {
  margin-top: 2rem;
}
.algolia-filters-column .refinement-wrapper {
  margin-top: 2rem;
}
.algolia-filters-column .ais-ClearRefinements-button {
  background-color: #18244F;
  border-radius: 0;
}
.algolia-filters-column .ais-CurrentRefinements-item {
  margin-right: 0.3rem;
  margin-top: 0.3rem;
  padding: 0.3rem 0.5rem;
  display: flex;
  flex-wrap: wrap;
  background: transparent;
}
.algolia-filters-column .ais-CurrentRefinements-label, .algolia-filters-column .ais-CurrentRefinements-categoryLabel, .algolia-filters-column .ais-CurrentRefinements-delete {
  white-space: nowrap;
  font-size: 0.8rem;
  color: #495588;
}
.algolia-filters-column .ais-CurrentRefinements-category {
  margin-left: 0.3em;
  display: flex;
  color: #fff;
  background-color: #495588;
  border-radius: 5px;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.3rem;
  align-items: center;
}
.algolia-filters-column .ais-CurrentRefinements-category .ais-CurrentRefinements-categoryLabel, .algolia-filters-column .ais-CurrentRefinements-category .ais-CurrentRefinements-delete {
  color: #fff;
}

label.ais-RefinementList-label {
  display: flex;
  width: 100%;
  padding: 0;
  min-width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.88rem;
}
label.ais-RefinementList-label .ais-HierarchicalMenu-count, label.ais-RefinementList-label .ais-Menu-count, label.ais-RefinementList-label .ais-RefinementList-count, label.ais-RefinementList-label .ais-ToggleRefinement-count {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  color: #3a4570;
  background-color: #dfe2ee;
  border-radius: 8px;
}

span.ais-RefinementList-labelText {
  line-height: 150%;
  font-size: 1rem;
}

button.ais-RefinementList-showMore.ais-RefinementList-showMore--disabled {
  display: none;
}

li.ais-Hits-item {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #c4c8d8;
  box-shadow: none;
}

.result-content h2, .result-content .h2 {
  font-size: 1.125rem;
  line-height: 160%;
  font-weight: 700;
}
.result-content h2 a, .result-content .h2 a {
  font-weight: 700;
}

.ais-Pagination-item--selected .ais-Pagination-link {
  color: #18244F;
  background-color: #c4c8d5;
  border-color: #c4c8d5;
}

.ais-Pagination-link {
  padding: 0.75rem 1.25rem;
  display: block;
  border: 1px solid #c4c8d5;
  border-radius: 0;
  transition: background-color 0.2s ease-out;
  color: #18244F;
}

.ais-Pagination-item--disabled .ais-Pagination-link {
  opacity: 1;
  cursor: not-allowed;
  color: #c4c8d5;
}

.pagination-wrapper {
  margin-top: 2.75rem;
}

.ais-HitsPerPage {
  text-align: center;
  padding-top: 25px;
}

.swiper-multi a {
  cursor: none;
  text-decoration: none;
  transition: all 1s ease;
}
.swiper-multi a p {
  opacity: 0.65;
  transition: all 1s ease;
}
.swiper-multi a:hover p {
  text-decoration: underline;
  opacity: 1;
}
.swiper-multi a img {
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .swiper-multi {
    overflow: visible;
  }
}

.swiper-multi-offset .swiper-wrapper {
  margin: 0 -50% 75px;
}
@media (max-width: 767.98px) {
  .swiper-multi-offset .swiper-wrapper {
    margin: 0 -50% 50px;
  }
}
.swiper-multi-offset .swiper-pagination .swiper-pagination-bullet {
  background: rgba(24, 36, 79, 0.75);
  margin: 0 0.75em;
}
.swiper-multi-offset .swiper-pagination .swiper-pagination-bullet-active {
  background: #18244F;
}

.single-slide-slider.mySwiperEvents .swiper-slide .card {
  width: 100%;
}
.single-slide-slider.mySwiperEvents .swiper-slide .card .cropped-img {
  max-height: 400px;
  overflow: clip;
}

.feature-sub-slider {
  position: relative;
}
.feature-sub-slider .swiper-button-next,
.feature-sub-slider .swiper-button-prev {
  width: 66px;
  height: auto;
  align-items: flex-end;
}
.feature-sub-slider .swiper-button-next {
  left: 90px;
  right: auto;
  top: auto;
  bottom: 25px;
}
.feature-sub-slider .swiper-button-next:after {
  content: "";
  background: url("../images/icons/icon-circlearrow.svg");
  transform: rotate(180deg);
  width: 66px;
  height: 66px;
}
.feature-sub-slider .swiper-button-next:hover:after {
  background: url("../images/icons/icon-circlearrow-hover.svg");
  transform: rotate(0deg);
}
.feature-sub-slider .swiper-button-prev {
  right: auto;
  left: 10px;
  top: auto;
  bottom: 25px;
}
.feature-sub-slider .swiper-button-prev:after {
  content: "";
  background: url("../images/icons/icon-circlearrow.svg");
  width: 66px;
  height: 66px;
}
.feature-sub-slider .swiper-button-prev:hover:after {
  background: url("../images/icons/icon-circlearrow-hover.svg");
  transform: rotate(180deg);
}
.feature-sub-slider .swiper-pagination {
  padding-bottom: 1.5em;
  left: 200px;
  width: auto;
}

.feature-main-slider {
  position: relative;
  display: flex;
}
.feature-main-slider .swiper-slide {
  display: flex;
}
.feature-main-slider .swiper-slide .slide-image {
  display: flex;
  width: 100%;
  height: 100%;
}

.feature-duo-slider-wrap {
  position: relative;
}
.feature-duo-slider-wrap .swiper-button-next,
.feature-duo-slider-wrap .swiper-button-prev {
  width: 66px;
  height: auto;
  align-items: flex-end;
}
.feature-duo-slider-wrap .swiper-button-next {
  bottom: 25px;
  right: 0.75rem;
}
.feature-duo-slider-wrap .swiper-button-next:after {
  content: "";
  background: url("../images/icons/icon-circlearrow.svg");
  transform: rotate(180deg);
  width: 66px;
  height: 66px;
}
.feature-duo-slider-wrap .swiper-button-next:hover:after {
  background: url("../images/icons/icon-circlearrow-hover.svg");
  transform: rotate(0deg);
}
@media (max-width: 767.98px) {
  .feature-duo-slider-wrap .swiper-button-next {
    left: 90px;
    bottom: auto;
  }
}
.feature-duo-slider-wrap .swiper-button-prev {
  bottom: 25px;
  left: auto;
  right: 90px;
}
.feature-duo-slider-wrap .swiper-button-prev:after {
  content: "";
  background: url("../images/icons/icon-circlearrow.svg");
  width: 66px;
  height: 66px;
}
.feature-duo-slider-wrap .swiper-button-prev:hover:after {
  background: url("../images/icons/icon-circlearrow-hover.svg");
  transform: rotate(180deg);
}
@media (max-width: 767.98px) {
  .feature-duo-slider-wrap .swiper-button-prev {
    left: 0.75rem;
    bottom: auto;
  }
}

.general-s20 .feature-sub-slider .swiper-button-next,
.general-s20 .feature-sub-slider .swiper-button-prev {
  bottom: 0;
}

.general-s22 .swiper-slide,
.gallery-s12 .swiper-slide {
  height: 400px;
  width: auto !important;
}
.general-s22 .swiper-slide img,
.gallery-s12 .swiper-slide img {
  width: auto;
  height: 400px;
  object-fit: cover;
}
.general-s22 .swiper-multi-offset-rt,
.gallery-s12 .swiper-multi-offset-rt {
  overflow: visible;
}
.general-s22 .swiper-multi-offset-rt .swiper-wrapper,
.gallery-s12 .swiper-multi-offset-rt .swiper-wrapper {
  margin: 0;
  padding-bottom: 100px;
  transform: none;
}
.general-s22 .swiper-pagination,
.gallery-s12 .swiper-pagination {
  top: auto;
}
.general-s22 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.gallery-s12 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #18244F;
}

.gallery-s12 .swiper-pagination {
  display: none;
}

.career-slider-container {
  position: relative;
  height: 480px;
}
.career-slider-container .career-marquee {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.career-slider-container .career-marquee-track {
  display: flex;
  height: 100%;
  align-items: center;
  width: max-content;
  gap: 20px;
  will-change: transform;
}
.career-slider-container .career-slide {
  margin: 0;
  width: 300px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.career-slider-container .career-slide .d-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.career-slider-container img {
  display: block;
  width: 100%;
  height: auto;
}
.career-slider-container .controls {
  position: absolute;
  bottom: -30px;
  right: 20px;
  z-index: 20;
}
.career-slider-container .controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  background-color: rgba(255, 255, 255, 0.75);
  color: #18244F;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
}
.career-slider-container .controls button:hover {
  background-color: #808fa8;
}
.career-slider-container .controls button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
.career-slider-container .controls button:focus:not(:focus-visible) {
  outline: none;
}

.about-us .about-us-rotator {
  position: relative;
}
.about-us .about-us-rotator-columns {
  position: relative;
  display: flex;
  gap: 20px;
  overflow: hidden;
  align-items: center;
}
@media (max-width: 991.98px) {
  .about-us .about-us-rotator-columns {
    flex-direction: column;
    gap: 0;
  }
}
.about-us .about-us-rotator-track {
  position: relative;
  width: 330px;
  height: 620px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .about-us .about-us-rotator-track {
    width: 100%;
    height: 420px;
  }
}
@media (max-width: 767.98px) {
  .about-us .about-us-rotator-track {
    height: 320px;
  }
}
.about-us .about-us-rotator-strip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  will-change: transform;
}
@media (max-width: 991.98px) {
  .about-us .about-us-rotator-strip {
    display: flex;
    width: auto;
  }
}
.about-us .about-us-rotator-item {
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .about-us .about-us-rotator-item {
    margin-bottom: 0;
    margin-right: 16px;
    flex-shrink: 0;
    width: 80%;
  }
}
.about-us .about-us-rotator-item img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .about-us .about-us-rotator-item img {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .about-us .about-us-rotator-item img {
    height: 300px;
  }
}
@media (max-width: 575.98px) {
  .about-us .about-us-rotator-item img {
    height: 250px;
  }
}
@media (max-width: 991.98px) {
  .about-us .about-us-rotator-track.is-secondary {
    display: none;
  }
}
.about-us .about-us-rotator-toggle {
  position: absolute;
  bottom: 50px;
  right: 20px;
  z-index: 10;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.75);
  color: #18244F;
  border-radius: 4px;
}
.about-us .about-us-rotator-toggle:hover {
  background-color: #808fa8;
}
.about-us .about-us-rotator-toggle:focus {
  outline: none;
}
.about-us .about-us-rotator-toggle:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
.about-us .col-lg-6.left {
  padding-left: max(0px, (100% - 1320px) / 2);
}
@media (max-width: 1399.98px) {
  .about-us .col-lg-6.left {
    padding-left: max(0px, (100% - 1140px) / 2);
  }
}
@media (max-width: 1199.98px) {
  .about-us .col-lg-6.left {
    padding-left: max(0px, (100% - 960px) / 2);
  }
}
@media (max-width: 991.98px) {
  .about-us .col-lg-6.left {
    padding-left: max(0px, (100% - 720px) / 2);
    padding-right: max(0px, (100% - 720px) / 2);
  }
}
@media (max-width: 767.98px) {
  .about-us .col-lg-6.left {
    padding-left: max(0px, (100% - 540px) / 2);
    padding-right: max(0px, (100% - 540px) / 2);
  }
}
@media (max-width: 575.98px) {
  .about-us .col-lg-6.left {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 992px) {
  .template-sidebar .navbar-toggler {
    display: none;
  }
}

@media (min-width: 992px) {
  #sidebar-nav {
    display: block;
  }
}
#sidebar-nav .bi {
  vertical-align: -0.125em;
  pointer-events: none;
  fill: currentColor;
}
#sidebar-nav .dropdown-toggle {
  outline: 0;
}
#sidebar-nav .nav-flush .nav-link {
  border-radius: 0;
}
#sidebar-nav a.nav-link {
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  width: auto;
  margin-bottom: 0.25em;
  margin-right: 20px;
}
#sidebar-nav a.nav-link:hover,
#sidebar-nav a.nav-link:focus {
  color: #000;
}
#sidebar-nav .btn-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border: 0;
  width: 100%;
  margin-bottom: 0.25em;
  margin-right: 1.125rem;
}
#sidebar-nav .btn-toggle:hover,
#sidebar-nav .btn-toggle:focus {
  color: #000;
}
#sidebar-nav .btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform 0.35s ease;
  transform-origin: 0.5em 50%;
  margin-right: 0.5em;
  position: absolute;
  right: 0;
}
#sidebar-nav .btn-toggle[aria-expanded=true] {
  color: rgba(0, 0, 0, 0.85);
}
#sidebar-nav .btn-toggle[aria-expanded=true]::before {
  transform: rotate(90deg);
}
#sidebar-nav .btn-toggle-nav a {
  display: block;
  padding: 0.4rem 0.5rem;
  margin-top: 0.125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
#sidebar-nav .btn-toggle-nav a:hover,
#sidebar-nav .btn-toggle-nav a:focus {
  color: #000;
}
#sidebar-nav .scrollarea {
  overflow-y: auto;
}
#sidebar-nav .nav-link.active {
  color: #fff;
  background-color: #18244F;
}
#sidebar-nav .nav-link.active:hover, #sidebar-nav .nav-link.active:focus {
  color: #ffffff;
  background-color: rgb(6.1747572816, 9.2621359223, 20.3252427184);
}

.footer-1 {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  bottom: 0;
}
.footer-1 .container.bg-primary.text-white.p-60 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 1399.98px) {
  .footer-1 {
    position: relative;
  }
}
.footer-1 h2, .footer-1 .h2 {
  color: #8ED3D5;
}
.footer-1 .form-control {
  background: transparent;
}
.footer-1 .copyright {
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
}
.footer-1 .copyright .list-inline li:last-child a:after {
  display: none;
}
.footer-1 .copyright .list-inline li a:after {
  content: "|";
  display: inline-block;
  margin: 0 0 0 0.5em;
}
.footer-1 .social-links {
  display: flex;
  max-width: 100%;
}
@media (min-width: 992px) {
  .footer-1 .social-links {
    max-width: 50%;
    justify-content: space-between;
  }
}
.footer-1 .nav-item a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 400;
}
.footer-1 .nav-item a:hover {
  text-decoration: none;
}

.border-bottom-footer-hide-show {
  border-bottom: none !important;
}
@media (max-width: 991.98px) {
  .border-bottom-footer-hide-show {
    border-bottom: 1px solid #3D4976 !important;
  }
}

.border-bottom-footer-hide-show-reversed {
  border-bottom: 1px solid #3D4976 !important;
}
@media (max-width: 991.98px) {
  .border-bottom-footer-hide-show-reversed {
    border-bottom: none !important;
  }
}

.border-bottom-footer {
  border-bottom: 1px solid #3D4976 !important;
}

.border-top-footer {
  border-top: 1px solid #3D4976 !important;
}

.footer-social-media a {
  color: #8091A8;
}
.footer-social-media a i {
  font-size: 1.5rem;
}

.footer-menu li a {
  text-decoration: none !important;
}
.footer-menu li a:hover {
  opacity: 0.7;
}

.footer-address-info {
  font-size: 16px;
}

.footer-sub-menu {
  font-size: 13px;
}
.footer-sub-menu li a {
  text-decoration: none !important;
}
.footer-sub-menu li a:hover {
  opacity: 0.7;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* Hover CSS */
/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.1s;
}

.hvr-icon-forward .hvr-icon:before {
  transform: translateZ(0);
  transition-duration: 0.1s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-icon-forward:hover .hvr-icon:before, .hvr-icon-forward:focus .hvr-icon:before, .hvr-icon-forward:active .hvr-icon:before {
  transform: translateX(4px);
}

.swiper {
  width: 100%;
  height: 100%;
}

/* Services 05 Swiper Styles */
.services-05 .swiper-slide {
  position: relative;
  text-align: left;
  font-size: 18px;
  max-width: 349px;
}
.services-05 .swiper-slide a {
  display: flex;
  align-items: center;
  min-height: 502px;
  color: white;
  text-decoration: none;
  position: relative;
}
.services-05 .swiper-slide p {
  font-size: 1rem;
}
.services-05 .swiper-slide:before {
  content: "";
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 1;
  transition: opacity 1s ease;
}
.services-05 .swiper-slide:hover:before {
  content: "";
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 0.6;
}
.services-05 .swiper-slide svg path {
  transition: 1s ease;
}
.services-05 .swiper-slide:hover svg path {
  fill: white;
}
.services-05 .swiper-slide img:not(.swiper-slide img.slide-icon) {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 1;
  z-index: -1;
  transition: opacity 1s ease;
  border: 1px solid black;
}
.services-05 .swiper-horizontal > .swiper-pagination-progressbar,
.services-05 .swiper-pagination-progressbar.swiper-pagination-horizontal,
.services-05 .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.services-05 .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  bottom: 0;
  top: auto;
}
.services-05 .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.25);
}
.services-05 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: white;
}
.services-05 .swiper-wrapper {
  margin-bottom: 3em;
}
.services-05 .swiper-scrollbar-drag {
  background: white;
}
.services-05 .swiper-scrollbar {
  background: rgba(255, 255, 255, 0.25);
}
.services-05 .swiper-scrollbar-container {
  padding: 0;
  margin-top: 60px;
  position: relative;
  display: flex;
  align-items: center;
}
.services-05 .swiper-horizontal > .swiper-scrollbar, .services-05 .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  left: 100px;
}
.services-05 .swiper-scrollbar-cursor-drag {
  cursor: move;
}
.services-05 .swiper-scrollbar-lock {
  display: none;
}
.services-05 .swiper-button-next {
  left: 50px;
}
.services-05 .swiper-button-next, .services-05 .swiper-button-prev {
  position: relative;
  top: 0;
  color: white;
}

/* This padding offset is to align the left side of the off-center sliders with the max-container width use by bootstrap. Since Bootstrap uses a slightly different approach to media query breakpoints, I have broken these out separately from the breakpoints directory. */
@media screen and (min-width: 600px) {
  .slider-offset-padding {
    padding-left: max(0px, (100% - 540px) / 2);
  }
  .slider-offset-padding .slider-offset-padding-rt {
    padding-right: max(0px, (100% - 540px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .slider-offset-padding {
    padding-left: max(0px, (100% - 720px) / 2);
  }
  .slider-offset-padding-rt {
    padding-right: max(0px, (100% - 720px) / 2);
  }
}
@media screen and (min-width: 991px) {
  .slider-offset-padding {
    padding-left: max(0px, (100% - 960px) / 2);
  }
  .slider-offset-padding-rt {
    padding-right: max(0px, (100% - 960px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .slider-offset-padding {
    padding-left: max(0px, (100% - 1140px) / 2);
  }
  .slider-offset-padding-rt {
    padding-right: max(0px, (100% - 1140px) / 2);
  }
}
@media screen and (min-width: 1400px) {
  .slider-offset-padding {
    padding-left: max(0px, (100% - 1320px) / 2);
  }
  .slider-offset-padding-rt {
    padding-right: max(0px, (100% - 1320px) / 2);
  }
}
.swiper-slide {
  height: var(--swiper-height, auto);
}

.mySwiperEvents {
  position: relative;
}
.mySwiperEvents .swiper-slide {
  display: flex;
  height: auto; /* Let content determine height */
}
.mySwiperEvents .swiper-slide .card {
  display: flex;
  flex-direction: column;
}
.mySwiperEvents .swiper-slide .card .card-body {
  flex-grow: 1; /* Makes all card bodies stretch to equal height */
  display: flex;
  flex-direction: column;
}
.mySwiperEvents .swiper-controls {
  position: absolute;
  width: 116px;
  bottom: 30px;
  right: auto;
  left: 0px;
  text-align: end;
}
.mySwiperEvents .swiper-controls .swiper-button-next, .mySwiperEvents .swiper-controls .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
}
.mySwiperEvents .swiper-controls .swiper-button-next {
  position: absolute;
  bottom: 0;
  left: 58px;
}
.mySwiperEvents .swiper-controls .swiper-button-prev {
  position: absolute;
  bottom: 0;
  left: 0px;
}
.mySwiperEvents .swiper-button-prev:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="47" height="47" rx="5.5" stroke="%2318244F"/><path d="M24.7069 29.293L20.4139 25H29.9999V23H20.4139L24.7069 18.707L23.2929 17.293L16.5859 24L23.2929 30.707L24.7069 29.293Z" fill="%2318244F"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.mySwiperEvents .swiper-button-next, .mySwiperEvents .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
}
.mySwiperEvents .swiper-button-next {
  position: absolute;
  bottom: 0px;
  right: max(0px, (100% - 720px) / 2);
}
.mySwiperEvents .swiper-button-next:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="47" height="47" rx="5.5" stroke="%2318244F"/><path d="M23.293 29.293L24.707 30.707L31.414 24L24.707 17.293L23.293 18.707L27.586 23H18V25H27.586L23.293 29.293Z" fill="%2318244F"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.mySwiperEvents .swiper-horizontal > .swiper-pagination-bullets, .mySwiperEvents .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 24px;
  top: auto;
  right: 0;
  width: 150px;
  left: auto;
  text-align: end;
}

.mySwiperCommunityImpact .swiper-controls {
  position: relative;
  height: 90px;
  width: 116px;
  top: 10px;
  right: 0;
}
.mySwiperCommunityImpact .swiper-controls .swiper-button-next, .mySwiperCommunityImpact .swiper-controls .swiper-button-prev {
  width: 48px !important;
  height: 38px !important;
}
.mySwiperCommunityImpact .swiper-controls .swiper-button-next {
  position: absolute;
  bottom: 0;
  left: 58px;
}
.mySwiperCommunityImpact .swiper-controls .swiper-button-prev {
  position: absolute;
  bottom: 0;
  left: 0px;
}
.mySwiperCommunityImpact .swiper-button-prev:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="47" height="47" rx="5.5" stroke="%2318244F"/><path d="M24.7069 29.293L20.4139 25H29.9999V23H20.4139L24.7069 18.707L23.2929 17.293L16.5859 24L23.2929 30.707L24.7069 29.293Z" fill="%2318244F"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.mySwiperCommunityImpact .swiper-button-next, .mySwiperCommunityImpact .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
}
.mySwiperCommunityImpact .swiper-button-next {
  position: absolute;
  bottom: 0px;
  right: max(0px, (100% - 720px) / 2);
}
.mySwiperCommunityImpact .swiper-button-next:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="47" height="47" rx="5.5" stroke="%2318244F"/><path d="M23.293 29.293L24.707 30.707L31.414 24L24.707 17.293L23.293 18.707L27.586 23H18V25H27.586L23.293 29.293Z" fill="%2318244F"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.mySwiperCommunityImpact .swiper-horizontal > .swiper-pagination-bullets, .mySwiperCommunityImpact .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 27px;
  right: 15px;
  width: 150px;
  left: auto;
  text-align: end;
}
.home-hero .col-lg-7 {
  padding-left: max(0px, (100% - 1320px) / 2);
}
@media (max-width: 1399.98px) {
  .home-hero .col-lg-7 {
    padding-left: max(0px, (100% - 1140px) / 2);
  }
}
@media (max-width: 1199.98px) {
  .home-hero .col-lg-7 {
    padding-left: max(0px, (100% - 960px) / 2);
  }
}
@media (max-width: 991.98px) {
  .home-hero .col-lg-7 {
    padding-left: max(0px, (100% - 720px) / 2);
    padding-right: max(0px, (100% - 720px) / 2);
  }
}
@media (max-width: 767.98px) {
  .home-hero .col-lg-7 {
    padding-left: max(0px, (100% - 540px) / 2);
    padding-right: max(0px, (100% - 540px) / 2);
  }
}
@media (max-width: 575.98px) {
  .home-hero .col-lg-7 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.home-hero img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .home-hero img {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .home-hero img {
    height: 300px;
  }
}
@media (max-width: 575.98px) {
  .home-hero img {
    height: 250px;
  }
}

.z-index-40 {
  z-index: 40;
  position: relative;
}

.mySwiperLocalCommunities .swiper-controls {
  position: relative;
  height: 90px;
  width: 116px;
  top: 10px;
  right: 0;
}
.mySwiperLocalCommunities .swiper-controls .swiper-button-next, .mySwiperLocalCommunities .swiper-controls .swiper-button-prev {
  width: 48px !important;
  height: 38px !important;
}
.mySwiperLocalCommunities .swiper-controls .swiper-button-next {
  position: absolute;
  bottom: 0;
  left: 58px;
}
.mySwiperLocalCommunities .swiper-controls .swiper-button-prev {
  position: absolute;
  bottom: 0;
  left: 0px;
}
.mySwiperLocalCommunities .swiper-button-prev:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="47" height="47" rx="5.5" stroke="%2318244F"/><path d="M24.7069 29.293L20.4139 25H29.9999V23H20.4139L24.7069 18.707L23.2929 17.293L16.5859 24L23.2929 30.707L24.7069 29.293Z" fill="%2318244F"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.mySwiperLocalCommunities .swiper-button-next, .mySwiperLocalCommunities .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
}
.mySwiperLocalCommunities .swiper-button-next {
  position: absolute;
  bottom: 0px;
  right: max(0px, (100% - 720px) / 2);
}
.mySwiperLocalCommunities .swiper-button-next:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="47" height="47" rx="5.5" stroke="%2318244F"/><path d="M23.293 29.293L24.707 30.707L31.414 24L24.707 17.293L23.293 18.707L27.586 23H18V25H27.586L23.293 29.293Z" fill="%2318244F"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.mySwiperLocalCommunities .swiper-horizontal > .swiper-pagination-bullets, .mySwiperLocalCommunities .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 27px;
  right: 15px;
  width: 200px;
  left: auto;
  text-align: end;
}

.mySwiperOfferings .swiper-controls-wrapper {
  height: 94px;
  width: 150px;
}
.mySwiperOfferings .swiper-controls-wrapper .swiper-controls {
  position: absolute;
  height: 90px;
  width: 116px;
  bottom: -20px;
  right: 25px;
}
@media (max-width: 767.98px) {
  .mySwiperOfferings .swiper-controls-wrapper .swiper-controls {
    right: auto;
    left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.mySwiperOfferings .swiper-controls-wrapper .swiper-controls .swiper-button-next, .mySwiperOfferings .swiper-controls-wrapper .swiper-controls .swiper-button-prev {
  width: 48px !important;
  height: 38px !important;
}
.mySwiperOfferings .swiper-controls-wrapper .swiper-controls .swiper-button-next {
  position: absolute;
  bottom: 0;
  left: 58px;
}
.mySwiperOfferings .swiper-controls-wrapper .swiper-controls .swiper-button-prev {
  position: absolute;
  bottom: 0;
  left: 0px;
}
.mySwiperOfferings .swiper-button-prev:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url('data:image/svg+xml,%3Csvg fill="none" height="48" viewBox="0 0 48 48" width="48" xmlns="http://www.w3.org/2000/svg"%3E%3Crect height="47" rx="5.5" stroke="%2318244f" width="47" x=".5" y=".5"/%3E%3Cpath d="m24.7069 29.293-4.293-4.293h9.586v-2h-9.586l4.293-4.293-1.414-1.414-6.707 6.707 6.707 6.707z" fill="%2318244f"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: contain;
}
.mySwiperOfferings .swiper-button-next, .mySwiperOfferings .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
}
.mySwiperOfferings .swiper-button-next {
  position: absolute;
  bottom: 0px;
  right: max(0px, (100% - 720px) / 2);
}
.mySwiperOfferings .swiper-button-next:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url('data:image/svg+xml,%3Csvg fill="none" height="48" viewBox="0 0 48 48" width="48" xmlns="http://www.w3.org/2000/svg"%3E%3Crect height="47" rx="5.5" stroke="%2318244f" width="47" x=".5" y=".5"/%3E%3Cpath d="m23.293 29.293 1.414 1.414 6.707-6.707-6.707-6.707-1.414 1.414 4.293 4.293h-9.586v2h9.586z" fill="%2318244f"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: contain;
}

.text-white .mySwiperOfferings .swiper-button-next:after {
  background-image: url('data:image/svg+xml,%3Csvg fill="none" height="48" viewBox="0 0 48 48" width="48" xmlns="http://www.w3.org/2000/svg"%3E%3Crect height="47" rx="5.5" stroke="%23fff" width="47" x=".5" y=".5"/%3E%3Cpath d="m23.293 29.293 1.414 1.414 6.707-6.707-6.707-6.707-1.414 1.414 4.293 4.293h-9.586v2h9.586z" fill="%23fff"/%3E%3C/svg%3E');
}
.text-white .mySwiperOfferings .swiper-button-prev:after {
  background-image: url('data:image/svg+xml,%3Csvg fill="none" height="48" viewBox="0 0 48 48" width="48" xmlns="http://www.w3.org/2000/svg"%3E%3Crect height="47" rx="5.5" stroke="%23fff" width="47" x=".5" y=".5"/%3E%3Cpath d="m24.7069 29.293-4.293-4.293h9.586v-2h-9.586l4.293-4.293-1.414-1.414-6.707 6.707 6.707 6.707z" fill="%23fff"/%3E%3C/svg%3E');
}

.mySwiperMemberSaying, .mySwiperMemberSayingSingleSlider {
  position: relative;
  margin-bottom: 75px;
}
.mySwiperMemberSaying .swiper-slide, .mySwiperMemberSayingSingleSlider .swiper-slide {
  padding-bottom: 20px;
}
.mySwiperMemberSaying .swiper-controls, .mySwiperMemberSayingSingleSlider .swiper-controls {
  position: absolute;
  /* height: 48px; */
  width: 116px;
  bottom: 28px;
  right: auto;
  left: 0px;
  text-align: end;
}
.mySwiperMemberSaying .swiper-controls .swiper-button-next, .mySwiperMemberSaying .swiper-controls .swiper-button-prev, .mySwiperMemberSayingSingleSlider .swiper-controls .swiper-button-next, .mySwiperMemberSayingSingleSlider .swiper-controls .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
}
.mySwiperMemberSaying .swiper-controls .swiper-button-next, .mySwiperMemberSayingSingleSlider .swiper-controls .swiper-button-next {
  position: absolute;
  bottom: 0;
  left: 58px;
}
.mySwiperMemberSaying .swiper-controls .swiper-button-prev, .mySwiperMemberSayingSingleSlider .swiper-controls .swiper-button-prev {
  position: absolute;
  bottom: 0;
  left: 0px;
}
.mySwiperMemberSaying .swiper-button-prev:after, .mySwiperMemberSayingSingleSlider .swiper-button-prev:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="47" height="47" rx="5.5" stroke="%2318244F"/><path d="M24.7069 29.293L20.4139 25H29.9999V23H20.4139L24.7069 18.707L23.2929 17.293L16.5859 24L23.2929 30.707L24.7069 29.293Z" fill="%2318244F"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.mySwiperMemberSaying .swiper-button-next, .mySwiperMemberSaying .swiper-button-prev, .mySwiperMemberSayingSingleSlider .swiper-button-next, .mySwiperMemberSayingSingleSlider .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
}
.mySwiperMemberSaying .swiper-button-next, .mySwiperMemberSayingSingleSlider .swiper-button-next {
  position: absolute;
  bottom: 0px;
  right: max(0px, (100% - 720px) / 2);
}
.mySwiperMemberSaying .swiper-button-next:after, .mySwiperMemberSayingSingleSlider .swiper-button-next:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="47" height="47" rx="5.5" stroke="%2318244F"/><path d="M23.293 29.293L24.707 30.707L31.414 24L24.707 17.293L23.293 18.707L27.586 23H18V25H27.586L23.293 29.293Z" fill="%2318244F"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.mySwiperMemberSaying .swiper-horizontal > .swiper-pagination-bullets, .mySwiperMemberSaying .swiper-pagination-bullets.swiper-pagination-horizontal, .mySwiperMemberSayingSingleSlider .swiper-horizontal > .swiper-pagination-bullets, .mySwiperMemberSayingSingleSlider .swiper-pagination-bullets.swiper-pagination-horizontal {
  right: 0;
  width: 150px;
  left: auto;
  text-align: end;
}

.mySwiperProducts .swiper-controls-wrapper {
  height: 94px;
  width: 150px;
}
.mySwiperProducts .swiper-controls-wrapper .swiper-controls {
  position: absolute;
  height: 90px;
  width: 116px;
  bottom: -20px;
  right: 25px;
}
@media (max-width: 767.98px) {
  .mySwiperProducts .swiper-controls-wrapper .swiper-controls {
    right: auto;
    left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.mySwiperProducts .swiper-controls-wrapper .swiper-controls .swiper-button-next, .mySwiperProducts .swiper-controls-wrapper .swiper-controls .swiper-button-prev {
  width: 48px !important;
  height: 38px !important;
}
.mySwiperProducts .swiper-controls-wrapper .swiper-controls .swiper-button-next {
  position: absolute;
  bottom: 0;
  left: 58px;
}
.mySwiperProducts .swiper-controls-wrapper .swiper-controls .swiper-button-prev {
  position: absolute;
  bottom: 0;
  left: 0px;
}
.mySwiperProducts .swiper-button-prev:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url('data:image/svg+xml,%3Csvg fill="none" height="48" viewBox="0 0 48 48" width="48" xmlns="http://www.w3.org/2000/svg"%3E%3Crect height="47" rx="5.5" stroke="%2318244F" width="47" x=".5" y=".5"/%3E%3Cpath d="m24.7069 29.293-4.293-4.293h9.586v-2h-9.586l4.293-4.293-1.414-1.414-6.707 6.707 6.707 6.707z" fill="%2318244F"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: contain;
}
.mySwiperProducts .swiper-button-next, .mySwiperProducts .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
}
.mySwiperProducts .swiper-button-next {
  position: absolute;
  bottom: 0px;
  right: max(0px, (100% - 720px) / 2);
}
.mySwiperProducts .swiper-button-next:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url('data:image/svg+xml,%3Csvg fill="none" height="48" viewBox="0 0 48 48" width="48" xmlns="http://www.w3.org/2000/svg"%3E%3Crect height="47" rx="5.5" stroke="%2318244F" width="47" x=".5" y=".5"/%3E%3Cpath d="m23.293 29.293 1.414 1.414 6.707-6.707-6.707-6.707-1.414 1.414 4.293 4.293h-9.586v2h9.586z" fill="%2318244F"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: contain;
}

.mySwiperRelatedResources .swiper-controls {
  position: relative;
  height: 90px;
  width: 116px;
  top: 10px;
  right: 0;
}
.mySwiperRelatedResources .swiper-controls .swiper-button-next, .mySwiperRelatedResources .swiper-controls .swiper-button-prev {
  width: 48px !important;
  height: 38px !important;
}
.mySwiperRelatedResources .swiper-controls .swiper-button-next {
  position: absolute;
  bottom: 0;
  left: 58px;
}
.mySwiperRelatedResources .swiper-controls .swiper-button-prev {
  position: absolute;
  bottom: 0;
  left: 0px;
}
.mySwiperRelatedResources .swiper-button-prev:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="47" height="47" rx="5.5" stroke="%2318244F"/><path d="M24.7069 29.293L20.4139 25H29.9999V23H20.4139L24.7069 18.707L23.2929 17.293L16.5859 24L23.2929 30.707L24.7069 29.293Z" fill="%2318244F"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.mySwiperRelatedResources .swiper-button-next, .mySwiperRelatedResources .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
}
.mySwiperRelatedResources .swiper-button-next {
  position: absolute;
  bottom: 0px;
  right: max(0px, (100% - 720px) / 2);
}
.mySwiperRelatedResources .swiper-button-next:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="47" height="47" rx="5.5" stroke="%2318244F"/><path d="M23.293 29.293L24.707 30.707L31.414 24L24.707 17.293L23.293 18.707L27.586 23H18V25H27.586L23.293 29.293Z" fill="%2318244F"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.mySwiperRelatedResources .swiper-horizontal > .swiper-pagination-bullets, .mySwiperRelatedResources .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 27px;
  right: 15px;
  width: 150px;
  left: auto;
  text-align: end;
}

.mySwiperSingleWhite {
  position: relative;
  margin-bottom: 75px;
}
.mySwiperSingleWhite .swiper-controls {
  position: absolute;
  /* height: 48px; */
  width: 116px;
  bottom: 28px;
  right: auto;
  left: 0px;
  text-align: end;
}
.mySwiperSingleWhite .swiper-controls .swiper-button-next, .mySwiperSingleWhite .swiper-controls .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
}
.mySwiperSingleWhite .swiper-controls .swiper-button-next {
  position: absolute;
  bottom: 0;
  left: 58px;
}
.mySwiperSingleWhite .swiper-controls .swiper-button-next:hover {
  opacity: 0.6;
}
.mySwiperSingleWhite .swiper-controls .swiper-button-prev {
  position: absolute;
  bottom: 0;
  left: 0px;
}
.mySwiperSingleWhite .swiper-controls .swiper-button-prev:hover {
  opacity: 0.6;
}
.mySwiperSingleWhite .swiper-button-prev:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="47" height="47" rx="5.5" stroke="%23FFFFFF"/><path d="M24.7069 29.293L20.4139 25H29.9999V23H20.4139L24.7069 18.707L23.2929 17.293L16.5859 24L23.2929 30.707L24.7069 29.293Z" fill="%23FFFFFF"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.mySwiperSingleWhite .swiper-button-next, .mySwiperSingleWhite .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
}
.mySwiperSingleWhite .swiper-button-next {
  position: absolute;
  bottom: 0px;
  right: max(0px, (100% - 720px) / 2);
}
.mySwiperSingleWhite .swiper-button-next:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="47" height="47" rx="5.5" stroke="%23FFFFFF"/><path d="M23.293 29.293L24.707 30.707L31.414 24L24.707 17.293L23.293 18.707L27.586 23H18V25H27.586L23.293 29.293Z" fill="%23FFFFFF"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.mySwiperSingleWhite .swiper-horizontal > .swiper-pagination-bullets, .mySwiperSingleWhite .swiper-pagination-bullets.swiper-pagination-horizontal {
  right: 0;
  width: 150px;
  left: auto;
  text-align: end;
}
.mySwiperSingleWhite .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.2;
}
.mySwiperSingleWhite .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff !important;
}
.mySwiperSingleWhite small, .mySwiperSingleWhite .small {
  font-size: 0.667em;
}

.swiper-pagination-bullet-active {
  background: #18244F !important;
}

.swiper-pagination-bullet {
  background: #808FA8;
  opacity: 1;
}

.fc-icon,
.fc-unselectable {
  -moz-user-select: none;
  -ms-user-select: none;
}

.fc .fc-button,
.fc-icon {
  text-transform: none;
  font-weight: 400;
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  cursor: not-allowed;
}

.fc .fc-button:not(:disabled),
.fc a[data-navlink],
.fc-event.fc-event-draggable,
.fc-event[href] {
  cursor: pointer;
}

.fc-unselectable {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.fc {
  display: flex;
  flex-direction: column;
  font-size: 1em;
}

.fc .fc-button,
.fc-icon {
  display: inline-block;
  text-align: center;
}

.fc,
.fc *,
.fc :after,
.fc :before {
  box-sizing: border-box;
}

.fc table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
}

.fc th {
  text-align: center;
}

.fc td,
.fc th {
  vertical-align: top;
  padding: 0;
}

.fc .fc-button,
.fc .fc-button .fc-icon,
.fc .fc-button-group,
.fc .fc-timegrid-slot-label {
  vertical-align: middle;
}

.fc a[data-navlink]:hover {
  text-decoration: underline;
}

.fc .fc-button:hover,
.fc .fc-list-event-title a,
a.fc-event,
a.fc-event:hover {
  text-decoration: none;
}

.fc-direction-ltr {
  direction: ltr;
  text-align: left;
}

.fc-direction-rtl {
  direction: rtl;
  text-align: right;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}

.fc-liquid-hack td,
.fc-liquid-hack th {
  position: relative;
}

@font-face {
  font-family: fcicons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.fc-icon {
  width: 1em;
  height: 1em;
  -webkit-user-select: none;
  user-select: none;
  font-family: fcicons !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fc-icon-chevron-left:before {
  content: "\e900";
}

.fc-icon-chevron-right:before {
  content: "\e901";
}

.fc-icon-chevrons-left:before {
  content: "\e902";
}

.fc-icon-chevrons-right:before {
  content: "\e903";
}

.fc-icon-minus-square:before {
  content: "\e904";
}

.fc-icon-plus-square:before {
  content: "\e905";
}

.fc-icon-x:before {
  content: "\e906";
}

.fc .fc-button {
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
}

.fc .fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.fc .fc-button {
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4em 0.65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25em;
}

.fc .fc-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
}

.fc .fc-button-primary:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

.fc .fc-button:disabled {
  opacity: 0.65;
}

.fc .fc-button-primary {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #2c3e50;
  background-color: var(--fc-button-bg-color, #2c3e50);
  border-color: #2c3e50;
  border-color: var(--fc-button-border-color, #2c3e50);
}

.fc .fc-button-primary:hover {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #1e2b37;
  background-color: var(--fc-button-hover-bg-color, #1e2b37);
  border-color: #1a252f;
  border-color: var(--fc-button-hover-border-color, #1a252f);
}

.fc .fc-button-primary:disabled {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #2c3e50;
  background-color: var(--fc-button-bg-color, #2c3e50);
  border-color: #2c3e50;
  border-color: var(--fc-button-border-color, #2c3e50);
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #1a252f;
  background-color: var(--fc-button-active-bg-color, #1a252f);
  border-color: #151e27;
  border-color: var(--fc-button-active-border-color, #151e27);
}

.fc .fc-button .fc-icon {
  font-size: 1.5em;
}

.fc .fc-button-group {
  position: relative;
  display: inline-flex;
}

.fc .fc-button-group > .fc-button {
  position: relative;
  flex: 1 1 auto;
}

.fc .fc-button-group > .fc-button.fc-button-active,
.fc .fc-button-group > .fc-button:active,
.fc .fc-button-group > .fc-button:focus,
.fc .fc-button-group > .fc-button:hover {
  z-index: 1;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc .fc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em;
}

.fc .fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}

.fc .fc-toolbar-title {
  font-size: 1.75em;
  margin: 0;
}

.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: 0.75em;
}

.fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
  margin-right: 0.75em;
}

.fc-direction-rtl .fc-toolbar-ltr {
  flex-direction: row-reverse;
}

.fc .fc-scroller {
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.fc .fc-scroller-liquid {
  height: 100%;
}

.fc .fc-scroller-liquid-absolute {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.fc .fc-scroller-harness {
  position: relative;
  overflow: hidden;
  direction: ltr;
}

.fc .fc-scroller-harness-liquid {
  height: 100%;
}

.fc-direction-rtl .fc-scroller-harness > .fc-scroller {
  direction: rtl;
}

.fc-theme-standard .fc-scrollgrid {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}

.fc .fc-scrollgrid,
.fc .fc-scrollgrid-section-footer > *,
.fc .fc-scrollgrid-section-header > * {
  border-bottom-width: 0;
}

.fc .fc-scrollgrid,
.fc .fc-scrollgrid table {
  width: 100%;
  table-layout: fixed;
}

.fc .fc-scrollgrid table {
  border-top-style: hidden;
  border-left-style: hidden;
  border-right-style: hidden;
}

.fc .fc-scrollgrid {
  border-collapse: separate;
  border-right-width: 0;
}

.fc .fc-scrollgrid-liquid {
  height: 100%;
}

.fc .fc-scrollgrid-section,
.fc .fc-scrollgrid-section table,
.fc .fc-scrollgrid-section > td {
  height: 1px;
}

.fc .fc-scrollgrid-section-liquid > td {
  height: 100%;
}

.fc .fc-scrollgrid-section > * {
  border-top-width: 0;
  border-left-width: 0;
}

.fc .fc-scrollgrid-section-body table,
.fc .fc-scrollgrid-section-footer table {
  border-bottom-style: hidden;
}

.fc .fc-scrollgrid-section-sticky > * {
  background: var(--fc-page-bg-color, #fff);
  position: sticky;
  z-index: 3;
}

.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
  top: 0;
}

.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
  bottom: 0;
}

.fc .fc-scrollgrid-sticky-shim {
  height: 1px;
  margin-bottom: -1px;
}

.fc-sticky {
  position: sticky;
}

.fc .fc-view-harness {
  flex-grow: 1;
  position: relative;
}

.fc .fc-bg-event,
.fc .fc-highlight,
.fc .fc-non-business,
.fc .fc-view-harness-active > .fc-view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc .fc-col-header-cell-cushion {
  display: inline-block;
  padding: 2px 4px;
  text-decoration: none;
}

.fc .fc-non-business {
  background: rgba(215, 215, 215, 0.3);
  background: var(--fc-non-business-color, rgba(215, 215, 215, 0.3));
}

.fc .fc-bg-event {
  background: var(--fc-bg-event-color, #8fdf82);
  opacity: 0.3;
  opacity: var(--fc-bg-event-opacity, 0.3);
}

.fc .fc-bg-event .fc-event-title {
  margin: 0.5em;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  font-style: italic;
}

.fc .fc-highlight {
  background: rgba(188, 232, 241, 0.3);
  background: var(--fc-highlight-color, rgba(188, 232, 241, 0.3));
}

.fc .fc-cell-shaded,
.fc .fc-day-disabled {
  background: rgba(208, 208, 208, 0.3);
  background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

.fc-event .fc-event-main {
  position: relative;
  z-index: 2;
}

.fc-event-dragging:not(.fc-event-selected) {
  opacity: 0.75;
}

.fc-event-dragging.fc-event-selected {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.fc-event .fc-event-resizer {
  display: none;
  position: absolute;
  z-index: 4;
}

.fc-event-selected .fc-event-resizer,
.fc-event:hover .fc-event-resizer,
.fc-h-event,
.fc-v-event {
  display: block;
}

.fc-event-selected .fc-event-resizer {
  border-radius: 4px;
  border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px) / 2);
  border-width: 1px;
  border-width: var(--fc-event-resizer-dot-border-width, 1px);
  width: 8px;
  width: var(--fc-event-resizer-dot-total-width, 8px);
  height: 8px;
  height: var(--fc-event-resizer-dot-total-width, 8px);
  border-style: solid;
  border-color: inherit;
  background: var(--fc-page-bg-color, #fff);
}

.fc-event-selected .fc-event-resizer:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
}

.fc-event-selected,
.fc-event:focus {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event-selected:before,
.fc-event:focus:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-event-selected:after,
.fc-event:focus:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}

.fc-h-event {
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8);
}

.fc-h-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color, #fff);
}

.fc-h-event .fc-event-main-frame {
  display: flex;
}

.fc-h-event .fc-event-time {
  max-width: 100%;
  overflow: hidden;
}

.fc-h-event .fc-event-title-container {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
}

.fc-h-event .fc-event-title {
  display: inline-block;
  vertical-align: top;
  left: 0;
  right: 0;
  max-width: 100%;
  overflow: hidden;
}

.fc-h-event.fc-event-selected:before {
  top: -10px;
  bottom: -10px;
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}

.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
  top: 0;
  bottom: 0;
  width: 8px;
  width: var(--fc-event-resizer-thickness, 8px);
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
  cursor: w-resize;
  left: -4px;
  left: calc(-0.5 * var(--fc-event-resizer-thickness, 8px));
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
  cursor: e-resize;
  right: -4px;
  right: calc(-0.5 * var(--fc-event-resizer-thickness, 8px));
}

.fc-h-event.fc-event-selected .fc-event-resizer {
  top: 50%;
  margin-top: -4px;
  margin-top: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
  left: -4px;
  left: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
  right: -4px;
  right: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}

.fc .fc-popover {
  position: absolute;
  z-index: 9999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc .fc-popover-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 3px 4px;
}

.fc .fc-popover-title {
  margin: 0 2px;
}

.fc .fc-popover-close {
  cursor: pointer;
  opacity: 0.65;
  font-size: 1.1em;
}

.fc-theme-standard .fc-popover {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
  background: var(--fc-page-bg-color, #fff);
}

.fc-theme-standard .fc-popover-header {
  background: rgba(208, 208, 208, 0.3);
  background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

:root {
  --fc-daygrid-event-dot-width: 8px;
  --fc-list-event-dot-width: 10px;
  --fc-list-event-hover-bg-color: #f5f5f5;
}

.fc-daygrid-day-events:after,
.fc-daygrid-day-events:before,
.fc-daygrid-day-frame:after,
.fc-daygrid-day-frame:before,
.fc-daygrid-event-harness:after,
.fc-daygrid-event-harness:before {
  content: "";
  clear: both;
  display: table;
}

.fc .fc-daygrid-body {
  position: relative;
  z-index: 1;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15);
  background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}

.fc .fc-daygrid-day-frame {
  position: relative;
  min-height: 100%;
}

.fc .fc-daygrid-day-top {
  display: flex;
  flex-direction: row-reverse;
}

.fc .fc-day-other .fc-daygrid-day-top {
  opacity: 0.3;
}

.fc .fc-daygrid-day-number {
  position: relative;
  z-index: 4;
  padding: 4px;
  text-decoration: none;
  font-weight: 700;
}

.fc .fc-daygrid-day-events {
  margin-top: 1px;
}

.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  position: absolute;
  left: 0;
  right: 0;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  position: relative;
  min-height: 2em;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 1em;
}

.fc .fc-daygrid-event-harness {
  position: relative;
}

.fc .fc-daygrid-event-harness-abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc .fc-daygrid-bg-harness {
  position: absolute;
  top: 0;
  bottom: 0;
}

.fc .fc-daygrid-day-bg .fc-non-business {
  z-index: 1;
}

.fc .fc-daygrid-day-bg .fc-bg-event {
  z-index: 2;
}

.fc .fc-daygrid-day-bg .fc-highlight {
  z-index: 3;
}

.fc .fc-daygrid-event {
  z-index: 6;
  margin-top: 1px;
}

.fc .fc-daygrid-event.fc-event-mirror {
  z-index: 7;
}

.fc .fc-daygrid-day-bottom {
  font-size: 0.85em;
  padding: 2px 3px 0;
}

.fc .fc-daygrid-day-bottom:before {
  content: "";
  clear: both;
  display: table;
}

.fc .fc-daygrid-more-link {
  position: relative;
  z-index: 4;
  cursor: pointer;
}

.fc .fc-daygrid-week-number {
  position: absolute;
  z-index: 5;
  top: 0;
  padding: 2px;
  min-width: 1.5em;
  text-align: center;
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  color: grey;
  color: var(--fc-neutral-text-color, grey);
}

.fc .fc-more-popover .fc-popover-body {
  min-width: 220px;
  padding: 10px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
  margin-left: 2px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin-right: 2px;
}

.fc-direction-ltr .fc-daygrid-week-number {
  left: 0;
  border-radius: 0 0 3px;
}

.fc-direction-rtl .fc-daygrid-week-number {
  right: 0;
  border-radius: 0 0 0 3px;
}

.fc-liquid-hack .fc-daygrid-day-frame {
  position: static;
}

.fc-daygrid-event {
  position: relative;
  white-space: nowrap;
  border-radius: 3px;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
}

.fc-daygrid-block-event .fc-event-time {
  font-weight: 700;
}

.fc-daygrid-block-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title {
  padding: 1px;
}

.fc-daygrid-dot-event {
  display: flex;
  align-items: center;
  padding: 2px 0;
}

.fc-daygrid-dot-event .fc-event-title {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  font-weight: 700;
}

.fc-daygrid-dot-event.fc-event-mirror,
.fc-daygrid-dot-event:hover {
  background: rgba(0, 0, 0, 0.1);
}

.fc-daygrid-dot-event.fc-event-selected:before {
  top: -10px;
  bottom: -10px;
}

.fc-daygrid-event-dot {
  margin: 0 4px;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 4px solid #3788d8;
  border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, #3788d8);
  border-radius: 4px;
  border-radius: calc(var(--fc-daygrid-event-dot-width, 8px) / 2);
}

.fc-direction-ltr .fc-daygrid-event .fc-event-time {
  margin-right: 3px;
}

.fc-direction-rtl .fc-daygrid-event .fc-event-time {
  margin-left: 3px;
}

.fc-v-event {
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8);
}

.fc-v-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color, #fff);
  height: 100%;
}

.fc-v-event .fc-event-main-frame {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.fc-v-event .fc-event-time {
  flex-grow: 0;
  flex-shrink: 0;
  max-height: 100%;
  overflow: hidden;
}

.fc-v-event .fc-event-title-container {
  flex-grow: 1;
  flex-shrink: 1;
  min-height: 0;
}

.fc-v-event .fc-event-title {
  top: 0;
  bottom: 0;
  max-height: 100%;
  overflow: hidden;
}

.fc-v-event:not(.fc-event-start) {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event:not(.fc-event-end) {
  border-bottom-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-v-event.fc-event-selected:before {
  left: -10px;
  right: -10px;
}

.fc-v-event .fc-event-resizer-start {
  cursor: n-resize;
}

.fc-v-event .fc-event-resizer-end {
  cursor: s-resize;
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
  height: 8px;
  height: var(--fc-event-resizer-thickness, 8px);
  left: 0;
  right: 0;
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
  top: -4px;
  top: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

.fc-v-event.fc-event-selected .fc-event-resizer {
  left: 50%;
  margin-left: -4px;
  margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-v-event.fc-event-selected .fc-event-resizer-start {
  top: -4px;
  top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-v-event.fc-event-selected .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc .fc-timegrid .fc-daygrid-body {
  z-index: 2;
}

.fc .fc-timegrid-axis-chunk > table,
.fc .fc-timegrid-body,
.fc .fc-timegrid-slots {
  position: relative;
  z-index: 1;
}

.fc .fc-timegrid-divider {
  padding: 0 0 2px;
}

.fc .fc-timegrid-body {
  min-height: 100%;
}

.fc .fc-timegrid-axis-chunk {
  position: relative;
}

.fc .fc-timegrid-slot {
  height: 1.5em;
  border-bottom: 0;
}

.fc .fc-timegrid-slot:empty:before {
  content: " ";
}

.fc .fc-timegrid-slot-minor {
  border-top-style: dotted;
}

.fc .fc-timegrid-slot-label-cushion {
  display: inline-block;
  white-space: nowrap;
}

.fc .fc-timegrid-axis-cushion,
.fc .fc-timegrid-slot-label-cushion {
  padding: 0 4px;
}

.fc .fc-timegrid-axis-frame-liquid {
  height: 100%;
}

.fc .fc-timegrid-axis-frame {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.fc .fc-timegrid-axis-cushion {
  max-width: 60px;
  flex-shrink: 0;
}

.fc-direction-ltr .fc-timegrid-slot-label-frame {
  text-align: right;
}

.fc-direction-rtl .fc-timegrid-slot-label-frame {
  text-align: left;
}

.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fc .fc-timegrid-col.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15);
  background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}

.fc .fc-timegrid-col-frame {
  min-height: 100%;
  position: relative;
}

.fc-media-screen.fc-liquid-hack .fc-timegrid-col-frame {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fc-media-screen .fc-timegrid-cols {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-media-screen .fc-timegrid-cols > table {
  height: 100%;
}

.fc-media-screen .fc-timegrid-col-bg,
.fc-media-screen .fc-timegrid-col-events,
.fc-media-screen .fc-timegrid-now-indicator-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc .fc-timegrid-col-bg {
  z-index: 2;
}

.fc .fc-timegrid-col-bg .fc-non-business {
  z-index: 1;
}

.fc .fc-timegrid-col-bg .fc-bg-event {
  z-index: 2;
}

.fc .fc-timegrid-col-bg .fc-highlight,
.fc .fc-timegrid-col-events {
  z-index: 3;
}

.fc .fc-timegrid-bg-harness {
  position: absolute;
  left: 0;
  right: 0;
}

.fc .fc-timegrid-now-indicator-container {
  bottom: 0;
  overflow: hidden;
}

.fc-direction-ltr .fc-timegrid-col-events {
  margin: 0 2.5% 0 2px;
}

.fc-direction-rtl .fc-timegrid-col-events {
  margin: 0 2px 0 2.5%;
}

.fc-timegrid-event-harness {
  position: absolute;
}

.fc-timegrid-event-harness > .fc-timegrid-event {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror,
.fc-timegrid-more-link {
  box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px var(--fc-page-bg-color, #fff);
}

.fc-timegrid-event,
.fc-timegrid-more-link {
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  border-radius: 3px;
}

.fc-timegrid-event {
  margin-bottom: 1px;
}

.fc-timegrid-event .fc-event-main {
  padding: 1px 1px 0;
}

.fc-timegrid-event .fc-event-time {
  white-space: nowrap;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  margin-bottom: 1px;
}

.fc-timegrid-event-short .fc-event-main-frame {
  flex-direction: row;
  overflow: hidden;
}

.fc-timegrid-event-short .fc-event-time:after {
  content: " - ";
}

.fc-timegrid-event-short .fc-event-title {
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
}

.fc-timegrid-more-link {
  position: absolute;
  z-index: 9999;
  color: inherit;
  color: var(--fc-more-link-text-color, inherit);
  background: var(--fc-more-link-bg-color, #d0d0d0);
  cursor: pointer;
  margin-bottom: 1px;
}

.fc-timegrid-more-link-inner {
  padding: 3px 2px;
  top: 0;
}

.fc-direction-ltr .fc-timegrid-more-link {
  right: 0;
}

.fc-direction-rtl .fc-timegrid-more-link {
  left: 0;
}

.fc .fc-timegrid-now-indicator-line {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  border-style: solid;
  border-color: red;
  border-color: var(--fc-now-indicator-color, red);
  border-width: 1px 0 0;
}

.fc .fc-timegrid-now-indicator-arrow {
  position: absolute;
  z-index: 4;
  margin-top: -5px;
  border-style: solid;
  border-color: red;
  border-color: var(--fc-now-indicator-color, red);
}

.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-theme-standard .fc-list {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}

.fc .fc-list-empty {
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fc .fc-list-empty-cushion {
  margin: 5em 0;
}

.fc .fc-list-table {
  width: 100%;
  border-style: hidden;
}

.fc .fc-list-table tr > * {
  border-left: 0;
  border-right: 0;
}

.fc .fc-list-sticky .fc-list-day > * {
  position: sticky;
  top: 0;
  background: var(--fc-page-bg-color, #fff);
}

.fc .fc-list-table thead {
  position: absolute;
  left: -10000px;
}

.fc .fc-list-table tbody > tr:first-child th {
  border-top: 0;
}

.fc .fc-list-table th {
  padding: 0;
}

.fc .fc-list-day-cushion,
.fc .fc-list-table td {
  padding: 8px 14px;
}

.fc .fc-list-day-cushion:after {
  content: "";
  clear: both;
  display: table;
}

.fc-theme-standard .fc-list-day-cushion {
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

.fc-direction-ltr .fc-list-day-text,
.fc-direction-rtl .fc-list-day-side-text {
  float: left;
}

.fc-direction-ltr .fc-list-day-side-text,
.fc-direction-rtl .fc-list-day-text {
  float: right;
}

.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
  padding-right: 0;
}

.fc-direction-rtl .fc-list-table .fc-list-event-graphic {
  padding-left: 0;
}

.fc .fc-list-event.fc-event-forced-url {
  cursor: pointer;
}

.fc .fc-list-event:hover td {
  background-color: #f5f5f5;
  background-color: var(--fc-list-event-hover-bg-color, #f5f5f5);
}

.fc .fc-list-event-graphic,
.fc .fc-list-event-time {
  white-space: nowrap;
  width: 1px;
}

.fc .fc-list-event-dot {
  display: inline-block;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 5px solid #3788d8;
  border: calc(var(--fc-list-event-dot-width, 10px) / 2) solid var(--fc-event-border-color, #3788d8);
  border-radius: 5px;
  border-radius: calc(var(--fc-list-event-dot-width, 10px) / 2);
}

.fc .fc-list-event-title a {
  color: inherit;
}

.fc .fc-list-event.fc-event-forced-url:hover a {
  text-decoration: underline;
}

.fc-theme-bootstrap a:not([href]) {
  color: inherit;
}

.calendar {
  float: left;
  margin-bottom: 0;
}

.fc-view {
  margin-top: 30px;
}

.none-border .modal-footer {
  border-top: none;
}

.fc-toolbar {
  margin: 6px 0 5px 0 !important;
}
.fc-toolbar h2, .fc-toolbar .h2 {
  font-size: 1.25rem !important;
  line-height: 1.875rem;
  text-transform: uppercase;
}

.fc-day-grid-event .fc-time {
  font-weight: 700;
}

th.fc-day-header {
  padding: 0.5rem 0;
}

.fc-day {
  background: transparent;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}

.fc th.fc-widget-header {
  background: #dee2e6;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 700;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #dee2e6;
}
.fc-unthemed td.fc-today,
.fc-unthemed .fc-divider {
  background: #dee2e6;
}

.fc-button {
  background: #dee2e6;
  border: none;
  color: #495057;
  text-transform: capitalize;
  box-shadow: none;
  border-radius: 3px;
  margin: 0 3px;
  padding: 6px 12px;
  height: auto;
}

.fc-text-arrow {
  font-family: inherit;
  font-size: 1rem;
}

.fc-state-hover,
.fc-state-highlight,
.fc-cell-overlay {
  background: #dee2e6;
}

.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  background-color: #18244F;
  color: #ffffff;
  text-shadow: none;
}

.fc-unthemed .fc-today {
  background: #ffffff;
}

.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 0.8125rem;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center;
  color: #ffffff;
}

.external-event {
  cursor: move;
  margin: 10px 0;
  padding: 8px 10px;
  color: #ffffff;
  border-radius: 4px;
}

.fc-basic-view td.fc-week-number span {
  padding-right: 8px;
}
.fc-basic-view td.fc-day-number {
  padding-right: 8px;
}
.fc-basic-view .fc-content {
  color: #ffffff;
}

.fc-time-grid-event .fc-content {
  color: #ffffff;
}

.fc-daygrid-day-number {
  float: right;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #EBEFF3;
  border-radius: 50%;
  margin: 5px;
  font-size: 11px;
  padding: 0 !important;
}

.fc-daygrid-event-dot {
  border-color: #ffffff;
}

.fc-event-time,
.fc-event-title {
  color: #ffffff;
}

.table-active, .table-active > td, .table-active > th,
.fc .fc-list-sticky .fc-list-day > * {
  background-color: transparent;
}

.fc .fc-list-event:hover td {
  background-color: inherit;
}

@media (max-width: 767.98px) {
  .fc-toolbar {
    display: block !important;
  }
  .fc-toolbar .fc-toolbar-chunk {
    margin: 6px 0;
  }
  .fc-toolbar .fc-left,
  .fc-toolbar .fc-right,
  .fc-toolbar .fc-center {
    float: none;
    display: block;
    clear: both;
    margin: 10px 0;
  }
  .fc .fc-toolbar > * > * {
    float: none;
  }
  .fc-today-button {
    display: none;
  }
}
.fc-toolbar .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.84375rem;
  border-radius: 0.375rem;
}

.fc-list-item-title,
.fc-list-item-time {
  color: #ffffff;
}

#calendar .table-bordered td, #calendar .table-bordered th {
  border: 1px solid #dee2e6;
}

[dir=rtl] .fc-toolbar-chunk .btn-group .btn:first-child {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-radius: 0.375rem;
}
[dir=rtl] .fc-toolbar-chunk .btn-group .btn:last-child {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-radius: 0.375rem;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
.datepicker {
  padding: 10px !important;
}
.datepicker td {
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  font-size: 13px;
  line-height: 28px;
}
.datepicker th {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 28px;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td .active.disabled:hover[disabled],
.datepicker table tr td .active.disabled[disabled],
.datepicker table tr td .active:active,
.datepicker table tr td .active:hover,
.datepicker table tr td .active:hover.active,
.datepicker table tr td .active:hover.disabled,
.datepicker table tr td .active:hover:active,
.datepicker table tr td .active:hover:hover,
.datepicker table tr td .active:hover[disabled],
.datepicker table tr td .active[disabled],
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled], .datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
  background-color: #18244F !important;
  background-image: none !important;
  color: #ffffff;
}
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover,
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
  background: #e9ecef;
}
.datepicker table tr td.new, .datepicker table tr td.old,
.datepicker table tr td span.new,
.datepicker table tr td span.old {
  color: #495057;
  opacity: 0.4;
}
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: #e9ecef;
}
.datepicker .datepicker-switch:hover {
  background: none;
}

.datepicker-dropdown:after {
  border-bottom: 6px solid #ffffff;
}
.datepicker-dropdown:before {
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  border-top: 6px solid #ffffff;
}

.daterangepicker {
  z-index: 1000;
}

[dir=rtl] .daterangepicker.opensright:after {
  right: 10px;
  left: auto;
}
[dir=rtl] .daterangepicker.opensright:before {
  right: 9px;
  left: auto;
}

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.new, .datepicker table tr td.old {
  color: #999;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover:active {
  background-color: #fbf069\9 ;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover:active {
  background-color: #efe24b\9 ;
}

.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: linear-gradient(to bottom, #b3b3b3, grey);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
  border-color: grey grey #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected[disabled] {
  background-color: grey;
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover:active {
  background-color: #666 \9 ;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #04c);
  background-image: -ms-linear-gradient(to bottom, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
  background-image: -o-linear-gradient(to bottom, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
  background-color: #04c;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active {
  background-color: #039 \9 ;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #eee;
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #04c);
  background-image: -ms-linear-gradient(to bottom, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
  background-image: -o-linear-gradient(to bottom, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
  background-color: #04c;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
  background-color: #039 \9 ;
}

.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #999;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .next.disabled, .datepicker .prev.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-append.date .add-on, .input-prepend.date .add-on {
  cursor: pointer;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
  margin-top: 3px;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker-widget table td input {
  height: 32px;
  width: 32px;
  color: #ffffff;
  background-color: #18244F;
  border-radius: 50%;
  border: 0;
  outline: none !important;
}
.bootstrap-timepicker-widget table td a {
  color: #495057;
}
.bootstrap-timepicker-widget table td a:hover {
  background-color: transparent;
  border: 1px solid transparent;
  color: #18244F;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}

.bootstrap-timepicker {
  position: relative;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}

.bootstrap-timepicker .input-group-addon {
  cursor: pointer;
}

.bootstrap-timepicker .input-group-addon i {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px;
}

.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}

.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}

.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}

.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input {
  border-radius: 4px;
}

.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}

.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}

.bootstrap-timepicker-widget table td span {
  width: 100%;
}

.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}

.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #ddd;
}

.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 18px;
}

.bootstrap-timepicker-widget table td input {
  width: 32px;
  margin: 0;
  text-align: center;
}

.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}

@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%;
  }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}
.template-main {
  grid-area: template-main;
  min-width: 0;
  min-height: 0;
}

.template-sidebar {
  grid-area: template-sidebar;
}

.template-nav {
  grid-area: template-nav;
}

.left-column {
  display: grid;
  grid-template-columns: none;
  gap: 0px 75px;
  grid-auto-flow: row;
  grid-template-areas: "template-main template-main template-main" "template-main template-main template-main" "template-sidebar template-sidebar template-sidebar";
}
@media (min-width: 992px) {
  .left-column {
    grid-template-columns: 300px 1fr 1fr;
    grid-template-rows: auto 1fr 1fr;
    grid-template-areas: "template-sidebar template-main template-main" "template-sidebar template-main template-main" "template-sidebar template-main template-main";
  }
}

.right-column {
  display: grid;
  grid-template-columns: none;
  gap: 0px 75px;
  grid-auto-flow: row;
  grid-template-areas: "template-main template-main template-main" "template-main template-main template-main" "template-sidebar template-sidebar template-sidebar";
}
@media (min-width: 992px) {
  .right-column {
    grid-template-columns: 1fr 1fr 300px;
    grid-template-rows: auto 1fr 1fr;
    grid-template-areas: "template-main template-main template-sidebar" "template-main template-main template-sidebar" "template-main template-main template-sidebar";
  }
}

.three-column {
  display: grid;
  grid-template-columns: none;
  gap: 0px 75px;
  grid-auto-flow: row;
  grid-template-areas: "template-nav template-nav template-nav" "template-main template-main template-main" "template-sidebar template-sidebar template-sidebar";
}
@media (min-width: 992px) {
  .three-column {
    grid-template-columns: 250px 1fr 250px;
    grid-template-rows: auto 1fr auto;
    grid-template-areas: "template-nav template-main template-sidebar" "template-nav template-main template-sidebar" "template-nav template-main template-sidebar";
  }
}

.split-template {
  display: grid;
  grid-template-columns: none;
  gap: 0px 75px;
  grid-auto-flow: row;
  grid-template-areas: "template-left" "template-right";
}
@media (min-width: 992px) {
  .split-template {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "template-left template-right";
  }
}

.template-list a {
  display: block;
  padding: 1.5em;
}

.logo-group img {
  filter: saturate(0.1);
  transition: 1s ease;
}
.logo-group img:hover {
  filter: saturate(1);
}

.admin-toolbar {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 40px;
  position: fixed;
  left: 0;
  top: 25%;
  z-index: 99999999;
}
.admin-toolbar div {
  text-align: center;
  border-bottom: 1px solid #e9ecef;
  padding: 0.5em;
}
.admin-toolbar div svg {
  width: 18px;
  height: 18px;
}
.admin-toolbar div:hover {
  background: #EBEFF3;
}
.admin-toolbar div:last-child {
  border-bottom: none;
}
.admin-toolbar.admin-toolbar-left-top {
  left: 0;
  top: 25%;
}
.admin-toolbar.admin-toolbar-left-bottom {
  left: 0;
  top: auto;
  bottom: 5%;
}
.admin-toolbar.admin-toolbar-right-top {
  left: auto;
  right: 0;
  top: 25%;
}
.admin-toolbar.admin-toolbar-right-bottom {
  left: auto;
  right: 0;
  top: auto;
  bottom: 5%;
}

.layout_05, .general-05 {
  position: relative;
}
.layout_05:after, .general-05:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 350px;
  background: #e9ecef;
  z-index: -1;
}
.layout_05 .layout_05_img, .layout_05 .general-05-img, .general-05 .layout_05_img, .general-05 .general-05-img {
  background: url("/patternslibrary/images/demo-1/mifxal-latheef-204486-unsplash2.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 600px;
  position: relative;
}
.layout_05 .layout_05_img:after, .layout_05 .general-05-img:after, .general-05 .layout_05_img:after, .general-05 .general-05-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.layout_05 .layout_05_img .overlay-copy, .layout_05 .general-05-img .overlay-copy, .general-05 .layout_05_img .overlay-copy, .general-05 .general-05-img .overlay-copy {
  position: relative;
  z-index: 2;
}

.layout_06, .general-06 {
  position: relative;
  background: url("/patternslibrary/images/demo-1/mifxal-latheef-204486-unsplash.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 700px;
}
.layout_06:after, .general-06:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.layout_06 .overlay-copy, .general-06 .overlay-copy {
  position: relative;
  z-index: 2;
}

.general-s12 {
  position: relative;
  background: url("/patternslibrary/images/demo-1/mifxal-latheef-204486-unsplash.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 700px;
}
.general-s12:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.general-s12 .overlay-copy {
  position: relative;
  z-index: 2;
}
.general-s12 .card-img-overlay {
  z-index: 1;
}

.general-s16 {
  position: relative;
}
.general-s16 .sticky-sidebar {
  position: sticky;
  top: 0;
}

.single-job .publish-date {
  font-size: 0.75rem;
  font-weight: 400;
}
.single-job .card {
  height: 100%;
}

.career-detail-header .apply-btn {
  width: 100%;
}
@media (min-width: 992px) {
  .career-detail-header .apply-btn {
    width: 200px;
  }
}

.services-slider .slick-slide {
  padding-right: 30px;
}
.services-slider .slick-dots {
  text-align: left;
}
@media (min-width: 992px) {
  .services-slider {
    margin-right: -175px;
  }
}

.services-2 .slick-slide {
  padding-right: 30px;
}
@media (min-width: 992px) {
  .services-2 {
    margin-right: -175px;
  }
}
.services-2 .card .card-title {
  position: absolute;
  bottom: 0;
  padding: 1.25em;
}
.services-2 .slick-next {
  left: 40px;
  z-index: 2;
}
.services-2 .slick-prev, .services-2 .slick-next {
  font-size: 3rem;
  z-index: 2;
  color: #18244F;
}

.services-5 .slick-dots {
  bottom: -50px;
}
.services-5 img.card-img {
  height: 100%;
  object-fit: cover;
}
.services-5 .card {
  box-shadow: none;
}

.service-categories .card {
  box-shadow: none;
  transition: 1s ease;
}
.service-categories .card:hover {
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
}

.services-6 .slick-slide {
  padding-right: 30px;
}
.services-6 .card .card-title {
  position: absolute;
  bottom: 0;
  padding: 1.25em;
}
.services-6 .card p {
  font-size: 1.125rem;
  margin-top: 0.5em;
}
.services-6 .card img {
  aspect-ratio: 1/1;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.services-6 .slick-prev {
  left: 0;
}
.services-6 .slick-next {
  left: 65px;
  z-index: 2;
}
.services-6 .slick-prev, .services-6 .slick-next {
  top: 100%;
  bottom: 0;
  margin-top: 25px;
  font-size: 3rem;
  z-index: 2;
  color: #18244F;
}

.testimonial-6 .slick-slide {
  background-color: #ffffff;
  margin-right: 2em;
}
.testimonial-6 .slick-prev {
  visibility: hidden;
}
.testimonial-6 .slick-next {
  top: -75px;
  right: 50px;
}

.left-column .testimonial-8a img,
.right-column .testimonial-8a img {
  max-width: 100%;
}
.left-column .testimonial-8a .display-3,
.right-column .testimonial-8a .display-3 {
  font-size: 3.25rem;
}
@media (max-width: 991.98px) {
  .left-column .testimonial-8a .display-3,
  .right-column .testimonial-8a .display-3 {
    font-size: 2.5rem;
  }
}

.testimonial-8a {
  position: relative;
  background: #000;
}
@media (min-width: 768px) {
  .testimonial-8a {
    height: 800px;
  }
}
.testimonial-8a img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: top;
  height: 275px;
}
@media (min-width: 768px) {
  .testimonial-8a img {
    height: 100%;
    object-fit: cover;
    height: 800px;
  }
}
.testimonial-8a .slick-slide {
  position: relative;
}
@media (min-width: 768px) {
  .testimonial-8a .slick-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
  }
  .testimonial-8a .slick-slide .overlay-copy {
    position: relative;
    z-index: 2;
  }
}
.testimonial-8a .testimonial-content {
  position: relative;
  padding: 25px 25px 100px;
  background: #000;
}
@media (min-width: 768px) {
  .testimonial-8a .testimonial-content {
    background: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 1320px;
  }
}
.testimonial-8a .slick-dots {
  position: absolute;
  text-align: left;
  bottom: 50px;
}
.testimonial-8a .slick-dots li button .slick-dot-icon,
.testimonial-8a .slick-dots li.slick-active button .slick-dot-icon {
  color: #ffffff;
}
.testimonial-8a.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.testimonial-8a .slick-prev, .testimonial-8a .slick-next {
  top: auto;
  bottom: 50px;
  z-index: 5;
  color: #ffffff;
}
@media (min-width: 768px) {
  .testimonial-8a .slick-prev, .testimonial-8a .slick-next {
    position: absolute;
  }
}
.testimonial-8a .slick-prev:hover .bi:before, .testimonial-8a .slick-prev:focus .bi:before, .testimonial-8a .slick-next:hover .bi:before, .testimonial-8a .slick-next:focus .bi:before {
  color: #18244F;
}
.testimonial-8a .slick-prev {
  left: auto;
  right: 100px;
}
.testimonial-8a .slick-next {
  left: auto;
  right: 50px;
}

.testimonial-9 {
  background: rgba(255, 255, 255, 0.1);
}
.testimonial-9 .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3em;
}
.testimonial-9 .swiper-slide p {
  font-size: 2rem;
}
.testimonial-9 .swiper-slide .author {
  font-size: 1.25rem;
  font-weight: 600;
}
.testimonial-9 .swiper-slide .author-title {
  font-size: 1rem;
}
.testimonial-9 .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  width: 10px;
  height: 10px;
  margin: 0 0.5em;
}

.testimonial-clients p {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .testimonial-clients p {
    font-size: 2.125rem;
  }
}
.testimonial-clients .testimonial-author {
  text-transform: uppercase;
  font-size: 0.925rem;
}
@media (min-width: 992px) {
  .testimonial-clients .testimonial-author {
    font-size: 1.25rem;
  }
}
.testimonial-clients .swiper-button-next:after, .testimonial-clients .swiper-button-prev:after {
  color: #18244F;
}
.testimonial-clients .swiper-button-next:hover:after, .testimonial-clients .swiper-button-prev:hover:after {
  color: #F9C358;
}

.staff .social-list, .staff-detail .social-list {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
}
.staff .social-list li, .staff-detail .social-list li {
  padding: 10px;
  color: rgb(250.7687861272, 212.6878612717, 137.2312138728);
  font-size: 19px;
}

/*******************
Recent Blogs
*******************/
.blog-home2 [class*=col-] {
  transition: 0.2s ease-in;
}
.blog-home2 [class*=col-]:hover {
  transform: translateY(-10px);
}
.blog-home2 .date-pos {
  padding: 10px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #ffffff;
  border-radius: 0.375rem;
  text-align: center;
}
.blog-home2 .date-pos span {
  display: block;
  font-size: 30px;
  line-height: 30px;
}

.blog-feature {
  position: relative;
}
.blog-feature .feature-copy {
  background: #EBEFF3;
  padding: 2.5em;
}
@media (min-width: 992px) {
  .blog-feature .feature-copy {
    background: #ffffff;
    padding: 2.5em;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
  }
}

.publish-date {
  font-size: 1rem;
  color: rgb(63.75, 63.75, 63.75);
}

.related-articles {
  background: #ffffff;
}

.blog-listing .card {
  box-shadow: none;
  transition: 1s ease;
}
.blog-listing .card:hover {
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
}

blockquote {
  padding-left: 1rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-left: 4px solid #8ed3d5;
  font-size: 1.375rem;
  line-height: normal;
}

.location-contact {
  padding: 150px 0;
}

.location-listing .card {
  height: 100%;
}

.location-detail-map img {
  min-height: 500px;
  object-fit: cover;
}

.event-list-item {
  position: relative;
  padding: 0;
}
.event-list-item .event-date-block {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  padding: 0.5em 1.25em;
  text-align: center;
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 700;
}

#eventList .event-list-item img {
  max-width: 100%;
  width: 540px;
  height: 370px;
  object-fit: cover;
}

#upcomingSelectFilter {
  border-radius: 50em;
  border-color: black;
  font-weight: 500;
  background-size: 20px 16px;
}

.event-search-filter {
  border: 1px solid #808FA8;
  padding: 1em;
  margin-bottom: 2em;
}
.event-search-filter .bi {
  font-size: 1rem;
}
.event-search-filter .filter p {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .event-search-filter .filter, .event-search-filter .filter-views {
    border-left: 1px solid #F9C358;
  }
}

#eventList .row {
  width: 100%;
}

#calendar-filter {
  cursor: pointer;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #18244F;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(19.2, 28.8, 63.2);
}

.link-secondary {
  color: #F9C358;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(250.2, 207, 121.4);
}

.link-gray {
  color: #6c757d;
}
.link-gray:hover, .link-gray:focus {
  color: rgb(86.4, 93.6, 100);
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: rgb(20, 108, 67.2);
}

.link-info {
  color: #8ED3D5;
}
.link-info:hover, .link-info:focus {
  color: rgb(164.6, 219.8, 221.4);
}

.link-warning {
  color: #F9C358;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(250.2, 207, 121.4);
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(176, 42.4, 55.2);
}

.link-light {
  color: #F5F7F9;
}
.link-light:hover, .link-light:focus {
  color: rgb(247, 248.6, 250.2);
}

.link-dark {
  color: #18244F;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(19.2, 28.8, 63.2);
}

.link-light-slate {
  color: #D9DDE6;
}
.link-light-slate:hover, .link-light-slate:focus {
  color: rgb(224.6, 227.8, 235);
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: var(--header-h);
  z-index: 2;
}
.sticky-top h2, .sticky-top .h2 {
  word-wrap: break-word;
  font-size: 3rem;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: var(--header-h);
    z-index: 2;
  }
  .sticky-sm-top h2, .sticky-sm-top .h2 {
    word-wrap: break-word;
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: var(--header-h);
    z-index: 2;
  }
  .sticky-md-top h2, .sticky-md-top .h2 {
    word-wrap: break-word;
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: var(--header-h);
    z-index: 2;
  }
  .sticky-lg-top h2, .sticky-lg-top .h2 {
    word-wrap: break-word;
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: var(--header-h);
    z-index: 2;
  }
  .sticky-xl-top h2, .sticky-xl-top .h2 {
    word-wrap: break-word;
    font-size: 3rem;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: var(--header-h);
    z-index: 2;
  }
  .sticky-xxl-top h2, .sticky-xxl-top .h2 {
    word-wrap: break-word;
    font-size: 3rem;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #18244F !important;
}

.border-secondary {
  border-color: #F9C358 !important;
}

.border-gray {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #8ED3D5 !important;
}

.border-warning {
  border-color: #F9C358 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #F5F7F9 !important;
}

.border-dark {
  border-color: #18244F !important;
}

.border-light-slate {
  border-color: #D9DDE6 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.gap-8 {
  gap: 0.5rem !important;
}

.gap-12 {
  gap: 0.75rem !important;
}

.gap-20 {
  gap: 1.25rem !important;
}

.gap-24 {
  gap: 1.5rem !important;
}

.gap-25 {
  gap: 1.56rem !important;
}

.gap-28 {
  gap: 1.75rem !important;
}

.gap-30 {
  gap: 1.875rem !important;
}

.gap-36 {
  gap: 2.25rem !important;
}

.gap-40 {
  gap: 2.5rem !important;
}

.gap-45 {
  gap: 2.813rem !important;
}

.gap-50 {
  gap: 3.125rem !important;
}

.gap-60 {
  gap: 3.75rem !important;
}

.gap-65 {
  gap: 4.063rem !important;
}

.gap-75 {
  gap: 4.68rem !important;
}

.gap-80 {
  gap: 5rem !important;
}

.gap-100 {
  gap: 6.25rem !important;
}

.gap-112 {
  gap: 7rem !important;
}

.gap-150 {
  gap: 9.375rem !important;
}

.gap-160 {
  gap: 10rem !important;
}

.gap-180 {
  gap: 11.25rem !important;
}

.gap-200 {
  gap: 12.5rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-8 {
  margin: 0.5rem !important;
}

.m-12 {
  margin: 0.75rem !important;
}

.m-20 {
  margin: 1.25rem !important;
}

.m-24 {
  margin: 1.5rem !important;
}

.m-25 {
  margin: 1.56rem !important;
}

.m-28 {
  margin: 1.75rem !important;
}

.m-30 {
  margin: 1.875rem !important;
}

.m-36 {
  margin: 2.25rem !important;
}

.m-40 {
  margin: 2.5rem !important;
}

.m-45 {
  margin: 2.813rem !important;
}

.m-50 {
  margin: 3.125rem !important;
}

.m-60 {
  margin: 3.75rem !important;
}

.m-65 {
  margin: 4.063rem !important;
}

.m-75 {
  margin: 4.68rem !important;
}

.m-80 {
  margin: 5rem !important;
}

.m-100 {
  margin: 6.25rem !important;
}

.m-112 {
  margin: 7rem !important;
}

.m-150 {
  margin: 9.375rem !important;
}

.m-160 {
  margin: 10rem !important;
}

.m-180 {
  margin: 11.25rem !important;
}

.m-200 {
  margin: 12.5rem !important;
}

.m-auto {
  margin: auto !important;
}

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

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-8 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-12 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

.mx-20 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.mx-24 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-25 {
  margin-right: 1.56rem !important;
  margin-left: 1.56rem !important;
}

.mx-28 {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important;
}

.mx-30 {
  margin-right: 1.875rem !important;
  margin-left: 1.875rem !important;
}

.mx-36 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}

.mx-40 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-45 {
  margin-right: 2.813rem !important;
  margin-left: 2.813rem !important;
}

.mx-50 {
  margin-right: 3.125rem !important;
  margin-left: 3.125rem !important;
}

.mx-60 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}

.mx-65 {
  margin-right: 4.063rem !important;
  margin-left: 4.063rem !important;
}

.mx-75 {
  margin-right: 4.68rem !important;
  margin-left: 4.68rem !important;
}

.mx-80 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-100 {
  margin-right: 6.25rem !important;
  margin-left: 6.25rem !important;
}

.mx-112 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.mx-150 {
  margin-right: 9.375rem !important;
  margin-left: 9.375rem !important;
}

.mx-160 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.mx-180 {
  margin-right: 11.25rem !important;
  margin-left: 11.25rem !important;
}

.mx-200 {
  margin-right: 12.5rem !important;
  margin-left: 12.5rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-8 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-12 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.my-20 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-24 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-25 {
  margin-top: 1.56rem !important;
  margin-bottom: 1.56rem !important;
}

.my-28 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.my-30 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

.my-36 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.my-40 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-45 {
  margin-top: 2.813rem !important;
  margin-bottom: 2.813rem !important;
}

.my-50 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important;
}

.my-60 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.my-65 {
  margin-top: 4.063rem !important;
  margin-bottom: 4.063rem !important;
}

.my-75 {
  margin-top: 4.68rem !important;
  margin-bottom: 4.68rem !important;
}

.my-80 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-100 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.my-112 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.my-150 {
  margin-top: 9.375rem !important;
  margin-bottom: 9.375rem !important;
}

.my-160 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-180 {
  margin-top: 11.25rem !important;
  margin-bottom: 11.25rem !important;
}

.my-200 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-8 {
  margin-top: 0.5rem !important;
}

.mt-12 {
  margin-top: 0.75rem !important;
}

.mt-20 {
  margin-top: 1.25rem !important;
}

.mt-24 {
  margin-top: 1.5rem !important;
}

.mt-25 {
  margin-top: 1.56rem !important;
}

.mt-28 {
  margin-top: 1.75rem !important;
}

.mt-30 {
  margin-top: 1.875rem !important;
}

.mt-36 {
  margin-top: 2.25rem !important;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.mt-45 {
  margin-top: 2.813rem !important;
}

.mt-50 {
  margin-top: 3.125rem !important;
}

.mt-60 {
  margin-top: 3.75rem !important;
}

.mt-65 {
  margin-top: 4.063rem !important;
}

.mt-75 {
  margin-top: 4.68rem !important;
}

.mt-80 {
  margin-top: 5rem !important;
}

.mt-100 {
  margin-top: 6.25rem !important;
}

.mt-112 {
  margin-top: 7rem !important;
}

.mt-150 {
  margin-top: 9.375rem !important;
}

.mt-160 {
  margin-top: 10rem !important;
}

.mt-180 {
  margin-top: 11.25rem !important;
}

.mt-200 {
  margin-top: 12.5rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-8 {
  margin-right: 0.5rem !important;
}

.me-12 {
  margin-right: 0.75rem !important;
}

.me-20 {
  margin-right: 1.25rem !important;
}

.me-24 {
  margin-right: 1.5rem !important;
}

.me-25 {
  margin-right: 1.56rem !important;
}

.me-28 {
  margin-right: 1.75rem !important;
}

.me-30 {
  margin-right: 1.875rem !important;
}

.me-36 {
  margin-right: 2.25rem !important;
}

.me-40 {
  margin-right: 2.5rem !important;
}

.me-45 {
  margin-right: 2.813rem !important;
}

.me-50 {
  margin-right: 3.125rem !important;
}

.me-60 {
  margin-right: 3.75rem !important;
}

.me-65 {
  margin-right: 4.063rem !important;
}

.me-75 {
  margin-right: 4.68rem !important;
}

.me-80 {
  margin-right: 5rem !important;
}

.me-100 {
  margin-right: 6.25rem !important;
}

.me-112 {
  margin-right: 7rem !important;
}

.me-150 {
  margin-right: 9.375rem !important;
}

.me-160 {
  margin-right: 10rem !important;
}

.me-180 {
  margin-right: 11.25rem !important;
}

.me-200 {
  margin-right: 12.5rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-8 {
  margin-bottom: 0.5rem !important;
}

.mb-12 {
  margin-bottom: 0.75rem !important;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.mb-24 {
  margin-bottom: 1.5rem !important;
}

.mb-25 {
  margin-bottom: 1.56rem !important;
}

.mb-28 {
  margin-bottom: 1.75rem !important;
}

.mb-30 {
  margin-bottom: 1.875rem !important;
}

.mb-36 {
  margin-bottom: 2.25rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.mb-45 {
  margin-bottom: 2.813rem !important;
}

.mb-50 {
  margin-bottom: 3.125rem !important;
}

.mb-60 {
  margin-bottom: 3.75rem !important;
}

.mb-65 {
  margin-bottom: 4.063rem !important;
}

.mb-75 {
  margin-bottom: 4.68rem !important;
}

.mb-80 {
  margin-bottom: 5rem !important;
}

.mb-100 {
  margin-bottom: 6.25rem !important;
}

.mb-112 {
  margin-bottom: 7rem !important;
}

.mb-150 {
  margin-bottom: 9.375rem !important;
}

.mb-160 {
  margin-bottom: 10rem !important;
}

.mb-180 {
  margin-bottom: 11.25rem !important;
}

.mb-200 {
  margin-bottom: 12.5rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-8 {
  margin-left: 0.5rem !important;
}

.ms-12 {
  margin-left: 0.75rem !important;
}

.ms-20 {
  margin-left: 1.25rem !important;
}

.ms-24 {
  margin-left: 1.5rem !important;
}

.ms-25 {
  margin-left: 1.56rem !important;
}

.ms-28 {
  margin-left: 1.75rem !important;
}

.ms-30 {
  margin-left: 1.875rem !important;
}

.ms-36 {
  margin-left: 2.25rem !important;
}

.ms-40 {
  margin-left: 2.5rem !important;
}

.ms-45 {
  margin-left: 2.813rem !important;
}

.ms-50 {
  margin-left: 3.125rem !important;
}

.ms-60 {
  margin-left: 3.75rem !important;
}

.ms-65 {
  margin-left: 4.063rem !important;
}

.ms-75 {
  margin-left: 4.68rem !important;
}

.ms-80 {
  margin-left: 5rem !important;
}

.ms-100 {
  margin-left: 6.25rem !important;
}

.ms-112 {
  margin-left: 7rem !important;
}

.ms-150 {
  margin-left: 9.375rem !important;
}

.ms-160 {
  margin-left: 10rem !important;
}

.ms-180 {
  margin-left: 11.25rem !important;
}

.ms-200 {
  margin-left: 12.5rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.m-n8 {
  margin: -0.5rem !important;
}

.m-n12 {
  margin: -0.75rem !important;
}

.m-n20 {
  margin: -1.25rem !important;
}

.m-n24 {
  margin: -1.5rem !important;
}

.m-n25 {
  margin: -1.56rem !important;
}

.m-n28 {
  margin: -1.75rem !important;
}

.m-n30 {
  margin: -1.875rem !important;
}

.m-n36 {
  margin: -2.25rem !important;
}

.m-n40 {
  margin: -2.5rem !important;
}

.m-n45 {
  margin: -2.813rem !important;
}

.m-n50 {
  margin: -3.125rem !important;
}

.m-n60 {
  margin: -3.75rem !important;
}

.m-n65 {
  margin: -4.063rem !important;
}

.m-n75 {
  margin: -4.68rem !important;
}

.m-n80 {
  margin: -5rem !important;
}

.m-n100 {
  margin: -6.25rem !important;
}

.m-n112 {
  margin: -7rem !important;
}

.m-n150 {
  margin: -9.375rem !important;
}

.m-n160 {
  margin: -10rem !important;
}

.m-n180 {
  margin: -11.25rem !important;
}

.m-n200 {
  margin: -12.5rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.mx-n8 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n12 {
  margin-right: -0.75rem !important;
  margin-left: -0.75rem !important;
}

.mx-n20 {
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important;
}

.mx-n24 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n25 {
  margin-right: -1.56rem !important;
  margin-left: -1.56rem !important;
}

.mx-n28 {
  margin-right: -1.75rem !important;
  margin-left: -1.75rem !important;
}

.mx-n30 {
  margin-right: -1.875rem !important;
  margin-left: -1.875rem !important;
}

.mx-n36 {
  margin-right: -2.25rem !important;
  margin-left: -2.25rem !important;
}

.mx-n40 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}

.mx-n45 {
  margin-right: -2.813rem !important;
  margin-left: -2.813rem !important;
}

.mx-n50 {
  margin-right: -3.125rem !important;
  margin-left: -3.125rem !important;
}

.mx-n60 {
  margin-right: -3.75rem !important;
  margin-left: -3.75rem !important;
}

.mx-n65 {
  margin-right: -4.063rem !important;
  margin-left: -4.063rem !important;
}

.mx-n75 {
  margin-right: -4.68rem !important;
  margin-left: -4.68rem !important;
}

.mx-n80 {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}

.mx-n100 {
  margin-right: -6.25rem !important;
  margin-left: -6.25rem !important;
}

.mx-n112 {
  margin-right: -7rem !important;
  margin-left: -7rem !important;
}

.mx-n150 {
  margin-right: -9.375rem !important;
  margin-left: -9.375rem !important;
}

.mx-n160 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}

.mx-n180 {
  margin-right: -11.25rem !important;
  margin-left: -11.25rem !important;
}

.mx-n200 {
  margin-right: -12.5rem !important;
  margin-left: -12.5rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.my-n8 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n12 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.my-n20 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

.my-n24 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n25 {
  margin-top: -1.56rem !important;
  margin-bottom: -1.56rem !important;
}

.my-n28 {
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important;
}

.my-n30 {
  margin-top: -1.875rem !important;
  margin-bottom: -1.875rem !important;
}

.my-n36 {
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}

.my-n40 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.my-n45 {
  margin-top: -2.813rem !important;
  margin-bottom: -2.813rem !important;
}

.my-n50 {
  margin-top: -3.125rem !important;
  margin-bottom: -3.125rem !important;
}

.my-n60 {
  margin-top: -3.75rem !important;
  margin-bottom: -3.75rem !important;
}

.my-n65 {
  margin-top: -4.063rem !important;
  margin-bottom: -4.063rem !important;
}

.my-n75 {
  margin-top: -4.68rem !important;
  margin-bottom: -4.68rem !important;
}

.my-n80 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.my-n100 {
  margin-top: -6.25rem !important;
  margin-bottom: -6.25rem !important;
}

.my-n112 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}

.my-n150 {
  margin-top: -9.375rem !important;
  margin-bottom: -9.375rem !important;
}

.my-n160 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.my-n180 {
  margin-top: -11.25rem !important;
  margin-bottom: -11.25rem !important;
}

.my-n200 {
  margin-top: -12.5rem !important;
  margin-bottom: -12.5rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.mt-n8 {
  margin-top: -0.5rem !important;
}

.mt-n12 {
  margin-top: -0.75rem !important;
}

.mt-n20 {
  margin-top: -1.25rem !important;
}

.mt-n24 {
  margin-top: -1.5rem !important;
}

.mt-n25 {
  margin-top: -1.56rem !important;
}

.mt-n28 {
  margin-top: -1.75rem !important;
}

.mt-n30 {
  margin-top: -1.875rem !important;
}

.mt-n36 {
  margin-top: -2.25rem !important;
}

.mt-n40 {
  margin-top: -2.5rem !important;
}

.mt-n45 {
  margin-top: -2.813rem !important;
}

.mt-n50 {
  margin-top: -3.125rem !important;
}

.mt-n60 {
  margin-top: -3.75rem !important;
}

.mt-n65 {
  margin-top: -4.063rem !important;
}

.mt-n75 {
  margin-top: -4.68rem !important;
}

.mt-n80 {
  margin-top: -5rem !important;
}

.mt-n100 {
  margin-top: -6.25rem !important;
}

.mt-n112 {
  margin-top: -7rem !important;
}

.mt-n150 {
  margin-top: -9.375rem !important;
}

.mt-n160 {
  margin-top: -10rem !important;
}

.mt-n180 {
  margin-top: -11.25rem !important;
}

.mt-n200 {
  margin-top: -12.5rem !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.me-n3 {
  margin-right: -1rem !important;
}

.me-n4 {
  margin-right: -1.5rem !important;
}

.me-n5 {
  margin-right: -3rem !important;
}

.me-n8 {
  margin-right: -0.5rem !important;
}

.me-n12 {
  margin-right: -0.75rem !important;
}

.me-n20 {
  margin-right: -1.25rem !important;
}

.me-n24 {
  margin-right: -1.5rem !important;
}

.me-n25 {
  margin-right: -1.56rem !important;
}

.me-n28 {
  margin-right: -1.75rem !important;
}

.me-n30 {
  margin-right: -1.875rem !important;
}

.me-n36 {
  margin-right: -2.25rem !important;
}

.me-n40 {
  margin-right: -2.5rem !important;
}

.me-n45 {
  margin-right: -2.813rem !important;
}

.me-n50 {
  margin-right: -3.125rem !important;
}

.me-n60 {
  margin-right: -3.75rem !important;
}

.me-n65 {
  margin-right: -4.063rem !important;
}

.me-n75 {
  margin-right: -4.68rem !important;
}

.me-n80 {
  margin-right: -5rem !important;
}

.me-n100 {
  margin-right: -6.25rem !important;
}

.me-n112 {
  margin-right: -7rem !important;
}

.me-n150 {
  margin-right: -9.375rem !important;
}

.me-n160 {
  margin-right: -10rem !important;
}

.me-n180 {
  margin-right: -11.25rem !important;
}

.me-n200 {
  margin-right: -12.5rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.mb-n8 {
  margin-bottom: -0.5rem !important;
}

.mb-n12 {
  margin-bottom: -0.75rem !important;
}

.mb-n20 {
  margin-bottom: -1.25rem !important;
}

.mb-n24 {
  margin-bottom: -1.5rem !important;
}

.mb-n25 {
  margin-bottom: -1.56rem !important;
}

.mb-n28 {
  margin-bottom: -1.75rem !important;
}

.mb-n30 {
  margin-bottom: -1.875rem !important;
}

.mb-n36 {
  margin-bottom: -2.25rem !important;
}

.mb-n40 {
  margin-bottom: -2.5rem !important;
}

.mb-n45 {
  margin-bottom: -2.813rem !important;
}

.mb-n50 {
  margin-bottom: -3.125rem !important;
}

.mb-n60 {
  margin-bottom: -3.75rem !important;
}

.mb-n65 {
  margin-bottom: -4.063rem !important;
}

.mb-n75 {
  margin-bottom: -4.68rem !important;
}

.mb-n80 {
  margin-bottom: -5rem !important;
}

.mb-n100 {
  margin-bottom: -6.25rem !important;
}

.mb-n112 {
  margin-bottom: -7rem !important;
}

.mb-n150 {
  margin-bottom: -9.375rem !important;
}

.mb-n160 {
  margin-bottom: -10rem !important;
}

.mb-n180 {
  margin-bottom: -11.25rem !important;
}

.mb-n200 {
  margin-bottom: -12.5rem !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.ms-n2 {
  margin-left: -0.5rem !important;
}

.ms-n3 {
  margin-left: -1rem !important;
}

.ms-n4 {
  margin-left: -1.5rem !important;
}

.ms-n5 {
  margin-left: -3rem !important;
}

.ms-n8 {
  margin-left: -0.5rem !important;
}

.ms-n12 {
  margin-left: -0.75rem !important;
}

.ms-n20 {
  margin-left: -1.25rem !important;
}

.ms-n24 {
  margin-left: -1.5rem !important;
}

.ms-n25 {
  margin-left: -1.56rem !important;
}

.ms-n28 {
  margin-left: -1.75rem !important;
}

.ms-n30 {
  margin-left: -1.875rem !important;
}

.ms-n36 {
  margin-left: -2.25rem !important;
}

.ms-n40 {
  margin-left: -2.5rem !important;
}

.ms-n45 {
  margin-left: -2.813rem !important;
}

.ms-n50 {
  margin-left: -3.125rem !important;
}

.ms-n60 {
  margin-left: -3.75rem !important;
}

.ms-n65 {
  margin-left: -4.063rem !important;
}

.ms-n75 {
  margin-left: -4.68rem !important;
}

.ms-n80 {
  margin-left: -5rem !important;
}

.ms-n100 {
  margin-left: -6.25rem !important;
}

.ms-n112 {
  margin-left: -7rem !important;
}

.ms-n150 {
  margin-left: -9.375rem !important;
}

.ms-n160 {
  margin-left: -10rem !important;
}

.ms-n180 {
  margin-left: -11.25rem !important;
}

.ms-n200 {
  margin-left: -12.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.p-8 {
  padding: 0.5rem !important;
}

.p-12 {
  padding: 0.75rem !important;
}

.p-20 {
  padding: 1.25rem !important;
}

.p-24 {
  padding: 1.5rem !important;
}

.p-25 {
  padding: 1.56rem !important;
}

.p-28 {
  padding: 1.75rem !important;
}

.p-30 {
  padding: 1.875rem !important;
}

.p-36 {
  padding: 2.25rem !important;
}

.p-40 {
  padding: 2.5rem !important;
}

.p-45 {
  padding: 2.813rem !important;
}

.p-50 {
  padding: 3.125rem !important;
}

.p-60 {
  padding: 3.75rem !important;
}

.p-65 {
  padding: 4.063rem !important;
}

.p-75 {
  padding: 4.68rem !important;
}

.p-80 {
  padding: 5rem !important;
}

.p-100 {
  padding: 6.25rem !important;
}

.p-112 {
  padding: 7rem !important;
}

.p-150 {
  padding: 9.375rem !important;
}

.p-160 {
  padding: 10rem !important;
}

.p-180 {
  padding: 11.25rem !important;
}

.p-200 {
  padding: 12.5rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-8 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-12 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.px-20 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.px-24 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-25 {
  padding-right: 1.56rem !important;
  padding-left: 1.56rem !important;
}

.px-28 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}

.px-30 {
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
}

.px-36 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

.px-40 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-45 {
  padding-right: 2.813rem !important;
  padding-left: 2.813rem !important;
}

.px-50 {
  padding-right: 3.125rem !important;
  padding-left: 3.125rem !important;
}

.px-60 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

.px-65 {
  padding-right: 4.063rem !important;
  padding-left: 4.063rem !important;
}

.px-75 {
  padding-right: 4.68rem !important;
  padding-left: 4.68rem !important;
}

.px-80 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-100 {
  padding-right: 6.25rem !important;
  padding-left: 6.25rem !important;
}

.px-112 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.px-150 {
  padding-right: 9.375rem !important;
  padding-left: 9.375rem !important;
}

.px-160 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.px-180 {
  padding-right: 11.25rem !important;
  padding-left: 11.25rem !important;
}

.px-200 {
  padding-right: 12.5rem !important;
  padding-left: 12.5rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-8 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-12 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-20 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-24 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-25 {
  padding-top: 1.56rem !important;
  padding-bottom: 1.56rem !important;
}

.py-28 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.py-30 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.py-36 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.py-40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-45 {
  padding-top: 2.813rem !important;
  padding-bottom: 2.813rem !important;
}

.py-50 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}

.py-60 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.py-65 {
  padding-top: 4.063rem !important;
  padding-bottom: 4.063rem !important;
}

.py-75 {
  padding-top: 4.68rem !important;
  padding-bottom: 4.68rem !important;
}

.py-80 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-100 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.py-112 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-150 {
  padding-top: 9.375rem !important;
  padding-bottom: 9.375rem !important;
}

.py-160 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-180 {
  padding-top: 11.25rem !important;
  padding-bottom: 11.25rem !important;
}

.py-200 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pt-8 {
  padding-top: 0.5rem !important;
}

.pt-12 {
  padding-top: 0.75rem !important;
}

.pt-20 {
  padding-top: 1.25rem !important;
}

.pt-24 {
  padding-top: 1.5rem !important;
}

.pt-25 {
  padding-top: 1.56rem !important;
}

.pt-28 {
  padding-top: 1.75rem !important;
}

.pt-30 {
  padding-top: 1.875rem !important;
}

.pt-36 {
  padding-top: 2.25rem !important;
}

.pt-40 {
  padding-top: 2.5rem !important;
}

.pt-45 {
  padding-top: 2.813rem !important;
}

.pt-50 {
  padding-top: 3.125rem !important;
}

.pt-60 {
  padding-top: 3.75rem !important;
}

.pt-65 {
  padding-top: 4.063rem !important;
}

.pt-75 {
  padding-top: 4.68rem !important;
}

.pt-80 {
  padding-top: 5rem !important;
}

.pt-100 {
  padding-top: 6.25rem !important;
}

.pt-112 {
  padding-top: 7rem !important;
}

.pt-150 {
  padding-top: 9.375rem !important;
}

.pt-160 {
  padding-top: 10rem !important;
}

.pt-180 {
  padding-top: 11.25rem !important;
}

.pt-200 {
  padding-top: 12.5rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pe-8 {
  padding-right: 0.5rem !important;
}

.pe-12 {
  padding-right: 0.75rem !important;
}

.pe-20 {
  padding-right: 1.25rem !important;
}

.pe-24 {
  padding-right: 1.5rem !important;
}

.pe-25 {
  padding-right: 1.56rem !important;
}

.pe-28 {
  padding-right: 1.75rem !important;
}

.pe-30 {
  padding-right: 1.875rem !important;
}

.pe-36 {
  padding-right: 2.25rem !important;
}

.pe-40 {
  padding-right: 2.5rem !important;
}

.pe-45 {
  padding-right: 2.813rem !important;
}

.pe-50 {
  padding-right: 3.125rem !important;
}

.pe-60 {
  padding-right: 3.75rem !important;
}

.pe-65 {
  padding-right: 4.063rem !important;
}

.pe-75 {
  padding-right: 4.68rem !important;
}

.pe-80 {
  padding-right: 5rem !important;
}

.pe-100 {
  padding-right: 6.25rem !important;
}

.pe-112 {
  padding-right: 7rem !important;
}

.pe-150 {
  padding-right: 9.375rem !important;
}

.pe-160 {
  padding-right: 10rem !important;
}

.pe-180 {
  padding-right: 11.25rem !important;
}

.pe-200 {
  padding-right: 12.5rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pb-8 {
  padding-bottom: 0.5rem !important;
}

.pb-12 {
  padding-bottom: 0.75rem !important;
}

.pb-20 {
  padding-bottom: 1.25rem !important;
}

.pb-24 {
  padding-bottom: 1.5rem !important;
}

.pb-25 {
  padding-bottom: 1.56rem !important;
}

.pb-28 {
  padding-bottom: 1.75rem !important;
}

.pb-30 {
  padding-bottom: 1.875rem !important;
}

.pb-36 {
  padding-bottom: 2.25rem !important;
}

.pb-40 {
  padding-bottom: 2.5rem !important;
}

.pb-45 {
  padding-bottom: 2.813rem !important;
}

.pb-50 {
  padding-bottom: 3.125rem !important;
}

.pb-60 {
  padding-bottom: 3.75rem !important;
}

.pb-65 {
  padding-bottom: 4.063rem !important;
}

.pb-75 {
  padding-bottom: 4.68rem !important;
}

.pb-80 {
  padding-bottom: 5rem !important;
}

.pb-100 {
  padding-bottom: 6.25rem !important;
}

.pb-112 {
  padding-bottom: 7rem !important;
}

.pb-150 {
  padding-bottom: 9.375rem !important;
}

.pb-160 {
  padding-bottom: 10rem !important;
}

.pb-180 {
  padding-bottom: 11.25rem !important;
}

.pb-200 {
  padding-bottom: 12.5rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.ps-8 {
  padding-left: 0.5rem !important;
}

.ps-12 {
  padding-left: 0.75rem !important;
}

.ps-20 {
  padding-left: 1.25rem !important;
}

.ps-24 {
  padding-left: 1.5rem !important;
}

.ps-25 {
  padding-left: 1.56rem !important;
}

.ps-28 {
  padding-left: 1.75rem !important;
}

.ps-30 {
  padding-left: 1.875rem !important;
}

.ps-36 {
  padding-left: 2.25rem !important;
}

.ps-40 {
  padding-left: 2.5rem !important;
}

.ps-45 {
  padding-left: 2.813rem !important;
}

.ps-50 {
  padding-left: 3.125rem !important;
}

.ps-60 {
  padding-left: 3.75rem !important;
}

.ps-65 {
  padding-left: 4.063rem !important;
}

.ps-75 {
  padding-left: 4.68rem !important;
}

.ps-80 {
  padding-left: 5rem !important;
}

.ps-100 {
  padding-left: 6.25rem !important;
}

.ps-112 {
  padding-left: 7rem !important;
}

.ps-150 {
  padding-left: 9.375rem !important;
}

.ps-160 {
  padding-left: 10rem !important;
}

.ps-180 {
  padding-left: 11.25rem !important;
}

.ps-200 {
  padding-left: 12.5rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.525rem + 3.3vw) !important;
}

.fs-2 {
  font-size: calc(1.425rem + 2.1vw) !important;
}

.fs-3 {
  font-size: calc(1.4rem + 1.8vw) !important;
}

.fs-4 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-5 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-6 {
  font-size: calc(1.2625rem + 0.15vw) !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 200 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 300 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-gray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-light-slate {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-slate-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #808FA8 !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light-slate {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-slate-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.375rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .gap-sm-8 {
    gap: 0.5rem !important;
  }
  .gap-sm-12 {
    gap: 0.75rem !important;
  }
  .gap-sm-20 {
    gap: 1.25rem !important;
  }
  .gap-sm-24 {
    gap: 1.5rem !important;
  }
  .gap-sm-25 {
    gap: 1.56rem !important;
  }
  .gap-sm-28 {
    gap: 1.75rem !important;
  }
  .gap-sm-30 {
    gap: 1.875rem !important;
  }
  .gap-sm-36 {
    gap: 2.25rem !important;
  }
  .gap-sm-40 {
    gap: 2.5rem !important;
  }
  .gap-sm-45 {
    gap: 2.813rem !important;
  }
  .gap-sm-50 {
    gap: 3.125rem !important;
  }
  .gap-sm-60 {
    gap: 3.75rem !important;
  }
  .gap-sm-65 {
    gap: 4.063rem !important;
  }
  .gap-sm-75 {
    gap: 4.68rem !important;
  }
  .gap-sm-80 {
    gap: 5rem !important;
  }
  .gap-sm-100 {
    gap: 6.25rem !important;
  }
  .gap-sm-112 {
    gap: 7rem !important;
  }
  .gap-sm-150 {
    gap: 9.375rem !important;
  }
  .gap-sm-160 {
    gap: 10rem !important;
  }
  .gap-sm-180 {
    gap: 11.25rem !important;
  }
  .gap-sm-200 {
    gap: 12.5rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-8 {
    margin: 0.5rem !important;
  }
  .m-sm-12 {
    margin: 0.75rem !important;
  }
  .m-sm-20 {
    margin: 1.25rem !important;
  }
  .m-sm-24 {
    margin: 1.5rem !important;
  }
  .m-sm-25 {
    margin: 1.56rem !important;
  }
  .m-sm-28 {
    margin: 1.75rem !important;
  }
  .m-sm-30 {
    margin: 1.875rem !important;
  }
  .m-sm-36 {
    margin: 2.25rem !important;
  }
  .m-sm-40 {
    margin: 2.5rem !important;
  }
  .m-sm-45 {
    margin: 2.813rem !important;
  }
  .m-sm-50 {
    margin: 3.125rem !important;
  }
  .m-sm-60 {
    margin: 3.75rem !important;
  }
  .m-sm-65 {
    margin: 4.063rem !important;
  }
  .m-sm-75 {
    margin: 4.68rem !important;
  }
  .m-sm-80 {
    margin: 5rem !important;
  }
  .m-sm-100 {
    margin: 6.25rem !important;
  }
  .m-sm-112 {
    margin: 7rem !important;
  }
  .m-sm-150 {
    margin: 9.375rem !important;
  }
  .m-sm-160 {
    margin: 10rem !important;
  }
  .m-sm-180 {
    margin: 11.25rem !important;
  }
  .m-sm-200 {
    margin: 12.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-8 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-12 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-sm-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sm-24 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-25 {
    margin-right: 1.56rem !important;
    margin-left: 1.56rem !important;
  }
  .mx-sm-28 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-sm-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-sm-36 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-sm-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-45 {
    margin-right: 2.813rem !important;
    margin-left: 2.813rem !important;
  }
  .mx-sm-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-sm-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-sm-65 {
    margin-right: 4.063rem !important;
    margin-left: 4.063rem !important;
  }
  .mx-sm-75 {
    margin-right: 4.68rem !important;
    margin-left: 4.68rem !important;
  }
  .mx-sm-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-sm-112 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-sm-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-sm-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .mx-sm-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-12 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-sm-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-25 {
    margin-top: 1.56rem !important;
    margin-bottom: 1.56rem !important;
  }
  .my-sm-28 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-sm-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-sm-36 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-sm-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-45 {
    margin-top: 2.813rem !important;
    margin-bottom: 2.813rem !important;
  }
  .my-sm-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-sm-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-sm-65 {
    margin-top: 4.063rem !important;
    margin-bottom: 4.063rem !important;
  }
  .my-sm-75 {
    margin-top: 4.68rem !important;
    margin-bottom: 4.68rem !important;
  }
  .my-sm-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-sm-112 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-sm-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .my-sm-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-8 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-12 {
    margin-top: 0.75rem !important;
  }
  .mt-sm-20 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-24 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-25 {
    margin-top: 1.56rem !important;
  }
  .mt-sm-28 {
    margin-top: 1.75rem !important;
  }
  .mt-sm-30 {
    margin-top: 1.875rem !important;
  }
  .mt-sm-36 {
    margin-top: 2.25rem !important;
  }
  .mt-sm-40 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-45 {
    margin-top: 2.813rem !important;
  }
  .mt-sm-50 {
    margin-top: 3.125rem !important;
  }
  .mt-sm-60 {
    margin-top: 3.75rem !important;
  }
  .mt-sm-65 {
    margin-top: 4.063rem !important;
  }
  .mt-sm-75 {
    margin-top: 4.68rem !important;
  }
  .mt-sm-80 {
    margin-top: 5rem !important;
  }
  .mt-sm-100 {
    margin-top: 6.25rem !important;
  }
  .mt-sm-112 {
    margin-top: 7rem !important;
  }
  .mt-sm-150 {
    margin-top: 9.375rem !important;
  }
  .mt-sm-160 {
    margin-top: 10rem !important;
  }
  .mt-sm-180 {
    margin-top: 11.25rem !important;
  }
  .mt-sm-200 {
    margin-top: 12.5rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-8 {
    margin-right: 0.5rem !important;
  }
  .me-sm-12 {
    margin-right: 0.75rem !important;
  }
  .me-sm-20 {
    margin-right: 1.25rem !important;
  }
  .me-sm-24 {
    margin-right: 1.5rem !important;
  }
  .me-sm-25 {
    margin-right: 1.56rem !important;
  }
  .me-sm-28 {
    margin-right: 1.75rem !important;
  }
  .me-sm-30 {
    margin-right: 1.875rem !important;
  }
  .me-sm-36 {
    margin-right: 2.25rem !important;
  }
  .me-sm-40 {
    margin-right: 2.5rem !important;
  }
  .me-sm-45 {
    margin-right: 2.813rem !important;
  }
  .me-sm-50 {
    margin-right: 3.125rem !important;
  }
  .me-sm-60 {
    margin-right: 3.75rem !important;
  }
  .me-sm-65 {
    margin-right: 4.063rem !important;
  }
  .me-sm-75 {
    margin-right: 4.68rem !important;
  }
  .me-sm-80 {
    margin-right: 5rem !important;
  }
  .me-sm-100 {
    margin-right: 6.25rem !important;
  }
  .me-sm-112 {
    margin-right: 7rem !important;
  }
  .me-sm-150 {
    margin-right: 9.375rem !important;
  }
  .me-sm-160 {
    margin-right: 10rem !important;
  }
  .me-sm-180 {
    margin-right: 11.25rem !important;
  }
  .me-sm-200 {
    margin-right: 12.5rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 0.75rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-24 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-25 {
    margin-bottom: 1.56rem !important;
  }
  .mb-sm-28 {
    margin-bottom: 1.75rem !important;
  }
  .mb-sm-30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-sm-36 {
    margin-bottom: 2.25rem !important;
  }
  .mb-sm-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-45 {
    margin-bottom: 2.813rem !important;
  }
  .mb-sm-50 {
    margin-bottom: 3.125rem !important;
  }
  .mb-sm-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-sm-65 {
    margin-bottom: 4.063rem !important;
  }
  .mb-sm-75 {
    margin-bottom: 4.68rem !important;
  }
  .mb-sm-80 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-sm-112 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-sm-160 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-180 {
    margin-bottom: 11.25rem !important;
  }
  .mb-sm-200 {
    margin-bottom: 12.5rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-8 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-12 {
    margin-left: 0.75rem !important;
  }
  .ms-sm-20 {
    margin-left: 1.25rem !important;
  }
  .ms-sm-24 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-25 {
    margin-left: 1.56rem !important;
  }
  .ms-sm-28 {
    margin-left: 1.75rem !important;
  }
  .ms-sm-30 {
    margin-left: 1.875rem !important;
  }
  .ms-sm-36 {
    margin-left: 2.25rem !important;
  }
  .ms-sm-40 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-45 {
    margin-left: 2.813rem !important;
  }
  .ms-sm-50 {
    margin-left: 3.125rem !important;
  }
  .ms-sm-60 {
    margin-left: 3.75rem !important;
  }
  .ms-sm-65 {
    margin-left: 4.063rem !important;
  }
  .ms-sm-75 {
    margin-left: 4.68rem !important;
  }
  .ms-sm-80 {
    margin-left: 5rem !important;
  }
  .ms-sm-100 {
    margin-left: 6.25rem !important;
  }
  .ms-sm-112 {
    margin-left: 7rem !important;
  }
  .ms-sm-150 {
    margin-left: 9.375rem !important;
  }
  .ms-sm-160 {
    margin-left: 10rem !important;
  }
  .ms-sm-180 {
    margin-left: 11.25rem !important;
  }
  .ms-sm-200 {
    margin-left: 12.5rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .m-sm-n8 {
    margin: -0.5rem !important;
  }
  .m-sm-n12 {
    margin: -0.75rem !important;
  }
  .m-sm-n20 {
    margin: -1.25rem !important;
  }
  .m-sm-n24 {
    margin: -1.5rem !important;
  }
  .m-sm-n25 {
    margin: -1.56rem !important;
  }
  .m-sm-n28 {
    margin: -1.75rem !important;
  }
  .m-sm-n30 {
    margin: -1.875rem !important;
  }
  .m-sm-n36 {
    margin: -2.25rem !important;
  }
  .m-sm-n40 {
    margin: -2.5rem !important;
  }
  .m-sm-n45 {
    margin: -2.813rem !important;
  }
  .m-sm-n50 {
    margin: -3.125rem !important;
  }
  .m-sm-n60 {
    margin: -3.75rem !important;
  }
  .m-sm-n65 {
    margin: -4.063rem !important;
  }
  .m-sm-n75 {
    margin: -4.68rem !important;
  }
  .m-sm-n80 {
    margin: -5rem !important;
  }
  .m-sm-n100 {
    margin: -6.25rem !important;
  }
  .m-sm-n112 {
    margin: -7rem !important;
  }
  .m-sm-n150 {
    margin: -9.375rem !important;
  }
  .m-sm-n160 {
    margin: -10rem !important;
  }
  .m-sm-n180 {
    margin: -11.25rem !important;
  }
  .m-sm-n200 {
    margin: -12.5rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n8 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n12 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-sm-n20 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-sm-n24 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n25 {
    margin-right: -1.56rem !important;
    margin-left: -1.56rem !important;
  }
  .mx-sm-n28 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-sm-n30 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
  .mx-sm-n36 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-sm-n40 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-sm-n45 {
    margin-right: -2.813rem !important;
    margin-left: -2.813rem !important;
  }
  .mx-sm-n50 {
    margin-right: -3.125rem !important;
    margin-left: -3.125rem !important;
  }
  .mx-sm-n60 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-sm-n65 {
    margin-right: -4.063rem !important;
    margin-left: -4.063rem !important;
  }
  .mx-sm-n75 {
    margin-right: -4.68rem !important;
    margin-left: -4.68rem !important;
  }
  .mx-sm-n80 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-sm-n100 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-sm-n112 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-sm-n150 {
    margin-right: -9.375rem !important;
    margin-left: -9.375rem !important;
  }
  .mx-sm-n160 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-sm-n180 {
    margin-right: -11.25rem !important;
    margin-left: -11.25rem !important;
  }
  .mx-sm-n200 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n8 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n12 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-sm-n20 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-sm-n24 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n25 {
    margin-top: -1.56rem !important;
    margin-bottom: -1.56rem !important;
  }
  .my-sm-n28 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-sm-n30 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }
  .my-sm-n36 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-sm-n40 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-sm-n45 {
    margin-top: -2.813rem !important;
    margin-bottom: -2.813rem !important;
  }
  .my-sm-n50 {
    margin-top: -3.125rem !important;
    margin-bottom: -3.125rem !important;
  }
  .my-sm-n60 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-sm-n65 {
    margin-top: -4.063rem !important;
    margin-bottom: -4.063rem !important;
  }
  .my-sm-n75 {
    margin-top: -4.68rem !important;
    margin-bottom: -4.68rem !important;
  }
  .my-sm-n80 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-sm-n100 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-sm-n112 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-sm-n150 {
    margin-top: -9.375rem !important;
    margin-bottom: -9.375rem !important;
  }
  .my-sm-n160 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-sm-n180 {
    margin-top: -11.25rem !important;
    margin-bottom: -11.25rem !important;
  }
  .my-sm-n200 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .mt-sm-n8 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n12 {
    margin-top: -0.75rem !important;
  }
  .mt-sm-n20 {
    margin-top: -1.25rem !important;
  }
  .mt-sm-n24 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n25 {
    margin-top: -1.56rem !important;
  }
  .mt-sm-n28 {
    margin-top: -1.75rem !important;
  }
  .mt-sm-n30 {
    margin-top: -1.875rem !important;
  }
  .mt-sm-n36 {
    margin-top: -2.25rem !important;
  }
  .mt-sm-n40 {
    margin-top: -2.5rem !important;
  }
  .mt-sm-n45 {
    margin-top: -2.813rem !important;
  }
  .mt-sm-n50 {
    margin-top: -3.125rem !important;
  }
  .mt-sm-n60 {
    margin-top: -3.75rem !important;
  }
  .mt-sm-n65 {
    margin-top: -4.063rem !important;
  }
  .mt-sm-n75 {
    margin-top: -4.68rem !important;
  }
  .mt-sm-n80 {
    margin-top: -5rem !important;
  }
  .mt-sm-n100 {
    margin-top: -6.25rem !important;
  }
  .mt-sm-n112 {
    margin-top: -7rem !important;
  }
  .mt-sm-n150 {
    margin-top: -9.375rem !important;
  }
  .mt-sm-n160 {
    margin-top: -10rem !important;
  }
  .mt-sm-n180 {
    margin-top: -11.25rem !important;
  }
  .mt-sm-n200 {
    margin-top: -12.5rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .me-sm-n8 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n12 {
    margin-right: -0.75rem !important;
  }
  .me-sm-n20 {
    margin-right: -1.25rem !important;
  }
  .me-sm-n24 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n25 {
    margin-right: -1.56rem !important;
  }
  .me-sm-n28 {
    margin-right: -1.75rem !important;
  }
  .me-sm-n30 {
    margin-right: -1.875rem !important;
  }
  .me-sm-n36 {
    margin-right: -2.25rem !important;
  }
  .me-sm-n40 {
    margin-right: -2.5rem !important;
  }
  .me-sm-n45 {
    margin-right: -2.813rem !important;
  }
  .me-sm-n50 {
    margin-right: -3.125rem !important;
  }
  .me-sm-n60 {
    margin-right: -3.75rem !important;
  }
  .me-sm-n65 {
    margin-right: -4.063rem !important;
  }
  .me-sm-n75 {
    margin-right: -4.68rem !important;
  }
  .me-sm-n80 {
    margin-right: -5rem !important;
  }
  .me-sm-n100 {
    margin-right: -6.25rem !important;
  }
  .me-sm-n112 {
    margin-right: -7rem !important;
  }
  .me-sm-n150 {
    margin-right: -9.375rem !important;
  }
  .me-sm-n160 {
    margin-right: -10rem !important;
  }
  .me-sm-n180 {
    margin-right: -11.25rem !important;
  }
  .me-sm-n200 {
    margin-right: -12.5rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n8 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n12 {
    margin-bottom: -0.75rem !important;
  }
  .mb-sm-n20 {
    margin-bottom: -1.25rem !important;
  }
  .mb-sm-n24 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n25 {
    margin-bottom: -1.56rem !important;
  }
  .mb-sm-n28 {
    margin-bottom: -1.75rem !important;
  }
  .mb-sm-n30 {
    margin-bottom: -1.875rem !important;
  }
  .mb-sm-n36 {
    margin-bottom: -2.25rem !important;
  }
  .mb-sm-n40 {
    margin-bottom: -2.5rem !important;
  }
  .mb-sm-n45 {
    margin-bottom: -2.813rem !important;
  }
  .mb-sm-n50 {
    margin-bottom: -3.125rem !important;
  }
  .mb-sm-n60 {
    margin-bottom: -3.75rem !important;
  }
  .mb-sm-n65 {
    margin-bottom: -4.063rem !important;
  }
  .mb-sm-n75 {
    margin-bottom: -4.68rem !important;
  }
  .mb-sm-n80 {
    margin-bottom: -5rem !important;
  }
  .mb-sm-n100 {
    margin-bottom: -6.25rem !important;
  }
  .mb-sm-n112 {
    margin-bottom: -7rem !important;
  }
  .mb-sm-n150 {
    margin-bottom: -9.375rem !important;
  }
  .mb-sm-n160 {
    margin-bottom: -10rem !important;
  }
  .mb-sm-n180 {
    margin-bottom: -11.25rem !important;
  }
  .mb-sm-n200 {
    margin-bottom: -12.5rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .ms-sm-n8 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n12 {
    margin-left: -0.75rem !important;
  }
  .ms-sm-n20 {
    margin-left: -1.25rem !important;
  }
  .ms-sm-n24 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n25 {
    margin-left: -1.56rem !important;
  }
  .ms-sm-n28 {
    margin-left: -1.75rem !important;
  }
  .ms-sm-n30 {
    margin-left: -1.875rem !important;
  }
  .ms-sm-n36 {
    margin-left: -2.25rem !important;
  }
  .ms-sm-n40 {
    margin-left: -2.5rem !important;
  }
  .ms-sm-n45 {
    margin-left: -2.813rem !important;
  }
  .ms-sm-n50 {
    margin-left: -3.125rem !important;
  }
  .ms-sm-n60 {
    margin-left: -3.75rem !important;
  }
  .ms-sm-n65 {
    margin-left: -4.063rem !important;
  }
  .ms-sm-n75 {
    margin-left: -4.68rem !important;
  }
  .ms-sm-n80 {
    margin-left: -5rem !important;
  }
  .ms-sm-n100 {
    margin-left: -6.25rem !important;
  }
  .ms-sm-n112 {
    margin-left: -7rem !important;
  }
  .ms-sm-n150 {
    margin-left: -9.375rem !important;
  }
  .ms-sm-n160 {
    margin-left: -10rem !important;
  }
  .ms-sm-n180 {
    margin-left: -11.25rem !important;
  }
  .ms-sm-n200 {
    margin-left: -12.5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .p-sm-8 {
    padding: 0.5rem !important;
  }
  .p-sm-12 {
    padding: 0.75rem !important;
  }
  .p-sm-20 {
    padding: 1.25rem !important;
  }
  .p-sm-24 {
    padding: 1.5rem !important;
  }
  .p-sm-25 {
    padding: 1.56rem !important;
  }
  .p-sm-28 {
    padding: 1.75rem !important;
  }
  .p-sm-30 {
    padding: 1.875rem !important;
  }
  .p-sm-36 {
    padding: 2.25rem !important;
  }
  .p-sm-40 {
    padding: 2.5rem !important;
  }
  .p-sm-45 {
    padding: 2.813rem !important;
  }
  .p-sm-50 {
    padding: 3.125rem !important;
  }
  .p-sm-60 {
    padding: 3.75rem !important;
  }
  .p-sm-65 {
    padding: 4.063rem !important;
  }
  .p-sm-75 {
    padding: 4.68rem !important;
  }
  .p-sm-80 {
    padding: 5rem !important;
  }
  .p-sm-100 {
    padding: 6.25rem !important;
  }
  .p-sm-112 {
    padding: 7rem !important;
  }
  .p-sm-150 {
    padding: 9.375rem !important;
  }
  .p-sm-160 {
    padding: 10rem !important;
  }
  .p-sm-180 {
    padding: 11.25rem !important;
  }
  .p-sm-200 {
    padding: 12.5rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-8 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-12 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-sm-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sm-24 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-25 {
    padding-right: 1.56rem !important;
    padding-left: 1.56rem !important;
  }
  .px-sm-28 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-sm-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-sm-36 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-sm-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-45 {
    padding-right: 2.813rem !important;
    padding-left: 2.813rem !important;
  }
  .px-sm-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-sm-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-sm-65 {
    padding-right: 4.063rem !important;
    padding-left: 4.063rem !important;
  }
  .px-sm-75 {
    padding-right: 4.68rem !important;
    padding-left: 4.68rem !important;
  }
  .px-sm-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-sm-112 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-sm-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-sm-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .px-sm-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-sm-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-25 {
    padding-top: 1.56rem !important;
    padding-bottom: 1.56rem !important;
  }
  .py-sm-28 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-sm-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-sm-36 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-sm-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-45 {
    padding-top: 2.813rem !important;
    padding-bottom: 2.813rem !important;
  }
  .py-sm-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-sm-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-sm-65 {
    padding-top: 4.063rem !important;
    padding-bottom: 4.063rem !important;
  }
  .py-sm-75 {
    padding-top: 4.68rem !important;
    padding-bottom: 4.68rem !important;
  }
  .py-sm-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-sm-112 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-sm-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-sm-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .py-sm-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pt-sm-8 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-12 {
    padding-top: 0.75rem !important;
  }
  .pt-sm-20 {
    padding-top: 1.25rem !important;
  }
  .pt-sm-24 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-25 {
    padding-top: 1.56rem !important;
  }
  .pt-sm-28 {
    padding-top: 1.75rem !important;
  }
  .pt-sm-30 {
    padding-top: 1.875rem !important;
  }
  .pt-sm-36 {
    padding-top: 2.25rem !important;
  }
  .pt-sm-40 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-45 {
    padding-top: 2.813rem !important;
  }
  .pt-sm-50 {
    padding-top: 3.125rem !important;
  }
  .pt-sm-60 {
    padding-top: 3.75rem !important;
  }
  .pt-sm-65 {
    padding-top: 4.063rem !important;
  }
  .pt-sm-75 {
    padding-top: 4.68rem !important;
  }
  .pt-sm-80 {
    padding-top: 5rem !important;
  }
  .pt-sm-100 {
    padding-top: 6.25rem !important;
  }
  .pt-sm-112 {
    padding-top: 7rem !important;
  }
  .pt-sm-150 {
    padding-top: 9.375rem !important;
  }
  .pt-sm-160 {
    padding-top: 10rem !important;
  }
  .pt-sm-180 {
    padding-top: 11.25rem !important;
  }
  .pt-sm-200 {
    padding-top: 12.5rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pe-sm-8 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-12 {
    padding-right: 0.75rem !important;
  }
  .pe-sm-20 {
    padding-right: 1.25rem !important;
  }
  .pe-sm-24 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-25 {
    padding-right: 1.56rem !important;
  }
  .pe-sm-28 {
    padding-right: 1.75rem !important;
  }
  .pe-sm-30 {
    padding-right: 1.875rem !important;
  }
  .pe-sm-36 {
    padding-right: 2.25rem !important;
  }
  .pe-sm-40 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-45 {
    padding-right: 2.813rem !important;
  }
  .pe-sm-50 {
    padding-right: 3.125rem !important;
  }
  .pe-sm-60 {
    padding-right: 3.75rem !important;
  }
  .pe-sm-65 {
    padding-right: 4.063rem !important;
  }
  .pe-sm-75 {
    padding-right: 4.68rem !important;
  }
  .pe-sm-80 {
    padding-right: 5rem !important;
  }
  .pe-sm-100 {
    padding-right: 6.25rem !important;
  }
  .pe-sm-112 {
    padding-right: 7rem !important;
  }
  .pe-sm-150 {
    padding-right: 9.375rem !important;
  }
  .pe-sm-160 {
    padding-right: 10rem !important;
  }
  .pe-sm-180 {
    padding-right: 11.25rem !important;
  }
  .pe-sm-200 {
    padding-right: 12.5rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 0.75rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-24 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-25 {
    padding-bottom: 1.56rem !important;
  }
  .pb-sm-28 {
    padding-bottom: 1.75rem !important;
  }
  .pb-sm-30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-sm-36 {
    padding-bottom: 2.25rem !important;
  }
  .pb-sm-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-45 {
    padding-bottom: 2.813rem !important;
  }
  .pb-sm-50 {
    padding-bottom: 3.125rem !important;
  }
  .pb-sm-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-sm-65 {
    padding-bottom: 4.063rem !important;
  }
  .pb-sm-75 {
    padding-bottom: 4.68rem !important;
  }
  .pb-sm-80 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-sm-112 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-sm-160 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-180 {
    padding-bottom: 11.25rem !important;
  }
  .pb-sm-200 {
    padding-bottom: 12.5rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .ps-sm-8 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-12 {
    padding-left: 0.75rem !important;
  }
  .ps-sm-20 {
    padding-left: 1.25rem !important;
  }
  .ps-sm-24 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-25 {
    padding-left: 1.56rem !important;
  }
  .ps-sm-28 {
    padding-left: 1.75rem !important;
  }
  .ps-sm-30 {
    padding-left: 1.875rem !important;
  }
  .ps-sm-36 {
    padding-left: 2.25rem !important;
  }
  .ps-sm-40 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-45 {
    padding-left: 2.813rem !important;
  }
  .ps-sm-50 {
    padding-left: 3.125rem !important;
  }
  .ps-sm-60 {
    padding-left: 3.75rem !important;
  }
  .ps-sm-65 {
    padding-left: 4.063rem !important;
  }
  .ps-sm-75 {
    padding-left: 4.68rem !important;
  }
  .ps-sm-80 {
    padding-left: 5rem !important;
  }
  .ps-sm-100 {
    padding-left: 6.25rem !important;
  }
  .ps-sm-112 {
    padding-left: 7rem !important;
  }
  .ps-sm-150 {
    padding-left: 9.375rem !important;
  }
  .ps-sm-160 {
    padding-left: 10rem !important;
  }
  .ps-sm-180 {
    padding-left: 11.25rem !important;
  }
  .ps-sm-200 {
    padding-left: 12.5rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .gap-md-8 {
    gap: 0.5rem !important;
  }
  .gap-md-12 {
    gap: 0.75rem !important;
  }
  .gap-md-20 {
    gap: 1.25rem !important;
  }
  .gap-md-24 {
    gap: 1.5rem !important;
  }
  .gap-md-25 {
    gap: 1.56rem !important;
  }
  .gap-md-28 {
    gap: 1.75rem !important;
  }
  .gap-md-30 {
    gap: 1.875rem !important;
  }
  .gap-md-36 {
    gap: 2.25rem !important;
  }
  .gap-md-40 {
    gap: 2.5rem !important;
  }
  .gap-md-45 {
    gap: 2.813rem !important;
  }
  .gap-md-50 {
    gap: 3.125rem !important;
  }
  .gap-md-60 {
    gap: 3.75rem !important;
  }
  .gap-md-65 {
    gap: 4.063rem !important;
  }
  .gap-md-75 {
    gap: 4.68rem !important;
  }
  .gap-md-80 {
    gap: 5rem !important;
  }
  .gap-md-100 {
    gap: 6.25rem !important;
  }
  .gap-md-112 {
    gap: 7rem !important;
  }
  .gap-md-150 {
    gap: 9.375rem !important;
  }
  .gap-md-160 {
    gap: 10rem !important;
  }
  .gap-md-180 {
    gap: 11.25rem !important;
  }
  .gap-md-200 {
    gap: 12.5rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-8 {
    margin: 0.5rem !important;
  }
  .m-md-12 {
    margin: 0.75rem !important;
  }
  .m-md-20 {
    margin: 1.25rem !important;
  }
  .m-md-24 {
    margin: 1.5rem !important;
  }
  .m-md-25 {
    margin: 1.56rem !important;
  }
  .m-md-28 {
    margin: 1.75rem !important;
  }
  .m-md-30 {
    margin: 1.875rem !important;
  }
  .m-md-36 {
    margin: 2.25rem !important;
  }
  .m-md-40 {
    margin: 2.5rem !important;
  }
  .m-md-45 {
    margin: 2.813rem !important;
  }
  .m-md-50 {
    margin: 3.125rem !important;
  }
  .m-md-60 {
    margin: 3.75rem !important;
  }
  .m-md-65 {
    margin: 4.063rem !important;
  }
  .m-md-75 {
    margin: 4.68rem !important;
  }
  .m-md-80 {
    margin: 5rem !important;
  }
  .m-md-100 {
    margin: 6.25rem !important;
  }
  .m-md-112 {
    margin: 7rem !important;
  }
  .m-md-150 {
    margin: 9.375rem !important;
  }
  .m-md-160 {
    margin: 10rem !important;
  }
  .m-md-180 {
    margin: 11.25rem !important;
  }
  .m-md-200 {
    margin: 12.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-8 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-12 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-md-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-24 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-25 {
    margin-right: 1.56rem !important;
    margin-left: 1.56rem !important;
  }
  .mx-md-28 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-md-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-md-36 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-md-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-45 {
    margin-right: 2.813rem !important;
    margin-left: 2.813rem !important;
  }
  .mx-md-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-md-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-md-65 {
    margin-right: 4.063rem !important;
    margin-left: 4.063rem !important;
  }
  .mx-md-75 {
    margin-right: 4.68rem !important;
    margin-left: 4.68rem !important;
  }
  .mx-md-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-md-112 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-md-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-md-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .mx-md-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-12 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-md-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-25 {
    margin-top: 1.56rem !important;
    margin-bottom: 1.56rem !important;
  }
  .my-md-28 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-md-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-md-36 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-md-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-45 {
    margin-top: 2.813rem !important;
    margin-bottom: 2.813rem !important;
  }
  .my-md-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-md-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-md-65 {
    margin-top: 4.063rem !important;
    margin-bottom: 4.063rem !important;
  }
  .my-md-75 {
    margin-top: 4.68rem !important;
    margin-bottom: 4.68rem !important;
  }
  .my-md-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-md-112 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-md-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .my-md-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-8 {
    margin-top: 0.5rem !important;
  }
  .mt-md-12 {
    margin-top: 0.75rem !important;
  }
  .mt-md-20 {
    margin-top: 1.25rem !important;
  }
  .mt-md-24 {
    margin-top: 1.5rem !important;
  }
  .mt-md-25 {
    margin-top: 1.56rem !important;
  }
  .mt-md-28 {
    margin-top: 1.75rem !important;
  }
  .mt-md-30 {
    margin-top: 1.875rem !important;
  }
  .mt-md-36 {
    margin-top: 2.25rem !important;
  }
  .mt-md-40 {
    margin-top: 2.5rem !important;
  }
  .mt-md-45 {
    margin-top: 2.813rem !important;
  }
  .mt-md-50 {
    margin-top: 3.125rem !important;
  }
  .mt-md-60 {
    margin-top: 3.75rem !important;
  }
  .mt-md-65 {
    margin-top: 4.063rem !important;
  }
  .mt-md-75 {
    margin-top: 4.68rem !important;
  }
  .mt-md-80 {
    margin-top: 5rem !important;
  }
  .mt-md-100 {
    margin-top: 6.25rem !important;
  }
  .mt-md-112 {
    margin-top: 7rem !important;
  }
  .mt-md-150 {
    margin-top: 9.375rem !important;
  }
  .mt-md-160 {
    margin-top: 10rem !important;
  }
  .mt-md-180 {
    margin-top: 11.25rem !important;
  }
  .mt-md-200 {
    margin-top: 12.5rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-8 {
    margin-right: 0.5rem !important;
  }
  .me-md-12 {
    margin-right: 0.75rem !important;
  }
  .me-md-20 {
    margin-right: 1.25rem !important;
  }
  .me-md-24 {
    margin-right: 1.5rem !important;
  }
  .me-md-25 {
    margin-right: 1.56rem !important;
  }
  .me-md-28 {
    margin-right: 1.75rem !important;
  }
  .me-md-30 {
    margin-right: 1.875rem !important;
  }
  .me-md-36 {
    margin-right: 2.25rem !important;
  }
  .me-md-40 {
    margin-right: 2.5rem !important;
  }
  .me-md-45 {
    margin-right: 2.813rem !important;
  }
  .me-md-50 {
    margin-right: 3.125rem !important;
  }
  .me-md-60 {
    margin-right: 3.75rem !important;
  }
  .me-md-65 {
    margin-right: 4.063rem !important;
  }
  .me-md-75 {
    margin-right: 4.68rem !important;
  }
  .me-md-80 {
    margin-right: 5rem !important;
  }
  .me-md-100 {
    margin-right: 6.25rem !important;
  }
  .me-md-112 {
    margin-right: 7rem !important;
  }
  .me-md-150 {
    margin-right: 9.375rem !important;
  }
  .me-md-160 {
    margin-right: 10rem !important;
  }
  .me-md-180 {
    margin-right: 11.25rem !important;
  }
  .me-md-200 {
    margin-right: 12.5rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-8 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-12 {
    margin-bottom: 0.75rem !important;
  }
  .mb-md-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-24 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-25 {
    margin-bottom: 1.56rem !important;
  }
  .mb-md-28 {
    margin-bottom: 1.75rem !important;
  }
  .mb-md-30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-md-36 {
    margin-bottom: 2.25rem !important;
  }
  .mb-md-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-45 {
    margin-bottom: 2.813rem !important;
  }
  .mb-md-50 {
    margin-bottom: 3.125rem !important;
  }
  .mb-md-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-md-65 {
    margin-bottom: 4.063rem !important;
  }
  .mb-md-75 {
    margin-bottom: 4.68rem !important;
  }
  .mb-md-80 {
    margin-bottom: 5rem !important;
  }
  .mb-md-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-md-112 {
    margin-bottom: 7rem !important;
  }
  .mb-md-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-md-160 {
    margin-bottom: 10rem !important;
  }
  .mb-md-180 {
    margin-bottom: 11.25rem !important;
  }
  .mb-md-200 {
    margin-bottom: 12.5rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-8 {
    margin-left: 0.5rem !important;
  }
  .ms-md-12 {
    margin-left: 0.75rem !important;
  }
  .ms-md-20 {
    margin-left: 1.25rem !important;
  }
  .ms-md-24 {
    margin-left: 1.5rem !important;
  }
  .ms-md-25 {
    margin-left: 1.56rem !important;
  }
  .ms-md-28 {
    margin-left: 1.75rem !important;
  }
  .ms-md-30 {
    margin-left: 1.875rem !important;
  }
  .ms-md-36 {
    margin-left: 2.25rem !important;
  }
  .ms-md-40 {
    margin-left: 2.5rem !important;
  }
  .ms-md-45 {
    margin-left: 2.813rem !important;
  }
  .ms-md-50 {
    margin-left: 3.125rem !important;
  }
  .ms-md-60 {
    margin-left: 3.75rem !important;
  }
  .ms-md-65 {
    margin-left: 4.063rem !important;
  }
  .ms-md-75 {
    margin-left: 4.68rem !important;
  }
  .ms-md-80 {
    margin-left: 5rem !important;
  }
  .ms-md-100 {
    margin-left: 6.25rem !important;
  }
  .ms-md-112 {
    margin-left: 7rem !important;
  }
  .ms-md-150 {
    margin-left: 9.375rem !important;
  }
  .ms-md-160 {
    margin-left: 10rem !important;
  }
  .ms-md-180 {
    margin-left: 11.25rem !important;
  }
  .ms-md-200 {
    margin-left: 12.5rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .m-md-n8 {
    margin: -0.5rem !important;
  }
  .m-md-n12 {
    margin: -0.75rem !important;
  }
  .m-md-n20 {
    margin: -1.25rem !important;
  }
  .m-md-n24 {
    margin: -1.5rem !important;
  }
  .m-md-n25 {
    margin: -1.56rem !important;
  }
  .m-md-n28 {
    margin: -1.75rem !important;
  }
  .m-md-n30 {
    margin: -1.875rem !important;
  }
  .m-md-n36 {
    margin: -2.25rem !important;
  }
  .m-md-n40 {
    margin: -2.5rem !important;
  }
  .m-md-n45 {
    margin: -2.813rem !important;
  }
  .m-md-n50 {
    margin: -3.125rem !important;
  }
  .m-md-n60 {
    margin: -3.75rem !important;
  }
  .m-md-n65 {
    margin: -4.063rem !important;
  }
  .m-md-n75 {
    margin: -4.68rem !important;
  }
  .m-md-n80 {
    margin: -5rem !important;
  }
  .m-md-n100 {
    margin: -6.25rem !important;
  }
  .m-md-n112 {
    margin: -7rem !important;
  }
  .m-md-n150 {
    margin: -9.375rem !important;
  }
  .m-md-n160 {
    margin: -10rem !important;
  }
  .m-md-n180 {
    margin: -11.25rem !important;
  }
  .m-md-n200 {
    margin: -12.5rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n8 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n12 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-md-n20 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-md-n24 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n25 {
    margin-right: -1.56rem !important;
    margin-left: -1.56rem !important;
  }
  .mx-md-n28 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-md-n30 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
  .mx-md-n36 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-md-n40 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-md-n45 {
    margin-right: -2.813rem !important;
    margin-left: -2.813rem !important;
  }
  .mx-md-n50 {
    margin-right: -3.125rem !important;
    margin-left: -3.125rem !important;
  }
  .mx-md-n60 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-md-n65 {
    margin-right: -4.063rem !important;
    margin-left: -4.063rem !important;
  }
  .mx-md-n75 {
    margin-right: -4.68rem !important;
    margin-left: -4.68rem !important;
  }
  .mx-md-n80 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-md-n100 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-md-n112 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-md-n150 {
    margin-right: -9.375rem !important;
    margin-left: -9.375rem !important;
  }
  .mx-md-n160 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-md-n180 {
    margin-right: -11.25rem !important;
    margin-left: -11.25rem !important;
  }
  .mx-md-n200 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n8 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n12 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-md-n20 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-md-n24 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n25 {
    margin-top: -1.56rem !important;
    margin-bottom: -1.56rem !important;
  }
  .my-md-n28 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-md-n30 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }
  .my-md-n36 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-md-n40 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-md-n45 {
    margin-top: -2.813rem !important;
    margin-bottom: -2.813rem !important;
  }
  .my-md-n50 {
    margin-top: -3.125rem !important;
    margin-bottom: -3.125rem !important;
  }
  .my-md-n60 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-md-n65 {
    margin-top: -4.063rem !important;
    margin-bottom: -4.063rem !important;
  }
  .my-md-n75 {
    margin-top: -4.68rem !important;
    margin-bottom: -4.68rem !important;
  }
  .my-md-n80 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-md-n100 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-md-n112 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-md-n150 {
    margin-top: -9.375rem !important;
    margin-bottom: -9.375rem !important;
  }
  .my-md-n160 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-md-n180 {
    margin-top: -11.25rem !important;
    margin-bottom: -11.25rem !important;
  }
  .my-md-n200 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .mt-md-n8 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n12 {
    margin-top: -0.75rem !important;
  }
  .mt-md-n20 {
    margin-top: -1.25rem !important;
  }
  .mt-md-n24 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n25 {
    margin-top: -1.56rem !important;
  }
  .mt-md-n28 {
    margin-top: -1.75rem !important;
  }
  .mt-md-n30 {
    margin-top: -1.875rem !important;
  }
  .mt-md-n36 {
    margin-top: -2.25rem !important;
  }
  .mt-md-n40 {
    margin-top: -2.5rem !important;
  }
  .mt-md-n45 {
    margin-top: -2.813rem !important;
  }
  .mt-md-n50 {
    margin-top: -3.125rem !important;
  }
  .mt-md-n60 {
    margin-top: -3.75rem !important;
  }
  .mt-md-n65 {
    margin-top: -4.063rem !important;
  }
  .mt-md-n75 {
    margin-top: -4.68rem !important;
  }
  .mt-md-n80 {
    margin-top: -5rem !important;
  }
  .mt-md-n100 {
    margin-top: -6.25rem !important;
  }
  .mt-md-n112 {
    margin-top: -7rem !important;
  }
  .mt-md-n150 {
    margin-top: -9.375rem !important;
  }
  .mt-md-n160 {
    margin-top: -10rem !important;
  }
  .mt-md-n180 {
    margin-top: -11.25rem !important;
  }
  .mt-md-n200 {
    margin-top: -12.5rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .me-md-n8 {
    margin-right: -0.5rem !important;
  }
  .me-md-n12 {
    margin-right: -0.75rem !important;
  }
  .me-md-n20 {
    margin-right: -1.25rem !important;
  }
  .me-md-n24 {
    margin-right: -1.5rem !important;
  }
  .me-md-n25 {
    margin-right: -1.56rem !important;
  }
  .me-md-n28 {
    margin-right: -1.75rem !important;
  }
  .me-md-n30 {
    margin-right: -1.875rem !important;
  }
  .me-md-n36 {
    margin-right: -2.25rem !important;
  }
  .me-md-n40 {
    margin-right: -2.5rem !important;
  }
  .me-md-n45 {
    margin-right: -2.813rem !important;
  }
  .me-md-n50 {
    margin-right: -3.125rem !important;
  }
  .me-md-n60 {
    margin-right: -3.75rem !important;
  }
  .me-md-n65 {
    margin-right: -4.063rem !important;
  }
  .me-md-n75 {
    margin-right: -4.68rem !important;
  }
  .me-md-n80 {
    margin-right: -5rem !important;
  }
  .me-md-n100 {
    margin-right: -6.25rem !important;
  }
  .me-md-n112 {
    margin-right: -7rem !important;
  }
  .me-md-n150 {
    margin-right: -9.375rem !important;
  }
  .me-md-n160 {
    margin-right: -10rem !important;
  }
  .me-md-n180 {
    margin-right: -11.25rem !important;
  }
  .me-md-n200 {
    margin-right: -12.5rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n8 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n12 {
    margin-bottom: -0.75rem !important;
  }
  .mb-md-n20 {
    margin-bottom: -1.25rem !important;
  }
  .mb-md-n24 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n25 {
    margin-bottom: -1.56rem !important;
  }
  .mb-md-n28 {
    margin-bottom: -1.75rem !important;
  }
  .mb-md-n30 {
    margin-bottom: -1.875rem !important;
  }
  .mb-md-n36 {
    margin-bottom: -2.25rem !important;
  }
  .mb-md-n40 {
    margin-bottom: -2.5rem !important;
  }
  .mb-md-n45 {
    margin-bottom: -2.813rem !important;
  }
  .mb-md-n50 {
    margin-bottom: -3.125rem !important;
  }
  .mb-md-n60 {
    margin-bottom: -3.75rem !important;
  }
  .mb-md-n65 {
    margin-bottom: -4.063rem !important;
  }
  .mb-md-n75 {
    margin-bottom: -4.68rem !important;
  }
  .mb-md-n80 {
    margin-bottom: -5rem !important;
  }
  .mb-md-n100 {
    margin-bottom: -6.25rem !important;
  }
  .mb-md-n112 {
    margin-bottom: -7rem !important;
  }
  .mb-md-n150 {
    margin-bottom: -9.375rem !important;
  }
  .mb-md-n160 {
    margin-bottom: -10rem !important;
  }
  .mb-md-n180 {
    margin-bottom: -11.25rem !important;
  }
  .mb-md-n200 {
    margin-bottom: -12.5rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .ms-md-n8 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n12 {
    margin-left: -0.75rem !important;
  }
  .ms-md-n20 {
    margin-left: -1.25rem !important;
  }
  .ms-md-n24 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n25 {
    margin-left: -1.56rem !important;
  }
  .ms-md-n28 {
    margin-left: -1.75rem !important;
  }
  .ms-md-n30 {
    margin-left: -1.875rem !important;
  }
  .ms-md-n36 {
    margin-left: -2.25rem !important;
  }
  .ms-md-n40 {
    margin-left: -2.5rem !important;
  }
  .ms-md-n45 {
    margin-left: -2.813rem !important;
  }
  .ms-md-n50 {
    margin-left: -3.125rem !important;
  }
  .ms-md-n60 {
    margin-left: -3.75rem !important;
  }
  .ms-md-n65 {
    margin-left: -4.063rem !important;
  }
  .ms-md-n75 {
    margin-left: -4.68rem !important;
  }
  .ms-md-n80 {
    margin-left: -5rem !important;
  }
  .ms-md-n100 {
    margin-left: -6.25rem !important;
  }
  .ms-md-n112 {
    margin-left: -7rem !important;
  }
  .ms-md-n150 {
    margin-left: -9.375rem !important;
  }
  .ms-md-n160 {
    margin-left: -10rem !important;
  }
  .ms-md-n180 {
    margin-left: -11.25rem !important;
  }
  .ms-md-n200 {
    margin-left: -12.5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .p-md-8 {
    padding: 0.5rem !important;
  }
  .p-md-12 {
    padding: 0.75rem !important;
  }
  .p-md-20 {
    padding: 1.25rem !important;
  }
  .p-md-24 {
    padding: 1.5rem !important;
  }
  .p-md-25 {
    padding: 1.56rem !important;
  }
  .p-md-28 {
    padding: 1.75rem !important;
  }
  .p-md-30 {
    padding: 1.875rem !important;
  }
  .p-md-36 {
    padding: 2.25rem !important;
  }
  .p-md-40 {
    padding: 2.5rem !important;
  }
  .p-md-45 {
    padding: 2.813rem !important;
  }
  .p-md-50 {
    padding: 3.125rem !important;
  }
  .p-md-60 {
    padding: 3.75rem !important;
  }
  .p-md-65 {
    padding: 4.063rem !important;
  }
  .p-md-75 {
    padding: 4.68rem !important;
  }
  .p-md-80 {
    padding: 5rem !important;
  }
  .p-md-100 {
    padding: 6.25rem !important;
  }
  .p-md-112 {
    padding: 7rem !important;
  }
  .p-md-150 {
    padding: 9.375rem !important;
  }
  .p-md-160 {
    padding: 10rem !important;
  }
  .p-md-180 {
    padding: 11.25rem !important;
  }
  .p-md-200 {
    padding: 12.5rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-8 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-12 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-md-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-24 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-25 {
    padding-right: 1.56rem !important;
    padding-left: 1.56rem !important;
  }
  .px-md-28 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-md-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-md-36 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-md-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-45 {
    padding-right: 2.813rem !important;
    padding-left: 2.813rem !important;
  }
  .px-md-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-md-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-md-65 {
    padding-right: 4.063rem !important;
    padding-left: 4.063rem !important;
  }
  .px-md-75 {
    padding-right: 4.68rem !important;
    padding-left: 4.68rem !important;
  }
  .px-md-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-md-112 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-md-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-md-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .px-md-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-md-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-25 {
    padding-top: 1.56rem !important;
    padding-bottom: 1.56rem !important;
  }
  .py-md-28 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-md-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-md-36 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-md-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-45 {
    padding-top: 2.813rem !important;
    padding-bottom: 2.813rem !important;
  }
  .py-md-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-md-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-md-65 {
    padding-top: 4.063rem !important;
    padding-bottom: 4.063rem !important;
  }
  .py-md-75 {
    padding-top: 4.68rem !important;
    padding-bottom: 4.68rem !important;
  }
  .py-md-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-md-112 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-md-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .py-md-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pt-md-8 {
    padding-top: 0.5rem !important;
  }
  .pt-md-12 {
    padding-top: 0.75rem !important;
  }
  .pt-md-20 {
    padding-top: 1.25rem !important;
  }
  .pt-md-24 {
    padding-top: 1.5rem !important;
  }
  .pt-md-25 {
    padding-top: 1.56rem !important;
  }
  .pt-md-28 {
    padding-top: 1.75rem !important;
  }
  .pt-md-30 {
    padding-top: 1.875rem !important;
  }
  .pt-md-36 {
    padding-top: 2.25rem !important;
  }
  .pt-md-40 {
    padding-top: 2.5rem !important;
  }
  .pt-md-45 {
    padding-top: 2.813rem !important;
  }
  .pt-md-50 {
    padding-top: 3.125rem !important;
  }
  .pt-md-60 {
    padding-top: 3.75rem !important;
  }
  .pt-md-65 {
    padding-top: 4.063rem !important;
  }
  .pt-md-75 {
    padding-top: 4.68rem !important;
  }
  .pt-md-80 {
    padding-top: 5rem !important;
  }
  .pt-md-100 {
    padding-top: 6.25rem !important;
  }
  .pt-md-112 {
    padding-top: 7rem !important;
  }
  .pt-md-150 {
    padding-top: 9.375rem !important;
  }
  .pt-md-160 {
    padding-top: 10rem !important;
  }
  .pt-md-180 {
    padding-top: 11.25rem !important;
  }
  .pt-md-200 {
    padding-top: 12.5rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pe-md-8 {
    padding-right: 0.5rem !important;
  }
  .pe-md-12 {
    padding-right: 0.75rem !important;
  }
  .pe-md-20 {
    padding-right: 1.25rem !important;
  }
  .pe-md-24 {
    padding-right: 1.5rem !important;
  }
  .pe-md-25 {
    padding-right: 1.56rem !important;
  }
  .pe-md-28 {
    padding-right: 1.75rem !important;
  }
  .pe-md-30 {
    padding-right: 1.875rem !important;
  }
  .pe-md-36 {
    padding-right: 2.25rem !important;
  }
  .pe-md-40 {
    padding-right: 2.5rem !important;
  }
  .pe-md-45 {
    padding-right: 2.813rem !important;
  }
  .pe-md-50 {
    padding-right: 3.125rem !important;
  }
  .pe-md-60 {
    padding-right: 3.75rem !important;
  }
  .pe-md-65 {
    padding-right: 4.063rem !important;
  }
  .pe-md-75 {
    padding-right: 4.68rem !important;
  }
  .pe-md-80 {
    padding-right: 5rem !important;
  }
  .pe-md-100 {
    padding-right: 6.25rem !important;
  }
  .pe-md-112 {
    padding-right: 7rem !important;
  }
  .pe-md-150 {
    padding-right: 9.375rem !important;
  }
  .pe-md-160 {
    padding-right: 10rem !important;
  }
  .pe-md-180 {
    padding-right: 11.25rem !important;
  }
  .pe-md-200 {
    padding-right: 12.5rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pb-md-8 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-12 {
    padding-bottom: 0.75rem !important;
  }
  .pb-md-20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-24 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-25 {
    padding-bottom: 1.56rem !important;
  }
  .pb-md-28 {
    padding-bottom: 1.75rem !important;
  }
  .pb-md-30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-md-36 {
    padding-bottom: 2.25rem !important;
  }
  .pb-md-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-45 {
    padding-bottom: 2.813rem !important;
  }
  .pb-md-50 {
    padding-bottom: 3.125rem !important;
  }
  .pb-md-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-md-65 {
    padding-bottom: 4.063rem !important;
  }
  .pb-md-75 {
    padding-bottom: 4.68rem !important;
  }
  .pb-md-80 {
    padding-bottom: 5rem !important;
  }
  .pb-md-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-md-112 {
    padding-bottom: 7rem !important;
  }
  .pb-md-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-md-160 {
    padding-bottom: 10rem !important;
  }
  .pb-md-180 {
    padding-bottom: 11.25rem !important;
  }
  .pb-md-200 {
    padding-bottom: 12.5rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .ps-md-8 {
    padding-left: 0.5rem !important;
  }
  .ps-md-12 {
    padding-left: 0.75rem !important;
  }
  .ps-md-20 {
    padding-left: 1.25rem !important;
  }
  .ps-md-24 {
    padding-left: 1.5rem !important;
  }
  .ps-md-25 {
    padding-left: 1.56rem !important;
  }
  .ps-md-28 {
    padding-left: 1.75rem !important;
  }
  .ps-md-30 {
    padding-left: 1.875rem !important;
  }
  .ps-md-36 {
    padding-left: 2.25rem !important;
  }
  .ps-md-40 {
    padding-left: 2.5rem !important;
  }
  .ps-md-45 {
    padding-left: 2.813rem !important;
  }
  .ps-md-50 {
    padding-left: 3.125rem !important;
  }
  .ps-md-60 {
    padding-left: 3.75rem !important;
  }
  .ps-md-65 {
    padding-left: 4.063rem !important;
  }
  .ps-md-75 {
    padding-left: 4.68rem !important;
  }
  .ps-md-80 {
    padding-left: 5rem !important;
  }
  .ps-md-100 {
    padding-left: 6.25rem !important;
  }
  .ps-md-112 {
    padding-left: 7rem !important;
  }
  .ps-md-150 {
    padding-left: 9.375rem !important;
  }
  .ps-md-160 {
    padding-left: 10rem !important;
  }
  .ps-md-180 {
    padding-left: 11.25rem !important;
  }
  .ps-md-200 {
    padding-left: 12.5rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .gap-lg-8 {
    gap: 0.5rem !important;
  }
  .gap-lg-12 {
    gap: 0.75rem !important;
  }
  .gap-lg-20 {
    gap: 1.25rem !important;
  }
  .gap-lg-24 {
    gap: 1.5rem !important;
  }
  .gap-lg-25 {
    gap: 1.56rem !important;
  }
  .gap-lg-28 {
    gap: 1.75rem !important;
  }
  .gap-lg-30 {
    gap: 1.875rem !important;
  }
  .gap-lg-36 {
    gap: 2.25rem !important;
  }
  .gap-lg-40 {
    gap: 2.5rem !important;
  }
  .gap-lg-45 {
    gap: 2.813rem !important;
  }
  .gap-lg-50 {
    gap: 3.125rem !important;
  }
  .gap-lg-60 {
    gap: 3.75rem !important;
  }
  .gap-lg-65 {
    gap: 4.063rem !important;
  }
  .gap-lg-75 {
    gap: 4.68rem !important;
  }
  .gap-lg-80 {
    gap: 5rem !important;
  }
  .gap-lg-100 {
    gap: 6.25rem !important;
  }
  .gap-lg-112 {
    gap: 7rem !important;
  }
  .gap-lg-150 {
    gap: 9.375rem !important;
  }
  .gap-lg-160 {
    gap: 10rem !important;
  }
  .gap-lg-180 {
    gap: 11.25rem !important;
  }
  .gap-lg-200 {
    gap: 12.5rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-8 {
    margin: 0.5rem !important;
  }
  .m-lg-12 {
    margin: 0.75rem !important;
  }
  .m-lg-20 {
    margin: 1.25rem !important;
  }
  .m-lg-24 {
    margin: 1.5rem !important;
  }
  .m-lg-25 {
    margin: 1.56rem !important;
  }
  .m-lg-28 {
    margin: 1.75rem !important;
  }
  .m-lg-30 {
    margin: 1.875rem !important;
  }
  .m-lg-36 {
    margin: 2.25rem !important;
  }
  .m-lg-40 {
    margin: 2.5rem !important;
  }
  .m-lg-45 {
    margin: 2.813rem !important;
  }
  .m-lg-50 {
    margin: 3.125rem !important;
  }
  .m-lg-60 {
    margin: 3.75rem !important;
  }
  .m-lg-65 {
    margin: 4.063rem !important;
  }
  .m-lg-75 {
    margin: 4.68rem !important;
  }
  .m-lg-80 {
    margin: 5rem !important;
  }
  .m-lg-100 {
    margin: 6.25rem !important;
  }
  .m-lg-112 {
    margin: 7rem !important;
  }
  .m-lg-150 {
    margin: 9.375rem !important;
  }
  .m-lg-160 {
    margin: 10rem !important;
  }
  .m-lg-180 {
    margin: 11.25rem !important;
  }
  .m-lg-200 {
    margin: 12.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-8 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-12 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-lg-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-24 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-25 {
    margin-right: 1.56rem !important;
    margin-left: 1.56rem !important;
  }
  .mx-lg-28 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-lg-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-lg-36 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-lg-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-45 {
    margin-right: 2.813rem !important;
    margin-left: 2.813rem !important;
  }
  .mx-lg-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-lg-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-lg-65 {
    margin-right: 4.063rem !important;
    margin-left: 4.063rem !important;
  }
  .mx-lg-75 {
    margin-right: 4.68rem !important;
    margin-left: 4.68rem !important;
  }
  .mx-lg-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-lg-112 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-lg-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-lg-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .mx-lg-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-12 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-lg-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-25 {
    margin-top: 1.56rem !important;
    margin-bottom: 1.56rem !important;
  }
  .my-lg-28 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-lg-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-lg-36 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-lg-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-45 {
    margin-top: 2.813rem !important;
    margin-bottom: 2.813rem !important;
  }
  .my-lg-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-lg-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-lg-65 {
    margin-top: 4.063rem !important;
    margin-bottom: 4.063rem !important;
  }
  .my-lg-75 {
    margin-top: 4.68rem !important;
    margin-bottom: 4.68rem !important;
  }
  .my-lg-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-lg-112 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-lg-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .my-lg-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-8 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-12 {
    margin-top: 0.75rem !important;
  }
  .mt-lg-20 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-24 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-25 {
    margin-top: 1.56rem !important;
  }
  .mt-lg-28 {
    margin-top: 1.75rem !important;
  }
  .mt-lg-30 {
    margin-top: 1.875rem !important;
  }
  .mt-lg-36 {
    margin-top: 2.25rem !important;
  }
  .mt-lg-40 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-45 {
    margin-top: 2.813rem !important;
  }
  .mt-lg-50 {
    margin-top: 3.125rem !important;
  }
  .mt-lg-60 {
    margin-top: 3.75rem !important;
  }
  .mt-lg-65 {
    margin-top: 4.063rem !important;
  }
  .mt-lg-75 {
    margin-top: 4.68rem !important;
  }
  .mt-lg-80 {
    margin-top: 5rem !important;
  }
  .mt-lg-100 {
    margin-top: 6.25rem !important;
  }
  .mt-lg-112 {
    margin-top: 7rem !important;
  }
  .mt-lg-150 {
    margin-top: 9.375rem !important;
  }
  .mt-lg-160 {
    margin-top: 10rem !important;
  }
  .mt-lg-180 {
    margin-top: 11.25rem !important;
  }
  .mt-lg-200 {
    margin-top: 12.5rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-8 {
    margin-right: 0.5rem !important;
  }
  .me-lg-12 {
    margin-right: 0.75rem !important;
  }
  .me-lg-20 {
    margin-right: 1.25rem !important;
  }
  .me-lg-24 {
    margin-right: 1.5rem !important;
  }
  .me-lg-25 {
    margin-right: 1.56rem !important;
  }
  .me-lg-28 {
    margin-right: 1.75rem !important;
  }
  .me-lg-30 {
    margin-right: 1.875rem !important;
  }
  .me-lg-36 {
    margin-right: 2.25rem !important;
  }
  .me-lg-40 {
    margin-right: 2.5rem !important;
  }
  .me-lg-45 {
    margin-right: 2.813rem !important;
  }
  .me-lg-50 {
    margin-right: 3.125rem !important;
  }
  .me-lg-60 {
    margin-right: 3.75rem !important;
  }
  .me-lg-65 {
    margin-right: 4.063rem !important;
  }
  .me-lg-75 {
    margin-right: 4.68rem !important;
  }
  .me-lg-80 {
    margin-right: 5rem !important;
  }
  .me-lg-100 {
    margin-right: 6.25rem !important;
  }
  .me-lg-112 {
    margin-right: 7rem !important;
  }
  .me-lg-150 {
    margin-right: 9.375rem !important;
  }
  .me-lg-160 {
    margin-right: 10rem !important;
  }
  .me-lg-180 {
    margin-right: 11.25rem !important;
  }
  .me-lg-200 {
    margin-right: 12.5rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 0.75rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-24 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-25 {
    margin-bottom: 1.56rem !important;
  }
  .mb-lg-28 {
    margin-bottom: 1.75rem !important;
  }
  .mb-lg-30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-lg-36 {
    margin-bottom: 2.25rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-45 {
    margin-bottom: 2.813rem !important;
  }
  .mb-lg-50 {
    margin-bottom: 3.125rem !important;
  }
  .mb-lg-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-lg-65 {
    margin-bottom: 4.063rem !important;
  }
  .mb-lg-75 {
    margin-bottom: 4.68rem !important;
  }
  .mb-lg-80 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-lg-112 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-lg-160 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-180 {
    margin-bottom: 11.25rem !important;
  }
  .mb-lg-200 {
    margin-bottom: 12.5rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-8 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-12 {
    margin-left: 0.75rem !important;
  }
  .ms-lg-20 {
    margin-left: 1.25rem !important;
  }
  .ms-lg-24 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-25 {
    margin-left: 1.56rem !important;
  }
  .ms-lg-28 {
    margin-left: 1.75rem !important;
  }
  .ms-lg-30 {
    margin-left: 1.875rem !important;
  }
  .ms-lg-36 {
    margin-left: 2.25rem !important;
  }
  .ms-lg-40 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-45 {
    margin-left: 2.813rem !important;
  }
  .ms-lg-50 {
    margin-left: 3.125rem !important;
  }
  .ms-lg-60 {
    margin-left: 3.75rem !important;
  }
  .ms-lg-65 {
    margin-left: 4.063rem !important;
  }
  .ms-lg-75 {
    margin-left: 4.68rem !important;
  }
  .ms-lg-80 {
    margin-left: 5rem !important;
  }
  .ms-lg-100 {
    margin-left: 6.25rem !important;
  }
  .ms-lg-112 {
    margin-left: 7rem !important;
  }
  .ms-lg-150 {
    margin-left: 9.375rem !important;
  }
  .ms-lg-160 {
    margin-left: 10rem !important;
  }
  .ms-lg-180 {
    margin-left: 11.25rem !important;
  }
  .ms-lg-200 {
    margin-left: 12.5rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .m-lg-n8 {
    margin: -0.5rem !important;
  }
  .m-lg-n12 {
    margin: -0.75rem !important;
  }
  .m-lg-n20 {
    margin: -1.25rem !important;
  }
  .m-lg-n24 {
    margin: -1.5rem !important;
  }
  .m-lg-n25 {
    margin: -1.56rem !important;
  }
  .m-lg-n28 {
    margin: -1.75rem !important;
  }
  .m-lg-n30 {
    margin: -1.875rem !important;
  }
  .m-lg-n36 {
    margin: -2.25rem !important;
  }
  .m-lg-n40 {
    margin: -2.5rem !important;
  }
  .m-lg-n45 {
    margin: -2.813rem !important;
  }
  .m-lg-n50 {
    margin: -3.125rem !important;
  }
  .m-lg-n60 {
    margin: -3.75rem !important;
  }
  .m-lg-n65 {
    margin: -4.063rem !important;
  }
  .m-lg-n75 {
    margin: -4.68rem !important;
  }
  .m-lg-n80 {
    margin: -5rem !important;
  }
  .m-lg-n100 {
    margin: -6.25rem !important;
  }
  .m-lg-n112 {
    margin: -7rem !important;
  }
  .m-lg-n150 {
    margin: -9.375rem !important;
  }
  .m-lg-n160 {
    margin: -10rem !important;
  }
  .m-lg-n180 {
    margin: -11.25rem !important;
  }
  .m-lg-n200 {
    margin: -12.5rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n8 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n12 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-lg-n20 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-lg-n24 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n25 {
    margin-right: -1.56rem !important;
    margin-left: -1.56rem !important;
  }
  .mx-lg-n28 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-lg-n30 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
  .mx-lg-n36 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-lg-n40 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-lg-n45 {
    margin-right: -2.813rem !important;
    margin-left: -2.813rem !important;
  }
  .mx-lg-n50 {
    margin-right: -3.125rem !important;
    margin-left: -3.125rem !important;
  }
  .mx-lg-n60 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-lg-n65 {
    margin-right: -4.063rem !important;
    margin-left: -4.063rem !important;
  }
  .mx-lg-n75 {
    margin-right: -4.68rem !important;
    margin-left: -4.68rem !important;
  }
  .mx-lg-n80 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-lg-n100 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-lg-n112 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-lg-n150 {
    margin-right: -9.375rem !important;
    margin-left: -9.375rem !important;
  }
  .mx-lg-n160 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-lg-n180 {
    margin-right: -11.25rem !important;
    margin-left: -11.25rem !important;
  }
  .mx-lg-n200 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n8 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n12 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-lg-n20 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-lg-n24 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n25 {
    margin-top: -1.56rem !important;
    margin-bottom: -1.56rem !important;
  }
  .my-lg-n28 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-lg-n30 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }
  .my-lg-n36 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-lg-n40 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-lg-n45 {
    margin-top: -2.813rem !important;
    margin-bottom: -2.813rem !important;
  }
  .my-lg-n50 {
    margin-top: -3.125rem !important;
    margin-bottom: -3.125rem !important;
  }
  .my-lg-n60 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-lg-n65 {
    margin-top: -4.063rem !important;
    margin-bottom: -4.063rem !important;
  }
  .my-lg-n75 {
    margin-top: -4.68rem !important;
    margin-bottom: -4.68rem !important;
  }
  .my-lg-n80 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-lg-n100 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-lg-n112 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-lg-n150 {
    margin-top: -9.375rem !important;
    margin-bottom: -9.375rem !important;
  }
  .my-lg-n160 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-lg-n180 {
    margin-top: -11.25rem !important;
    margin-bottom: -11.25rem !important;
  }
  .my-lg-n200 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .mt-lg-n8 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n12 {
    margin-top: -0.75rem !important;
  }
  .mt-lg-n20 {
    margin-top: -1.25rem !important;
  }
  .mt-lg-n24 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n25 {
    margin-top: -1.56rem !important;
  }
  .mt-lg-n28 {
    margin-top: -1.75rem !important;
  }
  .mt-lg-n30 {
    margin-top: -1.875rem !important;
  }
  .mt-lg-n36 {
    margin-top: -2.25rem !important;
  }
  .mt-lg-n40 {
    margin-top: -2.5rem !important;
  }
  .mt-lg-n45 {
    margin-top: -2.813rem !important;
  }
  .mt-lg-n50 {
    margin-top: -3.125rem !important;
  }
  .mt-lg-n60 {
    margin-top: -3.75rem !important;
  }
  .mt-lg-n65 {
    margin-top: -4.063rem !important;
  }
  .mt-lg-n75 {
    margin-top: -4.68rem !important;
  }
  .mt-lg-n80 {
    margin-top: -5rem !important;
  }
  .mt-lg-n100 {
    margin-top: -6.25rem !important;
  }
  .mt-lg-n112 {
    margin-top: -7rem !important;
  }
  .mt-lg-n150 {
    margin-top: -9.375rem !important;
  }
  .mt-lg-n160 {
    margin-top: -10rem !important;
  }
  .mt-lg-n180 {
    margin-top: -11.25rem !important;
  }
  .mt-lg-n200 {
    margin-top: -12.5rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .me-lg-n8 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n12 {
    margin-right: -0.75rem !important;
  }
  .me-lg-n20 {
    margin-right: -1.25rem !important;
  }
  .me-lg-n24 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n25 {
    margin-right: -1.56rem !important;
  }
  .me-lg-n28 {
    margin-right: -1.75rem !important;
  }
  .me-lg-n30 {
    margin-right: -1.875rem !important;
  }
  .me-lg-n36 {
    margin-right: -2.25rem !important;
  }
  .me-lg-n40 {
    margin-right: -2.5rem !important;
  }
  .me-lg-n45 {
    margin-right: -2.813rem !important;
  }
  .me-lg-n50 {
    margin-right: -3.125rem !important;
  }
  .me-lg-n60 {
    margin-right: -3.75rem !important;
  }
  .me-lg-n65 {
    margin-right: -4.063rem !important;
  }
  .me-lg-n75 {
    margin-right: -4.68rem !important;
  }
  .me-lg-n80 {
    margin-right: -5rem !important;
  }
  .me-lg-n100 {
    margin-right: -6.25rem !important;
  }
  .me-lg-n112 {
    margin-right: -7rem !important;
  }
  .me-lg-n150 {
    margin-right: -9.375rem !important;
  }
  .me-lg-n160 {
    margin-right: -10rem !important;
  }
  .me-lg-n180 {
    margin-right: -11.25rem !important;
  }
  .me-lg-n200 {
    margin-right: -12.5rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n8 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n12 {
    margin-bottom: -0.75rem !important;
  }
  .mb-lg-n20 {
    margin-bottom: -1.25rem !important;
  }
  .mb-lg-n24 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n25 {
    margin-bottom: -1.56rem !important;
  }
  .mb-lg-n28 {
    margin-bottom: -1.75rem !important;
  }
  .mb-lg-n30 {
    margin-bottom: -1.875rem !important;
  }
  .mb-lg-n36 {
    margin-bottom: -2.25rem !important;
  }
  .mb-lg-n40 {
    margin-bottom: -2.5rem !important;
  }
  .mb-lg-n45 {
    margin-bottom: -2.813rem !important;
  }
  .mb-lg-n50 {
    margin-bottom: -3.125rem !important;
  }
  .mb-lg-n60 {
    margin-bottom: -3.75rem !important;
  }
  .mb-lg-n65 {
    margin-bottom: -4.063rem !important;
  }
  .mb-lg-n75 {
    margin-bottom: -4.68rem !important;
  }
  .mb-lg-n80 {
    margin-bottom: -5rem !important;
  }
  .mb-lg-n100 {
    margin-bottom: -6.25rem !important;
  }
  .mb-lg-n112 {
    margin-bottom: -7rem !important;
  }
  .mb-lg-n150 {
    margin-bottom: -9.375rem !important;
  }
  .mb-lg-n160 {
    margin-bottom: -10rem !important;
  }
  .mb-lg-n180 {
    margin-bottom: -11.25rem !important;
  }
  .mb-lg-n200 {
    margin-bottom: -12.5rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .ms-lg-n8 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n12 {
    margin-left: -0.75rem !important;
  }
  .ms-lg-n20 {
    margin-left: -1.25rem !important;
  }
  .ms-lg-n24 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n25 {
    margin-left: -1.56rem !important;
  }
  .ms-lg-n28 {
    margin-left: -1.75rem !important;
  }
  .ms-lg-n30 {
    margin-left: -1.875rem !important;
  }
  .ms-lg-n36 {
    margin-left: -2.25rem !important;
  }
  .ms-lg-n40 {
    margin-left: -2.5rem !important;
  }
  .ms-lg-n45 {
    margin-left: -2.813rem !important;
  }
  .ms-lg-n50 {
    margin-left: -3.125rem !important;
  }
  .ms-lg-n60 {
    margin-left: -3.75rem !important;
  }
  .ms-lg-n65 {
    margin-left: -4.063rem !important;
  }
  .ms-lg-n75 {
    margin-left: -4.68rem !important;
  }
  .ms-lg-n80 {
    margin-left: -5rem !important;
  }
  .ms-lg-n100 {
    margin-left: -6.25rem !important;
  }
  .ms-lg-n112 {
    margin-left: -7rem !important;
  }
  .ms-lg-n150 {
    margin-left: -9.375rem !important;
  }
  .ms-lg-n160 {
    margin-left: -10rem !important;
  }
  .ms-lg-n180 {
    margin-left: -11.25rem !important;
  }
  .ms-lg-n200 {
    margin-left: -12.5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .p-lg-8 {
    padding: 0.5rem !important;
  }
  .p-lg-12 {
    padding: 0.75rem !important;
  }
  .p-lg-20 {
    padding: 1.25rem !important;
  }
  .p-lg-24 {
    padding: 1.5rem !important;
  }
  .p-lg-25 {
    padding: 1.56rem !important;
  }
  .p-lg-28 {
    padding: 1.75rem !important;
  }
  .p-lg-30 {
    padding: 1.875rem !important;
  }
  .p-lg-36 {
    padding: 2.25rem !important;
  }
  .p-lg-40 {
    padding: 2.5rem !important;
  }
  .p-lg-45 {
    padding: 2.813rem !important;
  }
  .p-lg-50 {
    padding: 3.125rem !important;
  }
  .p-lg-60 {
    padding: 3.75rem !important;
  }
  .p-lg-65 {
    padding: 4.063rem !important;
  }
  .p-lg-75 {
    padding: 4.68rem !important;
  }
  .p-lg-80 {
    padding: 5rem !important;
  }
  .p-lg-100 {
    padding: 6.25rem !important;
  }
  .p-lg-112 {
    padding: 7rem !important;
  }
  .p-lg-150 {
    padding: 9.375rem !important;
  }
  .p-lg-160 {
    padding: 10rem !important;
  }
  .p-lg-180 {
    padding: 11.25rem !important;
  }
  .p-lg-200 {
    padding: 12.5rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-8 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-12 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-lg-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-24 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-25 {
    padding-right: 1.56rem !important;
    padding-left: 1.56rem !important;
  }
  .px-lg-28 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-lg-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-lg-36 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-lg-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-45 {
    padding-right: 2.813rem !important;
    padding-left: 2.813rem !important;
  }
  .px-lg-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-lg-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-lg-65 {
    padding-right: 4.063rem !important;
    padding-left: 4.063rem !important;
  }
  .px-lg-75 {
    padding-right: 4.68rem !important;
    padding-left: 4.68rem !important;
  }
  .px-lg-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-lg-112 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-lg-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-lg-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .px-lg-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-lg-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-25 {
    padding-top: 1.56rem !important;
    padding-bottom: 1.56rem !important;
  }
  .py-lg-28 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-lg-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-lg-36 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-lg-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-45 {
    padding-top: 2.813rem !important;
    padding-bottom: 2.813rem !important;
  }
  .py-lg-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-lg-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-lg-65 {
    padding-top: 4.063rem !important;
    padding-bottom: 4.063rem !important;
  }
  .py-lg-75 {
    padding-top: 4.68rem !important;
    padding-bottom: 4.68rem !important;
  }
  .py-lg-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-lg-112 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-lg-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .py-lg-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pt-lg-8 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-12 {
    padding-top: 0.75rem !important;
  }
  .pt-lg-20 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-24 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-25 {
    padding-top: 1.56rem !important;
  }
  .pt-lg-28 {
    padding-top: 1.75rem !important;
  }
  .pt-lg-30 {
    padding-top: 1.875rem !important;
  }
  .pt-lg-36 {
    padding-top: 2.25rem !important;
  }
  .pt-lg-40 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-45 {
    padding-top: 2.813rem !important;
  }
  .pt-lg-50 {
    padding-top: 3.125rem !important;
  }
  .pt-lg-60 {
    padding-top: 3.75rem !important;
  }
  .pt-lg-65 {
    padding-top: 4.063rem !important;
  }
  .pt-lg-75 {
    padding-top: 4.68rem !important;
  }
  .pt-lg-80 {
    padding-top: 5rem !important;
  }
  .pt-lg-100 {
    padding-top: 6.25rem !important;
  }
  .pt-lg-112 {
    padding-top: 7rem !important;
  }
  .pt-lg-150 {
    padding-top: 9.375rem !important;
  }
  .pt-lg-160 {
    padding-top: 10rem !important;
  }
  .pt-lg-180 {
    padding-top: 11.25rem !important;
  }
  .pt-lg-200 {
    padding-top: 12.5rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pe-lg-8 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-12 {
    padding-right: 0.75rem !important;
  }
  .pe-lg-20 {
    padding-right: 1.25rem !important;
  }
  .pe-lg-24 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-25 {
    padding-right: 1.56rem !important;
  }
  .pe-lg-28 {
    padding-right: 1.75rem !important;
  }
  .pe-lg-30 {
    padding-right: 1.875rem !important;
  }
  .pe-lg-36 {
    padding-right: 2.25rem !important;
  }
  .pe-lg-40 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-45 {
    padding-right: 2.813rem !important;
  }
  .pe-lg-50 {
    padding-right: 3.125rem !important;
  }
  .pe-lg-60 {
    padding-right: 3.75rem !important;
  }
  .pe-lg-65 {
    padding-right: 4.063rem !important;
  }
  .pe-lg-75 {
    padding-right: 4.68rem !important;
  }
  .pe-lg-80 {
    padding-right: 5rem !important;
  }
  .pe-lg-100 {
    padding-right: 6.25rem !important;
  }
  .pe-lg-112 {
    padding-right: 7rem !important;
  }
  .pe-lg-150 {
    padding-right: 9.375rem !important;
  }
  .pe-lg-160 {
    padding-right: 10rem !important;
  }
  .pe-lg-180 {
    padding-right: 11.25rem !important;
  }
  .pe-lg-200 {
    padding-right: 12.5rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 0.75rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-24 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-25 {
    padding-bottom: 1.56rem !important;
  }
  .pb-lg-28 {
    padding-bottom: 1.75rem !important;
  }
  .pb-lg-30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-lg-36 {
    padding-bottom: 2.25rem !important;
  }
  .pb-lg-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-45 {
    padding-bottom: 2.813rem !important;
  }
  .pb-lg-50 {
    padding-bottom: 3.125rem !important;
  }
  .pb-lg-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-lg-65 {
    padding-bottom: 4.063rem !important;
  }
  .pb-lg-75 {
    padding-bottom: 4.68rem !important;
  }
  .pb-lg-80 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-lg-112 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-lg-160 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-180 {
    padding-bottom: 11.25rem !important;
  }
  .pb-lg-200 {
    padding-bottom: 12.5rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .ps-lg-8 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-12 {
    padding-left: 0.75rem !important;
  }
  .ps-lg-20 {
    padding-left: 1.25rem !important;
  }
  .ps-lg-24 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-25 {
    padding-left: 1.56rem !important;
  }
  .ps-lg-28 {
    padding-left: 1.75rem !important;
  }
  .ps-lg-30 {
    padding-left: 1.875rem !important;
  }
  .ps-lg-36 {
    padding-left: 2.25rem !important;
  }
  .ps-lg-40 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-45 {
    padding-left: 2.813rem !important;
  }
  .ps-lg-50 {
    padding-left: 3.125rem !important;
  }
  .ps-lg-60 {
    padding-left: 3.75rem !important;
  }
  .ps-lg-65 {
    padding-left: 4.063rem !important;
  }
  .ps-lg-75 {
    padding-left: 4.68rem !important;
  }
  .ps-lg-80 {
    padding-left: 5rem !important;
  }
  .ps-lg-100 {
    padding-left: 6.25rem !important;
  }
  .ps-lg-112 {
    padding-left: 7rem !important;
  }
  .ps-lg-150 {
    padding-left: 9.375rem !important;
  }
  .ps-lg-160 {
    padding-left: 10rem !important;
  }
  .ps-lg-180 {
    padding-left: 11.25rem !important;
  }
  .ps-lg-200 {
    padding-left: 12.5rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .gap-xl-8 {
    gap: 0.5rem !important;
  }
  .gap-xl-12 {
    gap: 0.75rem !important;
  }
  .gap-xl-20 {
    gap: 1.25rem !important;
  }
  .gap-xl-24 {
    gap: 1.5rem !important;
  }
  .gap-xl-25 {
    gap: 1.56rem !important;
  }
  .gap-xl-28 {
    gap: 1.75rem !important;
  }
  .gap-xl-30 {
    gap: 1.875rem !important;
  }
  .gap-xl-36 {
    gap: 2.25rem !important;
  }
  .gap-xl-40 {
    gap: 2.5rem !important;
  }
  .gap-xl-45 {
    gap: 2.813rem !important;
  }
  .gap-xl-50 {
    gap: 3.125rem !important;
  }
  .gap-xl-60 {
    gap: 3.75rem !important;
  }
  .gap-xl-65 {
    gap: 4.063rem !important;
  }
  .gap-xl-75 {
    gap: 4.68rem !important;
  }
  .gap-xl-80 {
    gap: 5rem !important;
  }
  .gap-xl-100 {
    gap: 6.25rem !important;
  }
  .gap-xl-112 {
    gap: 7rem !important;
  }
  .gap-xl-150 {
    gap: 9.375rem !important;
  }
  .gap-xl-160 {
    gap: 10rem !important;
  }
  .gap-xl-180 {
    gap: 11.25rem !important;
  }
  .gap-xl-200 {
    gap: 12.5rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-8 {
    margin: 0.5rem !important;
  }
  .m-xl-12 {
    margin: 0.75rem !important;
  }
  .m-xl-20 {
    margin: 1.25rem !important;
  }
  .m-xl-24 {
    margin: 1.5rem !important;
  }
  .m-xl-25 {
    margin: 1.56rem !important;
  }
  .m-xl-28 {
    margin: 1.75rem !important;
  }
  .m-xl-30 {
    margin: 1.875rem !important;
  }
  .m-xl-36 {
    margin: 2.25rem !important;
  }
  .m-xl-40 {
    margin: 2.5rem !important;
  }
  .m-xl-45 {
    margin: 2.813rem !important;
  }
  .m-xl-50 {
    margin: 3.125rem !important;
  }
  .m-xl-60 {
    margin: 3.75rem !important;
  }
  .m-xl-65 {
    margin: 4.063rem !important;
  }
  .m-xl-75 {
    margin: 4.68rem !important;
  }
  .m-xl-80 {
    margin: 5rem !important;
  }
  .m-xl-100 {
    margin: 6.25rem !important;
  }
  .m-xl-112 {
    margin: 7rem !important;
  }
  .m-xl-150 {
    margin: 9.375rem !important;
  }
  .m-xl-160 {
    margin: 10rem !important;
  }
  .m-xl-180 {
    margin: 11.25rem !important;
  }
  .m-xl-200 {
    margin: 12.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-8 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-12 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xl-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-24 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-25 {
    margin-right: 1.56rem !important;
    margin-left: 1.56rem !important;
  }
  .mx-xl-28 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-xl-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-xl-36 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-xl-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-45 {
    margin-right: 2.813rem !important;
    margin-left: 2.813rem !important;
  }
  .mx-xl-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-xl-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xl-65 {
    margin-right: 4.063rem !important;
    margin-left: 4.063rem !important;
  }
  .mx-xl-75 {
    margin-right: 4.68rem !important;
    margin-left: 4.68rem !important;
  }
  .mx-xl-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xl-112 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xl-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-xl-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .mx-xl-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-12 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xl-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-25 {
    margin-top: 1.56rem !important;
    margin-bottom: 1.56rem !important;
  }
  .my-xl-28 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xl-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-xl-36 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-xl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-45 {
    margin-top: 2.813rem !important;
    margin-bottom: 2.813rem !important;
  }
  .my-xl-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-xl-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xl-65 {
    margin-top: 4.063rem !important;
    margin-bottom: 4.063rem !important;
  }
  .my-xl-75 {
    margin-top: 4.68rem !important;
    margin-bottom: 4.68rem !important;
  }
  .my-xl-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xl-112 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xl-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-xl-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .my-xl-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-8 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-12 {
    margin-top: 0.75rem !important;
  }
  .mt-xl-20 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-24 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-25 {
    margin-top: 1.56rem !important;
  }
  .mt-xl-28 {
    margin-top: 1.75rem !important;
  }
  .mt-xl-30 {
    margin-top: 1.875rem !important;
  }
  .mt-xl-36 {
    margin-top: 2.25rem !important;
  }
  .mt-xl-40 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-45 {
    margin-top: 2.813rem !important;
  }
  .mt-xl-50 {
    margin-top: 3.125rem !important;
  }
  .mt-xl-60 {
    margin-top: 3.75rem !important;
  }
  .mt-xl-65 {
    margin-top: 4.063rem !important;
  }
  .mt-xl-75 {
    margin-top: 4.68rem !important;
  }
  .mt-xl-80 {
    margin-top: 5rem !important;
  }
  .mt-xl-100 {
    margin-top: 6.25rem !important;
  }
  .mt-xl-112 {
    margin-top: 7rem !important;
  }
  .mt-xl-150 {
    margin-top: 9.375rem !important;
  }
  .mt-xl-160 {
    margin-top: 10rem !important;
  }
  .mt-xl-180 {
    margin-top: 11.25rem !important;
  }
  .mt-xl-200 {
    margin-top: 12.5rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-8 {
    margin-right: 0.5rem !important;
  }
  .me-xl-12 {
    margin-right: 0.75rem !important;
  }
  .me-xl-20 {
    margin-right: 1.25rem !important;
  }
  .me-xl-24 {
    margin-right: 1.5rem !important;
  }
  .me-xl-25 {
    margin-right: 1.56rem !important;
  }
  .me-xl-28 {
    margin-right: 1.75rem !important;
  }
  .me-xl-30 {
    margin-right: 1.875rem !important;
  }
  .me-xl-36 {
    margin-right: 2.25rem !important;
  }
  .me-xl-40 {
    margin-right: 2.5rem !important;
  }
  .me-xl-45 {
    margin-right: 2.813rem !important;
  }
  .me-xl-50 {
    margin-right: 3.125rem !important;
  }
  .me-xl-60 {
    margin-right: 3.75rem !important;
  }
  .me-xl-65 {
    margin-right: 4.063rem !important;
  }
  .me-xl-75 {
    margin-right: 4.68rem !important;
  }
  .me-xl-80 {
    margin-right: 5rem !important;
  }
  .me-xl-100 {
    margin-right: 6.25rem !important;
  }
  .me-xl-112 {
    margin-right: 7rem !important;
  }
  .me-xl-150 {
    margin-right: 9.375rem !important;
  }
  .me-xl-160 {
    margin-right: 10rem !important;
  }
  .me-xl-180 {
    margin-right: 11.25rem !important;
  }
  .me-xl-200 {
    margin-right: 12.5rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-24 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-25 {
    margin-bottom: 1.56rem !important;
  }
  .mb-xl-28 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xl-30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xl-36 {
    margin-bottom: 2.25rem !important;
  }
  .mb-xl-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-45 {
    margin-bottom: 2.813rem !important;
  }
  .mb-xl-50 {
    margin-bottom: 3.125rem !important;
  }
  .mb-xl-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xl-65 {
    margin-bottom: 4.063rem !important;
  }
  .mb-xl-75 {
    margin-bottom: 4.68rem !important;
  }
  .mb-xl-80 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xl-112 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-xl-160 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-180 {
    margin-bottom: 11.25rem !important;
  }
  .mb-xl-200 {
    margin-bottom: 12.5rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-8 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-12 {
    margin-left: 0.75rem !important;
  }
  .ms-xl-20 {
    margin-left: 1.25rem !important;
  }
  .ms-xl-24 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-25 {
    margin-left: 1.56rem !important;
  }
  .ms-xl-28 {
    margin-left: 1.75rem !important;
  }
  .ms-xl-30 {
    margin-left: 1.875rem !important;
  }
  .ms-xl-36 {
    margin-left: 2.25rem !important;
  }
  .ms-xl-40 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-45 {
    margin-left: 2.813rem !important;
  }
  .ms-xl-50 {
    margin-left: 3.125rem !important;
  }
  .ms-xl-60 {
    margin-left: 3.75rem !important;
  }
  .ms-xl-65 {
    margin-left: 4.063rem !important;
  }
  .ms-xl-75 {
    margin-left: 4.68rem !important;
  }
  .ms-xl-80 {
    margin-left: 5rem !important;
  }
  .ms-xl-100 {
    margin-left: 6.25rem !important;
  }
  .ms-xl-112 {
    margin-left: 7rem !important;
  }
  .ms-xl-150 {
    margin-left: 9.375rem !important;
  }
  .ms-xl-160 {
    margin-left: 10rem !important;
  }
  .ms-xl-180 {
    margin-left: 11.25rem !important;
  }
  .ms-xl-200 {
    margin-left: 12.5rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .m-xl-n8 {
    margin: -0.5rem !important;
  }
  .m-xl-n12 {
    margin: -0.75rem !important;
  }
  .m-xl-n20 {
    margin: -1.25rem !important;
  }
  .m-xl-n24 {
    margin: -1.5rem !important;
  }
  .m-xl-n25 {
    margin: -1.56rem !important;
  }
  .m-xl-n28 {
    margin: -1.75rem !important;
  }
  .m-xl-n30 {
    margin: -1.875rem !important;
  }
  .m-xl-n36 {
    margin: -2.25rem !important;
  }
  .m-xl-n40 {
    margin: -2.5rem !important;
  }
  .m-xl-n45 {
    margin: -2.813rem !important;
  }
  .m-xl-n50 {
    margin: -3.125rem !important;
  }
  .m-xl-n60 {
    margin: -3.75rem !important;
  }
  .m-xl-n65 {
    margin: -4.063rem !important;
  }
  .m-xl-n75 {
    margin: -4.68rem !important;
  }
  .m-xl-n80 {
    margin: -5rem !important;
  }
  .m-xl-n100 {
    margin: -6.25rem !important;
  }
  .m-xl-n112 {
    margin: -7rem !important;
  }
  .m-xl-n150 {
    margin: -9.375rem !important;
  }
  .m-xl-n160 {
    margin: -10rem !important;
  }
  .m-xl-n180 {
    margin: -11.25rem !important;
  }
  .m-xl-n200 {
    margin: -12.5rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n8 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n12 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-xl-n20 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-xl-n24 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n25 {
    margin-right: -1.56rem !important;
    margin-left: -1.56rem !important;
  }
  .mx-xl-n28 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-xl-n30 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
  .mx-xl-n36 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-xl-n40 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xl-n45 {
    margin-right: -2.813rem !important;
    margin-left: -2.813rem !important;
  }
  .mx-xl-n50 {
    margin-right: -3.125rem !important;
    margin-left: -3.125rem !important;
  }
  .mx-xl-n60 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-xl-n65 {
    margin-right: -4.063rem !important;
    margin-left: -4.063rem !important;
  }
  .mx-xl-n75 {
    margin-right: -4.68rem !important;
    margin-left: -4.68rem !important;
  }
  .mx-xl-n80 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xl-n100 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-xl-n112 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-xl-n150 {
    margin-right: -9.375rem !important;
    margin-left: -9.375rem !important;
  }
  .mx-xl-n160 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xl-n180 {
    margin-right: -11.25rem !important;
    margin-left: -11.25rem !important;
  }
  .mx-xl-n200 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n8 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n12 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-xl-n20 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-xl-n24 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n25 {
    margin-top: -1.56rem !important;
    margin-bottom: -1.56rem !important;
  }
  .my-xl-n28 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-xl-n30 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }
  .my-xl-n36 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-xl-n40 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xl-n45 {
    margin-top: -2.813rem !important;
    margin-bottom: -2.813rem !important;
  }
  .my-xl-n50 {
    margin-top: -3.125rem !important;
    margin-bottom: -3.125rem !important;
  }
  .my-xl-n60 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-xl-n65 {
    margin-top: -4.063rem !important;
    margin-bottom: -4.063rem !important;
  }
  .my-xl-n75 {
    margin-top: -4.68rem !important;
    margin-bottom: -4.68rem !important;
  }
  .my-xl-n80 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xl-n100 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-xl-n112 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-xl-n150 {
    margin-top: -9.375rem !important;
    margin-bottom: -9.375rem !important;
  }
  .my-xl-n160 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xl-n180 {
    margin-top: -11.25rem !important;
    margin-bottom: -11.25rem !important;
  }
  .my-xl-n200 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xl-n8 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n12 {
    margin-top: -0.75rem !important;
  }
  .mt-xl-n20 {
    margin-top: -1.25rem !important;
  }
  .mt-xl-n24 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n25 {
    margin-top: -1.56rem !important;
  }
  .mt-xl-n28 {
    margin-top: -1.75rem !important;
  }
  .mt-xl-n30 {
    margin-top: -1.875rem !important;
  }
  .mt-xl-n36 {
    margin-top: -2.25rem !important;
  }
  .mt-xl-n40 {
    margin-top: -2.5rem !important;
  }
  .mt-xl-n45 {
    margin-top: -2.813rem !important;
  }
  .mt-xl-n50 {
    margin-top: -3.125rem !important;
  }
  .mt-xl-n60 {
    margin-top: -3.75rem !important;
  }
  .mt-xl-n65 {
    margin-top: -4.063rem !important;
  }
  .mt-xl-n75 {
    margin-top: -4.68rem !important;
  }
  .mt-xl-n80 {
    margin-top: -5rem !important;
  }
  .mt-xl-n100 {
    margin-top: -6.25rem !important;
  }
  .mt-xl-n112 {
    margin-top: -7rem !important;
  }
  .mt-xl-n150 {
    margin-top: -9.375rem !important;
  }
  .mt-xl-n160 {
    margin-top: -10rem !important;
  }
  .mt-xl-n180 {
    margin-top: -11.25rem !important;
  }
  .mt-xl-n200 {
    margin-top: -12.5rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .me-xl-n8 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n12 {
    margin-right: -0.75rem !important;
  }
  .me-xl-n20 {
    margin-right: -1.25rem !important;
  }
  .me-xl-n24 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n25 {
    margin-right: -1.56rem !important;
  }
  .me-xl-n28 {
    margin-right: -1.75rem !important;
  }
  .me-xl-n30 {
    margin-right: -1.875rem !important;
  }
  .me-xl-n36 {
    margin-right: -2.25rem !important;
  }
  .me-xl-n40 {
    margin-right: -2.5rem !important;
  }
  .me-xl-n45 {
    margin-right: -2.813rem !important;
  }
  .me-xl-n50 {
    margin-right: -3.125rem !important;
  }
  .me-xl-n60 {
    margin-right: -3.75rem !important;
  }
  .me-xl-n65 {
    margin-right: -4.063rem !important;
  }
  .me-xl-n75 {
    margin-right: -4.68rem !important;
  }
  .me-xl-n80 {
    margin-right: -5rem !important;
  }
  .me-xl-n100 {
    margin-right: -6.25rem !important;
  }
  .me-xl-n112 {
    margin-right: -7rem !important;
  }
  .me-xl-n150 {
    margin-right: -9.375rem !important;
  }
  .me-xl-n160 {
    margin-right: -10rem !important;
  }
  .me-xl-n180 {
    margin-right: -11.25rem !important;
  }
  .me-xl-n200 {
    margin-right: -12.5rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n8 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n12 {
    margin-bottom: -0.75rem !important;
  }
  .mb-xl-n20 {
    margin-bottom: -1.25rem !important;
  }
  .mb-xl-n24 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n25 {
    margin-bottom: -1.56rem !important;
  }
  .mb-xl-n28 {
    margin-bottom: -1.75rem !important;
  }
  .mb-xl-n30 {
    margin-bottom: -1.875rem !important;
  }
  .mb-xl-n36 {
    margin-bottom: -2.25rem !important;
  }
  .mb-xl-n40 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xl-n45 {
    margin-bottom: -2.813rem !important;
  }
  .mb-xl-n50 {
    margin-bottom: -3.125rem !important;
  }
  .mb-xl-n60 {
    margin-bottom: -3.75rem !important;
  }
  .mb-xl-n65 {
    margin-bottom: -4.063rem !important;
  }
  .mb-xl-n75 {
    margin-bottom: -4.68rem !important;
  }
  .mb-xl-n80 {
    margin-bottom: -5rem !important;
  }
  .mb-xl-n100 {
    margin-bottom: -6.25rem !important;
  }
  .mb-xl-n112 {
    margin-bottom: -7rem !important;
  }
  .mb-xl-n150 {
    margin-bottom: -9.375rem !important;
  }
  .mb-xl-n160 {
    margin-bottom: -10rem !important;
  }
  .mb-xl-n180 {
    margin-bottom: -11.25rem !important;
  }
  .mb-xl-n200 {
    margin-bottom: -12.5rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xl-n8 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n12 {
    margin-left: -0.75rem !important;
  }
  .ms-xl-n20 {
    margin-left: -1.25rem !important;
  }
  .ms-xl-n24 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n25 {
    margin-left: -1.56rem !important;
  }
  .ms-xl-n28 {
    margin-left: -1.75rem !important;
  }
  .ms-xl-n30 {
    margin-left: -1.875rem !important;
  }
  .ms-xl-n36 {
    margin-left: -2.25rem !important;
  }
  .ms-xl-n40 {
    margin-left: -2.5rem !important;
  }
  .ms-xl-n45 {
    margin-left: -2.813rem !important;
  }
  .ms-xl-n50 {
    margin-left: -3.125rem !important;
  }
  .ms-xl-n60 {
    margin-left: -3.75rem !important;
  }
  .ms-xl-n65 {
    margin-left: -4.063rem !important;
  }
  .ms-xl-n75 {
    margin-left: -4.68rem !important;
  }
  .ms-xl-n80 {
    margin-left: -5rem !important;
  }
  .ms-xl-n100 {
    margin-left: -6.25rem !important;
  }
  .ms-xl-n112 {
    margin-left: -7rem !important;
  }
  .ms-xl-n150 {
    margin-left: -9.375rem !important;
  }
  .ms-xl-n160 {
    margin-left: -10rem !important;
  }
  .ms-xl-n180 {
    margin-left: -11.25rem !important;
  }
  .ms-xl-n200 {
    margin-left: -12.5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .p-xl-8 {
    padding: 0.5rem !important;
  }
  .p-xl-12 {
    padding: 0.75rem !important;
  }
  .p-xl-20 {
    padding: 1.25rem !important;
  }
  .p-xl-24 {
    padding: 1.5rem !important;
  }
  .p-xl-25 {
    padding: 1.56rem !important;
  }
  .p-xl-28 {
    padding: 1.75rem !important;
  }
  .p-xl-30 {
    padding: 1.875rem !important;
  }
  .p-xl-36 {
    padding: 2.25rem !important;
  }
  .p-xl-40 {
    padding: 2.5rem !important;
  }
  .p-xl-45 {
    padding: 2.813rem !important;
  }
  .p-xl-50 {
    padding: 3.125rem !important;
  }
  .p-xl-60 {
    padding: 3.75rem !important;
  }
  .p-xl-65 {
    padding: 4.063rem !important;
  }
  .p-xl-75 {
    padding: 4.68rem !important;
  }
  .p-xl-80 {
    padding: 5rem !important;
  }
  .p-xl-100 {
    padding: 6.25rem !important;
  }
  .p-xl-112 {
    padding: 7rem !important;
  }
  .p-xl-150 {
    padding: 9.375rem !important;
  }
  .p-xl-160 {
    padding: 10rem !important;
  }
  .p-xl-180 {
    padding: 11.25rem !important;
  }
  .p-xl-200 {
    padding: 12.5rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-8 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-12 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xl-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-24 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-25 {
    padding-right: 1.56rem !important;
    padding-left: 1.56rem !important;
  }
  .px-xl-28 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-xl-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-xl-36 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-xl-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-45 {
    padding-right: 2.813rem !important;
    padding-left: 2.813rem !important;
  }
  .px-xl-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-xl-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xl-65 {
    padding-right: 4.063rem !important;
    padding-left: 4.063rem !important;
  }
  .px-xl-75 {
    padding-right: 4.68rem !important;
    padding-left: 4.68rem !important;
  }
  .px-xl-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-xl-112 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xl-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-xl-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .px-xl-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xl-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-25 {
    padding-top: 1.56rem !important;
    padding-bottom: 1.56rem !important;
  }
  .py-xl-28 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xl-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-xl-36 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-xl-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-45 {
    padding-top: 2.813rem !important;
    padding-bottom: 2.813rem !important;
  }
  .py-xl-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-xl-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xl-65 {
    padding-top: 4.063rem !important;
    padding-bottom: 4.063rem !important;
  }
  .py-xl-75 {
    padding-top: 4.68rem !important;
    padding-bottom: 4.68rem !important;
  }
  .py-xl-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-xl-112 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xl-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-xl-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .py-xl-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pt-xl-8 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-12 {
    padding-top: 0.75rem !important;
  }
  .pt-xl-20 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-24 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-25 {
    padding-top: 1.56rem !important;
  }
  .pt-xl-28 {
    padding-top: 1.75rem !important;
  }
  .pt-xl-30 {
    padding-top: 1.875rem !important;
  }
  .pt-xl-36 {
    padding-top: 2.25rem !important;
  }
  .pt-xl-40 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-45 {
    padding-top: 2.813rem !important;
  }
  .pt-xl-50 {
    padding-top: 3.125rem !important;
  }
  .pt-xl-60 {
    padding-top: 3.75rem !important;
  }
  .pt-xl-65 {
    padding-top: 4.063rem !important;
  }
  .pt-xl-75 {
    padding-top: 4.68rem !important;
  }
  .pt-xl-80 {
    padding-top: 5rem !important;
  }
  .pt-xl-100 {
    padding-top: 6.25rem !important;
  }
  .pt-xl-112 {
    padding-top: 7rem !important;
  }
  .pt-xl-150 {
    padding-top: 9.375rem !important;
  }
  .pt-xl-160 {
    padding-top: 10rem !important;
  }
  .pt-xl-180 {
    padding-top: 11.25rem !important;
  }
  .pt-xl-200 {
    padding-top: 12.5rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pe-xl-8 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-12 {
    padding-right: 0.75rem !important;
  }
  .pe-xl-20 {
    padding-right: 1.25rem !important;
  }
  .pe-xl-24 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-25 {
    padding-right: 1.56rem !important;
  }
  .pe-xl-28 {
    padding-right: 1.75rem !important;
  }
  .pe-xl-30 {
    padding-right: 1.875rem !important;
  }
  .pe-xl-36 {
    padding-right: 2.25rem !important;
  }
  .pe-xl-40 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-45 {
    padding-right: 2.813rem !important;
  }
  .pe-xl-50 {
    padding-right: 3.125rem !important;
  }
  .pe-xl-60 {
    padding-right: 3.75rem !important;
  }
  .pe-xl-65 {
    padding-right: 4.063rem !important;
  }
  .pe-xl-75 {
    padding-right: 4.68rem !important;
  }
  .pe-xl-80 {
    padding-right: 5rem !important;
  }
  .pe-xl-100 {
    padding-right: 6.25rem !important;
  }
  .pe-xl-112 {
    padding-right: 7rem !important;
  }
  .pe-xl-150 {
    padding-right: 9.375rem !important;
  }
  .pe-xl-160 {
    padding-right: 10rem !important;
  }
  .pe-xl-180 {
    padding-right: 11.25rem !important;
  }
  .pe-xl-200 {
    padding-right: 12.5rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-24 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-25 {
    padding-bottom: 1.56rem !important;
  }
  .pb-xl-28 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xl-30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-xl-36 {
    padding-bottom: 2.25rem !important;
  }
  .pb-xl-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-45 {
    padding-bottom: 2.813rem !important;
  }
  .pb-xl-50 {
    padding-bottom: 3.125rem !important;
  }
  .pb-xl-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xl-65 {
    padding-bottom: 4.063rem !important;
  }
  .pb-xl-75 {
    padding-bottom: 4.68rem !important;
  }
  .pb-xl-80 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-xl-112 {
    padding-bottom: 7rem !important;
  }
  .pb-xl-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-xl-160 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-180 {
    padding-bottom: 11.25rem !important;
  }
  .pb-xl-200 {
    padding-bottom: 12.5rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .ps-xl-8 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-12 {
    padding-left: 0.75rem !important;
  }
  .ps-xl-20 {
    padding-left: 1.25rem !important;
  }
  .ps-xl-24 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-25 {
    padding-left: 1.56rem !important;
  }
  .ps-xl-28 {
    padding-left: 1.75rem !important;
  }
  .ps-xl-30 {
    padding-left: 1.875rem !important;
  }
  .ps-xl-36 {
    padding-left: 2.25rem !important;
  }
  .ps-xl-40 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-45 {
    padding-left: 2.813rem !important;
  }
  .ps-xl-50 {
    padding-left: 3.125rem !important;
  }
  .ps-xl-60 {
    padding-left: 3.75rem !important;
  }
  .ps-xl-65 {
    padding-left: 4.063rem !important;
  }
  .ps-xl-75 {
    padding-left: 4.68rem !important;
  }
  .ps-xl-80 {
    padding-left: 5rem !important;
  }
  .ps-xl-100 {
    padding-left: 6.25rem !important;
  }
  .ps-xl-112 {
    padding-left: 7rem !important;
  }
  .ps-xl-150 {
    padding-left: 9.375rem !important;
  }
  .ps-xl-160 {
    padding-left: 10rem !important;
  }
  .ps-xl-180 {
    padding-left: 11.25rem !important;
  }
  .ps-xl-200 {
    padding-left: 12.5rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .gap-xxl-8 {
    gap: 0.5rem !important;
  }
  .gap-xxl-12 {
    gap: 0.75rem !important;
  }
  .gap-xxl-20 {
    gap: 1.25rem !important;
  }
  .gap-xxl-24 {
    gap: 1.5rem !important;
  }
  .gap-xxl-25 {
    gap: 1.56rem !important;
  }
  .gap-xxl-28 {
    gap: 1.75rem !important;
  }
  .gap-xxl-30 {
    gap: 1.875rem !important;
  }
  .gap-xxl-36 {
    gap: 2.25rem !important;
  }
  .gap-xxl-40 {
    gap: 2.5rem !important;
  }
  .gap-xxl-45 {
    gap: 2.813rem !important;
  }
  .gap-xxl-50 {
    gap: 3.125rem !important;
  }
  .gap-xxl-60 {
    gap: 3.75rem !important;
  }
  .gap-xxl-65 {
    gap: 4.063rem !important;
  }
  .gap-xxl-75 {
    gap: 4.68rem !important;
  }
  .gap-xxl-80 {
    gap: 5rem !important;
  }
  .gap-xxl-100 {
    gap: 6.25rem !important;
  }
  .gap-xxl-112 {
    gap: 7rem !important;
  }
  .gap-xxl-150 {
    gap: 9.375rem !important;
  }
  .gap-xxl-160 {
    gap: 10rem !important;
  }
  .gap-xxl-180 {
    gap: 11.25rem !important;
  }
  .gap-xxl-200 {
    gap: 12.5rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-8 {
    margin: 0.5rem !important;
  }
  .m-xxl-12 {
    margin: 0.75rem !important;
  }
  .m-xxl-20 {
    margin: 1.25rem !important;
  }
  .m-xxl-24 {
    margin: 1.5rem !important;
  }
  .m-xxl-25 {
    margin: 1.56rem !important;
  }
  .m-xxl-28 {
    margin: 1.75rem !important;
  }
  .m-xxl-30 {
    margin: 1.875rem !important;
  }
  .m-xxl-36 {
    margin: 2.25rem !important;
  }
  .m-xxl-40 {
    margin: 2.5rem !important;
  }
  .m-xxl-45 {
    margin: 2.813rem !important;
  }
  .m-xxl-50 {
    margin: 3.125rem !important;
  }
  .m-xxl-60 {
    margin: 3.75rem !important;
  }
  .m-xxl-65 {
    margin: 4.063rem !important;
  }
  .m-xxl-75 {
    margin: 4.68rem !important;
  }
  .m-xxl-80 {
    margin: 5rem !important;
  }
  .m-xxl-100 {
    margin: 6.25rem !important;
  }
  .m-xxl-112 {
    margin: 7rem !important;
  }
  .m-xxl-150 {
    margin: 9.375rem !important;
  }
  .m-xxl-160 {
    margin: 10rem !important;
  }
  .m-xxl-180 {
    margin: 11.25rem !important;
  }
  .m-xxl-200 {
    margin: 12.5rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-8 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-12 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xxl-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xxl-24 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-25 {
    margin-right: 1.56rem !important;
    margin-left: 1.56rem !important;
  }
  .mx-xxl-28 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-xxl-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-xxl-36 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-xxl-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-45 {
    margin-right: 2.813rem !important;
    margin-left: 2.813rem !important;
  }
  .mx-xxl-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-xxl-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xxl-65 {
    margin-right: 4.063rem !important;
    margin-left: 4.063rem !important;
  }
  .mx-xxl-75 {
    margin-right: 4.68rem !important;
    margin-left: 4.68rem !important;
  }
  .mx-xxl-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xxl-112 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xxl-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-xxl-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .mx-xxl-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-12 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xxl-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xxl-24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-25 {
    margin-top: 1.56rem !important;
    margin-bottom: 1.56rem !important;
  }
  .my-xxl-28 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xxl-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-xxl-36 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-xxl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-45 {
    margin-top: 2.813rem !important;
    margin-bottom: 2.813rem !important;
  }
  .my-xxl-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-xxl-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xxl-65 {
    margin-top: 4.063rem !important;
    margin-bottom: 4.063rem !important;
  }
  .my-xxl-75 {
    margin-top: 4.68rem !important;
    margin-bottom: 4.68rem !important;
  }
  .my-xxl-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xxl-112 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxl-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-xxl-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .my-xxl-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-8 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-12 {
    margin-top: 0.75rem !important;
  }
  .mt-xxl-20 {
    margin-top: 1.25rem !important;
  }
  .mt-xxl-24 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-25 {
    margin-top: 1.56rem !important;
  }
  .mt-xxl-28 {
    margin-top: 1.75rem !important;
  }
  .mt-xxl-30 {
    margin-top: 1.875rem !important;
  }
  .mt-xxl-36 {
    margin-top: 2.25rem !important;
  }
  .mt-xxl-40 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-45 {
    margin-top: 2.813rem !important;
  }
  .mt-xxl-50 {
    margin-top: 3.125rem !important;
  }
  .mt-xxl-60 {
    margin-top: 3.75rem !important;
  }
  .mt-xxl-65 {
    margin-top: 4.063rem !important;
  }
  .mt-xxl-75 {
    margin-top: 4.68rem !important;
  }
  .mt-xxl-80 {
    margin-top: 5rem !important;
  }
  .mt-xxl-100 {
    margin-top: 6.25rem !important;
  }
  .mt-xxl-112 {
    margin-top: 7rem !important;
  }
  .mt-xxl-150 {
    margin-top: 9.375rem !important;
  }
  .mt-xxl-160 {
    margin-top: 10rem !important;
  }
  .mt-xxl-180 {
    margin-top: 11.25rem !important;
  }
  .mt-xxl-200 {
    margin-top: 12.5rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-8 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-12 {
    margin-right: 0.75rem !important;
  }
  .me-xxl-20 {
    margin-right: 1.25rem !important;
  }
  .me-xxl-24 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-25 {
    margin-right: 1.56rem !important;
  }
  .me-xxl-28 {
    margin-right: 1.75rem !important;
  }
  .me-xxl-30 {
    margin-right: 1.875rem !important;
  }
  .me-xxl-36 {
    margin-right: 2.25rem !important;
  }
  .me-xxl-40 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-45 {
    margin-right: 2.813rem !important;
  }
  .me-xxl-50 {
    margin-right: 3.125rem !important;
  }
  .me-xxl-60 {
    margin-right: 3.75rem !important;
  }
  .me-xxl-65 {
    margin-right: 4.063rem !important;
  }
  .me-xxl-75 {
    margin-right: 4.68rem !important;
  }
  .me-xxl-80 {
    margin-right: 5rem !important;
  }
  .me-xxl-100 {
    margin-right: 6.25rem !important;
  }
  .me-xxl-112 {
    margin-right: 7rem !important;
  }
  .me-xxl-150 {
    margin-right: 9.375rem !important;
  }
  .me-xxl-160 {
    margin-right: 10rem !important;
  }
  .me-xxl-180 {
    margin-right: 11.25rem !important;
  }
  .me-xxl-200 {
    margin-right: 12.5rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xxl-24 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-25 {
    margin-bottom: 1.56rem !important;
  }
  .mb-xxl-28 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xxl-30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xxl-36 {
    margin-bottom: 2.25rem !important;
  }
  .mb-xxl-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-45 {
    margin-bottom: 2.813rem !important;
  }
  .mb-xxl-50 {
    margin-bottom: 3.125rem !important;
  }
  .mb-xxl-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xxl-65 {
    margin-bottom: 4.063rem !important;
  }
  .mb-xxl-75 {
    margin-bottom: 4.68rem !important;
  }
  .mb-xxl-80 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xxl-112 {
    margin-bottom: 7rem !important;
  }
  .mb-xxl-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-xxl-160 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-180 {
    margin-bottom: 11.25rem !important;
  }
  .mb-xxl-200 {
    margin-bottom: 12.5rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-8 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-12 {
    margin-left: 0.75rem !important;
  }
  .ms-xxl-20 {
    margin-left: 1.25rem !important;
  }
  .ms-xxl-24 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-25 {
    margin-left: 1.56rem !important;
  }
  .ms-xxl-28 {
    margin-left: 1.75rem !important;
  }
  .ms-xxl-30 {
    margin-left: 1.875rem !important;
  }
  .ms-xxl-36 {
    margin-left: 2.25rem !important;
  }
  .ms-xxl-40 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-45 {
    margin-left: 2.813rem !important;
  }
  .ms-xxl-50 {
    margin-left: 3.125rem !important;
  }
  .ms-xxl-60 {
    margin-left: 3.75rem !important;
  }
  .ms-xxl-65 {
    margin-left: 4.063rem !important;
  }
  .ms-xxl-75 {
    margin-left: 4.68rem !important;
  }
  .ms-xxl-80 {
    margin-left: 5rem !important;
  }
  .ms-xxl-100 {
    margin-left: 6.25rem !important;
  }
  .ms-xxl-112 {
    margin-left: 7rem !important;
  }
  .ms-xxl-150 {
    margin-left: 9.375rem !important;
  }
  .ms-xxl-160 {
    margin-left: 10rem !important;
  }
  .ms-xxl-180 {
    margin-left: 11.25rem !important;
  }
  .ms-xxl-200 {
    margin-left: 12.5rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .m-xxl-n8 {
    margin: -0.5rem !important;
  }
  .m-xxl-n12 {
    margin: -0.75rem !important;
  }
  .m-xxl-n20 {
    margin: -1.25rem !important;
  }
  .m-xxl-n24 {
    margin: -1.5rem !important;
  }
  .m-xxl-n25 {
    margin: -1.56rem !important;
  }
  .m-xxl-n28 {
    margin: -1.75rem !important;
  }
  .m-xxl-n30 {
    margin: -1.875rem !important;
  }
  .m-xxl-n36 {
    margin: -2.25rem !important;
  }
  .m-xxl-n40 {
    margin: -2.5rem !important;
  }
  .m-xxl-n45 {
    margin: -2.813rem !important;
  }
  .m-xxl-n50 {
    margin: -3.125rem !important;
  }
  .m-xxl-n60 {
    margin: -3.75rem !important;
  }
  .m-xxl-n65 {
    margin: -4.063rem !important;
  }
  .m-xxl-n75 {
    margin: -4.68rem !important;
  }
  .m-xxl-n80 {
    margin: -5rem !important;
  }
  .m-xxl-n100 {
    margin: -6.25rem !important;
  }
  .m-xxl-n112 {
    margin: -7rem !important;
  }
  .m-xxl-n150 {
    margin: -9.375rem !important;
  }
  .m-xxl-n160 {
    margin: -10rem !important;
  }
  .m-xxl-n180 {
    margin: -11.25rem !important;
  }
  .m-xxl-n200 {
    margin: -12.5rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxl-n8 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n12 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-xxl-n20 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-xxl-n24 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n25 {
    margin-right: -1.56rem !important;
    margin-left: -1.56rem !important;
  }
  .mx-xxl-n28 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-xxl-n30 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
  .mx-xxl-n36 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-xxl-n40 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xxl-n45 {
    margin-right: -2.813rem !important;
    margin-left: -2.813rem !important;
  }
  .mx-xxl-n50 {
    margin-right: -3.125rem !important;
    margin-left: -3.125rem !important;
  }
  .mx-xxl-n60 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-xxl-n65 {
    margin-right: -4.063rem !important;
    margin-left: -4.063rem !important;
  }
  .mx-xxl-n75 {
    margin-right: -4.68rem !important;
    margin-left: -4.68rem !important;
  }
  .mx-xxl-n80 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxl-n100 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-xxl-n112 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-xxl-n150 {
    margin-right: -9.375rem !important;
    margin-left: -9.375rem !important;
  }
  .mx-xxl-n160 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xxl-n180 {
    margin-right: -11.25rem !important;
    margin-left: -11.25rem !important;
  }
  .mx-xxl-n200 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl-n8 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n12 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-xxl-n20 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-xxl-n24 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n25 {
    margin-top: -1.56rem !important;
    margin-bottom: -1.56rem !important;
  }
  .my-xxl-n28 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-xxl-n30 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }
  .my-xxl-n36 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-xxl-n40 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xxl-n45 {
    margin-top: -2.813rem !important;
    margin-bottom: -2.813rem !important;
  }
  .my-xxl-n50 {
    margin-top: -3.125rem !important;
    margin-bottom: -3.125rem !important;
  }
  .my-xxl-n60 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-xxl-n65 {
    margin-top: -4.063rem !important;
    margin-bottom: -4.063rem !important;
  }
  .my-xxl-n75 {
    margin-top: -4.68rem !important;
    margin-bottom: -4.68rem !important;
  }
  .my-xxl-n80 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxl-n100 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-xxl-n112 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-xxl-n150 {
    margin-top: -9.375rem !important;
    margin-bottom: -9.375rem !important;
  }
  .my-xxl-n160 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xxl-n180 {
    margin-top: -11.25rem !important;
    margin-bottom: -11.25rem !important;
  }
  .my-xxl-n200 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xxl-n8 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n12 {
    margin-top: -0.75rem !important;
  }
  .mt-xxl-n20 {
    margin-top: -1.25rem !important;
  }
  .mt-xxl-n24 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n25 {
    margin-top: -1.56rem !important;
  }
  .mt-xxl-n28 {
    margin-top: -1.75rem !important;
  }
  .mt-xxl-n30 {
    margin-top: -1.875rem !important;
  }
  .mt-xxl-n36 {
    margin-top: -2.25rem !important;
  }
  .mt-xxl-n40 {
    margin-top: -2.5rem !important;
  }
  .mt-xxl-n45 {
    margin-top: -2.813rem !important;
  }
  .mt-xxl-n50 {
    margin-top: -3.125rem !important;
  }
  .mt-xxl-n60 {
    margin-top: -3.75rem !important;
  }
  .mt-xxl-n65 {
    margin-top: -4.063rem !important;
  }
  .mt-xxl-n75 {
    margin-top: -4.68rem !important;
  }
  .mt-xxl-n80 {
    margin-top: -5rem !important;
  }
  .mt-xxl-n100 {
    margin-top: -6.25rem !important;
  }
  .mt-xxl-n112 {
    margin-top: -7rem !important;
  }
  .mt-xxl-n150 {
    margin-top: -9.375rem !important;
  }
  .mt-xxl-n160 {
    margin-top: -10rem !important;
  }
  .mt-xxl-n180 {
    margin-top: -11.25rem !important;
  }
  .mt-xxl-n200 {
    margin-top: -12.5rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .me-xxl-n8 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n12 {
    margin-right: -0.75rem !important;
  }
  .me-xxl-n20 {
    margin-right: -1.25rem !important;
  }
  .me-xxl-n24 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n25 {
    margin-right: -1.56rem !important;
  }
  .me-xxl-n28 {
    margin-right: -1.75rem !important;
  }
  .me-xxl-n30 {
    margin-right: -1.875rem !important;
  }
  .me-xxl-n36 {
    margin-right: -2.25rem !important;
  }
  .me-xxl-n40 {
    margin-right: -2.5rem !important;
  }
  .me-xxl-n45 {
    margin-right: -2.813rem !important;
  }
  .me-xxl-n50 {
    margin-right: -3.125rem !important;
  }
  .me-xxl-n60 {
    margin-right: -3.75rem !important;
  }
  .me-xxl-n65 {
    margin-right: -4.063rem !important;
  }
  .me-xxl-n75 {
    margin-right: -4.68rem !important;
  }
  .me-xxl-n80 {
    margin-right: -5rem !important;
  }
  .me-xxl-n100 {
    margin-right: -6.25rem !important;
  }
  .me-xxl-n112 {
    margin-right: -7rem !important;
  }
  .me-xxl-n150 {
    margin-right: -9.375rem !important;
  }
  .me-xxl-n160 {
    margin-right: -10rem !important;
  }
  .me-xxl-n180 {
    margin-right: -11.25rem !important;
  }
  .me-xxl-n200 {
    margin-right: -12.5rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl-n8 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n12 {
    margin-bottom: -0.75rem !important;
  }
  .mb-xxl-n20 {
    margin-bottom: -1.25rem !important;
  }
  .mb-xxl-n24 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n25 {
    margin-bottom: -1.56rem !important;
  }
  .mb-xxl-n28 {
    margin-bottom: -1.75rem !important;
  }
  .mb-xxl-n30 {
    margin-bottom: -1.875rem !important;
  }
  .mb-xxl-n36 {
    margin-bottom: -2.25rem !important;
  }
  .mb-xxl-n40 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xxl-n45 {
    margin-bottom: -2.813rem !important;
  }
  .mb-xxl-n50 {
    margin-bottom: -3.125rem !important;
  }
  .mb-xxl-n60 {
    margin-bottom: -3.75rem !important;
  }
  .mb-xxl-n65 {
    margin-bottom: -4.063rem !important;
  }
  .mb-xxl-n75 {
    margin-bottom: -4.68rem !important;
  }
  .mb-xxl-n80 {
    margin-bottom: -5rem !important;
  }
  .mb-xxl-n100 {
    margin-bottom: -6.25rem !important;
  }
  .mb-xxl-n112 {
    margin-bottom: -7rem !important;
  }
  .mb-xxl-n150 {
    margin-bottom: -9.375rem !important;
  }
  .mb-xxl-n160 {
    margin-bottom: -10rem !important;
  }
  .mb-xxl-n180 {
    margin-bottom: -11.25rem !important;
  }
  .mb-xxl-n200 {
    margin-bottom: -12.5rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xxl-n8 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n12 {
    margin-left: -0.75rem !important;
  }
  .ms-xxl-n20 {
    margin-left: -1.25rem !important;
  }
  .ms-xxl-n24 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n25 {
    margin-left: -1.56rem !important;
  }
  .ms-xxl-n28 {
    margin-left: -1.75rem !important;
  }
  .ms-xxl-n30 {
    margin-left: -1.875rem !important;
  }
  .ms-xxl-n36 {
    margin-left: -2.25rem !important;
  }
  .ms-xxl-n40 {
    margin-left: -2.5rem !important;
  }
  .ms-xxl-n45 {
    margin-left: -2.813rem !important;
  }
  .ms-xxl-n50 {
    margin-left: -3.125rem !important;
  }
  .ms-xxl-n60 {
    margin-left: -3.75rem !important;
  }
  .ms-xxl-n65 {
    margin-left: -4.063rem !important;
  }
  .ms-xxl-n75 {
    margin-left: -4.68rem !important;
  }
  .ms-xxl-n80 {
    margin-left: -5rem !important;
  }
  .ms-xxl-n100 {
    margin-left: -6.25rem !important;
  }
  .ms-xxl-n112 {
    margin-left: -7rem !important;
  }
  .ms-xxl-n150 {
    margin-left: -9.375rem !important;
  }
  .ms-xxl-n160 {
    margin-left: -10rem !important;
  }
  .ms-xxl-n180 {
    margin-left: -11.25rem !important;
  }
  .ms-xxl-n200 {
    margin-left: -12.5rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .p-xxl-8 {
    padding: 0.5rem !important;
  }
  .p-xxl-12 {
    padding: 0.75rem !important;
  }
  .p-xxl-20 {
    padding: 1.25rem !important;
  }
  .p-xxl-24 {
    padding: 1.5rem !important;
  }
  .p-xxl-25 {
    padding: 1.56rem !important;
  }
  .p-xxl-28 {
    padding: 1.75rem !important;
  }
  .p-xxl-30 {
    padding: 1.875rem !important;
  }
  .p-xxl-36 {
    padding: 2.25rem !important;
  }
  .p-xxl-40 {
    padding: 2.5rem !important;
  }
  .p-xxl-45 {
    padding: 2.813rem !important;
  }
  .p-xxl-50 {
    padding: 3.125rem !important;
  }
  .p-xxl-60 {
    padding: 3.75rem !important;
  }
  .p-xxl-65 {
    padding: 4.063rem !important;
  }
  .p-xxl-75 {
    padding: 4.68rem !important;
  }
  .p-xxl-80 {
    padding: 5rem !important;
  }
  .p-xxl-100 {
    padding: 6.25rem !important;
  }
  .p-xxl-112 {
    padding: 7rem !important;
  }
  .p-xxl-150 {
    padding: 9.375rem !important;
  }
  .p-xxl-160 {
    padding: 10rem !important;
  }
  .p-xxl-180 {
    padding: 11.25rem !important;
  }
  .p-xxl-200 {
    padding: 12.5rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-8 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-12 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xxl-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xxl-24 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-25 {
    padding-right: 1.56rem !important;
    padding-left: 1.56rem !important;
  }
  .px-xxl-28 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-xxl-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-xxl-36 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-xxl-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-45 {
    padding-right: 2.813rem !important;
    padding-left: 2.813rem !important;
  }
  .px-xxl-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-xxl-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xxl-65 {
    padding-right: 4.063rem !important;
    padding-left: 4.063rem !important;
  }
  .px-xxl-75 {
    padding-right: 4.68rem !important;
    padding-left: 4.68rem !important;
  }
  .px-xxl-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-xxl-112 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xxl-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-xxl-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxl-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .px-xxl-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xxl-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xxl-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-25 {
    padding-top: 1.56rem !important;
    padding-bottom: 1.56rem !important;
  }
  .py-xxl-28 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xxl-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-xxl-36 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-xxl-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-45 {
    padding-top: 2.813rem !important;
    padding-bottom: 2.813rem !important;
  }
  .py-xxl-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-xxl-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xxl-65 {
    padding-top: 4.063rem !important;
    padding-bottom: 4.063rem !important;
  }
  .py-xxl-75 {
    padding-top: 4.68rem !important;
    padding-bottom: 4.68rem !important;
  }
  .py-xxl-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-xxl-112 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxl-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-xxl-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxl-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .py-xxl-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pt-xxl-8 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-12 {
    padding-top: 0.75rem !important;
  }
  .pt-xxl-20 {
    padding-top: 1.25rem !important;
  }
  .pt-xxl-24 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-25 {
    padding-top: 1.56rem !important;
  }
  .pt-xxl-28 {
    padding-top: 1.75rem !important;
  }
  .pt-xxl-30 {
    padding-top: 1.875rem !important;
  }
  .pt-xxl-36 {
    padding-top: 2.25rem !important;
  }
  .pt-xxl-40 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-45 {
    padding-top: 2.813rem !important;
  }
  .pt-xxl-50 {
    padding-top: 3.125rem !important;
  }
  .pt-xxl-60 {
    padding-top: 3.75rem !important;
  }
  .pt-xxl-65 {
    padding-top: 4.063rem !important;
  }
  .pt-xxl-75 {
    padding-top: 4.68rem !important;
  }
  .pt-xxl-80 {
    padding-top: 5rem !important;
  }
  .pt-xxl-100 {
    padding-top: 6.25rem !important;
  }
  .pt-xxl-112 {
    padding-top: 7rem !important;
  }
  .pt-xxl-150 {
    padding-top: 9.375rem !important;
  }
  .pt-xxl-160 {
    padding-top: 10rem !important;
  }
  .pt-xxl-180 {
    padding-top: 11.25rem !important;
  }
  .pt-xxl-200 {
    padding-top: 12.5rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pe-xxl-8 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-12 {
    padding-right: 0.75rem !important;
  }
  .pe-xxl-20 {
    padding-right: 1.25rem !important;
  }
  .pe-xxl-24 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-25 {
    padding-right: 1.56rem !important;
  }
  .pe-xxl-28 {
    padding-right: 1.75rem !important;
  }
  .pe-xxl-30 {
    padding-right: 1.875rem !important;
  }
  .pe-xxl-36 {
    padding-right: 2.25rem !important;
  }
  .pe-xxl-40 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-45 {
    padding-right: 2.813rem !important;
  }
  .pe-xxl-50 {
    padding-right: 3.125rem !important;
  }
  .pe-xxl-60 {
    padding-right: 3.75rem !important;
  }
  .pe-xxl-65 {
    padding-right: 4.063rem !important;
  }
  .pe-xxl-75 {
    padding-right: 4.68rem !important;
  }
  .pe-xxl-80 {
    padding-right: 5rem !important;
  }
  .pe-xxl-100 {
    padding-right: 6.25rem !important;
  }
  .pe-xxl-112 {
    padding-right: 7rem !important;
  }
  .pe-xxl-150 {
    padding-right: 9.375rem !important;
  }
  .pe-xxl-160 {
    padding-right: 10rem !important;
  }
  .pe-xxl-180 {
    padding-right: 11.25rem !important;
  }
  .pe-xxl-200 {
    padding-right: 12.5rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xxl-20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xxl-24 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-25 {
    padding-bottom: 1.56rem !important;
  }
  .pb-xxl-28 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xxl-30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-xxl-36 {
    padding-bottom: 2.25rem !important;
  }
  .pb-xxl-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-45 {
    padding-bottom: 2.813rem !important;
  }
  .pb-xxl-50 {
    padding-bottom: 3.125rem !important;
  }
  .pb-xxl-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xxl-65 {
    padding-bottom: 4.063rem !important;
  }
  .pb-xxl-75 {
    padding-bottom: 4.68rem !important;
  }
  .pb-xxl-80 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-xxl-112 {
    padding-bottom: 7rem !important;
  }
  .pb-xxl-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-xxl-160 {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-180 {
    padding-bottom: 11.25rem !important;
  }
  .pb-xxl-200 {
    padding-bottom: 12.5rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .ps-xxl-8 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-12 {
    padding-left: 0.75rem !important;
  }
  .ps-xxl-20 {
    padding-left: 1.25rem !important;
  }
  .ps-xxl-24 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-25 {
    padding-left: 1.56rem !important;
  }
  .ps-xxl-28 {
    padding-left: 1.75rem !important;
  }
  .ps-xxl-30 {
    padding-left: 1.875rem !important;
  }
  .ps-xxl-36 {
    padding-left: 2.25rem !important;
  }
  .ps-xxl-40 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-45 {
    padding-left: 2.813rem !important;
  }
  .ps-xxl-50 {
    padding-left: 3.125rem !important;
  }
  .ps-xxl-60 {
    padding-left: 3.75rem !important;
  }
  .ps-xxl-65 {
    padding-left: 4.063rem !important;
  }
  .ps-xxl-75 {
    padding-left: 4.68rem !important;
  }
  .ps-xxl-80 {
    padding-left: 5rem !important;
  }
  .ps-xxl-100 {
    padding-left: 6.25rem !important;
  }
  .ps-xxl-112 {
    padding-left: 7rem !important;
  }
  .ps-xxl-150 {
    padding-left: 9.375rem !important;
  }
  .ps-xxl-160 {
    padding-left: 10rem !important;
  }
  .ps-xxl-180 {
    padding-left: 11.25rem !important;
  }
  .ps-xxl-200 {
    padding-left: 12.5rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 4rem !important;
  }
  .fs-2 {
    font-size: 3rem !important;
  }
  .fs-3 {
    font-size: 2.75rem !important;
  }
  .fs-4 {
    font-size: 1.75rem !important;
  }
  .fs-5 {
    font-size: 1.5rem !important;
  }
  .fs-6 {
    font-size: 1.375rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/styles.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/_ecommerce.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/mixins/_image.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/mixins/_buttons.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/_variables.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/mixins/_lists.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/_utilities.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/forms/_labels.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/vendor/_rfs.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/forms/_form-text.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/forms/_form-control.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/mixins/_border-radius.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/mixins/_transition.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/mixins/_gradients.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/forms/_form-select.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/forms/_form-check.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/forms/_form-range.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/forms/_floating-labels.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/forms/_input-group.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/mixins/_forms.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/ecommerce/_cart.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/ecommerce/_checkout.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/ecommerce/_compare.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/ecommerce/_login-register.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/ecommerce/_my-account.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/ecommerce/_shop.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/ecommerce/_wishlist.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/ecommerce/_products.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/ecommerce/_single-product.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/ecommerce/_modal.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/ecommerce/_common.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/ecommerce/_sidebar.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_root.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_reboot.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_type.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/mixins/_breakpoints.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_images.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_containers.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/mixins/_container.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_docs.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_grid.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/mixins/_grid.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_hero.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/mixins/_overlays.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_tables.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/mixins/_table-variants.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_buttons.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_transitions.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_dropdown.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/mixins/_caret.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_button-group.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_nav.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_nav-mega.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_navbar.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_card.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_accordion.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_breadcrumb.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_pagination.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/mixins/_pagination.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_badge.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_googlemaps.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_alert.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/mixins/_alert.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_panels.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_progress.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_list-group.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/mixins/_list-group.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_close.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_toasts.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_modal.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/mixins/_backdrop.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_tooltip.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/mixins/_reset-text.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_popover.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_carousel.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/mixins/_clearfix.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_spinners.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_offcanvas.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_placeholders.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_styleguide.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_search.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_sliders.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_sidebars.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/components/_footer.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/vendor/_animation.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/vendor/_swiper.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/vendor/_fullcalendar.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/vendor/_daterangepicker.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/vendor/_datepicker.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/vendor/_bootstrap-datepicker.min.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/vendor/_bootstrap-timepicker.min.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/pages/_page-templates.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/pages/_home.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/pages/_layouts.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/pages/_careers.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/pages/_services.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/pages/_testimonials.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/pages/_staff.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/pages/_blog.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/pages/_locations.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/pages/_events.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/helpers/_colored-links.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/helpers/_ratio.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/helpers/_position.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/helpers/_stacks.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/helpers/_visually-hidden.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/mixins/_visually-hidden.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/helpers/_stretched-link.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/helpers/_text-truncation.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/mixins/_text-truncate.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/helpers/_vr.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/mixins/_utilities.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css/utilities/_api.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACeQ;AACA;AACA;AACA;ADTP;EACG;EACA;EAEA;EACA;;AAGJ;EACI;EACA;EAEA;EACA;;AAGJ;EACI;EACA;EAEA;EACA;;AAGJ;EACI;EACA;EAEA;EACA;;AEnBF;EACE;EACA;EACA;;;AC4GJ;EACE;EACA;;AACA;EACE;;;AAKJ;EACE;EACA;;AACI;EACE;EACA;EACA;EACA;EACA,OC7GE;ED8GF;EACA;EACA;;AAEN;EACE;;;AAIJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA,OCjIE;EDkIF;EACA;EACA;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA,OCtJE;EDuJF;EACA;EACA;;AAGJ;EACI;;;AAKR;EACE;EACA;;AACI;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACE;;;AEjNR;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACI;;;ACumBJ;EACE;;;AAEF;EACI;;;ACznBJ;EACE,eH41BsC;;;AGn1BxC;EACE;EACA;EACA;ECoRI,WALI;ED3QR,aHkmB4B;;;AG9lB9B;EACE;EACA;EC0QI,WALI;;;ADjQV;EACE;EACA;ECoQI,WALI;;;AC5RV;EACE,YLo1BsC;EIpjBlC,WALI;ECvRR,OLKS;;;AMVX;EACE;EACA;EACA;EF8RI,WALI;EEtRR,aNsmB4B;EMrmB5B,aN4mB4B;EM3mB5B,ON0BQ;EMzBR,kBNLS;EMMT;EACA;EACA;ECGE;ECHE,YFMJ;;AEFI;EFhBN;IEiBQ;;;AFGN;EACE;;AAEA;EACE;;AAKJ;EACE,ONIM;EMHN,kBN3BO;EM4BP,cNk2BoC;EMj2BpC;EAKE,YN2uB0B;;AMpuB9B;EAEE;;AAIF;EACE,ON1CO;EM4CP;;AAQF;EAEE,kBN1DO;EM6DP;;AAIF;EACE;EACA;EACA,mBN8rB0B;EM7rB1B,ONzCM;ESlCR,kBTMS;EMuEP;EACA;EACA;EACA;EACA,yBNid0B;EMhd1B;EEtEE,YFuEF;;AEnEE;EFuDJ;IEtDM;;;AFqEN;EACE,kBNm8B8B;;AMh8BhC;EACE;EACA;EACA,mBN2qB0B;EM1qB1B,ON5DM;ESlCR,kBTMS;EM0FP;EACA;EACA;EACA;EACA,yBN8b0B;EM7b1B;EEzFE,YF0FF;;AEtFE;EF0EJ;IEzEM;;;AFwFN;EACE,kBNg7B8B;;;AMv6BlC;EACE;EACA;EACA;EACA;EACA,aN2f4B;EM1f5B,ONvFQ;EMwFR;EACA;EACA;;AAEA;EAEE;EACA;;;AAWJ;EACE,YNowBsC;EMnwBtC;EFmJI,WALI;EG7QN;;ADmIF;EACE;EACA;EACA,mBN+nB0B;;AM5nB5B;EACE;EACA;EACA,mBNynB0B;;;AMrnB9B;EACE,YNkvBsC;EMjvBtC;EFgII,WALI;EG7QN;;ADsJF;EACE;EACA;EACA,mBNgnB0B;;AM7mB5B;EACE;EACA;EACA,mBN0mB0B;;;AMlmB5B;EACE,YNytBoC;;AMttBtC;EACE,YNstBoC;;AMntBtC;EACE,YNmtBoC;;;AM9sBxC;EACE,ONitBsC;EMhtBtC;EACA,SNgkB4B;;AM9jB5B;EACE;;AAGF;EACE;EC/LA;;ADmMF;EACE;ECpMA;;;AGbJ;EACI;;AAEA;EACI;;AAGJ;EACI;;;AAGR;EACE;EACA;EACA;EAEA;EN+QI,WALI;EMvQR;EACA,aV6lB4B;EU5lB5B,OVWQ;EUVR,kBVpBS;EUqBT;EACA;EACA,qBVw8BkC;EUv8BlC,iBVw8BkC;EUv8BlC;EHdE;ECHE,YEoBJ;EACA;;AFjBI;EEHN;IFIQ;;;AEkBN;EACE,cV81BoC;EU71BpC;EAME,YVw8B4B;;AUp8BhC;EAEE,eVutB0B;EUttB1B;;AAGF;EAEE,kBVjDO;;AUsDT;EACE;EACA;;;AAIJ;EACE,aVgtB4B;EU/sB5B,gBV+sB4B;EU9sB5B,cV+sB4B;EInfxB,WALI;EG7QN;;;AG2DJ;EACE,aV4sB4B;EU3sB5B,gBV2sB4B;EU1sB5B,cV2sB4B;EIvfxB,WALI;EG7QN;;;AGoEA;EACI;;AAEJ;EACI;;AAGJ;EACI;;;AAIR;EACI;IACI;IACA;;EAEA;IACI;;;ACrGZ;EACI;EACA,YXy5BsC;EWx5BtC;EACA,eXy5BsC;;AWv5BtC;EACI;EACA;EACA;;AAGJ;EACI;;;AAIR;EACE,OXw4BwC;EWv4BxC,QXu4BwC;EWt4BxC;EACA;EACA,kBXlBS;EWmBT;EACA;EACA;EACA,QX24BwC;EW14BxC;EACA;;AAGA;EJhBE;;AIoBF;EAEE,eXk4BsC;;AW/3BxC;EACE,QXy3BsC;;AWt3BxC;EACE,cXq1BoC;EWp1BpC;EACA,YXkuB4B;;AW/tB9B;EACE,kBXjBM;EWkBN,cXlBM;;AWoBN;EAII;;AAIJ;EAII;;AAKN;EACE,kBXtCM;EWuCN,cXvCM;EW4CJ;;AAIJ;EACE;EACA;EACA,SXi2BuC;;AW11BvC;EACE,SXy1BqC;;;AW30B3C;EACE,cXo1BgC;;AWl1BhC;EACE,OXg1B8B;EW/0B9B;EACA;EACA;EJnGA;ECHE,YGwGF;;AHpGE;EG8FJ;IH7FM;;;AGqGJ;EACE;;AAGF;EACE,qBX+0B4B;EW10B1B;;;AAMR;EACE;EACA,cXkzBgC;;;AW/yBlC;EACE;EACA;EACA;;AAIE;EACE;EACA;EACA,SXoqBwB;;;AYvzB9B;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAIA;EAA0B,YZkgCa;;AYjgCvC;EAA0B,YZigCa;;AY9/BzC;EACE;;AAGF;EACE,OZm/BuC;EYl/BvC,QZk/BuC;EYj/BvC;EHzBF,kBTkCQ;EYPN,QZk/BuC;EO9/BvC;ECHE,YIkBF;EACA;;AJfE;EIMJ;IJLM;;;AIgBJ;EHjCF,kBTkhCyC;;AY5+BzC;EACE,OZ49B8B;EY39B9B,QZ49B8B;EY39B9B;EACA,QZ29B8B;EY19B9B,kBZpCO;EYqCP;EL7BA;;AKkCF;EACE,OZw9BuC;EYv9BvC,QZu9BuC;ES1gCzC,kBTkCQ;EYmBN,QZw9BuC;EO9/BvC;ECHE,YI4CF;EACA;;AJzCE;EIiCJ;IJhCM;;;AI0CJ;EH3DF,kBTkhCyC;;AYl9BzC;EACE,OZk8B8B;EYj8B9B,QZk8B8B;EYj8B9B;EACA,QZi8B8B;EYh8B9B,kBZ9DO;EY+DP;ELvDA;;AK4DF;EACE;;AAEA;EACE,kBZtEK;;AYyEP;EACE,kBZ1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AEA;IACI;;;;AAKhB;AACA;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;;AAEJ;EACI;;AAEJ;EACI;;AACA;EACI;;AAEI;EACI,OhBhIV;EgBiIU;EACA;;AACA;EACI,OhBpId;EgBqIc;;AAEJ;EACI,OhBxId;EgByIc;;AAMpB;EACI;;;ACtLR;AAAA;AAAA;AAIC;EACC,kBjBIS;EiBHT;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAVD;IAWE;IACA;IACA;;;AAGK;EACI;EACA,YjBmjBkB;;AiBjjBlB;EACI,OjBaN;;AiBTT;EACC;EACA;EACM;;AAEP;EACC;EACA;EACA;EACA;;AAEC;EACC;;AAGC;EACC;EACA,OjBRI;EiBSc;EACA;;AAEjB;EACC,OjBbE;;AiBiBL;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACkB;;AACA;EACI;;AAKvB;EACC;EACA;EACA;EACA;EACA,OjBnEK;EiBoEL;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAED;EACC;EACA;EACA;EACA;;AAED;EACC;;AAIH;EACC;;AACA;EACC;;AACA;EACC,OjBlEI;;AiBsEP;EACC;;;AAKJ;EACC;EACA;;AAEC;EACC;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EATD;IAUE;;;AAED;EACC;;AAGF;EACC;;;AAMH;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARD;IASE;;;AAGF;EACC;;AAGE;EACC;EACA;EACA;EACA;;AAKJ;EACC;;AACA;AAAA;AAAA;EAGC,YjBrKQ;EiBsKR;EACA;EACA;EACA;EACA;EACA;;AACS;AAAA;AAAA;EACI;;AAGd;EACC;;AACA;EACC;;AAGF;EACC,OjBzJO;EiB0JP;EACA;EACS;;AAKV;EACC;EACA;EACA,OjBpKO;EiBqKP;;AAEC;EACC;EACA;EACA;EACA;EACA;;;AAML;EACC,OjBnLS;EiBoLT;EACA;;AACA;EACC,OjBvLQ;EiBwLF;;;AAGR;AAAA;EAEC;;;AAGA;EACC;;A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;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA,O1BhYG;E0BiYH;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AACA;EACI;;AAEJ;EACI;;;AC1ZZ;AAAA;AAAA;AAGA;AAEI;EACI;EACA;;AACA;EACI;;AAKJ;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AAGJ;EACI,Y3BhBV;E2BiBU,c3BjBV;E2BkBU,O3BhDT;;A2BuDS;EACI;;AACA;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGR;EACI;EACA;;AAEJ;EACI,O3B3Cd;E2B4Cc;EACA;EACA,Y3BqfM;E2BpfN;EACA;;AAEA;EACI,O3BnDlB;E2BoDkB,Y3B+eE;;A2BvetB;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;;AACA;EACI,O3B9Ed;;A2B+Ec;EACI,O3BhFlB;;A2BsFU;EACI;EACA;EACA;;;AAShB;EACI;EACA;EACA;EACA;EACA,O3BvGF;E2BwGE;EACA;;AAEA;EACI,O3B5GN;;A2BgHE;EACI;;;AAMZ;EACI;;AACA;EACI;EACA;EACA;EACA;EACA,O3B9HF;E2B+HE;EACA;EACA;;AACA;EACI,O3BjKL;E2BkKK,Y3BpIN;E2BqIM,c3BrIN;;;A2B0IV;EACI;EACA;;AACA;EACI;EACA;;AAGJ;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;;AAGI;EACI;EACA,O3B/JV;;A2BoKF;EACI;EACA;EAEA;EACA;EACA;EAEA,O3B5KF;;A2B6KE;EACI;;AAKA;EACI,O3BpLV;;A2BuLM;EACI;EACA;EACA;EACA,O3BvLV;E2BwLU;;;AAQhB;EACI;EACA;EACA,O3BvME;;A2B2MF;EAEI;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;EACA,O3BtNN;;A2BwNM;EACI,O3BzNV;E2B0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ACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;;;AAMR;EACE;;;AAOF;EACE;EACA;;;AAQF;EACE;;;AAQF;EACE;;;AClqBA;EACE;EACA;;;AAwBJ;EACE,a9BklB4B;E8BjlB5B;;;AAGF;E1BqQQ;E0BnQN,a9BioB4B;;AIhiB1B;E0BnGJ;I1B4QQ;;;;A0BrQN;E1B8PM;E0B5PJ,a9BsmB0B;;AI5gB1B;E0B5FF;I1BqQM;;;;A0BrQN;E1B8PM;E0B5PJ,a9BsmB0B;;AI5gB1B;E0B5FF;I1BqQM;;;;A0BrQN;E1B8PM;E0B5PJ,a9BsmB0B;;AI5gB1B;E0B5FF;I1BqQM;;;;A0BrQN;E1B8PM;E0B5PJ,a9BsmB0B;;AI5gB1B;E0B5FF;I1BqQM;;;;A0BrQN;E1B8PM;E0B5PJ,a9BsmB0B;;AI5gB1B;E0B5FF;I1BqQM;;;;A0BrQN;E1B8PM;E0B5PJ,a9BsmB0B;;AI5gB1B;E0B5FF;I1BqQM;;;;A0B/PR;EACE,O9BZQ;E8BaR;EACA;EACA;EACA;EACA;;;AAGF;EACE,uB9BrBQ;E8BsBR;EACA;;;AAIA;EACE;EACA;EACA;EACA;EACA,Y9BhCM;E8BiCN;;;AAIJ;EACE;;ACbE;EDYJ;IAGI;;;;AAIJ;EACE;;AACA;EACE;;;AAWJ;EACE,W9B0kB4B;;;A8B/jB9B;E7BxGE;EACA;;;A6B4GF;E7B7GE;EACA;;;A6B+GF;EACE;;AAEA;EACE,c9B+kB0B;;;A8BtkB9B;EACE;EACA;;;AAIF;E1B8JM,WALI;E0BvJR;;;AAIF;EACE,e9BoPO;EIzFD;;AAlKJ;E0BMJ;I1BmKQ;;;A0B/JN;EACE;;;AAIJ;EACE,O9BjHQ;E8BkHR;;;AAGF;EACE;EACA,e9BqOO;EI7FH,WALI;E0BjIR,O9BjJS;;A8BmJT;EACE;;;AAIJ;EACE;;;AEhKF;ElCIE;EAGA;;;AkCDF;EACE,ShCogDkC;EgCngDlC,kBhCPS;EgCQT;EzBGE;ETRF;EAGA;;;AkCUF;EACE;EACA;;;AAKF;EACE;EACA;EACA;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;;;AAUF;EAAO;EAAuB;;;AAC9B;EAAW;;;AACX;EAAiB;;;AAIjB;EACE;;;AAGF;EACE;;;AASF;EAEE;;;AAGF;EACE;EACA;;;AAGF;E5BmNM,WALI;E4B5MN,OhC9CM;EgC+CN;EACA;EACA;EACA;;;AClFF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ECHA;EACA;EACA;EACA;EACA;;;AHwDE;EE5CE;IACE,WjCkfe;;;A+BvcnB;EE5CE;IACE,WjCkfe;;;A+BvcnB;EE5CE;IACE,WjCkfe;;;A+BvcnB;EE5CE;IACE,WjCkfe;;;A+BvcnB;EE5CE;IACE,WjCkfe;;;AiC5dvB;EACE;EACA;;;AFmBE;EEhBJ;IAEI;;;;AE7CJ;EACI;EACA;EACA;EACA,OnC8BM;EmC7BN;EACA;EACA;;;AAGJ;AAAA;AAAA;EAGI,OnCqBM;EmCpBN;;;AAGJ;AAAA;AAAA;AAAA;AAAA;EAKI,OnCoBM;;;AmCjBV;AAAA;EAEI,OnCWM;;;AmCRV;AAAA;AAAA;EAGI,OnCKM;EmCJN;;;AAGJ;EACI;;;AAIJ;AAAA;AAAA;EAGI;EACA;;;AAGJ;AAAA;EAEI,OnCTM;;;AmCYV;AAAA;EAEI,OnCnBM;;;AmCsBV;AAAA;EAEI,OnClBM;;;AmCqBV;EACI,OnCrDO;EmCsDP;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI,OnC9EO;;;AmCkFX;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI,OnC7OM;;;AmCgPV;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AC9VF;ECAA;EACA;EACA;EACA;EAEA;EACA;EACA;;ADJE;ECaF;EACA;EACA;EACA;EACA;EACA;;;ADXA;EACE;EACA;EACA;EACA;;ACoHM;EACE;;AADF;EACE;;AADF;EACE;;AADF;EACE;;AADF;EACE;;AADF;EACE;;AADF;EACE;;AADF;EACE;;AADF;EACE;;AADF;EACE;;AADF;EACE;;AADF;EACE;;AAOF;EACE,mBAFS;;AACX;EACE,mBAFS;;AACX;EACE,mBAFS;;AACX;EACE,mBAFS;;AACX;EACE,mBAFS;;AACX;EACE,mBAFS;;AACX;EACE,mBAFS;;AACX;EACE,mBAFS;;AACX;EACE,mBAFS;;AACX;EACE,mBAFS;;AACX;EACE,mBAFS;;AN/EjB;EMwEM;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EAOF;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;;AN/EjB;EMwEM;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EAOF;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;;AN/EjB;EMwEM;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EAOF;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;;AN/EjB;EMwEM;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EAOF;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;;AN/EjB;EMwEM;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EAOF;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EA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;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;;ADxFV;EACI;;;AAEJ;EACI;IACI;;;AErCR;EACI;EACA;EACA;EACA;EACA;;AACA;EAAM;;AACN;EACI;EACA;;APqDJ;EOvDA;IAIQ;IACA;IACA;IACA;IACA;IACA;;;AAGR;EACI;;AACA;EACI,OtCfD;;A+BuDP;EOzCI;IAGQ,OtCPL;;;AsCWP;EACI;EACA;EACA;EACA;;AP8BJ;EQ9DF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGD;IACE;IACA;;;;ADgCD;EACI;EACA;EACA;;APcJ;EOjBA;IAKQ;;;AAGR;EACI;;;AAKR;AACA;EACI;EACA;EACA;;APDA;EOFJ;IAKQ;;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;;APZJ;EOUA;IAIQ;IACA;IACA;IACA;IACA;;;APlBR;EQ9DF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGD;IACE;IACA;;;;ARiDD;EO+BA;IAEQ;IACA;IACA;IACA;IACA;IACA;;;;AAMR;EACI,OtC1FG;;A+B6CP;EO4CA;IAGQ;IACA;IACA;IACA,OtCzGD;;;A+BuDP;EOsDI;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;;AAMR;EACI;;;AAGR;EACI;EACA;;AAEF;EACE;EACA;EACA;AAEA;EACA;EACA;EACA;;APpGA;EO4FF;IASqC,OtC5J5B;;;A+BoEP;EO+EF;IAWM;;;AAGN;EACE,OtClKO;;AsCoKT;EACE;EACA;;AAEF;EACE;;AAEF;EACE,YtC9IM;;A+ByBN;EOoHF;IAGM,YtC9KG;;;AsCiLT;EACE;EACA;;AP/GA;EO6GF;IAIM;;;AP9HJ;EO0HF;IAOM;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;APxIJ;EO0HF;IAiBM;;;AAIN;EACE;EACA;EACA;EACA;EACA;;APpJA;EO+IF;IAOM;;;;AAMR;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAkPA;AACA;EACI;IACE;;EAEF;IACE;;EAEF;IACE;;;APvZF;EO6ZA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AE/eR;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA,exCmXO;EwClXP,OxCsBQ;EwCrBR,gBxCssB4B;EwCrsB5B,cxCPS;;AwCcT;EACE;EACA;EACA,qBxC0gB0B;EwCzgB1B;;AAGF;EACE;;AAGF;EACE;;AAIF;EACE;;;AASJ;EACE;;;AAUA;EACE;;;AAeF;EACE;;AAGA;EACE;;;AAOJ;EACE;;AAGF;EACE;;;AASF;EACE;EACA;;;AAQJ;EACE;EACA;;;AAQA;EACE;EACA;;;AC5HF;EAME;EACA;EACA;EACA;EACA;EACA;EACA;EAEA,OAbQ;EAcR;;;AAfF;EAME;EACA;EACA;EACA;EACA;EACA;EACA;EAEA,OAbQ;EAcR;;;AAfF;EAME;EACA;EACA;EACA;EACA;EACA;EACA;EAEA,OAbQ;EAcR;;;AAfF;EAME;EACA;EACA;EACA;EACA;EACA;EACA;EAEA,OAbQ;EAcR;;;AAfF;EAME;EACA;EACA;EACA;EACA;EACA;EACA;EAEA,OAbQ;EAcR;;;AAfF;EAME;EACA;EACA;EACA;EACA;EACA;EACA;EAEA,OAbQ;EAcR;;;AAfF;EAME;EACA;EACA;EACA;EACA;EACA;EACA;EAEA,OAbQ;EAcR;;;AAfF;EAME;EACA;EACA;EACA;EACA;EACA;EACA;EAEA,OAbQ;EAcR;;;ADoIA;EACE;EACA;;;AT3EF;ESyEA;IACE;IACA;;;AT3EF;ESyEA;IACE;IACA;;;AT3EF;ESyEA;IACE;IACA;;;AT3EF;ESyEA;IACE;IACA;;;AT3EF;ESyEA;IACE;IACA;;;AAMN;EACE;EACA;;AACA;EACI;;ATrFF;ESiFJ;IAOI;;;AAGF;EACE;EACA;EACA;;AT9FA;ES2FF;IAMI;;;AAGJ;EACE;;AAEA;EACE;;AAIA;EACE,kBxCnJE;EwCoJF,OxClLG;EwCmLH;EACA;EACA;EACA;;AAGF;EACE,kBxC1LG;EwC2LH,OxC7JE;EwC8JF;EACA;EACA;EACA;EAC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X;EACI,OAL6C;EAM7C;EACA;;AAGJ;EAEI;;AAGJ;EAKI,OApBwI;EAqBxI,kBCRO;EDSP,cCTO;;ADWP;EAMQ;;AAKZ;EAEI,OCxBO;EDyBP;;;A2C7BN;E3CRE,OCYW;EDXX,cCWW;;ADTX;EACI,OAL6C;EAM7C;EACA;;AAGJ;EAEI;;AAGJ;EAKI,OApBwI;EAqBxI,kBCRO;EDSP,cCTO;;ADWP;EAMQ;;AAKZ;EAEI,OCxBO;EDyBP;;;A2C7BN;E3CRE,OCYW;EDXX,cCWW;;ADTX;EACI,OAL6C;EAM7C;EACA;;AAGJ;EAEI;;AAGJ;EAKI,OApBwI;EAqBxI,kBCRO;EDSP,cCTO;;ADWP;EAMQ;;AAKZ;EAEI,OCxBO;EDyBP;;;A2C7BN;E3CRE,OCYW;EDXX,cCWW;;ADTX;EACI,OAL6C;EAM7C;EACA;;AAGJ;EAEI;;AAGJ;EAKI,OApBwI;EAqBxI,kBCRO;EDSP,cCTO;;ADWP;EAMQ;;AAKZ;EAEI,OCxBO;EDyBP;;;A2C7BN;E3CRE,OCYW;EDXX,cCWW;;ADTX;EACI,OAL6C;EAM7C;EACA;;AAGJ;EAEI;;AAGJ;EAKI,OApBwI;EAqBxI,kBCRO;EDSP,cCTO;;ADWP;EAMQ;;AAKZ;EAEI,OCxBO;EDyBP;;;A2CzBR;EACI;EACA,kB1CtDM;E0CuDN,c1CvDM;;;A0CiEV;EACE,a1CwgB4B;E0CvgB5B,O1CnEQ;E0CoER,iB1CoXwC;;A0ClXxC;EACE,O1CmXsC;;A0C3WxC;EAEE,O1CzGO;;;A0CgHX;EAAgB,O1CxFN;;;A0CyFV;EAAsB,kB1C9EZ;E0C8EsC,O1CvHrC;E0CuHoD,c1C9ErD;E0C8E2E;;;AACrF;EAAuB,kB1C/Eb;E0C+EuC,O1CxHtC;E0CwHqD,c1C/EtD;;;A0CgFV;EAAsB,kB1ChFZ;E0CgFsC,O1CzHrC;E0CyHoD,c1ChFrD;E0CgF2E;;;AAMrF;E3CbE;EK2KI,WALI;EG7QN;;;AmCwHJ;E3CjBE;EK2KI,WALI;EG7QN;;;AmC6HJ;EACE;;;AAIE;EACI;EACA;;;AAIJ;EACI;EACA;;;AC7JR;EnCgBM,YmCfJ;;AnCmBI;EmCpBN;InCqBQ;;;AmClBN;EACE;;;AA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iBJ;EACA;;;A8CgCF;EACE;;AtBOA;EsBRF;IAII;;;;AAMN;EACE;;;AE1EF;EACE;EACA;EnD8RI,WALI;EmDvRR,avDwmB4B;EuDvmB5B;EACA,OvDHS;EuDIT;EACA;EACA;EACA;EACA;EhDGE;;AgDEF;EACE;;;AAKJ;EACE;EACA;;;AAKA;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;;AAKN;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;ACxDF;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;;;AAKJ;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;ACvBZ;EACI;EACA;EACA,ezDg9C4B;EyD/8C5B;ElDWA;;AkDRA;EACI;EACA;EACA;;AAGJ;EACI;EACA,OzDmBE;EyDlBF;;AAGJ;EACI,YzDcE;EyDbF;EACA;;;AAKR;EAEE;;;AAIF;EACE,azD2kB4B;;;AyDnkB9B;EACI,ezD+6C4B;;AyD76C5B;EACI;EACA;EACA;EACA;EACA;;AAIA;EACI;EACA;;AAEA;EACI;EACA;;;AAiBd;EC/EA,OD2Ec;EhDzEd,kBgDuEmB;ECvEnB,cDwEe;;ACtEf;EACE;;;AD0EF;EC/EA,OD6EgB;EhD3EhB,kBgDuEmB;ECvEnB,cDwEe;;ACtEf;EACE;;;AD0EF;EC/EA,OD2Ec;EhDzEd,kBgDuEmB;ECvEnB,cDwEe;;ACtEf;EACE;;;AD0EF;EC/EA,OD2Ec;EhDzEd,kBgDuEmB;ECvEnB,cDwEe;;ACtEf;EACE;;;AD0EF;EC/EA,OD6EgB;EhD3EhB,kBgDuEmB;ECvEnB,cDwEe;;ACtEf;EACE;;;AD0EF;EC/EA,OD6EgB;EhD3EhB,kBgDuEmB;ECvEnB,cDwEe;;ACtEf;EACE;;;AD0EF;EC/EA,OD2Ec;EhDzEd,kBgDuEmB;ECvEnB,cDwEe;;ACtEf;EACE;;;AD0EF;EC/EA,OD6EgB;EhD3EhB,kBgDuEmB;ECvEnB,cDwEe;;ACtEf;EACE;;;AD0EF;EC/EA,OD2Ec;EhDzEd,kBgDuEmB;ECvEnB,cDwEe;;ACtEf;E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CI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAMA;EACI;;AAGJ;EACI;EACA;EACA;;AAOJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;;AAOhB;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;A5B5mBR;E4B2lBA;IAqBQ;;;;AAMZ;EACI;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;AAEA;EACI;EACA,O3DxsBD;;A2D0sBC;EACI;;;AAShB;EACI;EACA;EACA;EACA;;;AAUF;EACE;EACA;EACA;EACA;EACA;EACA;;A5BpqBA;E4B8pBF;IAUM;IACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;A5BjrBJ;E4B4qBA;IAQQ;IACF;IACA;;;AAGF;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAcZ;EACI;EACA;EACA;;;AAIF;EACE;;AACA;EACI;;AAGJ;EACI;;AAGN;EACE;EACA;;A5BluBA;E4BguBF;IAKM;;;AAGN;EACE;EACA;;AAQJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;;AAEA;EACE;EACA;EACA;;A5BtwBJ;E4BmwBE;IAMI;;;AAGF;EACE;;AAGF;EACE;EACA;EACA;;A5BnxBN;E4BgxBI;IAMI;;;A5BtxBR;E4BgxBI;IAUI;;;;AASV;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAEA;EACE;EACA;EACA;;AAGF;EACE;;;AAIR;EACI;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;;AAMZ;EACI;EACA;;;AAGF;EACE;;;AAGF;EACE;;AAEA;EACE;;;AAGN;EACI;;;AAMA;EACI;;;AAIR;EACI;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAIA;EACI;EACA;;AACA;EACI;;;AAKZ;EACI;;;AAGJ;EACI;EACA;EACA;;AAGA;EACI;;AAGJ;EACI;;AAGJ;EACI;;A5B16BJ;E4Bk7BI;AAAA;IAEI;IACA;IAEA;;;A5B16BR;E4B84BJ;IAiCQ;IACA,qBACI;;;A5B97BR;E4B25BJ;IAwCQ;IACA,qBACI;;;;AAIR;EACI;EACA;;AAGJ;EACI;;;AC1gCN;EACE;IAAK,uB5Dg+C2B;;;A4D39CpC;EACE;EACA,Q5Dy9CkC;E4Dx9ClC;ExDwRI,WALI;EwDjRR,kB5DLS;EOSP;;;AqDCJ;EACE;EACA;EACA;EACA;EACA,O5DjBS;E4DkBT;EACA;EACA,kB5DUQ;EQtBJ,YoDaJ;;ApDTI;EoDAN;IpDCQ;;;;AoDWR;EnDYE;EmDVA;;;AAIA;EACE;;AAGE;EAJJ;IAKM;;;;ACvCR;EACE;EACA;EAGA;EACA;EtDSE;;;AsDLJ;EACE;EACA;;AAEA;EAEE;EACA;;;AAUJ;EACE;EACA,O7DlBS;E6DmBT;;AAGA;EAEE;EACA,O7DzBO;E6D0BP;EACA,kB7DjCO;;A6DoCT;EACE,O7DRM;E6DSN,kB7DrCO;;;A6D8CX;EACE;EACA;EACA;EACA,O7D3CS;E6D4CT;EACA,kB7DtDS;E6DuDT;;AAEA;EtDrCE;EACA;;AsDwCF;EtD3BE;EACA;;AsD8BF;EAEE,O7D7DO;E6D8DP;EACA,kB7DrEO;;A6DyET;EACE;EACA,O7D3EO;E6D4EP,kB7D9CM;E6D+CN,c7D/CM;;A6DkDR;EACE;;AAEA;EACE;EACA,kB7DycwB;;;A6D3b1B;EACE;;AAGE;EtDrCJ;EAZA;;AsDsDI;EtDtDJ;EAYA;;AsD+CI;EACE;;AAGF;EACE,kB7DwaoB;E6DvapB;;AAEA;EACE;EACA,mB7DmakB;;;A+Bve1B;E8B4CA;IACE;;EAGE;ItDrCJ;IAZA;;EsDsDI;ItDtDJ;IAYA;;EsD+CI;IACE;;EAGF;IACE,kB7DwaoB;I6DvapB;;EAEA;IACE;IACA,mB7DmakB;;;A+Bve1B;E8B4CA;IACE;;EAGE;ItDrCJ;IAZA;;EsDsDI;ItDtDJ;IAYA;;EsD+CI;IACE;;EAGF;IACE,kB7DwaoB;I6DvapB;;EAEA;IACE;IACA,mB7DmakB;;;A+Bve1B;E8B4CA;IACE;;EAGE;ItDrCJ;IAZA;;EsDsDI;ItDtDJ;IAYA;;EsD+CI;IACE;;EAGF;IACE,kB7DwaoB;I6DvapB;;EAEA;IACE;IACA,mB7DmakB;;;A+Bve1B;E8B4CA;IACE;;EAGE;ItDrCJ;IAZA;;EsDsDI;ItDtDJ;IAYA;;EsD+CI;IACE;;EAGF;IACE,kB7DwaoB;I6DvapB;;EAEA;IACE;IACA,mB7DmakB;;;A+Bve1B;E8B4CA;IACE;;EAGE;ItDrCJ;IAZA;;EsDsDI;ItDtDJ;IAYA;;EsD+CI;IACE;;EAGF;IACE,kB7DwaoB;I6DvapB;;EAEA;IACE;IACA,mB7DmakB;;;A6DrZ9B;EtD9HI;;AsDiIF;EACE;;AAEA;EACE;;;ACpJJ;EACE,ODiKyB;EChKzB,kBD+JsB;;AC5JpB;EAEE,OD2JqB;EC1JrB;;AAGF;EACE,O9DRG;E8DSH,kBDqJqB;ECpJrB,cDoJqB;;;AClK3B;EACE,ODmK2B;EClK3B,kBD+JsB;;AC5JpB;EAEE,OD6JuB;EC5JvB;;AAGF;EACE,O9DRG;E8DSH,kBDuJuB;ECtJvB,cDsJuB;;;ACpK7B;EACE,ODiKyB;EChKzB,kBD+JsB;;AC5JpB;EAEE,OD2JqB;EC1JrB;;AAGF;EACE,O9DRG;E8DSH,kBDqJqB;ECpJrB,cDoJqB;;;AClK3B;EACE,ODiKyB;EChKzB,kBD+JsB;;AC5JpB;EAEE,OD2JqB;EC1JrB;;AAGF;EACE,O9DRG;E8DSH,kBDqJqB;ECpJrB,cDoJqB;;;AClK3B;EACE,ODmK2B;EClK3B,kBD+JsB;;AC5JpB;EAEE,OD6JuB;EC5JvB;;AAGF;EACE,O9DRG;E8DSH,kBDuJuB;ECtJvB,cDsJuB;;;ACpK7B;EACE,ODmK2B;EClK3B,kBD+JsB;;AC5JpB;EAEE,OD6JuB;EC5JvB;;AAGF;EACE,O9DRG;E8DSH,kBDuJuB;ECtJvB,cDsJuB;;;ACpK7B;EACE,ODiKyB;EChKzB,kBD+JsB;;AC5JpB;EAEE,OD2JqB;EC1JrB;;AAGF;EACE,O9DRG;E8DSH,kBDqJqB;ECpJrB,cDoJqB;;;AClK3B;EACE,ODmK2B;EClK3B,kBD+JsB;;AC5JpB;EAEE,OD6JuB;EC5JvB;;AAGF;EACE,O9DRG;E8DSH,kBDuJuB;ECtJvB,cDsJuB;;;ACpK7B;EACE,ODiKyB;EChKzB,kBD+JsB;;AC5JpB;EAEE,OD2JqB;EC1JrB;;AAGF;EACE,O9DRG;E8DSH,kBDqJqB;ECpJrB,cDoJqB;;;AClK3B;EACE,ODmK2B;EClK3B,kBD+JsB;;AC5JpB;EAEE,OD6JuB;EC5JvB;;AAGF;EACE,O9DRG;E8DSH,kBDuJuB;ECtJvB,cDsJuB;;;AEnK/B;EACE;EACA,O/DmmD2B;E+DlmD3B,Q/DkmD2B;E+DjmD3B;EACA,O/DQS;E+DPT;EACA;ExDOE;EwDLF,S/DmmD2B;;A+DhmD3B;EACE;EACA;EACA,S/D8lDyB;;A+D3lD3B;EACE;EACA,Y/D4vB4B;E+D3vB5B,S/DylDyB;;A+DtlD3B;EAEE;EACA;EACA,S/DmlDyB;;;A+D/kD7B;EACE,Q/D+kD2B;;;AgErnD7B;EACE,OhEs4CkC;EgEr4ClC;E5DmSI,WALI;E4D3RR;EACA,kBhEs4CkC;EgEr4ClC;EACA;EACA,YhEijB4B;EOviB1B;;AyDPF;EACE;;AAGF;EACE;;;AAIJ;EACE;EACA;EACA;;AAEA;EACE,ehEmgBkB;;;AgE/ftB;EACE;EACA;EACA;EACA,OhErBS;EgEsBT,kBhEg3CkC;EgE/2ClC;EACA;EzDVE;EACA;;AyDYF;EACE;EACA,ahE61CgC;;;AgEz1CpC;EACE,ShEw1CkC;EgEv1ClC;;;AC1CF;EACI;EACA;EACA;EACA,SjE0kCgC;EiEzkChC;EACA;EACA;EACA;EACA;EACA;EAGA;;;AAOJ;EACE;EACA;EACA;EAEA;;AAGA;EzDnBI,YyDoBF;EACA,WjEo6CgC;;AQr7C9B;EyDeJ;IzDdM;;;AyDkBN;EACE,WjEk6CgC;;AiE95ClC;EACE,WjE+5CgC;;;AiE35CpC;EACE;;AAEA;EACE;EACA;;AAGF;EACE;;;AAIJ;EACE;EACA;EACA;;;AAIF;EACE;EACA;EACA;EACA;EAGA;EACA,kBjErES;EiEsET;EACA;E1D5DE;E0DgEF;;;AAIF;ECrFE;EACA;EACA;EACA,SlE+kCkC;EkE9kClC;EACA;EACA,kBlEUS;EiEuET;;AC9EA;EAAS;;AACT;EAAS,SlE+6CyB;;;AiE71CpC;EACE;EACA;EACA;EACA;EACA,SjE+1CkC;EiE91ClC;E1DxEE;EACA;;A0D0EF;EACE;EACA;;;AAKJ;EACE;EACA,ajEugB4B;;;AiElgB9B;EACE;EAGA;EACA,SjEwQO;;AiEvQP;EACI;EACA;EACA;EACA;;;AAMN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;E1DlGE;EACA;;A0DuGF;EACE;;;AlCpFA;EkC2FF;IACE,WjE0yCgC;IiEzyChC;;EAGF;IACE;;EAGF;IACE;;EAOF;IAAY,WjEyxCsB;;;A+Br4ChC;EkCgHF;AAAA;IAEE,WjEqxCgC;;;A+Bv4ChC;EkCuHF;IAAY,WjEixCsB;;;AiExwChC;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;E1DpLJ;;A0DwLE;E1DxLF;;A0D4LE;EACE;;AAGF;E1DhMF;;;AwByDA;EkCmHA;IACE;IACA;IACA;IACA;;EAEA;IACE;IACA;I1DpLJ;;E0DwLE;I1DxLF;;E0D4LE;IACE;;EAGF;I1DhMF;;;AwByDA;EkCmHA;IACE;IACA;IACA;IACA;;EAEA;IACE;IACA;I1DpLJ;;E0DwLE;I1DxLF;;E0D4LE;IACE;;EAGF;I1DhMF;;;AwByDA;EkCmHA;IACE;IACA;IACA;IACA;;EAEA;IACE;IACA;I1DpLJ;;E0DwLE;I1DxLF;;E0D4LE;IACE;;EAGF;I1DhMF;;;AwByDA;EkCmHA;IACE;IACA;IACA;IACA;;EAEA;IACE;IACA;I1DpLJ;;E0DwLE;I1DxLF;;E0D4LE;IACE;;EAGF;I1DhMF;;;AwByDA;EkCmHA;IACE;IACA;IACA;IACA;;EAEA;IACE;IACA;I1DpLJ;;E0DwLE;I1DxLF;;E0D4LE;IACE;;EAGF;I1DhMF;;;A4DlBJ;EACE;EACA,SnEolCkC;EmEnlClC;EACA,QnEg1CkC;EoEp1ClC,apEmmB4B;EoEjmB5B;EACA,apE4mB4B;EoE3mB5B,apEknB4B;EoEjnB5B;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EhEsRI,WALI;E+DrRR;EACA;;AAEA;EAAS,SnEo0CyB;;AmEl0ClC;EACE;EACA;EACA,OnEo0CgC;EmEn0ChC,QnEo0CgC;;AmEl0ChC;EACE;EACA;EACA;EACA;;;AAKN;EACE;;AAEA;EACE;;AAEA;EACE;EACA;EACA,kBnEtBK;;;AmE2BX;EACE;;AAEA;EACE;EACA,OnEsyCgC;EmEryChC,QnEoyCgC;;AmElyChC;EACE;EACA;EACA,oBnEtCK;;;AmE2CX;EACE;;AAEA;EACE;;AAEA;EACE;EACA;EACA,qBnEpDK;;;AmEyDX;EACE;;AAEA;EACE;EACA,OnEwwCgC;EmEvwChC,QnEswCgC;;AmEpwChC;EACE;EACA;EACA,mBnEpEK;;;AmEyFX;EACE,WnEkuCkC;EmEjuClC;EACA,OnEtGS;EmEuGT;EACA,kBnE9FS;EOCP;;;A8DnBJ;EACE;EACA;EACA;EACA,SrEklCkC;EqEjlClC;EACA,WrEs2CkC;EoE32ClC,apEmmB4B;EoEjmB5B;EACA,apE4mB4B;EoE3mB5B,apEknB4B;EoEjnB5B;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EhEsRI,WALI;EiEpRR;EACA,kBrELS;EqEMT;EACA;E9DIE;;A8DAF;EACE;EACA;EACA,OrEs2CgC;EqEr2ChC,QrEs2CgC;;AqEp2ChC;EAEE;EACA;EACA;EACA;EACA;;;AAMJ;EACE;;AAEA;EACE;EACA;EACA,kBrEq1C8B;;AqEl1ChC;EACE,QrEufwB;EqEtfxB;EACA,kBrEzCK;;;AqE+CT;EACE;EACA,OrEo0CgC;EqEn0ChC,QrEk0CgC;;AqEh0ChC;EACE;EACA;EACA,oBrEi0C8B;;AqE9zChC;EACE,MrEmewB;EqElexB;EACA,oBrE7DK;;;AqEmET;EACE;;AAEA;EACE;EACA;EACA,qBrE+yC8B;;AqE5yChC;EACE,KrEidwB;EqEhdxB;EACA,qBrE/EK;;AqEoFT;EACE;EACA;EACA;EACA;E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ACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;AAEA;EACI;;;AAIR;EACI,O5ErJM;E4EsJN;EACA;;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA,O5EjKM;;;A4EmKV;EACI;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AClNA;EACI;EACA;EACA;;AACA;EACI;EACA;;AAGA;EACI;EACA;;AAGR;EACI;;A9C+CR;E8C/DJ;IAoBQ;;;;AAKJ;EACI;;A9CkDJ;E8CnDA;IAGQ;;;AAIJ;EACI;EACA;;AAEJ;EAAmC,Y7EEjC;;;A6EIF;EACI;;AAEA;EACI;EACA;;;AAOd;EACE;;AACA;AAAA;EAEI;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;;AAGR;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;;AAGR;EACI;EACA;EACA;;;AAKN;EACE;EACA;;AACA;EACI;;AACA;EACI;EACA;EACA;;;AAOV;EACE;;AACA;AAAA;EAEI;EACA;EACA;;AAEJ;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;;A9C9DR;E8CkDA;IAeQ;IACA;;;AAGR;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;;A9CjFR;E8CqEA;IAeQ;IACA;;;;AAOJ;AAAA;EAEI;;;AAOR;AAAA;EACI;EACA;;AACA;AAAA;EACI;EACA;EACA;;AAGR;AAAA;EACI;;AAEJ;AAAA;EACI;EACA;EACA;;AAEJ;AAAA;EACI;;AAEJ;AAAA;EACI,Y7EhKE;;;A6EqK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;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;;;AAGF;AAEA;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;;EAGF;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;;EAGF;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;AAEA;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;AAEA;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;;EAGF;IACE;IACA;IACA;;EAGF;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;IACA;IACA;;EAGF;IACE;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAIJ;AACA;AACA;EACE;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;;;AAEF;EACE;;;AC9xGF;EACE;EACA;;;AAGF;AAEE;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACE;;AAGF;EACE;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;AAAA;AAAA;AAAA;EAIE;EACA;;AAGF;EACE;;AAEA;EACE;;AAIJ;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;;AAGF;EACE;;AAEF;EACE;;AAEF;EAAsB;;AACtB;EAA2C;EAAoB;EAAQ;;;AAKzE;AAEA;EACE;IACE;;EACA;IACE;;;AAIN;EACE;IACE;;EAEF;IACE;;;AAGJ;EACE;IACE;;EAEF;IACE;;;AAGJ;EACE;IACE;;EAEF;IACE;;;AAGJ;EACE;IACE;;EAEF;IACE;;;AAOJ;EACE;;;AAKF;EACE;;AAGM;EACE;EACA;;AAEE;EACA;EACA;;AAGI;EACA;EACA;EACA;;AAKV;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAMd;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACA;EACA;;AAGA;EACA;EACA;EACA;;AAGA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAWA;EACE;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAUF;EACE;;AlDhRE;EkD+QJ;IAIM;;;AlDnRF;EkD+QJ;IAOM;;;AlDtRF;EkD+QJ;IAUM;IACA;;;AlD1RF;EkD+QJ;IAcU;IACA;;;AlD9RN;EkD+QJ;IAkBW;IACA;;;AAIT;EACI;;AlDvSF;EkDsSF;IAGQ;;;AlDzSN;EkDsSF;IAMQ;;;AlD5SN;EkDsSF;IASQ;;;;AAMV;EACA;EACA;;;AAOE;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AASF;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AlD5YR;EkDuYI;IAQQ;IACA;;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAOZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACI;;AAGJ;EACI;;;AAKR;EACI;EACA;;AACA;EACI;;AAEJ;EACI;AACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAMR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;;AAQN;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;;AlD3iBF;EkDsiBF;IAQQ;IACA;;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAQN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAQJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAQN;EACI;EACA;;AAEA;EACI;AACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;;AAEA;EACI;;AAOZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI,YjFr0BG;EiFs0BH;;AAGJ;EACI;EACA;;AAGJ;EACI;;;AAKR;EACE;;;AAGF;EACE;EACA;;;ACl2BF;AAAA;EAEI;EACA;;;AAEJ;AAAA;EAEI;EACA;;;AAEJ;AAAA;EAEI;;;AAEJ;AAAA;AAAA;AAAA;EAII;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;AAAA;EAEI;EACA;;;AAEJ;AAAA;AAAA;AAAA;EAII;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;;;AAEJ;AAAA;EAEI;EACA;;;AAEJ;AAAA;AAAA;AAAA;EAII;;;AAEJ;EACI;;;AAEJ;AAAA;AAAA;AAAA;EAII;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;;;AAEJ;AAAA;EAEI;EACA;;;AAEJ;AAAA;EAEI;;;AAEJ;EACI;EACA;EAEA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;AAAA;AAAA;EAGI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAEJ;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;;;AAEJ;AAAA;AAAA;AAAA;EAII;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;AAAA;AAAA;EAGI;;;AAEJ;AAAA;EAEI;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;AAAA;AAAA;EAGI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;AAAA;EAEI;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;AAAA;AAAA;AAAA;EAII;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;AAAA;EAEI;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;;;AAEJ;AAAA;AAAA;AAAA;EAII;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAEJ;AAAA;EAEI;;;AAEJ;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;AAAA;EAEI;EACA;EACA;;;AAEJ;AAAA;EAEI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;AAAA;EAEI;EACA;EACA;;;AAEJ;AAAA;EAEI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;AAAA;EAEI;EACA;;;AAEJ;AAAA;EAEI;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;AAAA;AAAA;AAAA;AAAA;AAAA;EAMI;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;EACA;EACA,alF2B0B;;;AkFzB9B;EACI;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;AAAA;EAEI;;;AAEJ;AAAA;EAEI;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;EACA;EACA;;;AAEJ;EACI;;;AAEJ;AAAA;EAEI;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;;;AAEJ;AAAA;EAEI;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;AAAA;AAAA;EAGI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;AAAA;EAEI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;;;AAEJ;EACI;;;AAEJ;AAAA;AAAA;EAGI;EACA;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;AAAA;EAEI;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;EACA;EACA;;;AAEJ;AAAA;AAAA;EAGI;EACA;;;AAEJ;AAAA;EAEI;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;AAAA;EAEI;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;AAAA;EAEI;;;AAEJ;AAAA;EAEI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;AAAA;EAEI;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAOJ;EACI;EACA;;;AAGJ;EACI;;;AAIA;EACI;;;AAIR;EACI;;AAEA;EACI;EACA;EACA;;;AAKJ;EACI,alFliBsB;;;AkFsiB9B;EACI;;;AAGJ;EACI;;;AAKA;AAAA;AAAA;AAAA;AAAA;EAKI;;;AAKJ;EACI,YlFjqCG;EkFkqCH;EACA;EACA;EACA;EACA,alFhkBsB;;;AkFskB1B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAOI,clFnrCG;;AkFsrCP;AAAA;EAEI,YlFxrCG;;;AkF6rCX;EACI,YlF9rCO;EkF+rCP;EACA,OlF5rCO;EkF6rCP;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;AAAA;AAAA;EAGI,YlFjtCO;;;AkFotCX;AAAA;AAAA;EAGI,kBlF5rCM;EkF6rCN,OlF3tCO;EkF4tCP;;;AAIA;EACI,YlFjuCG;;;AkFquCX;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OlF7uCO;;;AkFgvCX;EACI;EACA;EACA;EACA,OlFpvCO;EkFqvCP;;;AAKI;EACI;;AAIR;EACI;;AAGJ;EACI,OlFpwCG;;;AkFywCP;EACI,OlF1wCG;;;AkF8wCX;EACI;EACA;EACA;EACA;EACA;EACA,kBlFnxCO;EkFoxCP;EACA;EACA;EACA;;;AAGJ;EACI,clF5xCO;;;AkF+xCX;AAAA;EAEI,OlFjyCO;;;AkFoyCX;AAAA;EAEI;;;AAGJ;EACI;;;AnDtuCA;EmD0uCA;IACI;;EACA;IACI;;EAEJ;AAAA;AAAA;IAGI;IACA;IACA;IACA;;EAOI;IACI;;EAMhB;IACI;;;AAMJ;EnF5tCF;EK2KI,WALI;EG7QN;;;A2Ew0CJ;AAAA;EAEI,OlFr1CO;;;AkF21CH;EACI;;;AAUA;EACI;EACA;EACA,elF7zBc;;AkF+zBlB;EACI;EACA;EACA,elFl0Bc;;;AmFpjB9B;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;AACA;EACE;IACE;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;;EAGF;IACE;IACA;IACA;;EAGF;IACE;;EAGF;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;;;ACpZJ;EACI;;AACA;EACI;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;;AAMQ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAA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AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AArBJ;AAcA;EAOI;EAAA;;;AAcJ;AArBA;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAjBJ;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AASF;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAjBJ;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AASF;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;;;AAPJ;EAOI;;;A5EPR;E4EAI;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;;A5EPR;E4EAI;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;;A5EPR;E4EAI;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;;A5EPR;E4EAI;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;;A5EPR;E4EAI;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;;ACnDZ;ED4CQ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;;AChCZ;EDyBQ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI%22%7D */