@charset "UTF-8";
#main {
  opacity: 0;
  font-family: ApercuRegular, sans-serif;
  background: #fff;
  overflow-x: hidden;
}
.button-default, .link-btn, .error-404 p a {
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-family: ApercuBold, sans-serif;
  transition: all 300ms ease;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 58px;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .button-default, .link-btn, .error-404 p a {
    font-size: 14px;
    line-height: 44px;
  }
}
.button-default.icon-button, .icon-button.link-btn, .error-404 p a.icon-button {
  width: 60px;
  width: clamp(2.813rem, calc(1.732vw + 2.364rem), 3.75rem);
  height: 60px;
  height: clamp(2.813rem, calc(1.732vw + 2.364rem), 3.75rem);
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-default:hover, .link-btn:hover, .error-404 p a:hover {
  background: #989EC0 !important;
  border-color: #989EC0 !important;
  color: #fff !important;
}
.button-default:hover.icon-button svg path, .icon-button.link-btn:hover svg path, .error-404 p a.icon-button:hover svg path, .button-default:hover.icon-button svg line, .icon-button.link-btn:hover svg line, .error-404 p a.icon-button:hover svg line, .button-default:hover.icon-button svg polygon, .icon-button.link-btn:hover svg polygon, .error-404 p a.icon-button:hover svg polygon {
  fill: #fff !important;
}
.link-btn.btn-blk, .error-404 p a.btn-blk {
  color: #000;
  border-color: #000;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  font-family: helevetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
::selection {
  background: #989EC0;
  color: #fff;
}
::-moz-selection {
  background: #989EC0;
  color: #fff;
}
::-webkit-input-placeholder {
  /* Edge */
  color: #333;
  font-style: italic;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
  font-style: italic;
}
::placeholder {
  color: #333;
  font-style: italic;
}
.pt-5 {
  padding-top: calc(max( 7%, 59.5px));
}
.pb-5 {
  padding-bottom: calc(max( 7%, 59.5px));
}
.pt-10 {
  padding-top: calc(max( 12%, 102px));
}
.pb-10 {
  padding-bottom: calc(max( 12%, 102px));
}
.pt-15 {
  padding-top: calc(max( 17%, 144.5px));
}
.pb-15 {
  padding-bottom: calc(max( 17%, 144.5px));
}
.pt-20 {
  padding-top: calc(max( 22%, 187px));
}
.pb-20 {
  padding-bottom: calc(max( 22%, 187px));
}
.pt-25 {
  padding-top: calc(max( 27%, 229.5px));
}
.pb-25 {
  padding-bottom: calc(max( 27%, 229.5px));
}
.pt-30 {
  padding-top: calc(max( 32%, 272px));
}
.pb-30 {
  padding-bottom: calc(max( 32%, 272px));
}
.pt-35 {
  padding-top: calc(max( 37%, 314.5px));
}
.pb-35 {
  padding-bottom: calc(max( 37%, 314.5px));
}
.pt-40 {
  padding-top: calc(max( 42%, 357px));
}
.pb-40 {
  padding-bottom: calc(max( 42%, 357px));
}
.pt-45 {
  padding-top: calc(max( 47%, 399.5px));
}
.pb-45 {
  padding-bottom: calc(max( 47%, 399.5px));
}
.pt-50 {
  padding-top: calc(max( 52%, 442px));
}
.pb-50 {
  padding-bottom: calc(max( 52%, 442px));
}
.grid-3, .image-text {
  max-width: min(1588px, calc(100% - max(8%, 30px)));
  margin: auto;
}
.grid-3a {
  max-width: min(1380px, calc(100% - max(8%, 30px)));
  margin: auto;
}
.grid-2 {
  max-width: min(980px, calc(100% - 180px));
  margin: auto;
}
@media (max-width: 600px) {
  .grid-2 {
    max-width: 92%;
  }
}
a.btn, .offer-container .offer-footer a {
  color: #000;
  font-family: ApercuBold, sans-serif;
  font-size: 16px;
  font-size: clamp(0.875rem, calc(0.231vw + 0.815rem), 1rem);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border-radius: 50px;
  border: 1px solid #000;
  padding: 18px 65px;
  line-height: 58px;
  transition: all 300ms ease;
}
@media (max-width: 767px) {
  a.btn, .offer-container .offer-footer a {
    padding: 12px 26px;
    line-height: 50px;
  }
}
a.btn:hover, .offer-container .offer-footer a:hover {
  border-color: #989EC0 !important;
  background: #989EC0;
  color: #fff !important;
}
a.btn.btn-white, .offer-container .offer-footer a.btn-white {
  border-color: #fff;
  color: #fff;
}
a.btn.btn-white.icon-button:hover svg path, .offer-container .offer-footer a.btn-white.icon-button:hover svg path, a.btn.btn-white.icon-button:hover svg polygon, .offer-container .offer-footer a.btn-white.icon-button:hover svg polygon, a.btn.btn-white.icon-button:hover svg line, .offer-container .offer-footer a.btn-white.icon-button:hover svg line {
  fill: #fff !important;
}
a.btn.icon-button, .offer-container .offer-footer a.icon-button {
  width: 60px;
  width: clamp(2.813rem, calc(1.732vw + 2.364rem), 3.75rem);
  height: 60px;
  height: clamp(2.813rem, calc(1.732vw + 2.364rem), 3.75rem);
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.btn.icon-button svg, .offer-container .offer-footer a.icon-button svg {
  width: 42%;
}
a.flower-link, .room-overview .overview .room-detail .details .link a, .rooms-of-category .overview .room-detail .details .link a, aside .inner .menu-container .child-menu > li a, .two-col-text .container .item strong > a, .two-col-text .footer-content a, .groundplan .inner a, .package-details .inner .goback-link a {
  position: relative;
  left: 0;
  z-index: 1;
  transition: all 300ms ease;
}
a.flower-link:before, .room-overview .overview .room-detail .details .link a:before, .rooms-of-category .overview .room-detail .details .link a:before, aside .inner .menu-container .child-menu > li a:before, .two-col-text .container .item strong > a:before, .two-col-text .footer-content a:before, .groundplan .inner a:before, .package-details .inner .goback-link a:before {
  position: absolute;
  left: 0;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkViZW5lXzEiIGNsaXAtcGF0aD0idXJsKCNjbGlwMF85XzkyKSI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik0xOS4wNjU1IDEzLjAzNjRDMTguNTAxOSAxMy41MjExIDE3Ljc5MzcgMTMuODAwNyAxNi45NDIxIDEzLjg3NTJDMTYuMDg5OSAxMy45NDk3IDE1LjIxOTQgMTMuODA3OSAxNC4zMzA2IDEzLjQ0OTRDMTMuNDQyMyAxMy4wOTE0IDEyLjYzNzMgMTIuNTM3NyAxMS45MTY0IDExLjc4OTVMMTAuMzY2NiA5Ljk4NjhMMTIuMTkxNSA4LjQxNzU1QzEzLjU1NjggNy4yNDM1NCAxNC43OTk3IDYuNjc4MjEgMTUuOTE5OCA2LjcyMTAxQzE3LjA0MSA2Ljc2MzgxIDE3Ljk5NjYgNy4yNDQ2NSAxOC43ODgyIDguMTY1MThDMTkuNTAyNSA4Ljk5NTY3IDE5LjkwMTYgOS44NjU2MiAxOS45ODYxIDEwLjc3MzlDMjAuMDcgMTEuNjgyOCAxOS43NjM3IDEyLjQzNjYgMTkuMDY2MSAxMy4wMzY0SDE5LjA2NTVaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBpZD0iVmVjdG9yXzIiIGQ9Ik0wLjkzMzg5NCA2Ljk2MzA0QzEuNDk3NTYgNi40NzgzMiAyLjIwNTc1IDYuMTk4NzEgMy4wNTczNSA2LjEyNDIyQzMuOTA5NTIgNi4wNDk3MyA0Ljc4MDAzIDYuMTkxNDggNS42Njg4OCA2LjU1MDAzQzYuNTU3MTcgNi45MDgwMSA3LjM2MjA5IDcuNDYxNjcgOC4wODMwNiA4LjIwOTg4TDkuNjMyODYgMTAuMDEyNkw3LjgwNzkgMTEuNTgxOUM2LjQ0MjY2IDEyLjc1NTkgNS4xOTk3MiAxMy4zMjEyIDQuMDc5NjIgMTMuMjc4NEMyLjk1ODQxIDEzLjIzNTYgMi4wMDI4NSAxMi43NTQ4IDEuMjExMjggMTEuODM0MkMwLjQ5Njk3MiAxMS4wMDM3IDAuMDk3ODUwNSAxMC4xMzM4IDAuMDEzMzU2OCA5LjIyNTQ4Qy0wLjA3MDU4MTEgOC4zMTY2MSAwLjIzNTcwOSA3LjU2Mjg0IDAuOTMzMzM4IDYuOTYzMDRIMC45MzM4OTRaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBpZD0iVmVjdG9yXzMiIGQ9Ik02Ljk2MjkyIDE5LjA2NTdDNi40NzgyIDE4LjUwMiA2LjE5ODU5IDE3Ljc5MzggNi4xMjQxIDE2Ljk0MjJDNi4wNDk2MSAxNi4wOSA2LjE5MTM2IDE1LjIxOTUgNi41NDk5IDE0LjMzMDdDNi45MDc4OSAxMy40NDI0IDcuNDYxNTUgMTIuNjM3NSA4LjIwOTc2IDExLjkxNjVMMTAuMDEyNSAxMC4zNjY3TDExLjU4MTcgMTIuMTkxN0MxMi43NTU3IDEzLjU1NjkgMTMuMzIxMSAxNC43OTk4IDEzLjI3ODMgMTUuOTE5OUMxMy4yMzU1IDE3LjA0MTEgMTIuNzU0NiAxNy45OTY3IDExLjgzNDEgMTguNzg4M0MxMS4wMDM2IDE5LjUwMjYgMTAuMTMzNyAxOS45MDE3IDkuMjI1MzUgMTkuOTg2MkM4LjMxNjQ5IDIwLjA3MDEgNy41NjI3MiAxOS43NjM4IDYuOTYyOTIgMTkuMDY2MlYxOS4wNjU3WiIgZmlsbD0iYmxhY2siLz4KPHBhdGggaWQ9IlZlY3Rvcl80IiBkPSJNMTMuMDM2NSAwLjkzNDA3N0MxMy41MjEyIDEuNDk3NzQgMTMuODAwOCAyLjIwNTkzIDEzLjg3NTMgMy4wNTc1NEMxMy45NDk4IDMuOTA5NyAxMy44MDggNC43ODAyMSAxMy40NDk1IDUuNjY5MDZDMTMuMDkxNSA2LjU1NzM2IDEyLjUzNzkgNy4zNjIyNyAxMS43ODk2IDguMDgzMjVMOS45ODY5MyA5LjYzMzA0TDguNDE3NjggNy44MDgwOUM3LjI0MzY2IDYuNDQyODUgNi42NzgzMyA1LjE5OTkgNi43MjExMyA0LjA3OThDNi43NjM5MyAyLjk1ODU5IDcuMjQ0NzcgMi4wMDMwMyA4LjE2NTMxIDEuMjExNDZDOC45OTU3OSAwLjQ5NzE1NSA5Ljg2NTc0IDAuMDk4MDMzNiAxMC43NzQxIDAuMDEzNTM5OUMxMS42ODI5IC0wLjA3MDM5OCAxMi40MzY3IDAuMjM1ODkyIDEzLjAzNjUgMC45MzM1MjFWMC45MzQwNzdaIiBmaWxsPSJibGFjayIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzlfOTIiPgo8cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
  background-size: 20px 20px;
  background-position: left center;
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  z-index: -1;
  transition: all 300ms ease;
}
a.flower-link.flower-white:before, .room-overview .overview .room-detail .details .link a.flower-white:before, .room-overview .overview .room-detail .details .link aside .inner .menu-container .child-menu > li a:before, aside .inner .menu-container .child-menu > li .room-overview .overview .room-detail .details .link a:before, .rooms-of-category .overview .room-detail .details .link a.flower-white:before, .rooms-of-category .overview .room-detail .details .link aside .inner .menu-container .child-menu > li a:before, aside .inner .menu-container .child-menu > li .rooms-of-category .overview .room-detail .details .link a:before, aside .inner .menu-container .child-menu > li a.flower-white:before, aside .inner .menu-container .child-menu > li a:before, .two-col-text .container .item strong > a.flower-white:before, .two-col-text .container .item aside .inner .menu-container .child-menu > li strong > a:before, aside .inner .menu-container .child-menu > li .two-col-text .container .item strong > a:before, .two-col-text .footer-content a.flower-white:before, .two-col-text .footer-content aside .inner .menu-container .child-menu > li a:before, aside .inner .menu-container .child-menu > li .two-col-text .footer-content a:before, .groundplan .inner a.flower-white:before, .groundplan .inner aside .inner .menu-container .child-menu > li a:before, aside .inner .menu-container .child-menu > li .groundplan .inner a:before, .package-details .inner .goback-link a.flower-white:before, .package-details .inner .goback-link aside .inner .menu-container .child-menu > li a:before, aside .inner .menu-container .child-menu > li .package-details .inner .goback-link a:before, aside .inner .menu-container .child-menu > li a.flower-link:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkViZW5lXzEiIGNsaXAtcGF0aD0idXJsKCNjbGlwMF85XzkyKSI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik0xOS4wNjU1IDEzLjAzNjRDMTguNTAxOSAxMy41MjExIDE3Ljc5MzcgMTMuODAwNyAxNi45NDIxIDEzLjg3NTJDMTYuMDg5OSAxMy45NDk3IDE1LjIxOTQgMTMuODA3OSAxNC4zMzA2IDEzLjQ0OTRDMTMuNDQyMyAxMy4wOTE0IDEyLjYzNzMgMTIuNTM3NyAxMS45MTY0IDExLjc4OTVMMTAuMzY2NiA5Ljk4NjhMMTIuMTkxNSA4LjQxNzU1QzEzLjU1NjggNy4yNDM1NCAxNC43OTk3IDYuNjc4MjEgMTUuOTE5OCA2LjcyMTAxQzE3LjA0MSA2Ljc2MzgxIDE3Ljk5NjYgNy4yNDQ2NSAxOC43ODgyIDguMTY1MThDMTkuNTAyNSA4Ljk5NTY3IDE5LjkwMTYgOS44NjU2MiAxOS45ODYxIDEwLjc3MzlDMjAuMDcgMTEuNjgyOCAxOS43NjM3IDEyLjQzNjYgMTkuMDY2MSAxMy4wMzY0SDE5LjA2NTVaIiBmaWxsPSIjZmZmIi8+CjxwYXRoIGlkPSJWZWN0b3JfMiIgZD0iTTAuOTMzODk0IDYuOTYzMDRDMS40OTc1NiA2LjQ3ODMyIDIuMjA1NzUgNi4xOTg3MSAzLjA1NzM1IDYuMTI0MjJDMy45MDk1MiA2LjA0OTczIDQuNzgwMDMgNi4xOTE0OCA1LjY2ODg4IDYuNTUwMDNDNi41NTcxNyA2LjkwODAxIDcuMzYyMDkgNy40NjE2NyA4LjA4MzA2IDguMjA5ODhMOS42MzI4NiAxMC4wMTI2TDcuODA3OSAxMS41ODE5QzYuNDQyNjYgMTIuNzU1OSA1LjE5OTcyIDEzLjMyMTIgNC4wNzk2MiAxMy4yNzg0QzIuOTU4NDEgMTMuMjM1NiAyLjAwMjg1IDEyLjc1NDggMS4yMTEyOCAxMS44MzQyQzAuNDk2OTcyIDExLjAwMzcgMC4wOTc4NTA1IDEwLjEzMzggMC4wMTMzNTY4IDkuMjI1NDhDLTAuMDcwNTgxMSA4LjMxNjYxIDAuMjM1NzA5IDcuNTYyODQgMC45MzMzMzggNi45NjMwNEgwLjkzMzg5NFoiIGZpbGw9IiNmZmYiLz4KPHBhdGggaWQ9IlZlY3Rvcl8zIiBkPSJNNi45NjI5MiAxOS4wNjU3QzYuNDc4MiAxOC41MDIgNi4xOTg1OSAxNy43OTM4IDYuMTI0MSAxNi45NDIyQzYuMDQ5NjEgMTYuMDkgNi4xOTEzNiAxNS4yMTk1IDYuNTQ5OSAxNC4zMzA3QzYuOTA3ODkgMTMuNDQyNCA3LjQ2MTU1IDEyLjYzNzUgOC4yMDk3NiAxMS45MTY1TDEwLjAxMjUgMTAuMzY2N0wxMS41ODE3IDEyLjE5MTdDMTIuNzU1NyAxMy41NTY5IDEzLjMyMTEgMTQuNzk5OCAxMy4yNzgzIDE1LjkxOTlDMTMuMjM1NSAxNy4wNDExIDEyLjc1NDYgMTcuOTk2NyAxMS44MzQxIDE4Ljc4ODNDMTEuMDAzNiAxOS41MDI2IDEwLjEzMzcgMTkuOTAxNyA5LjIyNTM1IDE5Ljk4NjJDOC4zMTY0OSAyMC4wNzAxIDcuNTYyNzIgMTkuNzYzOCA2Ljk2MjkyIDE5LjA2NjJWMTkuMDY1N1oiIGZpbGw9IiNmZmYiLz4KPHBhdGggaWQ9IlZlY3Rvcl80IiBkPSJNMTMuMDM2NSAwLjkzNDA3N0MxMy41MjEyIDEuNDk3NzQgMTMuODAwOCAyLjIwNTkzIDEzLjg3NTMgMy4wNTc1NEMxMy45NDk4IDMuOTA5NyAxMy44MDggNC43ODAyMSAxMy40NDk1IDUuNjY5MDZDMTMuMDkxNSA2LjU1NzM2IDEyLjUzNzkgNy4zNjIyNyAxMS43ODk2IDguMDgzMjVMOS45ODY5MyA5LjYzMzA0TDguNDE3NjggNy44MDgwOUM3LjI0MzY2IDYuNDQyODUgNi42NzgzMyA1LjE5OTkgNi43MjExMyA0LjA3OThDNi43NjM5MyAyLjk1ODU5IDcuMjQ0NzcgMi4wMDMwMyA4LjE2NTMxIDEuMjExNDZDOC45OTU3OSAwLjQ5NzE1NSA5Ljg2NTc0IDAuMDk4MDMzNiAxMC43NzQxIDAuMDEzNTM5OUMxMS42ODI5IC0wLjA3MDM5OCAxMi40MzY3IDAuMjM1ODkyIDEzLjAzNjUgMC45MzM1MjFWMC45MzQwNzdaIiBmaWxsPSIjZmZmIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfOV85MiI+CjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
}
@media (min-width: 767px) {
  a.flower-link:hover, .room-overview .overview .room-detail .details .link a:hover, .rooms-of-category .overview .room-detail .details .link a:hover, aside .inner .menu-container .child-menu > li a:hover, .two-col-text .container .item strong > a:hover, .two-col-text .footer-content a:hover, .groundplan .inner a:hover, .package-details .inner .goback-link a:hover {
    left: 30px;
  }
  a.flower-link:hover:before, .room-overview .overview .room-detail .details .link a:hover:before, .rooms-of-category .overview .room-detail .details .link a:hover:before, aside .inner .menu-container .child-menu > li a:hover:before, .two-col-text .container .item strong > a:hover:before, .two-col-text .footer-content a:hover:before, .groundplan .inner a:hover:before, .package-details .inner .goback-link a:hover:before {
    transform: translateY(-50%) scale(1);
    left: -30px;
  }
}
.bodytext, .image-text .inner .item.content .lower p, .image-gallery .splide__slide .content p, .collapsible-element .collapsible-container .content-container .item .item-content p, .collapsible-element .collapsible-container .content-container .item .item-content ul li, .offer-container .intro p, .offer-container .offers .offer-item .description, .dark-image-text .inner .content p, .tab-list .tab-items .tab-item p, .tab-list .tab-items .tab-item ul li, .package-details .inner .item.content p, .package-details .inner .item.content ul li, .error-404 p {
  color: #000;
  font-family: ApercuRegular, sans-serif;
  font-size: 18px;
  font-size: clamp(1rem, calc(0.231vw + 0.94rem), 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 166%;
  letter-spacing: 0.36px;
}
.bodytext strong, .image-text .inner .item.content .lower p strong, .image-gallery .splide__slide .content p strong, .collapsible-element .collapsible-container .content-container .item .item-content p strong, .collapsible-element .collapsible-container .content-container .item .item-content ul li strong, .offer-container .intro p strong, .offer-container .offers .offer-item .description strong, .dark-image-text .inner .content p strong, .tab-list .tab-items .tab-item p strong, .tab-list .tab-items .tab-item ul li strong, .package-details .inner .item.content p strong, .package-details .inner .item.content ul li strong, .error-404 p strong {
  font-family: ApercuBold, sans-serif;
  font-weight: 700;
}
@font-face {
  font-family: lg;
  src: url(../fonts/lg.woff2?io9a6k) format("woff2"), url(../fonts/lg.ttf?io9a6k) format("truetype"), url(../fonts/lg.woff?io9a6k) format("woff"), url(../fonts/lg.svg?io9a6k#lg) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  font-family: lg !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.lg-next, .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: 0;
  border: none;
}
.lg-next.disabled, .lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled), .lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next, .lg-single-item .lg-prev {
  display: none;
}
.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "";
}
.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: 0 0;
  border: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "";
}
.lg-toolbar .lg-download:after {
  content: "";
}
.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.lg-error-msg {
  font-size: 14px;
  color: #999;
}
.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}
.lg-closing .lg-next, .lg-closing .lg-prev, .lg-closing .lg-sub-html, .lg-closing .lg-toolbar {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap, body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap, body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}
.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}
.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer .lg-toggle-thumb:after {
  content: "";
}
.lg-outer.lg-animate-thumb .lg-thumb {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.lg-outer .lg-video-poster {
  z-index: 1;
}
.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button, .lg-outer .lg-has-video.lg-video-loaded .lg-video-poster {
  opacity: 0 !important;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}
@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -o-transition: -o-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
}
.lg-video-play-button:hover .lg-video-play-icon, .lg-video-play-button:hover .lg-video-play-icon-bg {
  opacity: 1;
}
.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}
.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}
.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}
.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}
.lg-video-loading .lg-video-play-icon-circle {
  animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}
.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 80ms ease 0s;
  -moz-transition: opacity 80ms ease 0s;
  -o-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "";
}
.lg-single-item .lg-autoplay-button {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}
.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  will-change: opacity, transform;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-icon.lg-zoom-in:after {
  content: "";
}
.lg-icon.lg-actual-size {
  font-size: 20px;
}
.lg-icon.lg-actual-size:after {
  content: "";
}
.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
.lg-icon.lg-zoom-out:after {
  content: "";
}
.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer.lg-first-slide-loading .lg-actual-size, .lg-outer.lg-first-slide-loading .lg-zoom-in, .lg-outer.lg-first-slide-loading .lg-zoom-out, .lg-outer[data-lg-slide-type=iframe] .lg-actual-size, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-in, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-out, .lg-outer[data-lg-slide-type=video] .lg-actual-size, .lg-outer[data-lg-slide-type=video] .lg-zoom-in, .lg-outer[data-lg-slide-type=video] .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-pager-outer {
  text-align: center;
  z-index: 1080;
  height: 10px;
  margin-bottom: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer.lg-single-item .lg-pager-outer {
  display: none;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  will-change: transform, opacity;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "";
}
.lg-outer .lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active .lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active .lg-share {
  color: #fff;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  will-change: visibility, opacity, transform;
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer .lg-share {
  position: relative;
}
.lg-outer .lg-share:after {
  content: "";
}
.lg-outer .lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer .lg-share-facebook .lg-icon:after {
  content: "";
}
.lg-outer .lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer .lg-share-twitter .lg-icon:after {
  content: "";
}
.lg-outer .lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer .lg-share-pinterest .lg-icon:after {
  content: "";
}
.lg-comment-box {
  width: 420px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  will-change: transform;
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-comment-box .lg-comment-title {
  margin: 0;
  color: #fff;
  font-size: 18px;
}
.lg-comment-box .lg-comment-header {
  background-color: #000;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.lg-comment-box .lg-comment-body {
  height: 100% !important;
  padding-top: 43px !important;
  width: 100% !important;
}
.lg-comment-box .fb-comments {
  height: 100%;
  width: 100%;
  background: url(../images/loading.gif) no-repeat scroll center center #fff;
  overflow-y: auto;
  display: inline-block;
}
.lg-comment-box .fb-comments[fb-xfbml-state=rendered] {
  background-image: none;
}
.lg-comment-box .fb-comments > span {
  max-width: 100%;
}
.lg-comment-box .lg-comment-close {
  position: absolute;
  right: 5px;
  top: 12px;
  cursor: pointer;
  font-size: 20px;
  color: #999;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-comment-box .lg-comment-close:hover {
  color: #fff;
}
.lg-comment-box .lg-comment-close:after {
  content: "";
}
.lg-comment-box iframe {
  max-width: 100% !important;
  width: 100% !important;
}
.lg-comment-box #disqus_thread {
  padding: 0 20px;
}
.lg-outer .lg-comment-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer .lg-comment-toggle:after {
  content: "";
}
.lg-outer.lg-comment-active .lg-comment-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-comment-active .lg-comment-toggle {
  color: #fff;
}
.lg-outer.lg-comment-active .lg-comment-box {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-img-rotate {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor, .lg-outer[data-lg-slide-type=iframe] .lg-flip-ver, .lg-outer[data-lg-slide-type=iframe] .lg-rotate-left, .lg-outer[data-lg-slide-type=iframe] .lg-rotate-right, .lg-outer[data-lg-slide-type=video] .lg-flip-hor, .lg-outer[data-lg-slide-type=video] .lg-flip-ver, .lg-outer[data-lg-slide-type=video] .lg-rotate-left, .lg-outer[data-lg-slide-type=video] .lg-rotate-right {
  opacity: 0.75;
  pointer-events: none;
}
.lg-rotate-left:after {
  content: "";
}
.lg-rotate-right:after {
  content: "";
}
.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}
.lg-flip-ver:after {
  content: "";
}
.lg-flip-hor:after {
  content: "";
}
.lg-medium-zoom-item {
  cursor: zoom-in;
}
.lg-medium-zoom .lg-outer {
  cursor: zoom-out;
}
.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
  cursor: zoom-out;
}
.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
  cursor: zoom-out;
}
.lg-relative-caption .lg-outer .lg-sub-html {
  white-space: normal;
  bottom: auto;
  padding: 0;
  background-image: none;
}
.lg-relative-caption .lg-outer .lg-relative-caption-item {
  opacity: 0;
  padding: 16px 0;
  transition: 0.5s opacity ease;
}
.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
  opacity: 1;
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-container {
  display: none;
  outline: 0;
}
.lg-container.lg-show {
  display: block;
}
.lg-on {
  scroll-behavior: unset;
}
.lg-hide-sub-html .lg-sub-html, .lg-next, .lg-pager-outer, .lg-prev, .lg-toolbar {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-show-in .lg-next, .lg-show-in .lg-pager-outer, .lg-show-in .lg-prev, .lg-show-in .lg-toolbar {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: 0;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(../images/loading.gif) no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-img-wrap, .lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html .lg-sub-html, .lg-outer .lg-empty-html.lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-inline .lg-backdrop, .lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "";
}
.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -moz-transition: -moz-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.lg-content {
  bottom: 5% !important;
  top: 7% !important;
}
.lg-toolbar .lg-icon {
  position: absolute;
  right: 2.5%;
  top: max(30px, 6%);
}
@media (max-width: 767px) {
  .lg-toolbar .lg-icon {
    top: 8px;
  }
}
.lg-close::after {
  content: "" !important;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDUiIGhlaWdodD0iNDUiIHZpZXdCb3g9IjAgMCA0NSA0NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjIuNSIgY3k9IjIyLjUiIHI9IjIyIiBzdHJva2U9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yOS4xNzgxIDE3LjM2MjhMMTcuMzYyOCAyOS4xNzgxQzE2LjkyNzggMjkuNjEzMSAxNi4yMjI2IDI5LjYxMzEgMTUuNzg3NiAyOS4xNzgxQzE1LjM1MjYgMjguNzQzIDE1LjM1MjYgMjguMDM3OSAxNS43ODc2IDI3LjYwMjlMMjcuNjAyOSAxNS43ODc2QzI4LjAzNzkgMTUuMzUyNiAyOC43NDMgMTUuMzUyNiAyOS4xNzgxIDE1Ljc4NzZDMjkuNjEzMSAxNi4yMjI2IDI5LjYxMzEgMTYuOTI3OCAyOS4xNzgxIDE3LjM2MjhaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMjcuNjAyOCAyOS4xNzgxTDE1Ljc4NzYgMTcuMzYyOEMxNS4zNTI2IDE2LjkyNzggMTUuMzUyNiAxNi4yMjI2IDE1Ljc4NzYgMTUuNzg3NkMxNi4yMjI2IDE1LjM1MjYgMTYuOTI3OCAxNS4zNTI2IDE3LjM2MjggMTUuNzg3NkwyOS4xNzggMjcuNjAyOUMyOS42MTMxIDI4LjAzNzkgMjkuNjEzMSAyOC43NDMgMjkuMTc4IDI5LjE3ODFDMjguNzQzIDI5LjYxMzEgMjguMDM3OSAyOS42MTMxIDI3LjYwMjggMjkuMTc4MVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=") center/contain no-repeat;
  display: block;
  width: 60px;
  height: 60px;
  transition: all 300ms ease;
}
@media (max-width: 767px) {
  .lg-close::after {
    width: 43px;
    height: 43px;
  }
}
.lg-close:hover::after {
  opacity: 0.6;
}
.lg-close svg {
  display: none;
}
.lg-next:before, .lg-prev:after {
  display: none;
}
.lg-prev {
  transform: rotate(180deg);
}
.lg-show-in .lg-prev, .lg-show-in .lg-next {
  fill: none;
  background: transparent;
}
.lg-backdrop.in {
  opacity: 1;
  background: #484848;
}
@media (max-width: 767px) {
  .lg-img-wrap {
    padding: 0 18px;
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset:-3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset:-3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
/**
 * Swiper 11.1.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff}:host{position:relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 25;
}
header .inside {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0 max(4%, 15px);
  transform: translateY(50px);
}
@media (max-width: 600px) {
  header .inside {
    transform: translate(0px, 9px);
  }
}
header .inside .logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media (max-width: 767px) {
  header .inside .logo {
    top: 50px;
  }
}
header .inside .logo svg {
  width: 250px;
  width: clamp(10rem, calc(10.39vw + 7.31rem), 15.63rem);
  fill: #fff;
}
header .inside .logo-small {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translate(-50%, -100px);
}
@media (max-width: 802px) {
  header .inside .logo-small img {
    width: 34px;
    object-fit: none;
    height: 34px;
    object-position: left;
  }
}
@media (max-width: 650px) {
  header .inside .logo-small {
    top: 8px;
  }
}
header .inside .left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 25px;
}
@media (max-width: 767px) {
  header .inside .left {
    column-gap: 18px;
  }
}
header .small-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-100%);
  z-index: -1;
}
@media (max-width: 650px) {
  header .small-background {
    height: 68px;
  }
}
body.menu-invert #main, body.error404 #main {
  padding-top: 10%;
}
@media (max-width: 767px) {
  body.menu-invert #main, body.error404 #main {
    padding-top: 290px;
    padding-top: 200px;
  }
}
body.menu-invert header .inside .logo svg, body.error404 header .inside .logo svg {
  fill: #000;
}
body.menu-invert header .inside .left a, body.menu-invert header .inside .right a, body.error404 header .inside .left a, body.error404 header .inside .right a {
  border-color: #000;
  color: #000;
}
body.menu-invert header .inside .left svg, body.menu-invert header .inside .right svg, body.error404 header .inside .left svg, body.error404 header .inside .right svg {
  fill: #000;
}
footer {
  position: relative;
  margin-bottom: 480px;
  background: #fff;
  opacity: 0;
}
@media (max-width: 767px) {
  footer {
    margin-bottom: 380px;
  }
}
footer p, footer a {
  color: #000;
  font-family: ApercuRegular, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.4px;
}
footer a:hover {
  text-decoration: underline;
}
footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: 1px solid #000;
  padding: 65px 0 70px;
}
footer .inner > div {
  width: 20%;
}
footer .inner > div.widget-container:nth-child(1) {
  width: 18%;
}
@media (max-width: 1200px) {
  footer .inner {
    justify-content: flex-start;
  }
  footer .inner > div.widget-container, footer .inner > div.widget-container:nth-child(1) {
    width: 235px;
  }
  footer .inner .footer-menu {
    margin-left: auto;
  }
}
@media (max-width: 875px) {
  footer .inner .footer-menu {
    margin-left: 0;
    margin-top: 30px;
  }
}
footer .inner .footer-menu {
  width: 345px;
}
footer .inner .footer-menu ul {
  column-count: 2;
}
footer .inner .footer-menu ul li a {
  color: #000;
  font-family: ApercuBold, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
footer .inner .social-icons {
  align-self: flex-end;
  flex: 1;
  text-align: right;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-self: stretch;
}
footer .inner .social-icons .lang-switch span {
  color: #000;
  font-family: ApercuRegular, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
footer .inner .social-icons .lang-switch span.spacer {
  font-family: ApercuBold, sans-serif;
  font-weight: 400;
}
footer .inner .social-icons .lang-switch a {
  color: #000;
  font-family: ApercuBold, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
footer .inner .social-icons .lang-switch a.active {
  text-decoration: underline;
}
@media (max-width: 1200px) {
  footer .inner .social-icons {
    width: 100%;
    flex: auto;
    margin-top: 30px;
    text-align: left;
    flex-direction: row;
    align-items: flex-end;
  }
  footer .inner .social-icons .widget-container {
    margin-left: 0 !important;
  }
}
@media (max-width: 811px) {
  footer .inner .social-icons .wp-block-columns {
    flex-wrap: nowrap !important;
    gap: 0;
  }
  footer .inner .social-icons .wp-block-columns .wp-block-image {
    text-align: right;
  }
}
footer .inner .social-icons .widget-container {
  width: 180px;
  margin-left: auto;
}
footer .inner .social-icons .widget-container .wp-block-image a {
  transition: all 300ms ease;
}
footer .inner .social-icons .widget-container .wp-block-image a:hover {
  opacity: 0.5;
}
footer .reveal-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 480px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  footer .reveal-footer {
    height: 380px;
  }
}
footer .reveal-footer .bg-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  background: #fff;
}
footer .reveal-footer .bg-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 120%;
}
footer .reveal-footer .footer-logo {
  width: 200px;
  opacity: 1;
}
@media (max-width: 767px) {
  footer .reveal-footer .footer-logo {
    width: 120px;
  }
  footer .reveal-footer .footer-logo svg {
    width: 120px;
  }
}
aside {
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.82);
  z-index: 30;
}
aside .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #4D4D4B;
  height: 60vh;
  padding: 135px 72px 50px;
  box-sizing: border-box;
  transform: translateY(-20px);
  opacity: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media (max-width: 1200px) {
  aside .inner {
    height: 100vh;
  }
}
@media (max-width: 600px) {
  aside .inner {
    padding: 135px 20px 135px;
  }
}
aside .inner .aside-top {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  padding: 0 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 600px) {
  aside .inner .aside-top {
    padding: 0 20px;
  }
}
aside .inner .aside-top .right-side {
  text-align: right;
}
aside .inner .aside-top .right-side .link-only {
  border: 0;
}
aside .inner .aside-top .right-side .link-only:hover {
  background: transparent;
  text-decoration: underline;
}
aside .inner .menu-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
}
aside .inner .menu-container .top-level.active-parent > a, aside .inner .menu-container .top-level.active > a {
  color: #989EC0;
}
aside .inner .menu-container .top-level.active-parent > .child-menu {
  display: block;
}
aside .inner .menu-container .top-level > a {
  color: #fff;
  font-family: MilanesaSerifLight, sans-serif;
  font-size: 38px;
  font-size: clamp(2rem, calc(0.46vw + 1.88rem), 2.25rem);
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  text-transform: uppercase;
  transition: all 300ms ease;
}
aside .inner .menu-container .top-level > a:hover {
  color: #989EC0;
}
aside .inner .menu-container .child-menu {
  display: none;
  position: absolute;
  left: 30%;
  top: 11px;
}
@media (max-width: 1500px) {
  aside .inner .menu-container .child-menu {
    left: 40%;
  }
}
@media (max-width: 1200px) {
  aside .inner .menu-container .child-menu {
    position: initial;
    padding: 20px 0 50px;
  }
}
aside .inner .menu-container .child-menu > li.active a {
  left: 30px;
}
aside .inner .menu-container .child-menu > li.active a:before {
  transform: translateY(-50%) scale(1);
  left: -30px;
}
aside .inner .menu-container .child-menu > li a {
  color: #FFF;
  font-family: ApercuBold, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
aside .inner .menu-img-container {
  position: relative;
  min-width: 340px;
  aspect-ratio: 0.8;
  height: 100%;
}
@media (max-width: 1200px) {
  aside .inner .menu-img-container {
    height: 400px;
  }
}
@media (max-width: 950px) {
  aside .inner .menu-img-container {
    display: none;
  }
}
aside .inner .menu-img-container .img-container {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 300ms ease;
}
aside .inner .menu-img-container .img-container.always-visible {
  opacity: 1;
}
aside .inner .menu-img-container .img-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
aside .lang-switch span {
  color: #FFF;
  font-family: ApercuRegular, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
aside .lang-switch span.spacer {
  font-family: ApercuBold, sans-serif;
  font-weight: 400;
}
aside .lang-switch a {
  color: #FFF;
  font-family: ApercuBold, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
aside .lang-switch a.active {
  text-decoration: underline;
}
body {
  background: #fff;
}
body.is-start .preloader {
  display: flex;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4D4D4B;
  z-index: 48;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  display: none;
}
.preloader .inner {
  opacity: 0;
  transform: translateY(15px);
}
.preloader .inner svg {
  width: 200px;
  width: clamp(7.5rem, calc(9.24vw + 5.11rem), 12.5rem);
  height: 200px;
  height: clamp(7.5rem, calc(9.24vw + 5.11rem), 12.5rem);
}
.start-videoblock {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.start-videoblock .para, .start-videoblock .video {
  height: 100vh;
}
.start-videoblock .video {
  height: 115vh;
}
.start-videoblock .content {
  position: absolute;
  bottom: 75px;
  left: max(4%, 15px);
  right: max(18%, 15px);
  z-index: 2;
}
@media (max-width: 767px) {
  .start-videoblock .content {
    right: max(4%, 15px);
    bottom: min(175px, 10%);
  }
}
.start-videoblock .content .ch1 {
  color: #fff;
  font-family: MilanesaSerifLight, sans-serif;
  font-size: 78px;
  font-size: clamp(2.75rem, calc(3.926vw + 1.734rem), 4.875rem);
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.start-videoblock .content span {
  color: #FFF;
  font-family: ApercuRegular, sans-serif;
  font-size: 18px;
  font-size: clamp(1rem, calc(0.231vw + 0.94rem), 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 166%;
}
.start-videoblock .play-button {
  width: 60px;
  width: clamp(2.813rem, calc(1.732vw + 2.364rem), 3.75rem);
  height: 60px;
  height: clamp(2.813rem, calc(1.732vw + 2.364rem), 3.75rem);
  position: absolute;
  bottom: 75px;
  right: 70px;
  z-index: 3;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease;
}
@media (max-width: 767px) {
  .start-videoblock .play-button {
    left: max(4%, 15px);
    right: auto;
    bottom: 3%;
  }
}
.start-videoblock .play-button:hover {
  background: #989EC0;
  border-color: #989EC0;
}
.start-videoblock .play-button svg {
  width: 24px;
  width: 42%;
  height: 24px;
  height: 42%;
  object-fit: contain;
  margin-left: 4px;
}
.start-video-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4D4D4BFF;
  z-index: 25;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.start-video-modal .video {
  width: 80%;
  height: 80%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .start-video-modal .video {
    height: auto;
    width: 90%;
  }
}
.start-video-modal .exit-container {
  position: absolute;
  right: 2.5%;
  top: 6%;
}
@media (max-width: 767px) {
  .start-video-modal .exit-container {
    right: 5%;
    top: 5%;
  }
  .start-video-modal .exit-container .inner {
    width: 50px !important;
    height: 50px !important;
  }
}
.start-video-modal .exit-container .inner {
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.start-video-modal .exit-container .inner span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 3px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 4px;
}
.start-video-modal .exit-container .inner span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.intro-image {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.intro-image .inner {
  height: 100%;
}
.intro-image .img-container {
  position: relative;
  width: 100%;
  height: 120%;
}
.intro-image .img-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.3;
  z-index: 1;
}
.intro-image .img-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-image .content {
  position: absolute;
  bottom: 75px;
  left: max(4%, 15px);
  z-index: 2;
}
.intro-image .content .ch1 {
  color: #fff;
  font-family: MilanesaSerifLight, sans-serif;
  font-size: 78px;
  font-size: clamp(2.75rem, calc(3.926vw + 1.734rem), 4.875rem);
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.intro-image .content span {
  color: #FFF;
  font-family: ApercuRegular, sans-serif;
  font-size: 18px;
  font-size: clamp(1rem, calc(0.231vw + 0.94rem), 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 166%;
}
.image-text .inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.image-text .inner.img-left {
  flex-direction: row-reverse;
}
.image-text .inner.col-narrow .item {
  width: 47%;
}
@media (max-width: 1530px) {
  .image-text .inner.col-narrow .item {
    width: 44%;
  }
}
@media (max-width: 1210px) {
  .image-text .inner.col-narrow .item {
    width: 48%;
  }
}
@media (max-width: 1024px) {
  .image-text .inner.col-narrow .item {
    width: 100%;
  }
}
.image-text .inner .item {
  width: 40%;
}
@media (max-width: 1530px) {
  .image-text .inner .item {
    width: 44%;
  }
}
@media (max-width: 1210px) {
  .image-text .inner .item {
    width: 48%;
  }
}
@media (max-width: 1024px) {
  .image-text .inner .item {
    width: 100%;
  }
}
.image-text .inner .item .img-container {
  aspect-ratio: 0.8;
}
.image-text .inner .item .img-container.ratio-equal {
  aspect-ratio: 1;
}
.image-text .inner .item .img-container.ratio-land {
  aspect-ratio: 1.58;
}
.image-text .inner .item .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-text .inner .item .img-container .video {
  height: 100%;
}
.image-text .inner .item.content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 25px;
}
.image-text .inner .item.content .upper {
  font-family: MilanesaSerifLight, sans-serif;
  font-size: 46px;
  font-size: clamp(2rem, calc(1.62vw + 1.58rem), 2.88rem);
  line-height: 130%;
}
@media (max-width: 1370px) {
  .image-text .inner .item.content .upper {
    margin-bottom: 20px;
  }
}
.image-text .inner .item.content .lower h3 {
  font-family: ApercuBold, sans-serif;
  font-size: 18px;
  font-size: clamp(1rem, calc(0.231vw + 0.94rem), 1.125rem);
  letter-spacing: 1.5px;
  line-height: 160%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1180px) {
  .image-text .inner .item.content .lower h3 {
    font-size: 16px;
  }
}
.image-text .inner .item.content .lower p strong {
  font-family: ApercuBold, sans-serif;
  font-size: 18px;
  font-size: clamp(1rem, calc(0.231vw + 0.94rem), 1.125rem);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 1180px) {
  .image-text .inner .item.content .lower p strong {
    font-size: 16px;
  }
}
.image-text .inner .item.content .lower p a {
  color: #000;
  text-decoration: underline;
}
.image-text .inner .item.content .lower p a.link-btn, .image-text .inner .item.content .lower p .error-404 p a, .error-404 p .image-text .inner .item.content .lower p a {
  border-color: #000;
  text-decoration: none;
}
.image-text .inner .item.content .lower p a:hover {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .image-text .inner .item.content .lower {
    margin-bottom: 50px;
  }
}
.fullimage {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .fullimage {
    height: 55vh;
  }
}
@media (max-width: 767px) {
  .fullimage {
    height: 34vh;
  }
}
.fullimage .inner {
  height: 100%;
}
.fullimage .inner .video {
  height: 100%;
}
.fullimage .inner img {
  display: block;
  width: 100%;
  height: 120%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .fullimage .inner img {
    height: 100%;
  }
}
.image-gallery {
  background: #4D4D4B;
}
.image-gallery .splide__pagination {
  left: 4%;
}
@media (max-width: 1555px) {
  .image-gallery .splide__pagination {
    left: 0;
    display: inline-block;
    padding: 0;
    position: relative;
    padding-top: 50px;
  }
}
.image-gallery .splide__pagination .splide__pagination__page {
  background: transparent;
  color: #FFF;
  font-family: ApercuRegular, sans-serif;
  font-size: 18px;
  font-size: clamp(1rem, calc(0.231vw + 0.94rem), 1.125rem);
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  height: auto;
  width: auto;
  margin: 0;
  margin-right: 20px;
  transform: scale(1);
}
.image-gallery .splide__pagination .splide__pagination__page.is-active {
  opacity: 1 !important;
}
.image-gallery .splide__arrows .splide__arrow--next {
  background: transparent;
  width: 60px;
  height: 60px;
  display: block;
  opacity: 1;
}
@media (max-width: 767px) {
  .image-gallery .splide__arrows .splide__arrow--next {
    width: 45px;
    height: 45px;
    display: none;
  }
}
.image-gallery .splide__arrows .splide__arrow--next svg {
  width: 100%;
  height: 100%;
}
.image-gallery .splide__arrows .splide__arrow--next svg circle {
  fill: transparent;
  transition: all 300ms ease;
}
.image-gallery .splide__arrows .splide__arrow--next svg path {
  fill: white;
}
.image-gallery .splide__arrows .splide__arrow--next:hover svg circle {
  stroke: #989EC0;
  fill: #989EC0;
}
.image-gallery .splide__slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 30px;
  row-gap: 30px;
}
@media (max-width: 1023px) {
  .image-gallery .splide__slide {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .image-gallery .splide__slide {
    row-gap: 45px;
  }
}
.image-gallery .splide__slide .img-container {
  max-width: 620px;
  width: 100%;
  aspect-ratio: 0.815;
}
@media (max-width: 1555px) {
  .image-gallery .splide__slide .img-container {
    max-width: 45%;
  }
}
@media (max-width: 1024px) {
  .image-gallery .splide__slide .img-container {
    max-width: 100%;
  }
}
.image-gallery .splide__slide .img-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-gallery .splide__slide .content {
  width: 54%;
  padding-right: 8%;
  box-sizing: border-box;
  color: #fff;
}
@media (max-width: 1024px) {
  .image-gallery .splide__slide .content {
    width: 100%;
  }
}
.image-gallery .splide__slide .content h2 {
  color: #FFF;
  font-family: MilanesaSerifLight, sans-serif;
  font-size: 38px;
  font-size: clamp(1.63rem, calc(1.39vw + 1.27rem), 2.38rem);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .image-gallery .splide__slide .content h2 {
    margin-bottom: 20px;
  }
}
.image-gallery .splide__slide .content p {
  color: #FFF;
}
.image-gallery .splide__slide .content p .link-btn, .image-gallery .splide__slide .content p .error-404 p a, .error-404 p .image-gallery .splide__slide .content p a {
  font-family: ApercuBold, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.5px;
}
@media (max-width: 767px) {
  .image-gallery .splide__slide .content p .link-btn, .image-gallery .splide__slide .content p .error-404 p a, .error-404 p .image-gallery .splide__slide .content p a {
    font-size: 14px;
  }
}
.collapsible-element {
  background: #EBD6D9;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .collapsible-element {
    padding: 60px 0;
  }
}
.collapsible-element.faq {
  padding: 0;
  background: transparent;
}
.collapsible-element.faq .collapsible-container .content-container {
  border-bottom: 1px solid #000;
  width: 100%;
}
.collapsible-element.faq .collapsible-container .content-container .item.active .item-header span {
  transform: translateX(28px);
}
.collapsible-element.faq .collapsible-container .content-container .item-content {
  width: 80%;
}
@media (max-width: 767px) {
  .collapsible-element.faq .collapsible-container .content-container .item-content {
    width: 100%;
  }
}
.collapsible-element.faq h2 {
  color: #000;
  font-family: MilanesaSerifLight, sans-serif;
  font-size: 48px;
  font-size: clamp(2rem, calc(1.848vw + 1.522rem), 3rem);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.collapsible-element .marquee {
  margin-left: -30%;
  margin-right: -30%;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .collapsible-element .marquee {
    margin-bottom: 55px;
  }
}
.collapsible-element .marquee .splide__slide img {
  vertical-align: bottom;
}
.collapsible-element .marquee .splide__slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  text-transform: uppercase;
  font-family: ApercuBold, sans-serif;
  letter-spacing: 1.8px;
}
.collapsible-element .marquee .fixed-width {
  width: 50px !important;
}
.collapsible-element .collapsible-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.collapsible-element .collapsible-container .content-container {
  width: 47%;
}
@media (max-width: 1279px) {
  .collapsible-element .collapsible-container .content-container {
    width: 50%;
  }
}
@media (max-width: 975px) {
  .collapsible-element .collapsible-container .content-container {
    width: 100%;
  }
}
.collapsible-element .collapsible-container .content-container .item {
  overflow: hidden;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.collapsible-element .collapsible-container .content-container .item.active .item-header img {
  transform: translateY(-50%) scale(1);
}
.collapsible-element .collapsible-container .content-container .item.active .item-header span {
  transform: translateX(30px);
}
.collapsible-element .collapsible-container .content-container .item .item-header {
  position: relative;
  padding: 24px 0;
  border-top: 1px solid #000;
  cursor: pointer;
}
.collapsible-element .collapsible-container .content-container .item .item-header img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: all 300ms ease;
}
.collapsible-element .collapsible-container .content-container .item .item-header span {
  display: block;
  color: #000;
  font-size: 16px;
  font-family: ApercuBold, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 300ms ease;
}
@media (max-width: 767px) {
  .collapsible-element .collapsible-container .content-container .item .item-header span {
    padding-right: 60px;
  }
}
.collapsible-element .collapsible-container .content-container .item .item-header .counter {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: MilanesaSerifLight, sans-serif;
  font-size: 38px;
  font-size: clamp(1.5rem, calc(1.617vw + 1.082rem), 2.375rem);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  float: right;
}
.collapsible-element .collapsible-container .content-container .item .item-content {
  padding-top: 10px;
  padding-bottom: 45px;
}
.collapsible-element .collapsible-container .content-container .item .item-content ul li {
  position: relative;
  list-style: none;
  margin-left: 20px;
}
.collapsible-element .collapsible-container .content-container .item .item-content ul li:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: black;
  top: 50%;
  left: -19px;
  transform: translateY(-50%);
}
.collapsible-element .collapsible-container .content-container .item .item-content h2 {
  font-family: MilanesaSerifLight, sans-serif;
  font-size: 38px;
  font-size: clamp(1.5rem, calc(1.617vw + 1.082rem), 2.375rem);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.collapsible-element .collapsible-container .content-container .item .item-content a:not(.link-btn) {
  color: #000;
  text-decoration: underline;
}
.collapsible-element .collapsible-container .content-container .item .item-content a:not(.link-btn):hover {
  text-decoration: none;
}
.collapsible-element .collapsible-container .content-container .item .item-content .link-btn, .collapsible-element .collapsible-container .content-container .item .item-content .error-404 p a, .error-404 p .collapsible-element .collapsible-container .content-container .item .item-content a {
  color: #000000;
  border-color: #000;
  font-family: ApercuBold, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.collapsible-element .collapsible-container .img-container {
  position: relative;
  width: 40%;
  aspect-ratio: 0.815;
}
@media (max-width: 1279px) {
  .collapsible-element .collapsible-container .img-container {
    width: 44%;
  }
}
@media (max-width: 975px) {
  .collapsible-element .collapsible-container .img-container {
    display: none;
  }
}
.collapsible-element .collapsible-container .img-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
  object-fit: cover;
}
.collapsible-element .collapsible-container .img-container img:first-child {
  opacity: 1;
}
.offer-container .intro {
  margin-bottom: 80px;
}
.offer-container .intro h2 {
  color: #000;
  font-family: MilanesaSerifLight, sans-serif;
  font-size: 46px;
  font-size: clamp(2.125rem, calc(1.386vw + 1.766rem), 2.875rem);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.offer-container .intro p {
  width: 50%;
}
@media (max-width: 975px) {
  .offer-container .intro p {
    width: 100%;
  }
}
.offer-container .offers {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 45px;
}
.offer-container .offers .offer-item {
  width: 48%;
}
@media (max-width: 767px) {
  .offer-container .offers .offer-item {
    width: 100%;
  }
}
.offer-container .offers .offer-item:hover .img-container img {
  transform: scale(1.05);
}
.offer-container .offers .offer-item .img-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1.58;
  cursor: pointer;
  overflow: hidden;
}
.offer-container .offers .offer-item .img-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 3s ease;
}
.offer-container .offers .offer-item .img-container .disrupt {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 138px;
  height: 138px;
  background: #ABB67A;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: center;
  font-family: MilanesaSerifLight, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 100% */
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .offer-container .offers .offer-item .img-container .disrupt {
    right: 15px;
    bottom: 15px;
    width: 100px;
    height: 100px;
    font-size: 20px;
  }
}
.offer-container .offers .offer-item .img-container .disrupt p {
  margin-bottom: 5px;
}
.offer-container .offers .offer-item > .title {
  display: block;
  color: #000;
  font-family: MilanesaSerifLight, sans-serif;
  font-size: 38px;
  font-size: clamp(1.5rem, calc(1.617vw + 1.082rem), 2.375rem);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  padding: 30px 0 20px;
}
.offer-container .offers .offer-item .description {
  margin-bottom: 20px;
}
.offer-container .offers .offer-item .offerlink {
  color: #000;
  font-family: ApercuBold, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.offer-container .offer-footer {
  display: block;
  text-align: center;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .offer-container .offer-footer {
    padding-bottom: 50px;
  }
}
.quote .inner {
  text-align: center;
  color: #000;
  text-align: center;
  font-family: MilanesaSerifLight, sans-serif;
  font-size: 46px;
  font-size: clamp(2rem, calc(1.62vw + 1.58rem), 2.88rem);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 767px) {
  .quote .inner {
    max-width: calc(100% - 20px) !important;
  }
}
.dark-image-text {
  background: #4D4D4B;
}
.dark-image-text .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 60px;
}
.dark-image-text .inner .content {
  width: 45%;
}
@media (max-width: 767px) {
  .dark-image-text .inner .content {
    width: 100%;
  }
}
.dark-image-text .inner .content h2 {
  color: #FFF;
  font-family: MilanesaSerifLight, sans-serif;
  font-size: 38px;
  font-size: clamp(1.5rem, calc(1.617vw + 1.082rem), 2.375rem);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
.dark-image-text .inner .content p {
  color: #FFF;
}
.dark-image-text .inner .content a, .dark-image-text .inner .content p a {
  color: #fff;
}
.dark-image-text .inner .content .link-btn, .dark-image-text .inner .content .error-404 p a, .error-404 p .dark-image-text .inner .content a {
  font-family: ApercuBold, sans-serif;
  font-weight: 400;
}
.dark-image-text .inner .img-container {
  width: 45%;
  aspect-ratio: 1.18;
}
@media (max-width: 767px) {
  .dark-image-text .inner .img-container {
    width: 100%;
  }
}
.dark-image-text .inner .img-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tab-list {
  background: #EBD6D9;
}
.tab-list.hide-tabs .inner h2 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .tab-list.hide-tabs .inner h2 {
    margin-bottom: 40px;
  }
}
.tab-list h2 {
  color: #000;
  text-align: center;
  font-family: MilanesaSerifLight, sans-serif;
  font-size: 48px;
  font-size: clamp(2rem, calc(1.848vw + 1.522rem), 3rem);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
.tab-list .tab-header-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 40px;
  padding: 50px 0 100px;
}
.tab-list .tab-header-items .tab-header-item {
  position: relative;
  color: #000;
  font-family: ApercuBold, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 200% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  cursor: pointer;
}
.tab-list .tab-header-items .tab-header-item.active::before, .tab-list .tab-header-items .tab-header-item:hover::before {
  opacity: 1;
}
.tab-list .tab-header-items .tab-header-item:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 1px;
  background: #000;
  opacity: 0;
  transition: all 300ms ease;
}
.tab-list .tab-items .tab-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 30px;
  display: none;
}
.tab-list .tab-items .tab-item:first-child {
  display: flex;
}
.tab-list .tab-items .tab-item p strong, .tab-list .tab-items .tab-item ul li strong {
  font-family: ApercuBold, sans-serif;
  font-weight: 400;
}
.tab-list .tab-items .tab-item ul li {
  position: relative;
  list-style: none;
  margin-left: 20px;
}
.tab-list .tab-items .tab-item ul li:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: black;
  top: 14px;
  left: -19px;
}
.tab-list .tab-items .tab-item .col {
  width: 46%;
}
@media (max-width: 767px) {
  .tab-list .tab-items .tab-item .col {
    width: 100%;
  }
}
.tab-list .tab-items .tab-item .col h4 {
  color: #000;
  font-family: ApercuBold, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.5px;
  line-height: 160%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.two-col-text .h2 {
  display: block;
  color: #000;
  text-align: center;
  font-family: MilanesaSerifLight, sans-serif;
  font-size: 38px;
  font-size: clamp(1.5rem, calc(1.617vw + 1.082rem), 2.375rem);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 80px;
}
.two-col-text .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 40px;
}
.two-col-text .container > div {
  width: 45%;
}
@media (max-width: 767px) {
  .two-col-text .container > div {
    width: 100%;
  }
}
.two-col-text .container .item {
  color: #000;
  font-family: ApercuRegular, sans-serif;
  font-size: 18px;
  font-size: clamp(1rem, calc(0.231vw + 0.94rem), 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.36px;
}
.two-col-text .container .item sup {
  vertical-align: super;
  font-size: 12px;
}
.two-col-text .container .item ul li {
  position: relative;
  list-style: none;
  margin-left: 20px;
}
.two-col-text .container .item ul li:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: black;
  top: 14px;
  left: -19px;
}
.two-col-text .container .item strong {
  font-family: ApercuBold, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.two-col-text .container .item strong > a {
  color: #000;
  font-family: ApercuBold, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 12px 0;
  text-decoration: none;
}
.two-col-text .container .item h2 {
  color: #000;
  font-family: MilanesaSerifLight, sans-serif;
  font-size: 46px;
  font-size: clamp(2.125rem, calc(1.386vw + 1.766rem), 2.875rem);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
.two-col-text .container .item a {
  color: #000;
  text-decoration: underline;
}
.two-col-text .container .item a:hover {
  text-decoration: none;
}
.two-col-text .footer-content a {
  color: #000;
  font-family: ApercuBold, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.two-col-text.no-uppercase .container .item strong {
  text-transform: none;
}
.image-gallery-auto .splide__slide img {
  height: 100%;
  /* passt sich der Höhe des Sliders an */
  width: auto;
  /* behält das Seitenverhältnis bei */
  object-fit: contain;
  display: block;
}
.image-gallery-auto .splide__arrows .splide__arrow--next {
  background: transparent;
  width: 60px;
  height: 60px;
  display: block;
}
.image-gallery-auto .splide__arrows .splide__arrow--next svg {
  width: 100%;
  height: 100%;
}
.image-gallery-auto .splide__arrows .splide__arrow--next svg circle {
  fill: transparent;
}
.address-block h1 {
  color: #000;
  font-family: MilanesaSerifLight, sans-serif;
  font-size: 48px;
  font-size: clamp(2rem, calc(1.848vw + 1.522rem), 3rem);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.address-block .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.address-block .container > div {
  width: 46%;
}
@media (max-width: 767px) {
  .address-block .container > div {
    width: 100%;
  }
}
.address-block .container .item {
  color: #000;
  font-family: ApercuRegular, sans-serif;
  font-size: 18px;
  font-size: clamp(1rem, calc(0.231vw + 0.94rem), 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.36px;
}
.address-block .container .item strong {
  font-family: ApercuBold, sans-serif;
  font-weight: 400;
}
.address-block .container .item a {
  color: #000;
  text-decoration: underline;
}
.address-block .maps-container {
  margin-top: 45px;
}
.address-block .maps-container a {
  color: #000;
  font-family: ApercuBold, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.text-flow h1, .text-flow h2 {
  color: #000;
  font-family: MilanesaSerifLight, sans-serif;
  font-size: 48px;
  font-size: clamp(2rem, calc(1.848vw + 1.522rem), 3rem);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .text-flow h1, .text-flow h2 {
    margin-bottom: 35px;
  }
}
.text-flow h3 {
  color: #000;
  font-family: MilanesaSerifLight, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 25px;
}
.text-flow h4 {
  color: #000;
  font-family: ApercuBold, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: clamp(1rem, calc(0.231vw + 0.94rem), 1.125rem);
  font-style: normal;
  letter-spacing: 1.5px;
  line-height: 160%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.text-flow ul {
  list-style: disc;
  margin-left: 20px;
  padding: 20px 0;
}
.text-flow p, .text-flow td, .text-flow ul li {
  color: #000;
  font-family: ApercuRegular, sans-serif;
  font-size: 18px;
  font-size: clamp(1rem, calc(0.231vw + 0.94rem), 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.36px;
}
.text-flow p strong, .text-flow td strong, .text-flow ul li strong {
  font-family: ApercuBold, sans-serif;
  font-weight: 400;
}
.text-flow p a, .text-flow td a, .text-flow ul li a {
  color: #000;
  text-decoration: underline;
}
.text-flow p a:hover, .text-flow td a:hover, .text-flow ul li a:hover {
  text-decoration: none;
}
.text-flow table {
  table-layout: fixed;
  width: 100%;
}
.text-flow thead td {
  font-family: ApercuBold, sans-serif;
  font-weight: 400;
}
.text-flow td {
  border-bottom: 1px solid #000;
  padding: 10px 0px;
}
.room-overview .filter-container, .rooms-of-category .filter-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 80px;
  row-gap: 30px;
}
@media (max-width: 767px) {
  .room-overview .filter-container, .rooms-of-category .filter-container {
    row-gap: 20px;
  }
}
.room-overview .filter-container a, .rooms-of-category .filter-container a {
  position: relative;
  color: #000;
  font-family: ApercuBold, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.room-overview .filter-container a:hover::before, .room-overview .filter-container a.active::before, .rooms-of-category .filter-container a:hover::before, .rooms-of-category .filter-container a.active::before {
  opacity: 1;
}
.room-overview .filter-container a:before, .rooms-of-category .filter-container a:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 1px;
  background: #000;
  opacity: 0;
  transition: opacity 300ms ease;
}
.room-overview .overview, .rooms-of-category .overview {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 80px;
}
@media (max-width: 767px) {
  .room-overview .overview, .rooms-of-category .overview {
    grid-template-columns: 1fr;
  }
}
.room-overview .overview .room-detail, .rooms-of-category .overview .room-detail {
  width: 100%;
}
.room-overview .overview .room-detail .img-container, .rooms-of-category .overview .room-detail .img-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1.58;
  overflow: hidden;
  cursor: pointer;
}
.room-overview .overview .room-detail .img-container img, .rooms-of-category .overview .room-detail .img-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 3s ease;
}
.room-overview .overview .room-detail .img-container img:hover, .rooms-of-category .overview .room-detail .img-container img:hover {
  transform: scale(1.1);
}
.room-overview .overview .room-detail .img-container .disrupt, .rooms-of-category .overview .room-detail .img-container .disrupt {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 138px;
  height: 138px;
  width: clamp(6.88rem, calc(3.23vw + 6.04rem), 8.63rem);
  height: clamp(6.88rem, calc(3.23vw + 6.04rem), 8.63rem);
  background: #ABB67A;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: center;
  font-family: MilanesaSerifLight, sans-serif;
  font-size: 22px;
  font-size: clamp(1.13rem, calc(0.46vw + 1.01rem), 1.38rem);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 100% */
  text-transform: uppercase;
}
.room-overview .overview .room-detail .img-container .disrupt strong, .rooms-of-category .overview .room-detail .img-container .disrupt strong {
  font-weight: bold;
}
.room-overview .overview .room-detail .title, .rooms-of-category .overview .room-detail .title {
  display: block;
  color: #000;
  font-family: MilanesaSerifLight, sans-serif;
  font-size: 38px;
  font-size: clamp(1.5rem, calc(1.617vw + 1.082rem), 2.375rem);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  padding: 30px 0;
  margin-bottom: 0;
}
.room-overview .overview .room-detail .details .icon-bar, .room-overview .overview .room-detail .details .item, .rooms-of-category .overview .room-detail .details .icon-bar, .rooms-of-category .overview .room-detail .details .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 35px;
}
.room-overview .overview .room-detail .details .item, .rooms-of-category .overview .room-detail .details .item {
  column-gap: 15px;
}
.room-overview .overview .room-detail .details .item span, .rooms-of-category .overview .room-detail .details .item span {
  color: #000;
  font-family: ApercuBold, sans-serif;
  font-size: 18px;
  font-size: clamp(1rem, calc(0.231vw + 0.94rem), 1.125rem);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.36px;
}
.room-overview .overview .room-detail .details .desc, .rooms-of-category .overview .room-detail .details .desc {
  color: #000;
  font-family: ApercuRegular, sans-serif;
  font-size: 18px;
  font-size: clamp(1rem, calc(0.231vw + 0.94rem), 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 166%;
  letter-spacing: 0.36px;
  padding: 25px 0;
}
.room-overview .overview .room-detail .details .desc strong, .rooms-of-category .overview .room-detail .details .desc strong {
  font-family: ApercuBold, sans-serif;
  font-weight: 400;
}
.room-overview .overview .room-detail .details .link a, .rooms-of-category .overview .room-detail .details .link a {
  color: #000;
  font-family: ApercuBold, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.rooms-of-category .title {
  display: block;
  color: #000;
  font-family: MilanesaSerifLight, sans-serif;
  font-size: 46px;
  font-size: clamp(2.125rem, calc(1.386vw + 1.766rem), 2.875rem);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 80px;
}
.rooms-of-category .goto-all-container {
  padding-top: 80px;
  text-align: center;
}
.rooms-of-category .goto-all-container a.link-btn, .rooms-of-category .goto-all-container .error-404 p a, .error-404 p .rooms-of-category .goto-all-container a {
  border-color: #000;
  color: #000;
}
.room-overview.package-overview .overview .room-detail .title {
  padding: 30px 0 0;
}
.groundplan .inner a {
  color: #000;
  font-family: ApercuBold, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 12px 0;
  display: block;
}
.package-details .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 40px;
}
.package-details .inner .item {
  width: 47%;
}
@media (max-width: 767px) {
  .package-details .inner .item {
    width: 100%;
  }
}
.package-details .inner .item.image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.package-details .inner .item.content h1 {
  font-family: MilanesaSerifLight, sans-serif;
  font-size: 46px;
  font-size: clamp(2.125rem, calc(1.386vw + 1.766rem), 2.875rem);
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.package-details .inner .item.content h3 {
  font-family: ApercuBold, sans-serif;
  font-size: 18px;
  font-size: clamp(1rem, calc(0.231vw + 0.94rem), 1.125rem);
  letter-spacing: 1.5px;
  line-height: 160%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1180px) {
  .package-details .inner .item.content h3 {
    font-size: 16px;
  }
}
.package-details .inner .item.content h4 {
  color: #000;
  font-family: ApercuBold, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: clamp(1rem, calc(0.231vw + 0.94rem), 1.125rem);
  font-style: normal;
  letter-spacing: 1.5px;
  line-height: 160%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.package-details .inner .item.content p strong, .package-details .inner .item.content ul li strong {
  font-family: ApercuBold, sans-serif;
  font-size: 18px;
  font-size: clamp(1rem, calc(0.231vw + 0.94rem), 1.125rem);
  font-weight: 400;
}
@media (max-width: 1180px) {
  .package-details .inner .item.content p strong, .package-details .inner .item.content ul li strong {
    font-size: 16px;
  }
}
.package-details .inner .item.content p a, .package-details .inner .item.content ul li a {
  color: #000;
  text-decoration: underline;
}
.package-details .inner .item.content p a:hover, .package-details .inner .item.content ul li a:hover {
  text-decoration: none;
}
.package-details .inner .item.content ul li {
  position: relative;
  list-style: none;
  margin-left: 20px;
}
.package-details .inner .item.content ul li:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: black;
  top: 14px;
  left: -19px;
}
.package-details .inner .button-container {
  margin-top: 65px;
}
@media (max-width: 767px) {
  .package-details .inner .button-container {
    margin-top: 0;
  }
}
.package-details .inner .button-container .link-btn, .package-details .inner .button-container .error-404 p a, .error-404 p .package-details .inner .button-container a {
  font-family: ApercuBold, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.5px;
  border-color: #000;
  color: #000;
}
.package-details .inner .button-container .link-btn:last-child, .package-details .inner .button-container .error-404 p a:last-child, .error-404 p .package-details .inner .button-container a:last-child {
  margin-left: 30px;
}
.package-details .inner .goback-link {
  margin-bottom: 30px;
}
.package-details .inner .goback-link a {
  color: #000;
  font-family: ApercuBold, sans-serif;
  font-size: 18px;
  font-size: clamp(1rem, calc(0.231vw + 0.94rem), 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.error-404 {
  text-align: center;
  padding-top: 25%;
  padding-bottom: 15%;
  background: #fff;
}
.error-404 h1 {
  font-family: MilanesaSerifLight, sans-serif;
  font-size: 52px;
  font-style: normal;
  margin-bottom: 40px;
}
.error-404 p a {
  text-transform: none;
  border-color: #000;
  color: #000;
  margin-top: 20px;
}
.swiper-gal {
  cursor: grab;
}
.swiper-gal.is-dragging .item a {
  pointer-events: none;
}
.swiper-gal .swiper-button-next {
  display: none;
  width: 60px;
  height: 60px;
  right: 60px;
}
.swiper-gal .swiper-button-next:after {
  display: none;
}
.swiper-gal .item.swiper-slide {
  flex-shrink: 100;
  width: auto;
  height: auto;
}
.swiper-gal .item .img-container img {
  width: auto;
  height: 60.5vh;
  object-fit: cover;
}
@media (max-width: 767px) {
  .swiper-gal .item .img-container img {
    height: 40vh;
  }
}
.request-form .hint {
  display: block;
  margin: -25px 0 95px;
  color: #000;
  font-size: 18px;
  font-size: clamp(1rem, calc(0.23vw + 0.94rem), 1.13rem);
  line-height: 160%;
  letter-spacing: 0.36px;
}
.request-form .columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.request-form .columns .column {
  width: 48%;
}
@media (max-width: 1170px) {
  .request-form .columns .column {
    width: 100%;
  }
}
.request-form .form-line {
  padding-bottom: 20px;
}
.request-form .form-line.date-split {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
}
.request-form .form-line.date-split > .form-input {
  width: 45%;
}
@media (max-width: 1580px) {
  .request-form .form-line.date-split > .form-input {
    width: 100%;
  }
}
.request-form .form-input p {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 480px) {
  .request-form .form-input p {
    flex-direction: column;
  }
}
.request-form .form-input p > span:nth-child(1) {
  width: 160px;
  white-space: nowrap;
  margin-top: 16px;
  font-size: 18px;
  font-size: clamp(1rem, calc(0.23vw + 0.94rem), 1.13rem);
}
@media (max-width: 480px) {
  .request-form .form-input p > span:nth-child(1) {
    margin-bottom: 10px;
  }
}
.request-form .form-input p > span:nth-child(2) {
  width: calc(100% - 160px);
}
@media (max-width: 480px) {
  .request-form .form-input p > span:nth-child(2) {
    width: 100%;
  }
}
.request-form .form-input p input, .request-form .form-input p select, .request-form .form-input p textarea {
  border: 1px solid #000;
  border-radius: 0;
  font-family: ApercuRegular, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.36px;
  padding: 10px 22px;
  width: 100%;
  box-sizing: border-box;
}
.request-form .form-input p select {
  appearance: none;
  /* Standard-Eigenschaft */
  -webkit-appearance: none;
  /* Safari, Chrome */
  -moz-appearance: none;
  /* Firefox */
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPg0KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik01LjcwNzExIDkuNzEwNjlDNS4zMTY1OCAxMC4xMDEyIDUuMzE2NTggMTAuNzM0NCA1LjcwNzExIDExLjEyNDlMMTAuNTk5MyAxNi4wMTIzQzExLjM4MDUgMTYuNzkyNyAxMi42NDYzIDE2Ljc5MjQgMTMuNDI3MSAxNi4wMTE3TDE4LjMxNzQgMTEuMTIxM0MxOC43MDggMTAuNzMwOCAxOC43MDggMTAuMDk3NiAxOC4zMTc0IDkuNzA3MDhDMTcuOTI2OSA5LjMxNjU1IDE3LjI5MzcgOS4zMTY1NSAxNi45MDMyIDkuNzA3MDhMMTIuNzE3NiAxMy44OTI3QzEyLjMyNzEgMTQuMjgzMyAxMS42OTM5IDE0LjI4MzIgMTEuMzAzNCAxMy44OTI3TDcuMTIxMzIgOS43MTA2OUM2LjczMDggOS4zMjAxNiA2LjA5NzYzIDkuMzIwMTYgNS43MDcxMSA5LjcxMDY5WiIgZmlsbD0iIzBGMEYwRiIvPg0KPC9zdmc+");
  background-size: 20px;
  background-position: right 15px center;
  background-repeat: no-repeat;
}
.request-form .form-input.dropdown > p select {
  padding: 12px 22px;
}
.request-form .form-input .date-field {
  background-size: 20px;
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPg0KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0zIDEwSDIxTTcgM1Y1TTE3IDNWNU02LjIgMjFIMTcuOEMxOC45MjAxIDIxIDE5LjQ4MDIgMjEgMTkuOTA4IDIwLjc4MkMyMC4yODQzIDIwLjU5MDMgMjAuNTkwMyAyMC4yODQzIDIwLjc4MiAxOS45MDhDMjEgMTkuNDgwMiAyMSAxOC45MjAxIDIxIDE3LjhWOC4yQzIxIDcuMDc5ODkgMjEgNi41MTk4NCAyMC43ODIgNi4wOTIwMkMyMC41OTAzIDUuNzE1NjkgMjAuMjg0MyA1LjQwOTczIDE5LjkwOCA1LjIxNzk5QzE5LjQ4MDIgNSAxOC45MjAxIDUgMTcuOCA1SDYuMkM1LjA3OTkgNSA0LjUxOTg0IDUgNC4wOTIwMiA1LjIxNzk5QzMuNzE1NjkgNS40MDk3MyAzLjQwOTczIDUuNzE1NjkgMy4yMTc5OSA2LjA5MjAyQzMgNi41MTk4NCAzIDcuMDc5ODkgMyA4LjJWMTcuOEMzIDE4LjkyMDEgMyAxOS40ODAyIDMuMjE3OTkgMTkuOTA4QzMuNDA5NzMgMjAuMjg0MyAzLjcxNTY5IDIwLjU5MDMgNC4wOTIwMiAyMC43ODJDNC41MTk4NCAyMSA1LjA3OTg5IDIxIDYuMiAyMVoiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjwvc3ZnPg==");
  padding-right: 40px;
}
.request-form .form-consent, .request-form .submit-container {
  margin-left: 160px;
}
@media (max-width: 480px) {
  .request-form .form-consent, .request-form .submit-container {
    margin-left: 0;
  }
}
.request-form .form-consent {
  margin-bottom: 20px;
}
.request-form .form-consent > p {
  margin-left: 28px;
}
.request-form .form-consent > p input {
  margin-left: -28px;
}
.request-form .form-consent .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.request-form .form-consent .wpcf7-checkbox .wpcf7-list-item-label {
  font-size: 18px;
  font-size: clamp(1rem, calc(0.23vw + 0.94rem), 1.13rem);
  line-height: 140%;
}
.request-form .submit-container {
  margin-top: 40px;
}
.request-form .submit-container input {
  border-radius: 50px;
  border: 1px solid #000;
  font-family: ApercuBold, sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  background: #fff;
  padding: 20px 60px;
  cursor: pointer;
  transition: all 300ms ease;
}
.request-form .submit-container input:hover {
  background: #989EC0;
  border-color: #989EC0;
  color: #fff;
}
@media (max-width: 480px) {
  .request-form .submit-container input {
    width: 100%;
  }
}
.request-form .wpcf7-not-valid-tip {
  margin-top: 10px;
  font-size: 14px;
  font-family: ApercuRegular, sans-serif;
}
.air-datepicker-global-container .air-datepicker--content {
  padding: 0;
}
.air-datepicker-global-container .air-datepicker-cell {
  font-family: ApercuRegular, sans-serif;
}
.air-datepicker-global-container .air-datepicker-nav {
  background: #4D4D4B;
  border-color: #4D4D4B;
}
.air-datepicker-global-container .air-datepicker-body--day-names {
  background: #4D4D4B;
  padding: 10px 0;
  margin: 0;
}
.air-datepicker-global-container .air-datepicker-body--day-name {
  color: #fff;
}
.air-datepicker-global-container .air-datepicker-cell.-current- {
  color: #000;
  border-radius: 25px;
  border: 1px solid #ccc;
}
.air-datepicker-global-container .air-datepicker-nav--title {
  color: #fff;
}
.air-datepicker-global-container .air-datepicker-nav--title:hover {
  color: #000;
}
.form-consent {
  cursor: pointer;
}
.form-consent input {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  vertical-align: sub;
  appearance: none;
  padding: 0;
  margin: 0;
  margin-right: 6px;
}
.form-consent input:checked:after {
  display: inherit;
}
.form-consent input:after {
  display: none;
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 18px;
  height: 18px;
  background-color: #989EC0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-check-icon lucide-check'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}
.wpcf7-response-output {
  max-width: min(1588px, calc(100% - 140px));
  margin: auto !important;
  text-align: center;
  margin-top: 60px !important;
  border: 1px solid #000 !important;
  padding: 10px 20px !important;
  box-sizing: border-box;
  font-family: ApercuRegular, sans-serif;
  font-size: 18px;
}
.wpcf7-not-valid {
  border-color: red !important;
}
.wpcf7-not-valid-tip {
  display: none;
}
:root {
  /*-- 1. empfohlene Einstellungen --*/
  /* Farben für Anfrage- und Buchenbuttons */
  --hapi-background-button: #989EC0;
  --hapi-color-button: #ffffff;
  /* Primär: Farben für eine buchungsspezifische Auswahl, z. B. Urlaubszeitraum */
  --hapi-background-primary: #2a2a29;
  --hapi-color-primary: #ffffff;
  --hapi-background-contrast: #2a2a29;
  --hapi-border-radius: 0px;
}
.roombooking-seekda {
  background: #4D4D4B;
  color: #fff;
  padding: 110px 0;
}
.roombooking-seekda * {
  font-family: ApercuRegular, sans-serif;
}
.roombooking-seekda .title {
  font-family: MilanesaSerifLight, sans-serif;
  font-size: 48px;
  font-size: clamp(2rem, calc(1.848vw + 1.522rem), 3rem);
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 70px;
}
.roombooking-seekda .hapi-w-liveprice-room {
  column-gap: 10vw;
}
.roombooking-seekda .hapi-w-calendar-header {
  margin-bottom: 50px;
}
.roombooking-seekda .hapi-w-liveprice-room-buttons a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  font-family: ApercuBold, sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: transparent;
  padding: 20px 60px;
  min-width: 220px;
  transition: all 300ms ease;
}
@media (max-width: 767px) {
  .roombooking-seekda .hapi-w-liveprice-room-buttons a {
    padding: 14px 42px;
    min-width: initial;
  }
}
.roombooking-seekda .hapi-w-liveprice-room-buttons a:hover {
  background-color: #989EC0;
  border-color: #989EC0;
}
.roombooking-seekda .hapi-w-liveprice-room-buttons a.hapi-w-button-inquiry {
  border: none;
}
.roombooking-seekda .hapi-w-liveprice-room-buttons a.hapi-w-button-inquiry:hover {
  text-decoration: underline;
  background: transparent;
}
.roombooking-seekda .hapi-w-day-available, .roombooking-seekda .hapi-w-day-locked, .roombooking-seekda .hapi-w-day-arrival, .roombooking-seekda .hapi-w-day-departure, .roombooking-seekda .hapi-w-day-departure-last {
  background-color: transparent;
}
.roombooking-seekda .hapi-w-room-rateplan-title, .roombooking-seekda .hapi-w-day-label {
  font-weight: 700;
}
.roombooking-seekda .hapi-w-liveprice-room-price .hapi-w-price-defaultvalue span, .roombooking-seekda .hapi-w-liveprice-room-price .hapi-w-price-value {
  font-size: 36px;
  font-family: MilanesaSerifLight, sans-serif;
  font-weight: 300;
}
.roombooking-seekda .hapi-w-text-tiny {
  font-size: 1.1em;
}
.roombooking-seekda .hapi-w-day-value {
  font-size: 1em;
  font-family: ApercuBold, sans-serif;
}
.roombooking-seekda .hapi-w-label {
  font-size: 1.2em;
  font-family: ApercuBold, sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .roombooking-seekda .hapi-w-room-rateplan {
    width: 85vw;
  }
  .roombooking-seekda .hapi-w-calendar-container, .roombooking-seekda .hapi-w-liveprice-room-occupancy, .roombooking-seekda .hapi-w-liveprice-room-price, .roombooking-seekda .hapi-w-liveprice-room-buttons {
    width: 92vw;
  }
}
.hapi-w-overlay-body.hapi-w-standalone * {
  font-family: ApercuRegular, sans-serif;
}
.hapi-w-overlay-body.hapi-w-standalone .hapi-w-package-detail-description a {
  color: #000 !important;
  text-decoration: underline !important;
}
.hapi-w-overlay-body.hapi-w-standalone .hapi-w-rateplan-title.hapi-w-title {
  font-family: MilanesaSerifLight, sans-serif;
  text-transform: uppercase;
  font-size: 46px;
  font-weight: 300;
  margin-bottom: 20px;
}
.hapi-w-overlay-body.hapi-w-standalone .hapi-w-rateplan-subtitle.hapi-w-title-sub {
  font-family: ApercuBold, sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.hapi-w-overlay-body.hapi-w-standalone .hapi-w-rateplan-description.hapi-w-bodytext, .hapi-w-overlay-body.hapi-w-standalone .hapi-w-rateplan-description.hapi-w-bodytext ul li {
  font-family: ApercuRegular, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.36px;
}
.hapi-w-overlay-body.hapi-w-standalone .hapi-w-rateplan-description.hapi-w-bodytext ul li {
  list-style: disc;
  margin-left: 28px;
}
.air-datepicker-cell.-year-.-other-decade-, .air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}
.air-datepicker-cell.-year-.-other-decade-:hover, .air-datepicker-cell.-day-.-other-month-:hover {
  color: var(--adp-color-other-month-hover);
}
.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-disabled-.-focus-.air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}
.-selected-.air-datepicker-cell.-year-.-other-decade-, .-selected-.air-datepicker-cell.-day-.-other-month- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month);
}
.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-selected-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background: var(--adp-background-color-selected-other-month-focused);
}
.-in-range-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color);
}
.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range-focused);
}
.air-datepicker-cell.-year-.-other-decade-:empty, .air-datepicker-cell.-day-.-other-month-:empty {
  background: none;
  border: none;
}
.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.air-datepicker-cell.-focus- {
  background: var(--adp-cell-background-color-hover);
}
.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date);
}
.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color);
}
.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date);
}
.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled);
}
.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}
.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}
.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}
.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0;
}
.air-datepicker-cell.-in-range-:hover, .air-datepicker-cell.-in-range-.-focus- {
  background: var(--adp-cell-background-color-in-range-hover);
}
.air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}
.air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}
.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}
.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected);
}
.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected);
}
.air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover);
}
.air-datepicker-body {
  transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}
.air-datepicker-body.-hidden- {
  display: none;
}
.air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 8px 0 3px;
}
.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}
.air-datepicker-body--day-name.-clickable- {
  cursor: pointer;
}
.air-datepicker-body--day-name.-clickable-:hover {
  color: var(--adp-day-name-color-hover);
}
.air-datepicker-body--cells {
  display: grid;
}
.air-datepicker-body--cells.-days- {
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}
.air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}
.air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}
.air-datepicker-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
  box-sizing: content-box;
}
.-only-timepicker- .air-datepicker-nav {
  display: none;
}
.air-datepicker-nav--title, .air-datepicker-nav--action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover);
}
.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active);
}
.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}
.air-datepicker-nav--action svg {
  width: 32px;
  height: 32px;
}
.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px;
}
.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px;
}
.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: 0.3em;
}
.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover);
}
.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active);
}
.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none;
}
.air-datepicker-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.air-datepicker-button {
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0);
}
.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
}
.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none;
}
.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}
.air-datepicker-button span {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.air-datepicker-time {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner);
}
.-only-timepicker- .air-datepicker-time {
  border-top: none;
}
.air-datepicker-time--current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
}
.air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}
.air-datepicker-time--current-hours, .air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}
.air-datepicker-time--current-hours:after, .air-datepicker-time--current-minutes:after {
  content: "";
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}
.air-datepicker-time--current-hours.-focus-:after, .air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}
.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}
.air-datepicker-time--row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}
.air-datepicker-time--row:first-child {
  margin-bottom: 4px;
}
.air-datepicker-time--row input[type=range] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.air-datepicker-time--row input[type=range]::-ms-tooltip {
  display: none;
}
.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type=range]:focus {
  outline: none;
}
.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}
.air-datepicker-time--row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}
.air-datepicker-time--row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}
.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size)/2*-1);
}
.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}
.air-datepicker-time--row input[type=range]::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}
.air-datepicker-time--row input[type=range]::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}
.air-datepicker-time--row input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
}
.air-datepicker-time--row input[type=range]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0);
}
.air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas: "nav" "body" "timepicker" "buttons";
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, .1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 4px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-name-color-hover: #8ad5f4;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-hover: var(--adp-background-color-hover);
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px}.air-datepicker-overlay{--adp-overlay-background-color: rgba(0, 0, 0, .3);
  --adp-overlay-transition-duration: .3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99}
.air-datepicker{background:var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
}
.air-datepicker:not(.-custom-position-) {
  opacity: 0;
}
.air-datepicker.-from-top- {
  transform: translateY(calc(var(--adp-transition-offset) * -1));
}
.air-datepicker.-from-right- {
  transform: translateX(var(--adp-transition-offset));
}
.air-datepicker.-from-bottom- {
  transform: translateY(var(--adp-transition-offset));
}
.air-datepicker.-from-left- {
  transform: translateX(calc(var(--adp-transition-offset) * -1));
}
.air-datepicker.-active-:not(.-custom-position-) {
  transform: translate(0, 0);
  opacity: 1;
}
.air-datepicker.-active-.-custom-position- {
  transition: none;
}
.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}
.air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}
.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none;
}
.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none;
}
.air-datepicker.-is-mobile-:not(.-custom-position-) {
  transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}
.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  transform: translate(-50%, -50%);
}
.air-datepicker.-custom-position- {
  transition: none;
}
.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0;
}
.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1;
}
.air-datepicker--pointer:after {
  content: "";
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  box-sizing: border-box;
}
.-top-left- .air-datepicker--pointer, .-top-center- .air-datepicker--pointer, .-top-right- .air-datepicker--pointer, [data-popper-placement^=top] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 1px);
}
.-top-left- .air-datepicker--pointer:after, .-top-center- .air-datepicker--pointer:after, .-top-right- .air-datepicker--pointer:after, [data-popper-placement^=top] .air-datepicker--pointer:after {
  transform: rotate(135deg);
}
.-right-top- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer, [data-popper-placement^=right] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 1px);
}
.-right-top- .air-datepicker--pointer:after, .-right-center- .air-datepicker--pointer:after, .-right-bottom- .air-datepicker--pointer:after, [data-popper-placement^=right] .air-datepicker--pointer:after {
  transform: rotate(225deg);
}
.-bottom-left- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer, [data-popper-placement^=bottom] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 1px);
}
.-bottom-left- .air-datepicker--pointer:after, .-bottom-center- .air-datepicker--pointer:after, .-bottom-right- .air-datepicker--pointer:after, [data-popper-placement^=bottom] .air-datepicker--pointer:after {
  transform: rotate(315deg);
}
.-left-top- .air-datepicker--pointer, .-left-center- .air-datepicker--pointer, .-left-bottom- .air-datepicker--pointer, [data-popper-placement^=left] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 1px);
}
.-left-top- .air-datepicker--pointer:after, .-left-center- .air-datepicker--pointer:after, .-left-bottom- .air-datepicker--pointer:after, [data-popper-placement^=left] .air-datepicker--pointer:after {
  transform: rotate(45deg);
}
.-top-left- .air-datepicker--pointer, .-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}
.-top-right- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}
.-top-center- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size)/2);
}
.-left-top- .air-datepicker--pointer, .-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}
.-left-bottom- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}
.-left-center- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size)/2);
}
.air-datepicker--navigation {
  grid-area: nav;
}
.air-datepicker--content {
  box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body;
}
.-only-timepicker- .air-datepicker--content {
  display: none;
}
.air-datepicker--time {
  grid-area: timepicker;
}
.air-datepicker--buttons {
  grid-area: buttons;
}
.air-datepicker--buttons, .air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner);
}
.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index);
}
.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fdev.somnium.design%2Fbachmann%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fbachmann%2Fassets%2Fcss%2Fscss%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Fbachmann%2Fassets%2Fcss%2Fscss%2Fdefaults%2F_reset.scss%22%2C%22wp-content%2Fthemes%2Fbachmann%2Fassets%2Fcss%2Fscss%2Fdefaults%2F_paddings.scss%22%2C%22wp-content%2Fthemes%2Fbachmann%2Fassets%2Fcss%2Fscss%2F_controls.scss%22%2C%22wp-content%2Fthemes%2Fbachmann%2Fassets%2Fcss%2Fscss%2F_lightboxgallery.scss%22%2C%22wp-content%2Fthemes%2Fbachmann%2Fassets%2Fcss%2Fscss%2F_splide.scss%22%2C%22wp-content%2Fthemes%2Fbachmann%2Fassets%2Fcss%2Fscss%2F_swiper.scss%22%2C%22wp-content%2Fthemes%2Fbachmann%2Fassets%2Fcss%2Fscss%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fbachmann%2Fassets%2Fcss%2Fscss%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fbachmann%2Fassets%2Fcss%2Fscss%2F_aside.scss%22%2C%22wp-content%2Fthemes%2Fbachmann%2Fassets%2Fcss%2Fscss%2F_elements.scss%22%2C%22wp-content%2Fthemes%2Fbachmann%2Fassets%2Fcss%2Fscss%2F_requestform.scss%22%2C%22wp-content%2Fthemes%2Fbachmann%2Fassets%2Fcss%2Fscss%2F_seekda.scss%22%2C%22wp-content%2Fthemes%2Fbachmann%2Fassets%2Fcss%2Fscss%2F_datepicker.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAC1EF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADAA%3BACqBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BACzEE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA4BF%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAIA%3BAAEE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BACzGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2M%3BAAAA%3BAAAA%3BAAA8M%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BN%3BAAAA%3BAAAA%3BAAAA%3BAAAuE%3BAAAA%3BAAAA%3BAAAuE%3BAAAA%3BAAAA%3BAAA%2BD%3BAAAA%3BAAAA%3BAAAoB%3BAAAA%3BAAAA%3BAAAgC%3BAAAA%3BAAAA%3BAAAmB%3BAAAA%3BAAAA%3BAAA%2BB%3BAAAgC%3BAAAA%3BAAAA%3BAAAU%3BAAAA%3BAAAA%3BAAAe%3BAAAA%3BAAAA%3BAAAA%3BAAAa%3BAAA6B%3BAAAA%3BAAAA%3BAAAU%3BAAAA%3BAAAA%3BAAAe%3BAAAA%3BAAAA%3BAAAA%3BAAAa%3BAAA4B%3BAAAA%3BAAAA%3BAAAU%3BAAAA%3BAAAA%3BAAAe%3BAAAA%3BAAAA%3BAAAA%3BAAAa%3BAAAwB%3BAAAA%3BAAAA%3BAAAU%3BAAAA%3BAAAA%3BAAAe%3BAAAA%3BAAAA%3BAAAA%3BAAAa%3BAAA%2BB%3BAAAA%3BAAAA%3BAAAU%3BAAAA%3BAAAA%3BAAAc%3BAAAA%3BAAAA%3BAAAA%3BAAAa%3BAAA4B%3BAAAA%3BAAAA%3BAAAU%3BAAAA%3BAAAA%3BAAAc%3BAAAA%3BAAAA%3BAAAA%3BAAAa%3BAAA2B%3BAAAA%3BAAAA%3BAAAU%3BAAAA%3BAAAA%3BAAAc%3BAAAA%3BAAAA%3BAAAA%3BAAAa%3BAAAuB%3BAAAA%3BAAAA%3BAAAU%3BAAAA%3BAAAA%3BAAAc%3BAAAA%3BAAAA%3BAAAA%3BAAAa%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4I%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmE%3BAAAA%3BAAAA%3BAAAkG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkW%3BAAAA%3BAAAA%3BAAA%2BC%3BAAAA%3BAAAA%3BAAAsC%3BAAAA%3BAAAA%3BAAA4C%3BAAAA%3BAAAA%3BAAAwC%3BAAAA%3BAAAA%3BAAA%2BC%3BAAAA%3BAAAA%3BAAA%2BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwD%3BAAAA%3BAAAA%3BAAAA%3BAAA6C%3BAAAA%3BAAAA%3BAAA6B%3BAAAA%3BAAAA%3BAAA%2BC%3BAAAA%3BAAAA%3BAAAqG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgE%3BAAAA%3BAAAA%3BAAAA%3BAAAwC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqjB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkzB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqW%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0G%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqK%3BAAAA%3BAAAA%3BAAAA%3BAAA0H%3BAAAA%3BAAAA%3BAAAA%3BAAAuI%3BAAAA%3BAAAA%3BAAAkE%3BAAAA%3BAAAA%3BAAA8D%3BAAAA%3BAAAA%3BAAAgE%3BAAAA%3BAAAA%3BAAAsD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4G%3BAAAyB%3BAAAA%3BAAAA%3BAAAA%3BAAAoC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4I%3BAAAyB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmL%3BAAAA%3BAAAA%3BAAAoF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmF%3BAAAA%3BAAAA%3BAAAkD%3BAAAA%3BAAAA%3BAAAiD%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwG%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BE%3BAAAA%3BAAAA%3BAAAA%3BAAAuF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4G%3BAAAA%3BAAAA%3BAAAqC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BK%3BAAAA%3BAAAA%3BAAA2I%3BAAAA%3BAAAA%3BAAAmE%3BAAA0B%3BAAAA%3BAAAA%3BAAAA%3BAAA8C%3BAAAA%3BAAAA%3BAAAA%3BAAAoD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuD%3BAAA0B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAse%3BAAAA%3BAAAA%3BAAA6G%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0M%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8P%3BAAAA%3BAAAA%3BAAA2D%3BAAAA%3BAAAA%3BAAA4I%3BAAAA%3BAAAA%3BAAAA%3BAAA0F%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0E%3BAAAA%3BAAAA%3BAAAkD%3BAAAA%3BAAAA%3BAAA6C%3BAAAA%3BAAAA%3BAAA0C%3BAAAA%3BAAAA%3BAAA4D%3BAAAA%3BAAAA%3BAAAA%3BAAAoE%3BAAAA%3BAAAA%3BAAAA%3BAAAyO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAyX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqvB%3BAAAA%3BAAAA%3BAAA0C%3BAAAA%3BAAAA%3BAAAuC%3BAAAA%3BAAAA%3BAAA8C%3BAAAA%3BAAAA%3BAAAA%3BAAAoD%3BAAAA%3BAAAA%3BAAA2C%3BAAAA%3BAAAA%3BAAAA%3BAAA8D%3BAAAA%3BAAAA%3BAAAA%3BAAAyd%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwF%3BAAAA%3BAAAA%3BAAAyE%3BAAAA%3BAAAA%3BAAAsD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgI%3BAAAA%3BAAAA%3BAAAmF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0iB%3BAAAA%3BAAAA%3BAAAA%3BAAA0D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkR%3BAAAA%3BAAAA%3BAAAoF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuO%3BAAAA%3BAAAA%3BAAAqC%3BAAAA%3BAAAA%3BAAAuD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8U%3BAAAA%3BAAAA%3BAAAkD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkxB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAoK%3BAAAA%3BAAAA%3BAAAqD%3BAAAA%3BAAAA%3BAAA6C%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsK%3BAAAA%3BAAAA%3BAAAgE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgL%3BAAAA%3BAAAA%3BAAAsC%3BAAAA%3BAAAA%3BAAA0C%3BAAAA%3BAAAA%3BAAAoD%3BAAAA%3BAAAA%3BAAA4D%3BAAAA%3BAAAA%3BAAAmD%3BAAAA%3BAAAA%3BAAA2D%3BAAAA%3BAAAA%3BAAAqD%3BAAAA%3BAAAA%3BAAA6D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAijB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmK%3BAAAA%3BAAAA%3BAAA4E%3BAAAA%3BAAAA%3BAAAiD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiO%3BAAAA%3BAAAA%3BAAAmD%3BAAAA%3BAAAA%3BAAAwD%3BAAAA%3BAAAA%3BAAAA%3BAAAqE%3BAAAA%3BAAAA%3BAAA8C%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkY%3BAAAA%3BAAAA%3BAAAmD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkS%3BAAAA%3BAAAA%3BAAA0D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAyT%3BAAAA%3BAAAA%3BAAAA%3BAAA0b%3BAAAA%3BAAAA%3BAAAsC%3BAAAA%3BAAAA%3BAAAuC%3BAAAA%3BAAAA%3BAAAyD%3BAAAA%3BAAAA%3BAAAmC%3BAAAA%3BAAAA%3BAAAmC%3BAAAA%3BAAAA%3BAAAoC%3BAAAA%3BAAAA%3BAAA0C%3BAAAA%3BAAAA%3BAAAgE%3BAAAA%3BAAAA%3BAAAoE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2G%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8G%3BAAAA%3BAAAA%3BAAAoF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAoD%3BAAAA%3BAAAA%3BAAAA%3BAAAqC%3BAAAA%3BAAAA%3BAAAoC%3BAAAA%3BAAAA%3BAAA6B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAygB%3BAAAA%3BAAAA%3BAAAwG%3BAAAA%3BAAAA%3BAAAoD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2H%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2I%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6P%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2F%3BAAAA%3BAAAA%3BAAAuC%3BAAAA%3BAAAA%3BAAA%2BB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAoJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuK%3BAAAA%3BAAAA%3BAAA0C%3BAAAA%3BAAAA%3BAAAgI%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAA4D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0H%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0H%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAqD%3BAAAA%3BAAAA%3BAAA2C%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwI%3BAAAA%3BAAAA%3BAAAwF%3BAAAA%3BAAAA%3BAAAA%3BAAAwE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2E%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwI%3BAAAA%3BAAAA%3BAAAA%3BAAAyG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BO%3BAAAA%3BAAAA%3BAAA0B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6Q%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4H%3BAAAA%3BAAAA%3BAAAoC%3BAAAA%3BAAAA%3BAAA%2BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAoU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgS%3BAAAA%3BAAAA%3BAAAiD%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAAA%3BAAA6H%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8H%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwd%3BAAAA%3BAAAA%3BAAA2B%3BAAAA%3BAAAA%3BAAAoC%3BAAAA%3BAAAA%3BAAAA%3BAAA0H%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAoJ%3BAAAA%3BAAAA%3BAAA%2BD%3BAAAA%3BAAAA%3BAAAkC%3BAAAA%3BAAAA%3BAAA%2BB%3BAAAA%3BAAAA%3BAAA8C%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEpz4B%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BACzDF%3BAAAA%3BAAAA%3BAAAA%3BAAA0D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6H%3BAAAA%3BAAAA%3BAAAmE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAyM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4G%3BAAAA%3BAAAA%3BAAA2D%3BAAAA%3BAAAA%3BAAA%2BB%3BAAAA%3BAAAA%3BAAAA%3BAAA4C%3BAAAA%3BAAAA%3BAAA8D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4J%3BAAAA%3BAAAA%3BAAAyC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0P%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqH%3BAAAA%3BAAAA%3BAAAoF%3BAAAA%3BAAAA%3BAAAgE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2D%3BAAA0B%3BAAAA%3BAAAA%3BAAAuB%3BAAAA%3BAAAA%3BAAAA%3BAAA4B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAoH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAyF%3BAAAA%3BAAAA%3BAAAA%3BAAAgF%3BAAAA%3BAAAA%3BAAA2B%3BAAAA%3BAAAA%3BAAAgD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwS%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsD%3BAAAA%3BAAAA%3BAAA%2BC%3BAAAA%3BAAAA%3BAAAmC%3BAAAA%3BAAAA%3BAAAA%3BAAAuE%3BAAAA%3BAAAA%3BAAA8B%3BAAAA%3BAAAA%3BAAA8C%3BAAAA%3BAAAA%3BAAA%2BB%3BAAAA%3BAAAA%3BAAAA%3BAAAmF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAyF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmF%3BAAAA%3BAAAA%3BAAAA%3BAAA0D%3BAAAA%3BAAAA%3BAAAA%3BAAAkF%3BAAAA%3BAAAA%3BAAAA%3BAAA8F%3BAAAA%3BAAAA%3BAAAA%3BAAAkD%3BAAAA%3BAAAA%3BAAAyD%3BAAAA%3BAAAA%3BAAA%2BB%3BAAA%2BB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAyE%3BAAA2C%3BAAAA%3BAAAA%3BAAAA%3BAAAoD%3BAAA%2BB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqF%3BAAA2C%3BAAAA%3BAAAA%3BAAA%2BD%3BAAAA%3BAAAA%3BAAAA%3BAAAyF%3BAAAA%3BAAAA%3BAAA%2BB%3BAAAA%3BAAAA%3BAAAA%3BAAAwE%3BAAAA%3BAAAA%3BAAAA%3BAAAoF%3BAAAA%3BAAAA%3BAAAA%3BAAA6F%3BAAAA%3BAAAA%3BAAAiF%3BAAAA%3BAAAA%3BAAAA%3BAAA8D%3BAAAA%3BAAAA%3BAAAkE%3BAAAA%3BAAAA%3BAAAA%3BAAA8D%3BAAAA%3BAAAA%3BAAAmE%3BAAAA%3BAAAA%3BAAAA%3BAAAuE%3BAAAA%3BAAAA%3BAAAkD%3BAAAA%3BAAAA%3BAAAuE%3BAAAA%3BAAAA%3BAAAA%3BAAA8D%3BAAAA%3BAAAA%3BAAAsE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALA7uJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmwE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAAuD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAyN%3BAAAA%3BAAAA%3BAAAuG%3BAAAA%3BAAAA%3BAAAsC%3BAAAA%3BAAAA%3BAAAoC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiH%3BAAAA%3BAAAA%3BAAAgD%3BAAAA%3BAAAA%3BAAAgE%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4H%3BAAAA%3BAAAA%3BAAA8D%3BAAAA%3BAAAA%3BAAAuD%3BAAAA%3BAAAA%3BAAA8B%3BAAAA%3BAAAA%3BAAAoF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4F%3BAAAA%3BAAAA%3BAAAiE%3BAAAA%3BAAAA%3BAAA6E%3BAAAA%3BAAAA%3BAAAgF%3BAAAA%3BAAAA%3BAAA8E%3BAAAA%3BAAAA%3BAAAwE%3BAAAA%3BAAAA%3BAAAuF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6F%3BAAAA%3BAAAA%3BAAAA%3BAAAuH%3BAAAA%3BAAAA%3BAAAsJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgJ%3BAAAA%3BAAAA%3BAAAmJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6I%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2Q%3BAAAA%3BAAAA%3BAAA2D%3BAAAA%3BAAAA%3BAAA4G%3BAAAA%3BAAAA%3BAAA8G%3BAAAA%3BAAAA%3BAAA0G%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkS%3BAAAA%3BAAAA%3BAAAkL%3BAAAA%3BAAAA%3BAAAA%3BAAAyS%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqH%3BAAAA%3BAAAA%3BAAAA%3BAAAqH%3BAAAA%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4a%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4H%3BAAAA%3BAAAA%3BAAAuH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAiG%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BG%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BG%3BAAAA%3BAAAA%3BAAAiC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuM%3BAAAA%3BAAAA%3BAAA%2BE%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BG%3BAAAA%3BAAAA%3BAAA%2BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsH%3BAAAA%3BAAAA%3BAAAsD%3BAAAA%3BAAAA%3BAAAoH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BP%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BD%3BAAAA%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAAuF%3BAAAA%3BAAAA%3BAAA4F%3BAAAA%3BAAAA%3BAAA8F%3BAAAA%3BAAAA%3BAAAmG%3BAAAA%3BAAAA%3BAAA8F%3BAAAA%3BAAAA%3BAAAmG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuH%3BAAAA%3BAAAA%3BAAAsE%3BAAAA%3BAAAA%3BAAA4D%3BAAAA%3BAAAA%3BAAAA%3BAAAwJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6N%3BAAAA%3BAAAA%3BAAAA%3BAAA8N%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmN%3BAAAA%3BAAAA%3BAAAA%3BAAAgR%3BAAAA%3BAAAA%3BAAAsN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiO%3BAAAA%3BAAAA%3BAAAgQ%3BAAAA%3BAAAA%3BAAA8H%3BAAAA%3BAAAA%3BAAAkF%3BAAAA%3BAAAA%3BAAAA%3BAAA0H%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0O%3BAAAA%3BAAAA%3BAAA0G%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmX%3BAAAA%3BAAAA%3BAAAqC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0K%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8U%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsM%3BAAAA%3BAAAA%3BAAA0C%3BAAAA%3BAAAA%3BAAAoC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsI%3BAAAA%3BAAAA%3BAAAA%3BAAAmD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwG%3BAAAA%3BAAAA%3BAAAA%3BAAAoF%3BAAAA%3BAAAA%3BAAA4C%3BAAAA%3BAAAA%3BAAAA%3BAAAyE%3BAAAA%3BAAAA%3BAAAgF%3BAAAA%3BAAAA%3BAAAA%3BAAA2E%3BAAAA%3BAAAA%3BAAA6D%3BAAAA%3BAAAA%3BAAAsD%3BAAAA%3BAAAA%3BAAA2E%3BAAAA%3BAAAA%3BAAAqC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqL%3BAAAA%3BAAAA%3BAAA6D%3BAAAA%3BAAAA%3BAAA8D%3BAAAA%3BAAAA%3BAAA6G%3BAAAA%3BAAAA%3BAAAA%3BAAAyI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqI%3BAAAA%3BAAAA%3BAAAA%3BAAAqF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0U%3BAAAA%3BAAAA%3BAAAqC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuH%3BAAAA%3BAAAA%3BAAA6D%3BAAAA%3BAAAA%3BAAA6G%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0U%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0J%3BAAAA%3BAAAA%3BAAAsC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACV9ojB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BACnIR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAChNR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAC3NN%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWV%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0BE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeR%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACp8DN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAC3RA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAC9JF%3BAAAA%3BAAAA%3BAAAsH%3BAAAA%3BAAAA%3BAAAyI%3BAAAA%3BAAAA%3BAAA6J%3BAAAA%3BAAAA%3BAAAA%3BAAAiL%3BAAAA%3BAAAA%3BAAA8L%3BAAAA%3BAAAA%3BAAAA%3BAAAuL%3BAAAA%3BAAAA%3BAAAwL%3BAAAA%3BAAAA%3BAAAA%3BAAA4H%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAyL%3BAAAA%3BAAAA%3BAAA%2BE%3BAAAA%3BAAAA%3BAAAmE%3BAAAA%3BAAAA%3BAAA8D%3BAAAA%3BAAAA%3BAAA8E%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BE%3BAAAA%3BAAAA%3BAAAwE%3BAAAA%3BAAAA%3BAAAoF%3BAAAA%3BAAAA%3BAAAkF%3BAAAA%3BAAAA%3BAAAA%3BAAAqG%3BAAAA%3BAAAA%3BAAAyI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgO%3BAAAA%3BAAAA%3BAAAyF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4G%3BAAAA%3BAAAA%3BAAAA%3BAAA0G%3BAAAA%3BAAAA%3BAACz%2BF%3BAAAA%3BAAAA%3BAAA8F%3BAAAA%3BAAAA%3BAAA2C%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAyH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuL%3BAAAA%3BAAAA%3BAAA0D%3BAAAA%3BAAAA%3BAAAuF%3BAAAA%3BAAAA%3BAAAyC%3BAAAA%3BAAAA%3BAAAA%3BAAAwI%3BAAAA%3BAAAA%3BAAAA%3BAAAsH%3BAAAA%3BAAAA%3BAAAA%3BAACj3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwM%3BAAAA%3BAAAA%3BAAAoD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6H%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAoK%3BAAAA%3BAAAA%3BAAA%2BE%3BAAAA%3BAAAA%3BAAAiF%3BAAAA%3BAAAA%3BAAAyD%3BAAAA%3BAAAA%3BAAAA%3BAAAuD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8F%3BAAAA%3BAAAA%3BAAAA%3BAAAgF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqG%3BAAAA%3BAAAA%3BAAA8E%3BAAAA%3BAAAA%3BAAAgF%3BAAAA%3BAAAA%3BAAAA%3BAAC9tC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwM%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4H%3BAAAA%3BAAAA%3BAAAgF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACplB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0K%3BAAAA%3BAAAA%3BAAAwD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAA%3BAAAmE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsQ%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAyO%3BAAAA%3BAAAA%3BAAAwD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAoJ%3BAAAA%3BAAAA%3BAAA0F%3BAAAA%3BAAAA%3BAAAsE%3BAAAA%3BAAAA%3BAAAuH%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAA4G%3BAAAA%3BAAAA%3BAAA%2BD%3BAAAA%3BAAAA%3BAAAA%3BAAAoL%3BAAAA%3BAAAA%3BAAAA%3BAAAgL%3BAAAA%3BAAAA%3BAAAA%3BAAAyK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgT%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0K%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmK%3BAAAA%3BAAAA%3BAAAqF%3BAAAA%3BAAAA%3BAACxtI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACwnB%3BAAAA%3BAAAA%3BAAAkD%3BAAAA%3BAAAA%3BAAAyF%3BAAAA%3BAAAA%3BAAAgF%3BAAAA%3BAAAA%3BAAAiF%3BAAAA%3BAAAA%3BAAA0F%3BAAAA%3BAAAA%3BAAAA%3BAAAqF%3BAAAA%3BAAAA%3BAAA2D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmJ%3BAAAA%3BAAAA%3BAAA%2BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsZ%3BAAAA%3BAAAA%3BAAAwE%3BAAAA%3BAAAA%3BAAAkE%3BAAAA%3BAAAA%3BAAAyH%3BAAAA%3BAAAA%3BAAA6F%3BAAAA%3BAAAA%3BAAAkD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0K%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiU%3BAAAA%3BAAAA%3BAAAwN%3BAAAA%3BAAAA%3BAAAyN%3BAAAA%3BAAAA%3BAAAkO%3BAAAA%3BAAAA%3BAAAiO%3BAAAA%3BAAAA%3BAAAuO%3BAAAA%3BAAAA%3BAAAqO%3BAAAA%3BAAAA%3BAAA6N%3BAAAA%3BAAAA%3BAAA4N%3BAAAA%3BAAAA%3BAAA4G%3BAAAA%3BAAAA%3BAAA%2BG%3BAAAA%3BAAAA%3BAAA4H%3BAAAA%3BAAAA%3BAAAyG%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAA2H%3BAAAA%3BAAAA%3BAAA0C%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0F%3BAAAA%3BAAAA%3BAAAyD%3BAAAA%3BAAAA%3BAAA2C%3BAAAA%3BAAAA%3BAAA2C%3BAAAA%3BAAAA%3BAAAA%3BAAA6H%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAka%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */