html {
  scroll-behavior: smooth;
}
html.noscroll {
  overflow: hidden !important;
}
body, input, button, textarea {
  background-color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  outline: none;
  color: #242424;
  font-family: "Raleway", sans-serif;
}
body *:focus, input *:focus, button *:focus, textarea *:focus {
  outline: none;
}
body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
}
body * {
  box-sizing: border-box;
}
body > * {
  z-index: 1;
  box-sizing: border-box;
}
p {
  margin: 0;
  font-family: "Raleway", sans-serif;
}
h1, h2, h3, h4, h5 {
  font-weight: 800;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 10px;
  color: #242424;
}
h1 {
  font-size: 44px;
  line-height: 44px;
}
h2 {
  font-size: 36px;
  line-height: 1.2em;
}
h3 {
  font-size: 24px;
  line-height: 1.2em;
}
h4 {
  font-size: 100%;
  line-height: 1.2em;
}
a {
  text-decoration: none !important;
  color: #242424;
}
a:hover {
  color: #f39ec4;
}
hr {
  margin: 25px 0;
  border: none;
  border-top: solid 1px #f39ec4 !important;
  position: relative;
  overflow: visible;
  width: 100%;
}
hr:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #f39ec4, #bad368);
  left: 0;
  top: -1px;
}
ol, ul {
  margin-left: 25px;
  margin-bottom: 25px;
}
ol li:not(:last-of-type), ul li:not(:last-of-type) {
  margin-bottom: 5px;
}
ol.has-medium-font-size li:not(:last-of-type), ul.has-medium-font-size li:not(:last-of-type) {
  margin-bottom: 10px;
}
select {
  height: 40px;
  border: solid 2px #fff;
  line-height: 36px;
  padding: 7px 15px;
  border-radius: 4px;
  font-family: roboto;
  font-weight: 600;
  font-size: 14px;
  color: #242424;
  font-family: "Raleway", sans-serif;
  font-style: italic;
  appearance: none;
  background-color: #fff;
  background: #fff url("../images/chevrondown-dropdown-bg.png") right center no-repeat;
  background-size: auto 100%;
}
section {
  padding: 25px 0;
  width: 100%;
  position: relative;
}
strong {
  font-weight: 600;
}
em {
  font-style: italic;
}
.container {
  width: 90%;
  margin: 0 auto;
  max-width: 1350px;
  box-sizing: border-box;
  position: relative;
}
.container.has_sidebar {
  display: flex;
  justify-content: space-between;
}
.container.has_sidebar .section_content {
  width: calc(100% - (30px + 250px ));
}
#sidebar {
  width: 250px;
  opacity: 0;
  pointer-events: none;
  position: sticky;
  top: 75px;
}
#sidebar ul, #sidebar ol {
  list-style: none;
}
#sidebar ul + h3 {
  margin-top: 30px;
}
#sidebar .widget-area ul {
  margin: 0;
}
.grecaptcha-badge {
  visibility: hidden;
}
.ui-button {
  height: auto;
  transition: all 250ms;
}
a.button, button.button, input.button, .checkout-button {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  height: 44px;
  line-height: 42px !important;
  padding: 0 24px;
  border-radius: 30px;
  font-size: 20px;
  font-family: "Bebas Neue", arial, sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: #242424;
  border: solid 2px #242424;
  cursor: pointer;
  transition: all 150ms;
}
a.button.loading, button.button.loading, input.button.loading, .checkout-button.loading {
  padding-right: 42px;
}
a.button:hover, a.button.active, button.button:hover, button.button.active, input.button:hover, input.button.active, .checkout-button:hover, .checkout-button.active {
  background-color: transparent;
  color: #242424;
}
a.button.white, button.button.white, input.button.white, .checkout-button.white {
  background-color: #fff;
  border-color: #fff;
  color: #242424;
}
a.button.white:hover, a.button.white.active, button.button.white:hover, button.button.white.active, input.button.white:hover, input.button.white.active, .checkout-button.white:hover, .checkout-button.white.active {
  background-color: transparent;
  color: #fff;
}
a.button.lightgray, button.button.lightgray, input.button.lightgray, .checkout-button.lightgray {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #242424;
}
a.button.lightgray:hover, a.button.lightgray.active, button.button.lightgray:hover, button.button.lightgray.active, input.button.lightgray:hover, input.button.lightgray.active, .checkout-button.lightgray:hover, .checkout-button.lightgray.active {
  background-color: #fff;
}
a.button.color, button.button.color, input.button.color, .checkout-button.color {
  color: #fff;
  background-color: #f39ec4;
  border-color: #f39ec4;
}
a.button.color:hover, a.button.color.active, button.button.color:hover, button.button.color.active, input.button.color:hover, input.button.color.active, .checkout-button.color:hover, .checkout-button.color.active {
  background-color: transparent;
  color: #f39ec4;
}
a.button.color.green, button.button.color.green, input.button.color.green, .checkout-button.color.green {
  color: #242424;
  background-color: #bad368;
  border-color: #bad368;
}
a.button.color.green:hover, a.button.color.green.active, button.button.color.green:hover, button.button.color.green.active, input.button.color.green:hover, input.button.color.green.active, .checkout-button.color.green:hover, .checkout-button.color.green.active {
  background-color: transparent;
  color: #bad368;
}
a.button.color.pink, button.button.color.pink, input.button.color.pink, .checkout-button.color.pink {
  color: #fff;
  background-color: #f39ec4;
  border-color: #f39ec4;
}
a.button.color.pink:hover, a.button.color.pink.active, button.button.color.pink:hover, button.button.color.pink.active, input.button.color.pink:hover, input.button.color.pink.active, .checkout-button.color.pink:hover, .checkout-button.color.pink.active {
  background-color: transparent;
  color: #f39ec4;
}
a.button.color.black, button.button.color.black, input.button.color.black, .checkout-button.color.black {
  color: #fff;
  background-color: #242424;
  border-color: #242424;
}
a.button.color.black:hover, a.button.color.black.active, button.button.color.black:hover, button.button.color.black.active, input.button.color.black:hover, input.button.color.black.active, .checkout-button.color.black:hover, .checkout-button.color.black.active {
  background-color: transparent;
  color: #242424;
}
a.button.small, button.button.small, input.button.small, .checkout-button.small {
  height: 34px;
  border-radius: 20px;
  line-height: 36px !important;
  padding: 0 12px;
}
a.button.disabled, button.button.disabled, input.button.disabled, .checkout-button.disabled {
  background-color: #f5f5f5;
  color: #a0a0a0;
  pointer-events: none !important;
}
.wpcf7 {
  margin: 0 auto;
  max-width: 820px;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form fieldset {
  margin: 0 auto;
}
.wpcf7 form fieldset + fieldset {
  margin-top: 30px;
}
.wpcf7 form .contact-form-header-reason {
  text-align: center;
  margin-top: 20px;
}
.wpcf7 form .contact-form-header-reason h3 {
  font-weight: 800;
}
.wpcf7 form .contact-form-header-reason h3 span {
  font-weight: 400;
}
.wpcf7 form .contact-form-container {
  padding: 28px 0;
}
.wpcf7 form .contact-form-container .wpcf7-spinner {
  display: none;
}
.wpcf7 form div.line {
  display: flex;
  margin-top: 15px;
}
.wpcf7 form div.line:first-child {
  margin-top: 0;
}
.wpcf7 form div.line.submit {
  flex-direction: column;
  margin: 25px auto 0;
  max-width: 250px;
}
.wpcf7 form div.line > span, .wpcf7 form div.line > input[type=submit] {
  margin: 0 7.5px;
  width: calc(100% - 15px);
}
.wpcf7 form div.line > input[type=submit] {
  height: 36px;
  border-radius: 18px;
  border: solid 2px #242424;
  background-color: #242424;
  color: #fff;
  line-height: 34px;
  display: inline-flex;
  cursor: pointer;
  margin: 0;
  padding: 0 15px;
  margin: 0 10px;
  text-align: center;
  transition: all 250ms;
  font-weight: 600;
  justify-content: center;
}
.wpcf7 form div.line > input[type=submit]:hover {
  background-color: #f39ec4;
  border-color: #f39ec4;
  color: #fff;
}
.wpcf7 form div.line span, .wpcf7 form div.line input, .wpcf7 form div.line textarea {
  width: 100%;
}
.wpcf7 form div.line textarea {
  display: block;
}
.wpcf7 form .wpcf7cf_group:not(:first-child) div.line {
  margin-top: 15px;
}
.wpcf7 form input[type=text], .wpcf7 form input[type=number], .wpcf7 form input[type=email], .wpcf7 form input[type=tel], .wpcf7 form input[type=url], .wpcf7 form input[type=password], .wpcf7 form input[type=search], .wpcf7 form select, .wpcf7 form textarea, .wpcf7 form .input-text {
  padding: 5px 20px;
  border: none;
  border: solid 2px #f5f5f5;
  box-shadow: none;
  position: relative;
  border-radius: 10px;
}
.wpcf7 form input[type=text]::placeholder, .wpcf7 form input[type=number]::placeholder, .wpcf7 form input[type=email]::placeholder, .wpcf7 form input[type=tel]::placeholder, .wpcf7 form input[type=url]::placeholder, .wpcf7 form input[type=password]::placeholder, .wpcf7 form input[type=search]::placeholder, .wpcf7 form select::placeholder, .wpcf7 form textarea::placeholder, .wpcf7 form .input-text::placeholder {
  font-style: italic;
  color: #242424;
}
.wpcf7 form input[type=search] {
  padding-left: 25px;
}
.wpcf7 form select {
  padding: 0 15px;
  width: 100%;
  font-weight: 400;
  color: #242424;
  font-size: 15px;
  background-color: #fff;
  background: #fff url("../images/chevrondown-dropdown-bg.png") right 20px center no-repeat;
}
.wpcf7 form textarea {
  padding: 12px 20px;
}
.wpcf7 form .wpcf7-list-item {
  display: inline-block;
  margin: 15px 7.5px 0 7.5px;
}
.wpcf7 form .wpcf7-list-item.selected label {
  border: solid 2px #242424;
  background-color: #fff;
}
.wpcf7 form .wpcf7-list-item label {
  height: 48px;
  display: block;
  line-height: 47px;
  padding: 0 25px;
  border-radius: 25px;
  background-color: white;
  cursor: pointer;
  border: solid 2px #f5f5f5;
  transition: all 150ms;
}
.wpcf7 form .wpcf7-list-item label:hover {
  border: solid 2px #242424;
  background-color: #f5f5f5;
}
.wpcf7 form .wpcf7-list-item label input {
  display: none;
}
.wpcf7 form .wpcf7-list-item label span {
  font-weight: 600;
  pointer-events: none;
}
/* =WordPress Core
-------------------------------------------------------------- */
/* == WordPress WYSIWYG Editor Styles == */
img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
}
.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone, img.alignnone {
  /* not sure about this one */
}
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  height: 36px;
  border-radius: 4px;
  padding-left: 12px;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #89979b;
  transition: border-color 150ms ease-in-out 0s;
  outline: none;
  color: #21313c;
  background-color: white;
  padding-right: 12px;
}
input:not([type=checkbox]):not([type=radio]) :hover {
  box-shadow: #e7eeec 0px 0px 0px 3px;
}
p + p {
  margin-top: 10px;
}
p + h1, p + h2, p + h3, p + h4, p + h5 {
  margin-top: 20px;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltip-content {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.tooltip .tooltip-content:hover .tooltiptext {
  visibility: visible;
}
.section_title {
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  width: 100%;
  max-width: 900px;
}
.section_title h1, .section_title h2, .section_title h3 {
  color: #242424;
  font-weight: 800;
  text-align: center;
  width: 100%;
}
.section_title p.subtitle {
  width: 100%;
  margin-top: 15px;
}
@media (max-width: 980px) {
  body {
    font-size: 15px;
  }
  h1 {
    font-size: 25px;
    line-height: 30px;
  }
  h2 {
    font-size: 20px;
    line-height: 25px;
  }
  h3 {
    font-size: 17px;
    line-height: 20px;
  }
  .container {
    width: calc(100% - 30px);
  }
  .container.has_sidebar .section_content {
    width: calc(100% - (30px + 175px ));
  }
  #sidebar {
    width: 175px;
    font-size: 0.9em;
    line-height: normal;
  }
}
@media (max-width: 768px) {
  a.button, button.button, .woocommerce ul.products li.product .button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt .woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    height: 36px;
    line-height: 34px !important;
    padding: 0 12px;
  }
  a.button.disabled, a.button:disabled[disabled], a.button a.disabled, a.button:disabled[disabled]:hover, a.button a.disabled:hover, button.button.disabled, button.button:disabled[disabled], button.button a.disabled, button.button:disabled[disabled]:hover, button.button a.disabled:hover, .woocommerce ul.products li.product .button.disabled, .woocommerce ul.products li.product .button:disabled[disabled], .woocommerce ul.products li.product .button a.disabled, .woocommerce ul.products li.product .button:disabled[disabled]:hover, .woocommerce ul.products li.product .button a.disabled:hover, .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt a.disabled, .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce #respond input#submit.alt a.disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt a.disabled, .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce a.button.alt a.disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt a.disabled, .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt a.disabled:hover, .woocommerce input.button.alt .woocommerce #content input.button.disabled, .woocommerce input.button.alt .woocommerce #content input.button:disabled[disabled], .woocommerce input.button.alt .woocommerce #content input.button a.disabled, .woocommerce input.button.alt .woocommerce #content input.button:disabled[disabled]:hover, .woocommerce input.button.alt .woocommerce #content input.button a.disabled:hover, .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce #respond input#submit a.disabled, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce #respond input#submit a.disabled:hover, .woocommerce a.button.disabled, .woocommerce a.button:disabled[disabled], .woocommerce a.button a.disabled, .woocommerce a.button:disabled[disabled]:hover, .woocommerce a.button a.disabled:hover, .woocommerce button.button.disabled, .woocommerce button.button:disabled[disabled], .woocommerce button.button a.disabled, .woocommerce button.button:disabled[disabled]:hover, .woocommerce button.button a.disabled:hover, .woocommerce input.button.disabled, .woocommerce input.button:disabled[disabled], .woocommerce input.button a.disabled, .woocommerce input.button:disabled[disabled]:hover, .woocommerce input.button a.disabled:hover, .woocommerce-page #content input.button.disabled, .woocommerce-page #content input.button:disabled[disabled], .woocommerce-page #content input.button a.disabled, .woocommerce-page #content input.button:disabled[disabled]:hover, .woocommerce-page #content input.button a.disabled:hover, .woocommerce-page #respond input#submit.disabled, .woocommerce-page #respond input#submit:disabled[disabled], .woocommerce-page #respond input#submit a.disabled, .woocommerce-page #respond input#submit:disabled[disabled]:hover, .woocommerce-page #respond input#submit a.disabled:hover, .woocommerce-page a.button.disabled, .woocommerce-page a.button:disabled[disabled], .woocommerce-page a.button a.disabled, .woocommerce-page a.button:disabled[disabled]:hover, .woocommerce-page a.button a.disabled:hover, .woocommerce-page button.button.disabled, .woocommerce-page button.button:disabled[disabled], .woocommerce-page button.button a.disabled, .woocommerce-page button.button:disabled[disabled]:hover, .woocommerce-page button.button a.disabled:hover, .woocommerce-page input.button.disabled, .woocommerce-page input.button:disabled[disabled], .woocommerce-page input.button a.disabled, .woocommerce-page input.button:disabled[disabled]:hover, .woocommerce-page input.button a.disabled:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button.disabled, #add_payment_method .wc-proceed-to-checkout a.checkout-button:disabled[disabled], #add_payment_method .wc-proceed-to-checkout a.checkout-button a.disabled, #add_payment_method .wc-proceed-to-checkout a.checkout-button:disabled[disabled]:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button a.disabled:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.disabled, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:disabled[disabled], .woocommerce-cart .wc-proceed-to-checkout a.checkout-button a.disabled, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:disabled[disabled]:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button a.disabled:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.disabled, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:disabled[disabled], .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button a.disabled, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:disabled[disabled]:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button a.disabled:hover {
    padding: 0 12px;
  }
  .section_title {
    padding: 15px 0;
  }
  .container.has_sidebar {
    flex-direction: column;
  }
  .container.has_sidebar .section_content {
    width: 100%;
  }
  #sidebar {
    width: 100%;
  }
  .wpcf7 {
    border: none;
    border-bottom-color: none;
    border-top-color: none;
  }
  .wpcf7 form .contact-form-container {
    padding: 0;
    border: none;
  }
  .wpcf7 form .contact-form-container .line {
    flex-direction: column;
    margin: 7px 0;
  }
  .wpcf7 form .contact-form-container .line span {
    margin-right: 0;
    margin-left: 0;
  }
  .wpcf7 form .contact-form-container .line span + span {
    margin-top: 7px;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
header {
  height: 115px;
}
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
header#SECTION_HEADER {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 9999;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
#MAINBAR {
  display: flex;
  width: 100%;
  justify-content: space-between;
  height: 105px;
  padding-top: 15px;
  background-color: transparent;
  transition: height 150ms ease-out;
  transition: all 150ms ease-out;
}
#MAINBAR * {
  transition: all 150ms ease-out;
}
#MAINBAR > * {
  justify-content: center;
  flex: 1 1 0px;
}
#MAINBAR .custom-logo-link {
  margin-top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 115px;
}
#MAINBAR .custom-logo-link img {
  width: auto;
  height: 75px;
}
#MAINBAR .menu_container.desktop {
  flex: 1 1 100%;
  display: flex;
}
#MAINBAR .menu_container.desktop .menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
#MAINBAR .menu_container.desktop .menu > li.menu-item-has-children a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: transparent url(../images/chevron.png) center no-repeat;
  background-size: 14px;
}
#MAINBAR .menu_container.desktop .menu > li {
  padding: 0 20px;
  margin: 0;
  position: relative;
}
#MAINBAR .menu_container.desktop .menu > li.current_page_item:after {
  content: "";
  height: 4px;
  border-radius: 4px;
  width: 30px;
  background-color: #f39ec4;
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
}
#MAINBAR .menu_container.desktop .menu > li.insta a {
  color: #f39ec4;
}
#MAINBAR .menu_container.desktop .menu > li.insta a:hover {
  color: #bad368;
}
#MAINBAR .menu_container.desktop .menu > li.tiktok a {
  color: #bad368;
}
#MAINBAR .menu_container.desktop .menu > li.tiktok a:hover {
  color: #f39ec4;
}
#MAINBAR .menu_container.desktop .menu > li:first-child {
  padding-left: 0;
}
#MAINBAR .menu_container.desktop .menu > li:last-child {
  padding-right: 15px;
}
#MAINBAR .menu_container.desktop .menu > li.disabled > a {
  background-color: #f5f5f5;
  color: #a0a0a0;
  height: 50px;
  padding: 0 25px;
  line-height: 50px;
  border-radius: 25px;
  pointer-events: none;
}
#MAINBAR .menu_container.desktop .menu > li.highlight > a {
  background-color: #f39ec4;
  color: #fff;
  height: 50px;
  padding: 0 25px;
  line-height: 50px;
  border-radius: 25px;
}
#MAINBAR .menu_container.desktop .menu > li.highlight > a:hover {
  color: #fff;
}
#MAINBAR .menu_container.desktop .menu > li > a {
  display: flex;
  line-height: 90px;
  align-items: center;
  height: 90px;
  color: #242424;
  transition: all 150ms ease-out;
  white-space: nowrap;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 23px;
}
#MAINBAR .menu_container.desktop .menu > li > a i + span {
  padding-left: 5px;
}
#MAINBAR .menu_container.desktop .menu > li > a:hover {
  color: #f39ec4;
}
#MAINBAR .menu_container.desktop .menu > li > a:hover:after {
  transform-origin: center;
  transform: rotate(90deg);
}
#MAINBAR .menu_container.mobile {
  display: none !important;
  justify-content: space-between;
  align-items: center;
}
#MAINBAR .menu_container.mobile #mobile-menu-trigger {
  border: none;
  width: 40px;
  font-size: 23px;
  background: none;
  color: #242424;
}
#MAINBAR .menu_container.mobile .order_container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 100%;
  width: 100%;
}
#MAINBAR .menu_container.mobile .order_container a.button {
  display: inline-flex;
  padding: 0 12px;
}
#MAINBAR .menu_container.mobile .mobile-menu-header {
  width: 100%;
  height: 50px;
  display: none;
  justify-content: flex-end;
  z-index: 3;
  top: 0;
  position: relative;
}
#MAINBAR .menu_container.mobile .mobile-menu-header:before {
  content: "Menu";
  text-transform: uppercase;
  position: absolute;
  left: 25px;
  font-size: 18px;
  font-weight: 800;
  top: 15px;
}
#MAINBAR .menu_container.mobile .mobile-menu-header:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #f39ec4, #bad368);
}
#MAINBAR .menu_container.mobile .mobile-menu-header #mobile-menu-close {
  width: 50px;
  height: 50px;
  border: none;
  font-size: 23px;
  line-height: 50px;
  padding: 0;
  background: none;
  color: #242424;
}
#MAINBAR .menu_container.mobile .mobile-menu-header.visible {
  display: flex;
}
#MAINBAR .menu_container.mobile .menu_container_inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 2;
  transform: scale(1.05);
  transform-origin: center;
  transition: all 250ms ease-out;
  opacity: 0;
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}
#MAINBAR .menu_container.mobile .menu_container_inner.visible {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}
#MAINBAR .menu_container.mobile .menu_container_inner .bot {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  border-top: solid 1px #cfcfcf;
}
#MAINBAR .menu_container.mobile .menu_container_inner .social_container {
  display: flex;
  justify-content: flex-start;
}
#MAINBAR .menu_container.mobile .menu_container_inner .social_container .social {
  margin-right: 5px;
}
#MAINBAR .menu_container.mobile .menu_container_inner .social_container .social {
  width: 32px;
  height: 32px;
  border: solid 1px #cfcfcf;
  font-size: 20px;
  text-align: center;
  line-height: 34px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 75ms;
}
#MAINBAR .menu_container.mobile .menu_container_inner .social_container .social:hover {
  border-color: #bad368;
}
#MAINBAR .menu_container.mobile .menu_container_inner .menu {
  padding: 15px 0 0 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
#MAINBAR .menu_container.mobile .menu_container_inner .menu > li {
  padding: 0 25px;
  margin: 0;
  height: 50px;
}
#MAINBAR .menu_container.mobile .menu_container_inner .menu > li:not(:last-of-type) {
  border-bottom: solid 1px #cfcfcf;
}
#MAINBAR .menu_container.mobile .menu_container_inner .menu > li.menu-item-has-children > a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: transparent url(../images/chevron.png) center no-repeat;
  background-size: 14px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#MAINBAR .menu_container.mobile .menu_container_inner .menu > li > a {
  position: relative;
  font-size: 15px;
  height: 50px;
  font-family: "Raleway", arial, sans-serif;
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
  display: flex;
}
#MAINBAR .menu_container.mobile .menu_container_inner .menu > li > a i {
  line-height: 50px;
  margin-right: 10px;
  font-size: 18px;
  width: 23px;
  text-align: center;
}
#MAINBAR .menu_container.mobile .menu_container_inner .menu > li.disabled a {
  color: #a0a0a0;
}
#MAINBAR .menu_container.mobile .menu_container_inner .menu > li.highlight {
  background-color: #f39ec4;
  color: #fff;
}
#MAINBAR .menu_container.mobile .menu_container_inner .menu > li.highlight a {
  font-weight: 800;
  color: #fff;
  /* background: -webkit-linear-gradient(left, $color, $color2);
                        background: -o-linear-gradient(right, $color, $color2);
                        background: -moz-linear-gradient(right, $color, $color2);
                        background: linear-gradient(to right, $color, $color2);
                        -webkit-background-clip: text;
                        -webkit-text-fill-color: transparent;
                        color: $color; */
}
#MAINBAR .menu_container.mobile .menu_container_inner .menu > li .sub-menu {
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: all 250ms;
  transform-origin: top left;
  transform: translateX(100%);
  height: 0;
  overflow: hidden;
  margin: 0 0 0 30px;
  list-style: none;
  position: fixed;
  top: calc(50px + 3px);
  left: 0;
  height: calc(100% - 55px);
  background-color: #fff;
  margin: 0;
  width: 100%;
  z-index: 1;
  padding-left: 0;
}
#MAINBAR .menu_container.mobile .menu_container_inner .menu > li .sub-menu li {
  width: 100%;
  padding: 0 20px;
  margin: 0;
}
#MAINBAR .menu_container.mobile .menu_container_inner .menu > li .sub-menu li:not(.search):not(:last-child) {
  border-bottom: solid 1px #cfcfcf;
}
#MAINBAR .menu_container.mobile .menu_container_inner .menu > li .sub-menu li.menu-item-has-children > a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: transparent url(../images/chevron.png) center no-repeat;
  background-size: 14px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#MAINBAR .menu_container.mobile .menu_container_inner .menu > li .sub-menu li button.close_submenu {
  border: none;
  position: relative;
  height: 50px;
  width: 50px;
  transform: scaleX(-100%);
  padding: 0;
}
#MAINBAR .menu_container.mobile .menu_container_inner .menu > li .sub-menu li button.close_submenu:after {
  content: "";
  width: 24px;
  height: 24px;
  background: transparent url(../images/chevron.png) center no-repeat;
  background-size: 14px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#MAINBAR .menu_container.mobile .menu_container_inner .menu > li .sub-menu li a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  position: relative;
  height: 50px;
  line-height: 50px;
  display: block;
}
#MAINBAR .menu_container.mobile .menu_container_inner .menu > li .sub-menu li a > i {
  margin-right: 10px;
}
#MAINBAR .menu_container.mobile .menu_container_inner .menu > li .sub-menu.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.is-scrolled header#SECTION_HEADER {
  height: 75px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.is-scrolled #MAINBAR {
  padding-top: 0;
  height: 75px;
  background-color: #fff;
}
.is-scrolled #MAINBAR .custom-logo-link {
  flex: 0 0 100px;
}
.is-scrolled #MAINBAR .custom-logo-link img {
  width: auto;
  height: 65px;
}
@media (max-width: 980px) {
  header {
    height: auto;
  }
  #MAINBAR {
    height: 75px;
    max-width: 100%;
    padding-top: 0;
    align-items: center;
  }
  #MAINBAR .menu_container.desktop {
    display: none !important;
  }
  #MAINBAR .menu_container.mobile {
    display: flex !important;
    justify-content: flex-start;
  }
  #MAINBAR .custom-logo-link {
    margin-top: 0px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -5%);
  }
  #MAINBAR .custom-logo-link img {
    height: 57px;
  }
  .is-scrolled #MAINBAR .custom-logo-link img {
    width: auto;
    height: 57px;
  }
}
@media (max-width: 768px) {
  html {
    margin-top: 0 !important;
  }
  #wpadminbar {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
section#SECTION_FOOTER {
  padding: 50px 0;
  margin-top: 75px;
  border-top: solid 2px #f5f5f5;
}
section#SECTION_FOOTER .container {
  display: flex;
  align-items: center;
}
section#SECTION_FOOTER .container .left, section#SECTION_FOOTER .container .right {
  display: flex;
  flex-direction: column;
}
section#SECTION_FOOTER .container .left {
  flex: 1 1 100%;
  padding-right: 100px;
}
section#SECTION_FOOTER .container .right {
  flex: 0 0 auto;
}
section#SECTION_FOOTER #FOOTERBAR {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  transition: height 150ms ease-out;
}
section#SECTION_FOOTER #FOOTERBAR .menu_container {
  flex: 1 1 100%;
}
section#SECTION_FOOTER #FOOTERBAR .menu_container .menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 25px;
}
section#SECTION_FOOTER #FOOTERBAR .menu_container .menu > li {
  padding: 0 20px;
  margin: 0;
}
section#SECTION_FOOTER #FOOTERBAR .menu_container .menu > li:first-child {
  padding-left: 0;
}
section#SECTION_FOOTER #FOOTERBAR .menu_container .menu > li:last-child {
  padding-right: 15px;
}
section#SECTION_FOOTER #FOOTERBAR .menu_container .menu > li.highlight > a {
  background-color: #f39ec4;
  color: #242424;
  height: 50px;
  padding: 0 25px;
  line-height: 50px;
  border-radius: 25px;
}
section#SECTION_FOOTER #FOOTERBAR .menu_container .menu > li.highlight > a:hover {
  color: #fff;
}
section#SECTION_FOOTER #FOOTERBAR .menu_container .menu > li > a {
  display: flex;
  align-items: center;
  color: #242424;
  transition: all 150ms ease-out;
  white-space: nowrap;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 23px;
}
section#SECTION_FOOTER #FOOTERBAR .menu_container .menu > li > a i + span {
  padding-left: 5px;
}
section#SECTION_FOOTER #FOOTERBAR .menu_container .menu > li > a:hover {
  color: #f39ec4;
}
section#SECTION_FOOTER #FOOTERBAR .menu_container .menu > li > a:hover:after {
  transform-origin: center;
  transform: rotate(90deg);
}
section#SECTION_FOOTER .copyrights .footer_logo img {
  width: 94.25px;
}
section#SECTION_FOOTER .copyrights .copyrights_text, section#SECTION_FOOTER .copyrights .copyrights_single_sentence {
  margin-top: 15px;
  font-size: 13px;
}
section#SECTION_FOOTER .copyrights .copyrights_single_sentence {
  font-weight: 600;
}
section#SECTION_FOOTER .social_container {
  display: flex;
  justify-content: flex-end;
}
section#SECTION_FOOTER .social_container .badge, section#SECTION_FOOTER .social_container .social {
  margin-right: 15px;
}
section#SECTION_FOOTER .social_container .social {
  width: 40px;
}
section#SECTION_FOOTER .social_container .badge a {
  display: flex;
}
section#SECTION_FOOTER .social_container .badge img {
  height: 36px;
}
section#SECTION_FOOTER .social_container .badge, section#SECTION_FOOTER .social_container .social {
  height: 36px;
  border: solid 2px #e7e7e7;
  font-size: 20px;
  text-align: center;
  line-height: 36px;
  border-radius: 15px;
  overflow: hidden;
  transition: all 75ms;
}
section#SECTION_FOOTER .social_container .badge:hover, section#SECTION_FOOTER .social_container .social:hover {
  border-color: #bad368;
}
@media (max-width: 980px) {
  section#SECTION_FOOTER {
    padding: 25px 0;
  }
  section#SECTION_FOOTER #FOOTERBAR .menu_container {
    justify-content: center;
    width: 100%;
  }
  section#SECTION_FOOTER #FOOTERBAR .menu_container ul.menu {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }
  section#SECTION_FOOTER #FOOTERBAR .menu_container ul.menu > li {
    margin-bottom: 15px;
  }
  section#SECTION_FOOTER .container {
    flex-direction: column-reverse;
  }
  section#SECTION_FOOTER .container .left, section#SECTION_FOOTER .container .right {
    padding: 0;
    flex: 0 0 100%;
  }
  section#SECTION_FOOTER .container .left {
    margin-top: 25px;
    justify-content: center;
  }
  section#SECTION_FOOTER .copyrights {
    text-align: center;
    margin-top: 15px;
  }
  section#SECTION_FOOTER .copyrights .footer_logo {
    order: 2;
    margin-top: 15px;
  }
  section#SECTION_FOOTER .copyrights .copyrights_text {
    order: 1;
    margin-top: 0;
  }
  section#SECTION_FOOTER .copyrights .copyrights_single_sentence {
    order: 3;
  }
  section#SECTION_FOOTER .social_container {
    justify-content: center;
  }
}
section#BLOG_BLOG {
  display: flex;
}
section#BLOG_BLOG.loop_posts {
  padding: 50px 0;
}
section#BLOG_BLOG.loop_posts button, section#BLOG_BLOG.loop_posts .button {
  display: inline-flex;
}
section#BLOG_BLOG.loop_posts .post_meta {
  padding: 7px;
  margin: 15px 0;
  border-top: 1px solid #f39ec4;
  border-bottom: 1px solid #f39ec4;
  position: relative;
}
section#BLOG_BLOG.loop_posts .post_meta:before, section#BLOG_BLOG.loop_posts .post_meta:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #f39ec4, #bad368);
  left: 0;
}
section#BLOG_BLOG.loop_posts .post_meta:before {
  top: -1px;
}
section#BLOG_BLOG.loop_posts .post_meta:after {
  bottom: -1px;
}
section#BLOG_BLOG.loop_posts .navigation {
  max-width: 1350px;
  padding: 50px 0;
  width: 90%;
  margin: 0 auto;
}
section#BLOG_BLOG.loop_posts .navigation > img {
  margin-top: 25px;
}
section#BLOG_BLOG.loop_posts .navigation > div {
  padding: 0 25px;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
section#BLOG_BLOG.loop_posts .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section#BLOG_BLOG.loop_posts .container:after {
  content: "";
  display: table;
  width: calc((100% / 3) - 15px);
}
section#BLOG_BLOG.loop_posts .container article {
  box-sizing: border-box;
  border-radius: 15px;
  float: none;
  width: calc((100% / 3) - 15px);
  position: relative;
  margin: 0;
  padding: 20px;
  border: solid 2px #f5f5f5;
  margin-bottom: 22px;
}
section#BLOG_BLOG.loop_posts .container article .post-title, section#BLOG_BLOG.loop_posts .container article .entry-title {
  text-transform: uppercase;
  font-size: 23px;
  line-height: 28px;
}
section#BLOG_BLOG.loop_posts .container article .post-edit-link {
  display: none;
}
section#BLOG_BLOG.loop_posts .container article .entry-summary img.attachment-post-thumbnail {
  width: 100%;
  height: 220px;
  object-fit: cover;
  margin-bottom: 15px;
}
@media (max-width: 1280px) {
  section#BLOG_BLOG.loop_posts .container:after, section#BLOG_BLOG.loop_posts .container article {
    width: calc((100% / 2) - 15px);
  }
}
@media (max-width: 768px) {
  section#BLOG_BLOG.loop_posts .container:after {
    display: none;
  }
  section#BLOG_BLOG.loop_posts .container article {
    width: 100%;
  }
  section#BLOG_BLOG.loop_posts .navigation {
    padding: 25px 0;
    width: 100%;
  }
  section#BLOG_BLOG.loop_posts .navigation > div {
    padding: 0 15px;
    font-size: 14px;
  }
}
#single_post {
  padding: 50px 0;
}
#single_post .post-thumbnail-container {
  position: relative;
  margin-bottom: 15px;
  width: 50%;
  z-index: 1;
}
#single_post .post-thumbnail {
  width: 100%;
  position: relative;
  z-index: 1;
}
#single_post .post-thumbnail.wp-post-image {
  margin-top: 30px;
  border-radius: 15px;
}
#single_post .section_content a:not(.button) {
  font-weight: 600;
  color: #f39ec4;
  transition: all 250ms;
}
#single_post .section_content a:not(.button):hover {
  color: #bad368;
}
@media (max-width: 980px) {
  #single_post .post-thumbnail.wp-post-image {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  #single_post .post-thumbnail-container {
    width: 75%;
  }
  #single_post .navigation {
    padding: 25px 0;
    width: 100%;
  }
  #single_post .navigation > div {
    padding: 0 15px;
    font-size: 14px;
  }
}
#wpsl-gmap img[src*="red@2x"] {
  display: none !important;
}
section#PAGE_BANNER {
  padding: 0;
}
section#PAGE_BANNER .container {
  border-radius: 15px;
  overflow: hidden;
  display: flex;
}
section#PAGE_BANNER .container .home-banner-bg {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}
section#PAGE_BANNER .container .home-banner-bg.mobile {
  display: none;
}
section#PAGE_BANNER .container .home-banner-bg.desktop {
  display: block;
}
@media (max-width: 768px) {
  section#PAGE_BANNER {
    padding-top: 0;
  }
  section#PAGE_BANNER .container {
    min-height: 200px;
  }
  section#PAGE_BANNER .container .home-banner-bg.mobile {
    display: block;
  }
  section#PAGE_BANNER .container .home-banner-bg.desktop {
    display: none;
  }
}
#UNDERCONSTRUCTION .container {
  max-width: 600px;
  width: 100%;
  padding: 30px;
}
#UNDERCONSTRUCTION .intro_container {
  text-align: center;
}
#UNDERCONSTRUCTION .intro_container img {
  max-width: 200px;
  margin: 0 auto;
  display: inline-block;
}
#UNDERCONSTRUCTION .intro_container .site-description {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#UNDERCONSTRUCTION .content_container p {
  text-align: justify;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fnomeat-vegan.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2F_init.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2F_blog.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2F_blog-singlepost.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2F_misc.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2F_page_underconstruction.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACnhBhB%3BAAAA%3BAAAA%3BADsiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAEI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAUpB%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAEp0BJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAapB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBZ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAeZ%3BAAEI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUhB%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAC%2FlBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAiBlB%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOL%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BACzNF%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBpB%3BAAGY%3BAAAA%3BAAAA%3BAAAA%3BAAWZ%3BAAGY%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3IZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAcZ%3BAAMY%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAIQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClEZ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAkBF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%22%7D */