@charset "UTF-8";
/* 2 */
header .sc-ShopBasket {
  display: none;
}
@keyframes quick-rotation {
  /* Starting state (0%): No rotation */
  from {
    transform: rotate(0deg);
  }
  /* Ending state (100%): Full rotation (e.g., 360 degrees) */
  to {
    transform: rotate(90deg);
  }
}
.black-friday {
  background: #669C8F;
  color: #000;
  padding: 20px 0;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  font-weight: 400;
  font-family: futura-book, Verdana, Arial, Helvetica, sans-serif;
}
.black-friday .bf-wrap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 24px;
}
.black-friday .bf-wrap .bf-title {
  width: 100%;
  text-transform: uppercase;
  font-weight: 400;
  font-family: futura-bold, Verdana, Arial, Helvetica, sans-serif;
}
.black-friday .bf-wrap .bf-message {
  width: 100%;
  font-size: 18px;
  max-width: 1600px;
  font-weight: 600;
}
.black-friday .bf-wrap .bf-message b {
  font-weight: 200;
  font-family: futura-bold, Verdana, Arial, Helvetica, sans-serif;
}
.black-friday .close-wrap {
  position: relative;
  padding: 0px;
  align-items: center;
}
.black-friday .close-wrap button {
  padding: 0px;
  background: transparent;
  color: #000;
  border: 0px solid black;
  cursor: pointer;
}
.black-friday .close-wrap button span.material-icons {
  transition: all 0.2s;
  font-weight: 800;
  font-size: 24px;
  left: 0px;
  top: 0px;
  cursor: pointer;
}
.black-friday:hover .close-wrap button {
  animation-name: quick-rotation;
  /* The duration of the animation (e.g., 1 second) */
  animation-duration: 0.2s;
  /* The timing function: 'slow fast slow' */
  animation-timing-function: ease-in-out;
  /* Run the animation only once */
  animation-iteration-count: 1;
  /* Ensures the element returns to its original state after the animation */
  animation-fill-mode: forwards;
  /* (Optional) Sets the center as the pivot point (this is the default) */
  transform-origin: center;
}
@media (max-width: 992px) {
  .black-friday {
    font-size: 20px;
  }
  .black-friday .bf-wrap .bf-message {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .black-friday {
    font-size: 16px;
  }
  .black-friday .bf-wrap .bf-message {
    font-size: 14px;
  }
  .black-friday .close-wrap {
    position: absolute;
    right: 10px;
    height: 100%;
  }
  .black-friday .close-wrap button span.material-icons {
    font-weight: 800;
    font-size: 30px;
  }
}
#SC-page-1474-ShopBasket-1 {
  display: block;
}
#SC-page-1474-ShopBasket-1 .H5APP_TSGCartX {
  display: block;
}
#SC-page-1474-ShopBasket-1 .H5APP_TSGCartX a, #SC-page-1474-ShopBasket-1 .H5APP_TSGCartX a:visited, #SC-page-1474-ShopBasket-1 .H5APP_TSGCartX a:hover {
  text-decoration: none;
  color: #fff;
}
#SC-page-1474-ShopBasket-1 .H5APP_TSGCartX .quantity a, #SC-page-1474-ShopBasket-1 .H5APP_TSGCartX .quantity a:visited, #SC-page-1474-ShopBasket-1 .H5APP_TSGCartX .quantity a:hover {
  color: #000;
}
a, a:visited, a:hover {
  color: #fff;
}
a.a-button {
  display: inline-block;
  padding: 15px 20px;
  min-width: 250px;
  color: #ffffff;
  background-color: #3d4658;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: none;
}
div.product-wrapper a, div.product-wrapper a:visited, div.product-wrapper a:hover {
  color: #000;
}
.bd-post-list h1 {
  font-size: 80px;
  line-height: 90px;
}
@media (max-width: 992px) {
  .bd-post-list h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 768px) {
  .bd-post-list h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.content .sc-ShopBasket {
  display: block;
}
.content .product_panel .name {
  display: none;
}
.H5APP_ProductGroup .item_wrapper .product_panel > .info {
  padding: 16px;
}
.H5APP_ProductGroup .item_wrapper .product_panel > .info > .price {
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 992px) {
  .H5APP_ProductGroup .item_wrapper .product_panel > .info > .price {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .H5APP_ProductGroup .item_wrapper .product_panel > .info > .price {
    font-size: 16px;
    line-height: 18px;
  }
}
.H5APP_ProductGroup .item_wrapper .product_panel > .info > .name {
  display: none;
}
.H5APP_ProductGroup .item_wrapper .product_panel > .info > h1 {
  border-bottom: 0px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 3px;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 992px) {
  .H5APP_ProductGroup .item_wrapper .product_panel > .info > h1 {
    font-size: 32px;
    line-height: 40px;
    border-bottom: 0px;
    padding: 0px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .H5APP_ProductGroup .item_wrapper .product_panel > .info > h1 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .H5APP_ProductGroup .item_wrapper .product_panel > .info {
    padding: 12px;
  }
}
a, a:visited, a:hover {
  text-decoration: none;
}
.menu-bottom-menu-container a, .menu-bottom-menu-container a:visited, .menu-bottom-menu-container a:hover {
  text-decoration: none;
  color: #807e78;
}
.cart-mode .sc-ShopBasket {
  display: block;
}
.cart-mode .sc-ShopBasket a, .cart-mode .sc-ShopBasket a:visited, .cart-mode .sc-ShopBasket a:hover {
  color: #000;
}
.sc-HeaderCountrySelect {
  display: none;
}
.country-mode .sc-HeaderCountrySelect {
  display: block;
}
.country-mode .sc-HeaderCountrySelect a, .country-mode .sc-HeaderCountrySelect a:visited, .country-mode .sc-HeaderCountrySelect a:hover {
  color: #000;
}
.bg-white a, .bg-white a:visited, .bg-white a:hover {
  text-decoration: none;
  color: #000;
}
.c-mobile {
  display: none;
}
@media (max-width: 992px) {
  .c-mobile {
    display: block;
  }
}
.gap-8 {
  gap: 8px;
}
.bd-breadcrumb {
  max-width: calc(1600px - 40px);
  width: calc(100%);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-transform: uppercase;
  border: 0px solid red;
  padding: 0 20px 0 20px;
  white-space: wrap-word;
}
.bd-breadcrumb, .bd-breadcrumb *, .bd-breadcrumb span, .bd-breadcrumb a {
  white-space: initial;
  color: #fff;
  border: 0px solid red;
  text-transform: uppercasE;
  text-decoration: none;
}
.tsg-static-logo {
  top: 14px;
  width: 109px;
  height: 73px;
  display: block;
}
.c-desktop {
  display: block;
}
@media (max-width: 992px) {
  .c-desktop {
    display: none;
  }
}
.sc-ShopBasket, .sc-HeaderCountrySelect {
  width: 100%;
  background: #fff;
}
div.white {
  background: white;
}
.basket .info {
  dispaly: none !important;
}
header.tsg-header-wrapper {
  max-height: 100vh !important;
  flex: 1;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}
header.tsg-header-wrapper h1 {
  font-size: 50px;
  line-height: 70px;
}
div.tsg-header .header-wrapper {
  border: 0px solid red;
  z-index: 20;
  overflow: visible;
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 0px 24px;
  background: transparent;
  min-height: 100px;
}
@media (max-width: 992px) {
  div.tsg-header .header-wrapper {
    padding: 0px 24px;
  }
}
div.tsg-header .header-wrapper.black {
  background: black !important;
  color: white;
}
.hide {
  display: none;
}
@media (max-width: 992px) {
  .country-short {
    display: none;
    border: 1px solid red;
  }
}
.country-selection {
  display: none;
  padding: 0;
}
.init-modules {
  display: none;
}
header.user-mode div.sc-PageHeader, header.country-mode, header.cart-mode div.sc-PageHeader {
  background: #000 !important;
}
header.user-mode div.sc-PageHeader .country-selection, header.country-mode .country-selection, header.cart-mode div.sc-PageHeader .country-selection {
  display: flex;
}
header#header {
  display: none;
}
.page-id-1474 #tsg-header {
  background: #000;
  border: 0px solid red;
}
div.tsg-header .site-full-menu > .menu-wrapper.submenu-open {
  background: #303647;
}
div.tsg-header .site-full-menu > .menu-wrapper.submenu-open .menu {
  background: transparent;
}
div.tsg-header .site-full-menu > .menu-wrapper.submenu-open li {
  background: transparent;
}
.c-TeaserGrid {
  margin: 0 24px;
  max-width: calc(100% - 48px);
  box-sizing: border-box;
}
.euro {
  font-family: arial;
  font-weight: bold;
}
header .static-menu {
  flex: 1;
  padding-left: 20px;
}
header .tsg-header-wrapper .bd-shortcode {
  padding: 24px;
}
header .tsg-header-wrapper .header-space {
  display: none;
  flex: 0.5;
}
@media (max-width: 992px) {
  header .tsg-header-wrapper .header-space {
    display: none;
    flex: 0.5;
  }
}
header .tsg-header-wrapper.cart-mode .header-space, header .tsg-header-wrapper.country-mode .header-space {
  display: block;
}
header .header-content {
  display: flex;
  overflow: auto;
  height: auto;
  background: #fff;
  max-height: calc(100% - 150px);
  padding: 0;
  margin: 0;
  color: #000;
  padding: 0px;
}
header .header-content a {
  color: #000;
}
header .header-content .bd-shortcode.split {
  height: 0px;
  overflow: hidden;
  display: none;
  flex: 1;
}
header .smenu-wrapper {
  display: flex;
  gap: 20px;
  cursor: pointer;
  margin-right: 60px;
}
@media (max-width: 992px) {
  header .smenu-wrapper {
    margin-right: 10px;
  }
}
header .smenu-wrapper .item {
  opacity: 0.8;
  transition: opacity 0.2s;
}
header .smenu-wrapper .item:hover {
  opacity: 1;
}
header.country-mode .bd-shortcode.split.c-HeaderCountrySelect {
  max-height: 5000px;
  height: auto;
  overflow: auto;
  transition: max-height 0.2s;
  padding: 25px;
  display: block;
  margin: 0;
}
header.country-mode div.tsg-header .menu-option.country {
  background: #fff;
  color: #000;
  opacity: 1;
  padding: 0 16px;
}
header.cart-mode .bd-shortcode.split.c-ShopBasket {
  max-height: 5000px;
  height: auto;
  overflow: auto;
  transition: max-height 0.2s;
  padding: 25px;
  margin: 0;
}
header.cart-mode div.tsg-header .menu-option.basket {
  background: #fff;
  color: #000;
  opacity: 1;
  padding: 0 16px;
}
header.user-mode .bd-shortcode.split.c-UserAuth {
  max-height: 5000px;
  height: auto;
  overflow: auto;
  transition: max-height 0.2s;
  padding: 25px;
  display: block;
  padding: 25px;
  margin: 0;
}
header.user-mode div.tsg-header .menu-option.user {
  background: #fff;
  color: #000;
}
header.info-mode .bd-shortcode.c-CookieNotice {
  max-height: 5000px;
  overflow: auto;
  transition: max-height 0.2s;
  padding: 25px;
  display: block;
}
.user-mode .tsg-header, .country-mode .tsg-header, .cart-mode .tsg-header, .info-mode .tsg-header {
  background: #000 !important;
}
.helmet-icon {
  background-image: url("/bd_config/14438/TSG_Logo_head_white.svg");
  background-size: contain;
  background-position: center;
  position: inline-block;
  width: 23px;
  aspect-ratio: 1;
  margin-right: 15px;
}
.helmet-icon.green .helmet-icon {
  background-image: url("/bd_config/14438/TSG_Logo_head_white.svg");
}
.helmet-icon.red .helmet-icon {
  background-image: url("/bd_config/14438/TSG_Logo_head_red.svg");
}
.helmet-icon.blue .helmet-icon {
  background-image: url("/bd_config/14438/TSG_Logo_head_blue.svg");
}
.helmet-icon.gray .helmet-icon {
  background-image: url("/bd_config/14438/TSG_Logo_head_gray.svg");
}
.helmet-icon.inactive .helmet-icon {
  background-image: url("/bd_config/14438/TSG_Logo_head_inactive.svg");
}
@keyframes shake {
  0% {
    padding-left: 0rem;
  }
  25% {
    padding-left: 0.5rem;
  }
  75% {
    padding-left: -0.5rem;
  }
  100% {
    padding-left: 0rem;
  }
}
header .c-UserAuth {
  height: 0px;
  overflow: hidden;
  margin: 0;
}
div.tsg-header .item.search input.site_search {
  width: 0;
  display: none;
  padding: 5px 10px 10px 10px;
  margin: 0 0 0 0;
  border: 0px;
  border-bottom: 2px solid white;
  color: #fff;
  height: 23px;
  line-height: 16px;
  font-size: 16px;
  margin-right: 10px;
  position: relative;
  width: 0px;
  max-width: 0px;
}
div.tsg-header .item.search.focus input.site_search {
  width: 100%;
  max-width: 200px;
  display: block;
  -webkit-transition: max-width 0.42s;
  /* For Safari 3.1 to 6.0 */
  transition: max-width 0.4s;
}
div.tsg-header .item.search.focus input.site_search::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  /* Firefox */
}
section .bd-rider-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start;
  grid-gap: 10px;
  margin-bottom: 50px;
}
section .rider-grid-3 .bd-rider-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start;
  grid-gap: 10px;
  margin-bottom: 50px;
}
section .bd-rider-grid > * {
  width: 100%;
}
section .bd-rider-grid > * > .content > h1 {
  font-size: 2vw;
  line-height: 2vw;
  padding-right: 25%;
  color: #fff;
}
section .bd-grid-item .link {
  opacity: 0;
  transition: opacity 0.2s;
  color: #fff;
}
section .bd-grid-item:hover .link {
  opacity: 1;
}
@media only screen and (max-width: 1200px) {
  section .bd-rider-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: start;
  }
}
@media only screen and (max-width: 992px) {
  section .rider-grid-3 .bd-rider-grid, section .bd-rider-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: start;
  }
  section .bd-rider-grid > * > .content > h1 {
    font-size: 30px;
    line-height: 30px;
    padding-right: 50%;
  }
  section .bd-rider-grid > * > .content > a {
    font-size: 2vw;
    text-transform: uppercase;
    text-decoration: none;
  }
}
@media only screen and (max-width: 768px) {
  section .rider-grid-3 .bd-rider-grid, section .bd-rider-grid {
    display: grid;
    grid-template-columns: 1fr;
    place-items: start;
  }
  section .bd-rider-grid > * > .content > h1 {
    font-size: 30px;
    line-height: 30px;
    padding-right: 50%;
  }
  section .bd-rider-grid > * > .content > a {
    font-size: 5vw;
    text-transform: uppercase;
    text-decoration: none;
  }
}
section .bd-rider-grid > * > .item {
  filter: grayscale(100%);
  transition: all 0.5s;
}
section .bd-rider-grid > *:hover > .item {
  filter: grayscale(0%);
}
section .bd-rider-grid > * > .content {
  overflow: hidden;
}
section .bd-rider-grid *.rider_type {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #ffffff;
  z-index: 10;
  text-transform: uppercase;
  font-size: 12px;
  font-family: trade-gothic-lt, Verdana, Arial, Helvetica, sans-serif;
}
section .bd-rider-grid > * > .content > a {
  font-size: 1vw;
  text-transform: uppercase;
  text-decoration: none;
}
.rotating {
  color: white important;
}
.header-interface {
  padding: 24px;
}
.tsg-interface {
  padding: 24px;
  flex: 0.5;
  background: #000;
  color: #fff;
  padding: 16px;
}
.tsg-interface > div {
  flex-direction: row;
  display: flex;
  gap: 16px;
}
.tsg-interface .input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 16px;
}
.tsg-interface .input-wrapper input {
  flex: 0.5;
  padding: 8px;
  margin: 0;
}
.tsg-interface .input-wrapper label.label {
  display: none;
}
.tsg-interface button.submit {
  color: #000;
  border-color: #fff;
  padding: 10px;
  min-width: 150px;
  font-size: 20px;
  background: #fff;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
  border: 2px solid white;
}
.interface, .section-content {
  margin-bottom: 20px;
  margin: 0 0 0 0;
  opacity: 1;
  margin: 0 0 50px 0;
  padding: 0 0 0;
}
.interface h2, .section-content h2 {
  margin: 0 0 0 0;
}
.interface.loading, .section-content.loading {
  cursor: wait;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.interface .section-tabs, .section-content .section-tabs {
  margin-bottom: 20px;
  display: flex;
}
.interface .section-tabs a, .section-content .section-tabs a {
  text-decoration: none;
  font-weight: normal;
  padding-bottom: 3px;
  border-bottom: 0px solid white;
  margin-right: 20px;
  cursor: pointer;
}
.interface .section-tabs a > span.label, .section-content .section-tabs a > span.label {
  text-decoration: none;
}
.interface .grid-dashboard, .section-content .grid-dashboard {
  margin-bottom: 50px;
}
.interface .grid-dashboard > .item, .section-content .grid-dashboard > .item {
  aspect-ratio: 2;
  border: 0px solid #aaa;
  padding: 20px;
  border: 0px solid #aaa;
}
.interface .if-opt, .section-content .if-opt {
  margin-right: 20px;
}
.interface .section-tabs a.selected > span.label, .section-content .section-tabs a.selected > span.label {
  font-weight: bold;
}
.interface h2, .section-content h2 {
  margin: 0 0 30px 0;
}
.interface button.if-comp, .section-content button.if-comp {
  padding: 10px;
  cursor: pointer;
  background: #000;
  border: 0px solid white;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: auto;
  margin-right: 10px;
  color: #dadada;
}
.interface button.if-comp:hover, .section-content button.if-comp:hover {
  color: #fff;
}
.interface button.if-comp:hover .label, .section-content button.if-comp:hover .label {
  text-decoration: underline;
}
.interface button.if-comp .material-icons, .section-content button.if-comp .material-icons {
  font-size: 16px;
}
.interface button.if-comp .label, .section-content button.if-comp .label {
  flex: 1;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  padding-top: 0px;
  padding-bottom: 2px;
}
.bdh-i-wrap input[type=text], .bdh-i-wrap input[type=password], input[type="text"], input[type="email"], input[type="password"], input[type="button"] {
  background: transparent;
  border: 1px solid #807e78;
  height: 44px;
  color: #000000;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}
.mobile .bdh-input-wrap {
  margin-bottom: 20px;
}
.bdh-i-wrap input[type=text], .bdh-i-wrap input[type=password] {
  background: transparent;
  border: 0px solid transparent;
  border-bottom: 2px solid #fff;
  height: 44px;
  color: #fff;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 18px;
}
.bdh-i-type-radio {
  margin-top: 0px;
}
.bdh-input-wrap .bdh-input-label {
  padding-top: 3px;
  padding-right: 20px;
  font-family: trade-gothic-lt, Verdana, Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
  margin-bottom: 15px;
}
.mobile .bdh-input-wrap .bdh-input-label {
  margin-bottom: 0px;
}
.bdh-i-type-radio label {
  margin-right: 20px;
  margin-bottom: 5px;
}
section.white input[type=text], section.white input[type=email] {
  color: #000;
}
section.white .H5APP_checkoutContact input[type=text], section.white .H5APP_checkoutContact input[type=email] {
  color: #fff;
}
section input[type=text], section input[type=email] {
  color: #fff;
}
/*
section#content{
h1 { 
font-size: 128px;
line-height: 140px;

@media (max-width:$breakpoint-tablet){
font-size: 86px;
line-height: 100px;

}
@media (max-width:$breakpoint-phone){
font-size: 64px;
line-height: 80px;

}

}
}
*/
input::placeholder {
  color: #aaaaaa;
}
form.form-mask {
  margin-bottom: 20px;
}
form.form-mask .input-wrapper {
  margin: 0;
  padding: 10px 0 0 0;
  display: block;
  margin-bottom: 16px;
}
form.form-mask .input-wrapper input.invalid {
  animation: shake 0.2s ease-in-out 0s 2;
}
form.form-mask .input-wrapper input, form.form-mask .input-wrapper select {
  width: 100%;
  margin: 0;
  border: 0px;
  border-bottom: 2px solid white;
}
form.form-mask input.form-input {
  width: 100;
}
form.form-mask input.form-input[type="password"], form.form-mask input.form-input[type="text"] {
  font: 18px/28px "Lato", Arial, sans-serif;
  color: #333;
  box-sizing: border-box;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #fff;
  border: 0px solid transparent;
  background: transparent;
  margin-bottom: 0px;
  padding-left: 10px;
  border-bottom: 1px solid white;
}
@media (max-width: 992px) {
  form.form-mask .input-wrapper > input, form.form-mask .input-wrapper > select {
    font-size: 12px;
  }
  form.form-mask .input-wrapper {
    margin-bottom: 10px;
  }
  form.form-mask .c-title {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
  }
}
form.form-mask .input-wrapper > input.invalid {
  animation: shake 0.2s ease-in-out 0s 2;
}
form.form-mask .form-input.border {
  border: 2px solid gray;
  margin: 0px;
}
form.form-mask .form-input.border .label, form.form-mask .form-input.border:focus .label {
  display: none;
}
form.form-mask .form-input ~ label {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0px;
  color: #aaa;
  transition: 0.3s;
  z-index: auto;
  letter-spacing: 0.5px;
  opacity: 0;
}
form.form-mask .form-input:focus ~ label, form.form-mask .has-content.form-input ~ label {
  top: 0px;
  font-size: 12px;
  color: #999999;
  transition: 0.3s;
  opacity: 1;
}
form.form-mask .form-input:focusx {
  border: 2px solid red;
}
form.form-mask .input-wrapper {
  position: relative;
}
form.form-mask .form-input ~ label.error, form.form-mask .form-input:focus ~ label.error, form.form-mask .has-content.form-input ~ label.error {
  position: absolute;
  font-size: 12px;
  right: 0;
  width: auto;
  top: 0px;
  color: #aaa;
  transition: 0.3s;
  z-index: auto;
  letter-spacing: 0.5px;
  opacity: 1;
  text-align: right;
  font-weight: bold;
  color: #aa0000;
}
form.form-mask .error input.form-input[type="password"], form.form-mask .error input.form-input[type="text"], form.form-mask .missing input.form-input[type="password"], form.form-mask .missing input.form-input[type="text"] {
  border-bottom: 1px solid #aa0000;
}
form.form-mask .input_wrapper.checked input.cart-input[type="text"] {
  background: transparent;
}
form.form-mask .form-mask {
  margin: 0 0 10px 0;
}
form.form-mask .form-mask div.input {
  margin-bottom: 20px;
  gap: 20px;
}
form.form-mask .form-mask .input-label {
  text-ttransform: uppercase;
  font-size: 18px;
}
form.form-mask .form-mask input, form.form-mask .form-mask textarea {
  border: 1px solid #fff;
  background: #666;
  color: #fff;
  background: transparent;
}
form.form-mask .form-mask button {
  font-family: "Material Icons";
  color: #ddd;
}
form.form-mask .form-mask button:hover {
  color: #333;
}
form.form-mask .form-mask select, form.form-mask .form-mask input[type="text"], form.form-mask .form-mask input[type="checkbox"], form.form-mask .form-mask input[type="password"] {
  margin: 0 0 0 0;
}
form.form-mask button.submit {
  flex: 1;
  padding: 10px;
  cursor: pointer;
  background: #000;
  border: 2px solid white;
  color: #fff;
}
form.form-mask button.submit .label {
  flex: 1;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  padding-top: 2px;
}
form.form-mask .form-options {
  gap: 10px;
}
form.form-mask .form-options input {
  margin: 0;
}
form.form-mask .form-options input.button {
  margin: 0;
}
form.form-mask .form-options input.button:first-of-type[type=submit] {
  margin-left: 0;
}
button {
  background: #ffffff;
  border: 2px solid #303647;
  color: #303647;
  padding: 15px 20px;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  flex: 1;
  display: flex;
  cursor: pointer;
}
button > span.label {
  flex: 1;
}
button:hover {
  background: #303647;
  color: #ffffff;
  border: 0px solid transparent;
}
button:disabled {
  background: #fff;
  border: transparent;
  color: #303647;
}
button.green {
  background: #588c7c;
  color: #fff;
}
button.green:disabled {
  opacity: 0.7;
}
.entry-content a.wp-element-button, .wp-element-button {
  border-radius: 0;
  display: inline-block;
  padding: 15px 20px;
  min-width: 250px;
  color: #dadada;
  background-color: #000000;
  border: 2px solid white;
  /*#3d4658*/
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: none;
}
.entry-content a.wp-element-button:hover, .wp-element-button:hover {
  color: #000000;
  background-color: #ffffff;
  /*#3d4658*/
}
p {
  font-family: trade-gothic-lt, Verdana, Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
  margin-bottom: 20px;
}
.mode-mobile p {
  font-size: 18px;
  line-height: 22px;
}
body div.tsg-blackbox hr.wp-block-separator, body hr.wp-block-separator {
  margin: 5vw auto 2vw;
  padding: 0;
}
body div.tsg-blackbox .wp-block-group__inner-container {
  padding: 0;
}
@media (min-width: 1200px) {
  body div.tsg-blackbox hr.wp-block-separator, body hr.wp-block-separator {
    margin: 2vw auto 2vw auto;
    padding: 0;
  }
}
.item_wrapper.square-container .square {
  position: relative;
  flex-basis: calc(25% - 8px);
  margin: 4px;
  border: 0px solid;
  box-sizing: border-box;
}
@media (max-width: 1460px) {
  .item_wrapper.square-container .square {
    flex-basis: calc(25% - 8px);
  }
}
@media (max-width: 1280px) {
  .item_wrapper.square-container .square {
    flex-basis: calc(25% - 8px);
  }
}
@media (max-width: 992px) {
  .item_wrapper.square-container .square {
    flex-basis: calc(33.33333333% - 8px);
  }
}
@media (max-width: 768px) {
  .item_wrapper.square-container .square {
    flex-basis: calc(50% - 8px);
  }
}
@media (max-width: 768px) {
  .item_wrapper.square-container .square {
    flex-basis: calc(50% - 8px);
  }
}
@media (max-width: 992px) {
  .country-short {
    display: none;
  }
}
/* ––– Basics Start ––– */
h2 {
  font-family: futura-book, Verdana, Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #879baa;
}
@media (max-width: 992px) {
  h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
h3 {
  font-family: futura-book, Verdana, Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #828282;
}
@media (max-width: 992px) {
  h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
h1 {
  font-family: futura-extrabold, Verdana, Arial, Helvetica, sans-serif;
  font-size: 72px;
  line-height: 64px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 100px;
    line-height: 120px;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 48px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
.tsg_teaser h1 {
  font-size: 112px;
  line-height: 105px;
  font-family: futura-extrabold, Verdana, Arial, Helvetica, sans-serif;
  font-size: 72px;
  line-height: 64px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .tsg_teaser h1 {
    word-break: break-word;
    font-size: 48px;
    line-height: 54px;
  }
  .tsg_teaser h1.mobile-s {
    font-size: 62px;
    line-height: 58px;
  }
  .tsg_teaser h1.mobile-xs {
    font-size: 52px;
    line-height: 48px;
  }
  .tsg_teaser h1.mobile-xxs {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  .tsg_teaser h1 {
    font-size: 64px;
    line-height: 55px;
  }
  .tsg_teaser h1.mobile-s {
    font-size: 52px;
    line-height: 48px;
  }
  .tsg_teaser h1.mobile-xs {
    font-size: 42px;
    line-height: 38px;
  }
  .tsg_teaser h1.mobile-xxs {
    font-size: 32px;
    line-height: 28px;
  }
}
.tsg_teaser h1 h3 {
  color: #efeee8;
}
blockquote {
  background: rgba(0, 0, 0, 0.8);
  display: block;
  margin-bottom: 30px;
  margin: 0px;
  padding: 50px;
  padding-bottom: 30px;
  text-align: center;
}
blockquote > p {
  margin-top: 0px;
  margin-bottom: 20px;
}
p {
  font-family: trade-gothic-lt, Verdana, Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
  margin-bottom: 20px;
}
.mode-mobile p {
  font-size: 18px;
  line-height: 22px;
}
blockquote {
  background: rgba(0, 0, 0, 0.8);
  display: block;
  margin-bottom: 30px;
  margin: 0px;
  padding: 50px;
  padding-bottom: 30px;
  text-align: center;
}
blockquote > p {
  margin-top: 0px;
  margin-bottom: 20px;
}
p {
  font-family: trade-gothic-lt, Verdana, Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
  margin-bottom: 20px;
}
.mode-mobile p {
  font-size: 18px;
  line-height: 22px;
}
article ul > li {
  font-size: 24px;
  margin: 0 0 12px;
}
article blockquote {
  flex: 1;
  max-width: calc(1600px - 48px);
  padding: 24px;
  width: 100%;
  margin: 0 auto 25px auto;
}
.mode-mobile article ul > li {
  font-size: 18px;
  margin: 0 0 12px;
}
.mode-mobile article blockquote {
  flex: 1;
  max-width: calc(1600px - 48px);
  padding: 24px;
  width: 100%;
  margin: 0 auto 25px auto;
}
.tsg-initial-letter .wp-block-columns.max-width-970 {
  margin: 0 auto;
  padding: 16px 24px;
  max-width: 970px;
}
.tsg-initial-letter > div > figure {
  margin: 20px 0 24px;
}
.tsg-initial-letter > div > figure > img {
  width: 100%;
  height: auto;
}
.tsg-initial-letter > div > .wp-block-columns {
  margin: 20px 0 24px;
}
.tsg-initial-letter > div > .wp-block-columns > div > figure > img {
  width: 100%;
  height: auto;
}
.tsg-initial-letter > div > .H5APP_ProductGroup {
  max-width: 970px;
  margin: 0 auto 25px auto;
  padding: 0 24px;
}
.tsg-initial-letter > div blockquote {
  max-width: 970px;
  margin: 0 auto 25px auto;
}
.tsg-initial-letter > div blockquote > p {
  border-left: 10px solid #efeee8;
  padding-left: 20px;
  margin: auto;
  font-size: 3vw;
  line-height: 3vw;
  text-transform: uppercase;
  font-family: futura-book, Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  width: 100%;
}
.tsg-initial-letter > div > h1 {
  max-width: 970px;
  margin: 0 auto 25px auto;
}
.tsg-initial-letter > div > h2 {
  max-width: 970px;
  margin: 0 auto 25px auto;
}
.tsg-initial-letter > div > h3 {
  max-width: 970px;
  margin: 0 auto 25px auto;
}
.tsg-initial-letter > div > p {
  max-width: 970px;
  margin: 0 auto 25px auto;
}
.tsg-initial-letter > div > p:first-of-type:first-letter {
  font-size: 60px;
  float: left;
  margin-top: 18px;
  margin-right: 5px;
  margin-bottom: 10px;
  font-family: futura-book, Verdana, Arial, Helvetica, sans-serif;
}
.bdh-loading .rotate-on-load {
  color: white;
}
.rotate {
  color: white;
}
button.tsg {
  flex: 1;
  display: flex;
  flex-direction: row;
  padding: 10px;
  cursor: pointer;
  background: #000;
  border: 2px solid white;
  color: #fff;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
}
button.tsg .label {
  flex: 1;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  padding-top: 2px;
}
textarea.bdh-code, textarea.log-ta {
  width: 100%;
  background: #000;
  color: #aaa;
  font-family: courier;
  min-height: 250px;
}
.DialogView.cdl-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  border-top: 0px solid #666;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  align-content: center;
  z-index: 90000000;
  transition: none;
  display: flex;
  align-items: center;
  align-content: center;
}
.DialogView.cdl-wrapper.full-width {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 16px;
}
.DialogView.cdl-wrapper .cdl-content p {
  margin-bottom: 5px;
}
.DialogView.cdl-wrapper .cdl-content ul {
  list-style-type: circle;
  padding-inline-start: 40px;
  margin-bottom: 5px;
}
.DialogView.cdl-wrapper > .cdl-block {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  max-height: 100;
  overflow: hidden;
  transition: none;
  filter: blur(2px);
  -webkit-filter: blur(1px);
  backdrop-filter: blur(1px);
}
.DialogView.cdl-wrapper > .cdl-dialog {
  position: relative;
  box-sizing: border-box;
  margin: auto;
  padding: 24px 24px 24px 24px;
  background: #fff;
  color: #333;
  border-radius: 0px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  width: auto;
}
.DialogView.cdl-wrapper > .cdl-dialog > .cdl-title {
  border-bottom: 0px splid #666;
  padding: 17px 0 17px 16px;
  position: relative;
  font-weight: bold;
  font-size: 24px;
  background: transparent;
}
.DialogView.cdl-wrapper > .cdl-dialog > .cdl-title > .cdl-title-text {
  line-height: 20px;
}
.DialogView.cdl-wrapper > .cdl-dialog > .cdl-title > span.material-icons {
  font-size: 16px;
  float: right;
}
.DialogView.cdl-wrapper > .cdl-dialog > .cdl-title .toggle-dialog {
  display: none;
}
.DialogView.cdl-wrapper > .cdl-dialog > .cdl-title .bdh-move {
  display: none;
  cursor: pointer;
}
.DialogView.cdl-wrapper > .cdl-dialog > .cdl-title .bdh-move > span {
  color: #666666;
  transition: all 0.2s;
}
.DialogView.cdl-wrapper > .cdl-dialog > .cdl-title .bdh-move > span:hover {
  color: #ffffff;
}
.DialogView.cdl-wrapper > .cdl-dialog > .cdl-title > .fa-times {
  float: right;
  cursor: pointer;
}
.DialogView.cdl-wrapper > .cdl-dialog > .cdl-title > .fa-times:hover {
  color: #fbfbfb;
}
.DialogView.cdl-wrapper > .cdl-dialog > .cdl-title > .title-options {
  margin: 0 10px 0 15px;
  gap: 8px;
}
.DialogView.cdl-wrapper > .cdl-dialog > .cdl-title > .title-options .material-icons {
  font-size: 25px;
}
.DialogView.cdl-wrapper > .cdl-dialog > .cdl-content-wrapper {
  flex: 1;
  position: relative;
  overflow: auto;
  padding: 17px 15px;
}
.DialogView.cdl-wrapper > .cdl-dialog > .cdl-content-wrapper > .cdl-content {
  border-bottom: 1px splid #666;
  padding: 5px;
  font-size: 16px;
  color: #333;
}
.DialogView.cdl-wrapper > .cdl-dialog > .cdl-options {
  display: block;
  position: relative;
  padding: 17px 15px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: transparent;
  box-sizing: border-box;
}
.DialogView.cdl-wrapper > .cdl-dialog > .cdl-options button.bdh-button {
  background: #000;
  border: 1px solid #666;
  padding: 10px 16px;
  border-radius: 0;
  font-size: 16px;
  transition: all 0.2s;
  margin: 0 16px 0 0px;
  cursor: pointer;
  color: #fff;
}
.DialogView.cdl-wrapper > .cdl-dialog > .cdl-options button.bdh-button:hover {
  color: #000;
}
.DialogView.cdl-wrapper > .cdl-dialog > .cdl-options button.bdh-button:hover > span {
  color: #000;
}
.DialogView.cdl-wrapper > .cdl-dialog > .cdl-options button.right {
  float: right;
  margin: 0 0 0 16px;
}
.DialogView.cdl-wrapper > .cdl-dialog.small {
  min-width: 250px;
  min-height: 150px;
  min-width: 450px;
  min-height: 350px;
}
.DialogView.cdl-wrapper > .cdl-dialog.medium {
  min-width: 450px;
  min-height: 250px;
  min-width: 25%;
  min-height: 20%;
}
.DialogView.cdl-wrapper > .cdl-dialog.big {
  min-width: 650px;
  min-height: 350px;
  min-width: 50%;
  min-height: 40%;
}
.DialogView.cdl-wrapper > .cdl-dialog.full {
  flex: 1;
  min-width: initial;
  min-height: initial;
  height: 100%;
  width: 100%;
}
.epyt-facade img.epyt-facade-poster {
  left: 0px;
  top: 0px;
  transform: none;
}
/* 2 */
/* Generated by Glyphter (http://www.glyphter.com) on  Sun Nov 26 2023*/
@font-face {
  font-family: "tsglogo";
  src: url("tsg_logo.eot");
  src: url("tsg_logo.eot?#iefix") format("embedded-opentype"), url("tsg_logo.woff") format("woff"), url("tsg_logo.ttf") format("truetype"), url("tsg_logo.svg#Glyphter") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*="ticon-"]:before {
  display: inline-block;
  font-family: "tsglogo";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px 0px 0 0;
  align-items: center;
  justify-content: center;
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  width: 20px;
  height: 19px;
  bordeR: 0px solid red;
  top: 50%;
  left: 0px;
}
.ticon-logo.still:before {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}
.ticon-logo {
  width: 24px;
  height: 24px;
  position: relative;
  top: 2px;
}
.ticon-logo:before {
  position: relative;
  top: 0px;
  content: "A";
}
.ticon-tlogo:before {
  content: "A";
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}
.icon-wrapper {
  margin-right: 0;
  position: relative;
  width: 20px;
  aspect-ratio: 1;
  display: inline-block;
}
button .icon-wrapper {
  margin-right: 20px;
}
a.ajax-option {
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.2s;
}
a.ajax-option:hover {
  opacity: 1;
}
.dom-grid-8-6-4 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
  grid-auto-rows: minmax(50px, auto);
}
.dom-grid-6-4-2 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  grid-auto-rows: minmax(50px, auto);
}
@media (max-width: 1200px) {
  .dom-grid-6-3-2-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(50px, auto);
  }
  .dom-grid-8-4-2-1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(50px, auto);
  }
  .dom-grid-6-4-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(50px, auto);
  }
  .dom-grid-8-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(50px, auto);
  }
  .dom-grid-8-6-4 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(50px, auto);
  }
  .dom-grid-8-4-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(50px, auto);
  }
  .dom-grid-2-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(50px, auto);
  }
}
@media (max-width: 1024px) {
  .dom-grid-4-2-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(50px, auto);
  }
  .dom-grid-6-3-2-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(50px, auto);
  }
  .dom-grid-6-4-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(50px, auto);
  }
  .dom-grid-8-6-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(50px, auto);
  }
  .dom-grid-8-4-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(50px, auto);
  }
  .dom-grid-8-4-2-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(50px, auto);
  }
  .dom-grid-4-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(50px, auto);
  }
  .flex-span {
    display: block;
  }
  .dom-flex.flex-r {
    flex-direction: column;
  }
  .d-50 {
    width: 100%;
  }
}
@media (max-width: 840px) {
  .dom-grid-4-2-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(50px, auto);
  }
  .dom-grid-6-3-2-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(50px, auto);
  }
  .dom-grid-8-4-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(50px, auto);
  }
  .dom-grid-8-4-2-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(50px, auto);
  }
}
/*@import "basic-styles.scss";
@import "header_footer.scss";
@import "home.scss";
@import "blocks.scss";
@import "single.scss";
*/
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fwww.ridetsg.com%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22bd_config%2F14438%2Fscss%2Ftsg.scss%22%2C%22bd_config%2F14438%2Fscss%2Fbase.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BACSE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAFF%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBJ%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcR%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAcN%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBJ%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOJ%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAUJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BADhrCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BACwsCA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAGE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxoDF%3BACqpDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAoBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzvEA%3BAAAA%3BAESA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%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%3BAAiCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFvPD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */