/*@include border-radius(50px);*/
/*@include transition;*/
/*@include transform-translate(0, -50%);*/
/***  Here we define the variables used on the site
 *
 * CONTENTS
 * - COLORS
 * - FONT FAMILY
 * - TYPOGRAPHY
 *
********************************/
/**
* COLOR
****************/
/**
* COLOR
****************/
/**
* FONT FAMILIES
****************/
/**
* MARGIN SETTINGS
****************/
/**
* PADDING SETTINGS
****************/
/**
* @MEDIA BREAKPOINTS SETTINGS
****************/
*, *::before, *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, #infinite-handle span, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button, #infinite-handle span {
  overflow: visible;
}
button, #infinite-handle span, select {
  text-transform: none;
}
button, #infinite-handle span, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], #infinite-handle span[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, #infinite-handle span::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/*--------------------------------------------------------------
  # Accessibility
  --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #5e5853;
  display: block;
  font-size: 13.2px;
  font-size: 0.825rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
*:focus {
  outline: none;
}
img {
  display: block;
  height: 100%;
  width: 100%;
}
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
/* Default Classes*/
/* WP Core Styles */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-row-reversed {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-column-reversed {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-wrap-no {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-wrap-reversed {
  -webkit-flex-wrap: wrap-reverse;
  -moz-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.align-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.align-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.align-stretch {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.justify-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.justify-around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}
.justify-evenly {
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
}
.justify-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.justify-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.justify-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
p {
  margin-bottom: 1.5rem;
}
p:not(:last-child) {
  margin-bottom: 1rem;
}
.contents-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.contents-wrapper.flex-wrap-reversed {
  -webkit-flex-wrap: wrap-reverse;
  -moz-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.contents-wrapper .content {
  flex-shrink: 1;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contents-wrapper .content-image img {
  object-fit: cover;
}
.contents-wrapper.contents-col-1 .content {
  flex-grow: 1;
  flex-basis: 100%;
}
.contents-wrapper.contents-col-2 .content {
  flex-basis: calc((100% / 2));
}
.contents-wrapper.contents-col-3 .content {
  flex-basis: calc((100% / 3));
}
.contents-wrapper.contents-col-4 .content {
  flex-basis: calc((100% / 4));
}
.contents-wrapper.contents-col-5 .content {
  flex-basis: calc((100% / 5));
}
@media screen and (max-width: 1440px) {
  .content .contents-col-1 .content {
    flex-grow: 1;
    flex-basis: 100%;
  }
  .content .contents-col-2 .content {
    flex-basis: calc((100% / 2));
  }
  .content .contents-col-3 .content {
    flex-basis: calc((100% / 3));
  }
  .content .contents-col-4 .content {
    flex-basis: calc((100% / 4));
  }
  .content .contents-col-5 .content {
    flex-basis: calc((100% / 5));
  }
}
@media screen and (max-width: 1024px) {
  .contents-wrapper.contents-col-1 .content {
    flex-grow: 1;
    flex-basis: 100%;
  }
  .contents-wrapper.contents-col-2 .content {
    flex-grow: 1;
    flex-basis: calc((100% / 1));
  }
  .contents-wrapper.contents-col-3 .content {
    flex-grow: 1;
    flex-basis: calc((100% / 1));
  }
  .contents-wrapper.contents-col-4 .content {
    flex-grow: 1;
    flex-basis: calc((100% / 1));
  }
  .contents-wrapper.contents-col-5 .content {
    flex-grow: 1;
    flex-basis: calc((100% / 1));
  }
}
@media screen and (max-width: 768px) {
  .contents-wrapper.contents-col-1 .content {
    flex-grow: 1;
    flex-grow: 1;
    flex-basis: calc((100% / 1));
  }
  .contents-wrapper.contents-col-2 .content {
    flex-grow: 1;
    flex-basis: calc((100% / 1));
  }
  .contents-wrapper.contents-col-3 .content {
    flex-grow: 1;
    flex-basis: calc((100% / 1));
  }
  .contents-wrapper.contents-col-4 .content {
    flex-grow: 1;
    flex-basis: calc((100% / 1));
  }
  .contents-wrapper.contents-col-5 .content {
    flex-grow: 1;
    flex-basis: calc((100% / 1));
  }
}
/******************************************************************
* CONTAINER STYLES
*******************************************************************/
.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.container-full {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container-large {
  max-width: 1500px;
}
.container-medium {
  max-width: 1100px;
}
.container-small {
  max-width: 828px;
}
.container.content {
  padding: 60px;
}
.padding-large {
  padding-top: 90px;
  padding-bottom: 90px;
}
.padding-medium {
  padding-top: 60px;
  padding-bottom: 60px;
}
.padding-small {
  padding-top: 30px;
  padding-bottom: 30px;
}
/******************************************************************
* TYPOGRAPHY STYLES
*******************************************************************/
body, p, h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
body, p {
  font-family: "Roboto Slab", serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
body.small, p.small {
  font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Optician Sans", sans-serif;
  margin-top: 0;
  margin-bottom: 1rem;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #221f1f;
  letter-spacing: -2px;
}
h1 {
  font-size: 4rem;
  line-height: 1.2;
}
h2 {
  font-size: 3.6rem;
  line-height: 1.25;
}
h3 {
  font-size: 3rem;
  line-height: 1.3;
}
h4 {
  font-size: 2.4rem;
  line-height: 1.35;
}
h5 {
  font-size: 1.8rem;
  line-height: 1.5;
}
h6 {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  h2 {
    font-size: 2.2rem;
    line-height: 1.25;
  }
}
a {
  cursor: pointer;
  color: #009FDF;
}
a:hover, a:focus {
  color: #F2E7DC;
}
/******************************************************************
* BUTTON STYLES
*******************************************************************/
.btn-list {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.btn-list button:not(:last-child), .btn-list .btn:not(:last-child), .btn-list .button:not(:last-child), .btn-list input[type="button"]:not(:last-child), .btn-list input[type="submit"]:not(:last-child) {
  margin-right: 4px;
}
button, .btn, .button, input[type="button"], input[type="submit"] {
  display: inline-block;
  min-width: 260px;
  line-height: 15px;
  padding-bottom: 21px;
  padding-top: 21px;
  padding-left: 13px;
  padding-right: 13px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #647687;
}
.btn-list button, .btn-list .btn, .btn-list .button, .btn-list input[type="button"], .btn-list input[type="submit"] {
  flex: 1 1 auto;
}
button:focus, button:hover, .btn:focus, .btn:hover, .button:focus, .button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="submit"]:focus, input[type="submit"]:hover {
  border-color: #009FDF;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  filter: blur(0);
  transition: all 250ms ease-in-out;
  color: #221f1f;
}
button.btn-blue, .btn.btn-blue, .button.btn-blue, input[type="button"].btn-blue, input[type="submit"].btn-blue {
  background-color: #009FDF;
  border-color: #009FDF;
  color: #ffffff;
}
button.btn-blue:hover, button.btn-blue:focus, .btn.btn-blue:hover, .btn.btn-blue:focus, .button.btn-blue:hover, .button.btn-blue:focus, input[type="button"].btn-blue:hover, input[type="button"].btn-blue:focus, input[type="submit"].btn-blue:hover, input[type="submit"].btn-blue:focus {
  border-color: #009FDF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  background-color: #13bbff;
  filter: blur(0);
  transition: all 250ms ease-in-out;
}
.icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-height: calc(15rem / 5 - 5px);
  min-width: calc(15rem / 5 - 5px);
  display: block;
  image-rendering: -webkit-optimize-contrast;
}
.icon-facebook {
  background-image: url(/wp-content/themes/opticalexpress/assets/icons/svg/icon-facebook.svg);
}
.icon-instagram {
  background-image: url(/wp-content/themes/opticalexpress/assets/icons/icon-instagram.png);
}
.icon-twitter {
  background-image: url(/wp-content/themes/opticalexpress/assets/icons/icon-twitter.png);
}
.icon-youtube {
  background-image: url(/wp-content/themes/opticalexpress/assets/icons/icon-youtube.png);
}
.icon-mail {
  background-image: url(/wp-content/themes/opticalexpress/assets/icons/icon-mail.png);
}
.icon-phone {
  background-image: url(/wp-content/themes/opticalexpress/assets/icons/svg/icon-phone.svg);
}
.icon-info {
  background-image: url(/wp-content/themes/opticalexpress/assets/icons/icon-info.png);
}
.icon-location {
  background-image: url(/wp-content/themes/opticalexpress/assets/icons/svg/icon-location.svg);
}
.icon:hover, .icon:focus {
  background-color: rgba(244, 231, 227, 0.69);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  #nav-icon2 {
    width: 60px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  .open #nav-icon2 {
    position: absolute;
    top: 30px;
    right: 20px;
    margin: unset;
  }
  #nav-icon2 span {
    display: block;
    position: absolute;
    height: 9px;
    width: 50%;
    background: #F2E7DC;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
  }
  #nav-icon2 span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
  }
  #nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
    top: 0px;
  }
  #nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
    top: 18px;
  }
  #nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
    top: 36px;
  }
  .block-header-wrapper.open #nav-icon2 span:nth-child(1), .block-header-wrapper.open #nav-icon2 span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .block-header-wrapper.open #nav-icon2 span:nth-child(2), .block-header-wrapper.open #nav-icon2 span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .block-header-wrapper.open #nav-icon2 span:nth-child(1) {
    left: 5px;
    top: 7px;
  }
  .block-header-wrapper.open #nav-icon2 span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
  }
  .block-header-wrapper.open #nav-icon2 span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }
  .block-header-wrapper.open #nav-icon2 span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
  .block-header-wrapper.open #nav-icon2 span:nth-child(5) {
    left: 5px;
    top: 29px;
  }
  .block-header-wrapper.open #nav-icon2 span:nth-child(6) {
    left: calc(50% - 5px);
    top: 29px;
  }
}
.hero {
  position: relative;
  height: calc(100vh - 201px);
  min-height: 550px;
}
.hero-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(0, 0, 0, 0.33); */
  background-color: rgba(235, 76, 62, 0.15);
  background: linear-gradient(225deg, rgba(34, 31, 31, 0.3) 0%, #f3f6f8 50%);
}
.hero-wrapper img {
  object-fit: cover;
}
.hero-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}
.hero-content {
  width: 100%;
  position: absolute;
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 40px;
  padding-right: 40px;
}
.hero-overlap {
  position: relative;
  top: -50px;
}
@media screen and (max-width: 768px) {
  .hero {
    min-height: 750px;
  }
}
/******************************************************************
* SIDENAV LIST STYLES
*******************************************************************/
ul, ol {
  padding-left: 20px;
  padding-right: 10px;
  margin-top: 0;
}
ul {
  list-style-image: url("/wp-content/themes/opticalexpress/assets/icons/svg/icon-eye-2.svg");
  list-style-position: outside;
}
ol {
  list-style: decimal inside;
}
ul ul, ul ol, ol ol, ol ul {
  list-style: circle inside;
  margin: 0 0 0.5rem 1rem;
}
/******************************************************************
* SOCIALNAV LIST STYLES
*******************************************************************/
.social-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
}
@media screen and (max-width: 1024px) {
  .social-links {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
  }
}
.social-link:hover a.icon {
  background-color: rgba(244, 231, 227, 0.69);
  border-radius: 10px;
}
.flink {
  padding-left: 23px;
}
.flink .link {
  color: #000000;
}
.flink .link:hover, .flink .link:focus {
  color: #13bbff;
}
.theme-card {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.theme-card .card {
  display: flex;
  height: 100%;
}
.theme-card .card:last-child {
  grid-column-end: 3;
}
.theme-card .card.brand-wrapper:last-child {
  grid-column-end: unset;
}
.theme-card .card.brand-wrapper h4 {
  width: 100%;
  background-color: #ffffff;
}
.theme-card .card h4 {
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 100%;
  padding: 21px 13px;
  background: #f3f6f8;
  font-size: 1.125rem;
  line-height: 1.125;
  text-align: center;
  transition: all 0.075s ease-in;
  letter-spacing: 0;
}
.theme-card .card h4:hover, .theme-card .card h4:focus {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transform: translateY(1px);
  text-decoration: none;
}
.we-offer .theme-card .card:last-child {
  grid-column-end: unset;
}
.address span {
  display: block;
}
span.icon {
  margin-bottom: 3px;
}
.hero-links {
  padding: 40px 0;
}
.hero-link span:not(.icon) {
  font-size: 16px;
}
.hero-link a, .hero-link span {
  display: inline-block;
}
.hero-link a:hover, .hero-link a:focus {
  color: #000000;
}
.hero-link .icon:hover, .hero-link .icon:focus {
  background-color: unset;
  border-radius: unset;
}
.hero-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hero-links .hero-link {
  width: 300px;
}
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.hero-buttons .button {
  max-width: 40%;
  width: 100%;
}
.brand-wrapper {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.brand-wrapper img {
  height: auto;
  width: auto;
  margin: auto;
  padding: 15px;
  max-width: 100%;
}
@media screen and (max-width: 1440px) {
  .theme-card {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  .theme-card {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  #meetDoctor .contents-wrapper.contents-col-1 .content h2 {
    font-size: 2rem;
  }
  #meetDoctor .contents-wrapper.contents-col-1 .content p {
    font-size: 1rem;
  }
  .hero-buttons {
    flex-wrap: wrap;
  }
  .hero-buttons .button {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .theme-card .card:last-child {
    grid-column-end: unset;
  }
}
@media screen and (max-width: 768px) {
  .hero-links .hero-link {
    max-width: 100%;
    width: 100%;
    margin: 20px auto;
  }
  .theme-card {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.bg-color-blue {
  background-color: #f3f6f8;
}
.bg-image {
  background-image: url(https://opticalexpdev.wpengine.com/wp-content/themes/opticalexpress/assets/img/bg-vision-test5.jpg);
  background-repeat: no-repeat;
  background-position: 50% 70%;
  background-size: COVER;
  position: relative;
}
.bg-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(0, 0, 0, 0.33); */
  background-color: rgba(235, 76, 62, 0.15);
  background: linear-gradient(225deg, rgba(34, 31, 31, 0.3) 0%, #f3f6f8 80%);
}
.bg-glasses {
  background-image: url(https://opticalexpdev.wpengine.com/wp-content/themes/opticalexpress/assets/img/bg-assorted-glasses.jpg);
  background-repeat: no-repeat;
  background-position: 50% 70%;
  background-size: COVER;
  position: relative;
}
.bg-glasses:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(0, 0, 0, 0.33); */
  background-color: rgba(235, 76, 62, 0.15);
  background: linear-gradient(225deg, rgba(34, 31, 31, 0.3) 0%, #f3f6f8 80%);
}
/******************************************************************
* FOOTER STYLES
*******************************************************************/
footer .pre-footer {
  background-color: #9ae2ff;
}
@media screen and (max-width: 1024px) {
  footer .pre-footer .column-left, footer .pre-footer .column-center, footer .pre-footer .column-right {
    max-width: 350px;
    width: 100%;
  }
}
footer #colophon {
  background-color: #ffffff;
}
footer #colophon p {
  margin-top: 10px;
  margin-bottom: 10px;
}
footer #colophon p a:hover, footer #colophon p a:focus {
  color: #13bbff;
}
/******************************************************************
* HEADER STYLES
*******************************************************************/
.block-header {
  z-index: 999;
  transition: all 750ms ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
}
.block-header.fixed {
  background-color: #ffffff;
  box-shadow: 0px -10px 10px 10px rgba(0, 0, 0, 0.33);
  transition: all 750ms ease-in-out;
}
.block-header.fixed .logo {
  max-width: 170px;
  transition: all 750ms ease-in-out;
}
.logo {
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
}
.logo-wrapper {
  display: block;
}
.site-main {
  padding-top: 195.16px;
  transition: padding 400ms;
}
.header-fixed .site-main {
  padding-top: 137.812px;
}
.menu-links {
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.menu-links .link {
  display: inline-block;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fopticalexpresseasley.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fopticalexpress%2Fstyles%2Fscss%2Fmain.scss%22%2C%22wp-content%2Fthemes%2Fopticalexpress%2Fstyles%2Fscss%2Fabstract%2F_normalize.scss%22%2C%22wp-content%2Fthemes%2Fopticalexpress%2Fstyles%2Fscss%2Fscaffolding%2Fflex.scss%22%2C%22wp-content%2Fthemes%2Fopticalexpress%2Fstyles%2Fscss%2Fbase%2Fcontainer.scss%22%2C%22wp-content%2Fthemes%2Fopticalexpress%2Fstyles%2Fscss%2Fbase%2Ftypography.scss%22%2C%22wp-content%2Fthemes%2Fopticalexpress%2Fstyles%2Fscss%2Fbase%2Fbuttons.scss%22%2C%22wp-content%2Fthemes%2Fopticalexpress%2Fstyles%2Fscss%2Fbase%2Ficons.scss%22%2C%22wp-content%2Fthemes%2Fopticalexpress%2Fstyles%2Fscss%2Fbase%2Fhero.scss%22%2C%22wp-content%2Fthemes%2Fopticalexpress%2Fstyles%2Fscss%2Fbase%2Flists.scss%22%2C%22wp-content%2Fthemes%2Fopticalexpress%2Fstyles%2Fscss%2Fbase%2Ftheme.scss%22%2C%22wp-content%2Fthemes%2Fopticalexpress%2Fstyles%2Fscss%2Fbase%2Fbackground.scss%22%2C%22wp-content%2Fthemes%2Fopticalexpress%2Fstyles%2Fscss%2Fbase%2Ffooter.scss%22%2C%22wp-content%2Fthemes%2Fopticalexpress%2Fstyles%2Fscss%2Fbase%2Fheader.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADtNF%3BAAAA%3BAAAA%3BAAAA%3BAC%2BNE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtOF%3BAC4PE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD9QA%3BAAAA%3BACsRA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3VA%3BACmWA%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%3BAAqBC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACzYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMH%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF%2FMJ%3BAAAA%3BAAAA%3BAGGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAHrCD%3BAAAA%3BAAAA%3BAIGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAJ5DD%3BAAAA%3BAAAA%3BAKGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYG%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChJF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPhED%3BAAAA%3BAAAA%3BAQGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BARfA%3BAAAA%3BAAAA%3BAQ0BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BACzCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjKA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAV3CF%3BAAAA%3BAAAA%3BAWIC%3BAAAA%3BAAAA%3BAAQE%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAX1BJ%3BAAAA%3BAAAA%3BAYGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%22%7D */