html {
  overflow-x: hidden;
}
body {
  box-sizing: border-box;
}
/**
* 
************************ VARIABLES ************************
*
**/
/*************************
*
****** FONTS
*
*************************/
/***  Setting min and max fonts sizes ***/
/*************************
*
****** BUTTONS
*
*************************/
/*$buttonBgColor: var(--link-1); //global buttons color
$buttonBgColorHover: var(--link-2);
*/
/*$buttonPaddingTop: 10px;
$buttonPaddingBottom: 9px;*/
/*$buttonPaddingX: 35px;*/
/*$buttonBorderWidth: 2px;*/
/*$buttonRadius: 0px;*/
/*$buttonMinWidth: 220;*/
/*************************
*
****** COLORS
*
*************************/
/*************************
*
****** MARGINS & PADDINGS
*
*************************/
/*** Sections ***/
/*$pXd: $paddingXdesktop * 2;
$pXt: $paddingXtablet * 2;
$pXm: $paddingXmobile * 2;
$pXsm: $paddingXmobileSM * 2;*/
/*** URL Path to theme folders with media ***/
/*************************
*
****** BREAKPOINTS
*
*************************/
/********************

*** MIXINS

*******************/
/*** Responsive all devices ***/
/*** Responsive desktop + choosen device ***/
/*** Responsive tablet + choosen device ***/
/*** Responsive mobile ***/
/*** Responsive font size ***/
/*** LAYOUT ***/
/*** Section padding ***/
/**
* 
************************ BASE ************************
*
**/
/*************************
*
****** BUTTONS
*
*************************/
/*************************
*
****** COLORS
*
*************************/
.color-white, .color-white:visited, .color-white > a, .color-white > a:visited, .color-white > span > a, .color-white > span > a:visited {
  color: var(--base);
}
.color-hvr-white:hover, .color-hvr-white:active, .color-hvr-white > a:hover, .color-hvr-white > a:active, .color-hvr-white > span > a:hover, .color-hvr-white > span > a:active {
  color: var(--base);
}
.color-whiteblue, .color-whiteblue:visited, .color-whiteblue > a, .color-whiteblue > a:visited, .color-whiteblue > span > a, .color-whiteblue > span > a:visited {
  color: var(--base-2);
}
.color-hvr-whiteblue:hover, .color-hvr-whiteblue:active, .color-hvr-whiteblue > a:hover, .color-hvr-whiteblue > a:active, .color-hvr-whiteblue > span > a:hover, .color-hvr-whiteblue > span > a:active {
  color: var(--base-2);
}
.color-dirtywhite, .color-dirtywhite:visited, .color-dirtywhite > a, .color-dirtywhite > a:visited, .color-dirtywhite > span > a, .color-dirtywhite > span > a:visited {
  color: var(--base-3);
}
.color-hvr-dirtywhite:hover, .color-hvr-dirtywhite:active, .color-hvr-dirtywhite > a:hover, .color-hvr-dirtywhite > a:active, .color-hvr-dirtywhite > span > a:hover, .color-hvr-dirtywhite > span > a:active {
  color: var(--base-3);
}
.color-navyblue, .color-navyblue:visited, .color-navyblue > a, .color-navyblue > a:visited, .color-navyblue > span > a, .color-navyblue > span > a:visited {
  color: var(--contrast);
}
.color-hvr-navyblue:hover, .color-hvr-navyblue:active, .color-hvr-navyblue > a:hover, .color-hvr-navyblue > a:active, .color-hvr-navyblue > span > a:hover, .color-hvr-navyblue > span > a:active {
  color: var(--contrast);
}
.color-darkblue, .color-darkblue:visited, .color-darkblue > a, .color-darkblue > a:visited, .color-darkblue > span > a, .color-darkblue > span > a:visited {
  color: var(--contrast-2);
}
.color-hvr-darkblue:hover, .color-hvr-darkblue:active, .color-hvr-darkblue > a:hover, .color-hvr-darkblue > a:active, .color-hvr-darkblue > span > a:hover, .color-hvr-darkblue > span > a:active {
  color: var(--contrast-2);
}
.color-black, .color-black:visited, .color-black > a, .color-black > a:visited, .color-black > span > a, .color-black > span > a:visited {
  color: var(--contrast-3);
}
.color-hvr-black:hover, .color-hvr-black:active, .color-hvr-black > a:hover, .color-hvr-black > a:active, .color-hvr-black > span > a:hover, .color-hvr-black > span > a:active {
  color: var(--contrast-3);
}
.color-blue, .color-blue:visited, .color-blue > a, .color-blue > a:visited, .color-blue > span > a, .color-blue > span > a:visited {
  color: var(--accent);
}
.color-hvr-blue:hover, .color-hvr-blue:active, .color-hvr-blue > a:hover, .color-hvr-blue > a:active, .color-hvr-blue > span > a:hover, .color-hvr-blue > span > a:active {
  color: var(--accent);
}
.color-red, .color-red:visited, .color-red > a, .color-red > a:visited, .color-red > span > a, .color-red > span > a:visited {
  color: var(--accent-2);
}
.color-hvr-red:hover, .color-hvr-red:active, .color-hvr-red > a:hover, .color-hvr-red > a:active, .color-hvr-red > span > a:hover, .color-hvr-red > span > a:active {
  color: var(--accent-2);
}
.bg-white, .bg-white:visited {
  background: var(--base);
}
.bg-hvr-white:hover, .bg-hvr-white:active {
  background: var(--base);
}
.bg-whiteblue, .bg-whiteblue:visited {
  background: var(--base-2);
}
.bg-hvr-whiteblue:hover, .bg-hvr-whiteblue:active {
  background: var(--base-2);
}
.bg-dirtywhite, .bg-dirtywhite:visited {
  background: var(--base-3);
}
.bg-hvr-dirtywhite:hover, .bg-hvr-dirtywhite:active {
  background: var(--base-3);
}
.bg-navyblue, .bg-navyblue:visited {
  background: var(--contrast);
}
.bg-hvr-navyblue:hover, .bg-hvr-navyblue:active {
  background: var(--contrast);
}
.bg-darkblue, .bg-darkblue:visited {
  background: var(--contrast-2);
}
.bg-hvr-darkblue:hover, .bg-hvr-darkblue:active {
  background: var(--contrast-2);
}
.bg-black, .bg-black:visited {
  background: var(--contrast-3);
}
.bg-hvr-black:hover, .bg-hvr-black:active {
  background: var(--contrast-3);
}
.bg-blue, .bg-blue:visited {
  background: var(--accent);
}
.bg-hvr-blue:hover, .bg-hvr-blue:active {
  background: var(--accent);
}
.bg-red, .bg-red:visited {
  background: var(--accent-2);
}
.bg-hvr-red:hover, .bg-hvr-red:active {
  background: var(--accent-2);
}
/*************************
*
****** LAYOUT
*
*************************/
/*** Section default left & right padding ***/
.section-x > .gb-inside-container {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .section-x > .gb-inside-container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  .section-x > .gb-inside-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 414px) {
  .section-x > .gb-inside-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Section default XY padding */
.section-xy > .gb-inside-container {
  padding: 80px 40px;
}
@media (max-width: 1024px) {
  .section-xy > .gb-inside-container {
    padding: 70px 35px;
  }
}
@media (max-width: 767px) {
  .section-xy > .gb-inside-container {
    padding: 60px 30px;
  }
}
@media (max-width: 414px) {
  .section-xy > .gb-inside-container {
    padding: 55px 30px;
  }
}
/*** FLEXBOX ***/
.block {
  display: block;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.nowrap {
  flex-wrap: nowrap;
}
.align-center {
  align-items: center;
}
.align-top {
  align-items: flex-start;
}
.align-bottom {
  align-items: flex-end;
}
.align-strech {
  align-items: stretch;
}
.justify-center {
  justify-content: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-stretch {
  justify-content: stretch;
}
/*************************
*
****** BASIC WIDTH & HEIGHT
*
*************************/
.w-auto {
  width: auto;
}
.w-100 {
  width: 100%;
}
.mw-auto {
  max-width: auto;
}
/*************************
*
****** HIDE
*
*************************/
.hide {
  display: none !important;
}
@media (min-width: 1025px) {
  .hide-lg {
    display: none !important;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .hide-md {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hide-sm {
    display: none !important;
  }
}
/*************************
*
****** TYPOGRAPHY
*
*************************/
body, button, input, select, textarea {
  font-size: 16px;
}
@media (max-width: 1280px) and (min-width: 1025px) {
  body, button, input, select, textarea {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  body, button, input, select, textarea {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  body, button, input, select, textarea {
    font-size: 14px;
  }
}
@media (max-width: 414px) {
  body, button, input, select, textarea {
    font-size: 14px;
  }
}
h1 {
  font-size: 42px;
}
@media (max-width: 1280px) and (min-width: 1025px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 34px;
  }
}
@media (max-width: 414px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 36px;
}
@media (max-width: 1280px) and (min-width: 1025px) {
  h2 {
    font-size: 34px;
  }
}
@media (max-width: 1024px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 414px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  font-size: 28px;
}
@media (max-width: 1280px) and (min-width: 1025px) {
  h3 {
    font-size: 27px;
  }
}
@media (max-width: 1024px) {
  h3 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 23px;
  }
}
@media (max-width: 414px) {
  h3 {
    font-size: 22px;
  }
}
h4 {
  font-size: 25px;
}
@media (max-width: 1280px) and (min-width: 1025px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 21px;
  }
}
@media (max-width: 414px) {
  h4 {
    font-size: 20px;
  }
}
h5 {
  font-size: 22px;
}
@media (max-width: 1280px) and (min-width: 1025px) {
  h5 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  h5 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}
@media (max-width: 414px) {
  h5 {
    font-size: 19px;
  }
}
h6 {
  font-size: 18px;
}
@media (max-width: 1280px) and (min-width: 1025px) {
  h6 {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  h6 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  h6 {
    font-size: 16px;
  }
}
.text {
  font-size: 16px;
}
@media (max-width: 1280px) and (min-width: 1025px) {
  .text {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .text {
    font-size: 14px;
  }
}
@media (max-width: 414px) {
  .text {
    font-size: 14px;
  }
}
.h1 {
  font-size: 42px;
}
@media (max-width: 1280px) and (min-width: 1025px) {
  .h1 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .h1 {
    font-size: 34px;
  }
}
@media (max-width: 414px) {
  .h1 {
    font-size: 30px;
  }
}
.h2 {
  font-size: 36px;
}
@media (max-width: 1280px) and (min-width: 1025px) {
  .h2 {
    font-size: 34px;
  }
}
@media (max-width: 1024px) {
  .h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .h2 {
    font-size: 28px;
  }
}
@media (max-width: 414px) {
  .h2 {
    font-size: 26px;
  }
}
.h3 {
  font-size: 28px;
}
@media (max-width: 1280px) and (min-width: 1025px) {
  .h3 {
    font-size: 27px;
  }
}
@media (max-width: 1024px) {
  .h3 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .h3 {
    font-size: 23px;
  }
}
@media (max-width: 414px) {
  .h3 {
    font-size: 22px;
  }
}
.h4 {
  font-size: 25px;
}
@media (max-width: 1280px) and (min-width: 1025px) {
  .h4 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .h4 {
    font-size: 21px;
  }
}
@media (max-width: 414px) {
  .h4 {
    font-size: 20px;
  }
}
.h5 {
  font-size: 22px;
}
@media (max-width: 1280px) and (min-width: 1025px) {
  .h5 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .h5 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .h5 {
    font-size: 20px;
  }
}
@media (max-width: 414px) {
  .h5 {
    font-size: 19px;
  }
}
.h6 {
  font-size: 18px;
}
@media (max-width: 1280px) and (min-width: 1025px) {
  .h6 {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .h6 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .h6 {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .h6 {
    font-size: 16px;
  }
}
.text-left {
  text-align: left;
}
@media (min-width: 1025px) {
  .text-lg-left {
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .text-md-left {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .text-sm-left {
    text-align: left;
  }
}
@media (max-width: 414px) {
  .text-xs-left {
    text-align: left;
  }
}
.text-right {
  text-align: right;
}
@media (min-width: 1025px) {
  .text-lg-right {
    text-align: right;
  }
}
@media (max-width: 1024px) {
  .text-md-right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .text-sm-right {
    text-align: right;
  }
}
@media (max-width: 414px) {
  .text-xs-right {
    text-align: right;
  }
}
.text-center {
  text-align: center;
}
@media (min-width: 1025px) {
  .text-lg-center {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .text-md-center {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .text-sm-center {
    text-align: center;
  }
}
@media (max-width: 414px) {
  .text-xs-center {
    text-align: center;
  }
}
.text-justify {
  text-align: justify;
}
@media (min-width: 1025px) {
  .text-lg-justify {
    text-align: justify;
  }
}
@media (max-width: 1024px) {
  .text-md-justify {
    text-align: justify;
  }
}
@media (max-width: 767px) {
  .text-sm-justify {
    text-align: justify;
  }
}
@media (max-width: 414px) {
  .text-xs-justify {
    text-align: justify;
  }
}
.weight-100 {
  font-weight: 100;
}
.weight-200 {
  font-weight: 200;
}
.weight-300 {
  font-weight: 300;
}
.weight-400 {
  font-weight: 400;
}
.weight-500 {
  font-weight: 500;
}
.weight-600 {
  font-weight: 600;
}
.weight-700 {
  font-weight: 700;
}
.weight-800 {
  font-weight: 800;
}
.weight-900 {
  font-weight: 900;
}
.upcase {
  text-transform: uppercase;
}
.lowcase {
  text-transform: lowercase;
}
.transform-none {
  text-transform: none;
}
.underline {
  text-decoration: underline;
}
.decoration-none, .decoration-none > a, .decoration-none > span > a {
  text-decoration: none;
}
.italic {
  font-style: italic;
}
/*************************
*
****** MARGINS & PADDINGS
*
*************************/
.mb-0 {
  margin-bottom: 0em;
}
.mb-1 {
  margin-bottom: 0.25em;
}
.mb-2 {
  margin-bottom: 0.5em;
}
.mb-3 {
  margin-bottom: 0.75em;
}
.mb-4 {
  margin-bottom: 1em;
}
.mb-5 {
  margin-bottom: 1.25em;
}
.mb-6 {
  margin-bottom: 1.5em;
}
.mb-7 {
  margin-bottom: 1.75em;
}
.mb-8 {
  margin-bottom: 2em;
}
.mb-9 {
  margin-bottom: 2.25em;
}
.mb-10 {
  margin-bottom: 2.5em;
}
.mb-11 {
  margin-bottom: 2.75em;
}
.mb-12 {
  margin-bottom: 3em;
}
.mb-13 {
  margin-bottom: 3.25em;
}
.mb-14 {
  margin-bottom: 3.5em;
}
.mb-15 {
  margin-bottom: 3.75em;
}
.mb-16 {
  margin-bottom: 4em;
}
.mb-17 {
  margin-bottom: 4.25em;
}
.mb-18 {
  margin-bottom: 4.5em;
}
.mb-19 {
  margin-bottom: 4.75em;
}
.mb-20 {
  margin-bottom: 5em;
}
.pb-0 {
  padding-bottom: 0em;
}
.pb-1 {
  padding-bottom: 0.25em;
}
.pb-2 {
  padding-bottom: 0.5em;
}
.pb-3 {
  padding-bottom: 0.75em;
}
.pb-4 {
  padding-bottom: 1em;
}
.pb-5 {
  padding-bottom: 1.25em;
}
.pb-6 {
  padding-bottom: 1.5em;
}
.pb-7 {
  padding-bottom: 1.75em;
}
.pb-8 {
  padding-bottom: 2em;
}
.pb-9 {
  padding-bottom: 2.25em;
}
.pb-10 {
  padding-bottom: 2.5em;
}
.pb-11 {
  padding-bottom: 2.75em;
}
.pb-12 {
  padding-bottom: 3em;
}
.pb-13 {
  padding-bottom: 3.25em;
}
.pb-14 {
  padding-bottom: 3.5em;
}
.pb-15 {
  padding-bottom: 3.75em;
}
.pb-16 {
  padding-bottom: 4em;
}
.pb-17 {
  padding-bottom: 4.25em;
}
.pb-18 {
  padding-bottom: 4.5em;
}
.pb-19 {
  padding-bottom: 4.75em;
}
.pb-20 {
  padding-bottom: 5em;
}
/*************************
*
****** COLUMNS
*
*************************/
.w-0 {
  width: 0%;
}
.w-8 {
  width: 8.333%;
}
.w-16 {
  width: 16.666%;
}
.w-33 {
  width: 33.333%;
}
.w-66 {
  width: 66.666%;
}
.w-5 {
  width: 5%;
}
.w-10 {
  width: 10%;
}
.w-15 {
  width: 15%;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}
.w-35 {
  width: 35%;
}
.w-40 {
  width: 40%;
}
.w-45 {
  width: 45%;
}
.w-50 {
  width: 50%;
}
.w-55 {
  width: 55%;
}
.w-60 {
  width: 60%;
}
.w-65 {
  width: 65%;
}
.w-70 {
  width: 70%;
}
.w-75 {
  width: 75%;
}
.w-80 {
  width: 80%;
}
.w-85 {
  width: 85%;
}
.w-90 {
  width: 90%;
}
.w-95 {
  width: 95%;
}
.w-100 {
  width: 100%;
}
@media (max-width: 1024px) {
  .w-md-5 {
    width: 5%;
  }
  .w-md-10 {
    width: 10%;
  }
  .w-md-15 {
    width: 15%;
  }
  .w-md-20 {
    width: 20%;
  }
  .w-md-25 {
    width: 25%;
  }
  .w-md-30 {
    width: 30%;
  }
  .w-md-35 {
    width: 35%;
  }
  .w-md-40 {
    width: 40%;
  }
  .w-md-45 {
    width: 45%;
  }
  .w-md-50 {
    width: 50%;
  }
  .w-md-55 {
    width: 55%;
  }
  .w-md-60 {
    width: 60%;
  }
  .w-md-65 {
    width: 65%;
  }
  .w-md-70 {
    width: 70%;
  }
  .w-md-75 {
    width: 75%;
  }
  .w-md-80 {
    width: 80%;
  }
  .w-md-85 {
    width: 85%;
  }
  .w-md-90 {
    width: 90%;
  }
  .w-md-95 {
    width: 95%;
  }
  .w-md-100 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .w-sm-5 {
    width: 5%;
  }
  .w-sm-10 {
    width: 10%;
  }
  .w-sm-15 {
    width: 15%;
  }
  .w-sm-20 {
    width: 20%;
  }
  .w-sm-25 {
    width: 25%;
  }
  .w-sm-30 {
    width: 30%;
  }
  .w-sm-35 {
    width: 35%;
  }
  .w-sm-40 {
    width: 40%;
  }
  .w-sm-45 {
    width: 45%;
  }
  .w-sm-50 {
    width: 50%;
  }
  .w-sm-55 {
    width: 55%;
  }
  .w-sm-60 {
    width: 60%;
  }
  .w-sm-65 {
    width: 65%;
  }
  .w-sm-70 {
    width: 70%;
  }
  .w-sm-75 {
    width: 75%;
  }
  .w-sm-80 {
    width: 80%;
  }
  .w-sm-85 {
    width: 85%;
  }
  .w-sm-90 {
    width: 90%;
  }
  .w-sm-95 {
    width: 95%;
  }
  .w-sm-100 {
    width: 100%;
  }
}
@media (max-width: 414px) {
  .w-xs-5 {
    width: 5%;
  }
  .w-xs-10 {
    width: 10%;
  }
  .w-xs-15 {
    width: 15%;
  }
  .w-xs-20 {
    width: 20%;
  }
  .w-xs-25 {
    width: 25%;
  }
  .w-xs-30 {
    width: 30%;
  }
  .w-xs-35 {
    width: 35%;
  }
  .w-xs-40 {
    width: 40%;
  }
  .w-xs-45 {
    width: 45%;
  }
  .w-xs-50 {
    width: 50%;
  }
  .w-xs-55 {
    width: 55%;
  }
  .w-xs-60 {
    width: 60%;
  }
  .w-xs-65 {
    width: 65%;
  }
  .w-xs-70 {
    width: 70%;
  }
  .w-xs-75 {
    width: 75%;
  }
  .w-xs-80 {
    width: 80%;
  }
  .w-xs-85 {
    width: 85%;
  }
  .w-xs-90 {
    width: 90%;
  }
  .w-xs-95 {
    width: 95%;
  }
  .w-xs-100 {
    width: 100%;
  }
}
/**
* 
************************ MIXINS ************************
*
**/
/*************************
*
****** MIXINS
*
*************************/
/**
* 
************************ GLOBAL ************************
*
**/
.contact-bar {
  /*@include section-y(30px, 30px, 30px, 30px);*/
}
.contact-bar > .gb-inside-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.contact-bar .heading {
  justify-content: center;
}
@media (max-width: 767px) {
  .contact-bar .heading {
    justify-content: flex-start;
  }
}
.faq {
  /*@include section-t(160px, 150px, 145px, 140px);*/
}
.faq > .gb-inside-container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .faq > .gb-inside-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .faq > .gb-inside-container {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (max-width: 414px) {
  .faq > .gb-inside-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.strengths {
  background: url(/wp-content/uploads/bg-page-badanie.jpg);
  background-size: cover;
}
.strengths .heading {
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
}
.eye-exam-banner {
  background: url(/wp-content/uploads/bg-eye-exam.jpg);
  background-size: cover;
}
@media (max-width: 1536px) and (min-width: 1025px) {
  .eye-exam-banner {
    background-position-x: -350px;
  }
}
@media (max-width: 1280px) and (min-width: 1025px) {
  .eye-exam-banner {
    background-position-x: -450px;
  }
}
@media (max-width: 1024px) {
  .eye-exam-banner {
    background-position-x: -550px;
  }
}
@media (max-width: 767px) {
  .eye-exam-banner {
    background-position-x: 0;
  }
}
.eye-exam-banner .inside-container {
  max-width: 695px;
  /*max-width: 695px;*/
}
@media (max-width: 1024px) {
  .eye-exam-banner .inside-container {
    max-width: 525px;
  }
}
.eye-exam-banner .inside-container .slogan {
  line-height: 1.5;
}
.eye-exam-banner .button-wrapper {
  /*@include lg-sm(max-width, 300px, 250px);*/
  max-width: 300px;
  width: 100%;
}
@media (max-width: 767px) {
  .eye-exam-banner .button-wrapper {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*** Przebieg wizyty ***/
.process .col .step-number {
  line-height: 1.75em;
}
@media (max-width: 767px) {
  .process .col .step-number {
    justify-content: center;
  }
}
.process .col .step-number .gb-icon {
  order: 2;
}
@media (max-width: 767px) {
  .process .col .step-number .gb-icon {
    transform: rotate(90deg);
    margin-top: -1.5em;
  }
}
.process .col p {
  margin-bottom: 0;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .process .col-2 .gb-icon {
    transform: rotate(135deg);
    padding-right: 1.5em;
  }
}
.spacing-1 {
  letter-spacing: 0.03em;
}
/*************************
*
****** FONTS
*
*************************/
/*************************
*
****** TYPOGRAPHY
*
*************************/
/* All Fonts */
/*** Headings ***/
/*************************
*
****** BUTTONS
*
*************************/
.gb-button-wrapper .gb-button.min-w-auto {
  /*min-width: auto;*/
}
/**
* 
************************ HEADER & FOOTER & SIDEBAR ************************
*
**/
/*** TOP BAR ***/
@media (max-width: 1024px) {
  .top-bar > .gb-inside-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.top-bar .row {
  font-size: 15px;
}
@media (max-width: 1280px) and (min-width: 1025px) {
  .top-bar .row {
    font-size: 14px;
  }
}
.top-bar .row.inside .phone {
  margin-right: 2em;
}
@media (max-width: 1280px) and (min-width: 1025px) {
  .top-bar .row.inside .phone {
    margin-right: 1.5em;
  }
}
@media (max-width: 1024px) {
  .top-bar .row.inside {
    width: 100%;
    line-height: 1.2;
  }
  .top-bar .row.inside .phone, .top-bar .row.inside .button-wrapper {
    width: 100%;
    text-align: center;
  }
  .top-bar .row.inside .phone {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 8px;
  }
  .top-bar .row.inside .button-wrapper {
    order: -1;
  }
}
/*** HEADER ***/
.site-header {
  z-index: 1;
  box-shadow: 0 10px 18px -12px #999999;
}
/*** LOGO ***/
/*** NAVIGATION ***/
.main-navigation .main-nav .menu, .main-navigation .main-nav .slideout-menu {
  /* main menu & slideout menu */
}
.main-navigation .main-nav .menu {
  /* main menu */
}
.main-navigation .main-nav .slideout-menu {
  /* slideout menu */
}
.main-navigation .menu-toggle {
  /* hamburger toggle */
}
/*** FOOTER ***/
@media (max-width: 767px) {
  .before-footer > .gb-inside-container {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .before-footer .row {
    justify-content: center;
  }
}
.before-footer .row .phone {
  margin-right: 2em;
}
.site-footer .footer > .gb-inside-container {
  padding-top: 60px;
}
@media (max-width: 1024px) {
  .site-footer .footer > .gb-inside-container {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer > .gb-inside-container {
    padding-top: 45px;
  }
}
@media (max-width: 414px) {
  .site-footer .footer > .gb-inside-container {
    padding-top: 40px;
  }
}
.site-footer .footer > .gb-inside-container {
  padding-bottom: 15px;
}
@media (max-width: 1024px) {
  .site-footer .footer > .gb-inside-container {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer > .gb-inside-container {
    padding-bottom: 15px;
  }
}
@media (max-width: 414px) {
  .site-footer .footer > .gb-inside-container {
    padding-bottom: 15px;
  }
}
.site-footer .footer .cols {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .site-footer .footer .cols {
    margin-bottom: 40px;
  }
}
.site-footer .footer .cols .col a {
  text-decoration: none;
  color: var(--contrast-3);
}
.site-footer .footer .cols .col a:hover {
  color: var(--contrast-2);
}
.site-footer .footer .cols .col-4 .hours {
  padding-left: 1.75em;
}
.site-footer .footer .copyright {
  padding-top: 15px;
  border-top: 1px solid #bbbbbb;
  font-size: 13px;
}
/*** SOCKET ***/
/**
* 
************************ PAGES ************************
*
**/
/**** FRONT PAGE ****/
/* Slider */
.header-home .section-x {
  height: calc(100vw * 0.2766);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .header-home .section-x {
    height: 400px;
    background-position-x: center;
  }
}
.header-home .section-x > .gb-inside-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-home .section-x .slogan {
  font-size: 32px;
  max-width: 400px;
  width: 100%;
  line-height: 1.4;
}
@media (max-width: 1280px) and (min-width: 1025px) {
  .header-home .section-x .slogan {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .header-home .section-x .slogan {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .header-home .section-x .slogan {
    font-size: 22px;
  }
}
@media (max-width: 414px) {
  .header-home .section-x .slogan {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .header-home .section-x .slogan {
    max-width: 285px;
  }
}
@media (max-width: 767px) {
  .header-home .section-x .slogan {
    max-width: 350px;
  }
}
@media (max-width: 414px) {
  .header-home .section-x .slogan {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .header-home .section-x .slogan {
    background: rgba(255, 255, 255, 0.65);
    padding: 30px;
  }
}
@media (max-width: 414px) {
  .header-home .section-x .slogan {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .header-home .section-x.slide-2 {
    background-position-x: 60%;
  }
}
/* Section 1 - contact bar in global */
/* Section 2 */
.make-appointment {
  background-color: var(--base-3);
  background-image: url(/wp-content/uploads/bg-make-appointment-xl.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.make-appointment .content-wrapper {
  max-width: 515px;
}
.make-appointment .content-wrapper .slogan {
  font-size: 58px;
}
@media (max-width: 1024px) {
  .make-appointment .content-wrapper .slogan {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .make-appointment .content-wrapper .slogan {
    font-size: 30px;
  }
}
@media (max-width: 414px) {
  .make-appointment .content-wrapper .slogan {
    font-size: 32px;
  }
}
.make-appointment .content-wrapper .cta {
  line-height: 1.4;
}
/* Section 3 - map + location */
.location .cols .col-1 {
  line-height: 0;
}
.location .cols .col-2 > .gb-inside-container {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 1024px) {
  .location .cols .col-2 > .gb-inside-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .location .cols .col-2 > .gb-inside-container {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (max-width: 414px) {
  .location .cols .col-2 > .gb-inside-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .location .cols .col-2 > .gb-inside-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Section 4 */
@media (max-width: 767px) {
  .find-style > .gb-inside-container {
    padding-top: 50px;
  }
}
.find-style .inside-section-2 {
  margin-top: -40px;
}
.find-style .inside-section-2 > .gb-inside-container {
  padding-top: 120px;
}
@media (max-width: 1024px) {
  .find-style .inside-section-2 > .gb-inside-container {
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  .find-style .inside-section-2 > .gb-inside-container {
    padding-top: 100px;
  }
}
@media (max-width: 414px) {
  .find-style .inside-section-2 > .gb-inside-container {
    padding-top: 95px;
  }
}
.find-style .inside-section-2 > .gb-inside-container {
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .find-style .inside-section-2 > .gb-inside-container {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .find-style .inside-section-2 > .gb-inside-container {
    padding-bottom: 60px;
  }
}
@media (max-width: 414px) {
  .find-style .inside-section-2 > .gb-inside-container {
    padding-bottom: 55px;
  }
}
/* Section 5 - salon offer */
.salon-offer > .gb-inside-container {
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .salon-offer > .gb-inside-container {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .salon-offer > .gb-inside-container {
    padding-top: 65px;
  }
}
@media (max-width: 414px) {
  .salon-offer > .gb-inside-container {
    padding-top: 60px;
  }
}
.salon-offer .heading {
  color: var(--contrast);
  text-decoration: none;
}
.salon-offer .cols {
  margin-bottom: 20px;
}
.salon-offer .cols a.col {
  text-decoration: none;
  color: var(--contrast);
}
.salon-offer .cols a.col:hover {
  opacity: 0.7;
}
.salon-offer .cols .col img {
  box-shadow: 0 35px 25px -20px #999999;
}
@media (min-width: 1025px) {
  .salon-offer .cols .col img {
    width: 427px;
  }
}
/* Section 6 - make appintment */
.make-appointment-2 {
  background: linear-gradient(90deg, var(--contrast-2), var(--contrast));
}
.make-appointment-2 > .gb-inside-container {
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .make-appointment-2 > .gb-inside-container {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .make-appointment-2 > .gb-inside-container {
    padding-top: 60px;
  }
}
@media (max-width: 414px) {
  .make-appointment-2 > .gb-inside-container {
    padding-top: 55px;
  }
}
.make-appointment-2 .after-title {
  letter-spacing: 0.5px;
}
.make-appointment-2 .cols {
  position: relative;
  top: 70px;
}
@media (max-width: 767px) {
  .make-appointment-2 .cols .col-2 {
    padding: 25px;
  }
}
.make-appointment-2 .cols .col-2 .link .gb-headline-text {
  order: -1;
  padding-bottom: 0.25em;
}
/* Section 6 - benefits */
.benefits > .gb-inside-container {
  padding-top: 160px;
}
@media (max-width: 1024px) {
  .benefits > .gb-inside-container {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .benefits > .gb-inside-container {
    padding-top: 145px;
  }
}
@media (max-width: 414px) {
  .benefits > .gb-inside-container {
    padding-top: 140px;
  }
}
.benefits .cols .col {
  padding: 60px 40px;
  background: var(--base);
  box-shadow: 0 20px 25px -15px #b5b5b5;
}
@media (max-width: 767px) {
  .benefits .cols .col {
    padding: 40px;
  }
}
.benefits .cols .col .icon {
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.benefits .cols .col .benefit {
  font-weight: 600;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}
.benefits .cols .col-2 .benefit, .benefits .cols .col-3 .benefit {
  max-width: 185px;
}
/* Section 7 */
.versus {
  margin-top: -70px;
}
.versus > .gb-inside-container {
  padding-top: 160px;
}
@media (max-width: 1024px) {
  .versus > .gb-inside-container {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .versus > .gb-inside-container {
    padding-top: 145px;
  }
}
@media (max-width: 414px) {
  .versus > .gb-inside-container {
    padding-top: 140px;
  }
}
.versus > .gb-inside-container {
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .versus > .gb-inside-container {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .versus > .gb-inside-container {
    padding-bottom: 65px;
  }
}
@media (max-width: 414px) {
  .versus > .gb-inside-container {
    padding-bottom: 60px;
  }
}
.versus .title {
  line-height: 1;
}
.versus .title strong {
  color: var(--contrast-2);
}
.versus .cols .col {
  border: 2px solid;
  border-radius: 8px;
  padding: 15px 20px;
  min-height: 90px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .versus .cols .col {
    min-height: 115px;
  }
}
@media (max-width: 767px) {
  .versus .cols .col {
    min-height: 90px;
  }
}
@media (max-width: 414px) {
  .versus .cols .col {
    min-height: 80px;
  }
}
.versus .cols .col p {
  margin-bottom: 0;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.versus .cols .col-1, .versus .cols .col-2 {
  border-width: 0;
  background: none !important;
}
.versus .cols .col.happy {
  border-color: #cde1a8;
}
@media (max-width: 767px) {
  .versus .cols .col.happy {
    background: #ecf5df;
  }
}
.versus .cols .col.happy p {
  font-weight: 600;
}
.versus .cols .col.sad {
  border-color: #d5d5d5;
}
@media (max-width: 767px) {
  .versus .cols .col.sad {
    background: var(--base-3);
  }
}
.atmosphere {
  background: linear-gradient(90deg, var(--contrast-2), var(--contrast));
}
@media (max-width: 767px) {
  .atmosphere > .gb-inside-container {
    padding-top: 50px;
  }
}
.atmosphere .title {
  line-height: 1.4;
}
/* Section - Reviews */
@media (max-width: 1280px) and (min-width: 1025px), (max-width: 1024px) {
  .recommendations .before-title, .recommendations .title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.recommendations .before-title strong {
  color: var(--contrast-2);
}
.recommendations .reviews-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -21px;
  width: calc(100% + 42px);
}
.recommendations .reviews-wrapper .reviews {
  width: calc(100% - 42px);
}
@media (max-width: 1366px) and (min-width: 1025px), (max-width: 1024px) {
  .recommendations .reviews-wrapper .reviews {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.recommendations .reviews-wrapper .arrow {
  width: 21px;
  position: relative;
}
@media (max-width: 1366px) and (min-width: 1025px), (max-width: 1024px) {
  .recommendations .reviews-wrapper .arrow {
    width: 15px;
  }
}
.recommendations .reviews-wrapper .arrow:hover {
  filter: brightness(0.7);
}
.recommendations .reviews-wrapper .arrow.prev {
  right: 40px;
}
@media (max-width: 1366px) and (min-width: 1025px), (max-width: 1024px) {
  .recommendations .reviews-wrapper .arrow.prev {
    right: 0;
  }
}
.recommendations .reviews-wrapper .arrow.next {
  left: 40px;
  transform: translateY(-11px) rotate(180deg);
}
@media (max-width: 1366px) and (min-width: 1025px), (max-width: 1024px) {
  .recommendations .reviews-wrapper .arrow.next {
    left: 0;
  }
}
.recommendations .stars {
  display: flex;
  gap: 3px;
  margin-bottom: 1.25em;
}
.recommendations .content {
  margin-bottom: 1.5em;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .recommendations .content {
    padding-right: 0;
  }
}
.recommendations .author {
  font-weight: 600;
}
/*** Pa ***/
.offer .cols .col-1 {
  padding: 40px 0;
}
/*** Section with form ***/
.make-appointment-form div#ui-datepicker-div {
  z-index: 1000 !important;
}
.make-appointment-form > .gb-inside-container {
  width: 100%;
  max-width: 950px;
}
.make-appointment-form .heading {
  font-size: 54px;
  /* font-size: 54px;*/
}
@media (max-width: 1280px) and (min-width: 1025px) {
  .make-appointment-form .heading {
    font-size: 46px;
  }
}
@media (max-width: 1024px) {
  .make-appointment-form .heading {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .make-appointment-form .heading {
    font-size: 36px;
  }
}
@media (max-width: 414px) {
  .make-appointment-form .heading {
    font-size: 32px;
  }
}
.make-appointment-form .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .make-appointment-form .row {
    margin-bottom: 20px;
  }
}
.make-appointment-form .row-2 .col-1 {
  margin-bottom: 20px;
}
.make-appointment-form .row-3 .col {
  margin-bottom: 10px;
}
.make-appointment-form .row-2, .make-appointment-form .row-4 {
  margin-bottom: 10px;
}
.make-appointment-form .row label {
  font-size: 15px;
  color: #dfdfdf;
}
.make-appointment-form .row .alert {
  font-size: 14px;
  border: 1px solid var(--accent-2);
  line-height: 1.5;
  padding: 0.5em 1em;
}
.make-appointment-form .row .alert strong {
  color: #8f3a3a;
  font-weight: 600;
}
.make-appointment-form .row .alert p {
  margin-bottom: 0.75em;
}
.make-appointment-form .row .alert p:last-child {
  margin-bottom: 0;
}
.make-appointment-form .row .col {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .make-appointment-form .row .col {
    padding-right: 0;
  }
}
.make-appointment-form .row input, .make-appointment-form .row textarea {
  padding: 13px 20px;
  font-size: 18px;
  width: 100%;
  border-width: 2px;
}
@media (max-width: 767px) {
  .make-appointment-form .row input, .make-appointment-form .row textarea {
    padding: 10px 15px;
  }
}
@media (max-width: 1024px) {
  .make-appointment-form .row input, .make-appointment-form .row textarea {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .make-appointment-form .row input, .make-appointment-form .row textarea {
    font-size: 15px;
  }
}
.make-appointment-form .row input[type="date"] {
  padding: 12px 20px;
  width: 100%;
  background: var(--base-2);
  border-bottom: 2px solid var(--base);
}
@media (max-width: 767px) {
  .make-appointment-form .row input[type="date"] {
    padding: 9px 15px;
  }
}
.make-appointment-form .accept .wpcf7-list-item, .make-appointment-form .marketing .wpcf7-list-item {
  margin-left: 0;
  line-height: 1.7;
}
.make-appointment-form .accept .wpcf7-list-item .wpcf7-list-item-label:before, .make-appointment-form .marketing .wpcf7-list-item .wpcf7-list-item-label:before {
  padding-left: 5px;
  padding-right: 5px;
  color: var(--accent-2);
}
.make-appointment-form .accept .wpcf7-list-item {
  margin-bottom: 6px;
}
.make-appointment-form .accept .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "*";
}
.make-appointment-form .marketing .wpcf7-list-item {
  margin-bottom: 23px;
}
.make-appointment-form .submit {
  margin-bottom: 40px;
}
.make-appointment-form .submit input[type="submit"] {
  background-color: #0366d6;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.3));
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 16px 30px 15px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .make-appointment-form .submit input[type="submit"] {
    font-size: 20px;
  }
}
.make-appointment-form .submit input[type="submit"]:hover {
  background-color: var(--contrast-2);
}
.make-appointment-form .alert {
  border-radius: 14px;
  background-color: #b52121;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.3));
  padding: 20px 35px 30px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .make-appointment-form .alert {
    padding: 16px 25px 25px;
  }
}
@media (max-width: 767px) {
  .make-appointment-form .alert ol {
    margin-left: 1em;
  }
}
.make-appointment-form .alert ol li {
  margin-bottom: 0.25em;
}
.make-appointment-form .alert ol li:last-child {
  margin-bottom: 0;
}
.make-appointment-form .wpcf7 form .wpcf7-response-output {
  margin: 0 30px 40px 0;
  font-size: 17px;
  line-height: 1.5;
}
/*** Questions ***/
.exam-questions {
  background: url(/wp-content/uploads/bg-badanie-pytania.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: bottom;
}
@media (max-width: 767px) {
  .exam-questions > .gb-inside-container {
    padding-bottom: 25vw;
  }
}
@media (max-width: 414px) {
  .exam-questions > .gb-inside-container {
    padding-bottom: 30vw;
  }
}
.exam-questions .inside {
  max-width: 650px;
  width: 100%;
  margin-left: auto;
  padding: 35px 45px;
}
@media (max-width: 767px) {
  .exam-questions .inside {
    padding: 30px;
  }
}
.exam-questions .inside .heading {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .exam-questions .inside .heading {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .exam-questions .inside .heading {
    font-size: 15px;
  }
}
.exam-questions .inside-1 {
  background: var(--base);
  margin-bottom: 30px;
  box-shadow: 0 5px 20px -9px #999999;
}
.strengths.exam {
  background: url(/wp-content/uploads/bg-badanie-korzysci.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.strengths.exam .heading {
  max-width: 235px;
  font-weight: 400;
}
.pricelist > .gb-inside-container {
  padding-bottom: 40px;
}
.pricelist .heading {
  margin-bottom: 0.75em;
}
.pricelist ul {
  margin-bottom: 2.5em;
}
/**** CONTACT PAGE ****/
/**
* 
************************ PLUGINS ************************
*
**/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.accordion {
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='21px' height='14.475px' viewBox='0 0 21 14.475' enable-background='new 0 0 21 14.475' xml:space='preserve'%3E%3Cpath fill='%2301458D' d='M21,2.966L21,2.966c0-2.729-3.377-4.004-5.181-1.958l-3.099,3.513c-1.179,1.336-3.262,1.336-4.441,0 L5.181,1.008C3.376-1.038,0,0.238,0,2.966c0,0.721,0.263,1.417,0.74,1.958l7.54,8.547c1.179,1.338,3.262,1.338,4.441,0l7.539-8.547 C20.736,4.383,21,3.688,21,2.966'/%3E%3C/svg%3E");
  /*url("data:image/svg+xml,%3Csvg aria-hidden='true' role='img' height='1em' width='1em' viewBox='0 0 256 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000000' d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z'%3E%3C/path%3E%3C/svg%3E");*/
  --bs-accordion-btn-icon-width: 1em;
  --bs-accordion-btn-icon-transform: rotate(-90deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='21px' height='14.475px' viewBox='0 0 21 14.475' enable-background='new 0 0 21 14.475' xml:space='preserve'%3E%3Cpath fill='%2301458D' d='M21,2.966L21,2.966c0-2.729-3.377-4.004-5.181-1.958l-3.099,3.513c-1.179,1.336-3.262,1.336-4.441,0 L5.181,1.008C3.376-1.038,0,0.238,0,2.966c0,0.721,0.263,1.417,0.74,1.958l7.54,8.547c1.179,1.338,3.262,1.338,4.441,0l7.539-8.547 C20.736,4.383,21,3.688,21,2.966'/%3E%3C/svg%3E");
  /*url("data:image/svg+xml,%3Csvg aria-hidden='true' role='img' height='1em' width='1em' viewBox='0 0 256 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2300489a' d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z'%3E%3C/path%3E%3C/svg%3E");*/
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 40px;
  color: var(--contrast-3);
  font-weight: 600;
  background-color: var(--base-2);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--contrast-3);
  background-color: var(--base-2);
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed) .inside-container::after {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='21px' height='14.475px' viewBox='0 0 21 14.475' enable-background='new 0 0 21 14.475' xml:space='preserve'%3E%3Cpath fill='%2301458D' d='M21,2.966L21,2.966c0-2.729-3.377-4.004-5.181-1.958l-3.099,3.513c-1.179,1.336-3.262,1.336-4.441,0 L5.181,1.008C3.376-1.038,0,0.238,0,2.966c0,0.721,0.263,1.417,0.74,1.958l7.54,8.547c1.179,1.338,3.262,1.338,4.441,0l7.539-8.547 C20.736,4.383,21,3.688,21,2.966'/%3E%3C/svg%3E");
  transform: rotate(180deg) translateY(8px);
}
.accordion-button .inside-container::after {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='21px' height='14.475px' viewBox='0 0 21 14.475' enable-background='new 0 0 21 14.475' xml:space='preserve'%3E%3Cpath fill='%2301458D' d='M21,2.966L21,2.966c0-2.729-3.377-4.004-5.181-1.958l-3.099,3.513c-1.179,1.336-3.262,1.336-4.441,0 L5.181,1.008C3.376-1.038,0,0.238,0,2.966c0,0.721,0.263,1.417,0.74,1.958l7.54,8.547c1.179,1.338,3.262,1.338,4.441,0l7.539-8.547 C20.736,4.383,21,3.688,21,2.966'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  /*transform: rotate(180deg);*/
}
@media (max-width: 1024px) {
  .accordion-button .inside-container::after {
    width: 100%;
    background-position: center;
    margin-top: 18px;
    transform: translateY(-8px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button span::after {
    transition: none;
  }
}
@media (max-width: 1024px) {
  .accordion-button > span.inside-container {
    justify-content: center;
  }
}
.accordion-button:hover {
  z-index: 2;
  color: var(--contrast-3);
  background-color: var(--base-2);
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  color: var(--contrast-3);
  background-color: var(--base-2);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: var(--base-2);
}
.accordion-item .inside-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .accordion-item .inside-container {
    padding: 0 35px;
  }
}
@media (max-width: 767px) {
  .accordion-item .inside-container {
    padding: 0 30px;
  }
}
@media (max-width: 414px) {
  .accordion-item .inside-container {
    padding: 0 30px;
  }
}
@media (max-width: 1024px) {
  .accordion-item .inside-container {
    flex-wrap: wrap;
    text-align: center;
  }
}
.accordion-item:nth-child(2n) {
  background: var(--base);
}
.accordion-item:nth-child(2n) button {
  background: var(--base);
}
.accordion-body {
  padding: 10px 40px 20px;
}
.accordion-body .inside-container {
  display: block;
}
/*** Messages ***/
.wpcf7 form {
  /* Placeholders */
  /* Fields width */
  /* Messages - centered text & filled background with small border radius */
  /* Invalid - red border around field & red placeholder text with hidden valid tip */
}
.wpcf7 form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #aaaaaa !important;
  opacity: 1;
}
.wpcf7 form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaaaaa !important;
  opacity: 1;
}
.wpcf7 form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaaaaa !important;
  opacity: 1;
}
.wpcf7 form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #aaaaaa !important;
  opacity: 1;
}
.wpcf7 form select {
  -webkit-appearance: none;
}
.wpcf7 form .wpcf7-submit {
  /* submit button */
}
.wpcf7 form .wpcf7-response-output {
  text-align: center;
  line-height: 1.5;
  padding: 1.25em 2em;
  border-width: 0;
  border-radius: 14px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #cf8f00;
  color: #ffffff;
}
.wpcf7 form.sent .wpcf7-response-output {
  /*border-color: #46b450;*/
  color: #ffffff;
  background-color: #0d7600;
}
.wpcf7 form .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 form.invalid select.wpcf7-not-valid {
  color: red !important;
}
.wpcf7 form.invalid .wpcf7-not-valid {
  border-color: red;
  /*color: red;*/
}
.wpcf7 form.invalid .wpcf7-not-valid .wpcf7-list-item-label {
  color: red;
}
.wpcf7 form.invalid ::-webkit-input-placeholder {
  /* WebKit browsers */
  /*color: red !important;
                    opacity: 1;*/
}
.wpcf7 form.invalid ::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  /*color: red !important;
                    opacity: 1;*/
}
.wpcf7 form.invalid ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  /*color: red !important;
                    opacity: 1;*/
}
.wpcf7 form.invalid ::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  /*color: red !important;
                    opacity: 1;*/
}
/**
* 
************************ VENDORS ************************
*
**/
/**
*
*
*
******************************************************* OTHER *******************************************************
*
*
*
**/
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Foptoss.fulc.ro%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fgeneratepress-child%2Fscss%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Fgeneratepress-child%2Fscss%2Fbase%2F_colors.scss%22%2C%22wp-content%2Fthemes%2Fgeneratepress-child%2Fscss%2Fbase%2F_layout.scss%22%2C%22wp-content%2Fthemes%2Fgeneratepress-child%2Fscss%2Fbase%2F_typography.scss%22%2C%22wp-content%2Fthemes%2Fgeneratepress-child%2Fscss%2Fbase%2F_mixins.scss%22%2C%22wp-content%2Fthemes%2Fgeneratepress-child%2Fscss%2Fbase%2F_spacing.scss%22%2C%22wp-content%2Fthemes%2Fgeneratepress-child%2Fscss%2Fbase%2F_columns.scss%22%2C%22wp-content%2Fthemes%2Fgeneratepress-child%2Fscss%2Fglobal%2F_sections.scss%22%2C%22wp-content%2Fthemes%2Fgeneratepress-child%2Fscss%2Fglobal%2F_selectors.scss%22%2C%22wp-content%2Fthemes%2Fgeneratepress-child%2Fscss%2Fglobal%2F_base.scss%22%2C%22wp-content%2Fthemes%2Fgeneratepress-child%2Fscss%2Flayout%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fgeneratepress-child%2Fscss%2Flayout%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fgeneratepress-child%2Fscss%2Fpages%2F_front-page.scss%22%2C%22wp-content%2Fthemes%2Fgeneratepress-child%2Fscss%2Fpages%2F_glasses.scss%22%2C%22wp-content%2Fthemes%2Fgeneratepress-child%2Fscss%2Fpages%2F_exam.scss%22%2C%22wp-content%2Fthemes%2Fgeneratepress-child%2Fscss%2Fpages%2F_pricing.scss%22%2C%22wp-content%2Fthemes%2Fgeneratepress-child%2Fscss%2Fvendors%2F_accordion.scss%22%2C%22wp-content%2Fthemes%2Fgeneratepress-child%2Fscss%2Fplugins%2F_contact-form-7.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACeQ%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAD5CR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEQA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFtBJ%3BAE8BA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFzCF%3BAEgDA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAF%2FFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE0GA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAFlHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE4HA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF5IR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGSA%3BAAAA%3BAAAA%3BACuHI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD1HJ%3BAAAA%3BAAAA%3BAC8GI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrHJ%3BAAAA%3BAAAA%3BACyGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhHJ%3BAAAA%3BAAAA%3BACoGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3GJ%3BAAAA%3BAAAA%3BAC%2BFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtGJ%3BAAAA%3BAAAA%3BAC0FI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjGJ%3BAAAA%3BAAAA%3BACqFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7FJ%3BAAAA%3BAAAA%3BACiFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzFJ%3BAAAA%3BAAAA%3BAC6EI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrFJ%3BAAAA%3BAAAA%3BACyEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjFJ%3BAAAA%3BAAAA%3BACqEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7EJ%3BAAAA%3BAAAA%3BACiEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzEJ%3BAAAA%3BAAAA%3BAC6DI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrEJ%3BAAAA%3BAAAA%3BACyDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD1DA%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAvBJ%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAvBJ%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAvBJ%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAH%2FIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALlBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMmBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANxDR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAHsDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG%2FCJ%3BAAAA%3BAAAA%3BAH%2BJI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGvKR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAHEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGEI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPlER%3BAO4EQ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAKI%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnGhB%3BAAAA%3BAAAA%3BARAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASyEA%3BAAAA%3BAAAA%3BATzEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAVhDhB%3BAU0DA%3BAAAA%3BAAAA%3BAAAA%3BAV1DA%3BAAAA%3BAUyEQ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAVxFJ%3BAWQQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAPkLJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOnMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX7DR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARsGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAjIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQaQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ9CZ%3BAAAA%3BAYyDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BARxDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQqDI%3BAAAA%3BAAAA%3BAZxER%3BAYoFQ%3BAAAA%3BAAAA%3BAR0FJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQhGQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ5FhB%3BAYyGQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BARmFA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJnOR%3BAIqMI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQjFJ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZtJhB%3BAYgKA%3BAAAA%3BAAAA%3BARqCI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ5CJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAZlLhB%3BAIqMI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAZ7NhB%3BAYuOA%3BAAAA%3BAAAA%3BARlCI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQSJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR3OJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ0OQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQhB%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAZ1SJ%3BAYsTQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAZpYJ%3BAaQY%3BAAAA%3BAAAA%3BAbRZ%3BAcMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAViHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUxHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAV0CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUnCQ%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAVPJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVXJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUkDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVnBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU6BI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAV7DJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUuEQ%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdzKR%3BAcoLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVlEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUwEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAClOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAfVJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBAA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ%2FGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY%2BGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAhBpJJ%3BAiBGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjBnHhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */