/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
/**
 * Verilife Production LESS
 * Optimized for minimal file size.
 * Replaces styles-m.css and styles-l.css.
 */
@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  [data-content-type=row][data-appearance=full-bleed],
  [data-content-type=row][data-appearance=full-width] {
    background-attachment: scroll !important;
  }
  [data-content-type=row][data-appearance=full-bleed] {
    box-sizing: border-box;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  body .page-footer .footer.content {
    padding: 46px 24px 36px 30px;
  }
  .customer-logged-out .footer-join-vvp {
    display: inline-block !important;
  }
  .customer-logged-out .footer-myaccount {
    display: none !important;
  }
  .customer-logged-in .footer-join-vvp {
    display: none !important;
  }
  .customer-logged-in .footer-myaccount {
    display: inline-block !important;
  }
  .header.content .header-locator-dropdown {
    margin-right: 0 !important;
    flex: 0 0 68%;
  }
  .header.content .header-locator-dropdown-button {
    padding-left: 40px;
    position: relative;
  }
  .header.content .header-locator-dropdown-wrap .mage-dropdown-dialog {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    top: 100%;
  }
  .header.content .header-locator-container .header-locator-toggle-container {
    text-align: right;
    flex: 0 0 28%;
  }
  .header.content .header-locator-toggle-text {
    color: #000;
    margin-bottom: 0px;
  }
  .header.content .header-locator-toggle-action .mobile-only {
    display: inline-block;
  }
  .header.content .switch {
    top: 1px !important;
    box-sizing: border-box;
    border-radius: 15px;
  }
  /*    .nav-open {
        .page-header {
            .menu-locator-inner {
                position: relative;
                width: auto;
            }
        }
    }
*/
  .page-header .menu-locator-inner {
    position: relative;
    width: auto;
  }
  .page-header .menu-shopping-label {
    position: relative;
  }
  .page-header .menu-locator-text > div:first-child {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 225px;
  }
  .page-header .header-locator-container {
    position: absolute;
    top: 63px;
    width: 100%;
    background: #fff;
    flex: 0 0 100%;
    left: 0;
    justify-content: space-between;
    padding: 8px 16px;
    flex-wrap: wrap;
    margin-right: 25px;
    border-bottom: 1px solid #d9d9d9;
  }
  .page-header .header-locator-dropdown-name {
    max-width: 185px !important;
    position: relative;
    top: -2px;
  }
  .page-header .header-locator-toggle-container.active-toggle .mage-dropdown-dialog {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 99999;
    opacity: 1;
    height: 116px;
    padding: 25px 0 0 16px;
    text-align: left;
  }
  .page-header .header-locator-toggle-action a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
  }
  .page-header .header-locator-toggle-container .ui-button-text-only {
    top: auto;
    bottom: 0;
  }
  .page-header .header-locator-toggle-container .ui-button-text-only:before {
    height: 30px;
    width: 100px;
    display: block;
    content: "Close";
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #000;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    text-indent: 10px;
    background: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='11' fill='%23D9D9D9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.8514 5.95153L14.8516 5.95132C15.1553 5.64758 15.6478 5.64758 15.9515 5.95132C16.2552 6.25506 16.2552 6.74751 15.9515 7.05125C15.9453 7.05744 15.939 7.06351 15.9327 7.06946L12.0992 10.903L15.9471 14.7509L15.9468 14.7511L15.9471 14.7514C16.2509 15.0552 16.2509 15.5476 15.9471 15.8514C15.6434 16.1551 15.1509 16.1551 14.8472 15.8514C14.8417 15.8458 14.8362 15.8402 14.8309 15.8346L10.9992 12.0029L7.16683 15.8353C7.16386 15.8384 7.16085 15.8416 7.15781 15.8447C7.15573 15.8468 7.15363 15.8489 7.15151 15.851C6.84778 16.1548 6.35532 16.1548 6.05159 15.851C5.74785 15.5473 5.74785 15.0549 6.05159 14.7511L6.05187 14.7508L6.05165 14.7506L9.8993 10.903L6.04772 7.0514L6.04805 7.05107C5.74481 6.74729 5.74498 6.25521 6.04855 5.95164C6.35228 5.6479 6.84474 5.6479 7.14847 5.95164C7.15497 5.95813 7.16132 5.96471 7.16754 5.97137L10.9992 9.80306L14.8511 5.95122L14.8514 5.95153Z' fill='%23343A40'/%3E%3C/svg%3E%0A") no-repeat 5px;
  }
  .locator-active .overlay-container {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 116px;
    left: 0;
    z-index: 999;
    opacity: 0.9;
  }
  /* Hide custom-nav-sections by default on mobile, show when nav-open class is present */
  .header-wrapper {
    position: relative;
  }
  /* header .header.content{
        .header-navigation{
            display: none!important;
        }
    }*/
  .sections.nav-sections .navigationmenu {
    padding: 0 24px;
  }
  .sections.nav-sections .navigationmenu ul {
    display: block !important;
    margin: 0 0 0px 0;
  }
  .sections.nav-sections .navigationmenu ul li {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .sections.nav-sections .navigationmenu ul li a {
    padding: 0;
    font-size: 2.4rem;
    line-height: 64px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    display: block;
  }
  .sections.nav-sections .navigationmenu ul li a {
    padding: 0px 0px 1px 0px;
    font-size: 2.4rem;
    line-height: 64px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    display: block;
    font-family: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: 0.01em;
  }
  .sections.nav-sections .navigationmenu ul li a[href="/locations"]:after {
    content: "";
    height: 30px;
    width: 30px;
    display: inline-block;
    background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='29' height='29' rx='5.5' fill='%23BABABA' stroke='%23BABABA'/%3E%3Cpath d='M8.11017 12.9449C8.11017 12.0329 8.28981 11.1298 8.63882 10.2872C8.98783 9.44462 9.49939 8.67901 10.1443 8.03412C11.4467 6.73169 13.2132 6 15.0551 6C16.8969 6.00024 18.6632 6.73201 19.9656 8.03438C21.268 9.33675 21.9998 11.1031 22 12.9449C22.0003 13.2411 21.9814 13.537 21.9436 13.8307C21.8587 14.4944 21.6776 15.1422 21.4062 15.7537C20.129 18.9261 17.1796 21.4062 15.0533 24C12.927 21.4026 9.97761 18.9261 8.70041 15.7537C8.42936 15.142 8.24835 14.4943 8.16301 13.8307C8.12682 13.5369 8.10917 13.241 8.11017 12.9449ZM15.0551 15.9678C15.8913 15.9678 16.6933 15.6356 17.2847 15.0444C17.8761 14.4532 18.2085 13.6513 18.2087 12.815C18.2089 12.4008 18.1275 11.9905 17.9691 11.6077C17.8108 11.2248 17.5785 10.877 17.2857 10.584C16.9928 10.2909 16.6451 10.0585 16.2623 9.89988C15.8796 9.74128 15.4694 9.65965 15.0551 9.65965C14.6408 9.65965 14.2306 9.74128 13.8478 9.89988C13.4651 10.0585 13.1174 10.2909 12.8245 10.584C12.5317 10.877 12.2994 11.2248 12.141 11.6077C11.9826 11.9905 11.9012 12.4008 11.9015 12.815C11.9017 13.6513 12.2341 14.4532 12.8255 15.0444C13.4169 15.6356 14.2189 15.9678 15.0551 15.9678Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center;
    float: right;
    position: relative;
    top: 14px;
    right: 3px;
  }
}
@media all and (min-width: 768px), print {
  html,
  body {
    height: 100%;
  }
  .page-main {
    padding-left: 24px;
    padding-right: 24px;
  }
  .column.main {
    min-height: 300px;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .custom-title h1,
  .h1heading {
    font-size: 4rem;
    line-height: 48px;
    color: #000;
  }
  .hide-desktop {
    display: none !important;
  }
  .email-hint-error-message,
  .password-hint-error-message,
  .password-confirmation-hint-error-message,
  .dob-hint-error-message {
    line-height: 21px;
    font-size: 1.4rem;
    color: #f44e3b;
    margin-bottom: 10px;
    bottom: 17px;
    position: relative;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .customer-logged-out .footer-join-vvp {
    display: inline-block !important;
  }
  .customer-logged-out .footer-myaccount {
    display: none !important;
  }
  .customer-logged-in .footer-join-vvp {
    display: none !important;
  }
  .customer-logged-in .footer-myaccount {
    display: inline-block !important;
  }
  .header-locator-container {
    position: relative;
  }
  .medical .page-header .header-locator-toggle-container .mage-dropdown-dialog {
    background: #36a76a;
  }
  .page-header {
    /* .header-locator-toggle-text {
            font-size: @font-size__base;
            color: @color-white;
            float: left;
            width: 40%;
            padding-top: 8px;
        }

        .header-locator-toggle-action {
            width: 55%;
        }*/
  }
  .page-header .customer-menu-text {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .page-header .customer-menu-email {
    font-size: 1.6rem;
    word-break: break-word;
  }
  .page-header .customer-welcome {
    position: relative;
    display: block !important;
  }
  .page-header .customer-welcome .customer-name {
    cursor: pointer;
  }
  .page-header .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .page-header .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
    position: static;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0px;
  }
  .page-header .customer-welcome .header.links li.link.authorization-link a {
    border: 1px solid #bababa;
    border-radius: 18px;
    text-align: center;
    height: 36px;
    line-height: 34px;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    display: block;
    color: #333;
  }
  .page-header .customer-welcome a.customer-welcome-toggle {
    display: none !important;
  }
  .page-header .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .page-header .customer-welcome .action.switch {
    background-image: none;
    background: 0 0;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #fff;
  }
  .page-header .customer-welcome .action.switch:after {
    content: '';
    background: url(../../frontend/Pharmacann/verilife-new/en_US/images/user-icon.svg) no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    top: 12px;
    margin-right: 5px;
  }
  .page-header .customer-welcome .customer-menu {
    display: none;
  }
  .page-header .customer-welcome.active .customer-menu {
    display: block;
    position: absolute;
    width: 300px;
    right: -25px;
    outline: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 0 0 12px 12px;
    padding: 20px;
    top: 56px;
  }
  .page-header .customer-welcome.active .customer-menu .view-account {
    display: block !important;
  }
  .page-header .customer-welcome.active .customer-menu:before {
    content: "";
    position: absolute;
    width: 69px;
    height: 6px;
    background: #000;
    top: -7px;
    right: 0;
  }
  .page-header .customer-welcome.active .customer-menu li:first-child a {
    background: #343a40;
    border: 1px solid #bababa;
    border-radius: 18px;
    color: #fff;
    text-align: center;
    height: 36px;
    line-height: 34px;
    letter-spacing: 0.01em;
    margin: 25px 0 20px;
    font-size: 1.2rem;
    font-weight: 500;
    display: block;
  }
  .page-header .panel.header .header.links li:first-child {
    display: none;
  }
  .page-header .panel.header .header.links #header-signin-toggle-dialog {
    display: none;
  }
  .page-header .header-locator-toggle-container .mage-dropdown-dialog {
    position: absolute;
    background: #343A40;
    padding: 22px;
    left: auto;
    top: 54px;
    width: 500px;
    right: -100px;
    border-radius: 0 0 12px 12px;
  }
  .page-header .header-locator-toggle-action {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page-header .header-locator-toggle-action a {
    flex: 0 0 48%;
    text-align: center;
    border-radius: 18px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #fff;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
  }
  .page-header .find-another-location-action {
    cursor: pointer;
  }
  .page-header .header-locator-toggle-action span {
    display: none;
  }
  .page-header .header-locator-toggle-action a:last-child {
    background: #fff;
    color: #000;
  }
  .page-header .header-locator-dropdown-col {
    padding: 25px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-header .header-locator-dropdown-wrap .mage-dropdown-dialog {
    position: absolute;
    background: #fff;
    width: 500px;
    right: -215px;
    border-radius: 0 0 12px 12px;
    top: 52px;
    border: 1px solid #d9d9d9;
  }
  .page-header .header-signin-link {
    position: relative;
  }
  .page-header .header-signin-link .mage-dropdown-dialog {
    position: absolute;
    width: 268px;
    height: 146px;
    right: -25px;
    top: 56px;
    border: 1px solid #d9d9d9;
    background: #dee61b;
    border-radius: 0 0 12px 12px;
    padding: 20px;
  }
  .page-header .header-signin-link .mage-dropdown-dialog:before {
    content: "";
    height: 6px;
    position: absolute;
    width: 69px;
    background: #000;
    top: -7px;
    right: 0;
  }
  .page-header .header-signin-link .mage-dropdown-dialog button {
    font-size: 1.2rem;
    padding: 0;
    width: 224px;
    background: #fff;
    color: #000;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #bababa;
    position: absolute;
    bottom: 20px;
    font-weight: 500;
  }
  .page-header .header-signin-link .header-signin-toggle-content {
    display: none;
  }
  .page-header .header-signin-link .header-signin-toggle-text {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .page-header .header-signin-link a {
    color: #000;
    font-size: 1.6rem;
  }
  .page-header .header-locator-map {
    width: 500px;
  }
  .custom-nav-sections {
    margin-right: auto;
    margin-left: 15px;
  }
  .header-navigation {
    margin: 7px 0 14px 0;
  }
  .header-navigation .navigationmenu ul {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .header-navigation .navigationmenu ul li {
    margin: 0 2px 0 0;
    padding: 0;
  }
  .header-navigation .navigationmenu ul li a {
    padding: 4px 10px;
    white-space: nowrap;
    line-height: 28px;
    letter-spacing: 0.01em;
  }
  .header-navigation .navigationmenu ul li:hover a {
    background: #f0f0f0;
    border-radius: 18px;
    text-decoration: none;
  }
  /*.nav-sections{
        display: none;
    }*/
  body .page-footer .copyright .copyright-container {
    justify-content: flex-end;
    text-align: right;
  }
}
@media all and (min-width: 768px) and (max-width: 1080px), print and (max-width: 1080px) {
  .page-header .customer-welcome.active .customer-menu {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1260px), print and (max-width: 1260px) {
  .page-header .header-locator-dropdown-wrap .mage-dropdown-dialog {
    right: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  .header-locator-dropdown-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header-locator-dropdown-inner .header-locator-dropdown-col {
    padding: 25px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 0 0 60%;
    border-bottom: 1px solid #d9d9d9;
  }
  .header-locator-dropdown-inner .header-locator-map {
    flex: 0 0 40%;
    border-bottom: 1px solid #d9d9d9;
  }
  .header-locator-dropdown-inner .header-locator-map img {
    height: 100%;
  }
  .header-locator-dropdown-inner .header-locator-dropdown-action {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex: 0 0 100%;
  }
  .header-locator-dropdown-inner .header-locator-dropdown-action a {
    flex: 0 0 47%;
    margin: 18px 0 !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1080px), print and (max-width: 1080px) {
  .page-header .header.content .nav-sections {
    margin-left: 0px !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1441px), print and (max-width: 1441px) {
  .page-header .header.content .nav-sections {
    margin-left: 15px;
    margin-right: auto;
  }
}
@media all and (min-width: 768px) and (max-width: 1080px), print and (max-width: 1080px) {
  .custom-nav-sections {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1240px), print and (max-width: 1240px) {
  .header-navigation {
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) and (max-width: 1080px), print and (max-width: 1080px) {
  .nav-open .nav-sections {
    display: block;
  }
  .nav-open .nav-sections .navigationmenu {
    padding: 0 24px;
  }
  .nav-open .nav-sections .navigationmenu ul {
    display: block !important;
    margin: 0 0 20px 0;
  }
  .nav-open .nav-sections .navigationmenu ul li {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .nav-open .nav-sections .navigationmenu ul li a {
    padding: 0;
    font-size: 2.4rem;
    line-height: 64px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    display: block;
  }
  .nav-open .nav-sections .navigationmenu ul li a[href="/locations"]:after {
    content: "";
    height: 30px;
    width: 30px;
    display: inline-block;
    background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='29' height='29' rx='5.5' fill='%23BABABA' stroke='%23BABABA'/%3E%3Cpath d='M8.11017 12.9449C8.11017 12.0329 8.28981 11.1298 8.63882 10.2872C8.98783 9.44462 9.49939 8.67901 10.1443 8.03412C11.4467 6.73169 13.2132 6 15.0551 6C16.8969 6.00024 18.6632 6.73201 19.9656 8.03438C21.268 9.33675 21.9998 11.1031 22 12.9449C22.0003 13.2411 21.9814 13.537 21.9436 13.8307C21.8587 14.4944 21.6776 15.1422 21.4062 15.7537C20.129 18.9261 17.1796 21.4062 15.0533 24C12.927 21.4026 9.97761 18.9261 8.70041 15.7537C8.42936 15.142 8.24835 14.4943 8.16301 13.8307C8.12682 13.5369 8.10917 13.241 8.11017 12.9449ZM15.0551 15.9678C15.8913 15.9678 16.6933 15.6356 17.2847 15.0444C17.8761 14.4532 18.2085 13.6513 18.2087 12.815C18.2089 12.4008 18.1275 11.9905 17.9691 11.6077C17.8108 11.2248 17.5785 10.877 17.2857 10.584C16.9928 10.2909 16.6451 10.0585 16.2623 9.89988C15.8796 9.74128 15.4694 9.65965 15.0551 9.65965C14.6408 9.65965 14.2306 9.74128 13.8478 9.89988C13.4651 10.0585 13.1174 10.2909 12.8245 10.584C12.5317 10.877 12.2994 11.2248 12.141 11.6077C11.9826 11.9905 11.9012 12.4008 11.9015 12.815C11.9017 13.6513 12.2341 14.4532 12.8255 15.0444C13.4169 15.6356 14.2189 15.9678 15.0551 15.9678Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center;
    float: right;
    position: relative;
    top: 14px;
    right: 3px;
  }
  .nav-open .nav-sections .navigationmenu ul li:hover a {
    background: transparent;
  }
}
@media all and (max-width: 1079px), print {
  .dailog-active .overlay-container {
    background: #636363;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 1;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  body .nav-sections-item-content#store\.menu {
    margin-top: 70px;
    height: calc(100% - 70px);
  }
  body .section-items.nav-sections-items + div {
    display: none !important;
  }
  .page-header {
    margin: 0;
    /*  .header-locator-dropdown-wrap .mage-dropdown-dialog {
            position: absolute;
            background: #fff;
            width: 100%;
            left: 0;
            top: 100%;
        }
        */
    /*  .nav-sections .header.links li:last-child a {
            font-size: 1.5rem;
            padding: 8px 40px;
            background: #dee61b;
            border: 1px solid #636363;
            box-sizing: border-box;
            border-radius: 6px;
            margin: 12px 24px 0 0;
        }*/
  }
  .page-header .header.links .link.wishlist,
  .page-header .header.links .header-signout-link {
    display: none;
  }
  .page-header .header.links .customer-welcome .customer-name {
    display: none;
  }
  .page-header .panel.header {
    display: none;
  }
  .page-header .header.content {
    margin-bottom: 0;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 18px;
    display: flex;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-header .header.content .logo {
    order: 1;
    max-width: 80px;
    min-width: auto;
    margin: 0 auto 0 17px;
    float: none;
    display: inline-block;
  }
  .page-header .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    background: #fff;
    display: none;
  }
  .page-header .nav-sections a.header-signin-link-action {
    padding: 6px 15px !important;
    border: 1px solid #000 !important;
    box-sizing: border-box;
    border-radius: 6px;
    display: flex !important;
    font-size: 1.5rem;
    font-weight: 400 !important;
    align-items: center;
    margin: 12px 15px 0 0;
    text-decoration: none;
    color: #000;
  }
  .page-header .sections.nav-sections .navigationmenu {
    padding: 0 24px;
  }
  .page-header .nav-sections-items {
    position: relative !important;
    display: flex;
    flex-direction: column;
    height: 100%;
    z-index: 1;
  }
  .page-header .nav-sections-items:before,
  .page-header .nav-sections-items:after {
    content: '';
    display: table;
  }
  .page-header .mega-menu-close,
  .page-header .menu-locator-inner,
  .page-header #store\.links {
    display: block;
  }
  .page-header .nav-toggle {
    margin-top: 10px;
    display: block;
  }
  .page-header .nav-toggle > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .page-header .nav-toggle:before {
    content: "";
    width: 24px;
    height: 17px;
    background: url(../../frontend/Pharmacann/verilife-new/en_US/images/menu_icon.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    position: relative;
    left: 1px;
    display: inline-block;
  }
  .page-header .nav-toggle:focus,
  .page-header .nav-toggle:focus-visible {
    outline-offset: 0px;
    outline: 0;
  }
  .mega-menu-close {
    position: fixed;
    z-index: 999;
    top: 13px;
    margin: 0;
    font-size: 0;
    left: -100%;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
  }
  .mega-menu-close:before {
    font-size: 0;
    content: "";
    height: 45px;
    width: 45px;
    background: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99961 12.4309L2.85105 19.5794L2.85072 19.5791L2.85051 19.5793C2.28639 20.1434 1.37178 20.1434 0.807658 19.5793C0.243539 19.0152 0.243539 18.1006 0.807659 17.5365C0.81644 17.5277 0.825306 17.519 0.834254 17.5105L7.95676 10.388L0.805083 3.23635L0.805597 3.23584C0.242187 2.67166 0.242423 1.75758 0.806305 1.19369C1.37042 0.629577 2.28504 0.629577 2.84916 1.19369C2.86009 1.20463 2.87082 1.2157 2.88133 1.22689L9.99961 8.34518L17.1504 1.19441L17.151 1.19382L17.151 1.19377C17.7151 0.629703 18.6297 0.629722 19.1938 1.19382C19.7579 1.75792 19.7579 2.6725 19.1939 3.23662L19.1938 3.23667L12.0425 10.388L19.1908 17.5363L19.1905 17.5366C19.7543 18.1007 19.7542 19.0151 19.1902 19.5791C18.6261 20.1432 17.7115 20.1432 17.1473 19.5791C17.1397 19.5715 17.1322 19.5638 17.1248 19.5561L9.99961 12.4309Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat center;
    display: block;
  }
  .nav-open {
    /*        .nav-sections .header.links li:last-child a {
            font-size: 1.5rem;
            padding: 8px 40px;
            background: #dee61b;
            border: 1px solid #636363;
            box-sizing: border-box;
            border-radius: 6px;
            margin: 12px 24px 0 0;
        }*/
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
    display: flex;
  }
  .nav-open .mega-menu-close {
    left: 2px;
  }
  .nav-open .overlay-container {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 98;
    opacity: 0.9;
  }
  .nav-open .page-wrapper {
    left: 0%;
    margin-top: 0 !important;
    -webkit-transition: left 0.3s !important;
    -moz-transition: left 0.3s !important;
    -ms-transition: left 0.3s !important;
    transition: left 0.3s !important;
  }
  .nav-open .nav-toggle:after {
    display: none;
  }
  .nav-open span.action.nav-toggle {
    position: fixed;
    z-index: 100;
    top: 15px;
    margin: 0;
    left: 5px;
    display: none;
  }
  .nav-open .sticky span.action.nav-toggle {
    display: none;
  }
  .nav-open .nav-toggle:before {
    font-size: 0;
    content: "";
    height: 45px;
    width: 45px;
    background: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99961 12.4309L2.85105 19.5794L2.85072 19.5791L2.85051 19.5793C2.28639 20.1434 1.37178 20.1434 0.807658 19.5793C0.243539 19.0152 0.243539 18.1006 0.807659 17.5365C0.81644 17.5277 0.825306 17.519 0.834254 17.5105L7.95676 10.388L0.805083 3.23635L0.805597 3.23584C0.242187 2.67166 0.242423 1.75758 0.806305 1.19369C1.37042 0.629577 2.28504 0.629577 2.84916 1.19369C2.86009 1.20463 2.87082 1.2157 2.88133 1.22689L9.99961 8.34518L17.1504 1.19441L17.151 1.19382L17.151 1.19377C17.7151 0.629703 18.6297 0.629722 19.1938 1.19382C19.7579 1.75792 19.7579 2.6725 19.1939 3.23662L19.1938 3.23667L12.0425 10.388L19.1908 17.5363L19.1905 17.5366C19.7543 18.1007 19.7542 19.0151 19.1902 19.5791C18.6261 20.1432 17.7115 20.1432 17.1473 19.5791C17.1397 19.5715 17.1322 19.5638 17.1248 19.5561L9.99961 12.4309Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat center;
  }
  .nav-open .menu-locator-inner {
    order: 2;
    margin: 0;
    border-top: 1px solid #d9d9d9;
    padding: 24px 24px 46px;
    bottom: 0;
  }
  .nav-open .menu-shopping-label {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0;
  }
  .nav-open .menu-locator-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 3px;
  }
  .nav-open .menu-locator-text > div:first-child {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .nav-open .menu-locator-text > div:last-child {
    background: #343a40;
    border: 1px solid #bababa;
    border-radius: 15px;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 500;
    padding: 6px 20px;
    position: relative;
    top: -8px;
    right: 5px;
  }
  .nav-open .medical .menu-locator-text > div:last-child {
    background: #36a76a;
  }
  .nav-open .menu-locator-action {
    display: none;
  }
  .nav-open .mobmenu-locator-hrs.mobile-only {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
  }
  .nav-open .mobmenu-locator-hrs > div {
    font-size: 1.5rem;
  }
  .nav-open .mobmenu-locator-hrs > div strong {
    font-weight: 500;
  }
  .nav-open .mobmenu-locator-hrs > div a {
    padding: 0;
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: underline;
  }
  .nav-open .nav-sections-item-content#store\.links {
    order: 0;
    position: fixed;
    background: #fff;
    padding-bottom: 11px;
    width: 100%;
  }
  .nav-open .nav-sections-item-content {
    display: block !important;
    float: none;
    padding: 0;
    margin: 0;
  }
  .nav-open .nav-sections .header.links {
    border-bottom: none;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .nav-open .nav-sections .header.links li.greet.welcome {
    display: none;
  }
  .nav-open .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-open .nav-sections .header.links li:first-child {
    display: none;
  }
  .nav-open .nav-sections *:not(script, style):is(.nav-sections-items),
  .nav-open .nav-sections *:not(script, style):is(.menu-locator-text) {
    display: flex;
  }
  .nav-open .nav-sections *:not(script, style):is(.menu-locator-action),
  .nav-open .nav-sections *:not(script, style):is(.customer-menu),
  .nav-open .nav-sections *:not(script, style):is(.customer-menu-container),
  .nav-open .nav-sections *:not(script, style):is(.customer-name),
  .nav-open .nav-sections *:not(script, style):is(.customer-welcome + .authorization-link) {
    display: none;
  }
  .nav-open .nav-sections *:not(script, style) .mobmenu-locator-hrs.mobile-only :is(a) {
    display: inline-flex;
  }
  .nav-open .nav-sections *:not(script, style):is(.menu-locator-text>div:first-child),
  .nav-open .nav-sections *:not(script, style):is(.menu-locator-text>div:first-child span[data-bind="text: storename"]) {
    display: inline;
  }
  .nav-open .nav-sections .header.links a,
  .nav-open .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-open .nav-sections a.header-signin-link-action {
    padding: 6px 15px !important;
    border: 1px solid #000 !important;
    box-sizing: border-box;
    border-radius: 6px;
    display: flex !important;
    font-size: 1.5rem;
    font-weight: 400 !important;
    align-items: center;
    margin: 12px 15px 0 0;
  }
  .nav-open .nav-sections .header.links li > a {
    color: #000;
  }
  .nav-open .nav-sections a.header-signin-link-action:after {
    content: "";
    height: 26px;
    width: 26px;
    background: url(../../frontend/Pharmacann/verilife-new/en_US/images/Sign-In.svg) no-repeat center;
    display: block;
    margin-left: 10px;
  }
  .nav-open #header-signin-toggle-dialog {
    display: none;
  }
  .nav-open .customer-welcome-toggle {
    padding: 6px 15px !important;
    border: 1px solid #000 !important;
    box-sizing: border-box;
    border-radius: 6px;
    display: flex !important;
    font-size: 1.5rem;
    font-weight: 400 !important;
    align-items: center;
    margin: 12px 24px 0 0;
  }
  .nav-open .customer-welcome-toggle:after {
    content: "";
    height: 26px;
    width: 26px;
    background: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='12.5' fill='white' stroke='black'/%3E%3Ccircle cx='13' cy='9.75033' r='3.83333' fill='black' stroke='black'/%3E%3Cmask id='path-3-inside-1_6964_17207' fill='white'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.02881 22.4088C4.18326 21.9666 4.35896 21.5381 4.55434 21.1253C6.24016 17.5634 9.39108 15.167 13 15.167C17.0271 15.167 20.484 18.1511 21.9711 22.4088C19.6381 24.634 16.4786 26.0003 13 26.0003C9.52133 26.0003 6.36183 24.634 4.02881 22.4088Z'/%3E%3C/mask%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.02881 22.4088C4.18326 21.9666 4.35896 21.5381 4.55434 21.1253C6.24016 17.5634 9.39108 15.167 13 15.167C17.0271 15.167 20.484 18.1511 21.9711 22.4088C19.6381 24.634 16.4786 26.0003 13 26.0003C9.52133 26.0003 6.36183 24.634 4.02881 22.4088Z' fill='black'/%3E%3Cpath d='M4.02881 22.4088L3.08474 22.079L2.8722 22.6875L3.33861 23.1324L4.02881 22.4088ZM4.55434 21.1253L5.45821 21.5531H5.45821L4.55434 21.1253ZM21.9711 22.4088L22.6613 23.1324L23.1277 22.6875L22.9152 22.079L21.9711 22.4088ZM4.97288 22.7385C5.1158 22.3294 5.27811 21.9336 5.45821 21.5531L3.65046 20.6975C3.4398 21.1426 3.25072 21.6038 3.08474 22.079L4.97288 22.7385ZM5.45821 21.5531C7.02102 18.2511 9.86772 16.167 13 16.167V14.167C8.91445 14.167 5.45929 16.8757 3.65046 20.6975L5.45821 21.5531ZM13 16.167C16.4915 16.167 19.6399 18.767 21.027 22.7385L22.9152 22.079C21.3281 17.5351 17.5626 14.167 13 14.167V16.167ZM21.2809 21.6852C19.1264 23.7401 16.2114 25.0003 13 25.0003V27.0003C16.7457 27.0003 20.1497 25.5279 22.6613 23.1324L21.2809 21.6852ZM13 25.0003C9.78849 25.0003 6.87348 23.7401 4.719 21.6852L3.33861 23.1324C5.85018 25.5279 9.25418 27.0003 13 27.0003V25.0003Z' fill='black' mask='url(../../frontend/Pharmacann/verilife-new/en_US/css/%23path-3-inside-1_6964_17207)'/%3E%3C/svg%3E%0A") no-repeat center;
    display: block;
    margin-left: 10px;
  }
  .customer-menu {
    display: none;
  }
  .myaccount-active .overlay-container {
    background: #636363;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 1;
  }
  .myaccount-active .panel.header {
    display: block;
    position: absolute;
  }
  .myaccount-active .panel.header ul.header.links {
    display: block;
  }
  .myaccount-active .panel.header ul.header.links li:first-child {
    display: none;
  }
  .myaccount-active .panel.header ul.header.links > li.customer-welcome {
    display: block;
  }
  .myaccount-active .panel.header ul.header.links > li.customer-welcome .customer-welcome-toggle {
    display: none;
  }
  .myaccount-active .panel.header ul.header.links .customer-menu {
    position: fixed;
    left: 0;
    background: #fff;
    width: 100%;
    top: 167px;
    border-top: 1px solid #d9d9d9;
    padding: 24px 16px;
    display: block;
  }
  .myaccount-active .panel.header ul.header.links .customer-menu ul.header.links {
    display: flex !important;
    padding: 0;
    list-style: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .myaccount-active .panel.header ul.header.links .customer-menu ul.header.links li:first-child {
    flex: 0 0 49%;
    margin: 0;
  }
  .myaccount-active .panel.header ul.header.links .customer-menu ul.header.links li:first-child a {
    display: block;
    text-align: center;
    background: #343a40;
    border: 1px solid #bababa;
    border-radius: 18px;
    font-size: 12px;
    line-height: 1.4;
    color: #fff;
    padding: 8px 0;
  }
  .myaccount-active .panel.header ul.header.links .customer-menu .view-account {
    display: block;
  }
  .myaccount-active .panel.header ul.header.links .customer-menu li.link.authorization-link.header-signout-link {
    display: block;
    flex: 0 0 49%;
    margin: 0;
  }
  .myaccount-active .panel.header ul.header.links .customer-menu li.link.authorization-link.header-signout-link a {
    background: #fff;
    border: 1px solid #bababa;
    border-radius: 18px;
    display: block;
    text-align: center;
    padding: 7px 0;
    font-size: 12px;
    color: #000;
    line-height: 17px;
  }
  .myaccount-active .panel.header ul.header.links .customer-menu-container {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
  .myaccount-active .panel.header ul.header.links .customer-menu-container .customer-menu-text {
    font-size: 15px;
    font-weight: 700;
    margin-right: 6px;
  }
  .myaccount-active .panel.header ul.header.links .customer-menu-container .customer-menu-email {
    font-size: 15px;
  }
  body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock {
    width: calc((100% / 4) - 0px) !important;
    max-width: calc((100% / 4) - 0px) !important;
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: #ffffff;
}
html {
  font-size: 62.5%;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
.btn_default,
.btn_lightgreen,
.btn_medical,
.btn_yellow,
.btn_adult,
.btn_block,
.btn_white {
  text-align: center;
}
.btn_default:hover,
.btn_lightgreen:hover,
.btn_medical:hover,
.btn_yellow:hover,
.btn_adult:hover,
.btn_block:hover,
.btn_white:hover {
  text-decoration: none!important;
}
.btn_default {
  font-weight: 600;
  border-radius: 25px!important;
  background: #00685E !important;
  color: #ffffff !important;
  font-size: 16px;
  border-color: #00685E !important;
  padding: 17px 32px 15px!important;
  height: 48px;
}
.btn_default span {
  font-size: 16px;
  color: #ffffff !important;
}
.btn_white {
  font-weight: 600;
  border-radius: 25px!important;
  background: #ffffff !important;
  color: #000 !important;
  font-size: 16px;
  border-color: #ffffff !important;
  padding: 17px 32px 15px!important;
  height: 51px;
}
.btn_white span {
  font-size: 16px;
  color: #000 !important;
}
.btn_block {
  font-weight: 600;
  border-radius: 25px!important;
  background: #000 !important;
  color: #ffffff !important;
  font-size: 16px;
  border-color: #000 !important;
  padding: 17px 32px 15px!important;
  height: 51px;
}
.btn_block span {
  font-size: 16px;
  color: #ffffff !important;
}
.btn_yellow {
  font-weight: 600;
  border-radius: 25px!important;
  background: #DEE61B !important;
  color: #000 !important;
  font-size: 16px;
  border-color: #DEE61B !important;
  padding: 17px 32px 15px!important;
  height: 51px;
}
.btn_yellow span {
  font-size: 16px;
  color: #000 !important;
}
.btn_lightgreen {
  font-weight: 600;
  border-radius: 25px!important;
  background: #6CE38D !important;
  color: #000 !important;
  font-size: 16px;
  border-color: #6CE38D !important;
  padding: 17px 32px 15px!important;
  height: 51px;
}
.btn_lightgreen span {
  font-size: 16px;
  color: #000 !important;
}
.btn_adult {
  font-weight: 600;
  border-radius: 25px!important;
  background: #343A40 !important;
  color: #ffffff !important;
  font-size: 16px;
  border-color: #343A40 !important;
  padding: 17px 32px 15px!important;
  height: 51px;
}
.btn_adult span {
  font-size: 16px;
  color: #ffffff !important;
}
.btn_medical {
  font-weight: 600;
  border-radius: 25px!important;
  background: #36a76a !important;
  color: #ffffff !important;
  font-size: 16px;
  border-color: #36a76a !important;
  padding: 17px 32px 15px!important;
  height: 51px;
}
.btn_medical span {
  font-size: 16px;
  color: #ffffff !important;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus,
*:focus-visible {
  outline-offset: 0px;
  outline: 0;
}
.fieldset > * {
  letter-spacing: 0.5px;
}
a,
.alink {
  color: #526841;
  text-decoration: none;
}
a:focus,
.alink:focus,
a:focus-visible,
.alink:focus-visible {
  outline-offset: 0px;
  outline: 0;
}
.hidden {
  display: none;
}
hr {
  border: 0;
  border-top: 1px solid #c4c4c4;
  margin-bottom: 20px;
  margin-top: 20px;
}
.custom-error-msg {
  color: #f44e3b;
  margin-top: 7px;
  font-size: 1.4rem;
  line-height: 21px;
}
.action.skip:not(:focus) {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  -webkit-transition: left 0.3s;
  -ms-transition: left 0.3s;
  transition: left 0.3s;
}
html,
body {
  height: 100%;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
h1 {
  color: #343A40;
  font-weight: 600;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h2 {
  color: #343A40;
  font-weight: 600;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  font-family: inherit;
}
h3 {
  color: #343A40;
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: inherit;
}
h4 {
  color: #343A40;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: inherit;
}
h5 {
  color: #343A40;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: inherit;
}
h6 {
  color: #343A40;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: inherit;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  background: #00685E;
  border-color: #00685E;
  color: #ffffff;
  line-height: 1.5;
  font-size: 16px;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #ffffff;
  border: 1px solid #00685e;
  color: #00685e;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  background: #fff;
  border-color: #343A40;
  color: #343A40;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #ffffff;
  border: 1px solid #343A40;
  color: #343A40;
}
.customer-account-forgotpassword .page-title-wrapper,
.customer-account-createpassword .page-title-wrapper,
.customer-account-create .page-title-wrapper,
.customer-account-login .page-title-wrapper {
  display: none;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  margin-left: 4px;
  font-size: 1.2rem;
}
.fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.fieldset .legend {
  border: 0;
  font-weight: 600;
  margin-bottom: 16px;
}
.fieldset .legend span {
  font-weight: 600;
}
.fieldset .field {
  margin-bottom: 16px;
}
.fieldset .field .label {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  font-weight: 500;
  margin-bottom: 4px;
  display: block;
}
.fieldset .field .control input.mage-error,
.fieldset .field .control select.mage-error,
.fieldset .field .control textarea.mage-error {
  border-color: #e02b27 !important;
}
.fieldset .field .control div.mage-error,
.fieldset .field div.mage-error[generated] {
  color: #e02b27;
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
  display: block;
}
.fieldset .field.disabled .label {
  color: #666666;
}
.fieldset .field .control.customer-dob {
  position: relative;
}
.fieldset .field .control.customer-dob ._has-datepicker {
  width: calc(100% - 23px - 10px) !important;
}
.fieldset .field .control.customer-dob button.ui-datepicker-trigger {
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/calendar.svg') no-repeat center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 17px;
  right: 0;
  cursor: pointer;
  background-size: 16px;
}
.fieldset .field .control.customer-dob button.ui-datepicker-trigger::before {
  display: none;
}
input[type="checkbox"]:focus-visible {
  outline-offset: 0;
}
.field-recaptcha {
  padding-top: 16px;
}
@media (max-width: 768px) {
  .field-recaptcha {
    padding-bottom: 8px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.custom-required .sign-required:before {
  content: '*';
  color: #f44e3b;
  font-size: 1.1rem;
  margin: 0;
  position: absolute;
  top: 0;
  left: 6px;
  display: inline-block;
}
.btn-scrolltop {
  display: none;
  position: fixed;
  z-index: 99;
  width: 56px;
  height: 56px;
  right: 10px;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.85);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  border: 1px solid #d9d9d9;
}
.btn-scrolltop:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  background: url(../../frontend/Pharmacann/verilife-new/en_US/images/scrolltop_icon.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 13px;
  display: inline-block;
  color: #fff;
}
.field.date ._has-datepicker,
.field-dob ._has-datepicker {
  margin-right: 10px;
  width: calc(100% - 23px - 10px);
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: 0 0;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.3rem;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkbox-design label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #bababa;
  padding: 11px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
  margin-top: -2px;
}
/*
    .field.email-otp .checkbox-design input.checkbox_otp+label:after {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        left: 8px;
        width: 5px;
        height: 10px;
        border: solid #00685e;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
    }*/
.telephone-botcont .control a {
  color: #000;
  text-decoration: underline;
}
.telephone-botcont .control a:hover {
  text-decoration: none;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 40px;
  line-height: 40px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.preferred_store_redio input[type=radio] {
  position: absolute;
  left: -999em;
}
.preferred_store_redio input[type=radio] {
  line-height: 2.1ex;
}
.preferred_store_redio {
  position: relative;
  height: 30px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 20px;
}
.preferred_store_redio input[type=radio] {
  position: absolute;
  left: -999em;
}
.preferred_store_redio input[type=radio] {
  line-height: 2.1ex;
}
.preferred_store_redio input[type=radio] + label {
  position: relative;
  overflow: hidden;
  padding-left: 35px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  width: 52%;
}
.preferred_store_redio input[type=radio] + label:before {
  border: 2px solid #bababa;
  content: "";
  height: 24px;
  width: 24px;
  left: 0;
  position: absolute;
  top: 2px;
  border-radius: 100%;
  box-sizing: border-box;
}
.preferred_store_redio input[type=radio] + label:last-child {
  width: 42%;
}
.preferred_store_redio input[type=radio]:checked + label:after {
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  margin: 0;
  position: absolute;
  top: 6px;
  background-color: #00685e;
  border-radius: 19px;
  transition: opacity 0.2s ease-in-out;
}
.page-main .custom-page-section .fieldset .field.medicalcard_no span {
  color: #000;
}
.medicalcard_no span {
  color: #000;
}
.page-main .custom-page-section .fieldset .field.medicalcard_no .right-text {
  position: absolute;
  right: 0;
  font-size: 1.1rem;
  line-height: 17px;
  top: 5px;
}
.account a,
.account .alink-color,
.alink-color {
  color: #00685e;
  text-decoration: none;
}
.page-main .custom-page-section .fieldset .field {
  margin: 0 0 20px;
  position: relative;
}
.page-main .custom-page-section .fieldset .field .label {
  font-size: 15px;
  line-height: 23px;
  color: #000;
  font-weight: 500;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
figure {
  margin: 0px;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  background: #00685E;
  border-color: #00685E;
  color: #ffffff;
  line-height: 1.5;
  font-size: 16px;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #ffffff;
  border: 1px solid #00685e;
  color: #00685e;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  background: #fff;
  border-color: #343A40;
  color: #343A40;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #ffffff;
  border: 1px solid #343A40;
  color: #343A40;
}
[data-content-type=row][data-appearance=full-width] > .row-full-width-inner,
[data-content-type=row][data-appearance=contained] {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
}
[data-content-type=row][data-appearance=full-width] {
  box-sizing: border-box;
}
.pagebuilder-column {
  box-sizing: border-box;
}
figure[data-content-type=image] {
  box-sizing: border-box;
}
[data-content-type=row][data-appearance=full-width] {
  width: 100%;
}
* {
  box-sizing: border-box;
}
.find-another-location-action {
  cursor: pointer;
}
.logo img {
  display: block;
  height: auto;
}
.nav-toggle {
  font-size: 0;
  z-index: 14;
  text-decoration: none;
}
.action.skip:focus {
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 10px 15px;
  background: #ffffff;
  color: #000000;
  z-index: 99999;
}
.page-header {
  position: fixed;
  background: #ffffff;
  z-index: 998;
  width: 100%;
  left: 0;
  max-width: 100%;
  top: 0;
  border-bottom: 1px solid #d9d9d9;
  transition: transform 0.3s ease-in-out 0s;
}
.page-header .header.panel > .header.links {
  margin: 0px;
  padding: 0px;
}
.page-header .header.panel > .header.links > .header-signout-link {
  display: none;
}
.page-header .header.panel > .header.links .link.wishlist {
  display: none;
}
.page-header .header.panel > .header.links li {
  list-style: none;
}
body .page-wrapper:before {
  display: none;
}
.sticky .page-header {
  position: fixed;
  background: #ffffff;
  z-index: 998;
  width: 100%;
  left: 0;
  max-width: 100%;
  top: 0;
  transition: transform 0.3s ease-in-out 0s;
}
.page-header .panel.wrapper {
  border-bottom: none !important;
  color: #000000;
}
.page-header .header.panel {
  padding: 8px 0;
}
.header-promo-container {
  background: #343A40;
  text-align: center;
  color: #ffffff;
  width: 100%;
  z-index: 11;
}
.header-promo-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-promo-container ul li {
  text-align: center;
  margin-bottom: 0;
  padding: 14px 0;
}
.header-promo-container ul li span {
  display: block;
}
.header-promo-container a {
  color: #ffffff;
  margin-left: 5px;
  text-decoration: underline;
}
.sticky .header-promo-container {
  margin-top: 0;
}
header .header.content {
  padding: 20px 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: static;
}
.header.content:before {
  display: none;
}
header .logo {
  margin: 0;
  order: 0;
}
.logo img {
  width: auto;
}
.ammenu-header-container .header.content .ammenu-logo {
  margin: 0;
}
.header-locator-container {
  display: flex;
  order: 3;
  align-items: center;
}
.header-locator-toggle-content {
  display: none;
}
.header-locator-dropdown {
  margin-right: 40px;
}
.header-locator-dropdown-button {
  padding-left: 35px;
  position: relative;
  cursor: pointer;
}
.header-locator-dropdown-button:focus {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}
.header-locator-dropdown-button:focus:not(:focus-visible) {
  outline: none;
}
.header-locator-dropdown-button:focus-visible {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}
.header-locator-dropdown-button:before {
  content: "";
  height: 30px;
  width: 30px;
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='28' height='28' rx='5' stroke='%23636363' stroke-width='2'/%3E%3Cpath d='M21 12L15 19L9 12' stroke='%23636363' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center;
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
}
.header-locator-dropdown-button.active:before {
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='6' fill='%236CE38D'/%3E%3Cpath d='M21 18L15 11L9 18' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center;
}
.header-locator-dropdown-hrs {
  font-size: 10px;
}
.header-locator-dropdown-name {
  font-size: 14px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 195px;
  white-space: nowrap;
}
.header-locator-dropdown-wrap .header-locator-dropdown-content {
  display: none;
}
.header-locator-dropdown-wrap .mage-dropdown-dialog .header-locator-dropdown-content {
  display: block;
}
.header-locator-content-add,
.header-locator-content-hrs,
.header-locator-content-phone {
  font-size: 12px;
  line-height: 150%;
  margin-bottom: 20px;
}
.header-locator-dropdown-left {
  flex: 0 0 45%;
}
@media (max-width: 767px) {
  .header-locator-dropdown-left {
    flex: 0 0 64% !important;
  }
}
.header-locator-dropdown-right {
  flex: 0 0 55%;
}
@media (max-width: 767px) {
  .header-locator-dropdown-right {
    flex: 0 0 36% !important;
  }
}
.header-locator-dropdown-right ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.header-locator-dropdown-right ul li {
  margin: 0 0 12px 0;
}
.header-locator-dropdown-right ul li a {
  font-size: 12px;
  color: #000000;
  display: flex;
  align-items: center;
}
.header-locator-dropdown-right ul li a:before {
  content: "";
  height: 20px;
  width: 20px;
  margin-right: 8px;
}
.header-locator-dropdown-right ul li .store_info_icon {
  font-size: 12px;
  color: #000000;
  display: flex;
  line-height: 20px;
}
.header-locator-dropdown-right ul li .store_info_icon:before {
  content: "";
  height: 20px;
  width: 20px;
  margin-right: 8px;
}
.header-locator-dropdown-action {
  padding: 0 25px 25px;
}
.header-locator-dropdown-action a {
  width: 100%;
  display: block;
}
.header-locator-dropdown-action a:first-child {
  text-align: center;
  border: 2px solid #343A40;
  border-radius: 19px;
  height: 38px;
  line-height: 34px;
  color: #343A40;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 10px;
  text-decoration: none;
}
.header-locator-dropdown-action a:last-child {
  text-align: center;
  border: 2px solid #6CE38D;
  border-radius: 19px;
  height: 38px;
  line-height: 34px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  background: #6CE38D;
}
.switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 30px;
  top: 3px;
}
.switch input {
  position: absolute;
  opacity: 0;
}
.switch input:focus + span.slider.round {
  outline: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #343A40;
  transition: 0.4s;
  /*outline: 1px solid #bababa;*/
  outline: none;
}
.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 3px;
  top: 3px;
  background-color: #ffffff;
  transition: 0.4s;
}
.adult_only .slider:before,
.medical_only .slider:before {
  background-color: rgba(255, 255, 255, 0.15);
}
input:checked + .slider {
  background-color: #36A76A;
}
input:checked + .slider:before {
  transform: translateX(70px);
}
.on,
.off {
  color: #ffffff;
  position: absolute;
  font-size: 12px;
  font-weight: 700;
  left: 30px;
  height: 30px;
  line-height: 30px;
  letter-spacing: 0.01em;
}
.on {
  display: none;
}
input:checked + .slider .on {
  display: block;
  left: 8px;
}
input:checked + .slider .off {
  display: none;
}
.slider.round {
  border-radius: 15px;
}
.slider.round:before {
  border-radius: 50%;
}
.header.panel > .header.links > li.welcome {
  display: none !important;
}
.header.panel > .header.links > li:last-child {
  display: none;
}
.header.panel > .header.links > .authorization-link:after {
  display: none !important;
}
.header.panel > .header.links > li > a {
  color: #000000;
}
header.page-header .header.panel {
  padding: 0;
  margin: 0 20px;
  order: 3;
}
@media (max-width: 1200px) {
  header.page-header .header.panel {
    margin: 0 12px;
  }
}
.customer-welcome .action.switch {
  display: block;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.customer-welcome:before {
  display: block;
  width: 26px;
  height: 26px;
  background: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='12.5' fill='white' stroke='black'/%3E%3Ccircle cx='13' cy='9.75033' r='3.83333' fill='black' stroke='black'/%3E%3Cmask id='path-3-inside-1_6964_17207' fill='white'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.02881 22.4088C4.18326 21.9666 4.35896 21.5381 4.55434 21.1253C6.24016 17.5634 9.39108 15.167 13 15.167C17.0271 15.167 20.484 18.1511 21.9711 22.4088C19.6381 24.634 16.4786 26.0003 13 26.0003C9.52133 26.0003 6.36183 24.634 4.02881 22.4088Z'/%3E%3C/mask%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.02881 22.4088C4.18326 21.9666 4.35896 21.5381 4.55434 21.1253C6.24016 17.5634 9.39108 15.167 13 15.167C17.0271 15.167 20.484 18.1511 21.9711 22.4088C19.6381 24.634 16.4786 26.0003 13 26.0003C9.52133 26.0003 6.36183 24.634 4.02881 22.4088Z' fill='black'/%3E%3Cpath d='M4.02881 22.4088L3.08474 22.079L2.8722 22.6875L3.33861 23.1324L4.02881 22.4088ZM4.55434 21.1253L5.45821 21.5531H5.45821L4.55434 21.1253ZM21.9711 22.4088L22.6613 23.1324L23.1277 22.6875L22.9152 22.079L21.9711 22.4088ZM4.97288 22.7385C5.1158 22.3294 5.27811 21.9336 5.45821 21.5531L3.65046 20.6975C3.4398 21.1426 3.25072 21.6038 3.08474 22.079L4.97288 22.7385ZM5.45821 21.5531C7.02102 18.2511 9.86772 16.167 13 16.167V14.167C8.91445 14.167 5.45929 16.8757 3.65046 20.6975L5.45821 21.5531ZM13 16.167C16.4915 16.167 19.6399 18.767 21.027 22.7385L22.9152 22.079C21.3281 17.5351 17.5626 14.167 13 14.167V16.167ZM21.2809 21.6852C19.1264 23.7401 16.2114 25.0003 13 25.0003V27.0003C16.7457 27.0003 20.1497 25.5279 22.6613 23.1324L21.2809 21.6852ZM13 25.0003C9.78849 25.0003 6.87348 23.7401 4.719 21.6852L3.33861 23.1324C5.85018 25.5279 9.25418 27.0003 13 27.0003V25.0003Z' fill='black' mask='url(../../frontend/Pharmacann/verilife-new/en_US/css/%23path-3-inside-1_6964_17207)'/%3E%3C/svg%3E%0A") no-repeat center;
  position: absolute;
  top: 0;
}
.customer-welcome ul li strong {
  padding: 8px;
  line-height: 1.4;
  display: block;
  font-weight: 400;
  color: #333333;
}
.customer-logged-out .header.panel > .header.links > li.link.authorization-link > a {
  display: block;
  width: 26px;
  height: 26px;
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/Sign-In.svg') no-repeat center;
  font-size: 0;
  position: relative;
  top: -6px;
  color: #333;
}
.customer-logged-out .header.panel > .header.links > li.link.authorization-link > a:after {
  content: "Sign In";
  font-size: 12px;
  color: #000000;
  position: absolute;
  width: 40px;
  top: 30px;
  left: -5px;
}
.nav-toggle,
.mega-menu-close,
.menu-locator-inner,
#store\.links {
  display: none;
}
header.page-header .header.content button.action.nav-toggle {
  background: unset;
  border: unset;
  box-shadow: unset;
}
.header-locator-toggle-container .ui-button-text-only {
  position: absolute;
  top: 20px;
  right: 22px;
  background: no-repeat;
  border: none;
  font-size: 0;
  padding: 0;
}
.header-locator-toggle-container .ui-button-text-only:before {
  content: "";
  height: 22px;
  width: 22px;
  display: block;
  background: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='11' fill='%23D9D9D9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.8514 5.95153L14.8516 5.95132C15.1553 5.64758 15.6478 5.64758 15.9515 5.95132C16.2552 6.25506 16.2552 6.74751 15.9515 7.05125C15.9453 7.05744 15.939 7.06351 15.9327 7.06946L12.0992 10.903L15.9471 14.7509L15.9468 14.7511L15.9471 14.7514C16.2509 15.0552 16.2509 15.5476 15.9471 15.8514C15.6434 16.1551 15.1509 16.1551 14.8472 15.8514C14.8417 15.8458 14.8362 15.8402 14.8309 15.8346L10.9992 12.0029L7.16683 15.8353C7.16386 15.8384 7.16085 15.8416 7.15781 15.8447C7.15573 15.8468 7.15363 15.8489 7.15151 15.851C6.84778 16.1548 6.35532 16.1548 6.05159 15.851C5.74785 15.5473 5.74785 15.0549 6.05159 14.7511L6.05187 14.7508L6.05165 14.7506L9.8993 10.903L6.04772 7.0514L6.04805 7.05107C5.74481 6.74729 5.74498 6.25521 6.04855 5.95164C6.35228 5.6479 6.84474 5.6479 7.14847 5.95164C7.15497 5.95813 7.16132 5.96471 7.16754 5.97137L10.9992 9.80306L14.8511 5.95122L14.8514 5.95153Z' fill='%23343A40'/%3E%3C/svg%3E%0A") no-repeat center;
}
.header-locator-toggle-container.cart-warning .ui-button-text-only {
  position: absolute;
  bottom: 20px;
  right: 22px;
  background: no-repeat;
  font-size: 12px;
  padding: 0;
  color: #000000;
  width: 44%;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 18px;
  height: 36px;
  top: auto;
  transition: none !important;
}
.header-locator-toggle-container.cart-warning .ui-button-text-only:before {
  display: none;
}
.header-locator-toggle-text {
  font-size: 1.6rem;
  color: #ffffff;
  margin-bottom: 25px;
}
.header-locator-dropdown-col {
  padding: 25px 25px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header-locator-dropdown-right ul li.icon-atm a:before,
.header-locator-dropdown-right ul li.icon-atm .store_info_icon:before {
  background: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_6964_19287' fill='white'%3E%3Crect width='20' height='10' rx='1'/%3E%3C/mask%3E%3Crect width='20' height='10' rx='1' fill='white' stroke='%23343A40' stroke-width='4' stroke-linejoin='round' mask='url(../../frontend/Pharmacann/verilife-new/en_US/css/%23path-1-inside-1_6964_19287)'/%3E%3Ccircle cx='18.5' cy='1.5' r='1.5' fill='%23343A40'/%3E%3Ccircle cx='14' cy='5' r='2' fill='%23343A40'/%3E%3Ccircle cx='18.5' cy='8.5' r='1.5' fill='%23343A40'/%3E%3Ccircle cx='7' cy='4' r='2' fill='%23343A40'/%3E%3Cpath d='M10 8.5C10 9.60457 8.65685 10 7 10C5.34315 10 4 9.60457 4 8.5C4 7.39543 5.34315 6 7 6C8.65685 6 10 7.39543 10 8.5Z' fill='%23343A40'/%3E%3Cline x1='1' y1='12' x2='19' y2='12' stroke='%23343A40' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='1' y1='15' x2='19' y2='15' stroke='%23343A40' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A") no-repeat center;
}
.header-locator-dropdown-right ul li.icon-cashless a:before,
.header-locator-dropdown-right ul li.icon-cashless .store_info_icon:before {
  background: url("data:image/svg+xml,%3Csvg width='20' height='14' viewBox='0 0 20 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='14' rx='2' fill='%23343A40'/%3E%3Crect y='4' width='20' height='2' fill='white'/%3E%3C/svg%3E%0A") no-repeat center;
}
.header-locator-dropdown-right ul li.icon-parking a:before,
.header-locator-dropdown-right ul li.icon-parking .store_info_icon:before {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23343A40'/%3E%3Cpath d='M14.756 8.416V8.388C14.756 6.386 13.342 5 11.004 5H7V14.8H9.156V11.86H10.794C12.992 11.86 14.756 10.684 14.756 8.416ZM12.572 8.458C12.572 9.298 11.942 9.942 10.864 9.942H9.156V6.946H10.822C11.9 6.946 12.572 7.464 12.572 8.43V8.458Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center;
}
.header-locator-dropdown-right ul li.icon-curbside-delivery a:before,
.header-locator-dropdown-right ul li.icon-curbside-delivery .store_info_icon:before {
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='16' cy='16' r='16' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.96582 27.14C10.2431 27.256 10.5367 27.3467 10.8422 27.409C10.9053 27.441 10.971 27.4701 11.0394 27.4963L14.7131 28.9051C15.0873 29.0486 15.4698 29.0722 15.8252 28.9997C15.9794 29.1085 16.1661 29.1739 16.368 29.1787C17.4125 29.2034 19.0964 29.2252 19.9275 29.1379C20.7605 29.0503 22.1043 28.5097 22.9153 28.1554C23.0881 28.0798 23.2281 27.9583 23.3264 27.81C23.3302 27.8082 23.334 27.8064 23.3378 27.8046C23.7405 27.6156 24.0408 27.3196 24.1856 27.0082L26.3824 24.1515L26.3861 24.1467C26.5079 24.0615 26.6218 23.9562 26.7224 23.8319C27.2038 23.2376 27.1973 22.4345 26.708 22.0383C26.2187 21.642 25.4318 21.8027 24.9505 22.397C24.9027 22.4561 24.8597 22.5172 24.8215 22.5798C24.7663 22.6237 24.7169 22.6757 24.6754 22.7346C24.4281 23.0854 23.992 23.6586 23.3626 24.322C23.1941 24.4997 23.0233 24.6455 22.8555 24.7651C22.6838 24.8874 22.5311 25.1006 22.4258 25.342C22.3661 25.3362 22.3051 25.3357 22.2433 25.341L18.6706 25.6444C18.4276 25.665 18.1855 25.5962 17.9898 25.4508L16.8158 24.579C16.6501 24.456 16.4679 24.3936 16.2878 24.3817C16.3043 24.3159 16.319 24.2496 16.3316 24.1828C16.4151 24.0511 16.4996 23.9342 16.5837 23.8304C17.2407 23.7625 18.7378 23.6967 19.8853 23.6463L19.8853 23.6463L19.8854 23.6463L19.8855 23.6463L19.8856 23.6463L19.8857 23.6463L19.8857 23.6463C20.6017 23.6148 21.1815 23.5893 21.3363 23.573C22.209 23.4813 22.86 22.8707 22.7905 22.2092C22.721 21.5476 22.3419 21.1396 20.8794 20.9525C20.2897 20.8771 19.5279 20.8575 18.7138 20.8366C17.4585 20.8043 16.079 20.7689 15.0147 20.5205C14.1865 20.1132 13.2915 19.8774 12.4084 19.8357C12.1352 19.8195 11.8555 19.8254 11.572 19.8552L11.5409 19.8586L11.5263 19.8601C10.3213 19.9868 9.57142 20.3839 8.8531 20.7643C8.19281 21.1139 7.55918 21.4495 6.62323 21.5479L6.62465 21.561L6.17011 21.6088C5.62085 21.6665 5.22239 22.1586 5.28012 22.7078L5.68754 26.5842C5.74527 27.1334 6.23733 27.5319 6.78659 27.4742L9.96582 27.14Z' fill='%23343A40'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0537 1.60526C12.8781 1.60526 12.7153 1.6974 12.625 1.84801L11.3618 3.95327C11.3152 4.03098 11.2905 4.1199 11.2905 4.21052V5.05262H11.3818C11.3736 5.10405 11.3694 5.15677 11.3694 5.21049V6.73665H10.2638C9.71151 6.73665 9.26379 7.18436 9.26379 7.73665V16.684C9.26379 17.2363 9.71151 17.684 10.2638 17.684H22.5796C23.1319 17.684 23.5796 17.2363 23.5796 16.684V7.73665C23.5796 7.18436 23.1319 6.73665 22.5796 6.73665H21.4738V5.21049C21.4738 5.15677 21.4696 5.10405 21.4614 5.05262H21.5537V4.21052C21.5537 4.1199 21.5291 4.03098 21.4825 3.95327L20.2193 1.84801C20.1289 1.6974 19.9662 1.60526 19.7905 1.60526H13.0537ZM18.9475 4.21052H13.8957V6.73665H14.1613H16.4217H18.6821H18.9475V4.21052Z' fill='%23343A40'/%3e%3c/svg%3e ") no-repeat center;
  background-size: 100%;
}
.header-locator-dropdown-right ul li.icon-medical a:before,
.header-locator-dropdown-right ul li.icon-medical .store_info_icon:before {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23343A40'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5004 5.5H8.50037V8.49984L5.5 8.49984V11.4998H8.50037V14.5H11.5004V11.4998H14.5V8.49984L11.5004 8.49984V5.5Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center;
}
.header-locator-dropdown-right ul li.icon-adult a:before,
.header-locator-dropdown-right ul li.icon-adult .store_info_icon:before {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' fill='white'/%3E%3Ccircle cx='12' cy='12' r='10' fill='%23343A40'/%3E%3Ccircle cx='8.5' cy='9.5' r='1.5' fill='white'/%3E%3Ccircle cx='15.5' cy='9.5' r='1.5' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0004 14C15.0882 15.2145 13.6358 16.0001 12 16.0001C10.3641 16.0001 8.91177 15.2145 7.99957 14H5.67358C6.79312 16.3567 9.19077 17.9886 11.9708 18H12.0292C14.8092 17.9886 17.2068 16.3567 18.3264 14H16.0004Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center;
}
.header-locator-dropdown-right ul li.icon-card a:before,
.header-locator-dropdown-right ul li.icon-card .store_info_icon:before {
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='1.5' width='11' height='11' stroke='black'/%3E%3Crect x='3.81836' y='1' width='8.18182' height='8.18182' fill='white'/%3E%3Cpath d='M6.27368 1.49609H11.5057V6.74236' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='11.071' y1='1.91609' x2='4.70708' y2='8.28005' stroke='black' stroke-linecap='round'/%3E%3C/svg%3E%0A") no-repeat center;
}
.customer-logged-in .join-loyalty-navmenu {
  display: none !important;
}
.customer-logged-out .myaccount-navmenu {
  display: none !important;
}
.medical-card-limit-expiry-warning {
  font-size: 12px;
  color: #ffffff;
  background: rgba(255, 0, 0, 0.5);
  padding: 6px 10px;
  border-radius: 2px;
}
.medical-card-warnings.mobile-only,
span.medical-warning-expiry-message.mobile-only {
  display: none;
}
.header-signin-link .mage-dropdown-dialog {
  position: absolute;
  width: 268px;
  height: 146px;
  right: -25px;
  top: 56px;
  border: 1px solid #d1d1d1;
  background: #DEE61B;
  border-radius: 0 0 12px 12px;
}
.floating_icon {
  display: none;
}
.header-locator-map {
  position: relative;
}
.header-locator-map #desktop_header_map {
  height: 100%;
}
.header-locator-map #desktop_header_map img {
  object-fit: cover;
}
.header-locator-map .directions {
  position: absolute;
  bottom: 16px;
  right: 20px;
  height: 34px;
}
.header-locator-map .directions .direction-btn {
  display: inline-block;
  border-radius: 13px;
  padding: 8px 12px 8px 35px;
  color: #000;
  font-weight: 700;
  font-size: 1.2rem;
  background: url(../../frontend/Pharmacann/verilife-new/en_US/images/checkbox_icon.svg) left center no-repeat;
  background-position: 16px center;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background-color: #fff;
  text-decoration: none;
}
@media (max-width: 1080px) {
  .nav-sections .header.links li:last-child a {
    font-size: 15px;
    padding: 8px 40px !important;
    background: #dee61b;
    border: 1px solid #636363;
    box-sizing: border-box;
    border-radius: 6px;
    margin: 12px 24px 0 0;
  }
  .nav-sections .header.links li.customer-welcome:last-child a {
    font-size: 15px;
    padding: 6px 15px !important;
    background: #fff;
    display: flex !important;
    margin: 12px 24px 0 0;
  }
}
.header-locator-dropdown-inner .header-store-option-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header-locator-dropdown-inner .header-store-option-section .header-store-option {
  width: 50%;
}
@media (max-width: 767px) {
  .header-locator-dropdown-inner .header-store-option-section .header-store-option {
    width: 100%;
  }
}
.header-locator-dropdown-inner .header-locator-content-hrs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
.header-locator-dropdown-inner .header-locator-content-hrs .store-hrs {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.header-locator-dropdown-inner .header-locator-content-hrs .store-hrs strong {
  width: 110px;
}
@media only screen and (min-width: 1441px) {
  .page-header .header.content {
    max-width: 100%;
  }
  .page-header .header.content .nav-sections {
    margin-right: auto;
    margin-left: 15px;
  }
  .page-header .header.content .panel.header {
    margin: 0 26px;
  }
}
@media only screen and (min-width: 1261px) {
  .page-header .header-locator-dropdown {
    position: relative;
    left: 21px;
    top: 6px;
  }
  .page-header .header-locator-toggle-container {
    position: relative;
    top: 4px;
    left: 0;
  }
  .page-header .customer-logged-out .header.panel > .header.links > li.link.authorization-link > a {
    position: relative;
    top: -6px;
    right: 0;
  }
  .page-header .minicart-wrapper {
    position: relative;
    right: 0;
    top: 8px;
  }
  .page-header .block-search .label:before {
    position: relative;
    top: 2px;
    left: 1px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  body .page-header .header-locator-toggle-container .mage-dropdown-dialog {
    right: 0;
  }
  body .page-header .menu-locator-inner {
    position: fixed;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body .page-wrapper .page-header .header-locator-container {
    position: static;
  }
  body .page-wrapper .page-header .header-locator-dropdown-wrap .mage-dropdown-dialog {
    width: 100%;
    height: inherit !important;
    overflow-y: auto !important;
    top: 100%;
  }
}
@media (orientation: landscape) and (min-width: 768px) and (max-width: 1080px) {
  body .page-header .header-locator-dropdown-wrap .mage-dropdown-dialog {
    height: 60vh !important;
    overflow-y: scroll;
    top: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-header .header-locator-toggle-container .mage-dropdown-dialog {
    position: absolute;
    width: 100%;
    background: #343a40;
    padding: 14px 20px;
    left: 0;
    top: 100%;
  }
  .page-header .header-locator-toggle-text {
    font-size: 14px;
    color: #fff;
    float: left;
    width: 40%;
    padding-top: 8px;
  }
  .page-header .header-locator-toggle-action {
    width: 55%;
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px) {
  body .page-header .menu-locator-inner {
    position: relative;
    background-color: #fff;
  }
}
@media only screen and (min-width: 1081px) and (max-width: 1260px) {
  .page-header .header-locator-toggle-container .mage-dropdown-dialog,
  .page-header .header-locator-dropdown-wrap .mage-dropdown-dialog {
    right: -60px !important;
    top: 59px !important;
  }
}
@media only screen and (min-width: 1261px) {
  .header-locator-toggle-container {
    position: relative;
    top: 4px;
    left: 0;
  }
}
.header-navigation .navigationmenu {
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-navigation .navigationmenu ul {
  list-style: none none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-navigation .navigationmenu div[class*="menu-item"],
.header-navigation .navigationmenu .block-content > div {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.header-navigation .navigationmenu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-navigation .navigationmenu li a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  padding: 4px 10px;
  box-sizing: border-box;
  transition: text-decoration 0.3s ease;
}
.header-navigation .navigationmenu li a:hover,
.header-navigation .navigationmenu li a:focus {
  text-decoration: underline;
}
.header-navigation .navigationmenu li a:focus {
  outline: 0;
  outline-offset: 0;
}
body .page-footer {
  background: #16181b;
  padding-bottom: 0;
  color: #ffffff;
}
body .page-footer .footer.content {
  display: flex;
  flex-direction: column;
  padding: 36px 24px;
  border: none;
  margin: 0 auto;
}
body .page-footer .footer.content .logo-footer-container {
  width: 100%;
  margin-bottom: 30px;
}
body .page-footer .footer.content .logo-footer-container .logo {
  display: block;
  max-width: 80px;
  margin: 0;
}
body .page-footer .cmslinks-footer-container {
  flex: 1 0 0;
  padding-top: 8px;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .logo-footer-container {
  width: 225px;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .pagebuilder-column-line {
  flex-wrap: wrap;
  justify-content: flex-start;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 232px;
  max-width: 232px;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock:last-child {
  margin-bottom: 0;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock .footer-title {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
  padding: 4px 0;
  margin-bottom: 4px;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock .footer-title a {
  color: #ffffff;
  text-decoration: none;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock .footer-title a:hover {
  text-decoration: underline;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock ul li {
  margin-bottom: 8px;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock ul li a {
  font-size: 1.2rem;
  color: #A2A4A7;
  text-decoration: none;
  font-weight: 400;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock ul li a:hover {
  text-decoration: underline;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock .social-links {
  margin-top: 0px;
}
@media (max-width: 1080px) {
  body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock .social-links {
    margin-top: 5px;
  }
}
@media (max-width: 640px) {
  body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock .social-links {
    margin-top: 15px;
  }
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock .social-links ul {
  display: flex;
  gap: 24px;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock .social-links ul li {
  margin-bottom: 0;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock .social-links ul a {
  display: block;
  height: 16px;
  width: 16px;
  font-size: 0;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock .social-links ul a.facebook-icon {
  background-image: url('../../frontend/Pharmacann/verilife-new/en_US/images/footer-facebook.svg');
  width: 8px;
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock .social-links ul a.instagram-icon {
  background-image: url('../../frontend/Pharmacann/verilife-new/en_US/images/footer-instagram.svg');
}
body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock .social-links ul a.twitter-icon {
  background-image: url('../../frontend/Pharmacann/verilife-new/en_US/images/footer-twitter.svg');
  width: 17px;
}
body .page-footer .copyright {
  padding: 12px 24px;
  background: #16181b;
  border-top: 1px solid #2f353a;
  color: #A2A4A7;
  text-align: right;
}
body .page-footer .copyright .copyright-container .copyright-text {
  font-size: 1rem;
  color: #A2A4A7;
}
.mobile-only {
  display: block;
}
@media (max-width: 1280px) {
  body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock {
    width: calc((100% / 4) - 0px) !important;
    gap: 2px;
  }
}
@media (max-width: 1162px) {
  body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock {
    max-width: 200px;
  }
}
@media (max-width: 1080px) {
  body .page-footer .footer.content .logo-footer-container {
    width: 100% !important;
    margin-bottom: 24px;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock {
    width: calc((100% / 3) - 0px) !important;
    max-width: calc((100% / 3) - 0px) !important;
    margin-bottom: 24px;
    gap: 2px;
  }
}
@media (max-width: 639px) {
  body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock {
    width: calc((100% / 2) - 0px) !important;
    max-width: calc((100% / 2) - 0px) !important;
    margin-bottom: 24px;
    gap: 2px;
  }
}
@media (max-width: 440px) {
  body .page-footer .cmslinks-footer-container .footer-Main-Block .footer-SubBlock {
    width: calc(100% - 0px) !important;
    max-width: 100% !important;
  }
}
/* iOS Safari – prevent input auto-zoom on focus */
/* iOS Safari – prevent input auto-zoom on focus */
@supports (-webkit-touch-callout: none) {
  input[type="text"],
  input[type="password"],
  input[type="url"],
  input[type="tel"],
  input[type="search"],
  input[type="number"],
  input[type*="date"],
  input[type="email"],
  textarea,
  select {
    font-size: 16px !important;
    line-height: 16px !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_global.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_pagebuilder.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_header.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_mega_menu.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_footer.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fproduction.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_btn-buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_ios-input-fix.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3BAAqCI%2CwBAJqD%3BECsiBrD%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3B%3BEC1hBJ%3BIACI%2CwCAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CuBAAuB%3BEACvB%2CuBAAuB%3BIACnB%2CwCAAA%3B%3BEAGJ%2CuBAAuB%3BIACnB%2CsBAAA%3B%3BEAIJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%2CIAAK%2CaAAa%2CQAAO%3BIACrB%2C4BAAA%3B%3BECwrDJ%2CoBAAqB%3BIACjB%2CqBAAA%3B%3BEAGJ%2CoBAAqB%3BIACjB%2CwBAAA%3B%3BEAGJ%2CmBAAoB%3BIAChB%2CwBAAA%3B%3BEAGJ%2CmBAAoB%3BIAChB%2CqBAAA%3B%3BEAGJ%2COAAO%2CQACH%3BIACI%2C0BAAA%3BIACA%2CaAAA%3B%3BEAHR%2COAAO%2CQAMH%3BIACI%2CkBAAA%3BIACA%2CkBAAA%3B%3BEARR%2COAAO%2CQAWH%2C8BACI%3BIACI%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3B%3BEAjBZ%2COAAO%2CQAqBH%2C0BACI%3BIACI%2CiBAAA%3BIACA%2CaAAA%3B%3BEAxBZ%2COAAO%2CQA4BH%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEA9BR%2COAAO%2CQAiCH%2C8BAA8B%3BIAC1B%2CqBAAA%3B%3BEAlCR%2COAAO%2CQAqCH%3BIACI%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEAcR%2CYAEI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3B%3BEAJR%2CYAOI%3BIACI%2CkBAAA%3B%3BEARR%2CYAWI%2CmBAAmB%2CMAAG%3BIAClB%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAfR%2CYAkBI%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2COAAA%3BIACA%2C8BAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CgCAAA%3B%3BEA7BR%2CYAgCI%3BIACI%2C2BAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAnCR%2CYAsCI%2CiCAAgC%2CcAC5B%3BIACI%2CeAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CMAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3B%3BEAjDZ%2CYAsDI%2C8BACI%3BIACI%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2C0BAAA%3B%3BEA3DZ%2CYA%2BDI%2CiCACI%3BIACI%2CSAAA%3BIACA%2CSAAA%3B%3BEAEA%2CYALR%2CiCACI%2CqBAIK%3BIACG%2CYAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAgB%2C0nCAAhB%3B%3BEAUhB%2CeAAgB%3BIACZ%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3B%3B%3BEC%5C%2FuDJ%3BIACI%2CkBAAA%3B%3B%3B%3B%3B%3B%3BEAUA%2CSAAC%2CaACG%3BIACI%2CeAAA%3B%3BEAFR%2CSAAC%2CaACG%2CgBAGI%3BIACI%2CyBAAA%3BIACA%2CiBAAA%3B%3BEANZ%2CSAAC%2CaACG%2CgBAGI%2CGAII%3BIACI%2CWAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAbhB%2CSAAC%2CaACG%2CgBAGI%2CGAII%2CGAOI%3BIACI%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3B%3BEAtBpB%2CSAAC%2CaACG%2CgBAGI%2CGAII%2CGAiBI%3BIACI%2CwBAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CaCzNE%2C6BCKJ%2C8CFoNE%3BIACA%2CsBAAA%3B%3BEAIA%2CSAtCnB%2CaACG%2CgBAGI%2CGAII%2CGA6BI%2CEAAC%2CmBACI%3BIACG%2CSAAS%2CEAAT%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAgB%2Ck2CAAhB%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3B%3BAJpL5B%2CgBALsC%3BECoctC%3BEACA%3BIACI%2CYAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2COAAO%3BIACH%2CiBAAA%3B%3BEAGJ%3BIACI%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CmCAAA%3B%3BEAGJ%2CaAAc%3BEACd%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3B%3BEAGJ%3BEACA%3BEACA%3BEACA%3BIACI%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3B%3BEEoKJ%2CoBAAqB%3BIACjB%2CqBAAA%3B%3BEAGJ%2CoBAAqB%3BIACjB%2CwBAAA%3B%3BEAGJ%2CmBAAoB%3BIAChB%2CwBAAA%3B%3BEAGJ%2CmBAAoB%3BIAChB%2CqBAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3BEAGJ%2CQAEI%2CaACI%2CiCAAiC%3BIAC7B%2CmBAAA%3B%3BEAMZ%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEAAA%2CYAEI%3BIACI%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAJR%2CYAOI%3BIACI%2CiBAAA%3BIACA%2CsBAAA%3B%3BEATR%2CYAYI%3BIACI%2CkBAAA%3BIACA%2CyBAAA%3B%3BEAdR%2CYAYI%2CkBAII%3BIACI%2CeAAA%3B%3BEAjBZ%2CYAYI%2CkBAQI%2CGAAG%3BIACC%2CSAAA%3BIACA%2CUAAA%3B%3BEAtBZ%2CYAYI%2CkBAaI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3B%3BEAhCZ%2CYAYI%2CkBAaI%2CQAAO%2CMASH%2CGAAE%2CKAAK%2CmBAAoB%3BIACvB%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEA5ChB%2CYAYI%2CkBAsCI%2CEAAC%3BIACG%2CwBAAA%3B%3BEAnDZ%2CYAYI%2CkBA0CI%2CQAAO%2COAAQ%3BIACX%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEA9DZ%2CYAYI%2CkBAqDI%2CQAAO%3BIACH%2CsBAAA%3BIACA%2CeAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CYAnER%2CkBAqDI%2CQAAO%2COAcF%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkDAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CiBAAA%3B%3BEAvFhB%2CYAYI%2CkBA%2BEI%3BIACI%2CaAAA%3B%3BEAGJ%2CYAnFJ%2CkBAmFK%2COACG%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2C0BAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3B%3BEAVR%2CYAnFJ%2CkBAmFK%2COACG%2CeAWI%3BIACI%2CyBAAA%3B%3BEAGJ%2CYAnGZ%2CkBAmFK%2COACG%2CeAeK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3B%3BEAvBZ%2CYAnFJ%2CkBAmFK%2COACG%2CeAyBI%2CGAAE%2CYACE%3BIACI%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEAeR%2CYAHZ%2COAAM%2COACF%2CQAAO%2CMACH%2CGACK%3BIACG%2CaAAA%3B%3BEAtJpB%2CYAkJI%2COAAM%2COACF%2CQAAO%2CMAOH%3BIACI%2CaAAA%3B%3BEA3JhB%2CYAiKI%2CiCAAiC%3BIAC7B%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2C4BAAA%3B%3BEAzKR%2CYAuLI%3BIACI%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CeAAA%3B%3BEA1LR%2CYA8LI%2C8BAA8B%3BIAC1B%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAxMR%2CYA2MI%3BIACI%2CeAAA%3B%3BEA5MR%2CYA%2BMI%2C8BAA8B%3BIAC1B%2CaAAA%3B%3BEAhNR%2CYAmNI%2C8BAA8B%2CEAAC%3BIAC3B%2CgBAAA%3BIACA%2CWAAA%3B%3BEArNR%2CYAwNI%3BIACI%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2C8BAAA%3B%3BEA5NR%2CYA%2BNI%2C8BACI%3BIACI%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIAMA%2CyBAAA%3B%3BEA5OZ%2CYAgPI%3BIACI%2CkBAAA%3B%3BEAjPR%2CYAgPI%2CoBAGI%3BIACI%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2C4BAAA%3BIACA%2CaAAA%3B%3BEAEA%2CYAdR%2CoBAGI%2CsBAWK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3B%3BEArQhB%2CYAgPI%2CoBAGI%2CsBAqBI%3BIACI%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAnRhB%2CYAgPI%2CoBAuCI%3BIACI%2CaAAA%3B%3BEAxRZ%2CYAgPI%2CoBA2CI%3BIACI%2CiBAAA%3BIACA%2CgBAAA%3B%3BEA7RZ%2CYAgPI%2CoBAgDI%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAlSZ%2CYAuSI%3BIACI%2CYAAA%3B%3BECn9BR%3BIACI%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAOJ%3BIACI%2CoBAAA%3B%3BEADJ%2CkBAOI%2CgBAEI%3BIACI%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3BEAbZ%2CkBAOI%2CgBAEI%2CGAMI%3BIACI%2CiBAAA%3BIACA%2CUAAA%3B%3BEAjBhB%2CkBAOI%2CgBAEI%2CGAMI%2CGAII%3BIACI%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3B%3BEAGJ%2CkBAnBZ%2CgBAEI%2CGAMI%2CGAWK%2CMACG%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3B%3B%3B%3B%3BEGsLxB%2CIAAK%2CaACD%2CWAAW%3BIACP%2CyBAAA%3BIACA%2CiBAAA%3B%3B%3BAJulBI%2CgBH9zB0B%2CuBG2zBE%2C%2BBAAA%3BEAG5B%2CYAhIR%2CkBAmFK%2COACG%3BIA0CQ%2CaAAA%3B%3B%3BAAkGR%2CgBH95B0B%2CuBG05BA%2C%2BBAAA%3BEAI1B%2CYAbR%2C8BACI%3BIASQ%2CQAAA%3B%3B%3BAAyGhB%2CgBHpgCsC%2CuBG89Bb%2C%2BBAAA%3BEACrB%3BIACI%2CaAAA%3BIACA%2CeAAA%3BIACA%2C8BAAA%3B%3BEAHJ%2C8BAKI%3BIACI%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2C8BAAA%3BIACA%2CaAAA%3BIACA%2CgCAAA%3B%3BEAXR%2C8BAcI%3BIACI%2CaAAA%3BIACA%2CgCAAA%3B%3BEAhBR%2C8BAcI%2CoBAII%3BIACI%2CYAAA%3B%3BEAnBZ%2C8BAuBI%3BIACI%2CaAAA%3BIACA%2CmBAAA%3BIACA%2C6BAAA%3BIACA%2CcAAA%3B%3BEA3BR%2C8BAuBI%2CgCAMI%3BIACI%2CaAAA%3BIACA%2CyBAAA%3B%3B%3BAAYhB%2CgBH1gCsC%2CuBGogCb%2C%2BBAAA%3BEACrB%2CYAAa%2CQAAO%2CQAAS%3BIACzB%2C2BAAA%3B%3B%3BAAWZ%2CgBHjhC0C%2CuBG0gCb%2C%2BBAAA%3BEACrB%2CYAAa%2CQAAO%2CQAAS%3BIACzB%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAC%5C%2F%5C%2FBR%2CgBJdsC%2CuBIWR%2C%2BBAAA%3BEAG9B%3BIAFQ%2CaAAA%3B%3B%3BAAWJ%2CgBJvBkC%2CuBImBR%2C%2BBAAA%3BEAI1B%3BIAHI%2CmBAAA%3B%3B%3BAA8FJ%2CgBJlHkC%2CuBI6DJ%2C%2BBAAA%3BEAqD9B%2CSAvDA%3BIAIQ%2CcAAA%3B%3BEAmDR%2CSAvDA%2CcAMQ%3BIACI%2CeAAA%3B%3BEAgDZ%2CSAvDA%2CcAMQ%2CgBAGI%3BIACI%2CyBAAA%3BIACA%2CkBAAA%3B%3BEA4ChB%2CSAvDA%2CcAMQ%2CgBAGI%2CGAII%3BIACI%2CWAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAqCpB%2CSAvDA%2CcAMQ%2CgBAGI%2CGAII%2CGAOI%3BIACI%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3B%3BEAIA%2CSA%5C%2FBxB%2CcAMQ%2CgBAGI%2CGAII%2CGAiBI%2CEAAC%2CmBACI%3BIACG%2CSAAS%2CEAAT%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAgB%2Ck2CAAhB%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAIR%2CSA5CpB%2CcAMQ%2CgBAGI%2CGAII%2CGA%2BBK%2CMACG%3BIACI%2CuBAAA%3B%3B%3BAJ1FhC%2CgBAL4C%3BEC2e5C%2CcAAe%3BIACX%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAEA%2CgBACK%3BIACG%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEEmoBZ%2CIACI%2C2BAA0B%3BIACtB%2CgBAAA%3BIACA%2CyBAAA%3B%3BEAHR%2CIAMI%2CeAAc%2CmBAAoB%3BIAC9B%2CwBAAA%3B%3BEAKR%3BIACI%2CSAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEADJ%2CYAGI%2CQAAO%2CMAEH%2CMAAK%3BEALb%2CYAGI%2CQAAO%2CMAGH%3BIACI%2CaAAA%3B%3BEAPZ%2CYAGI%2CQAAO%2CMAOH%2CkBACI%3BIACI%2CaAAA%3B%3BEAZhB%2CYAiBI%2COAAM%3BIACF%2CaAAA%3B%3BEAlBR%2CYAqBI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CgCAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEA%5C%2FBR%2CYAqBI%2CQAAO%2CQAYH%3BIACI%2CQAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3B%3BEAvCZ%2CYAqDI%3BIACI%2CiCAAA%3BIACA%2C6BAAA%3BIACA%2C0BAAA%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3B%3BEAlER%2CYAqEI%2CcAAc%2CEAAC%3BIACX%2C4BAAA%3BIACA%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CwBAAA%3BIACA%2CiBAAA%3BIACA%2C2BAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3B%3BEAhFR%2CYA6FI%2CUAAS%2CaACL%3BIACI%2CeAAA%3B%3BEA%5C%2FFZ%2CYAoGI%3BIACI%2C6BAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAzGR%2CYA4GI%2CoBAAmB%3BEA5GvB%2CYA6GI%2CoBAAmB%3BIACf%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEA%5C%2FGR%2CYAkHI%3BEAlHJ%2CYAmHI%3BEAnHJ%2CYAoHI%3BIACI%2CcAAA%3B%3BEArHR%2CYAwHI%3BIACI%2CgBAAA%3BIACA%2CcAAA%3B%3BEA1HR%2CYAwHI%2CYAIK%3BIACG%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CYAfJ%2CYAeK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkDAAA%3BIACA%2CqBAAA%3BIACA%2C2BAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CYA3BJ%2CYA2BK%3BEACD%2CYA5BJ%2CYA4BK%3BIACG%2CmBAAA%3BIACA%2CUAAA%3B%3BEAKZ%3BIACI%2CeAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2C6BAAA%3BIACA%2C0BAAA%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CgBAAC%3BIACG%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CgBAAgB%2Cq%5C%2FBAAhB%3BIACA%2CcAAA%3B%3BEAKR%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEAAA%2CSAEI%3BIACI%2CoDAAA%3BIACA%2CiDAAA%3BIACA%2CgDAAA%3BIACA%2C4CAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3B%3BEATR%2CSAYI%3BIACI%2CSAAA%3B%3BEAbR%2CSAgBI%3BIACI%2C8BAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAxBR%2CSA2BI%3BIACI%2CQAAA%3BIACA%2CwBAAA%3BIACA%2C6BAAA%3BIACA%2C0BAAA%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3B%3BEAjCR%2CSAoCI%2CYAAW%3BIACP%2CaAAA%3B%3BEArCR%2CSAwCI%2CKAAI%2COAAO%3BIACP%2CeAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3B%3BEA9CR%2CSAiDI%2CQAAQ%2CKAAI%2COAAO%3BIACf%2CaAAA%3B%3BEAlDR%2CSAqDI%2CYAAW%3BIACP%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CgBAAgB%2Cq%5C%2FBAAhB%3B%3BEA1DR%2CSA6DI%3BIACI%2CQAAA%3BIACA%2CSAAA%3BIACA%2C6BAAA%3BIACA%2CuBAAA%3BIACA%2CSAAA%3B%3BEAlER%2CSAqEI%3BIACI%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAxER%2CSA2EI%3BIACI%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3B%3BEAhFR%2CSAmFI%2CmBAAmB%2CMAAG%3BIAClB%2CiBAAA%3BIACA%2CgBAAA%3B%3BEArFR%2CSAwFI%2CmBAAmB%2CMAAG%3BIAClB%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAlGR%2CSAqGI%2CSAAS%2CmBAAmB%2CMAAG%3BIAC3B%2CmBAAA%3B%3BEAtGR%2CSAyGI%3BIACI%2CaAAA%3B%3BEA1GR%2CSA6GI%2CqBAAoB%3BIAChB%2CwBAAA%3BIACA%2CmBAAA%3BIACA%2C8BAAA%3BIACA%2CgBAAA%3B%3BEAjHR%2CSAoHI%2CqBAAqB%3BIACjB%2CiBAAA%3B%3BEArHR%2CSAwHI%2CqBAAqB%2CMAAI%3BIACrB%2CgBAAA%3B%3BEAzHR%2CSA4HI%2CqBAAqB%2CMAAI%3BIACrB%2CUAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2C0BAAA%3B%3BEAjIR%2CSAoII%2C2BAA0B%3BIACtB%2CQAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CWAAA%3B%3BEAzIR%2CSA4II%3BIACI%2CyBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEAhJR%2CSAmJI%2CcAAc%2CQAAO%3BIACjB%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CyBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3B%3BEAzJR%2CSA4JI%2CcAAc%2CQAAO%2CMAAO%2CGAAE%2CMAAM%3BIAChC%2CaAAA%3B%3BEA7JR%2CSAgKI%2CcAAc%2CQAAO%2CMAAO%3BIACxB%2CiBAAA%3BIACA%2CSAAA%3B%3BEAEA%2CSAJJ%2CcAAc%2CQAAO%2CMAAO%2CGAIvB%3BIACG%2CaAAA%3B%3BEArKZ%2CSAyKI%2CcAAc%2CEAAC%2CIAAI%2CeAAe%2CGAAG%3BEAzKzC%2CSA0KI%2CcAAc%2CEAAC%2CIAAI%2CeAAe%2CGAAG%3BIACjC%2CaAAA%3B%3BEA3KR%2CSA8KI%2CcAAc%2CEAAC%2CIAAI%2CeAAe%2CGAAG%3BEA9KzC%2CSA%2BKI%2CcAAc%2CEAAC%2CIAAI%2CeAAe%2CGAAG%3BEA%5C%2FKzC%2CSAgLI%2CcAAc%2CEAAC%2CIAAI%2CeAAe%2CGAAG%3BEAhLzC%2CSAiLI%2CcAAc%2CEAAC%2CIAAI%2CeAAe%2CGAAG%3BEAjLzC%2CSAkLI%2CcAAc%2CEAAC%2CIAAI%2CeAAe%2CGAAG%3BIACjC%2CaAAA%3B%3BEAnLR%2CSAsLI%2CcAAc%2CEAAC%2CIAAI%2CeAAgB%2CqBAAoB%2CYAAa%2CIAAG%3BIACnE%2CoBAAA%3B%3BEAvLR%2CSA0LI%2CcAAc%2CEAAC%2CIAAI%2CeAAe%2CGAAG%3BEA1LzC%2CSA2LI%2CcAAc%2CEAAC%2CIAAI%2CeAAe%2CGAAG%3BIACjC%2CeAAA%3B%3BEA5LR%2CSA%2BLI%2CcAAc%2CQAAO%2CMAAO%3BEA%5C%2FLhC%2CSAgMI%2CcAAc%2CQAAO%2CMAAO%2CEAAC%3BIACzB%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEArMR%2CSAwMI%2CcAAc%2CEAAC%3BIACX%2C4BAAA%3BIACA%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CwBAAA%3BIACA%2CiBAAA%3BIACA%2C2BAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3B%3BEAjNR%2CSAoNI%2CcAAc%2CQAAO%2CMAAO%2CGAAG%3BIAC3B%2CWAAA%3B%3BEArNR%2CSAwNI%2CcAAc%2CEAAC%2C0BAA0B%3BIACrC%2CSAAS%2CEAAT%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CuDAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3B%3BEA9NR%2CSAiOI%3BIACI%2CaAAA%3B%3BEAlOR%2CSAiPI%3BIACI%2C4BAAA%3BIACA%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CwBAAA%3BIACA%2CiBAAA%3BIACA%2C2BAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CSAXJ%2CyBAWK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CgBAAgB%2Cy2DAAhB%3BIACA%2CcAAA%3BIACA%2CiBAAA%3B%3BEAOZ%3BIACI%2CaAAA%3B%3BEAGJ%2CiBAEI%3BIACI%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAVR%2CiBAaI%2COAAM%3BIACF%2CcAAA%3BIACA%2CkBAAA%3B%3BEAfR%2CiBAaI%2COAAM%2COAIF%2CGAAE%2COAAO%3BIACL%2CcAAA%3B%3BEAlBZ%2CiBAaI%2COAAM%2COAIF%2CGAAE%2COAAO%2CMAGL%2CGAAE%3BIACE%2CaAAA%3B%3BEArBhB%2CiBAaI%2COAAM%2COAIF%2CGAAE%2COAAO%2CMAOJ%2CKAAE%3BIACC%2CcAAA%3B%3BEAzBhB%2CiBAaI%2COAAM%2COAIF%2CGAAE%2COAAO%2CMAOJ%2CKAAE%2CiBAGC%3BIACI%2CaAAA%3B%3BEA5BpB%2CiBAaI%2COAAM%2COAIF%2CGAAE%2COAAO%2CMAeL%3BIACI%2CeAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3B%3BEAxChB%2CiBAaI%2COAAM%2COAIF%2CGAAE%2COAAO%2CMAeL%2CeAUI%2CGAAE%2COAAO%3BIACL%2CwBAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2C8BAAA%3B%3BEAhDpB%2CiBAaI%2COAAM%2COAIF%2CGAAE%2COAAO%2CMAeL%2CeAUI%2CGAAE%2COAAO%2CMAQL%2CGAAE%3BIACE%2CaAAA%3BIACA%2CSAAA%3B%3BEApDxB%2CiBAaI%2COAAM%2COAIF%2CGAAE%2COAAO%2CMAeL%2CeAUI%2CGAAE%2COAAO%2CMAQL%2CGAAE%2CYAIE%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEA%5C%2FD5B%2CiBAaI%2COAAM%2COAIF%2CGAAE%2COAAO%2CMAeL%2CeAoCI%3BIACI%2CcAAA%3B%3BEArEpB%2CiBAaI%2COAAM%2COAIF%2CGAAE%2COAAO%2CMAeL%2CeAwCI%2CGAAE%2CKAAK%2CmBAAmB%3BIACtB%2CcAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3B%3BEA3EpB%2CiBAaI%2COAAM%2COAIF%2CGAAE%2COAAO%2CMAeL%2CeAwCI%2CGAAE%2CKAAK%2CmBAAmB%2CoBAKtB%3BIACI%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEAtFxB%2CiBAaI%2COAAM%2COAIF%2CGAAE%2COAAO%2CMA0EL%3BIACI%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEA9FhB%2CiBAaI%2COAAM%2COAIF%2CGAAE%2COAAO%2CMA0EL%2CyBAKI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAnGpB%2CiBAaI%2COAAM%2COAIF%2CGAAE%2COAAO%2CMA0EL%2CyBAWI%3BIACI%2CeAAA%3B%3BEIx%2BCnB%2CIACG%2CaACI%2C2BACI%2CmBACI%3BIACI%2COAAO%2CsBAAP%3BIACA%2CWAAW%2CsBAAX%3B%3B%3BACxPxB%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CaHjBqB%2C0BCMC%2C8CEWtB%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BAAAG%2CCAAC%3BAAAS%2CCAAC%3BEACV%2CsBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAC%5C%2FCA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CkBAAA%3B%3BAACA%2CYAAC%3BAAAD%2CeAAC%3BAAAD%2CYAAC%3BAAAD%2CWAAC%3BAAAD%2CUAAC%3BAAAD%2CUAAC%3BAAAD%2CUAAC%3BEACG%2C%2BBAAA%3B%3BAAGR%3BEACI%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CiCAAA%3BEACA%2CYAAA%3B%3BAARJ%2CYASI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGR%3BEACI%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CiCAAA%3BEACA%2CYAAA%3B%3BAARJ%2CUASI%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAGR%3BEACI%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiCAAA%3BEACA%2CYAAA%3B%3BAARJ%2CUASI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGR%3BEACI%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CiCAAA%3BEACA%2CYAAA%3B%3BAARJ%2CWASI%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAGR%3BEACI%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CiCAAA%3BEACA%2CYAAA%3B%3BAARJ%2CeASI%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAGR%3BEACI%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CqBAAA%3BEACA%2CiCAAA%3BEACA%2CYAAA%3B%3BAATJ%2CUAUI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGR%3BEACI%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CiCAAA%3BEACA%2CYAAA%3B%3BAARJ%2CYASI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BARtGR%3BEACI%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CCAAC%3BAACD%2CCAAC%3BEACG%2CmBAAA%3BEACA%2CUAAA%3B%3BAAIR%2CSAAU%3BEACN%2CqBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CCAAC%3BAAAD%2CMAAC%3BAACD%2CCAAC%3BAAAD%2CMAAC%3BEACG%2CmBAAA%3BEACA%2CUAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2COAAO%2CKAAK%2CIAAI%3BEACZ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CYAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAIJ%3BESmBA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CaLvG0B%2C6BCKJ%2C8CIkGtB%3B%3BATrBA%3BESeA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BATjBA%3BESWA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BATbA%3BESOA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BATTA%3BESGA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BATLA%3BESDA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BATAA%2CCAAC%3BAACD%2CMAAM%3BAACN%2CGAAG%3BES3GH%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CaLFqB%2C0BCMC%2C8CIJtB%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEAQA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CCTiFC%2C2BSjFA%3BAAAD%2CMTkFM%2C2BSlFL%3BAAAD%2CGTmFG%2C2BSnFF%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAToFJ%2CCAAC%3BAACD%2CMAAM%3BAACN%2CGAAG%3BESjHH%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CaLFqB%2C0BCMC%2C8CIJtB%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEA0BA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CCTuEC%2C6BSvEA%3BAAAD%2CMTwEM%2C6BSxEL%3BAAAD%2CGTyEG%2C6BSzEF%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAT%2BEJ%2CgCAAiC%3BAACjC%2CgCAAiC%3BAACjC%2CwBAAyB%3BAACzB%2CuBAAwB%3BEACpB%2CaAAA%3B%3BAAIJ%2CSAAU%2CSAAM%2CSAAU%2CSAAM%3BAAChC%2CSAAU%2CUAAQ%2CSAAM%2CSAAU%2CSAAM%3BAACxC%2CSAAU%2CSAAM%2CUAAW%2CSAAM%3BAACjC%2CSAAU%2CUAAQ%2CSAAM%2CUAAW%2CSAAM%3BEACrC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAIJ%3BEACI%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAHJ%2CSAKI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAARR%2CSAKI%2CQAKI%3BEACI%2CgBAAA%3B%3BAAXZ%2CSAeI%3BEACI%2CmBAAA%3B%3BAAhBR%2CSAeI%2COAGI%3BES%5C%2FCR%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BATwBA%2CSAeI%2COAQI%2CSAAS%2CMAAK%3BAAvBtB%2CSAeI%2COASI%2CSAAS%2COAAM%3BAAxBvB%2CSAeI%2COAUI%2CSAAS%2CSAAQ%3BEACb%2CqBAAA%3B%3BAA1BZ%2CSAeI%2COAeI%2CSAAS%2CIAAG%3BAA9BpB%2CSAeI%2COAgBI%2CIAAG%2CWAAW%3BEShDtB%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BATgDQ%2CSApBJ%2COAoBK%2CSAAU%3BEACP%2CcAAA%3B%3BAAIA%2CSAzBR%2COAwBI%2CSACK%3BEACG%2CkBAAA%3B%3BAADJ%2CSAzBR%2COAwBI%2CSACK%2CaAGG%3BEACI%2C%2BBAAA%3B%3BAAJR%2CSAzBR%2COAwBI%2CSACK%2CaAOG%2COAAM%3BEACF%2CgBAAgB%2C0CAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CSA1ChB%2COAwBI%2CSACK%2CaAOG%2COAAM%2CsBAUD%3BEACG%2CaAAA%3B%3BAAQpB%2CKADE%2CiBACD%3BEACG%2CiBAAA%3B%3BAAKR%3BEACI%2CiBAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%3BIAFQ%2CmBAAA%3B%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CgBAAiB%2CeAAc%3BEAC3B%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C%2BBAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CcAAC%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CSAAS%2CEAAT%3BEACA%2CuDAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CMAAM%2CKAAM%3BAACZ%2CUAAW%3BEACP%2CkBAAA%3BEACA%2COAAO%2CwBAAP%3B%3BAAGJ%2CgBAAiB%2CyBAAuB%3BEACpC%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CsBAAA%3BEACA%2CeAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CgBAjBa%2CyBAiBZ%3BEACG%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CiBAAA%3BEAEA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAKR%2CgBAAiB%2CMAAK%3BEAClB%2CSAAS%2CEAAT%3BEACA%2CwBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAiBJ%2CkBAAmB%2CSAAS%3BEACxB%2CWAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CkBAAmB%2CSAAS%2CEAAC%3BEACzB%2CqBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAAsB%2CyBAAwB%3BEAC1C%2CyBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CwBAAwB%3BEACpB%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CsBAAuB%2CMAAK%3BEACxB%2CkBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBAAuB%2CMAAK%3BEACxB%2CkBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CsBAAuB%2CMAAK%3BEACxB%2CkBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBAAuB%2CMAAK%3BEACxB%2CkBAAA%3B%3BAAGJ%2CsBAAuB%2CMAAK%2CYAAa%3BEACrC%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CsBAAuB%2CMAAK%2CYAAa%2CQAAK%3BEAC1C%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CsBAAuB%2CMAAK%2CYAAa%2CQAAK%3BEAC1C%2CUAAA%3B%3BAAGJ%2CsBAAuB%2CMAAK%2CYAAY%2CQAAS%2CQAAK%3BEAClD%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CoCAAA%3B%3BAAGJ%2CUAAW%2CqBAAqB%2CUAAU%2COAAM%2CeAAgB%3BEAC5D%2CWAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CWAAA%3B%3BAAGJ%2CUAAW%2CqBAAqB%2CUAAU%2COAAM%2CeAAgB%3BEAC5D%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CQAAS%3BAACT%2CQAAS%3BAACT%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CUACI%2CqBACI%2CUAAU%3BEACN%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAJZ%2CUACI%2CqBACI%2CUAAU%2COAIN%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMhB%3BEACI%2CoBAAA%3BEACA%2CYAAA%3B%3BACpfJ%3BEACI%2CWAAA%3B%3BAAGJ%2CCAAC%3BAACD%2CMAAM%3BAACN%2CGAAG%3BEQAH%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CaLFqB%2C0BCMC%2C8CIJtB%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEAQA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CCR1BC%2C2BQ0BA%3BAAAD%2CMRzBM%2C2BQyBL%3BAAAD%2CGRxBG%2C2BQwBF%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BARvBJ%2CCAAC%3BAACD%2CMAAM%3BAACN%2CGAAG%3BEQNH%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CaLFqB%2C0BCMC%2C8CIJtB%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEA0BA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CCRpCC%2C6BQoCA%3BAAAD%2CMRnCM%2C6BQmCL%3BAAAD%2CGRlCG%2C6BQkCF%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BARjCJ%2CuBAAuB%2C4BAA6B%3BAACpD%2CuBAAuB%3BEACnB%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CuBAAuB%3BEACnB%2CsBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CsBAAA%3B%3BAAGJ%2CuBAAuB%3BEACnB%2CWAAA%3B%3BAC3CJ%3BEACI%2CsBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%2CKACI%3BEACI%2CcAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2COAAO%2CKAAK%3BEACR%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CgCAAA%3BEACA%2CyCAAA%3B%3BAATJ%2CYAWI%2CQAAO%2CMACF%2CUAAO%3BEACJ%2CWAAA%3BEACA%2CYAAA%3B%3BAAdZ%2CYAWI%2CQAAO%2CMACF%2CUAAO%2CMAIH%3BEACG%2CaAAA%3B%3BAAjBhB%2CYAWI%2CQAAO%2CMACF%2CUAAO%2CMAQJ%2CMAAK%3BEACD%2CaAAA%3B%3BAArBhB%2CYAWI%2CQAAO%2CMACF%2CUAAO%2CMAYJ%3BEACI%2CgBAAA%3B%3BAAQR%2CIADJ%2CcACK%3BEACG%2CaAAA%3B%3BAAKZ%2COAAQ%3BEACJ%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CyCAAA%3B%3BAAGJ%2CYAAa%2COAAM%3BEACf%2C8BAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CYAAa%2CQAAO%3BEAChB%2CcAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAALJ%2CuBAOI%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAVR%2CuBAOI%2CGAKI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAfZ%2CuBAOI%2CGAKI%2CGAKI%3BEACI%2CcAAA%3B%3BAAlBhB%2CuBAuBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAIR%2COAAQ%3BEACJ%2CaAAA%3B%3BAAIJ%2CMAAO%2CQAAO%3BEACV%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2COAAO%2CQAAQ%3BEACX%2CaAAA%3B%3BAAIJ%2CMAAO%3BEACH%2CSAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CWAAA%3B%3BAAGJ%2CwBAAyB%2CQAAO%2CQAAS%3BEACrC%2CSAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEA%2C%2BBAAC%3BEACG%2C0BAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C%2BBAAC%2CMAAM%2CIAAI%3BEACP%2CaAAA%3B%3BAAGJ%2C%2BBAAC%3BEACG%2C0BAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C%2BBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAgB%2CoWAAhB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAGJ%2C%2BBAAC%2COAAO%3BEACJ%2CgBAAgB%2CiUAAhB%3B%3BAAIR%3BEACI%2CeAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C6BAA8B%3BEAC1B%2CaAAA%3B%3BAAGJ%2C6BAA8B%2CsBAAsB%3BEAChD%2CcAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAKJ%2CQAH6B%3BEAG7B%3BIAFQ%2CwBAAA%3B%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAMA%2CQAJyB%3BEAIzB%3BIAHI%2CwBAAA%3B%3B%3BAAJR%2C8BAOI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAVR%2C8BAOI%2CGAKI%3BEACI%2CkBAAA%3B%3BAAbZ%2C8BAOI%2CGAKI%2CGAGI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEA%2C8BAdZ%2CGAKI%2CGAGI%2CEAMK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAzBpB%2C8BAOI%2CGAKI%2CGAiBI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAEA%2C8BA5BZ%2CGAKI%2CGAiBI%2CiBAMK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAOpB%3BEACI%2CoBAAA%3B%3BAADJ%2C%2BBAGI%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAAEA%2C%2BBAJJ%2CEAIK%3BEACG%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2C%2BBAlBJ%2CEAkBK%3BEACG%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3B%3BAALJ%2COAOI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEA%2COAJJ%2CMAIK%2CMAAO%2COAAI%2COAAO%3BEACf%2CaAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BEAEA%2CaAAA%3B%3BAAEA%2COAAC%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CWAAY%2CQAAO%3BAACnB%2CaAAc%2CQAAO%3BEACjB%2C2CAAA%3B%3BAAGJ%2CKAAK%2CQAAS%3BEACV%2CyBAAA%3B%3BAAGJ%2CKAAK%2CQAAS%2CUAAO%3BEACjB%2CWAAW%2CgBAAX%3B%3BAAGJ%3BAACA%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAGJ%2CKAAK%2CQAAS%2CUAAQ%3BEAClB%2CcAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CKAAK%2CQAAS%2CUAAQ%3BEAClB%2CaAAA%3B%3BAAGJ%2COAAO%3BEACH%2CmBAAA%3B%3BAAEA%2COAHG%2CMAGF%3BEACG%2CkBAAA%3B%3BAAIR%2COAAO%2CMAAO%2CUAAO%2CMAAO%2CKAAE%3BEAC1B%2CwBAAA%3B%3BAAGJ%2COAAO%2CMAAO%2CUAAO%2CMAAO%2CKAAE%3BEAC1B%2CaAAA%3B%3BAAGJ%2COAAO%2CMAAO%2CUAAO%2CMAAO%2CsBAAmB%3BEAC3C%2CwBAAA%3B%3BAAGJ%2COAAO%2CMAAO%2CUAAO%2CMAAO%2CKAAG%3BEAC3B%2CcAAA%3B%3BAAGJ%2CMAAM%2CYAAa%2CQAAO%3BEACtB%2CUAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3B%3BAAIJ%2CQAH4B%3BEAG5B%2CMAPM%2CYAAa%2CQAAO%3BIAKlB%2CcAAA%3B%3B%3BAAIR%2CiBACI%2CQAAO%3BEACH%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2Cy2DAAhB%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAdR%2CiBAiBI%2CGAAG%2CGAAG%3BEACF%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAIR%2CoBAAqB%2CQAAO%2CMAAO%2CUAAO%2CMAAO%2CKAAE%2CKAAK%2CmBAAoB%3BEACxE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CyCAAhB%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CoBAAqB%2CQAAO%2CMAAO%2CUAAO%2CMAAO%2CKAAE%2CKAAK%2CmBAAoB%2CIAAC%3BEACzE%2CSAAS%2CSAAT%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAIJ%3BAACA%3BAACA%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%2CMAAM%2CYAAa%2CQAAO%2CQAAS%2COAAM%2COAAO%3BEAC5C%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CgCACI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAEA%2CgCATJ%2CqBASK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAgB%2C6nCAAhB%3B%3BAAIR%2CgCAAC%2CaAAc%3BEACX%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2C2BAAA%3B%3BAAEA%2CgCAhBH%2CaAAc%2CqBAgBV%3BEACG%2CaAAA%3B%3BAAKZ%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAIJ%3BEACI%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2C8BAA%2BB%2CGAAG%2CGAAE%2CSAAU%2CEAAC%3BAAC%5C%2FC%2C8BAA%2BB%2CGAAG%2CGAAE%2CSAAU%2CiBAAgB%3BEAC1D%2CgBAAgB%2Ck9BAAhB%3B%3BAAGJ%2C8BAA%2BB%2CGAAG%2CGAAE%2CcAAe%2CEAAC%3BAACpD%2C8BAA%2BB%2CGAAG%2CGAAE%2CcAAe%2CiBAAgB%3BEAC%5C%2FD%2CgBAAgB%2CqQAAhB%3B%3BAAGJ%2C8BAA%2BB%2CGAAG%2CGAAE%2CaAAc%2CEAAC%3BAACnD%2C8BAA%2BB%2CGAAG%2CGAAE%2CaAAc%2CiBAAgB%3BEAC9D%2CgBAAgB%2CgdAAhB%3B%3BAAGJ%2C8BAA%2BB%2CGAAG%2CGAAE%2CuBAAwB%2CEAAC%3BAAC7D%2C8BAA%2BB%2CGAAG%2CGAAE%2CuBAAwB%2CiBAAgB%3BEACxE%2CgBAAgB%2Cu3FAAhB%3BEACA%2CqBAAA%3B%3BAAGJ%2C8BAA%2BB%2CGAAG%2CGAAE%2CaAAc%2CEAAC%3BAACnD%2C8BAA%2BB%2CGAAG%2CGAAE%2CaAAc%2CiBAAgB%3BEAC9D%2CgBAAgB%2CgYAAhB%3B%3BAAGJ%2C8BAA%2BB%2CGAAG%2CGAAE%2CWAAY%2CEAAC%3BAACjD%2C8BAA%2BB%2CGAAG%2CGAAE%2CWAAY%2CiBAAgB%3BEAC5D%2CgBAAgB%2CynBAAhB%3B%3BAAGJ%2C8BAA%2BB%2CGAAG%2CGAAE%2CUAAW%2CEAAC%3BAAChD%2C8BAA%2BB%2CGAAG%2CGAAE%2CUAAW%2CiBAAgB%3BEAC3D%2CgBAAgB%2CqfAAhB%3B%3BAAGJ%2CmBACI%3BEACI%2CwBAAA%3B%3BAAIR%2CoBACI%3BEACI%2CwBAAA%3B%3BAAIR%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CsBAAsB%3BAACtB%2CIAAI%2C%2BBAA%2BB%3BEAC%5C%2FB%2CaAAA%3B%3BAAIJ%2CmBAAoB%3BEAChB%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAADJ%2CmBAGI%3BEACI%2CYAAA%3B%3BAAJR%2CmBAGI%2CoBAGI%3BEACI%2CiBAAA%3B%3BAAPZ%2CmBAWI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAfR%2CmBAWI%2CYAMI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkEAAA%3BEACA%2CgCAAA%3BEACA%2C2CAAA%3BEACA%2CgCAAA%3BEACA%2CmCAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAA2BZ%2CQApByB%3BEACrB%2CaAAc%2CQAAO%2CMAAO%2CGAAE%2CWAAY%3BIACtC%2CeAAA%3BIACA%2C4BAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CaAAc%2CQAAO%2CMAAO%2CGAAE%2CiBAAiB%2CWAAY%3BIACvD%2CeAAA%3BIACA%2C4BAAA%3BIACA%2CgBAAA%3BIACA%2CwBAAA%3BIACA%2CqBAAA%3B%3B%3BAAIR%2C8BACI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3B%3BAAJR%2C8BACI%2C6BAKI%3BEACI%2CUAAA%3B%3BAAKJ%2CQAH6B%3BEAG7B%2C8BAXJ%2C6BAKI%3BIAIQ%2CWAAA%3B%3B%3BAAVhB%2C8BAeI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3BEACA%2CSAAA%3B%3BAAnBR%2C8BAeI%2C4BAMI%3BEACI%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3B%3BAAxBZ%2C8BAeI%2C4BAMI%2CWAKI%3BEACI%2CYAAA%3B%3BAA0dpB%2CwBAlB2C%3BEACvC%2CYACI%2CQAAO%3BIACH%2CeAAA%3B%3BEAFR%2CYACI%2CQAAO%2CQAGH%3BIACI%2CkBAAA%3BIACA%2CiBAAA%3B%3BEANZ%2CYACI%2CQAAO%2CQAQH%2COAAM%3BIACF%2CcAAA%3B%3B%3BAAyChB%2CwBAlC2C%3BEACvC%2CYACI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3B%3BEAJR%2CYAOI%3BIACI%2CkBAAA%3BIACA%2CQAAA%3BIACA%2COAAA%3B%3BEAVR%2CYAaI%2CqBAAqB%2CQAAO%2CMAAO%2CUAAO%2CMAAO%2CKAAE%2CKAAK%2CmBAAoB%3BIACxE%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3B%3BEAhBR%2CYAmBI%3BIACI%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3B%3BEAtBR%2CYAyBI%2CcAAc%2COAAM%3BIAChB%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3B%3B%3BAAqwBZ%2CwBAlB0C%2CuBAAwB%3BEAC9D%2CIACI%2CaACI%2CiCACI%3BIACI%2CQAAA%3B%3BEAJhB%2CIACI%2CaAOI%3BIACI%2CeAAA%3BIACA%2CWAAA%3B%3B%3BAA2BhB%2CwBApB0C%2CuBAAwB%3BEAC9D%2CIACI%2CcACI%2CaACI%3BIACI%2CgBAAA%3B%3BEAJhB%2CIACI%2CcACI%2CaAIA%2C8BACQ%3BIACI%2CWAAA%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2CSAAA%3B%3B%3BAAwBxB%2CQAhBgC%2C6BAAuB%2CuBAAwB%3BEAC3E%2CIAEI%2CaACI%2C8BACI%3BIACI%2CuBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3B%3BAAmCpB%2CwBA3B0C%2CuBAAwB%3BEAE9D%2CYAEI%2CiCAAiC%3BIAC7B%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3B%3BEARR%2CYAWI%3BIACI%2CeAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAhBR%2CYAmBI%3BIACI%2CUAAA%3B%3B%3BAAkBZ%2CmBAb2C%2C6BAAwB%3BEAE%5C%2FD%2CIACI%2CaACI%3BIACI%2CkBAAA%3BIACA%2CsBAAA%3B%3B%3BAAoBhB%2CwBAb2C%2CwBAAwB%3BEAC%5C%2FD%2CYAEI%2CiCAAiC%3BEAFrC%2CYAGI%2C8BAA8B%3BIAC1B%2CYAAA%3BIACA%2CoBAAA%3B%3B%3BAAaX%2CwBAN0C%3BEACvC%3BIACI%2CkBAAA%3BIACA%2CQAAA%3BIACA%2COAAA%3B%3B%3BAC3hEJ%2CkBACI%3BEACI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAJR%2CkBACI%2CgBAMI%3BEOoHR%2CqBAAA%3BEPlHY%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAfZ%2CkBACI%2CgBAkBI%2CIAAG%3BAAnBX%2CkBACI%2CgBAmBI%2CeAAe%3BEACX%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAvBZ%2CkBACI%2CgBAyBI%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAA7BZ%2CkBACI%2CgBAyBI%2CGAMI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CqCAAA%3B%3BAAEA%2CkBAzCZ%2CgBAyBI%2CGAMI%2CEAUK%3BAACD%2CkBA1CZ%2CgBAyBI%2CGAMI%2CEAWK%3BEACG%2C0BAAA%3B%3BAAGJ%2CkBA9CZ%2CgBAyBI%2CGAMI%2CEAeK%3BEACG%2CUAAA%3BEACA%2CiBAAA%3B%3BAG3CpB%2CIAAK%3BEACD%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAHJ%2CIAAK%2CaAKD%2CQAAO%3BEACH%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAVR%2CIAAK%2CaAKD%2CQAAO%2CQAOH%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAdZ%2CIAAK%2CaAKD%2CQAAO%2CQAOH%2CuBAII%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAAnBhB%2CIAAK%2CaAwBD%3BEACG%2CWAAA%3BEACE%2CgBAAA%3B%3BAA1BT%2CIAAK%2CaAwBD%2C2BAII%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3B%3BAAhCZ%2CIAAK%2CaAwBD%2C2BAII%2CmBAMI%3BEACI%2CYAAA%3B%3BAAnChB%2CIAAK%2CaAwBD%2C2BAII%2CmBAUI%3BEACI%2CeAAA%3BEACA%2C2BAAA%3B%3BAAxChB%2CIAAK%2CaAwBD%2C2BAII%2CmBAeI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CIAlDX%2CaAwBD%2C2BAII%2CmBAeI%2CiBAOK%3BEACG%2CgBAAA%3B%3BAAnDpB%2CIAAK%2CaAwBD%2C2BAII%2CmBAeI%2CiBAWI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAA7DpB%2CIAAK%2CaAwBD%2C2BAII%2CmBAeI%2CiBAWI%2CcASI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CIAnEnB%2CaAwBD%2C2BAII%2CmBAeI%2CiBAWI%2CcASI%2CEAIK%3BEACG%2C0BAAA%3B%3BAApE5B%2CIAAK%2CaAwBD%2C2BAII%2CmBAeI%2CiBA8BI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAA5EpB%2CIAAK%2CaAwBD%2C2BAII%2CmBAeI%2CiBA8BI%2CGAKI%3BEACI%2CkBAAA%3B%3BAA%5C%2FExB%2CIAAK%2CaAwBD%2C2BAII%2CmBAeI%2CiBA8BI%2CGAKI%2CGAGI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CIAvFvB%2CaAwBD%2C2BAII%2CmBAeI%2CiBA8BI%2CGAKI%2CGAGI%2CEAMK%3BEACG%2C0BAAA%3B%3BAAxFhC%2CIAAK%2CaAwBD%2C2BAII%2CmBAeI%2CiBAmDI%3BEACI%2CeAAA%3B%3BAAIA%2CQAHwB%3BEAGxB%2CIAnGf%2CaAwBD%2C2BAII%2CmBAeI%2CiBAmDI%3BIAGQ%2CeAAA%3B%3B%3BAAMJ%2CQAJuB%3BEAIvB%2CIAvGf%2CaAwBD%2C2BAII%2CmBAeI%2CiBAmDI%3BIAMQ%2CgBAAA%3B%3B%3BAApGxB%2CIAAK%2CaAwBD%2C2BAII%2CmBAeI%2CiBAmDI%2CcASI%3BEACI%2CaAAA%3BEACA%2CSAAA%3B%3BAAzGxB%2CIAAK%2CaAwBD%2C2BAII%2CmBAeI%2CiBAmDI%2CcASI%2CGAII%3BEACI%2CgBAAA%3B%3BAA5G5B%2CIAAK%2CaAwBD%2C2BAII%2CmBAeI%2CiBAmDI%2CcASI%2CGAQI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmCAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3B%3BAAtH5B%2CIAAK%2CaAwBD%2C2BAII%2CmBAeI%2CiBAmDI%2CcASI%2CGAkBI%2CEAAC%3BEACG%2CsBAAsB%2CgCAAtB%3BEACA%2CUAAA%3B%3BAA3H5B%2CIAAK%2CaAwBD%2C2BAII%2CmBAeI%2CiBAmDI%2CcASI%2CGAuBI%2CEAAC%3BEACG%2CsBAAsB%2CiCAAtB%3B%3BAA%5C%2FH5B%2CIAAK%2CaAwBD%2C2BAII%2CmBAeI%2CiBAmDI%2CcASI%2CGA2BI%2CEAAC%3BEACG%2CsBAAsB%2C%2BBAAtB%3BEACA%2CWAAA%3B%3BAApI5B%2CIAAK%2CaA4ID%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAjJR%2CIAAK%2CaA4ID%2CWAOI%2CqBACI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAOhB%3BEACI%2CcAAA%3B%3BAAiBJ%2CQAd2B%3BEACvB%2CIACI%2CaACI%2C2BACI%2CmBACI%3BIACI%2COAAO%2CsBAAP%3BIACA%2CQAAA%3B%3B%3BAAoBxB%2CQAb2B%3BEACvB%2CIACI%2CaACI%2C2BACI%2CmBACI%3BIACI%2CgBAAA%3B%3B%3BAAqBxB%2CQAd2B%3BEACvB%2CIACI%2CaACI%2CQAAO%2CQACH%3BIACI%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3B%3BAAwBpB%2CQAlByB%3BEAErB%2CIACI%2CaACI%2C2BACI%2CmBACI%3BIACI%2COAAO%2CsBAAP%3BIACA%2CWAAW%2CsBAAX%3BIACA%2CmBAAA%3BIACA%2CQAAA%3B%3B%3BAAyBtB%2CQAjBuB%3BEACrB%2CIACI%2CaACI%2C2BACI%2CmBACI%3BIACI%2COAAO%2CsBAAP%3BIACA%2CWAAW%2CsBAAX%3BIACA%2CmBAAA%3BIACA%2CQAAA%3B%3B%3BAAwB5B%2CQAhB%2BB%3BEACvB%2CIACI%2CaACI%2C2BACI%2CmBACI%3BIACI%2COAAO%2CgBAAP%3BIACA%2C0BAAA%3B%3B%3B%3B%3BAK9P5B%3BEACI%2CKAAK%3BEACL%2CKAAK%3BEACL%2CKAAK%3BEACL%2CKAAK%3BEACL%2CKAAK%3BEACL%2CKAAK%3BEACL%2CKAAK%3BEACL%2CKAAK%3BEACL%3BEACA%3BIACI%2C0BAAA%3BIACA%2C4BAAA%22%7D *//** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(../../frontend/Pharmacann/verilife-new/en_US/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(../../frontend/Pharmacann/verilife-new/en_US/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(../../frontend/Pharmacann/verilife-new/en_US/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(../../frontend/Pharmacann/verilife-new/en_US/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(../../frontend/Pharmacann/verilife-new/en_US/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(../../frontend/Pharmacann/verilife-new/en_US/Amasty_Storelocator/vendor/chosen/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}.toast-title {
    font-weight: 500;
}
.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.toast-message a,
.toast-message label {
    color: #000000;

}
.toast-message a{
    color: #000000;
    text-decoration: underline;
    
}
.toast-message a:hover {
    color: #000000;
    text-decoration: none;
}
.toast-close-button {
   /* position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1;*/
    padding: 0 0 0 8px;
    background: url('../../frontend/Pharmacann/verilife-new/en_US/Codilar_Messages/images/close.svg') no-repeat center;
    width:8px;
    height: 8px;
    font-size: 0;
    position: absolute;
    top:12px;
    right:8px;
}
.toast-close-button:focus,
.toast-close-button:hover {
    /*color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);*/
    background: url('../../frontend/Pharmacann/verilife-new/en_US/Codilar_Messages/images/close.svg') no-repeat center;
}
.rtl .toast-close-button {
    left: -0.3em;
    float: left;
    right: 0.3em;
}
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    /*background: 0 0;*/
    border: 0;
    -webkit-appearance: none;
    border-radius: 0;
}
.toast-close{
    padding: 0 0 0 8px;
    background: url('../../frontend/Pharmacann/verilife-new/en_US/Codilar_Messages/images/close.svg') no-repeat center;
    width:8px;
    height: 8px;
    font-size: 0;
    position: absolute;
    top:18px;
    right:16px;
}

#toast-container > .toast-info .toast-close-button , 
#toast-container > .toast-error .toast-close-button ,
#toast-container > .toast-error .toast-close{
    background: url('../../frontend/Pharmacann/verilife-new/en_US/Codilar_Messages/images/close_white.svg') no-repeat center;
}
#toast-container > .toast-error .toast-close-button:hover,
#toast-container > .toast-info .toast-close-button:hover , 
#toast-container > .toast-error .toast-close:hover{
    background: url('../../frontend/Pharmacann/verilife-new/en_US/Codilar_Messages/images/close_white.svg') no-repeat center;
}
.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-left {
    top: 12px;
    left: 12px;
}
.toast-top-right {
    top: 126px;
    right: 16px;
}
.toast-bottom-right {
    right: 16px;
    bottom: 36px;
}
.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}
#toast-container {
    position: fixed;
    z-index: 999;
    pointer-events: none;
}
#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#toast-container > div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin:8px 0 16px;
    padding: 16px 32px 16px 16px;
    width: 430px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-position: 15px center;
    background-repeat: no-repeat;
   /* -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;*/
    color: #000000;
   /* opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);*/
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    border:1px solid #EBEBEC;
}
#toast-container > div.rtl {
    direction: rtl;
    padding: 16px 10px;
    background-position: right 15px center;
}/*
#toast-container > div:hover {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}*/
#toast-container > .toast-info {
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;*/
    color:#ffffff;
}
#toast-container > .toast-error {
    color:#ffffff;
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;*/
}
#toast-container > .toast-success {
    color:#000000;
    /*background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important*/
}
#toast-container > .toast-warning {
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;*/
}
#toast-container.toast-bottom-center > div,
#toast-container.toast-top-center > div {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.toast {
    background-color: #030303;
}
.toast-success {
    background-color: #6CE38D;
    color:#000;
}
.toast-error {
    background-color: #DB3624;
}
.toast-info {
    background-color: #16181B;
    color:#ffffff;
}
.toast-warning {
    background-color: #DB3624;
}
.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}
body.scroll-to-top .btn-scrolltop{
    display:none!important
}
.aria-toaster-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
}

@media all and (max-width: 240px) {
    #toast-container > div {
        /*padding: 8px 8px 8px 50px;*/
        width: 100%;
        margin: 8px auto 16px;
    }
    /*#toast-container > div.rtl {
        padding: 8px 50px 8px 8px;
    }
    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }*/
    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
    .toast-top-right{
        left:12px;
        top:175px;
    }
}
@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        width: 100%;
        margin: 0 auto 16px;
    }
   /* #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }
    #toast-container > div.rtl {
        padding: 8px 50px 8px 8px;
    }*/
   /* #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }*/
    .toast-top-right{
        top:175px;
        left:12px;
    }

    .toast-bottom-right {
        left:16px;
    }
}
@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        width: 430px;
        margin: 8px auto 16px;
    }
    /*#toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
    #toast-container > div.rtl {
        padding: 15px 50px 15px 15px;
    }*/
    .toast-top-right{
        top:175px;
    }
}


@media all and (min-width: 241px) and (max-width: 1023px) {
    .toast-bottom-right {
        bottom:36px;
        right:16px;  
    }
}.page-wrapper {
    display:none;
}
.page-wrapper.rmzindex {
    display:flex;
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
}
aside.modal-popup.homepagepopup-modal._inner-scroll._show {
    position: unset;
}
body .modals-overlay {
    position: unset;
}
.homepagepopup-skeleton {
    position: fixed;
    inset: 0;
    background: #fafafa;
    z-index: 1;
}
.header-locator-toggle input[type=checkbox]:disabled {
	opacity: 0;
}
@media(min-width:768px){
	.customer-welcome .action.switch:after {
	    content: "" !important;
	}
}
body.checkout-index-index.customer-logged-in .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column.opc .checkout-block.checkout-block-payment,
.checkout-index-index.customer-logged-in .checkout-payment-method .opc-payment,
.checkout-index-index.customer-logged-in .checkout-payment-method .opc-payment .payment-methods{display:block;}
.checkout-index-index.customer-logged-in .checkout-payment-method .opc-payment .payment-group .amcheckout-title{    display: none;}
.checkout-index-index.customer-logged-in .payment-method-content{padding-top:0!important;}
.customer-account-login .login-container .message-error+.message-error{display:none;}
.checkout-index-index .opc-block-summary .block.items-in-cart .minicart-items-wrapper img{height:95px;}
.save-for-later-wrapper .minicart-saved-list li .product-item-photo .promo-price.off{    line-height: inherit;height:auto;    font-weight: 400;}


.checkout-register-index .page-main>.page-title-wrapper .page-title{display:none;}
.page-main .fieldset .field.disabled .label {
        color: #636363;
    }
.product-info-main .product-details{display:none;}
.filter-options .am-labels-folding .item{padding:0;}
.customer-account-login .page-wrapper{    transition: inherit!important;}
.page-wrapper .columns .sidebar .filter .filter-options-content .am-filter-items-attr_category_ids .items-children{display:none;}
 .page-main .custom-page-section.new-login-page.reset-password-message{max-width:600px;}
 .page-main .custom-page-section.new-login-page.reset-password-message h4{
                font-size: 16px;
                line-height: 20px;
    }
   .customer-account-edit .field .control #email_address{
        color:#666666;
        background:#f4f4f4;
    }
#header-locator-toggle-dialog.header-locator-toggle-content{
display:none!important;}
.locator-active #header-locator-toggle-dialog.header-locator-toggle-content{
display:block!important;}
@media(min-width:768px){
.cms-brands .category-menusection ul{    justify-content: center;}
.column.main .catalog-topnav{display:none!important;}
.customer-logged-in .page-header .ves-megamenu .navigation .level0.join-loyalty-menu{    display: none!important;}
.customer-logged-in .page-header .ves-megamenu .navigation .level0.myaccount-navmenu{    display: inline-block!important;}

.category-menusection.mobile-only {
    display: none !important;
}
}
.gm-style-iw-d h3{margin:0 0 10px;}
@media(max-width:767px){
.search-autocomplete .amsearch-wrapper-inner .discount_off_pdp{display:none;}
#search_autocomplete .amsearch-results .amsearch-products .discount_off_pdp{display:none;}
body.ambrand-index-index p#toolbar-amount{display:none!important;}
.amlocator-map-container .amlocator-block.-storelist.amlocator-store-list.store_list_empty .amlocator-store-desc-emty{padding-left:20px;padding-right:20px;}
.hero_feature_slider_block .hero_feature_block{margin-left:0!important;padding-left:0!important; margin-right:0!important;padding-right:0!important;}
.page-header .header-promo-container .slick-track{min-height:52px;height:auto;}
}

.control.preferred_store_name ul ul{border:0!important;}
.category-top-banner-section a.pagebuilder-button-primary,
.category-top-banner-section button.pagebuilder-button-primary,
.category-top-banner-section  div.pagebuilder-button-primary{
    margin:0px;
}
@media (max-width: 991px) {
    #simple-popup-modal {
        max-height: 100%;
    }
}
/* Apply black background to body when age gate modal is visible */
/* Uses JavaScript class 'age-gate-visible' added when modal is shown */
body.age-gate-visible:not(.age-only-popup-closed) {
    background-color: #16181b;
}

figure[data-content-type=image]>[data-element=link] {
    display: block !important;
}
.categorypath-il #columns, .categorypath-imd #columns {
    display: none;
}
@media only screen and (max-width: 767px) {
  /* .state-select-block .pagebuilder-mobile-hidden {
        display: inline-block !important;
        content-visibility: visible;
    }*/
  .age-gate-state-group-section .pagebuilder-column-line .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .state-select-block .age-gate-state-group-section .pagebuilder-column-group .pagebuilder-column.store-state input.ada_tabbing {
    display: none;
  }
  .state-select-block .age-gate-state-group-section .pagebuilder-column-group .pagebuilder-column .hide-desktop {
    display: block !important;
  }
  .state-select-block .age-gate-state-group-section .pagebuilder-column-group .pagebuilder-column.store-state [data-content-type=image] img {
    width: 36px;
    height: 36px !important;
  }
  .state-select-block .age-gate-state-group-section .pagebuilder-column-group {
    padding: 24px 36px 8px;
  }
}
@media only screen and (max-width: 639px) {
  /*[data-content-type='banner'][data-mobile-image='normal'] .pagebuilder-banner-wrapper{
        max-height: 300px!important;
    }*/
  .popup-content {
    align-items: center;
    justify-content: center;
  }
  .full-viewport-height {
    display: flex;
    height: 50vh;
    align-items: flex-start;
    width: 100%;
    align-items: center;
    justify-content: center !important;
  }
  .pagebuilder-column.top-section [data-appearance='full-height'] {
    align-items: flex-start;
  }
  .modal-popup.homepagepopup-modal .modal-inner-wrap,
  .modal-popup.homepagepopup-modal .modal-inner-wrap {
    box-shadow: none !important;
  }
  .homepopup-label-input h1,
  .homepopup-label-input h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
  #simple-popup-modal {
    min-height: auto;
    width: 100%;
    padding: 0px;
    position: relative;
    flex-direction: column;
    height: 100vh;
    background: transparent!important;
  }
  #simple-popup-modal .content-left {
    /*  display: none !important;*/
    display: block !important;
    width: 100%;
  }
  #simple-popup-modal .content-left .popup-img-title.hide-desktop {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 160px;
    z-index: 0;
  }
  #simple-popup-modal .content-left [data-content-type=banner][data-mobile-image=normal] .pagebuilder-banner-wrapper,
  #simple-popup-modal .content-left [data-content-type='banner'][data-mobile-image='flat'] .pagebuilder-banner-wrapper {
    min-height: inherit!important;
  }
  #simple-popup-modal .content-left .pagebuilder-overlay.pagebuilder-poster-overlay {
    min-height: 50vh;
    padding: 0;
  }
  #simple-popup-modal .content-left .pagebuilder-poster-content [data-element='content'] {
    overflow: hidden;
    min-height: inherit;
    margin-bottom: inherit;
  }
  #simple-popup-modal .content-left h2.h2-color-red {
    color: #FE001E;
    font-family: 'neue-haas-grotesk-display';
    font-weight: 400;
    margin: 0;
    font-size: 64px;
  }
  #simple-popup-modal .content-right {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    padding: 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content {
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .top-section {
    text-align: center;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .top-section .popup-img-title {
    max-width: 122px;
    margin-bottom: 20px;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .top-section .popup-img-title.desktop-logo {
    display: inline-block;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .top-section .popup-img-title.mobile-logo {
    display: none;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .top-section p {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .middle-section p {
    font-size: 20px;
    line-height: 24px;
    margin: 0 auto;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .middle-section .homepopup-label-input h2 {
    margin: 0 ;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .middle-section .spanclass.storelist {
    width: 146px !important;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #3C3C3C;
    color: #3C3C3C;
    border-radius: 4px;
    padding: 14px 5px;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .middle-section .spanclass.storelist.good {
    border: 1px solid #526841 !important;
    background: #eaefe6;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .middle-section .form-control {
    font-size: 16px;
    line-height: 20px;
    width: 100% !important;
    border: 1px solid #3C3C3C;
    border-radius: 4px;
    color: #3C3C3C;
    text-align: center;
    text-indent: 130px hanging;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .middle-section .form-control.selected {
    border: 1px solid #526841 !important;
    background: #eaefe6;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .middle-section label {
    font-size: 15px;
    line-height: 23px;
    color: #fff;
    margin: 15px auto 5px auto;
    max-width: 245px;
    height: 56px;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .middle-section .checkmark {
    top: -5px !important;
    border: 1px solid #3C3C3C;
    border-radius: 4px;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .middle-section .checkmark:after {
    width: 24px;
    height: 16px;
    background-size: 100% 100%;
    top: 18px !important;
    background: url('../../frontend/Pharmacann/verilife-new/en_US/images/checkbox-tick-block.svg');
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .middle-section input[type="button"] {
    border-radius: 30px;
    height: 60px;
    font-size: 18px;
    line-height: 22px;
    width: 240px;
    font-weight: 700;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .middle-section input[type="button"]:hover {
    opacity: 1;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .middle-section .bottom-section p {
    font-size: 12px;
    line-height: 18px;
    margin: 0px;
    color: #a9a9a9;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .middle-section .bottom-section p a {
    color: #a9a9a9;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .bottom-section {
    width: 100% !important;
    color: #D9D9D9;
    width: 380px;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .bottom-section p {
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
  }
  #simple-popup-modal .content-right .pop-content-block .popup-content .right-section h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    height: 48px;
    margin-bottom: 50px;
  }
  #simple-popup-modal .content-right #simple-popup-modal .content-right .popup-content {
    margin-bottom: 5px;
  }
  #simple-popup-modal .content-right .bottom-content-section {
    margin: 5px 0 0;
    position: relative;
    top: 8px;
  }
  #simple-popup-modal .content-right .bottom-section {
    max-width: 315px;
    color: #D9D9D9;
    margin: 0px auto;
    text-align: center;
  }
  #simple-popup-modal .content-right .bottom-section p {
    font-size: 12px;
    line-height: 18px;
    margin: 0px;
    margin-top: 35px;
    color: #D9D9D9;
  }
  #simple-popup-modal .content-right .bottom-section p a {
    color: #D9D9D9;
  }
  .modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 100% !important;
  }
}
@media only screen and (max-width: 639px) and (max-width: 359px) {
  #simple-popup-modal .content-right .pop-content-block .popup-content .middle-section label {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 639px) and (max-width: 1366px) {
  #simple-popup-modal .content-right .pop-content-block .popup-content .right-section h1 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 639px) and (max-width: 1023px) {
  #simple-popup-modal .content-right .pop-content-block .popup-content .right-section h1 {
    font-size: 24px;
    line-height: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 639px) and (max-width: 359px) {
  #simple-popup-modal .content-right .bottom-section {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 479px) {
  #simple-popup-modal {
    min-height: auto !important;
  }
}
@media all and (min-width: 768px), print {
  .state-select-block .pagebuilder-mobile-only {
    display: none !important;
  }
  .state-select-block .age-gate-state-group-section .pagebuilder-column-group {
    align-content: center;
  }
  .state-select-block .age-gate-state-group-section .pagebuilder-column-group {
    max-width: 768px;
    padding: 75px 36px 60px;
  }
  .state-select-block .age-gate-state-group-section .pagebuilder-column-group:last-child .agegate_State_ContentBottom {
    justify-content: center !important;
  }
  .state-select-block .age-gate-state-group-section .pagebuilder-column-group .pagebuilder-column .hide-desktop {
    display: none !important;
  }
}
@media all and (max-width: 1079px), print {
  .state-select-block .age-gate-state-group-section .pagebuilder-column-group .pagebuilder-column.store-state [data-content-type=heading] {
    margin: 0 0 0 10px;
    font-size: 32px;
    line-height: 48px;
    font-weight: 600;
    color: #343a40;
  }
}
/**
 * @copyright   Copyright (c) 2021 Kensium Solutions LLC
 * Optimized: Using variables and mixins for better maintainability
 */
body.age-gate-visible:not(.age-only-popup-closed) {
  background-color: #16181b;
}
body.age-gate-checking #simple-popup-modal {
  display: block !important;
  position: relative;
  z-index: 9999;
}
body.age-gate-checking .page-wrapper {
  display: none !important;
  visibility: hidden !important;
}
.state-select-block {
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  background: #16181b;
}
.state-select-block a {
  color: #777b7f;
  font-size: 14px;
  line-height: 28px;
  text-decoration: underline;
  font-weight: 500;
}
.state-select-block .agegate-logo img {
  width: 116px;
}
.state-select-block .age-gate-state-group-section {
  display: flex;
  position: relative;
}
.state-select-block .color-yellow {
  position: relative;
}
div[data-content-type=text] {
  word-wrap: break-word;
}
.state-select-block .color-yellow p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.state-select-block .age-gate-state-group-section .pagebuilder-column-group .pagebuilder-column-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.state-select-block .age-gate-state-group-section .pagebuilder-column-group .pagebuilder-column.store-state {
  background-color: #ffffff;
  margin-bottom: 24px;
  padding: 16px;
  position: relative;
  cursor: pointer;
  width: calc(100% / 3 - 16px) !important;
}
.state-select-block .age-gate-state-group-section .pagebuilder-column-group .pagebuilder-column.store-state.active {
  background-color: #dee61b !important;
  z-index: 10;
}
.state-select-block .agegate_State_ContentBottom {
  color: #ebebec;
}
.state-select-block .agegate_State_ContentBottom.active .age-confirm p {
  color: #dee61b;
}
.state-select-block .agegate_State_ContentBottom .age-confirm p {
  color: #ebebec;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}
.state-select-block .agegate_State_ContentBottom p {
  margin-bottom: 0;
}
.customerDobSection {
  text-align: left;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  flex-wrap: wrap;
  gap: 8px;
  position: relative;
  padding-right: 56px;
  align-items: center;
  max-width: 340px;
  margin: 0 auto 56px;
}
.dob-selection .label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  display: inline-flex;
}
.dob-selection #default_customer_dob {
  background-color: #ffffff;
  border: 1px solid #bababa;
  border-radius: 0;
  padding: 4px 9px;
  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #000;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  font-size: 14px;
  border-radius: 4px;
}
.dob-selection #default_customer_dob::placeholder {
  color: #a9a9a9;
  opacity: 1;
}
.dob-selection #default_customer_dob:focus {
  border-color: #bababa;
  outline: none;
  box-shadow: 0;
}
.dob-selection #default_customer_dob.mage-error {
  border-color: #e02b27;
}
.dob-selection #mdAgeBtn.disabled {
  background: #fff !important;
}
.dob-selection .ui-datepicker-trigger,
.dob-selection .icon {
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 0;
  display: inline-flex;
  cursor: pointer;
}
.dob-selection .ui-datepicker-trigger:before,
.dob-selection .icon:before {
  content: '';
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/dob_icon.svg') no-repeat;
  width: 21px;
  height: 23px;
  display: flex;
}
.AgeGateInputDob {
  display: none;
  flex-wrap: wrap;
  gap: 60px;
  grid-gap: 60px;
  justify-content: space-between;
  max-width: 750px;
  align-items: flex-end;
  justify-content: center;
  margin: 32px auto;
}
.AgeGateInputDob .field-InputDob {
  text-align: left;
  display: grid;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  flex-wrap: wrap;
  gap: 8px;
  grid-gap: 8px;
  position: relative;
  padding-right: 56px;
}
.AgeGateInputDob .field-InputDob .ui-datepicker-trigger,
.AgeGateInputDob .field-InputDob .icon {
  position: absolute;
  bottom: 12px;
  right: 0;
  font-size: 0;
  display: inline-flex;
  cursor: pointer;
}
@media (max-width: 480px) {
  .AgeGateInputDob .field-InputDob .ui-datepicker-trigger,
  .AgeGateInputDob .field-InputDob .icon {
    bottom: 15px;
  }
}
.AgeGateInputDob .field-InputDob .ui-datepicker-trigger:before,
.AgeGateInputDob .field-InputDob .icon:before {
  content: '';
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/dob_icon.svg') no-repeat;
  width: 21px;
  height: 23px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.AgeGateInputDob .btn {
  padding: 16px 64px;
  min-width: 240px;
  border-radius: 32px;
  height: 64px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  background: #5d6166;
  border: 2px solid #5d6166;
  margin: 0;
  color: #343A40;
}
.AgeGateInputDob .btn.active {
  background: #fff;
  border-color: #fff;
}
.AgeGateInputDob input#customer_dob {
  max-width: 300px;
  border-radius: 8px;
  background: #F9F9F9;
  height: 48px;
  padding: 10px 12px;
  width: 100%;
}
.state-select-block .agegate_State_ContentBottom [data-content-type=buttons] {
  margin: 28px 0;
}
[data-content-type=buttons] {
  max-width: 100%;
}
[data-content-type=button-item] {
  max-width: 100%;
}
.state-select-block .agegate_State_ContentBottom [data-content-type=buttons] .pagebuilder-button-primary {
  padding: 16px 64px;
  min-width: 240px;
  border-radius: 32px;
  height: 64px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  background: #5d6166;
  border: 2px solid #5d6166;
  margin: 0;
  color: #343A40;
}
.state-select-block .agegate_State_ContentBottom.active [data-content-type=buttons] .pagebuilder-button-primary {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
}
.state-select-block .agegate_State_ContentBottom p {
  margin-bottom: 0;
}
.state-select-block .agegate_State_ContentBottom .state-bottom-content {
  max-width: 320px;
  margin: 0 auto;
  font-size: 11px;
  line-height: 17px;
  font-weight: 500;
  color: #777b7f;
  margin-top: 20px;
}
.state-select-block .agegate_State_ContentBottom p {
  margin-bottom: 0;
}
#simple-popup-modal .agegate-Custom-Popup {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 75%;
  height: 75vh;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  display: none;
  z-index: 102;
  padding: 25px;
  padding-right: 0;
  overflow: hidden;
}
.customeoverlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.65);
  z-index: 100;
}
.state-select-block .age-gate-state-group-section .pagebuilder-column-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.state-select-block .age-gate-state-group-section .pagebuilder-column-group .pagebuilder-column.store-state input.ada_tabbing {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  height: 40px;
  border: 0;
  background: 0 0;
  color: #16181b;
}
.state-select-block .agegate_State_ContentBottom .popup-logo {
  display: none;
}
span#pcPrivacypolicy,
span#pcTermsofService {
  text-decoration: underline;
  cursor: pointer;
}
.state-select-block .age-gate-state-group-section .pagebuilder-column-group:last-child {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.state-select-block .age-gate-state-group-section.active .color-yellow:after {
  content: '';
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
}
.state-select-block .age-gate-state-group-section.active .pagebuilder-column.store-state {
  background-color: rgba(255, 255, 255, 0.35) !important;
}
body.age-gate-checking .page-wrapper {
  display: none !important;
  visibility: hidden !important;
}
@media (min-width: 1025px) {
  .state-select-block .age-gate-state-group-section .pagebuilder-column-group .pagebuilder-column.store-state {
    width: calc(100% / 6 - 16px) !important;
    border-radius: 28px;
  }
  .state-select-block .age-gate-state-group-section .pagebuilder-column-group {
    max-width: 100%;
    padding: 60px 36px 36px;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .state-select-block .age-gate-state-group-section .pagebuilder-column-group .pagebuilder-column.store-state {
    width: calc(100% / 3 - 16px) !important;
    margin-bottom: 24px;
    border-radius: 32px;
  }
  .state-select-block .age-gate-state-group-section .pagebuilder-column-group {
    max-width: 768px;
    padding: 75px 36px 60px;
  }
}
@media (max-width: 1024px) {
  .state-select-block .age-gate-state-group-section .pagebuilder-column-group .pagebuilder-column.store-state {
    border-radius: 34px;
    width: calc(100% / 2 - 14px) !important;
    max-width: calc(100% / 2 - 14px);
    flex-basis: calc(100% / 2 - 14px);
    margin-bottom: 24px;
    align-items: center;
    justify-content: center !important;
    padding: 8px;
  }
}
@media (max-width: 567px) {
  .state-select-block .age-gate-state-group-section .pagebuilder-column-group .pagebuilder-column.store-state {
    flex-direction: row !important;
    width: calc(100% / 2 - 8px) !important;
    max-width: calc(100% / 2 - 8px);
    flex-basis: calc(100% / 2 - 8px);
    margin-bottom: 16px;
    padding: 8px;
  }
}
/**
 * @copyright   Copyright (c) 2021 Kensium Solutions LLC
 */
[data-content-type=row][data-appearance=full-width] {
  width: 100%;
}
.age-gate-main-popup {
  height: 100%;
  justify-content: center !important;
}
.age-gate-main-popup .popup-content {
  padding: 5%;
  justify-content: space-evenly !important;
  height: 100%;
}
@media (min-width: 641px) {
  .age-gate-main-popup .full-viewport-height {
    height: 100vh;
  }
  .age-gate-main-popup .half-height-mobile {
    flex-basis: initial;
  }
  .age-gate-main-popup .age-gate-popup-logo {
    /*width: 50%;*/
    width: auto;
    display: flex;
    margin: 30% auto;
  }
}
@media (max-width: 640px) {
  .age-gate-main-popup .half-height-mobile {
    height: 50vh !important;
    flex-basis: 100% !important;
  }
  .age-gate-main-popup .full-viewport-height {
    flex-basis: 100% !important;
    height: 100vh;
  }
  .age-gate-main-popup .age-gate-popup-logo {
    width: auto;
    display: flex;
    margin: 5% auto;
  }
}
@media (max-width: 480px) {
  .age-gate-main-popup.mdAgeGateMainPopup .pagebuilder-column-popup .pagebuilder-column-line .full-viewport-height:first-of-type {
    display: none!important;
  }
}
@media (max-width: 640px) {
  .MdStoreMainPopup .half-height-mobile:first-of-type {
    height: 35vh !important;
    background-position: top center!important;
  }
  .MdStoreMainPopup .half-height-mobile:nth-child(2) {
    min-height: 600px;
  }
}
body .page-wrapper:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 2900;
  display: block;
}
body .page-wrapper.rmzindex:before {
  z-index: inherit!important;
  display: none;
}
.header-locator-dropdown-right ul li.icon-cashless .store_info_icon {
  text-decoration: none;
}
.header-locator-dropdown-right ul li.icon-card a {
  text-decoration: underline;
}
.bottom-content-section {
  margin: 30px  0 0;
}
.bottom-content-section a {
  color: #fff;
  text-decoration: underline;
  font-size: 15px;
  line-height: 23px;
}
.bottom-content-section a:hover {
  text-decoration: none;
}
.middle-section .mage-error {
  margin-bottom: 7px;
  background: #fae5e5;
  padding: 5px 10px;
  text-align: left;
}
.middle-section .homepopup-label-input {
  min-width: 245px;
  margin: 0px auto;
}
.middle-section .homepopup-label-input h2 {
  line-height: 24px;
}
.middle-section #enterSwitchNonMD {
  max-width: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 36px auto 0;
  height: 64px;
  border-radius: 32px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #343A40;
  cursor: pointer;
  font-weight: 700;
}
.middle-section #enterSwitchNonMD.disabled {
  background: #5d6166;
  border-color: #5d6166;
  color: #343A40;
  pointer-events: none;
  opacity: 0.5;
}
.middle-section #enterSwitchNonMD.MdStore {
  background: #5d6166;
  border-color: #5d6166;
}
.middle-section #enterSwitch {
  max-width: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 36px auto 0;
  height: 64px;
  border-radius: 32px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #343A40;
  cursor: pointer;
  font-weight: 700;
}
.middle-section #enterSwitch.disabled {
  background: #5d6166;
  border-color: #5d6166;
  color: #343A40;
  pointer-events: none;
  opacity: 0.5;
}
.middle-section #enterSwitch.MdStore {
  background: #5d6166;
  border-color: #5d6166;
}
.middle-section #mdAgeBtn {
  max-width: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 36px auto 0;
  height: 64px;
  border-radius: 32px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #343A40;
  cursor: pointer;
  font-weight: 700;
}
.middle-section #mdAgeBtn.disabled {
  background: #5d6166;
  border-color: #5d6166;
  color: #343A40;
  pointer-events: none;
  opacity: 0.5;
}
.modal-popup .modal-header {
  position: relative;
}
.modal-popup.homepagepopup-modal {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.modal-popup.homepagepopup-modal .modal-inner-wrap {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  width: 100%;
}
.modal-popup.homepagepopup-modal .modal-header {
  padding: 0px;
}
.modal-popup.homepagepopup-modal .modal-header .action-close {
  display: none;
}
.modal-popup.homepagepopup-modal .modal-header .action-close:before {
  content: '';
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/close-btn-white.svg') no-repeat;
}
.modal-popup .modal-header .action-close {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
}
.modal-popup .modal-header .action-close:before {
  content: '';
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/close-btn.svg') no-repeat;
  width: 30px;
  height: 30px;
}
.modal-popup._inner-scroll .modal-content {
  padding: 0px;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  /*margin: 5vh auto;
                max-height: 90vh;*/
  margin: 0vh auto;
  max-height: 100vh;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#simple-popup-modal {
  display: flex;
  align-items: center;
}
#simple-popup-modal .content-left {
  display: table-cell;
  vertical-align: top;
}
#simple-popup-modal .content-left .homepage-popup-img img {
  display: block;
}
#simple-popup-modal .content-right h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  height: 48px;
  margin-bottom: 50px;
}
@media (max-width: 1366px) {
  #simple-popup-modal .content-right h1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  #simple-popup-modal .content-right h1 {
    font-size: 24px;
    line-height: 24px;
    height: 24px;
  }
}
#simple-popup-modal .content-right p {
  color: #fff;
  font-weight: 400;
}
#simple-popup-modal .content-right .middle-section p {
  margin-bottom: 25px;
}
#simple-popup-modal .content-right .middle-section .storenamepopup {
  display: flex;
}
#simple-popup-modal .content-right .middle-section .storenamepopup .medicalstorepopup {
  order: 2;
}
#simple-popup-modal .content-right .middle-section .storenamepopup .adultstorepopup {
  order: 1;
}
#simple-popup-modal .content-right .middle-section .spanclass.storelist {
  float: none;
  display: inline-block !important;
  width: 188px;
  padding: 12px 0px;
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  border-radius: 0;
}
#simple-popup-modal .content-right .middle-section .spanclass.storelist.medicalstorepopup {
  margin-left: 24px;
}
#simple-popup-modal .content-right .middle-section .spanclass.storelist.good {
  border-color: rgba(255, 255, 255, 0.3) !important;
  background: rgba(255, 255, 255, 0.3);
}
#simple-popup-modal .content-right .middle-section .form-control {
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  height: 50px;
  border-radius: 0px;
  margin-bottom: 24px;
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  justify-content: center;
  text-align-last: center;
  width: 404px;
  font-weight: 400;
}
#simple-popup-modal .content-right .middle-section .form-control.selected,
#simple-popup-modal .content-right .middle-section .form-control:focus {
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: none;
  background: rgba(255, 255, 255, 0.3);
}
#simple-popup-modal .content-right .middle-section .form-control option {
  color: #000;
}
#simple-popup-modal .content-right .middle-section label {
  display: block;
  margin: 20px 0px;
  position: relative;
  /*padding-left: 84px;*/
  text-align: center;
  font-size: 15px;
  line-height: 23px;
}
#simple-popup-modal .content-right .middle-section input#terms {
  margin: 0px;
  margin-right: 34px;
  top: 0;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  display: none;
}
#simple-popup-modal .content-right .middle-section input#terms:checked ~ .checkmark:after {
  display: block;
}
#simple-popup-modal .content-right .middle-section .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  border: 1px solid #fff;
  height: 50px;
  width: 50px;
}
#simple-popup-modal .content-right .middle-section .checkmark:after {
  left: 12px;
  top: 17px;
  content: "";
  position: absolute;
  display: none;
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/checkbox-tick-white.svg');
}
#simple-popup-modal .content-right .middle-section input[type="button"] {
  /*color: @button-small__background;*/
  height: 64px;
  background: #fff;
  width: 100%;
  border: 0px;
  font-weight: 600;
  border-radius: 32px;
  color: #000;
  width: 340px;
}
#simple-popup-modal .content-right .middle-section input[type="button"]:hover {
  opacity: 0.85;
}
#simple-popup-modal .content-right .bottom-section {
  /*width: 320px;*/
}
#simple-popup-modal .content-right .bottom-section a {
  color: #fff;
  text-decoration: underline;
}
#simple-popup-modal .content-right .bottom-section a:hover {
  text-decoration: none;
}
.customeoverlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.65);
  z-index: 100;
}
#simple-popup-modal .agegate-Custom-Popup {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 75%;
  height: 75vh;
  transform: translate(-50%, -50%);
  background-color: #fff;
  display: none;
  z-index: 102;
  padding: 25px;
  padding-right: 0px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  #simple-popup-modal .agegate-Custom-Popup {
    padding: 16px;
    padding-right: 0px;
  }
}
@media (max-width: 1024px) {
  #simple-popup-modal .agegate-Custom-Popup {
    height: 65vh;
  }
}
@media (max-width: 480px) {
  #simple-popup-modal .agegate-Custom-Popup {
    width: 72%;
  }
}
#simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent {
  overflow-y: scroll;
  height: 100%;
  color: #000;
  padding-right: 25px;
}
@media (max-width: 1023px) {
  #simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent {
    padding-right: 16px;
  }
}
#simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent .close {
  position: absolute;
  top: 31px;
  right: 30px;
  font-size: 0;
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/close.svg') no-repeat;
  background-color: #fff;
  background-size: 100%;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  #simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent .close {
    top: 24px;
    right: 16px;
    width: 16px;
    height: 16px;
  }
}
#simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent .custompopup-content h1 {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 35px;
}
@media (max-width: 1023px) {
  #simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent .custompopup-content h1 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
@media (max-width: 520px) {
  #simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent .custompopup-content h1 {
    padding-right: 20px;
  }
}
#simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent .custompopup-content h3 {
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 1023px) {
  #simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent .custompopup-content h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
#simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent .custompopup-content h4 {
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  #simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent .custompopup-content h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
#simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent .custompopup-content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
#simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent .custompopup-content ul li {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 5px;
}
@media (max-width: 1023px) {
  #simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent .custompopup-content ul li {
    font-size: 15px;
    line-height: 19px;
  }
}
#simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent .custompopup-content p {
  color: #000 !important;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  #simple-popup-modal .agegate-Custom-Popup .agegate-customePopupcontent .custompopup-content p {
    font-size: 15px;
    line-height: 19px;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1279px) {
  .modal-popup .modal-inner-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .full-page-height {
    height: 100vh;
  }
  #simple-popup-modal {
    min-height: auto !important;
  }
  #simple-popup-modal .content-right {
    vertical-align: middle !important;
    /* .bottom-section {
                    bottom:25px;
                 }*/
  }
}
@media only screen and (min-width: 640px) and (max-width: 1079px) {
  .full-viewport-height {
    justify-content: center !important;
    height: 100vh;
  }
  .modal-popup.homepagepopup-modal .pagebuilder-overlay.pagebuilder-poster-overlay {
    min-height: 45vh !important;
    max-height: 45vh !important;
  }
  .modal-popup.homepagepopup-modal .modal-inner-wrap,
  .modal-popup.homepagepopup-modal .modal-inner-wrap {
    box-shadow: none !important;
  }
  #simple-popup-modal {
    /*min-height:700px;*/
    padding: 0px;
    /*background-color: #fff;*/
    position: relative;
    flex-direction: column;
  }
  #simple-popup-modal .content-left {
    /* display: none;*/
    display: block;
    width: 100%;
  }
  #simple-popup-modal .content-left h2.h2-color-red {
    color: #FE001E;
    font-family: 'neue-haas-grotesk-display';
    font-weight: 400;
    margin: 0;
    font-size: 64px;
    left: 0!important;
    top: inherit!important;
    right: 0;
    text-align: center;
  }
  #simple-popup-modal .content-right {
    padding: 30px;
    display: block;
    width: 100%;
    position: relative;
  }
  #simple-popup-modal .content-right .pop-content-block {
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
  }
  #simple-popup-modal .content-right .popup-content .middle-section p {
    line-height: 24px;
  }
  #simple-popup-modal .content-right .popup-content .middle-section .spanclass.storelist {
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #3C3C3C;
    color: #3C3C3C;
    border-radius: 4px;
    padding: 14px 5px;
  }
  #simple-popup-modal .content-right .popup-content .middle-section .form-control {
    font-size: 16px;
    line-height: 20px;
    width: 100% !important;
    border: 1px solid #3C3C3C;
    border-radius: 4px;
    color: #3C3C3C;
    text-align: center;
    text-indent: 130px hanging;
  }
  #simple-popup-modal .content-right .popup-content .middle-section label {
    font-size: 15px;
    line-height: 23px;
  }
  #simple-popup-modal .content-right .popup-content .middle-section .checkmark {
    top: -5px !important;
    border: 1px solid #3C3C3C;
    border-radius: 4px;
  }
  #simple-popup-modal .content-right .popup-content .middle-section .checkmark:after {
    width: 24px;
    height: 14px;
    background-size: 100% 100%;
    top: 18px !important;
  }
  #simple-popup-modal .content-right .popup-content .middle-section input[type="button"] {
    border-radius: 30px;
    height: 60px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
  }
  #simple-popup-modal .content-right .popup-content .middle-section .bottom-section p {
    font-size: 12px;
    line-height: 18px;
    margin: 0px;
    color: #a9a9a9;
  }
  #simple-popup-modal .content-right .popup-content .middle-section .bottom-section p a {
    color: #a9a9a9;
  }
  #simple-popup-modal .content-right .bottom-section {
    color: #a9a9a9;
    text-align: center;
    width: 380px;
  }
  #simple-popup-modal .content-right .bottom-section p {
    font-size: 12px;
    line-height: 18px;
    margin: 0px;
    color: #a9a9a9;
  }
  #simple-popup-modal .content-right .bottom-section p a {
    color: #a9a9a9;
  }
  #simple-popup-modal .content-right .right-section h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    height: 48px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1079px) and (max-width: 1366px) {
  #simple-popup-modal .content-right .right-section h1 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1079px) and (max-width: 1023px) {
  #simple-popup-modal .content-right .right-section h1 {
    font-size: 24px;
    line-height: 24px;
    height: 24px;
  }
}
@media screen and (orientation: landscape) and (max-width: 640px) {
  .pagebuilder-mobile-hidden {
    display: none;
  }
}
@media screen and (orientation: landscape) and (max-width: 991px) {
  #simple-popup-modal .content-right {
    position: relative;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px) {
  body._has-modal {
    overflow-y: hidden!important;
  }
  body._has-modal #simple-popup-modal .content-right {
    align-items: center;
    justify-content: center;
    position: relative;
  }
  body._has-modal #simple-popup-modal .content-right .pop-content-block {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (max-device-width: 850px) and (orientation: landscape) {
  .age-gate-main-popup .full-viewport-height,
  .age-gate-main-popup .MdStoreMainPopup .full-viewport-height {
    height: inherit;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_age-gate-popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_cms-home-popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAqCI%2CwBAJqD%3B%3B%3B%3B%3BECwXrD%2C6BAA8B%2CyBAAyB%3BIACnD%2CwBAAA%3B%3BEAGJ%2CmBAAoB%2C8BAA8B%2C0BAA0B%2CoBAAmB%2CYAAa%2CMAAK%3BIAC7G%2CaAAA%3B%3BEAGJ%2CmBAAoB%2C8BAA8B%2C0BAA0B%2CoBAAoB%3BIAC5F%2CyBAAA%3B%3BEAGJ%2CmBAAoB%2C8BAA8B%2C0BAA0B%2CoBAAmB%2CYAAa%2C0BAA0B%3BIAClI%2CWAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CmBAAoB%2C8BAA8B%3BIAC9C%2CsBAAA%3B%3B%3BADlYJ%2CwBAJqD%3B%3B%3B%3BEEm4BrD%3BIAEI%2CmBAAA%3BIACA%2CuBAAA%3B%3BEAEJ%3BIACI%2CaAAA%3BIACA%2CYAAA%3BIACA%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CkCAAA%3B%3BEAEJ%2CmBAAmB%2CYAAa%3BIAC5B%2CuBAAA%3B%3BEAEJ%2CYAAY%2CoBACT%3BEADH%2CYAAY%2CoBACU%3BIACf%2C2BAAA%3B%3BEAIP%2CsBACI%3BEADJ%2CsBAEI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGR%3BIACI%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CiCAAA%3B%3BEAPJ%2CmBAUI%3B%3BIAEI%2CyBAAA%3BIACA%2CWAAA%3B%3BEAEI%2CmBALR%2CcAII%2CiBACK%3BIACG%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEArBhB%2CmBAUI%2CcAcI%2C2BAA0B%2C0BAA2B%3BEAxB7D%2CmBAUI%2CcAeI%2C6BAA4B%2C0BAA2B%3BIACnD%2C6BAAA%3B%3BEA1BZ%2CmBAUI%2CcAkBI%2CqBAAoB%3BIAChB%2CgBAAA%3BIACA%2CUAAA%3B%3BEA9BZ%2CmBAUI%2CcAsBI%2C4BACI%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CsBAAA%3B%3BEApChB%2CmBAUI%2CcA6BI%2CGAAE%3BIACE%2CcAAA%3BIACA%2CaAAa%2C2BAAb%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3B%3BEA5CZ%2CmBAgDI%3BIACI%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3B%3BEAxDR%2CmBAgDI%2CeASI%2CmBACI%3BIACI%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3B%3BEA9DhB%2CmBAgDI%2CeASI%2CmBACI%2CeAOA%3BIACI%2CkBAAA%3B%3BEAlEhB%2CmBAgDI%2CeASI%2CmBACI%2CeAOA%2CaAEI%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CmBAvBhB%2CeASI%2CmBACI%2CeAOA%2CaAEI%2CiBAIK%3BIACG%2CqBAAA%3B%3BEAGJ%2CmBA3BhB%2CeASI%2CmBACI%2CeAOA%2CaAEI%2CiBAQK%3BIACG%2CaAAA%3B%3BEA5ExB%2CmBAgDI%2CeASI%2CmBACI%2CeAOA%2CaAeI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEAnFpB%2CmBAgDI%2CeASI%2CmBACI%2CeA6BA%2CgBACI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEA3FpB%2CmBAgDI%2CeASI%2CmBACI%2CeA6BA%2CgBAMI%2CuBACI%3BIACI%2CUAAA%3B%3BEA%5C%2FFxB%2CmBAgDI%2CeASI%2CmBACI%2CeA6BA%2CgBAYI%2CWAAU%3BIACN%2CuBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEACA%2CmBA3DhB%2CeASI%2CmBACI%2CeA6BA%2CgBAYI%2CWAAU%2CUAQL%3BIACG%2CyBAAA%3BIACA%2CmBAAA%3B%3BEA7GxB%2CmBAgDI%2CeASI%2CmBACI%2CeA6BA%2CgBA0BI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2C0BAAA%3B%3BEACA%2CmBA1EhB%2CeASI%2CmBACI%2CeA6BA%2CgBA0BI%2CcASK%3BIACG%2CyBAAA%3BIACA%2CmBAAA%3B%3BEA5HxB%2CmBAgDI%2CeASI%2CmBACI%2CeA6BA%2CgBAyCI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2C0BAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAtIpB%2CmBAgDI%2CeASI%2CmBACI%2CeA6BA%2CgBAqDI%3BIACI%2CSAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CmBAjGhB%2CeASI%2CmBACI%2CeA6BA%2CgBAqDI%2CWAKK%3BIACG%2CWAAA%3BIACA%2CYAAA%3BIACA%2C0BAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAgB%2CoCAAhB%3B%3BEAtJxB%2CmBAgDI%2CeASI%2CmBACI%2CeA6BA%2CgBAmEI%2CMAAK%3BIACD%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEACA%2CmBAjHhB%2CeASI%2CmBACI%2CeA6BA%2CgBAmEI%2CMAAK%2CeAOA%3BIACG%2CUAAA%3B%3BEAlKxB%2CmBAgDI%2CeASI%2CmBACI%2CeA6BA%2CgBA%2BEI%2CgBACI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEA3KxB%2CmBAgDI%2CeASI%2CmBACI%2CeA6BA%2CgBA%2BEI%2CgBACI%2CEAMI%3BIACI%2CcAAA%3B%3BEA9K5B%2CmBAgDI%2CeASI%2CmBACI%2CeA2HA%3BIACI%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3B%3BEAxLhB%2CmBAgDI%2CeASI%2CmBACI%2CeA2HA%2CgBAKI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEA7LpB%2CmBAgDI%2CeASI%2CmBACI%2CeAsII%2CeACI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3B%3BEAtMxB%2CmBAgDI%2CeAmKI%2CoBAAoB%2CeAAe%3BIAC%5C%2FB%2CkBAAA%3B%3BEApNZ%2CmBAgDI%2CeAsKI%3BIACI%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3B%3BEAzNZ%2CmBAgDI%2CeA2KI%3BIACQ%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEA%5C%2FNhB%2CmBAgDI%2CeA2KI%2CgBASQ%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEAzOpB%2CmBAgDI%2CeA2KI%2CgBASQ%2CEAOI%3BIACI%2CcAAA%3B%3BEAOxB%2CYAAY%2CcAAe%3BIACvB%2C2BAAA%3B%3B%3BAA1GY%2CwBF1iCqC%2CuBEuiCT%3BEAG5B%2CmBA1FZ%2CeASI%2CmBACI%2CeA6BA%2CgBAyCI%3BIAQQ%2C0BAAA%3B%3B%3BAAkEA%2CwBF1mC6B%2CuBEumCH%3BEAG1B%2CmBA1JpB%2CeASI%2CmBACI%2CeAsII%2CeACI%3BIAOQ%2CmBAAA%3B%3B%3BAAOR%2CwBF%5C%2FmCiC%2CuBE0mCL%3BEAK5B%2CmBA%5C%2FJhB%2CeASI%2CmBACI%2CeAsII%2CeACI%3BIAUQ%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAAuBZ%2CwBFpoCqC%2CuBEgoCb%3BEAIxB%2CmBApLZ%2CeA2KI%3BIAMY%2C0BAAA%3B%3B%3BAFznCpB%2CwBAJsD%3BEEwpCtD%3BIACI%2C2BAAA%3B%3B%3BAFhoCJ%2CgBALsC%3BECyStC%2CmBAAoB%3BIAChB%2CwBAAA%3B%3BEAIJ%2CmBAAoB%2C8BAA8B%3BIAC9C%2CqBAAA%3B%3BEAGJ%2CmBAAoB%2C8BAA8B%3BIAC9C%2CgBAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CmBAAoB%2C8BAA8B%2C0BAAyB%2CWAAY%3BIACnF%2CkCAAA%3B%3BEAGJ%2CmBAAoB%2C8BAA8B%2C0BAA0B%2CoBAAoB%3BIAC5F%2CwBAAA%3B%3B%3BAD7SJ%2CgBAL4C%3BECmU5C%2CmBAAoB%2C8BAA8B%2C0BAA0B%2CoBAAmB%2CYAAa%3BIACxG%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3B%3B%3B%3B%3B%3BAAzYJ%2CIAAI%2CiBAAiB%2CIAAI%3BEACrB%2CyBAAA%3B%3BAAGJ%2CIAAI%2CkBAAmB%3BEACnB%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CIAAI%2CkBAAmB%3BEACnB%2CwBAAA%3BEACA%2C6BAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CmBAAoB%2CcAAc%3BEAC9B%2CYAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CaAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2CmBAAoB%3BEAChB%2CkBAAA%3B%3BAAGJ%2CGAAG%3BEACC%2CqBAAA%3B%3BAAGJ%2CmBAAoB%2CcAAc%3BEAC9B%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CmBAAoB%2C8BAA8B%2C0BAA0B%3BEACxE%2CaAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CmBAAoB%2C8BAA8B%2C0BAA0B%2CoBAAmB%3BEE4K%5C%2FF%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEF9KI%2COAAO%2CqBAAP%3B%3BAEgLJ%2CmBFlLoB%2C8BAA8B%2C0BAA0B%2CoBAAmB%2CYEkL9F%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAF%5C%2FKJ%2CmBAAoB%3BEAChB%2CcAAA%3B%3BAAGJ%2CmBAAoB%2C6BAA4B%2COAAQ%2CaAAa%3BEACjE%2CcAAA%3B%3BAAGJ%2CmBAAoB%2C6BAA6B%2CaAAa%3BEAC1D%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CmBAAoB%2C6BAA6B%3BEAC7C%2CgBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CcACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAPR%2CcAUI%3BEEvDJ%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEAEA%2CaCvDqB%2C0BCMC%2C8CFiDtB%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEFiDQ%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAEjDR%2CcF6CI%2CsBE7CH%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcFwCI%2CsBExCH%3BEACG%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CcFkCI%2CsBElCH%3BEACG%2CqBAAA%3B%3BAFuBJ%2CcAiBI%2CUAAS%3BEACL%2CgBAAA%3B%3BAAlBR%2CcAsBI%3BAAtBJ%2CcAuBI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CcATJ%2CuBASK%3BAAAD%2CcARJ%2CMAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CmCAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAMZ%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3B%3BAATJ%2CgBAYI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAxBR%2CgBAYI%2CgBAcI%3BAA1BR%2CgBAYI%2CgBAeI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAAMA%2CQAJyB%3BEAIzB%2CgBA3BR%2CgBAcI%3BEAaI%2CgBA3BR%2CgBAeI%3BIASQ%2CYAAA%3B%3B%3BAAGJ%2CgBA3BR%2CgBAcI%2CuBAaK%3BAAAD%2CgBA3BR%2CgBAeI%2CMAYK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CmCAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAhDhB%2CgBAqDI%3BEEqDJ%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAF5DQ%2CgBAHJ%2CKAGK%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA1DZ%2CgBA8DI%2CMAAK%3BEACD%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAKR%2CmBAAoB%2C6BAA6B%3BEAC7C%2CcAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%2CmBAAoB%2C6BAA6B%2C4BAA4B%3BEEqB7E%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAF3BA%2CmBAAoB%2C6BAA4B%2COAAQ%2C4BAA4B%3BEETpF%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAFUA%2CmBAAoB%2C6BAA6B%3BEAC7C%2CgBAAA%3B%3BAAGJ%2CmBAAoB%2C6BAA6B%3BEAC7C%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CmBAAoB%2C6BAA6B%3BEAC7C%2CgBAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CeAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2C%2BBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CmBAAoB%2C8BAA8B%3BEAC9C%2CaAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CmBAAoB%2C8BAA8B%2C0BAA0B%2CoBAAmB%2CYAAa%2CMAAK%3BEAC7G%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAIJ%2CmBAAoB%2C6BAA6B%3BEAC7C%2CaAAA%3B%3BAAGJ%2CIAAI%3BAACJ%2CIAAI%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CmBAAoB%2C8BAA8B%2C0BAAyB%3BEACvE%2CeAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAQY%2CmBAHZ%2C8BACK%2COACG%2CcACK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2C%2BBAAA%3BEACA%2CkBAAA%3B%3BAAVZ%2CmBADJ%2C8BACK%2COAcG%2CoBAAmB%3BEACf%2C2CAAA%3B%3BAAMhB%2CIAAI%2CkBAAmB%3BEACnB%2CwBAAA%3BEACA%2C6BAAA%3B%3BAAmGR%2CQAb2B%3BEACvB%2CmBAAoB%2C8BAA8B%2C0BAA0B%2CoBAAmB%3BIAC3F%2COAAO%2CqBAAP%3BIACA%2CmBAAA%3B%3BEAGJ%2CmBAAoB%2C8BAA8B%3BIAC9C%2CeAAA%3BIACA%2CuBAAA%3BIACA%2CWAAA%3B%3B%3BAAiBR%2CQAb2B%3BEACvB%2CmBAAoB%2C8BAA8B%2C0BAA0B%2CoBAAmB%3BIAC3F%2COAAO%2CqBAAP%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CmBAAoB%2C8BAA8B%3BIAC9C%2CgBAAA%3BIACA%2CuBAAA%3B%3B%3BAAiBR%2CQAb2B%3BEACvB%2CmBAAoB%2C8BAA8B%2C0BAA0B%2CoBAAmB%3BIAC3F%2CmBAAA%3BIACA%2COAAO%2CqBAAP%3BIACA%2CWAAW%2CqBAAX%3BIACA%2CYAAY%2CqBAAZ%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CkCAAA%3BIACA%2CYAAA%3B%3B%3BAAcR%2CQAV0B%3BEACtB%2CmBAAoB%2C8BAA8B%2C0BAA0B%2CoBAAmB%3BIAC3F%2C8BAAA%3BIACA%2COAAO%2CoBAAP%3BIACA%2CWAAW%2CoBAAX%3BIACA%2CYAAY%2CoBAAZ%3BIACA%2CmBAAA%3BIACA%2CYAAA%3B%3B%3B%3B%3B%3BACheR%2CuBAAuB%3BEACnB%2CWAAA%3B%3BAAEJ%3BEACI%2CYAAA%3BEACA%2CkCAAA%3B%3BAAFJ%2CoBAGI%3BEACI%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CYAAA%3B%3BAAgBJ%2CQAdwB%3BEAcxB%2CoBAbI%3BIACI%2CaAAA%3B%3BEAYR%2CoBAVI%3BIACI%2CmBAAA%3B%3BEASR%2CoBAPI%3B%3BIAEI%2CWAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3B%3B%3BAAqBZ%2CQAlB4B%3BEAkB5B%2CoBAjBQ%3BIACI%2CuBAAA%3BIACA%2C2BAAA%3B%3BEAeZ%2CoBAbQ%3BIACI%2C2BAAA%3BIACA%2CaAAA%3B%3BEAWZ%2CoBATQ%3BIACI%2CWAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3B%3B%3BAAgBQ%2CQAH4B%3BEAG5B%2CoBAPX%2CmBACG%2C0BACI%2CyBACI%2CsBAAqB%3BIAET%2CuBAAA%3B%3B%3BAAmB5B%2CQAXwB%3BEACxB%2CiBACI%2CoBAAmB%3BIACf%2CuBAAA%3BIACA%2CyCAAA%3B%3BEAHR%2CiBAKI%2CoBAAmB%2CUAAU%3BIACzB%2CiBAAA%3B%3B%3BAAKJ%2CIADC%2CcACA%3BEACG%2CSAAQ%2CEAAR%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CIAdC%2CcAcA%2CSAAS%3BEACN%2C0BAAA%3BEACA%2CaAAA%3B%3BAAIJ%2C8BAD2B%2CGAAG%2CGAC7B%2CcACG%3BEACI%2CqBAAA%3B%3BAAGR%2C8BAN2B%2CGAAG%2CGAM7B%2CUACG%3BEACI%2C0BAAA%3B%3BAAKZ%3BEACI%2CiBAAA%3B%3BAADJ%2CuBAEI%3BEACI%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAACA%2CuBALJ%2CEAKK%3BEACG%2CqBAAA%3B%3BAAKZ%2CeACI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAALR%2CeAOI%3BEACQ%2CgBAAA%3BEACA%2CgBAAA%3B%3BAATZ%2CeAOI%2CuBAGQ%3BEACI%2CiBAAA%3B%3BAAXhB%2CeAcI%3BECuEJ%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEDlFQ%2CgBAAA%3B%3BACoFR%2CeDtFI%2CkBCsFH%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3B%3BADxFI%2CeAHJ%2CkBAGK%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAnBZ%2CeAsBI%3BEC%2BDJ%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BED1EQ%2CgBAAA%3B%3BAC4ER%2CeD9EI%2CaC8EH%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3B%3BADhFI%2CeAHJ%2CaAGK%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3B%3BAA3BZ%2CeA8BI%3BECuDJ%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEDlEQ%2CgBAAA%3B%3BACoER%2CeDtEI%2CUCsEH%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3B%3BADrEJ%2CYACI%3BEACI%2CkBAAA%3B%3BAAKJ%2CYAAC%3BEACM%2CwBAAA%3BEACX%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAALI%2CYAAC%2CoBAML%3BEACO%2CwBAAA%3BEACP%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACI%2CWAAA%3B%3BAAZA%2CYAAC%2CoBAcG%3BEACI%2CYAAA%3B%3BAAfR%2CYAAC%2CoBAcG%2CcAGI%3BEACI%2CaAAA%3B%3BAAEA%2CYApBX%2CoBAcG%2CcAGI%2CcAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2C0CAAhB%3B%3BAAvBpB%2CYA6BI%2CcACI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAEA%2CYAPR%2CcACI%2CcAMK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CoCAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAKZ%2CYAAC%2CcACG%3BEACI%2CYAAA%3B%3BAAFR%2CYAAC%2CcAKG%3B%3B%3BEAGI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAMZ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CmBAII%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAANR%2CmBAII%2CcAII%2CoBACI%3BEACI%2CcAAA%3B%3BAAVhB%2CmBAgBI%2CeAEI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CQAH0B%3BEAG1B%2CmBAXR%2CeAEI%3BIAOQ%2CmBAAA%3B%3B%3BAAOR%2CQAL4B%3BEAK5B%2CmBAhBJ%2CeAEI%3BIAUQ%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAA9BhB%2CmBAgBI%2CeAmBI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAArCZ%2CmBAgBI%2CeAwBI%2CgBACI%3BEACI%2CmBAAA%3B%3BAA1ChB%2CmBAgBI%2CeAwBI%2CgBAKI%3BEACI%2CaAAA%3B%3BAA9ChB%2CmBAgBI%2CeAwBI%2CgBAKI%2CgBAGI%3BEACI%2CQAAA%3B%3BAAjDpB%2CmBAgBI%2CeAwBI%2CgBAKI%2CgBAOI%3BEACI%2CQAAA%3B%3BAArDpB%2CmBAgBI%2CeAwBI%2CgBAiBI%2CWAAU%3BEACN%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAACA%2CmBApDZ%2CeAwBI%2CgBAiBI%2CWAAU%2CUAWL%3BEACG%2CiBAAA%3B%3BAAGJ%2CmBAxDZ%2CeAwBI%2CgBAiBI%2CWAAU%2CUAeL%3BEACG%2CsCAAA%3BEACA%2CoCAAA%3B%3BAA1EpB%2CmBAgBI%2CeAwBI%2CgBAuCI%3BEACI%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAACA%2CmBA7EZ%2CeAwBI%2CgBAuCI%2CcAcK%3BAACD%2CmBA9EZ%2CeAwBI%2CgBAuCI%2CcAeK%3BEACG%2C0CAAA%3BEACA%2CgBAAA%3BEACA%2CoCAAA%3B%3BAAjGpB%2CmBAgBI%2CeAwBI%2CgBAuCI%2CcAoBI%3BEACI%2CWAAA%3B%3BAApGpB%2CmBAgBI%2CeAwBI%2CgBAiEI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BEAEA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAhHhB%2CmBAgBI%2CeAwBI%2CgBA2EI%2CMAAK%3BEACD%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3B%3BAAEA%2CmBA7GZ%2CeAwBI%2CgBA2EI%2CMAAK%2CMAUA%2CQAAS%2CaAAU%3BEAChB%2CcAAA%3B%3BAA9HpB%2CmBAgBI%2CeAwBI%2CgBA0FI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAEA%2CmBA3HZ%2CeAwBI%2CgBA0FI%2CWASK%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAgB%2CoCAAhB%3B%3BAAjJpB%2CmBAgBI%2CeAwBI%2CgBA8GI%2CMAAK%3B%3BEAED%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CmBAhJZ%2CeAwBI%2CgBA8GI%2CMAAK%2CeAUA%3BEACG%2CaAAA%3B%3BAAjKpB%2CmBAgBI%2CeAsJI%3B%3B%3BAAtKR%2CmBAgBI%2CeAsJI%2CgBAGI%3BEACI%2CWAAA%3BEACA%2C0BAAA%3B%3BAAEA%2CmBA7JZ%2CeAsJI%2CgBAGI%2CEAIK%3BEACG%2CqBAAA%3B%3BAAQpB%3BEACI%2CeAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2C%2BBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CmBACI%3BEACI%2CeAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAKA%2CQAJwB%3BEAIxB%2CmBAjBJ%3BIAcQ%2CaAAA%3BIACA%2CkBAAA%3B%3B%3BAAKJ%2CQAHwB%3BEAGxB%2CmBApBJ%3BIAkBQ%2CYAAA%3B%3B%3BAAKR%2CQAH2B%3BEAG3B%2CmBAvBA%3BIAqBQ%2CUAAA%3B%3B%3BAAtBZ%2CmBACI%2CsBAuBA%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAKA%2CQAJwB%3BEAIxB%2CmBAhCJ%2CsBAuBA%3BIAMQ%2CmBAAA%3B%3B%3BAA9BZ%2CmBACI%2CsBAuBA%2C6BASI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CgCAAhB%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAOJ%2CQAN4B%3BEAM5B%2CmBAjDJ%2CsBAuBA%2C6BASI%3BIAYQ%2CSAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAhDhB%2CmBACI%2CsBAuBA%2C6BA2BQ%2CqBACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAMA%2CQALwB%3BEAKxB%2CmBA5DhB%2CsBAuBA%2C6BA2BQ%2CqBACI%3BIAKQ%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3B%3BAAKR%2CQAH2B%3BEAG3B%2CmBA%5C%2FDZ%2CsBAuBA%2C6BA2BQ%2CqBACI%3BIAUQ%2CmBAAA%3B%3B%3BAA9DxB%2CmBACI%2CsBAuBA%2C6BA2BQ%2CqBAcI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAKJ%2CQAJ4B%3BEAI5B%2CmBAvEZ%2CsBAuBA%2C6BA2BQ%2CqBAcI%3BIAIQ%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAtExB%2CmBACI%2CsBAuBA%2C6BA2BQ%2CqBAsBI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAKJ%2CQAJ4B%3BEAI5B%2CmBA%5C%2FEZ%2CsBAuBA%2C6BA2BQ%2CqBAsBI%3BIAIQ%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAA9ExB%2CmBACI%2CsBAuBA%2C6BA2BQ%2CqBA8BI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAnFpB%2CmBACI%2CsBAuBA%2C6BA2BQ%2CqBA8BI%2CGAGI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CQAJ4B%3BEAI5B%2CmBA5FhB%2CsBAuBA%2C6BA2BQ%2CqBA8BI%2CGAGI%3BIAMQ%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAA3F5B%2CmBACI%2CsBAuBA%2C6BA2BQ%2CqBA4CI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAKJ%2CQAJ4B%3BEAI5B%2CmBAtGZ%2CsBAuBA%2C6BA2BQ%2CqBA4CI%3BIAKQ%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAiC5B%2CwBAtBmD%2CwBAAmC%3BEAC9E%2CYAAa%3BIACT%2CWAAA%3BIACA%2CcAAA%3B%3BEAEJ%3BIACI%2CaAAA%3B%3BEAEJ%3BIACI%2C2BAAA%3B%3BEADJ%2CmBAGI%3BIACI%2CiCAAA%3B%3B%3B%3B%3B%3BAAoYhB%2CwBA%5C%2FJmD%2CuBAAkC%3BEAC7E%3BIACI%2CkCAAA%3BIACA%2CaAAA%3B%3BEAII%2CYAFI%2CoBACR%2CqBACK%3BIACG%2C2BAAA%3BIACA%2C2BAAA%3B%3BEAJZ%2CYAAY%2CoBAOR%3BEAPJ%2CYAAY%2CoBAOW%3BIACf%2C2BAAA%3B%3BEAGR%3B%3BIAEK%2CYAAA%3B%3BIAED%2CkBAAA%3BIACA%2CsBAAA%3B%3BEALJ%2CmBAOI%3B%3BIAEI%2CcAAA%3BIACA%2CWAAA%3B%3BEAVR%2CmBAOI%2CcAII%2CGAAE%3BIACE%2CcAAA%3BIACA%2CaAAa%2C2BAAb%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3BIACA%2CQAAA%3BIACA%2CkBAAA%3B%3BEApBZ%2CmBAwBI%3BIACI%2CaAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEA5BR%2CmBAwBI%2CeAMI%3BIACI%2CeAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3B%3BEAlCZ%2CmBAwBI%2CeAaA%2CeAEI%2CgBACI%3BIACI%2CiBAAA%3B%3BEAzChB%2CmBAwBI%2CeAaA%2CeAEI%2CgBAKI%2CWAAU%3BIACN%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAlDhB%2CmBAwBI%2CeAaA%2CeAEI%2CgBAcI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2C0BAAA%3B%3BEA7DhB%2CmBAwBI%2CeAaA%2CeAEI%2CgBAyBI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEAlEhB%2CmBAwBI%2CeAaA%2CeAEI%2CgBA8BI%3BIACI%2CSAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CmBAlDZ%2CeAaA%2CeAEI%2CgBA8BI%2CWAKK%3BIACG%2CWAAA%3BIACA%2CYAAA%3BIACA%2C0BAAA%3BIACA%2CoBAAA%3B%3BEA9EpB%2CmBAwBI%2CeAaA%2CeAEI%2CgBA2CI%2CMAAK%3BIACD%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAvFhB%2CmBAwBI%2CeAaA%2CeAEI%2CgBAmDI%2CgBACI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEA%5C%2FFpB%2CmBAwBI%2CeAaA%2CeAEI%2CgBAmDI%2CgBACI%2CEAMI%3BIACI%2CcAAA%3B%3BEAlGxB%2CmBAwBI%2CeAiFI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3B%3BEA5GZ%2CmBAwBI%2CeAiFI%2CgBAII%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAjHhB%2CmBAwBI%2CeAiFI%2CgBAII%2CEAMI%3BIACI%2CcAAA%3B%3BEApHpB%2CmBAwBI%2CeAgGI%2CeACI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3B%3B%3BAAIA%2CwBAlJ2B%2CuBAAkC%2CwBA%2BInC%3BEAG1B%2CmBA1GZ%2CeAgGI%2CeACI%3BIAOQ%2CmBAAA%3B%3B%3BAAOR%2CwBAvJ%2BB%2CuBAAkC%2CwBAkJrC%3BEAK5B%2CmBA%5C%2FGR%2CeAgGI%2CeACI%3BIAUQ%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAAmTxB%2CmBANuC%2C6BACT%3BEAC1B%3BIACI%2CaAAA%3B%3B%3BAAUR%2CmBAbuC%2C6BAMd%3BEACrB%2CmBAAoB%3BIAChB%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3B%3BAAwBZ%2CmBAlC2C%2C6BAab%3BEACtB%2CIAAI%3BIACA%2C4BAAA%3B%3BEADJ%2CIAAI%2CWAGA%2CoBACI%3BIACI%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3B%3BEAPZ%2CIAAI%2CWAGA%2CoBACI%2CeAKI%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3B%3B%3BAAcxB%2CQANgC%2C8BAA6B%3BEACzD%2CoBAAqB%3BEACrB%2CoBAAqB%2CkBAAkB%3BIACnC%2CeAAA%22%7D *//**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.clearfix:after {
    content:"";
    display:table;
    clear:both;
}

.post-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.blog-page-list .post-holder {border-bottom: 1px solid #eee}
.blog-page-list .blog-top-image {padding-bottom: 20px}

.post-holder .post-header {position:relative;}

.post-holder .post-header .post-info {padding: 0 0 20px 0;}
.post-holder .post-header .post-info .item {display: inline-block}
.post-holder .post-header .post-info .dash {display: none; /* fix for old templates */}
.post-holder .post-header .post-info .label {font-weight: 600;}
.post-holder .post-header .post-info .value {font-style: italic;}
.post-holder .post-header .post-info .item::after {display: inline-block; content: ' | ';color:#b9b9b9}
.post-holder .post-header .post-info .item:last-child::after{display: none}

.post-list {
    margin-top: 0px;
    margin-bottom: 20px;
    list-style: none;
}
.post-list-wrapper .post-list {padding-left: 0}

.post-list .post-content .post-read-more {padding-top:10px; float:right;}

.subcategory-links-wrapper ul,
.post-links-wrapper ul {list-style: none}

.post-content .post-description img {margin: 15px 0;max-width: 100%;height: auto}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: outside;}

.post-content .post-description .mfblog-contents li {display: list-item;}
.post-content .post-description .mfblog-contents li li {margin-left: 15px;}

.post-content .post-description .post-ftimg-hld {margin: 0 0 10px 0;}
.post-content .post-description .post-ftimg-hld img {width:100%; padding:0; margin:0;}

.post-content .post-description .mfblog-contents-toc {list-style: decimal;}
.post-content .post-description .mfblog-contents-toc li {margin-bottom: 1rem;}
.post-content .post-description .mfblog-contents-toc li > ol {margin-top: 1rem;}
.post-content .post-description .mfblog-contents-toc li:before {content: none;}
.post-content .post-description .mfblog-contents-toc li a {display: inline;}


/* Post Title */
.post-list .post-header .post-title-holder {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.post-list .post-header .post-title {margin: 0;padding: 10px 10px 10px 0;}
.post-list .post-header .post-title a {text-decoration: none;font-size: 22px;font-weight: 400;}
.post-list .post-holder .post-header .addthis_toolbox a {margin-bottom: 0;}

.post-list .hidden {display:none;}
.post-view .post-bottom {margin-top:30px;}

.post-view .post-nextprev-hld  {margin-bottom: 30px;}
.post-view .post-nextprev-hld .nextprev-link {font-weight: 700;}
.post-view .post-nextprev-hld .prev-link {float:left}
.post-view .post-nextprev-hld .next-link {float:right}

/* Post Gallery */
.post-view .post-gallery {margin:15px 0 15px 0}
.post-view .post-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.post-view .post-gallery .gallery-image{padding: 0; margin:0; display:block}

.post-view .block {margin-bottom: 30px;}

/* Widget Gallery */
.widget.block-categories ul {padding: 0;margin: 0;list-style: none;}
.widget.block-categories ul li {padding: 5px 0 5px 9px;margin: 0;}
.widget.block-categories ul li a {font-weight: 600;}
.widget.block-categories ul ul {margin: 0;}

/* Widget RSS */
.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}

/* Widget Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;right: 10px;top: 0;bottom: 0;z-index: 1;height: 100%;margin: 0;padding: 0;display: inline-block;background-image: none;background: none;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;text-decoration: none;text-shadow: none;font-weight: 400;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/Pharmacann/verilife-new/en_US/Magefan_Blog/images/search-icon.svg) no-repeat -10px -7px;background-size: 35px;opacity: 0.5;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}

/* Widget Tag Claud */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

/* Widget Archive */
.widget.block-archive .item {margin: 5px 0;}
.widget.block-archive .item {display: inline-block}
.widget.block-archive .item:after {content: "\\"; display:inline-block;padding-left: 5px}

/* Widget Recent */
.blog-widget-recent .post-list {padding: 0;margin: 0;}
.blog-widget-recent .post-holder {width: 31.2%;float: left;margin: 1%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 48%;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2n+1) {clear: both;}
@media (max-width: 767px) {
    .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 98%;}
}
@media (max-width: 1024px) {
    .blog-widget-recent .post-holder {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .blog-widget-recent .post-holder {
        width: 98%;
    }
}

.blog-widget-recent .post-description .post-text-hld {
    min-height: 150px;
    overflow-y: auto;
}

.blog-widget-recent-masonry .post-description .post-text-hld {
    max-height: none;
    min-height: 0;
}
.blog-widget-recent-masonry .post-description .post-ftimg-hld {
    width: 100%;
    margin: 0;
}

.mfblog-autoloader {text-align: center;}
.mfblog-autoloader .mfblog-show-onload {display: none;}


@media (max-width: 420px) {
    #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
}

.blog-category-view .category-content,
.blog-index-index .index-description,
.blog-tag-view .tag-content {padding-left: 0}

/* Posts List */
.widget.block-list-posts .block-content .item {
    padding: 8px 0 0 0;
}
.widget.block-list-posts .block-content .item .post-image {
    width: 60px;
    float: left;
    border-radius: 0;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    margin-right: 12px;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link {
    display: inline-block;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
/* END Posts List */

/* Fix Related Products */
.blog-post-view .products-grid .product-item {
    display: inline-block;
    margin-left: 2%;
    width: calc((100% - 2%)/2);
}
.blog-post-view .product-item:nth-child(2n+1) {
    margin-left: 0;
}
.blog-post-view .products-grid .product-item .product-item-info {
    width: auto;
}
@media (min-width: 640px){
    .blog-post-view .products-grid .product-item {
        display: inline-block;
        margin-left: 2%;
        width: calc((100% - 4%)/3);
    }
    .blog-post-view .products-grid .product-item:nth-child(2n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 0;
    }
}
@media (min-width: 1024px){
    .blog-post-view .products-grid .product-item {
        width: calc((100% - 8%)/5);
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(5n+1) {
        margin-left: 0;
    }
}

/* Icons */
.mf-blog-icon {width: 15px;height: 15px;display: inline-block;position: relative;top: 2px;background-size: cover;}
.mf-blog-icon.mfbi-calendar {background-image: url('../../frontend/Pharmacann/verilife-new/en_US/Magefan_Blog/images/calendar-icon.svg')}
.mf-blog-icon.mfbi-folder {background-image: url('../../frontend/Pharmacann/verilife-new/en_US/Magefan_Blog/images/folder-icon.svg')}
.mf-blog-icon.mfbi-comments {background-image: url('../../frontend/Pharmacann/verilife-new/en_US/Magefan_Blog/images/comments-icon.svg')}
.mf-blog-icon.mfbi-tags {background-image: url('../../frontend/Pharmacann/verilife-new/en_US/Magefan_Blog/images/tags-icon.svg')}
.mf-blog-icon.mfbi-user {background-image: url('../../frontend/Pharmacann/verilife-new/en_US/Magefan_Blog/images/user-icon.svg')}
.mf-blog-icon.mfbi-views {background-image: url('../../frontend/Pharmacann/verilife-new/en_US/Magefan_Blog/images/views-icon.svg')}
.mf-blog-icon.mfbi-reading-time {background-image: url('../../frontend/Pharmacann/verilife-new/en_US/Magefan_Blog/images/time-icon.svg')}
/* END Fix Related Products */


/* Post Sharing Top */
/*.post-sharing-top {padding: 10px 0 10px 0;}*/
.post-sharing-top .share-elements {display: flex;flex-wrap: wrap;align-items: center;}
.post-sharing-top .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 4px 0 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;vertical-align: middle;line-height: 16px;}
.post-sharing-top .icon-wrapper:last-child {margin-right: 0;}
.post-sharing-top .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-top .icon-wrapper.icon-twitter {background-color: rgb(0, 0, 0);}
.post-sharing-top .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-top .icon-wrapper.icon-linkedin {background-color: rgb(2, 136, 209);}
.post-sharing-top .icon-wrapper .icon {line-height: 16px;height: 16px;width: 16px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-top .icon-wrapper .icon svg {width: 16px;height: 16px;line-height: 16px;}
.post-sharing-top .icon-wrapper:hover {transform: translateY(-2px);}

/*.post-list .post-sharing-top {}*/
/*.post-view .post-sharing-top .icon-wrapper .icon svg {width: 16px;height: 16px;line-height: 16px;}*/
/*.post-list.modern {}*/
/* END Post Sharing Top */
/* All Widget Templates ************************************************************************************************
***********************************************************************************************************************/
.fav-color-green {color: #4caf50;color: #28a745;}
.fav-color-yellow {color: #f9c100;color: #ffc107;}
.fav-color-blue {color: #4db2ec;}
.fav-color-black {color: #222222;}
.fav-color-gray {color: #607d8b;color: #6c757d;}
.fav-color-red {color: #f44336;color: #dc3545;}


/* Buttons */
.btn-white {background-color: #fff !important;color: #7d7d7d !important;border: 1px solid #bbb !important;}
.btn-white:hover {background-color: #4db2ec !important;color: #fff !important; border: 1px solid #4db2ec !important;}
.btn-black {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}
.btn-black:hover {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue:hover {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}


/* Slider *************************************************************************************************************/
.post-slider .post-block .image-wrap {padding-bottom: 450px;}
/* END Slider *********************************************************************************************************/


.clearfix:after {content:"";display:table;clear:both;}

.post-holder {margin-bottom: 40px;border-radius: 0;}
/*
.fa, .fas {font-family:'FontAwesome';font-weight: 900;font-size: 48px;}
button {box-shadow: none !important;}
 */
/** {zoom: 1;}*/


/* Blog Post List *****************************************************************************************************/
.post-list {margin-top: 0px;margin-bottom: 0px;list-style: none;padding-left: 0}
.post-list .post-item.post-holder {margin: 0 0 30px 0;padding: 0;display: block;}
.post-list .post-container {display: -ms-flexbox;display: flex;}

/* Post Image ************************************/
.post-list .post-image {-ms-flex: 0 0 30%;flex: 0 0 30%;width: 30%;order: 0;}
.post-list .post-image .image-container {position: relative;}
.post-list .post-image .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.post-list .post-image .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.post-list .post-image .image-wrap img {width: 100%;height: auto;vertical-align: middle;}
/* Post Category */
.post-list .post-image .post-category {position: absolute;left: 0;bottom: 0;display: block;font-size: 0;line-height: 1;}
.post-list .post-image .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;
    /*-webkit-transition: all 0.3s;-ms-transition: all 0.3s;transition: all .3s ease;*/}
.post-list .post-image .post-category a:hover {background: #4db2ec;}

/* Post Info **************************************/
.post-list .post-info {padding: 0 0 0 25px;flex: 0 0 70%;max-width: 70%;width: 70%;order: 1}
/* Post Title */
.post-list .post-info .post-title-wrap h3 {margin: 0;}
.post-list .post-info .post-title-wrap h3 a {font-size: 20px;line-height: 25px;font-weight: 500;}
/* Post Data */
.post-list .post-info .post-data-wrap {font-size: 11px;font-family: sans-serif;}
.post-list .post-info .post-data-wrap .post-date {font-size: 11px; margin: 0;padding: 0;box-shadow: none;float: none;width: auto;}
.post-list .post-info .post-data-wrap a {font-weight: 600;}
/* Post Description */
.post-list .post-description {line-height: 21px;font-size: 13px;}
/* Post View */
.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}
.post-list .post-view:after {position: absolute;left: 0;bottom: -3px;content: '';width: 0;height: 0;border-style: solid;border-width: 3px 3px 0 0;border-color: #000 transparent transparent;}
/*.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}*/
/*.post-list .post-view:before {display: inline-block;content: "\f06e";width: 10px;height: 10px;text-align: center;margin-right: 3px;*/
/*    font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}*/
/* Read More */
/*  .post-list .post-read-more {display: none;}  */
.post-read-more a.post-read {display: inline-block;color: #fff;background-color: #4db2ec;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;}
.post-read-more a.post-read:hover {color: #fff;background: #222222;}
/*@media (max-width: 1200px) {
    .blog-index-index .post-list /*.post-read-more *//* {display: none;}
}
*/
@media (max-width: 768px) {
    .post-list .post-item.post-holder {margin-bottom: 1.5rem;}
}
@media (max-width: 767px) {
    .post-list .post-image .post-category {display: none;}
    .post-list .post-info {padding: 0 0 0 15px;}
    .post-list .post-description {display: none;}
    .post-read-more a.post-read {display: none;}
}
@media (max-width: 640px) {
    ./*post-list .post-info .post-title-wrap h3 a {font-size: 14px;font-weight: 600;line-height: 1.4;display: inline-block;*/
        /*max-height: 39px;overflow: hidden;*/}
}


/* Images Format *******************************************/
.post-image .image-wrap._16x9 {padding-bottom: 35% !important;}
.post-image .image-wrap._4x3 {padding-bottom: 67% !important;}
.post-image .image-wrap._3x2 {padding-bottom: 55% !important;}
.post-image .image-wrap._1x1 {padding-bottom: 100% !important;}
@media (max-width: 768px) {

}
/* Blog Post List *****************************************************************************************************/


/* Post View **********************************************************************************************************/
/* Page Title */
/*.blog-post-view .page-title-wrapper .page-title {font-size: 35px;line-height: 1.2;margin-bottom: 20px;}*/
/* Category */
.blog-post-view .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;}

/* Post Data */
.blog-post-view .post-data-wrap {font-size: 13px;font-family: sans-serif;margin-bottom: 30px;}
.blog-post-view .post-data-wrap a {font-weight: 600;}
.blog-post-view .post-data {color: #bbbbbb;}
/* Post View */
/* Post Comments */
/*.blog-post-view .post-comments {margin-right: 20px;}*/
/* Social */
/*.blog-post-view .post-sharing {margin-bottom: 20px;}*/
/* Image */
/*.blog-post-view .post-featured-image {font-size: 0;margin-bottom: 20px;}*/
/* Tags */
/*.blog-post-view .post-tag {margin-bottom: 20px;}
.blog-post-view .post-tag .post-tag-title {display: inline-block;padding: 7px 12px;border: 1px solid #222;background: #222; color: #fff;line-height: 1;margin-right: 10px;text-transform: uppercase;font-size: 11px;}
.blog-post-view .post-tag .post-tags a {display: inline-block;border: 1px solid #e8e8e8;color: #222;background: #fff;padding: 7px 12px;margin-right: 10px;line-height: 1;font-weight: 600;letter-spacing: 1px;font-size: 11px;text-transform: capitalize;}
.blog-post-view .post-tag .post-tags a.current,
.blog-post-view .post-tag .post-tags a:hover {text-decoration: none;opacity: .9; background: #333;color: #fff;}*/


/* Post Text */
/*.blog-post-view .post-description {margin-bottom: 0px;}
.blog-post-view .post-description p {font-size: 1.4rem;line-height: 1.7;}*/

/* Post Bottom *****************************************/
.post-view .post-bottom {margin-top:30px;}

/* Post Sharing Bottom */
.post-sharing-bottom {padding: 30px 0;margin-bottom: 20px;border-top: 1px solid #d5d6da;border-bottom: 1px solid #d5d6da;}
.post-sharing-bottom .addthis_inline_share_toolbox {text-align: center;}

/* Post Navigation */
.blog-post-view .post-nextprev  {margin-bottom: 30px;display: flex;padding: 20px 0;}
.blog-post-view .post-nextprev .nextprev-link {display: block;font-size: 20px;color: #222222;font-weight: 600;}
.blog-post-view .post-nextprev .nextprev-link:hover {text-decoration: none;}
.blog-post-view .post-nextprev .nextprev-link span {display: block;color: #bbbbbb;font-size: 14px;font-weight: normal;}

/* Block Related */
.blog-post-view .post-bottom .block.related {margin-bottom: 0;}
.mfblog-replated-posts-block.block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.mfblog-replated-posts-block.block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

.mfblog-replated-posts-block.block.related .post-list {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
    position: relative;overflow: hidden;margin-left: -10px;margin-right: -10px;}
.mfblog-replated-posts-block.block.related .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 20px !important;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;padding-left: 10px;padding-right: 10px;width: 25%; box-sizing: border-box;}

.mfblog-replated-posts-block.block.related .post-list .post-item .image-container {
    -ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.mfblog-replated-posts-block.block.related .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.mfblog-replated-posts-block.block.related .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.mfblog-replated-posts-block.block.related .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
.mfblog-replated-posts-block.block.related .post-list .block-info h3.post-title a {color: #fff;}
@media (max-width: 767px) {
    .mfblog-replated-posts-block.block.related .post-list .post-item {flex: 0 0 50%;max-width: 50%;}
}

/* Block Comments */
.block.comments .c-count {margin: 0 0 20px;padding: 0;border-bottom: 1px solid #222222;font-weight: 400;}
.block.comments .c-count strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;display: inline-block;}
/* END Post Bottom *************************************/

@media (max-width: 767px) {
    .blog-post-view .page-title-wrapper .page-title {font-size: 20px;}
    .blog-post-view .post-nextprev .nextprev-link {font-size: 14px;line-height: 1.4;}
}
/* END Post View ******************************************************************************************************/

/* Animation Zoom */
.image-wrap .animation-type-zoom {display: block;line-height: 0;overflow: hidden;position: relative;}
.image-container .animation-type-zoom {-webkit-transition: transform .3s ease,opacity .3s;transition: transform .3s ease,opacity .3s;}
.image-container:hover .animation-type-zoom {transform: scale3d(1.1,1.1,1);  -webkit-transform: scale3d(1.1,1.1,1);}

/* Block Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search  label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;border: 1px solid #bbbbbb;}
.widget.blog-search .action.search {position: absolute;top: 0;right: 0px;bottom: 0;height: 100%;z-index: 1;display: inline-block;background: #222222;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;margin: 0;padding: 0 10px;text-decoration: none;text-shadow: none;font-weight: 400;border-radius: 0;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/Pharmacann/verilife-new/en_US/Magefan_Blog/images/search-icon-white.svg) no-repeat -10px -7px;background-size: 35px;opacity: 1;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
/*.blog-search .actions .action.search {background: #222222;right: 0;padding: 0 10px;border-radius: 0;}*/

/* Posts List */
.widget.block-list-posts .post-list .post-item .image-container {flex: 0 0 30%;width: 30%;display: block;order: 0;}
/* Images */
/* Span Background */
.widget.block-list-posts .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.widget.block-list-posts .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
/* Post Info */
.widget.block-list-posts .post-list .post-item .block-info .post-item-name {font-size: 14px;line-height: 20px;font-weight: 600;text-decoration: none;color: #333333;}
.widget.block-list-posts .post-list .post-item .block-info .block-date {color: #bbbbbb;}
.widget.block-list-posts .post-list .post-item .block-info .block-date .post-data {font-size: 11px;}

/* Post Grid */
.widget.block-list-posts .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;}
.widget.block-list-posts .post-list .post-item .image-container {-ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.widget.block-list-posts .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
/* END Posts List */

/* Archive */
.widget.block-archive .archive-item-link {font-weight: 600}

/* RSS Feed */
.widget.block-rss .rss-icon {width: 23px;filter: grayscale(100%);vertical-align: middle;}
/* End Sidebar ********************************************************************************************************/



/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 *//**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

#post-comments * {box-sizing: border-box;font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;}

/* Styles For All Blocks*/
.c-count {margin-bottom: 15px;font-weight: 700;padding-bottom: 10px;font-size: 16px;border-bottom: 1px solid #bbbbbb;color: #222;}
.c-img {width: 48px;position: absolute; left: 0;top: 0;z-index: 5;}
.c-img img {width: 100%;}
.c-reply, .c-comment {position: relative;margin-bottom: 18px;}
/*.c-replyform, .c-post {margin-left: 25px;}*/
.c-allcomments,
.c-allcomments:visited {display: block;width: 100%;font-weight: 700;font-size: 14px;color: #fff;background: #1979c3;margin-top: 24px;line-height: 40px;text-align: center;border-radius: 3px;transition: 200ms cubic-bezier(.08,.52,.52,1) background-color;text-decoration: none;}
.c-allcomments:hover {background-color: #e2e2e2;color: #fff;text-decoration: none;}

/* Reply Form */
.c-replyform textarea,
.c-replyform input {color: #222;background: #fff !important;display: block;}
.c-replyform textarea {padding: 8px;height: 70px;border: 1px solid #bbbbbb;}
.c-replyform.no-active textarea {border-bottom: 1px solid #bbbbbb;height: 60px;}
.c-replyform textarea:focus,
.c-replyform input:focus {box-shadow:none;}
.c-replyform button {-webkit-transition: all 0.2s;-ms-transition: all 0.2s;transition: all 0.2s;}
.c-replyform button:hover {-webkit-transition: all 0.2s;-ms-transition: all 0.2s;transition: all 0.2s;}

/* Message */
.c-replyform div.mage-error[generated] {display: none!important;}
.c-replyform .mage-error {background-color: #fff3f3!important;border-color:#d5d6da;}

/* Form */
.c-replyform .c-btn-hld {margin-top: 20px;}
.c-replyform.no-active .c-btn-hld {display: none;}
.c-replyform .c-btn-hld .lr-hld {
    display: -webkit-flex;display: -ms-flexbox;display: flex;
    -webkit-justify-content: center;-ms-flex-pack: justify;justify-content: space-between;
}
.c-replyform .left-hld,
.c-replyform .right-hld {
    width: 49%;padding: 0;-webkit-flex: 0 0 49%;-ms-flex: 0 0 49%;flex: 0 0 49%;
}
@media screen and (max-width: 480px) {
    .c-replyform .c-btn-hld {
        display: -webkit-flex;display: -ms-flexbox;display: flex;
        -webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;
    }
    .c-replyform .lr-hld {
        -webkit-order: 0;-ms-flex-order: 0;order: 0;
        -webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;
    }
    .c-replyform form .c-btn-hld .input-box {
        -webkit-order: 1;-ms-flex-order: 1;order: 1;
    }
    #recaptcha-append-to {
        -webkit-order: 2;-ms-flex-order: 2;order: 2;
    }
    .c-replyform button {
        -webkit-order: 3;-ms-flex-order: 3;order: 3;
    }
    .c-replyform .left-hld {padding: 0 0 20px 0;}
}


/* Button */
.c-replyform button {display: inline-block;color: #fff;background-color: #4db2ec;border: none;border-radius: 0;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;margin-top: 20px;}
.c-replyform button:hover {color: #ffffff;background-color: #222222;}
.c-replyform button.cancel {background-color: #f6f7f9;border-color: #ced0d4;color: #4b4f56;}
.c-replyform button.cancel:hover {background-color: #e9ebee;}


.c-replyform form .c-btn-hld .input-box {width: 100%;text-align: left;padding: 6px 0;display: inline-block;float: left;margin: 20px 0;}
.c-replyform form .c-btn-hld .input-box .checkbox.required-entry {float: left;margin: 2px 10px 0 0;}
.c-replyform form .c-btn-hld .input-box .checkbox.required-entry.mage-error {
    -webkit-box-shadow: 0 0 5px 0 rgb(250, 166, 166);
    -moz-box-shadow: 0 0 5px 0 rgb(250, 166, 166);
    box-shadow: 0 0 5px 0 rgb(250, 166, 166);
}

/* Comment */
.c-comments {margin-top: 20px;border-top: 1px solid #ddd;padding-top: 30px;padding-left: 25px;}
.c-comments .c-comment {border-bottom: 1px dashed #eee;}
.c-comments .c-comment:last-child{border-bottom: none}
.c-post .p-info {margin-bottom: 10px;}
.c-post .p-name {font-weight: 700;/*color: #222222;*/display: inline-block;margin-right: 10px;font-size: 14px;line-height: 20px;}
.c-post .publish-date {font-size: 11px;color: #bbbbbb;display: inline-block;line-height: 20px;}
.c-post .p-actions {padding: 8px 0 10px;}
.c-post .p-actions {font-size: 12px;}
.c-post .p-actions a {color: #bbbbbb;}
.c-post .p-actions a:hover {text-decoration: underline; }
.c-post .p-actions span {color: #90949c;}

/* Post's replies and reply form */
.p-replies {border-left: 1px dotted #bdbdbd; padding-left: 10px;}
.p-replies .c-img {width: 36px;}
.p-replies .c-post, .p-replies .c-replyform {margin-left: 20px;}
.p-replies .c-comment {margin-bottom: 10px;}
.p-replies .c-more {background: #d7eaf9;padding: 5px;font-size: 12px;border-radius: 3px;margin-bottom: 10px;}
.p-replies .c-more a {color: #4267b2; font-weight: 700; font-size: 11px;}
.p-replies .c-more a:hover {text-decoration: underline;}
.p-replies .c-more i{width: 0;height: 0;border-left: 3px solid rgba(0, 0, 0, 0);border-right: 3px solid rgba(0, 0, 0, 0);border-top: 3px solid #768196;vertical-align: middle;margin-left: 3px;position: relative;top: 7px;}

/* MSP recaptcha */
#post-comments .c-replyform .c-btn-hld #msp-recaptcha-container {margin-top: 20px;}

@media screen and (max-width: 450px) {
    .c-img {width: 38px;}
    .c-post {font-size: 13px;}
    .c-post .p-actions {font-size: 11px;}
    .c-reply, .c-comment {position: relative;margin-bottom: 18px;}
    .c-replyform, .c-post {margin-left: 0}
    .p-replies {padding-left: 5px;}
    .p-replies .c-img {width: 28px;}
    .p-replies .c-post, .p-replies .c-replyform {margin-left: 34px;}
    .p-replies .c-more a {font-size: 10px;padding: 3px;}
    .c-replyform .left-hld,
    .c-replyform .right-hld {float:none;width: 100%;}
}

@media only screen and (max-width: 767px) {
  body.blog-post-view .column.main .col-seperate-section .pagebuilder-column-group .pagebuilder-column img {
    margin-bottom: 15px ;
  }
  .blog-post-section {
    max-width: 100%;
    margin: 30px auto;
    padding: 0 20px;
  }
  .blog-post-section .blog-post-data h4.border-line {
    padding-bottom: 10px;
  }
  .blog-post-section .blog-post-data ul.ulblog li {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 22px;
  }
  .blog-post-section .post-published-date,
  .blog-post-section .mobile-only {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #000;
    border-radius: 12px;
    margin: 20px 0;
    padding: 17px 20px 16px;
  }
  .blog-post-section .post-published-date .mobile-table-cell,
  .blog-post-section .mobile-only .mobile-table-cell {
    width: 50%;
    align-items: center;
  }
  .blog-post-section .post-published-date .mobile-table-cell img,
  .blog-post-section .mobile-only .mobile-table-cell img {
    margin: 0!important;
  }
  .blog-post-section .post-published-date .mobile-table-cell:last-child,
  .blog-post-section .mobile-only .mobile-table-cell:last-child {
    text-align: right;
  }
  .blog-post-section .post-published-date .mobile-table-cell a.small-main-title,
  .blog-post-section .mobile-only .mobile-table-cell a.small-main-title {
    text-decoration: none;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    text-align: right;
  }
  .blog-post-section .post-published-date .mobile-table-cell a.small-main-title p,
  .blog-post-section .mobile-only .mobile-table-cell a.small-main-title p {
    margin-bottom: 0;
  }
  body.blog-post-view {
    /*.post-ftimg-hld {
            background-position: inherit;
            height: 170px!important;
        }*/
  }
  body.blog-post-view .blog-related-products {
    padding: 0 20px;
  }
  body.blog-post-view .mfblog-replated-posts-block.block.related .post-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px;
  }
  body.blog-post-view .mfblog-replated-posts-block.block.related .post-list .post-item {
    max-width: calc(50% - 12px) !important;
    flex: 0 0 50%;
    width: 50%;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 12px!important;
  }
  .post-view .post-content .post-title-container {
    padding: 20px;
  }
  .post-view .post-content .post-title-container .post-title {
    font-size: 3.6rem;
    line-height: 40px;
    text-align: center;
    font-weight: 700!important;
    margin-bottom: 0;
  }
  .post-view .pagebuilder-column.max-width450 {
    text-align: left!important;
    margin-bottom: 20px;
  }
  .post-view .blog-post-section .blog-post-data h4.border-line:before {
    width: 30px;
    left: 0!important;
    transform: inherit !important;
  }
  body.blog-page.blog-post-view .post-content .post-published-date,
  body.blog-page.blog-post-view .post-content .post-author.mobile-only {
    padding: 30px 20px 0;
    max-width: 590px;
    margin: 0px auto;
  }
  body.blog-page.blog-post-view .post-content .post-published-date a,
  body.blog-page.blog-post-view .post-content .post-author.mobile-only a {
    color: #636363 !important;
    font-size: 1.4rem;
    line-height: 21px;
  }
  body.blog-page ul.blog-popular-arrows li.blog-arrows,
  body.blog-page ul.blog-data-arrows li.blog-arrows {
    display: none;
  }
  body.blog-page ul.blog-popular-arrows li.blog-arrows.show-arrows,
  body.blog-page ul.blog-data-arrows li.blog-arrows.show-arrows {
    display: inline-flex;
  }
  .bgpost-block-section .bgpost-content-section.bgpost-science-section {
    min-height: inherit!important;
  }
  .blog-post-bottom-header {
    padding: 25px;
  }
  .column.main .blog-index-index .bgpost-block-section .block-post-grid .block-post {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .column.main .block-post-grid .block-post {
    margin-bottom: 15px;
    width: 100%;
  }
  .column.main .showallarticles-block-section {
    padding: 0 16px;
  }
  .column.main .showallarticles-block-section .block-post-grid .block-post {
    width: calc((100%/2) - 12px);
    background-color: #343A40;
    margin: 0 6px 12px;
    display: flex;
    flex-direction: column;
  }
  .column.main .showallarticles-block-section .block-post-grid .block-post .bgpost-content-section {
    padding: 15px 15px 30px;
    position: relative;
    background: transparent;
    height: 100%;
  }
  .column.main .showallarticles-block-section .block-post-grid .block-post .bgpost-content-section .blog-tags {
    display: none;
  }
  .column.main .showallarticles-block-section .block-post-grid .block-post .bgpost-content-section .blog-readmore-link {
    position: absolute;
    bottom: 15px;
  }
  .column.main .showallarticles-block-section .block-post-grid .block-post .bgpost-content-section .blog-readmore-link a {
    color: #ffffff;
    text-transform: capitalize;
    text-decoration: underline;
    font-size: 1.5rem;
    line-height: 23px;
    font-weight: 500;
  }
  .blog-popular-topics {
    flex-direction: column;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .blog-popular-topics .popular-topice-title {
    font-size: 2rem;
    line-height: 24px;
    margin-bottom: 20px;
  }
  body.blog-page .widget.blog-search .actions .action.search:before {
    width: 18px !important;
    height: 18px !important;
    position: absolute;
    top: 18px;
    left: 0;
  }
  div.blog-popular-tags {
    /*max-width: 100%;
        margin: 0px auto;*/
  }
  div.blog-popular-tags .slick-slider .slick-arrow.prev-arrow,
  div.blog-popular-tags .slick-slider .slick-arrow.slick-prev {
    opacity: 1 !important;
    display: block !important;
  }
  body.blog-page .column.main .blog-post-bottom-header {
    padding-right: 0;
  }
  body.blog-page .blog_cat_links {
    max-width: 100%;
  }
  body.blog-page .blog_cat_links .blog_cat-info {
    /*display: flex;
                flex-wrap: nowrap;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                -ms-overflow-style: -ms-autohiding-scrollbar;
                height:inherit;*/
  }
  body.blog-page .blog_cat_links .blog_cat-info::-webkit-scrollbar {
    display: none!important;
  }
  body.blog-page .blog_cat_links .blog_cat-info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 #000000;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  body.blog-page .blog_cat_links .blog_cat-info::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #000000 !important;
    -webkit-box-shadow: inset 0 0 0 #000000;
  }
  body.blog-page .blog_cat_links .blog_cat-info::-webkit-scrollbar-thumb:window-inactive {
    background: #000000;
  }
  body.blog-page .blog_cat_links .blog_cat-info li {
    flex: 0 0 auto;
    display: flex;
    padding: 0 15px 0 0;
    margin-bottom: 0!important;
  }
  body.blog-page .blog_cat_links .blog_cat-info li.left-arrow {
    border: 0;
    position: relative;
    top: 0px;
    padding: 0;
    margin-right: 30px;
    margin-left: 22px;
    height: 38px;
    width: 16px;
  }
  body.blog-page .blog_cat_links .blog_cat-info li.left-arrow:before {
    content: '';
    display: inline-block;
    background: url(../../frontend/Pharmacann/verilife-new/en_US/images/blog_arrow_white.svg) no-repeat !important;
    width: 14px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  body.blog-page .blog_cat_links .blog_cat-info li.right-arrow {
    position: relative;
    border: 0;
    top: 0px;
    height: 38px;
    width: 16px;
    padding: 0;
    transform: rotate(180deg);
    margin-right: 22px;
    margin-left: 10px;
  }
  body.blog-page .blog_cat_links .blog_cat-info li.right-arrow:before {
    content: '';
    display: inline-block;
    background: url(../../frontend/Pharmacann/verilife-new/en_US/images/blog_arrow_white.svg) no-repeat !important;
    top: 50%;
    left: 50%;
    /*transform: translate(-50% , -50%);*/
    width: 14px;
    height: 20px;
  }
  body.blog-page .blog-popular-tags .blog_cat-info {
    /*display: flex;
                flex-wrap: nowrap;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                -ms-overflow-style: -ms-autohiding-scrollbar;
                height: 55px;*/
  }
  body.blog-page .blog-popular-tags .blog_cat-info::-webkit-scrollbar {
    display: none!important;
  }
  body.blog-page .blog-popular-tags .blog_cat-info::-webkit-scrollbar-track {
    box-shadow: transparent!important;
    -webkit-box-shadow: inset 0 0 0px #ffffff !important;
  }
  body.blog-page .blog-popular-tags .blog_cat-info::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #fff !important;
    box-shadow: transparent!important;
  }
  body.blog-page .blog-popular-tags .blog_cat-info::-webkit-scrollbar-thumb:window-inactive {
    background: #fff !important;
  }
  body.blog-page .blog-popular-tags .blog_cat-info li {
    flex: 0 0 auto;
    display: inline-flex;
  }
  body.blog-page .blog-popular-tags .blog_cat-info li.left-arrow {
    border: 0;
    position: relative;
    top: 0px;
    padding: 0;
    margin-right: 30px;
    margin-left: 22px;
    height: 38px;
    width: 16px;
  }
  body.blog-page .blog-popular-tags .blog_cat-info li.left-arrow:before {
    content: '';
    display: inline-block;
    background: url(../../frontend/Pharmacann/verilife-new/en_US/images/blog_arrow.svg) no-repeat !important;
    width: 14px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  body.blog-page .blog-popular-tags .blog_cat-info li.right-arrow {
    position: relative;
    border: 0;
    top: 0px;
    height: 38px;
    width: 16px;
    padding: 0;
    transform: rotate(180deg);
    margin-right: 22px;
    margin-left: 10px;
  }
  body.blog-page .blog-popular-tags .blog_cat-info li.right-arrow:before {
    content: '';
    display: inline-block;
    background: url(../../frontend/Pharmacann/verilife-new/en_US/images/blog_arrow.svg) no-repeat !important;
    top: 50%;
    left: 50%;
    /*transform: translate(-50% , -50%);*/
    width: 14px;
    height: 20px;
  }
  body.blog-page .blog_cat-info {
    height: auto;
  }
  .blog-index-index .widget.block.block-static-block {
    padding: 0;
  }
  .blog-author-view .post-list-wrapper .blocks-3post-section .post-list,
  .blog-tag-view .post-list-wrapper .blocks-3post-section .post-list,
  .blog-category-view .post-list-wrapper .blocks-3post-section .post-list,
  .blog-search-index .post-list-wrapper .blocks-3post-section .post-list {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
  }
  .blog-author-view .post-list-wrapper .blocks-3post-section .post-list .post-item,
  .blog-tag-view .post-list-wrapper .blocks-3post-section .post-list .post-item,
  .blog-category-view .post-list-wrapper .blocks-3post-section .post-list .post-item,
  .blog-search-index .post-list-wrapper .blocks-3post-section .post-list .post-item {
    padding: 0 10px 20px;
    margin-bottom: 20px;
    width: 100%;
  }
  .blog-author-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container,
  .blog-tag-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container,
  .blog-category-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container,
  .blog-search-index .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container {
    flex-direction: column;
    display: flex;
  }
  .blog-author-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-image,
  .blog-tag-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-image,
  .blog-category-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-image,
  .blog-search-index .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-image {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .blog-author-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-image img,
  .blog-tag-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-image img,
  .blog-category-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-image img,
  .blog-search-index .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-image img {
    display: block;
    width: 100%;
    height: auto;
  }
  .blog-author-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info,
  .blog-tag-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info,
  .blog-category-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info,
  .blog-search-index .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info {
    padding: 20px;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    background: #343A40;
    color: #ffffff;
  }
  .blog-author-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info h3,
  .blog-tag-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info h3,
  .blog-category-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info h3,
  .blog-search-index .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info h3 {
    font-weight: 600;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .blog-author-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info h3 a,
  .blog-tag-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info h3 a,
  .blog-category-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info h3 a,
  .blog-search-index .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info h3 a {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 22px;
    text-decoration: none;
  }
  .blog-author-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info h3 a:hover,
  .blog-tag-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info h3 a:hover,
  .blog-category-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info h3 a:hover,
  .blog-search-index .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info h3 a:hover {
    text-decoration: none;
  }
  .blog-author-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info .post-read-more,
  .blog-tag-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info .post-read-more,
  .blog-category-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info .post-read-more,
  .blog-search-index .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info .post-read-more {
    display: block;
    margin-top: 10px;
  }
  .blog-author-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info .post-read-more a,
  .blog-tag-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info .post-read-more a,
  .blog-category-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info .post-read-more a,
  .blog-search-index .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info .post-read-more a {
    color: #fff !important;
    font-size: 1.5rem;
    line-height: 22px;
    text-decoration: underline;
    text-transform: capitalize;
  }
  .blog-author-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info .post-read-more a:hover,
  .blog-tag-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info .post-read-more a:hover,
  .blog-category-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info .post-read-more a:hover,
  .blog-search-index .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info .post-read-more a:hover {
    text-decoration: none;
  }
  .blog-author-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info .blog-tags,
  .blog-tag-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info .blog-tags,
  .blog-category-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info .blog-tags,
  .blog-search-index .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info .blog-tags {
    display: none;
  }
  .blog-author-view .header-blog-bg,
  .blog-tag-view .header-blog-bg,
  .blog-category-view .header-blog-bg,
  .blog-post-view .header-blog-bg,
  body.blog-search-index .header-blog-bg {
    display: none;
    visibility: hidden;
  }
  .blog-author-view .breadcrumbs,
  .blog-tag-view .breadcrumbs,
  .blog-category-view .breadcrumbs,
  .blog-post-view .breadcrumbs,
  body.blog-search-index .breadcrumbs {
    display: block;
    margin: 0 0 20px!important;
    padding: 20px;
    position: relative;
    background: #000000;
  }
  .blog-author-view .breadcrumbs:after,
  .blog-tag-view .breadcrumbs:after,
  .blog-category-view .breadcrumbs:after,
  .blog-post-view .breadcrumbs:after,
  body.blog-search-index .breadcrumbs:after {
    content: '';
    background: url('../../frontend/Pharmacann/verilife-new/en_US/images/blog_top_icon.svg') no-repeat;
    width: 36px;
    height: 37px;
    top: 50%;
    right: 20px;
    transform: translatey(-50%);
    position: absolute;
    display: inline-block;
    background-size: 100%;
  }
  .blog-author-view .breadcrumbs ul,
  .blog-tag-view .breadcrumbs ul,
  .blog-category-view .breadcrumbs ul,
  .blog-post-view .breadcrumbs ul,
  body.blog-search-index .breadcrumbs ul {
    color: #f0f0f0;
  }
  .blog-author-view .breadcrumbs ul li,
  .blog-tag-view .breadcrumbs ul li,
  .blog-category-view .breadcrumbs ul li,
  .blog-post-view .breadcrumbs ul li,
  body.blog-search-index .breadcrumbs ul li {
    color: #f0f0f0;
  }
  .blog-author-view .breadcrumbs ul li a,
  .blog-tag-view .breadcrumbs ul li a,
  .blog-category-view .breadcrumbs ul li a,
  .blog-post-view .breadcrumbs ul li a,
  body.blog-search-index .breadcrumbs ul li a,
  .blog-author-view .breadcrumbs ul li strong,
  .blog-tag-view .breadcrumbs ul li strong,
  .blog-category-view .breadcrumbs ul li strong,
  .blog-post-view .breadcrumbs ul li strong,
  body.blog-search-index .breadcrumbs ul li strong {
    color: #f0f0f0 !important;
  }
  .bgpost-block-section .bgpost-content-section h2 {
    min-height: inherit!important;
  }
  .bgpost-block-section .bgpost-content-section h3 {
    min-height: inherit!important;
  }
  body.blog-page .bgpost-block-section .bgpost-content-section {
    min-height: inherit;
  }
  body .post-list.blog-single-post {
    padding: 0 10px;
  }
  body .post-list.blog-single-post .blog-banner-section {
    flex-direction: column;
  }
  body .post-list.blog-single-post .blog-banner-section .blog-banner-title-section,
  body .post-list.blog-single-post .blog-banner-section .blog-banner-img {
    width: 100%;
  }
  body .post-list.blog-single-post .blog-banner-section .blog-desc {
    display: none;
  }
  body .showallarticles {
    margin: 20px auto 10px;
  }
  .left-search-icon {
    top: 50%!important;
    transform: translateY(-50%);
  }
  .blog-popular-tags ul,
  .blog_cat_links ul {
    position: relative;
  }
  .blog-popular-tags ul li.left-arrow.left-arrow-sticky,
  .blog_cat_links ul li.left-arrow.left-arrow-sticky {
    position: sticky!important;
    left: 0;
    z-index: 100;
  }
  .blog-popular-tags ul li.right-arrow.right-arrow-sticky,
  .blog_cat_links ul li.right-arrow.right-arrow-sticky {
    position: sticky!important;
    right: 0;
    z-index: 100;
  }
  .nav-scroller-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0 30px;
  }
  .nav-scroller {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 0;
    padding-bottom: 20px;
    margin-bottom: -20px;
  }
  .nav-scroller-content {
    position: relative;
    display: flex;
    justify-content: center;
    float: left;
    width: min-content;
    min-width: 100%;
    transition: transform 0.4s ease-in-out;
  }
  .no-transition {
    transition: none;
  }
  .nav-scroller-item {
    display: block;
    font-size: 1.125rem;
    text-transform: uppercase;
    text-align: center;
    padding: 0.5rem;
  }
  .nav-scroller-btn {
    background: url(../../frontend/Pharmacann/verilife-new/en_US/images/blog_arrow_white.svg) no-repeat center !important;
    position: absolute;
    top: 17px;
    bottom: 0;
    font-size: 1.25rem;
    border: none !important;
    transition: opacity 0.3s;
    width: 20px;
    padding: 0;
    height: 20px;
  }
  .nav-scroller-btn:not(.active) {
    opacity: 0;
    pointer-events: none;
  }
  .nav-scroller-btn--left {
    left: 5px;
  }
  .nav-scroller-btn--right {
    right: 5px;
    transform: rotate(180deg);
  }
  body.blog-page .blog_top_contet_section {
    display: block !important;
    text-align: center;
  }
  body.blog-page .blog_top_contet_section .blog_images_section {
    margin: 0 auto 31px;
  }
  .blog-popular-topics .nav-scroller-wrapper1 {
    position: relative;
    overflow: hidden;
    padding: 0 30px;
  }
  .blog-popular-topics .nav-scroller1 {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 0;
    padding-bottom: 20px;
    margin-bottom: -20px;
  }
  .blog-popular-topics .nav-scroller-content1 {
    position: relative;
    display: flex;
    justify-content: center;
    float: left;
    width: min-content;
    min-width: 100%;
    transition: transform 0.4s ease-in-out;
  }
  .blog-popular-topics .no-transition {
    transition: none;
  }
  .blog-popular-topics .nav-scroller-item1 {
    display: block;
    font-size: 1.125rem;
    text-transform: uppercase;
    text-align: center;
    padding: 0.5rem;
  }
  .blog-popular-topics .nav-scroller-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 1.25rem;
    transition: opacity 0.3s;
  }
  .blog-popular-topics .nav-scroller-btn:not(.active) {
    opacity: 0;
    pointer-events: none;
  }
  .blog-popular-topics .nav-scroller-btn--left1 {
    left: 2px;
    top: 9px !important;
  }
  .blog-popular-topics .nav-scroller-btn--right1 {
    right: 5px;
    top: 8px !important;
    transform: rotate(180deg);
  }
  .blog-popular-topics .nav-scroller-btn {
    background: url(../../frontend/Pharmacann/verilife-new/en_US/images/blog_arrow.svg) no-repeat center !important;
  }
  .blog-search-open .overlay-container {
    position: fixed;
    background: #636363;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 998;
    top: 0;
  }
  .blog-search-open .column.main .widget.block.blog-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    margin: 0 !important;
    padding: 0;
    max-width: 100%;
  }
  .blog-search-open .column.main .widget.block.blog-search #blog_search {
    text-align: left;
    text-indent: 45px;
    border-bottom: 1px solid #d9d9d9;
    height: 64px;
  }
  .close-blog-search {
    display: none;
  }
  .blog-search-open .column.main .widget.block.blog-search .close-blog-search {
    top: 10px ;
    right: 10px ;
    height: 50px ;
    width: 50px ;
    background: url('../../frontend/Pharmacann/verilife-new/en_US/images/close_blog.svg') no-repeat center;
    font-size: 0;
    display: block;
    position: absolute;
  }
  .blog-search-open .column.main .widget.block.blog-search .close-blog-search {
    top: 10px !important;
    right: 10px !important;
    height: 50px !important;
    width: 50px !important;
  }
  body.blog-page.blog-search-open .widget.blog-search .actions .action.search:before {
    left: 15px;
    top: 32px !important;
  }
}
@media all and (min-width: 768px), print {
  body.blog-post-view .column.main .col-seperate-section .pagebuilder-column-group .pagebuilder-column:first-child {
    width: 10%!important;
  }
  body .blog-post-section .blog-post-data .heading36 {
    font-size: 3.6rem;
    line-height: 43px;
  }
  .blog-post-view .post-ftimg-hld {
    /* height: 300px;
            background-position: center!important;*/
  }
  .blog-post-view .blog-related-products {
    max-width: 922px;
  }
  .blog-post-view .mfblog-replated-posts-block.block.related .post-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .blog-post-view .mfblog-replated-posts-block.block.related .post-list .post-item {
    max-width: calc(25% - 20px);
    flex: 0 0 25%;
    width: 25%;
    margin-left: 10px;
    margin-right: 10px;
  }
  .blog-post-view .col-seperate {
    display: flex;
    align-items: flex-start;
  }
  .blog-post-view .col-seperate.icon-with-text .text-col {
    display: inline-block;
    width: calc(100% - 42px);
  }
  .blog-post-section {
    max-width: 922px;
    margin: 40px auto ;
  }
  .blog-post-section .pagebuilder-2columns .pagebuilder-column-group {
    justify-content: space-between;
  }
  .blog-post-section .pagebuilder-2columns .pagebuilder-column-group .pagebuilder-column {
    width: 48.5% !important;
  }
  .blog-post-section .pagebuilder-2column .pagebuilder-column-group {
    justify-content: space-between;
  }
  .blog-post-section .pagebuilder-2column .pagebuilder-column-group .pagebuilder-column {
    width: 49%!important;
  }
  .blog-post-section .pagebuilder-2column .pagebuilder-column-group .pagebuilder-column h4 {
    padding: 0 0 10px;
  }
  .blog-post-section .pagebuilder-column-group {
    margin: 30px 0;
  }
  .blog-post-section .pagebuilder-column.max-width450 {
    max-width: 450px;
    margin: 0px auto;
  }
  .blog-post-view .post-view .post-content .post-title-container {
    padding: 20px ;
  }
  .blog-post-view .post-view .post-content .post-title-container .post-title-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 922px;
    margin: 0 auto;
  }
  .blog-post-view .post-view .post-content .post-title-container .post-title {
    font-size: 4rem;
    line-height: 48px;
    margin-bottom: 0px;
  }
  body.blog-page.blog-index-index .widget.blog-search {
    max-width: 450px;
    padding: 0;
  }
  body.blog-page .widget.blog-search {
    max-width: 100%;
    padding: 0;
  }
  .mobile-only {
    display: none!important;
  }
  .bgpost-block-section .bgpost-content-section {
    min-height: 210px;
  }
  body.blog-page .widget.blog-search .search .control input {
    font-size: 30px;
    padding-left: 50px;
  }
  body.blog-page .widget.blog-search .search .control input:focus-visible {
    overflow: unset;
  }
  body.blog-page .widget.blog-search .actions .action.search:before {
    width: 36px;
    height: 36px;
  }
  .blog-popular-topics .popular-topice-title {
    font-size: 30px;
    line-height: 36px;
  }
  .blog-post-bottom-header {
    padding: 40px;
    max-width: 1440PX;
    margin: 0px auto;
  }
  .blog_top_contet_section {
    flex-direction: row;
  }
  .blog_top_contet_section .blog_images_section {
    position: relative;
    text-align: left;
  }
  .blog_top_contet_section .blog_images_section a {
    display: inherit;
  }
  body .blog_cat_links ul {
    margin: 0;
    padding: 0;
  }
  body .blog_cat_links ul li {
    padding: 0 30px;
    display: inline-block;
  }
  .blog-banner-section {
    flex-direction: row;
  }
  .blog-banner-section .blog-banner-img {
    width: 62%;
  }
  .blog-banner-section .blog-banner-img img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .blog-banner-section .blog-banner-title-section {
    width: 38%;
    background-color: #748C86;
    padding: 50px 45px;
    color: #ffffff;
    position: relative;
    cursor: pointer;
  }
  .blog-banner-section .blog-banner-title-section h1 {
    color: #ffffff;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 30px;
    font-weight: 600;
  }
  .blog-banner-section .blog-banner-title-section .blog-desc {
    font-size: 1.4rem;
    line-height: 17px;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 15px;
  }
  .blog-banner-section .blog-banner-title-section .blog-tags ul {
    margin: 0;
    padding: 0;
  }
  .blog-banner-section .blog-banner-title-section .blog-tags ul li {
    background-color: #A2B2AE;
    border-radius: 18px;
    margin-right: 20px;
    height: 36px;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
  }
  .blog-banner-section .blog-banner-title-section .blog-tags ul li a {
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 28px;
    text-decoration: none;
    padding: 4px 15px 4px;
    font-weight: 500;
  }
  .blog-index-index .widget.blog-search {
    margin: 30px auto 30px!important;
  }
  .blog-index-index .bgpost-block-section .block-post-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -10px;
    margin-right: -10px;
  }
  .blog-index-index .bgpost-block-section .block-post {
    width: calc((100%/3) - 20px);
    margin: 0 10px 20px;
    background-color: #343A40;
    display: flex;
    flex-direction: column;
  }
  .blog-index-index .bgpost-block-section .block-post .blog-banner-img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .blog-index-index .bgpost-block-section .block-post .bgpost-content-section {
    background-color: #343A40;
    color: #ffffff;
    flex: 1;
  }
  .blog-index-index .bgpost-block-section .block-post .bgpost-content-section h2,
  .blog-index-index .bgpost-block-section .block-post .bgpost-content-section h3 {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .blog-index-index .bgpost-block-section .block-post .bgpost-content-section h2 a,
  .blog-index-index .bgpost-block-section .block-post .bgpost-content-section h3 a {
    color: #ffffff;
    text-decoration: none;
  }
  .blog-index-index .bgpost-block-section .block-post .bgpost-content-section h2 a:hover,
  .blog-index-index .bgpost-block-section .block-post .bgpost-content-section h3 a:hover {
    text-decoration: none;
  }
  .blog-index-index .bgpost-block-section .block-post .bgpost-content-section h2 {
    font-size: 2.4rem;
    line-height: 28px;
  }
  .blog-index-index .bgpost-block-section .block-post .bgpost-content-section .blog-tags {
    margin-top: 10px;
  }
  .blog-index-index .bgpost-block-section .block-post .bgpost-content-section .blog-tags ul {
    margin: 0;
    padding: 0;
  }
  .blog-index-index .bgpost-block-section .block-post .bgpost-content-section .blog-tags ul li {
    display: inline-flex;
    background-color: #636363;
    border: 1px solid #636363;
    border-radius: 18px;
    height: 28px;
    margin-right: 8px;
    margin-bottom: 8px;
    align-items: center;
  }
  .blog-index-index .bgpost-block-section .block-post .bgpost-content-section .blog-tags ul li a {
    font-size: 1.2rem;
    line-height: 16px;
    color: #ffffff;
    padding: 6px 12px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 500;
  }
  .widget.blog-search {
    margin: 30px auto 0px!important;
  }
  .blog-popular-topics {
    flex-direction: row;
    margin: 70px auto;
  }
  .blog-popular-topics .popular-topice-title {
    padding-right: 50px;
  }
  .blog-popular-topics .page-main .blog-popular-tags ul li.right-arrow,
  .blog-popular-topics .page-main .blog-popular-tags ul li.left-arrow {
    display: none;
  }
  .bgpost-2block-section .block-post {
    width: 50%;
    float: left;
    margin: 0 10px 20px;
    width: calc((100%/2) - 20px);
    background: #343A40;
  }
  .showallarticles-block-section .block-post,
  .bgpost-3block-section .block-post {
    width: calc((100%/3) - 20px);
    float: left;
    margin: 0 10px 20px;
    background: #248ee7;
  }
  .post-list-wrapper .blocks-3post-section .post-list {
    margin: 0 -10px;
  }
  .post-list-wrapper .blocks-3post-section .post-list .post-item {
    width: 25%;
    float: left;
    padding: 0 10px 10px;
    margin-bottom: 10px;
  }
  .blog-author-view .breadcrumbs,
  .blog-tag-view .breadcrumbs,
  .blog-category-view .breadcrumbs,
  .blog-post-view .breadcrumbs {
    display: none;
  }
  .blog-author-view .breadcrumbs,
  .blog-tag-view .breadcrumbs,
  .blog-category-view .breadcrumbs,
  .blog-search-index .breadcrumbs {
    display: none;
  }
  .blog-author-view #maincontent,
  .blog-tag-view #maincontent,
  .blog-category-view #maincontent,
  .blog-search-index #maincontent {
    max-width: 970px;
    margin: 0 auto;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .blog-author-view .page-title-wrapper,
  .blog-tag-view .page-title-wrapper,
  .blog-category-view .page-title-wrapper,
  .blog-search-index .page-title-wrapper {
    display: none;
  }
  .blog-author-view .blog-ser-title,
  .blog-tag-view .blog-ser-title,
  .blog-category-view .blog-ser-title,
  .blog-search-index .blog-ser-title {
    margin: 40px 0;
  }
  .blog-author-view .post-info .blog-tags,
  .blog-tag-view .post-info .blog-tags,
  .blog-category-view .post-info .blog-tags,
  .blog-search-index .post-info .blog-tags {
    display: none;
  }
  .blog-author-view .post-info .blog-tags h3,
  .blog-tag-view .post-info .blog-tags h3,
  .blog-category-view .post-info .blog-tags h3,
  .blog-search-index .post-info .blog-tags h3 {
    margin-bottom: 50px;
  }
  .blog-author-view .post-info .blog-tags ul,
  .blog-tag-view .post-info .blog-tags ul,
  .blog-category-view .post-info .blog-tags ul,
  .blog-search-index .post-info .blog-tags ul {
    margin: 0;
    padding: 0;
  }
  .blog-author-view .post-info .blog-tags ul li,
  .blog-tag-view .post-info .blog-tags ul li,
  .blog-category-view .post-info .blog-tags ul li,
  .blog-search-index .post-info .blog-tags ul li {
    display: inline-flex !important;
    margin-bottom: 0;
    background-color: #636363;
    border: 1px solid #636363;
    border-radius: 18px;
    height: 36px;
    margin-right: 12px;
    align-items: center;
  }
  .blog-author-view .post-info .blog-tags ul li:last-child,
  .blog-tag-view .post-info .blog-tags ul li:last-child,
  .blog-category-view .post-info .blog-tags ul li:last-child,
  .blog-search-index .post-info .blog-tags ul li:last-child {
    margin-right: 0;
  }
  .blog-author-view .post-info .blog-tags ul li a,
  .blog-tag-view .post-info .blog-tags ul li a,
  .blog-category-view .post-info .blog-tags ul li a,
  .blog-search-index .post-info .blog-tags ul li a {
    font-size: 1.4rem;
    line-height: 18px;
    color: #ffffff;
    padding: 12px 20px;
    text-transform: capitalize;
    text-decoration: none;
  }
  .blog-author-view .post-info .blog-tags ul li a:hover,
  .blog-tag-view .post-info .blog-tags ul li a:hover,
  .blog-category-view .post-info .blog-tags ul li a:hover,
  .blog-search-index .post-info .blog-tags ul li a:hover {
    text-decoration: none;
  }
  .blog-author-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info h3,
  .blog-tag-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info h3,
  .blog-category-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info h3,
  .blog-search-index .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info h3 {
    margin-bottom: 35px;
  }
  .bgpost-block-section .bgpost-content-section h2 {
    min-height: 70px;
  }
  .nav-scroller-btn {
    display: none !important;
  }
  #maincontent .pagebuilder-mobile-only {
    display: none !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  body.blog-post-view .column.main .col-seperate-section .pagebuilder-column-group {
    flex-direction: column;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  body.blog-post-view .column.main .col-seperate-section .pagebuilder-column-group .pagebuilder-column:first-child {
    width: 100%!important;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  body.blog-post-view .column.main .col-seperate-section .pagebuilder-column-group .pagebuilder-column:last-child {
    width: 100%!important;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  body.blog-post-view .column.main .col-seperate-section .pagebuilder-column-group .pagebuilder-column img {
    margin: 0 0 15px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  .blog-post-view .post-view .post-content .post-title-container .post-title-section {
    max-width: 590px;
  }
}
@media all and (min-width: 768px) and (max-width: 1280px), print and (max-width: 1280px) {
  .blog-banner-section .blog-banner-title-section .blog-tags {
    position: relative;
    bottom: inherit;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  .bgpost-block-section .bgpost-content-section {
    padding: 25px 25px 13px;
    min-height: 215px;
  }
  .bgpost-block-section .bgpost-content-section .blog-tags ul li {
    margin-bottom: 12px;
  }
  .bgpost-block-section .bgpost-content-section h3 {
    font-size: 1.8rem;
    line-height: 22px;
    min-height: 50px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  body.blog-page .widget.blog-search .search .control input {
    font-size: 2rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  .blog-popular-topics .popular-topice-title {
    font-size: 2rem;
    line-height: 24px;
    padding-top: 8px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  .blog-post-bottom-header {
    padding: 25px;
  }
}
@media all and (min-width: 768px) and (max-width: 1280px), print and (max-width: 1280px) {
  .blog_top_contet_section .blog_images_section a .icon {
    margin-right: 20px;
  }
  .blog_top_contet_section .blog_images_section a .icon img {
    max-width: 100%;
  }
  .blog_top_contet_section .blog_images_section a img {
    max-width: 80%;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  .blog-banner-section {
    flex-direction: column;
    text-align: center;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  .blog-banner-section .blog-banner-img {
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  .blog-banner-section .blog-banner-title-section {
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  .blog-banner-section .blog-banner-title-section .blog-desc {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  .blog-banner-section .blog-banner-title-section .blog-tags {
    position: relative;
    bottom: inherit;
    margin: 0px auto;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  .blog-popular-topics {
    padding: 0 20px;
    margin-bottom: 50px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  .blog-popular-topics .popular-topice-title {
    padding-right: 20px;
    flex: 0 0 22%;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  body .post-list.blog-single-post .blog-banner-section {
    flex-direction: row;
  }
  body .post-list.blog-single-post .blog-banner-section .blog-banner-title-section {
    width: 33%;
    padding: 20px;
    text-align: left;
  }
  body .post-list.blog-single-post .blog-banner-section .blog-banner-title-section h1 {
    font-size: 2.4rem;
    line-height: 29px;
  }
  body .post-list.blog-single-post .blog-banner-section .blog-banner-img {
    width: 67%;
    order: -1;
  }
  body .post-list.blog-single-post .blog-banner-section .blog-desc {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  .blog-banner-section .blog-banner-title-section .blog-tags ul li {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  .blog-banner-section .blog-banner-title-section .blog-desc {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  .bgpost-block-section .bgpost-content-section h2 {
    font-size: 2.4rem;
    line-height: 28px;
    min-height: 50px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  body .showallarticles {
    margin: 40px auto 30px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px), print and (max-width: 991px) {
  body .showallarticles {
    margin: 20px auto 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px), print and (max-width: 991px) {
  body.blog-page .widget.blog-search .actions .action.search:before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 18px;
    left: 0;
  }
  div.blog-popular-tags {
    margin-left: 30px !important;
  }
  div.blog-popular-tags .slick-slider .slick-arrow.prev-arrow,
  div.blog-popular-tags .slick-slider .slick-arrow.slick-prev {
    opacity: 1 !important;
    display: block !important;
  }
  body.blog-page .column.main .blog-post-bottom-header {
    padding-right: 0;
  }
  body.blog-page .blog_cat_links {
    /*max-width: 90%;*/
  }
  body.blog-page .blog_cat_links .blog_cat-info .left-arrow,
  body.blog-page .blog_cat_links .blog_cat-info .right-arrow {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  .blog-popular-topics .blog-popular-tags ul li {
    margin-bottom: 20px!important;
  }
}
@media all and (max-width: 1079px), print {
  .blog-post-section .blog-buttons .pagebuilder-column-group {
    flex-direction: column;
  }
  .blog-post-section .blog-buttons .pagebuilder-column-group .pagebuilder-column {
    width: 100% !important;
  }
  .blog-post-section {
    max-width: 590px!important;
    margin: 40px auto;
  }
  .blog-post-section .blog-tags {
    margin: 20px 0 10px;
  }
  .blog-post-view .post-view .post-content .post-title-container .post-title-section {
    max-width: 590px;
    margin: 0px auto;
  }
  .blog-post-view .blog-related-products {
    padding: 0 20px;
  }
  .blog-post-view .mfblog-replated-posts-block.block.related .post-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .blog-post-view .mfblog-replated-posts-block.block.related .post-list .post-item {
    max-width: calc(33.33% - 20px) !important;
    flex: 0 0 33.33%;
    width: 33.33%;
    margin-left: 10px;
    margin-right: 10px;
  }
  .blog-post-view .col-seperate {
    display: block!important;
  }
  .blog-post-view .col-seperate.icon-with-text .icon-col {
    margin-bottom: 15px;
    display: block;
  }
  .blog-post-view .col-seperate.icon-with-text .icon-col img {
    margin: 0;
    display: block;
  }
  .blog-post-view .col-seperate.icon-with-text .text-col {
    display: block;
    width: 100%!important;
    margin-left: 0px!important;
  }
  .blog-post-view .col-seperate.icon-with-text .text-col p {
    font-family: 'neue-haas-grotesk-text' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 11px !important;
    line-height: 17px!important;
    color: #636363;
    margin-left: 0px;
    margin-bottom: 0;
  }
  body.blog-post-view .breadcrumbs {
    margin-bottom: 0!important;
  }
  body .blog-post-section .blog-post-data .heading36 {
    font-size: 3.6rem;
    line-height: 43px;
    font-weight: 400;
  }
  .nav-before-open body {
    overflow: hidden!important;
  }
  body.blog-page {
    overflow: visible!important;
  }
  .blog-page .left-search-icon {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #d9d9d9;
    border-left: 0;
  }
  .blog-page .left-search-icon::before {
    width: 19px;
    height: 19px;
  }
  body.blog-index-index #maincontent {
    padding: 0;
    width: 100%;
  }
  body.blog-index-index .bgpost-block-section .block-post-grid .block-post {
    /*width: ~"calc((100%/2) - 20px)";*/
  }
  body.blog-page .widget.blog-search {
    /* .actions .action.search:before{
            width:30px;
            height: 30px;
            
        }*/
  }
  body.blog-page .widget.blog-search .search .control input {
    font-size: 1.8rem;
    padding: 0;
    letter-spacing: 0.62px;
    width: 100%;
    height: 40px;
  }
  body.blog-page .blog-post-bottom-header {
    padding: 25px 0 ;
  }
  body.blog-page .blog-post-bottom-header .blog_cat_links {
    margin-top: 10px;
    text-align: center;
  }
  body.blog-page .blog-post-bottom-header .blog_cat_links ul li {
    padding: 12px 20px;
    display: inline-flex;
    margin-bottom: 0;
    border: 1px solid #ffffff;
    border-radius: 24px;
    height: 37px;
    margin-right: 12px;
    align-items: center;
    margin-bottom: 12px;
  }
  body.blog-page .blog-post-bottom-header .blog_cat_links ul li a {
    color: #ffffff;
    font-size: 1.4rem;
  }
  body.blog-page .blog-banner-section .blog-banner-title-section h1 {
    font-size: 3.6rem;
    line-height: 43px;
  }
  body.blog-page .blog-banner-section .blog-banner-title-section h1 a {
    color: #ffffff;
  }
  body.blog-page .blog_top_contet_section {
    flex-direction: column;
  }
  body.blog-page .blog_top_contet_section .blog_images_section {
    flex-direction: column;
    height: inherit;
    margin-bottom: 31px;
  }
  body.blog-page .blog_top_contet_section .blog_images_section .icon {
    margin-right: 0;
    margin-bottom: 18px;
  }
  body.blog-page .blog_top_contet_section .blog_images_section a {
    /*display: inherit;*/
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  body.blog-page .blog-banner-section {
    flex-direction: column;
  }
  body.blog-page .blog-banner-section .blog-banner-img {
    width: 100%;
    order: -1;
  }
  body.blog-page .blog-banner-section .blog-banner-img img {
    display: block;
  }
  body.blog-page .blog-banner-section .blog-banner-title-section {
    width: 100%;
    padding: 35px;
    text-align: center;
  }
  body.blog-page .blog-banner-section .blog-banner-title-section .blog-tags {
    position: relative;
    bottom: inherit;
  }
  body.blog-page .bgpost-block-section .bgpost-content-section {
    padding: 25px 25px 13px;
    min-height: 215px;
  }
  body.blog-page .bgpost-block-section .bgpost-content-section h2 {
    font-size: 2.4rem;
    line-height: 28px;
    min-height: 50px;
  }
  body.blog-page .bgpost-block-section .bgpost-content-section h3 {
    font-size: 1.8rem;
    line-height: 22px;
    min-height: 50px;
  }
  body.blog-page .bgpost-block-section .bgpost-content-section .blog-tags ul li {
    margin-bottom: 12px;
  }
  body.blog-page .post-list-wrapper.blog-widget-recent {
    padding: 0 20px;
  }
  body.blog-page .showallarticles-block-section {
    padding: 0 20px;
  }
  body.blog-page .showallarticles-block-section .block-post {
    background: #343A40;
  }
  body.blog-page .showallarticles-block-section .block-post .bgpost-content-section {
    background: transparent;
  }
  body.blog-page .showallarticles-block-section .block-post .bgpost-content-section .blog-tags ul li {
    background-color: #636363;
    border: 1px solid #636363;
  }
  body .post-list.blog-single-post {
    padding: 0 20px;
  }
  body .post-list.blog-single-post .blog-banner-section {
    flex-direction: row;
  }
  body .post-list.blog-single-post .blog-banner-section .blog-banner-title-section {
    width: 33%;
    padding: 20px;
  }
  body .post-list.blog-single-post .blog-banner-section .blog-banner-img {
    width: 67%;
  }
  body .post-list.blog-single-post .blog-banner-section .blog-desc {
    display: none;
  }
  .blog-banner-section .blog-banner-title-section .blog-tags ul li {
    margin-bottom: 10px!important;
  }
  .blog-banner-section .blog-banner-title-section .blog-desc {
    display: none;
  }
}
@media all and (max-width: 1079px) and (max-width: 767px), print and (max-width: 767px) {
  body.blog-index-index .bgpost-block-section .block-post-grid .block-post {
    /* width: 100%;*/
    margin-left: 0;
    margin-right: 0;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
input[type="search"]::-webkit-input-placeholder {
  /* Chrome, Safari */
  color: #9e9e9e;
}
input[type="search"]:-ms-input-placeholder {
  /* IE 10-11 */
  color: #9e9e9e;
}
input[type="search"]::-ms-input-placeholder {
  /* Edge */
  color: #9e9e9e;
}
input[type="search"]::placeholder {
  /* Standard */
  color: #9e9e9e;
  opacity: 1;
}
hr {
  border: 0;
  border-top: 1px solid #c4c4c4;
  margin-bottom: 20px;
  margin-top: 20px;
}
.widget.blog-search input {
  outline: none;
}
.blog-post-section .blog-post-data h4.blog-removespace {
  padding-top: 10px;
}
.post-view .post-content .post-title-container .post-title,
.mfblog-replated-posts-block.block.related .post-list .block-info h3.post-title a {
  text-decoration: none;
  word-break: break-word;
}
.blog-post-section .blog-post-data ul.bullint {
  padding-left: 30px;
  list-style-position: inherit;
}
.blog-post-section .blog-post-data ul.bullint li {
  list-style-type: disc;
  font-weight: 400;
}
.blog-post-section .blog-post-data ul.bullint.no-bullint {
  padding-left: 0px;
}
.blog-post-section .blog-post-data ul.bullint.no-bullint li {
  list-style-type: none;
  font-weight: 500;
}
body.blog-page .height160 {
  min-height: 160px;
}
body.blog-page.blog-post-view .header-blog-bg {
  margin-bottom: 0!important;
}
body.blog-page.blog-post-view .post-description p {
  font-size: 1.5rem;
  line-height: 22px;
  color: #000;
  font-weight: 400;
  margin-bottom: 15px;
}
body.blog-page.blog-post-view .post-content .post-data {
  display: none;
}
body.blog-page.blog-post-view .post-content .post-ftimg-hld {
  margin-bottom: 0;
  /*background-size: 100%!important;*/
}
body.blog-page.blog-post-view .post-content .post-published-date a,
body.blog-page.blog-post-view .post-content .post-author a {
  font-family: 'neue-haas-grotesk-text' !important;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 17px;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
}
body.blog-page.blog-post-view .post-content .post-published-date span,
body.blog-page.blog-post-view .post-content .post-author span {
  display: none;
}
body.blog-page.blog-post-view .post-content .post-description {
  font-size: 1.5rem;
  line-height: 22px;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
}
body.blog-page.blog-post-view .post-ftimg-hld img {
  display: block;
}
.blog-post-view #maincontent {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.blog-post-view .post-content .post-description .blog-post-section {
  font-size: 1.5rem;
  line-height: 22px;
  color: #000;
  font-weight: 400;
}
.blog-post-view .post-view .post-content .post-title-container {
  background: #748C86;
}
.blog-post-view .post-view .post-content .post-title-container .post-title-section {
  margin: 0px auto;
}
.blog-post-view .post-view .post-content .post-title-container .post-title {
  font-weight: 600;
  color: #ffffff;
  word-break: break-word;
}
.blog-post-view .post-view a,
.blog-post-view .post-view .color-block {
  color: #000;
  text-decoration: underline;
}
.blog-post-view .post-view a:hover,
.blog-post-view .post-view .color-block:hover {
  text-decoration: none;
}
.blog-post-section .blog-post-data h2 {
  font-size: 3.6rem;
  line-height: 43px;
  color: #000;
  font-weight: 500;
}
.blog-post-section .blog-post-data h3 {
  font-size: 2.4rem;
  line-height: 28px;
  color: #000;
  font-weight: 500;
}
.blog-post-section .blog-post-data h4 {
  font-size: 2rem;
  line-height: 24px;
  color: #000;
  font-weight: 500;
  margin: 1.5rem 0 1rem;
}
.blog-post-section .blog-post-data h4.border-line {
  position: relative;
  margin-top: 20px;
}
.blog-post-section .blog-post-data h4.border-line:before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 6px;
  background: #000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.blog-post-section .blog-post-data h4.h4-morespace {
  margin: 0;
  padding: 20px 0;
}
.blog-post-section .blog-post-data p {
  font-size: 1.5rem;
  line-height: 22px;
  color: #000;
  font-weight: 400;
}
.blog-post-section .blog-post-data p.semi-bold {
  font-weight: 500;
}
.blog-post-section .blog-post-data p.bold {
  font-weight: 700;
}
.blog-post-section .blog-post-data ul {
  margin: 0 0 20px;
  padding: 0;
}
.blog-post-section .blog-post-data ul li {
  font-size: 1.5rem;
  line-height: 22px;
  font-weight: 400;
  color: #000;
  list-style-type: none;
}
.blog-post-section .blog-post-data ul.ulblog li {
  font-size: 2rem;
  line-height: 30px;
}
.blog-post-section .blog-post-data ul.bullet li {
  list-style-type: inherit;
}
.blog-post-section .blog-post-data [data-content-type='button-item'] {
  display: block!important;
}
.blog-post-section .blog-post-data [data-content-type='button-item'] .pagebuilder-button-primary {
  border-radius: 25px;
  height: 51px;
  background-color: #000;
  border-color: #000;
  color: #ffffff;
  padding: 16px 32px;
  font-size: 1.6rem;
  line-height: 19px;
  margin: 20px 0;
  cursor: pointer;
  width: 100%;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
}
.blog-post-section .blog-post-data [data-content-type='button-item'] .pagebuilder-button-primary span {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 19px;
  text-transform: capitalize;
}
.blog-post-section .blog-tags {
  margin: 30px 0;
}
.blog-post-section .blog-tags ul {
  margin: 0;
  padding: 0;
}
.blog-post-section .blog-tags ul li {
  background-color: #ffffff;
  border: 1px solid #000;
  border-radius: 24px;
  margin-right: 12px;
  height: 40px;
  display: inline-flex;
  align-items: center;
}
.blog-post-section .blog-tags ul li:last-child {
  margin-right: 0;
}
.blog-post-section .blog-tags ul li a {
  color: #000;
  font-size: 1.4rem;
  line-height: 16px;
  text-decoration: none;
  padding: 12px 20px;
  text-transform: capitalize;
  font-weight: 500;
}
.blog-post-section .blog-tags ul li a:hover {
  text-decoration: none;
}
.blog-post-view .blog-related-products {
  margin: 0 auto;
}
.blog-post-view .blog-related-products .post-readmore {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 2rem;
  line-height: 26px;
  margin-bottom: 20px;
}
.blog-post-view .blog-related-products .post-item {
  background-color: #343a40;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 !important;
  padding-bottom: 40px !important;
  position: relative;
  display: flex;
  flex-direction: column;
}
.blog-post-view .blog-related-products .post-item .post-image {
  width: 100%;
}
.blog-post-view .blog-related-products .post-item .post-image img {
  display: block;
  width: 100%;
  height: auto;
}
.blog-post-view .blog-related-products .post-item .post-title {
  margin: 20px 20px 40px;
}
.blog-post-view .blog-related-products .post-item .post-title .post-item-name {
  font-weight: 500 ;
  font-size: 18px ;
  line-height: 22px ;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #ffffff;
  word-break: break-word;
}
.blog-post-view .blog-related-products .post-item .read-more-link {
  margin: 0 20px 20px 20px;
  position: absolute;
  bottom: 0;
}
.blog-post-view .blog-related-products .post-item .read-more-link a {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-decoration-line: underline;
  color: #ffffff;
}
.blog-post-view .mfblog-replated-posts-block.block.related .post-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.blog-post-view .col-seperate.icon-with-text {
  width: 100%;
  margin: 25px 0 22px;
}
.blog-post-view .col-seperate.icon-with-text .icon-col {
  display: inline-block;
}
.blog-post-view .col-seperate.icon-with-text .icon-col img {
  margin: 0;
  display: block;
}
.blog-post-view .col-seperate.icon-with-text .text-col {
  display: inline-block;
  width: calc(100% - 42px);
  font-style: normal;
  font-weight: 400;
  font-size: 11px !important;
  line-height: 17px;
  color: #636363;
  margin-left: 56px;
  margin-bottom: 0;
}
.blog-post-view .col-seperate.icon-with-text .text-col p {
  font-weight: 400;
  font-size: 11px !important;
  line-height: 17px;
  color: #636363;
  margin-bottom: 15px;
}
.blog-post-view .col-seperate.icon-with-text .text-col p:last-child {
  margin-bottom: 0;
}
body.blog-post-view .column.main .col-seperate-section .pagebuilder-column-group .pagebuilder-column img {
  width: auto!important;
  margin: 0 ;
}
body.blog-post-view .column.main .col-seperate-section .pagebuilder-column-group .pagebuilder-column p {
  font-weight: 400;
  font-size: 11px ;
  line-height: 17px;
  color: #636363;
  margin-bottom: 15px;
}
body.blog-post-view .column.main .col-seperate-section .pagebuilder-column-group .pagebuilder-column p:last-child {
  margin-bottom: 0;
}
/* max-wdidth:1023px */
/* max-wdidth: 767px */
/* min-wdidth:768px */
/* min-wdidth:1024px */
/**
 * @copyright   Copyright (c) 2021 Kensium Solutions LLC
 */
.columns .column.main {
  margin-bottom: 40px;
}
body.blog-page .widget.blog-search .search .control input {
  font-family: 'neue-haas-grotesk-text' !important;
}
input[type="search"]::-webkit-input-placeholder {
  /* Chrome, Safari */
  color: #9e9e9e;
}
input[type="search"]:-ms-input-placeholder {
  /* IE 10-11 */
  color: #9e9e9e;
}
input[type="search"]::-ms-input-placeholder {
  /* Edge */
  color: #9e9e9e;
}
input[type="search"]::placeholder {
  /* Standard */
  color: #9e9e9e;
  opacity: 1;
}
.blog-readmore-link {
  position: absolute;
  bottom: 15px;
}
.blog-readmore-link a {
  color: #fff;
  text-transform: capitalize;
  text-decoration: underline;
  font-size: 1.5rem;
  line-height: 23px;
  font-weight: 500;
}
.breadcrumbs .back-menu .backbutton {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
}
.breadcrumbs .back-menu .backbutton span {
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
}
.breadcrumbs .back-menu .backbutton span:before {
  content: '';
  background: url(../../frontend/Pharmacann/verilife-new/en_US/images/actionBtn.svg) no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  display: inline-flex;
}
.breadcrumbs .breadcrumbs-items {
  display: none;
}
.blog-page.blog-index-index .page-title-wrapper .page-title {
  display: none;
}
.widget.blog-search .control .ui-autocomplete {
  display: none !important;
}
body.blog-page .widget.blog-search .search .control input:focus-visible {
  overflow: unset;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.blog-index-index .page-main {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  width: auto;
}
.blog-page .global-over-limit-error {
  order: -1;
}
.blog-author-view .widget.block.block-static-block,
.blog-tag-view .widget.block.block-static-block,
.blog-category-view .widget.block.block-static-block,
.blog-index-index .widget.block.block-static-block,
.blog-post-view .widget.block.block-static-block,
.blog-search-index .widget.block.block-static-block {
  max-width: 100%;
  padding: 0;
}
.blog-author-view .widget.block.block-static-block.header-blog-bg,
.blog-tag-view .widget.block.block-static-block.header-blog-bg,
.blog-category-view .widget.block.block-static-block.header-blog-bg,
.blog-index-index .widget.block.block-static-block.header-blog-bg,
.blog-post-view .widget.block.block-static-block.header-blog-bg,
.blog-search-index .widget.block.block-static-block.header-blog-bg {
  background-color: #000000;
  margin-bottom: 20px;
}
.blog-author-view .widget.block.block-static-block.blog_index_banner_fullwidth,
.blog-tag-view .widget.block.block-static-block.blog_index_banner_fullwidth,
.blog-category-view .widget.block.block-static-block.blog_index_banner_fullwidth,
.blog-index-index .widget.block.block-static-block.blog_index_banner_fullwidth,
.blog-post-view .widget.block.block-static-block.blog_index_banner_fullwidth,
.blog-search-index .widget.block.block-static-block.blog_index_banner_fullwidth {
  padding: 0;
}
body.blog-page.blog-post-view .header-blog-bg {
  margin-bottom: 0 !important;
}
.blog-post-bottom-header {
  background-color: #000000;
  color: #ffffff;
}
.blog-banner-section .blog-banner-title-section {
  background-color: #748C86;
  color: #ffffff;
  position: relative;
  cursor: pointer;
}
.blog-banner-section .blog-banner-title-section h1 {
  font-weight: 700;
  color: #ffffff;
}
.blog-banner-section .blog-banner-title-section h1 a {
  color: #ffffff;
  text-decoration: none;
}
.blog-banner-section .blog-banner-title-section h1 a:hover {
  text-decoration: none;
}
.blog-banner-section .blog-banner-title-section .blog-desc {
  font-size: 1.4rem;
  line-height: 17px;
  color: #ffffff;
}
.blog-banner-section .blog-banner-title-section .blog-tags ul {
  margin: 0;
  padding: 0;
}
.blog-banner-section .blog-banner-title-section .blog-tags ul li {
  background-color: #A2B2AE;
  border-radius: 18px;
  margin-right: 20px;
  height: 36px;
  display: inline-flex;
  align-items: center;
}
.blog-banner-section .blog-banner-title-section .blog-tags ul li a {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 28px;
  text-decoration: none;
  text-transform: capitalize;
  padding: 4px 15px 4px;
}
.blog-banner-section .blog-banner-title-section .blog-tags ul li a:hover {
  text-decoration: none;
}
.bgpost-block-section .bgpost-content-section h2 {
  font-weight: 600;
  color: #ffffff;
}
.bgpost-block-section .bgpost-content-section h2 a {
  color: #ffffff;
  text-decoration: none;
}
.bgpost-block-section .bgpost-content-section h2 a:hover {
  text-decoration: none;
}
.bgpost-block-section .bgpost-content-section h3 {
  font-weight: 600;
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 29px;
}
.bgpost-block-section .bgpost-content-section h3 a {
  color: #ffffff;
  text-decoration: none;
}
.bgpost-block-section .bgpost-content-section h3 a:hover {
  text-decoration: none;
}
.blog_top_contet_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog_top_contet_section .blog_images_section {
  position: relative;
  height: 59px;
  display: inline-flex;
  align-items: center;
}
.blog_top_contet_section .blog_images_section a {
  display: inherit;
}
.blog_top_contet_section .blog_images_section .icon {
  margin-right: 40px;
  /*position: relative;
                &:before{
                    content: '';
                    background: url('../../frontend/Pharmacann/verilife-new/en_US/images/blog_top_icon.svg') no-repeat;
                    position: absolute;
                    display: inline-block;

                }*/
}
.blog_cat_links ul {
  margin: 0;
  padding: 0;
}
.blog_cat_links ul li {
  padding: 0 10px;
}
.blog_cat_links ul li a {
  font-size: 1.4rem;
  line-height: 28px;
  color: #ffffff;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 500;
}
.blog_cat_links ul li a:hover {
  text-decoration: none;
}
.blog-banner-section {
  position: relative;
  display: flex;
  justify-content: space-between;
}
body.blog-page .widget.blog-search {
  max-width: 100%;
  margin: 30px auto!important;
  float: none;
  padding: 0;
}
@media (max-width: 991px) {
  body.blog-page .widget.blog-search {
    max-width: 590px;
  }
}
body.blog-page .widget.blog-search .form {
  position: relative;
}
body.blog-page .widget.blog-search .search .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-decoration: none;
  display: inline-block;
}
body.blog-page .widget.blog-search .search .control input {
  border: 0;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  text-align: center;
  outline: none;
  width: 100%;
  background: #fff;
  appearance: none;
}
body.blog-page .widget.blog-search .actions .action.search {
  position: absolute;
  top: -10px;
  left: 0px;
  right: inherit;
  bottom: 0;
  height: auto;
  z-index: 1;
  display: inline-block;
  background: transparent;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  border-radius: 0;
}
body.blog-page .widget.blog-search .actions .action.search span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body.blog-page .widget.blog-search .actions .action.search:before {
  content: '';
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/blog_search_icon.svg') no-repeat;
  display: inline-block;
  background-size: 100%;
}
.blog-popular-topics {
  display: flex;
  justify-content: center;
}
.blog-popular-topics .blog-popular-tags ul {
  margin: 0;
  padding: 0;
}
.blog-popular-topics .blog-popular-tags ul li {
  display: inline-flex;
  margin-bottom: 0;
  border: 1px solid #000000;
  border-radius: 24px;
  height: 40px;
  margin-right: 12px;
  align-items: center;
  flex: 0 0 auto;
}
.blog-popular-topics .blog-popular-tags ul li:last-child {
  margin-right: 0;
}
.blog-popular-topics .blog-popular-tags ul li a {
  font-size: 1.4rem;
  line-height: 18px;
  color: #000000;
  padding: 12px 20px;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 500;
}
.blog-popular-topics .blog-popular-tags ul li a:hover {
  text-decoration: none;
}
.blog-popular-topics .blog-popular-tags .tags {
  margin: 0;
  padding: 0;
}
.blog-popular-topics .blog-popular-tags .tags .tag-text {
  padding: 12px 20px;
  display: inline-flex;
  margin-bottom: 0;
  border: 1px solid #000000;
  border-radius: 24px;
  height: 40px;
  margin-right: 12px;
  align-items: center;
  width: auto!important;
}
.blog-popular-topics .blog-popular-tags .tags .tag-text:last-child {
  margin-right: 0;
}
.blog-popular-topics .blog-popular-tags .tags .tag-text a {
  font-size: 1.4rem;
  line-height: 18px;
  color: #000000;
  text-transform: capitalize;
  text-decoration: none;
}
.blog-popular-topics .blog-popular-tags .tags .tag-text a:hover {
  text-decoration: none;
}
.bgpost-block-section .block-post-grid {
  position: relative;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bgpost-block-section .blog-banner-img img {
  display: block;
  width: 100%;
}
.bgpost-block-section .bgpost-content-section {
  background-color: #343A40;
  position: relative;
  padding: 35px 50px;
  color: #ffffff;
  cursor: pointer;
}
.bgpost-block-section .bgpost-content-section h2 {
  font-size: 3rem;
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 30px;
}
.bgpost-block-section .bgpost-content-section h3 {
  font-size: 2.4rem;
  line-height: 29px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 30px;
  min-height: 90px;
}
.bgpost-block-section .bgpost-content-section .blog-tags ul {
  margin: 0;
  padding: 0;
}
.bgpost-block-section .bgpost-content-section .blog-tags ul li {
  display: inline-flex !important;
  background-color: #636363;
  border: 1px solid #636363;
  border-radius: 18px;
  height: 36px;
  margin-right: 12px;
  align-items: center;
}
.bgpost-block-section .bgpost-content-section .blog-tags ul li:last-child {
  margin-right: 0;
}
.bgpost-block-section .bgpost-content-section .blog-tags ul li a {
  font-size: 1.4rem;
  line-height: 18px;
  color: #ffffff;
  padding: 12px 20px;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 500;
}
.bgpost-block-section .bgpost-content-section .blog-tags ul li a:hover {
  text-decoration: none;
}
.bgpost-block-section .bgpost-content-section.bgpost-science-section {
  background-color: #248EE7;
  min-height: 230px;
}
.bgpost-block-section .bgpost-content-section.bgpost-science-section .blog-tags ul li {
  background-color: #89BAEC;
  border: 1px solid #89BAEC;
}
.showallarticles {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 15px 50px;
  height: 70px;
  background: #6CE38D;
  border-color: #6CE38D;
  border-radius: 36px;
}
.showallarticles:hover {
  opacity: 0.95;
  background: #6CE38D;
  border-color: #6CE38D;
}
.showallarticles span {
  position: relative;
  font-size: 1.8rem;
  line-height: 23px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}
.showallarticles span:after {
  content: '';
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/blog_flower_icon.svg') no-repeat;
  display: inline-block;
  width: 37px;
  height: 38px;
  margin-left: 12px;
}
.showallarticles.showallarticles-hide {
  display: none;
}
.left-search-icon {
  position: fixed;
  width: 55px;
  height: 55px;
  background-color: #D9D9D9;
  border-radius: 0 28px 28px 0;
  z-index: 10;
  top: 75%;
  left: 0;
  cursor: pointer;
}
.left-search-icon:before {
  content: '';
  background: url('../../frontend/Pharmacann/verilife-new/en_US/images/blog_search_icon.svg') no-repeat;
  display: inline-block;
  background-size: 100%;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.post-list-wrapper .blocks-3post-section .post-list {
  margin: 0 -10px;
}
.post-list-wrapper .blocks-3post-section .post-list .post-item {
  padding: 0 10px 10px;
  margin-bottom: 10px;
}
.post-list-wrapper .blocks-3post-section .post-list .post-item .post-container {
  flex-direction: column;
}
.post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info,
.post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-image {
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info {
  padding: 20px;
  max-width: 100%;
  background: #343A40;
  color: #ffffff;
}
.post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info h3 {
  font-weight: 600;
  color: #ffffff;
  height: 66px;
  overflow: hidden;
}
.post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info h3 a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 22px;
}
.post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info h3 a:hover {
  text-decoration: none;
}
.post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info .post-read-more {
  display: block;
}
.post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info .post-read-more a {
  font-size: 1.5rem;
  line-height: 22px;
  display: inline-block;
  background: transparent!important;
  border: 0!important;
  color: #fff !important;
  padding: 0;
  text-transform: capitalize;
  text-decoration: underline;
}
.post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info .post-read-more a:hover {
  text-decoration: none;
}
.post-list-wrapper .blocks-3post-section .post-list:after,
.post-list-wrapper .blocks-3post-section .post-listbefore {
  content: '';
  clear: both;
  width: 100%;
  display: block;
}
.blog-index-index .widget.block.block-static-block {
  margin-bottom: 0!important;
}
.blog-author-view .page-title-wrapper,
.blog-tag-view .page-title-wrapper,
.blog-category-view .page-title-wrapper,
.blog-search-index .page-title-wrapper {
  display: none;
}
.blog-author-view .blog-ser-title,
.blog-tag-view .blog-ser-title,
.blog-category-view .blog-ser-title,
.blog-search-index .blog-ser-title {
  font-size: 2rem;
  line-height: 24px;
  color: #000000;
  font-weight: 600;
}
.blog-author-view .blog-ser-title .count,
.blog-tag-view .blog-ser-title .count,
.blog-category-view .blog-ser-title .count,
.blog-search-index .blog-ser-title .count {
  padding-right: 3px;
}
.blog-author-view .toolbar,
.blog-tag-view .toolbar,
.blog-category-view .toolbar,
.blog-search-index .toolbar {
  text-align: left;
  margin-top: 30px;
}
.blog-author-view .toolbar .mfblog-autoloader,
.blog-tag-view .toolbar .mfblog-autoloader,
.blog-category-view .toolbar .mfblog-autoloader,
.blog-search-index .toolbar .mfblog-autoloader {
  text-align: left;
}
.blog-author-view .toolbar .mfblog-autoloader .action.primary,
.blog-tag-view .toolbar .mfblog-autoloader .action.primary,
.blog-category-view .toolbar .mfblog-autoloader .action.primary,
.blog-search-index .toolbar .mfblog-autoloader .action.primary {
  background: transparent;
  border: 0;
  color: #000000;
  padding: 0;
  cursor: pointer;
}
.blog-author-view .toolbar .mfblog-autoloader .action.primary span,
.blog-tag-view .toolbar .mfblog-autoloader .action.primary span,
.blog-category-view .toolbar .mfblog-autoloader .action.primary span,
.blog-search-index .toolbar .mfblog-autoloader .action.primary span {
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  text-decoration: underline;
}
.blog-author-view .column.main .block:last-child,
.blog-tag-view .column.main .block:last-child,
.blog-category-view .column.main .block:last-child,
.blog-search-index .column.main .block:last-child {
  margin-bottom: 0;
}
@media screen and (orientation: landscape) and (max-width: 991px) {
  .amlocator-location-view .amloc-static-cont-section .store-info-deatils.store-info-hours h3 {
    margin-top: 8px;
  }
  .amlocator-location-view .store-address-main .store-address-section,
  .amlocator-location-view .default-selected-store-address .store-address-section {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  body.blog-page .blog-post-bottom-header .blog_cat-info {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    height: inherit;
  }
  body.blog-page .blog-post-bottom-header .blog_cat-info::-webkit-scrollbar {
    display: none!important;
  }
  body.blog-page .blog-post-bottom-header .blog_cat-info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 #000000;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  body.blog-page .blog-post-bottom-header .blog_cat-info::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #000000 !important;
    -webkit-box-shadow: inset 0 0 0 #000000;
  }
  body.blog-page .blog-post-bottom-header .blog_cat-info::-webkit-scrollbar-thumb:window-inactive {
    background: #000000;
  }
  body.blog-page .blog-post-bottom-header .blog_cat-info li {
    flex: 0 0 auto;
    margin-bottom: 0!important;
  }
  body.blog-page .blog-post-bottom-header .blog_cat-info li.left-arrow {
    border: 0;
    position: relative;
    top: 0px;
    padding: 0;
    margin-right: 30px;
    margin-left: 22px;
    height: 38px;
    width: 16px;
  }
  body.blog-page .blog-post-bottom-header .blog_cat-info li.left-arrow:before {
    content: '';
    display: inline-block;
    background: url(../../frontend/Pharmacann/verilife-new/en_US/images/blog_arrow_white.svg) no-repeat !important;
    width: 14px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  body.blog-page .blog-post-bottom-header .blog_cat-info li.right-arrow {
    position: relative;
    border: 0;
    top: 0px;
    height: 38px;
    width: 16px;
    padding: 0;
    transform: rotate(180deg);
    margin-right: 22px;
    margin-left: 10px;
  }
  body.blog-page .blog-post-bottom-header .blog_cat-info li.right-arrow:before {
    content: '';
    display: inline-block;
    background: url(../../frontend/Pharmacann/verilife-new/en_US/images/blog_arrow_white.svg) no-repeat !important;
    top: 50%;
    left: 50%;
    /*transform: translate(-50% , -50%);*/
    width: 14px;
    height: 20px;
  }
  body.blog-page ul.blog-popular-arrows li.left-arrow.blog-arrows,
  body.blog-page ul.blog-data-arrows li.left-arrow.blog-arrows,
  body.blog-page ul.blog-popular-arrows li.right-arrow.blog-arrows,
  body.blog-page ul.blog-data-arrows li.right-arrow.blog-arrows {
    display: none;
  }
  body.blog-page ul.blog-popular-arrows li.left-arrow.show-arrows,
  body.blog-page ul.blog-data-arrows li.left-arrow.show-arrows,
  body.blog-page ul.blog-popular-arrows li.right-arrow.show-arrows,
  body.blog-page ul.blog-data-arrows li.right-arrow.show-arrows {
    display: inline-flex;
  }
}
@media screen and (orientation: landscape) and (max-width: 767px) {
  .blog-index-index .widget.block.block-static-block.header-blog-bg {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .blog-author-view .post-list-wrapper .blocks-3post-section .post-list,
  .blog-tag-view .post-list-wrapper .blocks-3post-section .post-list,
  .blog-category-view .post-list-wrapper .blocks-3post-section .post-list,
  .blog-search-index .post-list-wrapper .blocks-3post-section .post-list {
    margin: 0;
  }
  .blog-author-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container,
  .blog-tag-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container,
  .blog-category-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container,
  .blog-search-index .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container {
    flex-direction: row;
  }
  .blog-author-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-image,
  .blog-tag-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-image,
  .blog-category-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-image,
  .blog-search-index .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-image {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    width: 30%;
  }
  .blog-author-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info,
  .blog-tag-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info,
  .blog-category-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info,
  .blog-search-index .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info {
    padding: 0 0 0 15px;
    flex: 0 0 70%;
    max-width: 70%;
    width: 70%;
    background: #fff;
    color: #000;
  }
  .blog-author-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info a,
  .blog-tag-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info a,
  .blog-category-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info a,
  .blog-search-index .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info a {
    color: #000 !important;
    font-size: 1.2rem !important;
  }
  .blog-author-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info .post-read-more,
  .blog-tag-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info .post-read-more,
  .blog-category-view .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info .post-read-more,
  .blog-search-index .post-list-wrapper .blocks-3post-section .post-list .post-item .post-container .post-info .post-read-more {
    display: none;
  }
  .blog-author-view #maincontent,
  .blog-tag-view #maincontent,
  .blog-category-view #maincontent,
  .blog-search-index #maincontent {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.blog-page .widget.blog-search {
    padding: 0;
  }
  body.blog-page.blog-index-index .widget.blog-search {
    padding: 0 20px;
  }
  .post-list-wrapper .blocks-3post-section .post-list .post-item {
    padding: 0 0px 8px!important;
    margin-bottom: 10px !important;
    border: 0;
  }
  .blog-search-open .column.main .widget.block.blog-search .ui-autocomplete {
    background: #fff;
    padding: 20px;
    list-style: none;
    margin: 0;
    float: left;
    height: 75vh;
    overflow: auto;
    width: 100%;
    display: block!important;
  }
  .blog-search-open .column.main .widget.block.blog-search .ui-autocomplete li {
    float: left;
    width: 100%;
    margin-bottom: 22px;
  }
  .blog-search-open .column.main .widget.block.blog-search .ui-autocomplete li h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .blog-search-open .column.main .widget.block.blog-search .ui-autocomplete li h3 a {
    color: #000;
    float: right;
    text-decoration: underline;
  }
  .blog-search-open .column.main .widget.block.blog-search .ui-autocomplete li .blog-search-img {
    height: 55px;
    width: 98px;
    display: block;
    float: left;
    margin-right: 11px;
  }
  .blog-search-open .column.main .widget.block.blog-search .ui-autocomplete li .blog-search-tag {
    font-size: 12px;
    color: #636363;
    margin-bottom: 5px;
    display: block;
    text-decoration: none;
  }
  .blog-search-open .column.main .widget.block.blog-search .ui-autocomplete li .blog-search-title {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    line-height: 17px;
    text-decoration: none;
  }
}
@media (max-width: 991px) {
  body.blog-page .widget.blog-search .actions .action.search:before {
    width: 18px;
    height: 18px;
  }
  .left-search-icon {
    top: 50%!important;
    transform: translateY(-50%);
  }
}
@media (min-width: 1024px) {
  .blog-index-index .bgpost-block-section .block-post .bgpost-content-section {
    padding: 35px 50px;
  }
  .blog-index-index .bgpost-block-section .block-post .bgpost-content-section h3 {
    font-size: 2.4rem;
    line-height: 29px;
  }
}
/**
 * @copyright   Copyright (c) 2021 Kensium Solutions LLC
 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
input[type="search"]::-webkit-input-placeholder {
  /* Chrome, Safari */
  color: #9e9e9e;
}
input[type="search"]:-ms-input-placeholder {
  /* IE 10-11 */
  color: #9e9e9e;
}
input[type="search"]::-ms-input-placeholder {
  /* Edge */
  color: #9e9e9e;
}
input[type="search"]::placeholder {
  /* Standard */
  color: #9e9e9e;
  opacity: 1;
}
.blog-post-view > .page-wrapper > .widget.header-blog-bg {
  margin-bottom: 0 !important;
}
.blog-post-view .hide-section,
.blog-post-view .page-title-wrapper {
  display: none;
}
.blog-post-view .column .post-holder {
  padding-bottom: 0;
}
.blog-post-view .base-font {
  font-family: 'neue-haas-grotesk-text' !important;
}
.blog-post-view .display-font {
  font-family: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.blog-post-view .small-size-para p {
  font-family: 'neue-haas-grotesk-text' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 15px !important;
  line-height: 150% !important;
  letter-spacing: 0.01em;
  color: #000000;
}
.blog-post-view .medium-size-para p {
  font-family: 'neue-haas-grotesk-text' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 20px !important;
  line-height: 150% !important;
  color: #000000;
}
.blog-post-view .main-title p {
  font-family: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 36px !important;
  line-height: 120% !important;
  color: #000000;
  margin-bottom: 0;
}
.blog-post-view .small-main-title p {
  font-family: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 18px !important;
  line-height: 120% !important;
  letter-spacing: 0.01em;
}
.blog-post-view .large-size-para p {
  font-family: 'neue-haas-grotesk-text' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 24px !important;
  line-height: 120% !important;
  color: #000000;
}
.blog-post-view .margin0 > * {
  margin: 0 !important;
}
.blog-post-view .margin0[data-content-type="divider"] {
  line-height: 1px;
}
.blog-post-view .normal-btn-link .pagebuilder-button-link {
  padding: 12px 20px;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 24px;
  font-family: 'neue-haas-grotesk-text' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #000000;
  margin-right: 12px;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_blogdetails.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_bloglanding.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_blogPostLanding.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fblog.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAqCI%2CwBAJqD%3BECodjD%2CIAAC%2CeACG%2CQAAO%2CKACH%2CsBACI%2C0BACI%2CoBACI%3BIAEI%2CoBAAA%3B%3BEAS5B%3BIASI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAXJ%2CkBACI%2CgBAAgB%2CGAAE%3BIACd%2CoBAAA%3B%3BEAFR%2CkBAIG%2CgBAAgB%2CGAAE%2COAAQ%3BIACtB%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAPP%2CkBAYI%3BEAZJ%2CkBAaI%3BIACI%2CaAAA%3BIACA%2CmBAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CuBAAA%3B%3BEArBR%2CkBAYI%2CqBAUI%3BEAtBR%2CkBAaI%2CaASI%3BIACI%2CUAAA%3BIACA%2CmBAAA%3B%3BEAxBZ%2CkBAYI%2CqBAUI%2CmBAGI%3BEAzBZ%2CkBAaI%2CaASI%2CmBAGI%3BIACI%2CmBAAA%3B%3BEAEJ%2CkBAhBR%2CqBAUI%2CmBAMK%3BEAAD%2CkBAfR%2CaASI%2CmBAMK%3BIACG%2CiBAAA%3B%3BEA7BhB%2CkBAYI%2CqBAUI%2CmBASI%2CEAAC%3BEA%5C%2FBb%2CkBAaI%2CaASI%2CmBASI%2CEAAC%3BIACG%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEApChB%2CkBAYI%2CqBAUI%2CmBASI%2CEAAC%2CiBAMG%3BEArChB%2CkBAaI%2CaASI%2CmBASI%2CEAAC%2CiBAMG%3BIACI%2CgBAAA%3B%3BEAOpB%2CIAAI%3B%3B%3B%3B%3B%3BEAAJ%2CIAAI%2CeAKA%3BIACI%2CeAAA%3B%3BEANR%2CIAAI%2CeASA%2C6BAA4B%2CMAAM%2CQAC9B%3BIACI%2CaAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAdZ%2CIAAI%2CeASA%2C6BAA4B%2CMAAM%2CQAC9B%2CWAKI%3BIACI%2C2BAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2C6BAAA%3B%3BEAKhB%2CUACI%2CcACI%3BIACG%2CaAAA%3B%3BEAHX%2CUACI%2CcACI%2CsBAEI%3BIACI%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2C0BAAA%3BIACA%2CgBAAA%3B%3BEAKR%2CUADJ%2CoBACK%3BIACA%2C0BAAA%3BIACA%2CmBAAA%3B%3BEAID%2CUADJ%2CmBAAmB%2CgBAAgB%2CGAAE%2CYAChC%3BIACG%2CWAAA%3BIACA%2CiBAAA%3BIACA%2C6BAAA%3B%3BEAIZ%2CIAAI%2CUAAU%2CeAAgB%2CcAAc%3BEAC5C%2CIAAI%2CUAAU%2CeAAgB%2CcAAc%2CaAAY%3BIACpD%2CoBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAJJ%2CIAAI%2CUAAU%2CeAAgB%2CcAAc%2CqBAKxC%3BEAJJ%2CIAAI%2CUAAU%2CeAAgB%2CcAAc%2CaAAY%2CYAIpD%3BIACI%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3BECiEL%2CIAFC%2CUAAW%2CGAAE%2CoBAAqB%2CGAElC%3BEAAD%2CIADC%2CUAAW%2CGAAE%2CiBAAkB%2CGAC%5C%2FB%3BIACG%2CaAAA%3B%3BEACA%2CIAJH%2CUAAW%2CGAAE%2CoBAAqB%2CGAElC%2CYAEI%3BEAAD%2CIAHH%2CUAAW%2CGAAE%2CiBAAkB%2CGAC%5C%2FB%2CYAEI%3BIACG%2CoBAAA%3B%3BEAIX%2CqBAAsB%2CwBAAuB%3BIACzC%2C6BAAA%3B%3BEAGH%3BIACG%2CaAAA%3B%3BEAEH%2COAAO%2CKACA%2CkBACI%2CsBACI%2CiBACI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEANvB%2COAAO%2CKAWA%2CiBACI%3BIACI%2CmBAAA%3BIACA%2CWAAA%3B%3BEAdf%2COAAO%2CKAiBA%3BIACI%2CeAAA%3B%3BEAlBX%2COAAO%2CKAiBA%2C%2BBAEI%2CiBACI%3BIACI%2C4BAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3B%3BEAzBnB%2COAAO%2CKAiBA%2C%2BBAEI%2CiBACI%2CYAOI%3BIACI%2CuBAAA%3BIACA%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEA%5C%2FBvB%2COAAO%2CKAiBA%2C%2BBAEI%2CiBACI%2CYAOI%2CwBAKI%3BIACI%2CaAAA%3B%3BEAjC3B%2COAAO%2CKAiBA%2C%2BBAEI%2CiBACI%2CYAOI%2CwBAQI%3BIACI%2CkBAAA%3BIACA%2CYAAA%3B%3BEArC3B%2COAAO%2CKAiBA%2C%2BBAEI%2CiBACI%2CYAOI%2CwBAQI%2CoBAII%3BIACI%2CcAAA%3BIACA%2C0BAAA%3BIACA%2C0BAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAQ%5C%2FB%3BIACG%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAJH%2CoBAKG%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAGP%2CIAAI%2CUAAW%2CQAAO%2CYAAa%2CSAAS%2CQAAO%2COAAO%3BIACtD%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3B%3BEAEJ%2CGAAG%3B%3B%3B%3BEAAH%2CGAAG%2CkBAGC%2CcAAc%2CaAAY%3BEAH9B%2CGAAG%2CkBAIC%2CcAAc%2CaAAY%3BIACtB%2CqBAAA%3BIACA%2CyBAAA%3B%3BEAGT%2CIAAI%2CUACA%2CQAAO%2CKAAM%3BIACT%2CgBAAA%3B%3BEAFR%2CIAAI%2CUAIA%3BIACI%2CeAAA%3B%3BEALR%2CIAAI%2CUAIA%2CgBAGO%3B%3B%3B%3B%3B%3B%3B%3BEAOG%2CIAdV%2CUAIA%2CgBAGO%2CeAOI%3BIACC%2CuBAAA%3B%3BEAEF%2CIAjBV%2CUAIA%2CgBAGO%2CeAUI%3BIACC%2CuCAAA%3BIACA%2C0BAAA%3BIACA%2CkBAAA%3B%3BEAGF%2CIAvBV%2CUAIA%2CgBAGO%2CeAgBI%3BIACC%2C0BAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CuCAAA%3B%3BEAGF%2CIA9BV%2CUAIA%2CgBAGO%2CeAuBI%2CyBAAyB%3BIACxB%2CmBAAA%3B%3BEA%5C%2FBhB%2CIAAI%2CUAIA%2CgBAGO%2CeA0BC%3BIACI%2CcAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2C0BAAA%3B%3BEACA%2CIAtCZ%2CUAIA%2CgBAGO%2CeA0BC%2CGAKK%3BIAYG%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAlBA%2CIAvChB%2CUAIA%2CgBAGO%2CeA0BC%2CGAKK%2CWACI%3BIACG%2CSAAS%2CEAAT%3BIACA%2CqBAAA%3BIACA%2CyDAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CqBAAX%3B%3BEAWR%2CIA3DZ%2CUAIA%2CgBAGO%2CeA0BC%2CGA0BK%3BIAYG%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CcAAX%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAnBA%2CIA5DhB%2CUAIA%2CgBAGO%2CeA0BC%2CGA0BK%2CYACI%3BIACG%2CSAAS%2CEAAT%3BIACA%2CqBAAA%3BIACC%2CyDAAA%3BIAEL%2CQAAA%3BIACA%2CSAAA%3B%3BIAEA%2CWAAA%3BIACI%2CYAAA%3B%3BEArExB%2CIAAI%2CUAqFA%2CmBACA%3B%3B%3B%3B%3B%3B%3B%3BEAOQ%2CIA7FR%2CUAqFA%2CmBACA%2CeAOS%3BIACG%2CuBAAA%3B%3BEAEN%2CIAhGN%2CUAqFA%2CmBACA%2CeAUO%3BIACC%2CiCAAA%3BIACA%2CyCAAA%3B%3BEAGF%2CIArGN%2CUAqFA%2CmBACA%2CeAeO%3BIACC%2C0BAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CiCAAA%3B%3BEAGF%2CIA5GN%2CUAqFA%2CmBACA%2CeAsBO%2CyBAAyB%3BIACxB%2CgBAAA%3B%3BEA7GZ%2CIAAI%2CUAqFA%2CmBACA%2CeAyBM%3BIACE%2CcAAA%3BIACA%2CoBAAA%3B%3BEACA%2CIAlHR%2CUAqFA%2CmBACA%2CeAyBM%2CGAGG%3BIAYG%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAlBA%2CIAnHZ%2CUAqFA%2CmBACA%2CeAyBM%2CGAGG%2CWACI%3BIACG%2CSAAS%2CEAAT%3BIACA%2CqBAAA%3BIACA%2CmDAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CqBAAX%3B%3BEAWR%2CIAvIR%2CUAqFA%2CmBACA%2CeAyBM%2CGAwBG%3BIAYG%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CcAAX%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAnBA%2CIAxIZ%2CUAqFA%2CmBACA%2CeAyBM%2CGAwBG%2CYACI%3BIACG%2CSAAS%2CEAAT%3BIACA%2CqBAAA%3BIACA%2CmDAAA%3BIAEJ%2CQAAA%3BIACA%2CSAAA%3B%3BIAEA%2CWAAA%3BIACI%2CYAAA%3B%3BEAjJpB%2CIAAI%2CUAkKA%3BIACI%2CYAAA%3B%3BEAGR%2CiBACI%2CQAAO%2CMAAM%3BIACV%2CUAAA%3B%3BEAGP%2CiBAII%2CmBACI%2CsBACI%3BEALZ%2CcAGI%2CmBACI%2CsBACI%3BEAJZ%2CmBAEI%2CmBACI%2CsBACI%3BEAHZ%2CkBACI%2CmBACI%2CsBACI%3BIACI%2CeAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3B%3BEAThB%2CiBAII%2CmBACI%2CsBACI%2CWAII%3BEAThB%2CcAGI%2CmBACI%2CsBACI%2CWAII%3BEARhB%2CmBAEI%2CmBACI%2CsBACI%2CWAII%3BEAPhB%2CkBACI%2CmBACI%2CsBACI%2CWAII%3BIACI%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAbpB%2CiBAII%2CmBACI%2CsBACI%2CWAII%2CWAII%3BEAbpB%2CcAGI%2CmBACI%2CsBACI%2CWAII%2CWAII%3BEAZpB%2CmBAEI%2CmBACI%2CsBACI%2CWAII%2CWAII%3BEAXpB%2CkBACI%2CmBACI%2CsBACI%2CWAII%2CWAII%3BIACI%2CsBAAA%3BIACA%2CaAAA%3B%3BEAhBxB%2CiBAII%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAGI%3BEAhBxB%2CcAGI%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAGI%3BEAfxB%2CmBAEI%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAGI%3BEAdxB%2CkBACI%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAGI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3B%3BEApB5B%2CiBAII%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAGI%2CYAII%3BEApB5B%2CcAGI%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAGI%2CYAII%3BEAnB5B%2CmBAEI%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAGI%2CYAII%3BEAlB5B%2CkBACI%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAGI%2CYAII%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAxBhC%2CiBAII%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%3BEA1BxB%2CcAGI%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%3BEAzBxB%2CmBAEI%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%3BEAxBxB%2CkBACI%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%3BIACI%2CaAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3B%3BEAjC5B%2CiBAII%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%2CWAOI%3BEAjC5B%2CcAGI%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%2CWAOI%3BEAhC5B%2CmBAEI%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%2CWAOI%3BEA%5C%2FB5B%2CkBACI%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%2CWAOI%3BIACI%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAvChC%2CiBAII%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%2CWAOI%2CGAMI%3BEAvChC%2CcAGI%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%2CWAOI%2CGAMI%3BEAtChC%2CmBAEI%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%2CWAOI%2CGAMI%3BEArChC%2CkBACI%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%2CWAOI%2CGAMI%3BIACI%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CqBAAA%3B%3BEACA%2CiBAzChC%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%2CWAOI%2CGAMI%2CEAKK%3BEAAD%2CcAzChC%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%2CWAOI%2CGAMI%2CEAKK%3BEAAD%2CmBAzChC%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%2CWAOI%2CGAMI%2CEAKK%3BEAAD%2CkBAzChC%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%2CWAOI%2CGAMI%2CEAKK%3BIACG%2CqBAAA%3B%3BEA9CxC%2CiBAII%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%2CWAuBI%3BEAjD5B%2CcAGI%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%2CWAuBI%3BEAhD5B%2CmBAEI%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%2CWAuBI%3BEA%5C%2FC5B%2CkBACI%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%2CWAuBI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEApDhC%2CiBAII%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%2CWAuBI%2CgBAGI%3BEApDhC%2CcAGI%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%2CWAuBI%2CgBAGI%3BEAnDhC%2CmBAEI%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%2CWAuBI%2CgBAGI%3BEAlDhC%2CkBACI%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%2CWAuBI%2CgBAGI%3BIACI%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2C0BAAA%3BIACA%2C0BAAA%3B%3BEACA%2CiBAvDhC%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%2CWAuBI%2CgBAGI%2CEAMK%3BEAAD%2CcAvDhC%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%2CWAuBI%2CgBAGI%2CEAMK%3BEAAD%2CmBAvDhC%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%2CWAuBI%2CgBAGI%2CEAMK%3BEAAD%2CkBAvDhC%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%2CWAuBI%2CgBAGI%2CEAMK%3BIACG%2CqBAAA%3B%3BEA5DxC%2CiBAII%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%2CWAqCI%3BEA%5C%2FD5B%2CcAGI%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%2CWAqCI%3BEA9D5B%2CmBAEI%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%2CWAqCI%3BEA7D5B%2CkBACI%2CmBACI%2CsBACI%2CWAII%2CWAII%2CgBAaI%2CWAqCI%3BIACI%2CaAAA%3B%3BEAShC%2CiBAKI%3BEAJJ%2CcAII%3BEAHJ%2CmBAGI%3BEAFJ%2CeAEI%3BEADJ%2CIAAI%2CkBACA%3BIACI%2CaAAA%3BIACA%2CkBAAA%3B%3BEAPR%2CiBASI%3BEARJ%2CcAQI%3BEAPJ%2CmBAOI%3BEANJ%2CeAMI%3BEALJ%2CIAAI%2CkBAKA%3BIACI%2CcAAA%3BIACA%2C0BAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEACI%2CiBANR%2CaAMS%3BEAAD%2CcANR%2CaAMS%3BEAAD%2CmBANR%2CaAMS%3BEAAD%2CeANR%2CaAMS%3BEAAD%2CIAXR%2CkBAKA%2CaAMS%3BIACG%2CSAAS%2CEAAT%3BIACA%2CgBAAgB%2CwCAAhB%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3BIACA%2CqBAAA%3B%3BEAzBhB%2CiBASI%2CaAmBG%3BEA3BP%2CcAQI%2CaAmBG%3BEA1BP%2CmBAOI%2CaAmBG%3BEAzBP%2CeAMI%2CaAmBG%3BEAxBP%2CIAAI%2CkBAKA%2CaAmBG%3BIACK%2CcAAA%3B%3BEA7BZ%2CiBASI%2CaAmBG%2CGAEK%3BEA7BZ%2CcAQI%2CaAmBG%2CGAEK%3BEA5BZ%2CmBAOI%2CaAmBG%2CGAEK%3BEA3BZ%2CeAMI%2CaAmBG%2CGAEK%3BEA1BZ%2CIAAI%2CkBAKA%2CaAmBG%2CGAEK%3BIACI%2CcAAA%3B%3BEA%5C%2FBhB%2CiBASI%2CaAmBG%2CGAEK%2CGAEI%3BEA%5C%2FBhB%2CcAQI%2CaAmBG%2CGAEK%2CGAEI%3BEA9BhB%2CmBAOI%2CaAmBG%2CGAEK%2CGAEI%3BEA7BhB%2CeAMI%2CaAmBG%2CGAEK%2CGAEI%3BEA5BhB%2CIAAI%2CkBAKA%2CaAmBG%2CGAEK%2CGAEI%3BEAhChB%2CiBASI%2CaAmBG%2CGAEK%2CGAGI%3BEAhChB%2CcAQI%2CaAmBG%2CGAEK%2CGAGI%3BEA%5C%2FBhB%2CmBAOI%2CaAmBG%2CGAEK%2CGAGI%3BEA9BhB%2CeAMI%2CaAmBG%2CGAEK%2CGAGI%3BEA7BhB%2CIAAI%2CkBAKA%2CaAmBG%2CGAEK%2CGAGI%3BIACI%2CcAAA%3B%3BEAMpB%2CqBACI%2CwBACI%3BIACI%2C6BAAA%3B%3BEAHZ%2CqBACI%2CwBAII%3BIACI%2C6BAAA%3B%3BEAKZ%2CIAAI%2CUAAW%2CsBAAsB%3BIACjC%2CmBAAA%3B%3BEAGA%2CIADE%2CWACD%3BIACG%2CeAAA%3B%3BEADJ%2CIADE%2CWACD%2CiBAEG%3BIACI%2CsBAAA%3B%3BEAHR%2CIADE%2CWACD%2CiBAEG%2CqBAEG%3BEAJP%2CIADE%2CWACD%2CiBAEG%2CqBAGG%3BIACI%2CWAAA%3B%3BEANX%2CIADE%2CWACD%2CiBAEG%2CqBAMG%3BIACC%2CaAAA%3B%3BEAKZ%2CIAAK%3BIACD%2CsBAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAEJ%2CkBAAmB%3BEACnB%2CeAAgB%3BIACZ%2CkBAAA%3B%3BEAEI%2CkBAJW%2CGAGf%2CGACK%2CWAAW%3BEAAZ%2CeAHQ%2CGAEZ%2CGACK%2CWAAW%3BIACR%2C0BAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CkBATW%2CGAGf%2CGAMK%2CYAAY%3BEAAb%2CeARQ%2CGAEZ%2CGAMK%2CYAAY%3BIACT%2C0BAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3B%3BEAKZ%3BIACI%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIAGA%2CoBAAA%3BIACA%2CoBAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CsCAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3B%3BEAEJ%3BIACI%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAEJ%3BIACI%2CgEAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2CwBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3B%3BEACA%2CiBAAC%2CIAAI%3BIACD%2CUAAA%3BIACA%2CoBAAA%3B%3BEAGR%3BIACI%2CSAAA%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CWAAW%2CcAAX%3B%3BEAEJ%2CIAAI%2CUAAW%3BIACX%2CyBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CIAAI%2CUAAW%2CyBAAyB%3BIACpC%2CmBAAA%3B%3BEAEJ%2CoBACI%3BIACI%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAJR%2CoBAOI%3BIACI%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CoBAAA%3BIACA%2CoBAAA%3B%3BEAdR%2CoBAiBI%3BIACI%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CsCAAA%3B%3BEAxBR%2CoBA2BI%3BIACI%2CgBAAA%3B%3BEA5BR%2CoBA%2BBI%3BIACI%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEApCR%2CoBAuCI%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CwBAAA%3B%3BEA9CR%2CoBAiDI%2CkBAAiB%2CIAAI%3BIACjB%2CUAAA%3BIACA%2CoBAAA%3B%3BEAnDR%2CoBAsDI%3BIACI%2CSAAA%3BIACA%2CmBAAA%3B%3BEAxDR%2CoBA2DI%3BIACI%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CWAAW%2CcAAX%3B%3BEA9DR%2CoBAiEI%3BIACI%2C0DAAA%3B%3BECjkCJ%2CiBAAkB%3BIAClB%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CMAAA%3B%3BEAEA%2CiBAAkB%2CQAAO%2CKAAM%2CQAAO%2CMAAM%3BIAC5C%2CeAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CoBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CiBAAkB%2CQAAO%2CKAAM%2CQAAO%2CMAAM%2CYAAa%3BIACrD%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CgCAAA%3BIACA%2CYAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAGJ%2CiBAAkB%2CQAAO%2CKAAM%2CQAAO%2CMAAM%2CYAAa%3BIACrD%2CUAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CgBAAgB%2C4CAAhB%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACM%2CkBAAA%3B%3BEAEV%2CiBAAkB%2CQAAO%2CKAAM%2CQAAO%2CMAAM%2CYAAa%3BIACrD%2CoBAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CIAAI%2CUAAU%2CiBAAkB%2CQAAO%2CYAAa%2CSAAS%2CQAAO%2COAAO%3BIACvE%2CUAAA%3BIACA%2CoBAAA%3B%3B%3BAHhJJ%2CgBALsC%3BECkkBd%2CIARnB%2CeACG%2CQAAO%2CKACH%2CsBACI%2C0BAII%2CoBACK%3BIACG%2CoBAAA%3B%3BEAqB5B%2CIAAK%2CmBAAmB%2CgBAAgB%3BIACpC%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CeACI%3B%3B%3B%3BEADJ%2CeAKI%3BIACI%2CgBAAA%3B%3BEANR%2CeAQI%2C6BAA4B%2CMAAM%2CQAC9B%3BIACI%2CaAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAbZ%2CeAQI%2C6BAA4B%2CMAAM%2CQAC9B%2CWAKI%3BIACI%2C2BAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAnBhB%2CeAuBI%3BIACI%2CaAAA%3BIACA%2CuBAAA%3B%3BEACA%2CeAHJ%2CcAGK%2CeACG%3BIACI%2CqBAAA%3BIACA%2CwBAAA%3B%3BEAMhB%3BIACQ%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAFR%2CkBAGO%2CsBACK%3BIACI%2C8BAAA%3B%3BEALhB%2CkBAGO%2CsBACK%2C0BAEI%3BIACI%2CYAAA%3B%3BEAPpB%2CkBAWQ%2CqBACI%3BIACI%2C8BAAA%3B%3BEAbhB%2CkBAWQ%2CqBACI%2C0BAEI%3BIACI%2CoBAAA%3B%3BEAfpB%2CkBAWQ%2CqBACI%2C0BAEI%2CoBAEI%3BIACI%2CiBAAA%3B%3BEAjBxB%2CkBAuBG%3BIACI%2CcAAA%3B%3BEAGA%2CkBADJ%2CoBACK%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAIR%2CeACI%2CWACI%2CcACI%3BIACI%2CcAAA%3B%3BEAJhB%2CeACI%2CWACI%2CcACI%2CsBAEI%3BIACQ%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEAVxB%2CeACI%2CWACI%2CcACI%2CsBAYI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BECosBR%2CIAHR%2CUACC%2CiBACG%2CQACK%3BIACG%2CgBAAA%3BIACA%2CUAAA%3B%3BEAKR%2CIAVJ%2CUASA%2CQACK%3BIACG%2CeAAA%3BIACA%2CUAAA%3B%3BEAIZ%3BIACI%2CuBAAA%3B%3BEAQJ%2CqBACI%3BIACI%2CiBAAA%3B%3BEAgBR%2CIAAI%2CUACA%2CQAAO%2CYACH%2CQACI%2CSACI%3BIACI%2CeAAA%3BIACA%2CkBAAA%3B%3BEACA%2CIAPhB%2CUACA%2CQAAO%2CYACH%2CQACI%2CSACI%2CMAGK%3BIACG%2CeAAA%3B%3BEARxB%2CIAAI%2CUACA%2CQAAO%2CYAeH%2CSAAS%2CQAAO%2COAAO%3BIACtB%2CWAAA%3BIACD%2CYAAA%3B%3BEAKR%2CoBACI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEAQR%3BIACG%2CaAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAKH%3BIACI%2CmBAAA%3B%3BEADJ%2CwBAGI%3BIACI%2CkBAAA%3BIACA%2CgBAAA%3B%3BEALR%2CwBAGI%2CqBAGI%3BIACI%2CgBAAA%3B%3BEAiBZ%2CIAAK%2CgBACD%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEAHR%2CIAAK%2CgBACD%2CGAGI%3BIACI%2CeAAA%3BIACA%2CqBAAA%3B%3BEAKZ%3BIACI%2CmBAAA%3B%3BEADJ%2CoBAMI%3BIACI%2CUAAA%3B%3BEAPR%2CoBAMI%2CiBAKI%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAdZ%2CoBAiBI%3BIACI%2CUAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAvBR%2CoBAiBI%2C2BAUI%3BIACI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAhCZ%2CoBAiBI%2C2BAiBI%3BIACI%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAvCZ%2CoBAiBI%2C2BA2BI%2CWAOI%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEArDhB%2CoBAiBI%2C2BA2BI%2CWAOI%2CGAGI%3BIACI%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIAEA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3B%3BEA9DpB%2CoBAiBI%2C2BA2BI%2CWAOI%2CGAGI%2CGASI%3BIACI%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CqBAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAOxB%2CiBACI%2CQAAO%3BIACH%2CgCAAA%3B%3BEAFR%2CiBAII%2CsBACI%3BIACI%2CaAAA%3BIACA%2CeAAA%3BIACA%2C2BAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAVZ%2CiBAII%2CsBAQI%3BIACI%2C4BAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3B%3BEAjBZ%2CiBAII%2CsBAQI%2CYAMI%2CiBACI%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAtBpB%2CiBAII%2CsBAQI%2CYAaI%3BIACI%2CyBAAA%3BIAEA%2CcAAA%3BIACA%2COAAA%3B%3BEA7BhB%2CiBAII%2CsBAQI%2CYAaI%2CwBAKI%3BEA9BhB%2CiBAII%2CsBAQI%2CYAaI%2CwBAKQ%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAlCpB%2CiBAII%2CsBAQI%2CYAaI%2CwBAKI%2CGAKI%3BEAnCpB%2CiBAII%2CsBAQI%2CYAaI%2CwBAKQ%2CGAKA%3BIACI%2CcAAA%3BIACA%2CqBAAA%3B%3BEACA%2CiBAlCpB%2CsBAQI%2CYAaI%2CwBAKI%2CGAKI%2CEAGK%3BEAAD%2CiBAlCpB%2CsBAQI%2CYAaI%2CwBAKQ%2CGAKA%2CEAGK%3BIACG%2CqBAAA%3B%3BEAvC5B%2CiBAII%2CsBAQI%2CYAaI%2CwBAkBI%3BIACI%2CiBAAA%3BIACA%2CiBAAA%3B%3BEA7CpB%2CiBAII%2CsBAQI%2CYAaI%2CwBAsBI%3BIACI%2CgBAAA%3B%3BEAhDpB%2CiBAII%2CsBAQI%2CYAaI%2CwBAsBI%2CWAEI%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEAnDxB%2CiBAII%2CsBAQI%2CYAaI%2CwBAsBI%2CWAEI%2CGAGI%3BIACI%2CoBAAA%3BIACA%2CyBAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEA5D5B%2CiBAII%2CsBAQI%2CYAaI%2CwBAsBI%2CWAEI%2CGAGI%2CGASI%3BIACI%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2C0BAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAShC%2COAAO%3BIACH%2C%2BBAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAFJ%2CoBAOI%3BIACI%2CmBAAA%3B%3BEAOA%2CoBADL%2CWAAW%2CmBAAmB%2CGAAG%2CGAC3B%3BEACD%2CoBAFL%2CWAAW%2CmBAAmB%2CGAAG%2CGAE3B%3BIACG%2CaAAA%3B%3BEAIZ%2CsBACI%3BIACI%2CUAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2C4BAAA%3BIACA%2CmBAAA%3B%3BEAGR%2C8BAEI%3BEADJ%2CsBACI%3BIACI%2C4BAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAGR%2CkBACI%2CsBACI%3BIACI%2CeAAA%3B%3BEAHZ%2CkBACI%2CsBACI%2CWAEI%3BIACI%2CUAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3B%3BEAKhB%2CiBAII%3BEAHJ%2CcAGI%3BEAFJ%2CmBAEI%3BEADJ%2CeACI%3BIACI%2CaAAA%3B%3BEAGR%2CiBAII%3BEAHJ%2CcAGI%3BEAFJ%2CmBAEI%3BEADJ%2CkBACI%3BIACI%2CaAAA%3B%3BEALR%2CiBAOI%3BEANJ%2CcAMI%3BEALJ%2CmBAKI%3BEAJJ%2CkBAII%3BIACI%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAZR%2CiBAcI%3BEAbJ%2CcAaI%3BEAZJ%2CmBAYI%3BEAXJ%2CkBAWI%3BIACI%2CaAAA%3B%3BEAfR%2CiBAkBI%3BEAjBJ%2CcAiBI%3BEAhBJ%2CmBAgBI%3BEAfJ%2CkBAeI%3BIACE%2CcAAA%3B%3BEAnBN%2CiBAqBI%2CWACI%3BEArBR%2CcAoBI%2CWACI%3BEApBR%2CmBAmBI%2CWACI%3BEAnBR%2CkBAkBI%2CWACI%3BIACI%2CaAAA%3B%3BEAvBZ%2CiBAqBI%2CWACI%2CWAEI%3BEAvBZ%2CcAoBI%2CWACI%2CWAEI%3BEAtBZ%2CmBAmBI%2CWACI%2CWAEI%3BEArBZ%2CkBAkBI%2CWACI%2CWAEI%3BIACI%2CmBAAA%3B%3BEAzBhB%2CiBAqBI%2CWACI%2CWAKI%3BEA1BZ%2CcAoBI%2CWACI%2CWAKI%3BEAzBZ%2CmBAmBI%2CWACI%2CWAKI%3BEAxBZ%2CkBAkBI%2CWACI%2CWAKI%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEA7BhB%2CiBAqBI%2CWACI%2CWAKI%2CGAGI%3BEA7BhB%2CcAoBI%2CWACI%2CWAKI%2CGAGI%3BEA5BhB%2CmBAmBI%2CWACI%2CWAKI%2CGAGI%3BEA3BhB%2CkBAkBI%2CWACI%2CWAKI%2CGAGI%3BIAEI%2CoBAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEACA%2CiBAnBhB%2CWACI%2CWAKI%2CGAGI%2CGAUK%3BEAAD%2CcAnBhB%2CWACI%2CWAKI%2CGAGI%2CGAUK%3BEAAD%2CmBAnBhB%2CWACI%2CWAKI%2CGAGI%2CGAUK%3BEAAD%2CkBAnBhB%2CWACI%2CWAKI%2CGAGI%2CGAUK%3BIACG%2CeAAA%3B%3BEAzCxB%2CiBAqBI%2CWACI%2CWAKI%2CGAGI%2CGAaI%3BEA1CpB%2CcAoBI%2CWACI%2CWAKI%2CGAGI%2CGAaI%3BEAzCpB%2CmBAmBI%2CWACI%2CWAKI%2CGAGI%2CGAaI%3BEAxCpB%2CkBAkBI%2CWACI%2CWAKI%2CGAGI%2CGAaI%3BIACI%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2C0BAAA%3BIACA%2CqBAAA%3B%3BEACA%2CiBA7BpB%2CWACI%2CWAKI%2CGAGI%2CGAaI%2CEAOK%3BEAAD%2CcA7BpB%2CWACI%2CWAKI%2CGAGI%2CGAaI%2CEAOK%3BEAAD%2CmBA7BpB%2CWACI%2CWAKI%2CGAGI%2CGAaI%2CEAOK%3BEAAD%2CkBA7BpB%2CWACI%2CWAKI%2CGAGI%2CGAaI%2CEAOK%3BIACG%2CqBAAA%3B%3BEAQ5B%2CiBAII%2CmBAAmB%2CsBAAsB%2CWAAW%2CWAAW%2CgBAAgB%2CWAAW%3BEAH9F%2CcAGI%2CmBAAmB%2CsBAAsB%2CWAAW%2CWAAW%2CgBAAgB%2CWAAW%3BEAF9F%2CmBAEI%2CmBAAmB%2CsBAAsB%2CWAAW%2CWAAW%2CgBAAgB%2CWAAW%3BEAD9F%2CkBACI%2CmBAAmB%2CsBAAsB%2CWAAW%2CWAAW%2CgBAAgB%2CWAAW%3BIACtF%2CmBAAA%3B%3BEAsCR%2CqBAAsB%2CwBAAwB%3BIAC1C%2CgBAAA%3B%3BEA%2BCJ%3BIACI%2CwBAAA%3B%3BEC7vDA%2CYAAa%3BIACb%2CwBAAA%3B%3B%3BAFmegB%2CgBDjkBkB%2CuBC8jBM%2C%2BBAAA%3BEAGxB%2CIAPf%2CeACG%2CQAAO%2CKACH%2CsBACI%3BIAEQ%2CsBAAA%3B%3B%3BAAQA%2CgBDvkBc%2CuBCokBc%2C%2BBAAA%3BEAG5B%2CIAbnB%2CeACG%2CQAAO%2CKACH%2CsBACI%2C0BAII%2CoBACK%3BIAGO%2CqBAAA%3B%3B%3BAAOR%2CgBD5kBc%2CuBCykBc%2C%2BBAAA%3BEAG5B%2CIAlBnB%2CeACG%2CQAAO%2CKACH%2CsBACI%2C0BAII%2CoBAOK%3BIAEO%2CqBAAA%3B%3B%3BAAOR%2CgBDjlBc%2CuBC8kBU%2C%2BBAAA%3BEAGxB%2CIAvBnB%2CeACG%2CQAAO%2CKACH%2CsBACI%2C0BAII%2CoBAYG%3BIAEK%2CgBAAA%3B%3B%3BAA%2BFZ%2CgBD9qBsB%2CuBC2qBM%2C%2BBAAA%3BEAG5B%2CeAbZ%2CWACI%2CcACI%2CsBAEI%3BIAOQ%2CgBAAA%3B%3B%3BAC%2BtBxB%2CgBF34CsC%2CuBEu4CV%2C%2BBAAA%3BEAI5B%2CoBALqB%2C2BAA2B%3BIAExC%2CkBAAA%3BIACA%2CeAAA%3B%3B%3BAAkBJ%2CgBF35CkC%2CuBE%2B4CN%2C%2BBAAA%3BEAY5B%2CqBAdA%3BIAGQ%2CuBAAA%3BIACA%2CiBAAA%3B%3BEAUR%2CqBAdA%2CwBAKQ%2CWAAW%2CGAAG%3BIACV%2CmBAAA%3B%3BEAQZ%2CqBAdA%2CwBAQQ%3BIACI%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAmBA%2CgBF36CsB%2CuBEw6CM%2C%2BBAAA%3BEAG5B%2CIAbZ%2CUACA%2CQAAO%2CYACH%2CQACI%2CSACI%3BIAOQ%2CeAAA%3B%3B%3BAAqBpB%2CgBF97CkC%2CuBEy7CN%2C%2BBAAA%3BEAK5B%2CoBARA%3BIAIQ%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAWZ%2CgBFv8CsC%2CuBEo8CX%2C%2BBAAA%3BEAG3B%3BIAFO%2CaAAA%3B%3B%3BAAuBC%2CgBF59C8B%2CuBEg9CF%2C%2BBAAA%3BEAY5B%2CwBAjBJ%2CqBAGI%2CEAGQ%3BIACI%2CkBAAA%3B%3BEAUZ%2CwBAjBJ%2CqBAGI%2CEAGQ%2CMAEI%3BIACI%2CeAAA%3B%3BEAQhB%2CwBAjBJ%2CqBAGI%2CEASQ%3BIACI%2CcAAA%3B%3B%3BAAyBhB%2CgBFj%5C%2FCkC%2CuBE6%2BCV%2C%2BBAAA%3BEAIxB%3BIAHI%2CsBAAA%3BIACA%2CkBAAA%3B%3B%3BAAOA%2CgBFt%5C%2FC8B%2CuBEm%5C%2FCN%2C%2BBAAA%3BEAGxB%2CoBALJ%3BIAGQ%2CWAAA%3B%3B%3BAAkBJ%2CgBFtgD8B%2CuBEmgDN%2C%2BBAAA%3BEAGxB%2CoBAVJ%3BIAQQ%2CWAAA%3B%3B%3BAAkBJ%2CgBFthD8B%2CuBEmhDF%2C%2BBAAA%3BEAG5B%2CoBA1BJ%2C2BAiBI%3BIAOQ%2CaAAA%3B%3B%3BAAUJ%2CgBF9hD0B%2CuBEyhDF%2C%2BBAAA%3BEAKxB%2CoBAlCR%2C2BA2BI%3BIAGQ%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAkHZ%2CgBF9oDkC%2CuBE0oDV%2C%2BBAAA%3BEAIxB%3BIAHI%2CeAAA%3BIACA%2CmBAAA%3B%3B%3BAAQJ%2CgBFppDkC%2CuBEgpDN%2C%2BBAAA%3BEAI5B%2CoBANA%3BIAGQ%2CmBAAA%3BIACA%2CaAAA%3B%3B%3BAA0IJ%2CgBF5xD8B%2CuBEywDF%2C%2BBAAA%3BEAmB5B%2CIAtBF%2CWACD%2CiBACG%3BIAEQ%2CmBAAA%3B%3BEAkBR%2CIAtBF%2CWACD%2CiBACG%2CqBAGI%3BIACI%2CUAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3B%3BEAcR%2CIAtBF%2CWACD%2CiBACG%2CqBAGI%2C2BAII%3BIACI%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAWZ%2CIAtBF%2CWACD%2CiBACG%2CqBAYI%3BIACI%2CUAAA%3BIACA%2CSAAA%3B%3BEAMR%2CIAtBF%2CWACD%2CiBACG%2CqBAgBI%3BIACI%2CaAAA%3B%3B%3BAAUhB%2CgBFnyDsC%2CuBEgyDV%2C%2BBAAA%3BEAG5B%2CoBAJqB%2C2BAA2B%2CWAAW%2CGAAG%3BIAE1D%2CmBAAA%3B%3B%3BAAOJ%2CgBFxyDsC%2CuBEqyDV%2C%2BBAAA%3BEAG5B%2CoBAJqB%2C2BAA2B%3BIAE5C%2CaAAA%3B%3B%3BAAUJ%2CgBFhzDsC%2CuBE2yDV%2C%2BBAAA%3BEAK5B%2CqBAPsB%2CwBAAwB%3BIAGtC%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAOJ%2CgBFrzDkC%2CuBEkzDV%2C%2BBAAA%3BEAGxB%2CIAJC%3BIAED%2CsBAAA%3B%3B%3BAAKJ%2CgBFxzDsC%2CuBEqzDX%2C8BAAA%3BEAG3B%2CIAPK%3BIAKG%2CsBAAA%3B%3B%3BAAmCR%2CgBFz1DsC%2CuBEyzDf%2C8BAAA%3BEACnB%2CIAAI%2CUAAW%2CQAAO%2CYAAa%2CSAAS%2CQAAO%2COAAO%3BIACtD%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3B%3BEAER%2CGAAG%3BIACC%2C4BAAA%3B%3BEADJ%2CGAAG%2CkBAEC%2CcAAc%2CaAAY%3BEAF9B%2CGAAG%2CkBAGC%2CcAAc%2CaAAY%3BIACtB%2CqBAAA%3BIACA%2CyBAAA%3B%3BEAGR%2CIAAI%2CUACA%2CQAAO%2CKAAM%3BIACT%2CgBAAA%3B%3BEAFR%2CIAAI%2CUAIA%3B%3B%3BEAJJ%2CIAAI%2CUAIA%2CgBAGI%2CeACI%3BEARZ%2CIAAI%2CUAIA%2CgBAGI%2CeAEI%3BIACI%2CaAAA%3B%3B%3BAAepB%2CgBFl2D0C%2CuBE41Dd%2C%2BBAAA%3BEAChB%2CoBAAqB%2CmBAAmB%2CGAAG%3BIAE3C%2C6BAAA%3B%3B%3BAFh1DR%2CgBAL4C%3BEC0V5C%2CkBACI%2CcACI%3BIACI%2CsBAAA%3B%3BEAHZ%2CkBACI%2CcACI%2C0BAEI%3BIACI%2CsBAAA%3B%3BEAKhB%3BIACQ%2C0BAAA%3BIACA%2CiBAAA%3B%3BEAFR%2CkBAGQ%3BIACI%2CmBAAA%3B%3BEAGZ%2CeAAgB%2CWAAW%2CcAAc%2CsBAAsB%3BIAC3D%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CeACI%3BIACI%2CeAAA%3B%3BEAFR%2CeAIQ%2C6BAA4B%2CMAAM%2CQAC9B%3BIACI%2CaAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAThB%2CeAIQ%2C6BAA4B%2CMAAM%2CQAC9B%2CWAKI%3BIACI%2C8BAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAfpB%2CeAmBQ%3BIACI%2CwBAAA%3B%3BEACA%2CeAFJ%2CcAEK%2CeACG%3BIACI%2CmBAAA%3BIACA%2CcAAA%3B%3BEAHR%2CeAFJ%2CcAEK%2CeACG%2CUAII%3BIACI%2CSAAA%3BIACA%2CcAAA%3B%3BEAPZ%2CeAFJ%2CcAEK%2CeAWG%3BIACI%2CcAAA%3BIACA%2CqBAAA%3BIACA%2C0BAAA%3B%3BEAdR%2CeAFJ%2CcAEK%2CeAWG%2CUAII%3BIACI%2CaG7cH%2CwBH6cG%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAMxB%2CIAAI%2CeAAgB%3BIAChB%2C0BAAA%3B%3BEAEJ%2CIAAK%2CmBAAmB%2CgBAAgB%3BIACpC%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEC0vBJ%2CgBAAiB%3BIACb%2C0BAAA%3B%3BEAEJ%2CIAAI%3BIACA%2C2BAAA%3B%3BEAEN%2CUACM%3BIACA%2CoCAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3B%3BEACA%2CUAJA%2CkBAIC%3BIACG%2CWAAA%3BIACA%2CYAAA%3B%3BEAIV%2CIAAI%2CiBACA%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEAHR%2CIAAI%2CiBAKA%2CsBACI%2CiBACI%3B%3B%3BEAWZ%2CIAAI%2CUACF%2CQAAO%3B%3B%3B%3B%3B%3B%3BEADT%2CIAAI%2CUACF%2CQAAO%2CYACH%2CQACI%2CSACI%3BIACI%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEATlB%2CIAAI%2CUAmBE%3BIACI%2CgBAAA%3B%3BEApBV%2CIAAI%2CUAmBE%2CyBAEI%3BIACI%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAvBd%2CIAAI%2CUAmBE%2CyBAEI%2CgBAGI%2CGACI%3BIACI%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAlCtB%2CIAAI%2CUAmBE%2CyBAEI%2CgBAGI%2CGACI%2CGAUI%3BIACI%2CcAAA%3BIACA%2CiBAAA%3B%3BEArC1B%2CIAAI%2CUA2CE%2CqBACI%2C2BACI%3BIACI%2CiBAAA%3BIACA%2CiBAAA%3B%3BEA%5C%2FClB%2CIAAI%2CUA2CE%2CqBACI%2C2BACI%2CGAGI%3BIACI%2CcAAA%3B%3BEAjDtB%2CIAAI%2CUAsDD%3BIACG%2CsBAAA%3B%3BEAvDN%2CIAAI%2CUAsDD%2CyBAEG%3BIACI%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEA3DV%2CIAAI%2CUAsDD%2CyBAEG%2CqBAII%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEA9Dd%2CIAAI%2CUAsDD%2CyBAEG%2CqBAQI%3B%3BIAEI%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3B%3BEApEd%2CIAAI%2CUAyEF%3BIACQ%2CsBAAA%3B%3BEA1EV%2CIAAI%2CUAyEF%2CqBAEI%3BIACQ%2CWAAA%3BIACA%2CSAAA%3B%3BEA7Ed%2CIAAI%2CUAyEF%2CqBAEI%2CiBAGI%3BIACI%2CcAAA%3B%3BEA%5C%2FEd%2CIAAI%2CUAyEF%2CqBAUI%3BIACI%2CWAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3B%3BEAtFV%2CIAAI%2CUAyEF%2CqBAUI%2C2BAII%3BIACI%2CkBAAA%3BIACA%2CeAAA%3B%3BEAzFd%2CIAAI%2CUA6FE%2CsBACI%3BIACI%2CuBAAA%3BIACA%2CiBAAA%3B%3BEAhGd%2CIAAI%2CUA6FE%2CsBACI%2CwBAII%3BIACI%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEArGlB%2CIAAI%2CUA6FE%2CsBACI%2CwBASI%3BIACI%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEA1GlB%2CIAAI%2CUA6FE%2CsBACI%2CwBAcI%2CWAAW%2CGAAG%3BIACV%2CmBAAA%3B%3BEAMZ%2CIAnHF%2CUAkHF%2CmBACK%3BIACG%2CeAAA%3B%3BEApHV%2CIAAI%2CUAuHF%3BIACI%2CeAAA%3B%3BEAxHN%2CIAAI%2CUAuHF%2C%2BBAEI%3BIACI%2CmBAAA%3B%3BEA1HV%2CIAAI%2CUAuHF%2C%2BBAEI%2CYAEI%3BIACI%2CuBAAA%3B%3BEA5Hd%2CIAAI%2CUAuHF%2C%2BBAEI%2CYAEI%2CwBAEI%2CWACI%2CGACI%3BIACI%2CyBAAA%3BIACA%2CyBAAA%3B%3BEAUpB%2CIADC%2CWACA%3BIACG%2CeAAA%3B%3BEADJ%2CIADC%2CWACA%2CiBAEG%3BIACI%2CmBAAA%3B%3BEAHR%2CIADC%2CWACA%2CiBAEG%2CqBAEG%3BIACI%2CUAAA%3BIACA%2CaAAA%3B%3BEANX%2CIADC%2CWACA%2CiBAEG%2CqBAMG%3BIACI%2CUAAA%3B%3BEATX%2CIADC%2CWACA%2CiBAEG%2CqBASG%3BIACI%2CaAAA%3B%3BEAKf%2CoBAAqB%2C2BAA2B%2CWAAW%2CGAAG%3BIAC1D%2C6BAAA%3B%3BEAEJ%2CoBAAqB%2C2BAA2B%3BIAC5C%2CaAAA%3B%3B%3BAApKM%2CgBFhsCkC%2CwBE2rCP%2C8BAAA%3BEAK3B%2CIAdR%2CiBAKA%2CsBACI%2CiBACI%3B%3BIAIQ%2CcAAA%3BIACA%2CeAAA%3B%3B%3BAGhwCtB%3BAAAG%2CCAAC%3BAAAS%2CCAAC%3BEACV%2CsBAAA%3B%3BAJJA%2CKAAK%2CeAAe%3B%3BEAChB%2CcAAA%3B%3BAAGI%2CKAAK%2CeAAe%3B%3BEACxB%2CcAAA%3B%3BAAGI%2CKAAK%2CeAAe%3B%3BEACxB%2CcAAA%3B%3BAAGI%2CKAAK%2CeAAe%3B%3BEACxB%2CcAAA%3BEACA%2CUAAA%3B%3BAAEA%3BEACI%2CSAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2COAAO%2CYAAa%3BEAChB%2CaAAA%3B%3BAAEJ%2CkBAAmB%2CgBAAgB%2CGAAE%3BEAAkB%2CiBAAA%3B%3BAACvD%2CUAAW%2CcAAc%2CsBAAsB%3BAAC%5C%2FC%2C4BAA4B%2CMAAM%2CQAAS%2CWAAW%2CYAAY%2CGAAE%2CWAAY%3BEAAI%2CqBAAA%3BEAAwB%2CsBAAA%3B%3BAAC5G%2CkBAAmB%2CgBAAgB%2CGAAE%3BEACrC%2CkBAAA%3BEACA%2C4BAAA%3B%3BAAFA%2CkBAAmB%2CgBAAgB%2CGAAE%2CQAGrC%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CkBAPmB%2CgBAAgB%2CGAAE%2CQAOpC%3BEACG%2CiBAAA%3B%3BAADJ%2CkBAPmB%2CgBAAgB%2CGAAE%2CQAOpC%2CWAEG%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAIZ%2CIAAI%2CUACA%3BEACI%2CiBAAA%3B%3BAAEJ%2CIAJA%2CUAIC%2CeACG%3BEACI%2C0BAAA%3B%3BAAFR%2CIAJA%2CUAIC%2CeAIG%2CkBACI%3BEAEA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAXR%2CIAJA%2CUAIC%2CeAcG%2CcACI%3BEACI%2CaAAA%3B%3BAAhBZ%2CIAJA%2CUAIC%2CeAcG%2CcAII%3BEACI%2CgBAAA%3B%3B%3BAAnBZ%2CIAJA%2CUAIC%2CeAcG%2CcAQI%2CqBAEI%3BAAxBZ%2CIAJA%2CUAIC%2CeAcG%2CcASI%2CaACI%3BEACI%2CaG5DC%2CwBH4DD%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAhChB%2CIAJA%2CUAIC%2CeAcG%2CcAQI%2CqBAaI%3BAAnCZ%2CIAJA%2CUAIC%2CeAcG%2CcASI%2CaAYI%3BEACI%2CaAAA%3B%3BAApChB%2CIAJA%2CUAIC%2CeAcG%2CcAyBI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA5CZ%2CIAJA%2CUAIC%2CeA%2BCG%2CgBACI%3BEACI%2CcAAA%3B%3BAAKhB%2CeACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAJR%2CeAMI%2CcACA%2CkBACI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAZZ%2CeAgBI%2CWACI%2CcACI%3BEACG%2CmBAAA%3B%3BAAnBf%2CeAgBI%2CWACI%2CcACI%2CsBAEG%3BEACK%2CgBAAA%3B%3BAArBpB%2CeAgBI%2CWACI%2CcACI%2CsBAKI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAA1BpB%2CeAgBI%2CWAcI%3BAA9BR%2CeAgBI%2CWAeI%3BEACI%2CWAAA%3BEACA%2C0BAAA%3B%3BAACA%2CeAlBR%2CWAcI%2CEAIK%3BAAAD%2CeAlBR%2CWAeI%2CaAGK%3BEACG%2CqBAAA%3B%3BAAKhB%2CkBACI%2CgBACI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAANZ%2CkBACI%2CgBAOI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAZZ%2CkBACI%2CgBAaI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CkBApBR%2CgBAaI%2CGAOK%3BEACG%2CkBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CkBAvBZ%2CgBAaI%2CGAOK%2CYAGI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAGR%2CkBAnCR%2CgBAaI%2CGAsBK%3BEACG%2CSAAA%3BEACA%2CeAAA%3B%3BAAtChB%2CkBACI%2CgBAwCI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAACA%2CkBA7CR%2CgBAwCI%2CEAKK%3BEACG%2CgBAAA%3B%3BAAEJ%2CkBAhDR%2CgBAwCI%2CEAQK%3BEACG%2CgBAAA%3B%3BAAlDhB%2CkBACI%2CgBAoDI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3B%3BAAvDZ%2CkBACI%2CgBAoDI%2CGAGI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CkBA9DR%2CgBAoDI%2CGAUK%2COACG%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGR%2CkBApER%2CgBAoDI%2CGAgBK%2COACG%3BEACI%2CwBAAA%3B%3BAAvEpB%2CkBACI%2CgBA0EI%3BEACA%2CwBAAA%3B%3BAA5ER%2CkBACI%2CgBA0EI%2CkCAGA%3BEACI%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3B%3BAA5FZ%2CkBACI%2CgBA0EI%2CkCAGA%2C4BAeI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3B%3BAAjGhB%2CkBAsGI%3BEACI%2CcAAA%3B%3BAAvGR%2CkBAsGI%2CWAEI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAA1GZ%2CkBAsGI%2CWAEI%2CGAGI%3BEACI%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEAEA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CkBAdZ%2CWAEI%2CGAGI%2CGASK%3BEACG%2CeAAA%3B%3BAArHpB%2CkBAsGI%2CWAEI%2CGAGI%2CGAYI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3B%3BAACA%2CkBAzBhB%2CWAEI%2CGAGI%2CGAYI%2CEAQK%3BEACG%2CqBAAA%3B%3BAAOxB%2CeACI%3BEACI%2CcAAA%3B%3BAAFR%2CeACI%2CuBAEI%3BEACI%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAARZ%2CeACI%2CuBASI%3BEACI%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2C%2BBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAAlBZ%2CeACI%2CuBASI%2CWAUI%3BEACI%2CWAAA%3B%3BAArBhB%2CeACI%2CuBASI%2CWAUI%2CYAEI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAzBpB%2CeACI%2CuBASI%2CWAmBI%3BEACI%2CsBAAA%3B%3BAA9BhB%2CeACI%2CuBASI%2CWAmBI%2CYAGI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAvCpB%2CeACI%2CuBASI%2CWAiCI%3BEACI%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAA9ChB%2CeACI%2CuBASI%2CWAiCI%2CgBAKI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2C%2BBAAA%3BEACA%2CcAAA%3B%3BAAtDpB%2CeA6DI%2C6BAA4B%2CMAAM%2CQAC9B%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAIJ%2CeADJ%2CcACK%3BEACG%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CeADJ%2CcACK%2CeAIG%3BEACI%2CqBAAA%3B%3BAALR%2CeADJ%2CcACK%2CeAIG%2CUAGI%3BEACI%2CSAAA%3BEACA%2CcAAA%3B%3BAATZ%2CeADJ%2CcACK%2CeAaG%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3BEAEI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAvBZ%2CeADJ%2CcACK%2CeAaG%2CUAWQ%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAACA%2CeA%5C%2FBhB%2CcACK%2CeAaG%2CUAWQ%2CEAMC%3BEACG%2CgBAAA%3B%3BAASpB%2CIAAC%2CeACG%2CQAAO%2CKACH%2CsBACI%2C0BACI%2CoBACI%3BEACI%2CqBAAA%3BEACA%2CUAAA%3B%3BAAPxB%2CIAAC%2CeACG%2CQAAO%2CKACH%2CsBACI%2C0BACI%2CoBAKI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAACA%2CIAfvB%2CeACG%2CQAAO%2CKACH%2CsBACI%2C0BACI%2CoBAKI%2CEAMK%3BEACG%2CgBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BAC%5C%2FYhC%2CQAAS%2CQAAO%3BEACZ%2CmBAAA%3B%3BAAEL%2CIAAI%2CUAAW%2CQAAO%2CYAAa%2CQAAQ%2CSAAS%3BEAC%5C%2FC%2CaAAa%2CwBAAb%3B%3BAAEA%2CKAAK%2CeAAe%3B%3BEAChB%2CcAAA%3B%3BAAGJ%2CKAAK%2CeAAe%3B%3BEAChB%2CcAAA%3B%3BAAGJ%2CKAAK%2CeAAe%3B%3BEAChB%2CcAAA%3B%3BAAGA%2CKAAK%2CeAAe%3B%3BEAChB%2CcAAA%3BEACA%2CUAAA%3B%3BAAEZ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3B%3BAAFJ%2CmBAGI%3BEACI%2CWAAA%3BEACA%2C0BAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGR%2CYACK%2CWACG%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAATZ%2CYACK%2CWACG%2CYAQI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAACD%2CYAdV%2CWACG%2CYAQI%2CKAKI%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkDAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAArBhB%2CYA0BI%3BEACI%2CaAAA%3B%3BAAGR%2CUAAU%2CiBAAkB%2CoBAAoB%3BEAC5C%2CaAAA%3B%3BAAEA%2COAAO%2CYAAa%2CSAAS%3BEACzB%2CwBAAA%3B%3BAAOY%2CIALhB%2CUACA%2CQAAO%2CYACH%2CQACI%2CSACI%2CMACK%3BEACG%2CeAAA%3B%3BAAOxB%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CiBACI%3BEACI%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAIP%2CUACI%3BEACI%2CSAAA%3B%3BAAIT%2CiBAMI%2CQAAO%2CMAAM%3BAALjB%2CcAKI%2CQAAO%2CMAAM%3BAAJjB%2CmBAII%2CQAAO%2CMAAM%3BAAHjB%2CiBAGI%2CQAAO%2CMAAM%3BAAFjB%2CeAEI%2CQAAO%2CMAAM%3BAADjB%2CkBACI%2CQAAO%2CMAAM%3BEACT%2CeAAA%3BEACA%2CUAAA%3B%3BAACA%2CiBAHJ%2CQAAO%2CMAAM%2CmBAGR%3BAAAD%2CcAHJ%2CQAAO%2CMAAM%2CmBAGR%3BAAAD%2CmBAHJ%2CQAAO%2CMAAM%2CmBAGR%3BAAAD%2CiBAHJ%2CQAAO%2CMAAM%2CmBAGR%3BAAAD%2CeAHJ%2CQAAO%2CMAAM%2CmBAGR%3BAAAD%2CkBAHJ%2CQAAO%2CMAAM%2CmBAGR%3BEACG%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CiBAPJ%2CQAAO%2CMAAM%2CmBAOR%3BAAAD%2CcAPJ%2CQAAO%2CMAAM%2CmBAOR%3BAAAD%2CmBAPJ%2CQAAO%2CMAAM%2CmBAOR%3BAAAD%2CiBAPJ%2CQAAO%2CMAAM%2CmBAOR%3BAAAD%2CeAPJ%2CQAAO%2CMAAM%2CmBAOR%3BAAAD%2CkBAPJ%2CQAAO%2CMAAM%2CmBAOR%3BEACG%2CUAAA%3B%3BAAIZ%2CIAAI%2CUAAU%2CeAAgB%3BEAC1B%2C2BAAA%3B%3BAAEJ%3BEACI%2CyBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CoBACI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAALR%2CoBACI%2C2BAKI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAARZ%2CoBACI%2C2BAKI%2CGAGI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAACA%2CoBAXZ%2C2BAKI%2CGAGI%2CEAGK%3BEACG%2CqBAAA%3B%3BAAbpB%2CoBACI%2C2BAgBI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAApBZ%2CoBACI%2C2BAqBI%2CWACI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAzBhB%2CoBACI%2C2BAqBI%2CWACI%2CGAGI%3BEACI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEAEA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAjCpB%2CoBACI%2C2BAqBI%2CWACI%2CGAGI%2CGAQI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3B%3BAACA%2CoBAxCpB%2C2BAqBI%2CWACI%2CGAGI%2CGAQI%2CEAOK%3BEACG%2CqBAAA%3B%3BAAQ5B%2CqBACI%2CwBAEI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAALZ%2CqBACI%2CwBAEI%2CGAGI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAACA%2CqBARZ%2CwBAEI%2CGAGI%2CEAGK%3BEACG%2CqBAAA%3B%3BAAVpB%2CqBACI%2CwBAaI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACC%2CiBAAA%3BEACD%2CiBAAA%3B%3BAAlBZ%2CqBACI%2CwBAaI%2CGAKI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CqBAtBZ%2CwBAaI%2CGAKI%2CEAIK%3BEACG%2CqBAAA%3B%3BAAMpB%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CwBAII%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAARR%2CwBAII%2CqBAKI%3BEACI%2CgBAAA%3B%3BAAVZ%2CwBAII%2CqBAQI%3BEACI%2CkBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAYZ%2CeACI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAHR%2CeACI%2CGAGI%3BEACI%2CeAAA%3B%3BAALZ%2CeACI%2CGAGI%2CGAEI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CeAZZ%2CGAGI%2CGAEI%2CEAOK%3BEACG%2CqBAAA%3B%3BAAOnB%3BEACG%2CkBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3B%3BAAEJ%2CIAAI%2CUACJ%2CQAAO%3BEACH%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAIA%2CQAHuB%3BEAGvB%2CIATA%2CUACJ%2CQAAO%3BIAMC%2CgBAAA%3B%3B%3BAAPR%2CIAAI%2CUACJ%2CQAAO%2CYAQH%3BEACI%2CkBAAA%3B%3BAAVR%2CIAAI%2CUACJ%2CQAAO%2CYAWH%2CQACI%3BEACI%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAvBZ%2CIAAI%2CUACJ%2CQAAO%2CYAWH%2CQAaI%2CSACI%3BEACI%2CSAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAlChB%2CIAAI%2CUACJ%2CQAAO%2CYAqCH%2CSACI%2CQAAO%3BEACH%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAzDZ%2CIAAI%2CUACJ%2CQAAO%2CYAqCH%2CSACI%2CQAAO%2COAmBH%3BEACI%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CIApER%2CUACJ%2CQAAO%2CYAqCH%2CSACI%2CQAAO%2COA6BF%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2C2CAAhB%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAMhB%3BEACI%2CaAAA%3BEACA%2CuBAAA%3B%3BAAFJ%2CoBAGI%2CmBACI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAANZ%2CoBAGI%2CmBACI%2CGAGI%3BEAEI%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAACA%2CoBAdZ%2CmBACI%2CGAGI%2CGAUK%3BEACG%2CeAAA%3B%3BAAlBpB%2CoBAGI%2CmBACI%2CGAGI%2CGAaI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CoBAzBhB%2CmBACI%2CGAGI%2CGAaI%2CEAQK%3BEACG%2CqBAAA%3B%3BAA7BxB%2CoBAGI%2CmBAgCI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAArCZ%2CoBAGI%2CmBAgCI%2CMAGI%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAACA%2CoBA7CZ%2CmBAgCI%2CMAGI%2CUAUK%3BEACG%2CeAAA%3B%3BAAjDpB%2CoBAGI%2CmBAgCI%2CMAGI%2CUAaI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3B%3BAACA%2CoBAtDhB%2CmBAgCI%2CMAGI%2CUAaI%2CEAMK%3BEACG%2CqBAAA%3B%3BAAOxB%2CqBACI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3B%3BAARR%2CqBAUM%2CiBACI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAAbd%2CqBAgBQ%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAArBR%2CqBAgBQ%2CwBAMA%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAA1BZ%2CqBAgBQ%2CwBAYA%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAlCZ%2CqBAgBQ%2CwBAoBA%2CWACI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAvChB%2CqBAgBQ%2CwBAoBA%2CWACI%2CGAGI%3BEAEI%2CoBAAA%3BEAEA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CqBAlCZ%2CwBAoBA%2CWACI%2CGAGI%2CGAUK%3BEACG%2CeAAA%3B%3BAAnDxB%2CqBAgBQ%2CwBAoBA%2CWACI%2CGAGI%2CGAaI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CqBA7ChB%2CwBAoBA%2CWACI%2CGAGI%2CGAaI%2CEAQK%3BEACG%2CqBAAA%3B%3BAAMpB%2CqBApDA%2CwBAoDC%3BEACG%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2CqBApDA%2CwBAoDC%2CuBAGG%2CWACI%2CGACI%3BEACI%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAQxB%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CgBAAC%3BEACD%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAhBJ%2CgBAkBI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CgBAPJ%2CKAOK%3BEACG%2CSAAS%2CEAAT%3BEACI%2CgBAAgB%2C2CAAhB%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGZ%2CgBAAC%3BEACG%2CaAAA%3B%3BAAGR%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3B%3BAACA%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2C2CAAhB%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAAIR%2CkBAEI%2CsBACA%3BEACI%2CeAAA%3B%3BAAJR%2CkBAEI%2CsBACA%2CWAEQ%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAPhB%2CkBAEI%2CsBACA%2CWAEQ%2CWAGI%3BEACI%2CsBAAA%3B%3BAATpB%2CkBAEI%2CsBACA%2CWAEQ%2CWAGI%2CgBAEI%3BAAVpB%2CkBAEI%2CsBACA%2CWAEQ%2CWAGI%2CgBAGI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAdxB%2CkBAEI%2CsBACA%2CWAEQ%2CWAGI%2CgBAQI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAApBxB%2CkBAEI%2CsBACA%2CWAEQ%2CWAGI%2CgBAQI%2CWAKI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAzB5B%2CkBAEI%2CsBACA%2CWAEQ%2CWAGI%2CgBAQI%2CWAKI%2CGAKI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CkBA7B5B%2CsBACA%2CWAEQ%2CWAGI%2CgBAQI%2CWAKI%2CGAKI%2CEAKK%3BEACG%2CqBAAA%3B%3BAAhCpC%2CkBAEI%2CsBACA%2CWAEQ%2CWAGI%2CgBAQI%2CWAoBI%3BEACI%2CcAAA%3B%3BAArC5B%2CkBAEI%2CsBACA%2CWAEQ%2CWAGI%2CgBAQI%2CWAoBI%2CgBAEI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CiCAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2C0BAAA%3BEACA%2C0BAAA%3B%3BAACA%2CkBA9C5B%2CsBACA%2CWAEQ%2CWAGI%2CgBAQI%2CWAoBI%2CgBAEI%2CEAUK%3BEACG%2CqBAAA%3B%3BAAOxB%2CkBAtDR%2CsBACA%2CWAqDS%3BAACD%2CkBAvDR%2CsBACA%2CWAsDS%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAKhB%2CiBACI%2CQAAO%2CMAAM%3BEACT%2C0BAAA%3B%3BAAGR%2CiBAII%3BAAHJ%2CcAGI%3BAAFJ%2CmBAEI%3BAADJ%2CkBACI%3BEACI%2CaAAA%3B%3BAALR%2CiBAQI%3BAAPJ%2CcAOI%3BAANJ%2CmBAMI%3BAALJ%2CkBAKI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAZR%2CiBAQI%2CgBAKI%3BAAZR%2CcAOI%2CgBAKI%3BAAXR%2CmBAMI%2CgBAKI%3BAAVR%2CkBAKI%2CgBAKI%3BEACI%2CkBAAA%3B%3BAAdZ%2CiBAiBI%3BAAhBJ%2CcAgBI%3BAAfJ%2CmBAeI%3BAAdJ%2CkBAcI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAnBR%2CiBAiBI%2CSAGI%3BAAnBR%2CcAgBI%2CSAGI%3BAAlBR%2CmBAeI%2CSAGI%3BAAjBR%2CkBAcI%2CSAGI%3BEACI%2CgBAAA%3B%3BAArBZ%2CiBAiBI%2CSAGI%2CmBAEI%2CQAAO%3BAArBnB%2CcAgBI%2CSAGI%2CmBAEI%2CQAAO%3BAApBnB%2CmBAeI%2CSAGI%2CmBAEI%2CQAAO%3BAAnBnB%2CkBAcI%2CSAGI%2CmBAEI%2CQAAO%3BEACH%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAA3BhB%2CiBAiBI%2CSAGI%2CmBAEI%2CQAAO%2CQAOH%3BAA5BhB%2CcAgBI%2CSAGI%2CmBAEI%2CQAAO%2CQAOH%3BAA3BhB%2CmBAeI%2CSAGI%2CmBAEI%2CQAAO%2CQAOH%3BAA1BhB%2CkBAcI%2CSAGI%2CmBAEI%2CQAAO%2CQAOH%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2C0BAAA%3B%3BAAMpB%2CiBAII%2CQAAO%2CKACH%2COAAM%3BAAJd%2CcAGI%2CQAAO%2CKACH%2COAAM%3BAAHd%2CmBAEI%2CQAAO%2CKACH%2COAAM%3BAAFd%2CkBACI%2CQAAO%2CKACH%2COAAM%3BEACF%2CgBAAA%3B%3BAA81CZ%2CmBApGuC%2C6BACd%3BEACrB%2CwBACI%2C2BAA2B%2CoBAAmB%2CiBAAkB%3BIAAG%2CeAAA%3B%3BEADvE%2CwBAEI%2CoBAAoB%3BEAFxB%2CwBAGI%2CgCAAgC%3BIAC5B%2C2BAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3BEAGR%2CIAAI%2CUAAW%2CyBAAyB%3BIACpC%2CaAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CiCAAA%3BIACA%2C4CAAA%3BIACA%2CeAAA%3B%3BEACA%2CIAPA%2CUAAW%2CyBAAyB%2CeAOnC%3BIACG%2CuBAAA%3B%3BEAEF%2CIAVF%2CUAAW%2CyBAAyB%2CeAUjC%3BIACC%2CuCAAA%3BIACA%2C0BAAA%3BIACA%2CkBAAA%3B%3BEAGF%2CIAhBF%2CUAAW%2CyBAAyB%2CeAgBjC%3BIACC%2C0BAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CuCAAA%3B%3BEAGF%2CIAvBF%2CUAAW%2CyBAAyB%2CeAuBjC%2CyBAAyB%3BIACxB%2CmBAAA%3B%3BEAxBR%2CIAAI%2CUAAW%2CyBAAyB%2CeA2BpC%3BIACI%2CcAAA%3BIACA%2C0BAAA%3B%3BEAEA%2CIA%5C%2FBJ%2CUAAW%2CyBAAyB%2CeA2BpC%2CGAIK%3BIAYG%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAlBA%2CIAhCR%2CUAAW%2CyBAAyB%2CeA2BpC%2CGAIK%2CWACI%3BIACG%2CSAAS%2CEAAT%3BIACA%2CqBAAA%3BIACA%2CyDAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CqBAAX%3B%3BEAWR%2CIApDJ%2CUAAW%2CyBAAyB%2CeA2BpC%2CGAyBK%3BIAYG%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CcAAX%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAnBA%2CIArDR%2CUAAW%2CyBAAyB%2CeA2BpC%2CGAyBK%2CYACI%3BIACG%2CSAAS%2CEAAT%3BIACA%2CqBAAA%3BIACC%2CyDAAA%3BIAEL%2CQAAA%3BIACA%2CSAAA%3B%3BIAEA%2CWAAA%3BIACI%2CYAAA%3B%3BEAkBR%2CIAJJ%2CUAAW%2CGAAE%2CoBAAqB%2CGAEjC%2CWAEI%3BEAAD%2CIAHJ%2CUAAW%2CGAAE%2CiBAAkB%2CGAC9B%2CWAEI%3BEAAD%2CIAJJ%2CUAAW%2CGAAE%2CoBAAqB%2CGAGjC%2CYACI%3BEAAD%2CIAHJ%2CUAAW%2CGAAE%2CiBAAkB%2CGAE9B%2CYACI%3BIACG%2CaAAA%3B%3BEAEJ%2CIAPJ%2CUAAW%2CGAAE%2CoBAAqB%2CGAEjC%2CWAKI%3BEAAD%2CIANJ%2CUAAW%2CGAAE%2CiBAAkB%2CGAC9B%2CWAKI%3BEAAD%2CIAPJ%2CUAAW%2CGAAE%2CoBAAqB%2CGAGjC%2CYAII%3BEAAD%2CIANJ%2CUAAW%2CGAAE%2CiBAAkB%2CGAE9B%2CYAII%3BIACG%2CoBAAA%3B%3B%3BAASpB%2CmBAxG2C%2C6BAoGd%3BEACrB%2CiBAAkB%2CQAAO%2CMAAM%2CmBAAmB%3BIAAgB%2CgBAAA%3B%3B%3BAAiH1E%2CQA7G0B%3BEAClB%2CiBAAkB%2CmBAAmB%2CsBAAsB%3BEAAY%2CcAAe%2CmBAAmB%2CsBAAsB%3BEAAY%2CmBAAoB%2CmBAAmB%2CsBAAsB%3BEAAY%2CkBAAmB%2CmBAAmB%2CsBAAsB%3BIAC5Q%2CSAAA%3B%3BEAEJ%2CiBAAkB%2CmBAAmB%2CsBAAsB%2CWAAW%2CWAAW%3BEAAiB%2CcAAe%2CmBAAmB%2CsBAAsB%2CWAAW%2CWAAW%3BEAAiB%2CmBAAoB%2CmBAAmB%2CsBAAsB%2CWAAW%2CWAAW%3BEAAiB%2CkBAAmB%2CmBAAmB%2CsBAAsB%2CWAAW%2CWAAW%3BIACvW%2CmBAAA%3B%3BEAEhB%2CiBAAkB%2CmBAAmB%2CsBAAsB%2CWAAW%2CWAAW%2CgBAAgB%3BEAAa%2CcAAe%2CmBAAmB%2CsBAAsB%2CWAAW%2CWAAW%2CgBAAgB%3BEAAa%2CmBAAoB%2CmBAAmB%2CsBAAsB%2CWAAW%2CWAAW%2CgBAAgB%3BEAAa%2CkBAAmB%2CmBAAmB%2CsBAAsB%2CWAAW%2CWAAW%2CgBAAgB%3BIACva%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3B%3BEAEN%2CiBAAkB%2CmBAAmB%2CsBAAsB%2CWAAW%2CWAAW%2CgBAAgB%3BEAAY%2CcAAe%2CmBAAmB%2CsBAAsB%2CWAAW%2CWAAW%2CgBAAgB%3BEAAY%2CmBAAoB%2CmBAAmB%2CsBAAsB%2CWAAW%2CWAAW%2CgBAAgB%3BEAAY%2CkBAAmB%2CmBAAmB%2CsBAAsB%2CWAAW%2CWAAW%2CgBAAgB%3BIACla%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEANN%2CiBAAkB%2CmBAAmB%2CsBAAsB%2CWAAW%2CWAAW%2CgBAAgB%2CWAO3F%3BEAPuG%2CcAAe%2CmBAAmB%2CsBAAsB%2CWAAW%2CWAAW%2CgBAAgB%2CWAOrM%3BEAPiN%2CmBAAoB%2CmBAAmB%2CsBAAsB%2CWAAW%2CWAAW%2CgBAAgB%2CWAOpT%3BEAPgU%2CkBAAmB%2CmBAAmB%2CsBAAsB%2CWAAW%2CWAAW%2CgBAAgB%2CWAOla%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAGR%2CiBAAkB%2CmBAAmB%2CsBAAsB%2CWAAW%2CWAAW%2CgBAAgB%2CWAAW%3BEAAiB%2CcAAe%2CmBAAmB%2CsBAAsB%2CWAAW%2CWAAW%2CgBAAgB%2CWAAW%3BEAAiB%2CmBAAoB%2CmBAAmB%2CsBAAsB%2CWAAW%2CWAAW%2CgBAAgB%2CWAAW%3BEAAiB%2CkBAAmB%2CmBAAmB%2CsBAAsB%2CWAAW%2CWAAW%2CgBAAgB%2CWAAW%3BIAC%5C%2Fd%2CaAAA%3B%3BEAGJ%2CiBAII%3BEAHJ%2CcAGI%3BEAFJ%2CmBAEI%3BEADJ%2CkBACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGT%2CIAAI%2CUACC%2CQAAO%3BIACH%2CUAAA%3B%3BEAEJ%2CIAJD%2CUAIE%2CiBACG%2CQAAO%3BIACH%2CeAAA%3B%3BEAIZ%2CkBAAmB%2CsBAAsB%2CWAAW%3BIAChD%2C4BAAA%3BIACA%2C8BAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CiBACI%2CQAAO%2CKACH%2CQAAO%2CMAAM%2CYACT%3BIACI%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CwBAAA%3B%3BEAZhB%2CiBACI%2CQAAO%2CKACH%2CQAAO%2CMAAM%2CYACT%2CiBAUQ%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEAhBpB%2CiBACI%2CQAAO%2CKACH%2CQAAO%2CMAAM%2CYACT%2CiBAUQ%2CGAIA%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEApBxB%2CiBACI%2CQAAO%2CKACH%2CQAAO%2CMAAM%2CYACT%2CiBAUQ%2CGAIA%2CGAII%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2C0BAAA%3B%3BEAxBxB%2CiBACI%2CQAAO%2CKACH%2CQAAO%2CMAAM%2CYACT%2CiBAUQ%2CGAeJ%3BIACI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAjCpB%2CiBACI%2CQAAO%2CKACH%2CQAAO%2CMAAM%2CYACT%2CiBAUQ%2CGAsBJ%3BIACI%2CeAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3B%3BEAxCpB%2CiBACI%2CQAAO%2CKACH%2CQAAO%2CMAAM%2CYACT%2CiBAUQ%2CGA6BJ%3BIACI%2CeAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CqBAAA%3B%3B%3BAAqB5B%2CQAZyB%3BEAErB%2CIAAI%2CUAAW%2CQAAO%2CYAAa%2CSAAS%2CQAAO%2COAAO%3BIACtD%2CWAAA%3BIACA%2CYAAA%3B%3BEAEH%3BIACG%2CkBAAA%3BIACA%2CWAAW%2CgBAAX%3B%3B%3BAAaR%2CQAT0B%3BEACtB%2CiBAAkB%2CsBAAsB%2CYAAY%3BIAClD%2CkBAAA%3B%3BEAEF%2CiBAAkB%2CsBAAsB%2CYAAY%2CwBAAwB%3BIACxE%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3B%3B%3B%3BACnoEJ%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CKAAK%2CeAAe%3BEAChB%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAEA%2CKAAK%2CeAAe%3B%3BEACpB%2CcAAA%3B%3BAAGI%2CKAAK%2CeAAe%3B%3BEACxB%2CcAAA%3B%3BAAGI%2CKAAK%2CeAAe%3B%3BEACxB%2CcAAA%3B%3BAAGI%2CKAAK%2CeAAe%3B%3BEACxB%2CcAAA%3BEACA%2CUAAA%3B%3BAAII%2CeADA%2CgBACI%2CUAAO%3BEACP%2C2BAAA%3B%3BAAHZ%2CeAOI%3BAAPJ%2CeAOmB%3BEACX%2CaAAA%3B%3BAARR%2CeAUI%2CQACI%3BEACI%2CiBAAA%3B%3BAAZZ%2CeAgBI%3BEACI%2CaCxCa%2CwBDwCb%3B%3BAAjBR%2CeAoBI%3BEACI%2CaC3CkB%2C6BEKJ%2C8CHsCd%3B%3BAArBR%2CeAwBI%2CiBACI%3BEACI%2CaCjDS%2CwBDiDT%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAAhCZ%2CeAoCI%2CkBACI%3BEACI%2CaC7DS%2CwBD6DT%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAA3CZ%2CeA%2BCI%2CYACI%3BEACI%2CaCvEc%2C6BEKJ%2C8CHkEV%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAvDZ%2CeA2DI%2CkBACI%3BEACI%2CaCnFc%2C6BEKJ%2C8CH8EV%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3B%3BAAlEZ%2CeAsEI%2CiBACI%3BEACI%2CaC%5C%2FFS%2CwBD%2BFT%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAAKJ%2CeADJ%2CSACQ%3BEACA%2CoBAAA%3B%3BAAGJ%2CeALJ%2CSAKK%3BEACG%2CgBAAA%3B%3BAAvFZ%2CeA2FI%2CiBACI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CaCxHS%2CwBDwHT%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%22%7D */