/**
 * 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 */@media only screen and (max-width: 767px) {
  .faq-section .faq-right-section .faq-question {
    padding: 22px 0;
    padding-right: 45px !important;
    border-color: #000000;
  }
  .faq-section .faq-right-section .faq-answer {
    margin-bottom: 30px;
    padding-right: 35px;
  }
  .legal-cms-container {
    margin-top: 0 !important;
    padding: 0 !important;
    margin-bottom: 20px;
  }
  .legal-cms-container .legal-cms-leftcol {
    flex: 0 0 100% !important;
  }
  .legal-cms-container .legal-cms-leftcol .item.title {
    border-top: none !important;
    padding: 18px 24px !important;
    border-bottom: 1px solid #636363 !important;
    position: relative;
  }
  .legal-cms-container .legal-cms-leftcol .item.title a {
    border: none !important;
    border-radius: 0 !important;
  }
  .legal-cms-container .legal-cms-leftcol .item.title:after {
    width: 11px;
    height: 17px;
    content: "";
    background: url("../../frontend/Pharmacann/verilife-new/en_US/images/tab-arrow.svg") no-repeat center;
    display: block;
    position: absolute;
    right: 24px;
    top: 30px;
  }
  .legal-cms-container .legal-cms-righttcol {
    flex: 0 0 100% !important;
    margin-left: 0 !important;
    padding: 0 24px !important;
  }
  .legal-cms-container .legal-cms-righttcol .item.content h4 {
    font-size: 24px !important;
    margin: 20px 0 !important;
    position: relative;
    padding-left: 30px;
  }
  .legal-cms-container .legal-cms-righttcol .item.content h4:before {
    width: 11px;
    height: 17px;
    content: "";
    background: url("../../frontend/Pharmacann/verilife-new/en_US/images/tab-arrow.svg") no-repeat center;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    transform: rotate(180deg);
  }
  .legal-cms-righttcol #state-federal-regulations,
  .legal-cms-righttcol #ecommerce-privacy-policy,
  .legal-cms-righttcol #terms-use,
  .legal-cms-righttcol #verivipterms-use,
  .legal-cms-righttcol #email-disclaimers,
  .legal-cms-righttcol #vaporizers,
  .legal-cms-righttcol #privacy-policy {
    display: none;
  }
  .legal-cms-righttcol #state-federal-regulations > div {
    border-bottom: 1px solid #636363;
  }
  .cms-3a-tabtitle {
    border-top: none !important;
    padding: 22px 0 !important;
  }
  .cms-3a-tabtitle:after {
    right: 2px !important;
    top: 24px !important;
  }
  .vaporizers-container .vaporizers-title {
    margin: 30px 0 20px 0 !important;
  }
  #vaporizers .vaporizers-container .vaporizers-title + p {
    line-height: 17px !important;
    font-size: 12px !important;
  }
  #vaporizers .vaporizers-container .vaporizers-content p {
    font-size: 15px !important;
  }
  #maincontent .legal-cms-righttcol .cms-3a-tabcontent {
    font-size: 15px !important;
  }
  #maincontent .legal-cms-righttcol .cms-3a-tabcontent p {
    font-size: 15px !important;
    line-height: 23px !important;
  }
  #maincontent .legal-cms-righttcol .cms-3a-tabcontent h3 {
    font-size: 14px !important;
    color: #000;
    font-weight: bold;
  }
  #maincontent .legal-cms-righttcol .cms-3a-tabcontent ul li {
    font-size: 14px !important;
    color: #000;
  }
  #state-federal-regulations.active > div {
    display: block !important;
  }
  #privacy-policy.active .cms-3a-tabcontent {
    display: block !important;
  }
  #terms-use.active .cms-3a-tabcontent {
    display: block !important;
  }
  #verivipterms-use.active .cms-3a-tabcontent {
    display: block !important;
  }
  #email-disclaimers.active .cms-3a-tabcontent {
    display: block !important;
  }
  #ecommerce-privacy-policy.active .cms-3a-tabcontent {
    display: block !important;
  }
  #messaging-terms-conditions.active .cms-3a-tabcontent {
    display: block !important;
  }
  #accessibility-statement.active .cms-3a-tabcontent {
    display: block !important;
  }
  .cms-design-5 #maincontent [data-content-type=row][data-appearance=full-bleed] .pagebuilder-column-group {
    text-align: center;
    padding: 40px 16px!important;
  }
  .cms-design-5 #maincontent [data-content-type=row][data-appearance=full-bleed] .pagebuilder-column-group [data-content-type='buttons'] [data-content-type='button-item'] {
    max-width: 225px!important;
    margin: 10px auto 0;
    display: flex;
  }
  .cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] {
    padding: 0 16px !important;
  }
  .cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] h1 {
    font-size: 36px !important;
    margin: 24px 0 24px 0 !important;
    line-height: 40px !important;
    letter-spacing: 0.015em !important;
    font-weight: 700;
  }
  .cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms-design-5-warning-text:before {
    height: 16px !important;
    width: 16px !important;
    margin-right: 8px !important;
    background-size: contain !important;
  }
  .cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms5-3blocks {
    padding: 0 24px;
    margin: 40px 0;
  }
  .cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms5-3blocks h3.hide-desktop {
    font-size: 24px;
    line-height: 31px;
    margin: 0 0 40px;
    font-weight: 500;
  }
  .cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms5-featured-blog {
    margin: 40px 0 !important;
  }
  .cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms5-featured-blog h2 {
    margin: 40px 0 35px 0 !important;
  }
  .cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms5-featured-blog ul.cms-post-list li.cms-post-list {
    flex: 0 0 100% !important;
  }
  .cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms5-featured-blog ul.cms-post-list li.cms-post-list .cms-post-conatiner {
    display: flex;
    flex-wrap: wrap;
  }
  .cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms5-featured-blog ul.cms-post-list li.cms-post-list .cms-post-conatiner .cms-post-img {
    height: 55px !important;
    width: 98px !important;
  }
  .cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms5-featured-blog ul.cms-post-list li.cms-post-list .cms-post-conatiner .cms-post-img img {
    min-height: auto !important;
    display: block;
    width: 100%;
    height: 100%;
  }
  .cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms5-featured-blog ul.cms-post-list li.cms-post-list .cms-post-conatiner .cms-post-info {
    flex: 1 0 0;
    background: none !important;
    min-height: auto !important;
    max-height: none !important;
  }
  .cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] ul {
    margin-bottom: 10px;
    padding-left: 22px;
  }
  .careers-page .careers-block-section {
    padding: 24px 16px;
  }
  body.cms-page-view.page-layout-cms-full-width #maincontent {
    padding: 20px;
  }
  .paragraph__view-mode__default {
    margin-top: 20px;
  }
  .cms-noroute-index .page-main .pagebuilder-column.error-404-content {
    order: -1;
    padding: 30px 16px;
  }
  .cms-noroute-index .page-main .pagebuilder-column.error-404-content h1 {
    font-size: 36px;
    font-weight: 700;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .cms-noroute-index .page-main .pagebuilder-column.error-404-content p {
    margin-bottom: 30px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .cms-noroute-index .page-main .pagebuilder-column.error-404-content ul.btn-error {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .cms-noroute-index .page-main .pagebuilder-column.error-404-content [data-content-type='buttons'] [data-content-type='button-item'] .pagebuilder-button-primary {
    min-width: 165px;
  }
  .careers-page {
    padding: 0;
  }
  .careers-page .careers-block-section {
    padding: 24px 16px;
  }
  .careers-page h1 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
  }
  .careers-page p {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
  }
  .careers-page .smartWidget {
    margin-top: 20px;
  }
  /*.cms-state-federal-marijuana-regulations{
        .columns .column.main{
            padding: 20px;
            .faq-section{
                border-top: 0;
            }
        }
    }*/
}
@media all and (min-width: 768px), print {
  .faq-section .faq-right-section {
    width: calc(100% - 215px) !important;
    margin-left: 138px;
    margin-top: 19px;
  }
  .faq-section .faq-right-section .faq-question:after {
    right: 20px;
  }
  .faq-section .faq-right-section .faq-answer {
    margin: 0;
    margin-bottom: 40px;
  }
  .faq-section .faq-right-section .faq-question {
    padding: 28px 0;
    padding-right: 40px;
  }
  .cms-design-5 .faq-section .faq-right-section .faq-question {
    font-size: 20px;
    line-height: 30px;
  }
  .legal-cms-righttcol .item.content {
    display: none;
  }
  .cms-state-federal-regulations #state-federal-regulations {
    display: block;
  }
  .cms-ecommerce-privacy-policy #ecommerce-privacy-policy {
    display: block;
  }
  .cms-terms-use #terms-use {
    display: block;
  }
  .cms-email-disclaimers #email-disclaimers {
    display: block;
  }
  .cms-vaporizer-products #vaporizers {
    display: block;
  }
  .cms-verivip-terms-conditions #verivipterms-use {
    display: block;
  }
  .cms-privacy-policy #privacy-policy {
    display: block;
  }
  .cms-page-view.page-layout-cms-full-width #maincontent.page-main-full-width h1 {
    margin-top: 30px;
    font-weight: 600;
  }
  /*.cms-state-federal-marijuana-regulations {
        .column.main{
            max-width: 992px;
            margin:0px auto;
            @media(max-width:1023px){
                padding: 0 20px;
            }
            .faq-section .faq-right-section{
                width:100%!important;
                margin-left:0!important;
            }
        }
    }*/
  ul.btn-error {
    width: 450px;
    margin: 0px auto;
    display: flex;
    padding: 0;
    justify-content: space-between;
  }
  .careers-page .pagebuilder-column-group .pagebuilder-column:nth-child(1) {
    padding-right: 40px;
  }
  .careers-page .paragraph__view-mode__default {
    margin-top: 20px;
  }
  .custom-width-size {
    max-width: 922px;
    margin: 0px auto;
  }
  .careers-page h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600!important;
  }
  .careers-page p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
  }
  .careers-page .smartWidget {
    margin-top: 50px;
    margin-bottom: 125px;
  }
  .careers-page .careers-block-section {
    max-width: 922px;
    margin: 0px auto;
  }
  .cms-noroute-index .page-main .pagebuilder-column-group .pagebuilder-column.error-404-content h1 {
    width: 450px;
    margin: 0px auto;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
  }
  .cms-noroute-index .page-main .pagebuilder-column-group .pagebuilder-column.error-404-content div[data-content-type='text'] {
    margin: 45px auto;
    width: 450px;
  }
  .cms-noroute-index .page-main .pagebuilder-column-group .pagebuilder-column.error-404-content [data-content-type='buttons'] {
    width: 450px;
    margin: 0px auto;
  }
  .cms-noroute-index .page-main .pagebuilder-column-group .pagebuilder-column.error-404-content [data-content-type='buttons'] [data-content-type='button-item'] .pagebuilder-button-primary {
    min-width: 215px;
  }
  .cms-page-view.page-layout-cms-full-width #maincontent h1 {
    margin-bottom: 40px;
    font-size: 36px;
  }
  .cms-page-view #maincontent h2 {
    font-family: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .cms-page-view .page-footer {
    margin-top: auto;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  .careers-page h1 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  .careers-page p {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  .careers-page .smartWidget {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  .careers-page {
    padding: 0px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  .careers-page .careers-block-section {
    width: 100%;
    margin: 0 auto;
    padding: 24px 16px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  .cms-noroute-index .page-main .pagebuilder-column-group {
    flex-direction: column;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  .cms-noroute-index .page-main .pagebuilder-column-group .pagebuilder-column {
    width: 100%!important;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px), print and (max-width: 1023px) {
  .cms-noroute-index .page-main .pagebuilder-column-group .pagebuilder-column.error-404-content {
    order: -1;
    padding: 30px;
  }
}
/**
 * FAQ Section Styles - Optimized
 * Uses variables for colors and fonts
 */
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.widget {
  clear: both;
}
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.faq-section .faq-right-section .faq-question:after {
  content: '';
  background: url(../../frontend/Pharmacann/verilife-new/en_US/images/plus_icon.svg);
  width: 17px;
  height: 17px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.1s;
}
.faq-section .faq-right-section .faq-question.is-open:after {
  background: url(../../frontend/Pharmacann/verilife-new/en_US/images/minus_icon.svg);
  height: 3px;
}
.faq-section .faq-right-section .faq-question + .faq-answer {
  display: none;
}
.faq-section .faq-right-section .faq-answer {
  font-family: 'neue-haas-grotesk-text';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}
.faq-section .faq-right-section .faq-question {
  font-family: 'neue-haas-grotesk-text';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin: 0;
  border-top: 1px solid #636363;
  position: relative;
  padding-right: 70px;
  cursor: pointer;
}
.cms-design-5 #maincontent [data-content-type=row][data-appearance=contained] .cms5-steps a {
  color: #000;
  text-decoration: underline;
}
.cms-design-5 #maincontent [data-content-type=row][data-appearance=contained] .cms5-steps a:hover {
  text-decoration: none;
}
.cms-design-5-main-text a {
  color: #000;
  text-decoration: underline;
}
.cms-design-5-main-text a:hover {
  text-decoration: none;
}
.legal-cms-container {
  margin-top: 110px;
  display: flex;
  flex-wrap: wrap;
  align-items: self-start;
  justify-content: left;
  padding: 0 24px;
  box-sizing: border-box;
}
.legal-cms-container .legal-cms-leftcol {
  flex: 0 0 24%;
}
.legal-cms-container .legal-cms-leftcol .item.title {
  border-top: 1px solid #636363;
  padding: 35px 0;
}
.legal-cms-container .legal-cms-leftcol .item.title a {
  display: block;
  width: 100%;
  height: auto;
  font-size: 24px;
  color: #000;
  font-weight: 700;
  line-height: 29px;
  font-family: 'neue-haas-grotesk-display';
  text-decoration: none;
}
.legal-cms-container .legal-cms-righttcol {
  flex: 0 0 58%;
  margin-left: 138px;
}
.legal-cms-container .legal-cms-righttcol .item.content h4 {
  font-size: 40px;
  font-weight: 700;
  font-family: 'neue-haas-grotesk-display';
  margin: 0 0 30px 0;
  color: #000;
}
.legal-cms-container .legal-cms-righttcol .item.content#state-federal-regulations h4 {
  margin: 0 0 60px 0;
}
.cms-3a-tabtitle {
  font-size: 18px;
  color: #000;
  border-top: 1px solid #636363;
  padding: 27px 0;
  position: relative;
  cursor: pointer;
}
.cms-3a-tabtitle:after {
  content: "";
  height: 21px;
  width: 21px;
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url("../../frontend/Pharmacann/verilife-new/en_US/images/Open.svg") no-repeat center;
}
.active .cms-3a-tabtitle:after {
  background: url("../../frontend/Pharmacann/verilife-new/en_US/images/Close-tab.svg") no-repeat center;
}
#maincontent .legal-cms-righttcol .cms-3a-tabcontent {
  font-size: 14px;
  color: #000;
  margin-bottom: 30px;
}
#maincontent .legal-cms-righttcol .cms-3a-tabcontent p {
  font-size: 14px;
  color: #000;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 15px;
}
#maincontent .legal-cms-righttcol .cms-3a-tabcontent h3 {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  font-family: 'neue-haas-grotesk-text';
}
#maincontent .legal-cms-righttcol .cms-3a-tabcontent ul li {
  font-size: 14px;
  color: #000;
}
.vaporizers-container .vaporizers-title {
  font-size: 18px;
  margin: -40px 0 20px 0;
}
.vaporizers-container .vaporizers-title + p {
  line-height: 21px !important;
}
.vaporizers-container > p {
  font-size: 14px !important;
  margin-bottom: 30px;
}
.vaporizers-container .vaporizers-content {
  margin-bottom: 35px;
}
.vaporizers-container .vaporizers-content h3 {
  font-size: 18px;
  font-weight: 700;
  font-family: 'neue-haas-grotesk-text' !important;
  color: #000;
  margin: 0 0 20px 0;
}
.vaporizers-container .vaporizers-content p {
  font-size: 14px !important;
}
.cms-3a-tabcontent ul {
  margin: 0;
  padding-left: 30px;
}
.cms-3a-tabcontent ul li {
  margin-bottom: 5px;
}
.cms-3a-tabcontent br {
  display: none;
}
#maincontent .legal-cms-righttcol .cms-3a-tabcontent h3 {
  margin: 20px 0;
}
.vaporizers-content a:hover {
  color: #00685e;
}
.cms-3a-tabcontent a:hover {
  color: #00685e;
}
.cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] {
  max-width: 970px;
  padding: 0 24px;
}
.cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] h1 {
  font-size: 40px;
  color: #000;
  font-family: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 48px 0 40px 0;
  line-height: 48px;
  letter-spacing: 0.01em;
}
.cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms-design-5-main-text {
  margin-bottom: 40px;
}
.cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms-design-5-main-text p {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}
.cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms-design-5-warning-text {
  display: flex;
  flex-wrap: wrap;
}
.cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms-design-5-warning-text:before {
  content: "";
  height: 24px;
  width: 24px;
  background: url("../../frontend/Pharmacann/verilife-new/en_US/images/cms-warning-icon.svg") no-repeat center;
  margin-right: 16px;
}
.cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms-design-5-warning-text p {
  flex: 1 0 0;
  color: #00685E;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.01em;
}
.cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] p {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.01em;
}
.cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] ul {
  margin-bottom: 0;
}
.cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] ul li {
  margin: 0;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.01em;
}
.cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms5-featured-blog {
  border-top: 1px solid #000;
  margin-top: 80px;
  position: relative;
  margin-bottom: 82px;
}
.cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms5-featured-blog h2 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin: 24px 0 43px 0;
}
.cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms5-featured-blog figure {
  position: absolute;
  right: 0;
  top: 24px;
}
.cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms5-featured-blog ul.cms-post-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms5-featured-blog ul.cms-post-list li.cms-post-list {
  flex: 0 0 23.5%;
}
.cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms5-featured-blog ul.cms-post-list li.cms-post-list:nth-of-type(1n+5) {
  display: none;
}
.cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms5-featured-blog ul.cms-post-list li.cms-post-list .cms-post-img img {
  min-height: 121px;
  display: block;
}
.cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms5-featured-blog ul.cms-post-list li.cms-post-list .cms-post-info {
  background: #343A40;
  min-height: 145px;
  max-height: 145px;
  position: relative;
  padding: 14px;
}
.cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms5-featured-blog ul.cms-post-list li.cms-post-list .cms-post-info .cms-post-item-link {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: 'neue-haas-grotesk-display';
  line-height: 22px;
  letter-spacing: 0.01em;
}
.cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms5-featured-blog ul.cms-post-list li.cms-post-list .cms-post-info .cms-post-read a {
  position: absolute;
  bottom: 18px;
  color: #fff;
  font-size: 15px;
  text-decoration: underline;
}
.cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms5-featured-blog ul.cms-post-list li.cms-post-list .cms-post-info .cms-post-title {
  height: 92px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  -ms-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  color: #fff;
}
.cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms5-steps {
  padding: 40px 0 50px 0;
  border-top: 1px solid #000;
}
.cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms5-steps h3 {
  margin-bottom: 40px;
  margin-top: 0;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms5-steps p {
  max-width: 570px;
}
.cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms5-steps .cms5-right-text {
  color: #00685E;
}
.cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms5-steps .cms5-right-text.cms5-right-small p {
  font-size: 11px;
  line-height: 17px;
}
.cms-design-5 #maincontent [data-content-type='row'][data-appearance='contained'] .cms5-steps ul {
  margin-bottom: 15px;
  padding-left: 22px;
}
.cms-design-5 #maincontent [data-content-type='row'][data-appearance='full-bleed'] .pagebuilder-column-group {
  max-width: 970px;
  padding: 65px 24px;
  margin: 20px auto 0;
}
.cms-design-5 #maincontent [data-content-type='row'][data-appearance='full-bleed'] .pagebuilder-column-group h2 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-top: 0;
}
.cms-design-5 #maincontent [data-content-type='row'][data-appearance='full-bleed'] .pagebuilder-column-group .pagebuilder-button-primary {
  background: #343A40;
  color: #fff;
  margin: 0 !important;
  border-radius: 25px !important;
  font-size: 16px !important;
  font-family: 'neue-haas-grotesk-display' !important;
  font-weight: 600 !important;
  width: 100%;
}
.cms-design-5 #maincontent [data-content-type='row'][data-appearance='full-bleed'] .pagebuilder-column-group [data-content-type='button-item'] {
  max-width: 333px !important;
  width: 100% !important;
}
.cms-design-5 #maincontent .cms5-3blocks {
  margin: 80px 0 125px 0;
}
.cms-design-5 #maincontent .cms5-3blocks .pagebuilder-column-group {
  justify-content: space-between;
  flex-wrap: wrap;
}
.cms-design-5 #maincontent .cms5-3blocks .pagebuilder-column-group .pagebuilder-column {
  flex: 0 0 32% !important;
  background: #F0F0F0;
}
.cms-design-5 #maincontent .cms5-3blocks .pagebuilder-column-group .pagebuilder-column .cms5-3blocks-title {
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  margin-bottom: 24px;
  margin-top: 24px;
  padding: 0 20px;
}
.cms-design-5 #maincontent .cms5-3blocks .pagebuilder-column-group .pagebuilder-column .cms5-3blocks-title p {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  line-height: 30px;
}
.cms-design-5 #maincontent .cms5-3blocks .pagebuilder-column-group .pagebuilder-column .cms5-3blocks-text {
  height: 138px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 6;
  -moz-line-clamp: 6;
  -ms-line-clamp: 6;
  line-clamp: 6;
  overflow: hidden;
  margin-bottom: 31px;
  padding: 0 20px;
}
.cms-design-5 #maincontent .cms5-3blocks .pagebuilder-column-group .pagebuilder-column .cms5-3blocks-text p {
  font-size: 15px;
  margin: 0;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.01em;
}
.cms-design-5 #maincontent .cms5-3blocks .pagebuilder-column-group .pagebuilder-column .cms5-3blocks-learn {
  padding: 0 20px;
  margin-bottom: 20px;
}
.cms-design-5 #maincontent .cms5-3blocks .pagebuilder-column-group .pagebuilder-column .cms5-3blocks-learn p {
  margin: 0;
}
.cms-design-5 #maincontent .cms5-3blocks .pagebuilder-column-group .pagebuilder-column .cms5-3blocks-learn p a {
  color: #000;
  letter-spacing: 0.01em;
  font-weight: 500;
}
.careers-page .careers-block-section {
  max-width: 922px;
  margin: 0 auto;
}
.cms-page-view ul > li,
.cms-page-view ol > li {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cms-page-view.page-layout-cms-full-width.cms-privacy-policy #maincontent.page-main-full-width,
.cms-page-view.page-layout-cms-full-width.cms-terms-service #maincontent.page-main-full-width,
.cms-page-view.page-layout-cms-full-width.cms-state-federal-marijuana-regulations #maincontent.page-main-full-width,
.cms-page-view.page-layout-cms-full-width.cms-accessibility-statement #maincontent.page-main-full-width {
  padding: 20px;
}
.cms-page-view.page-layout-cms-full-width.offer-page #maincontent.page-main-full-width,
.cms-page-view.page-layout-cms-full-width.careers-page #maincontent.page-main-full-width {
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .legal-cms-container {
    margin-top: 50px;
  }
  .legal-cms-container .legal-cms-righttcol {
    flex: 0 0 67%;
    margin-left: 64px;
  }
  .legal-cms-container .legal-cms-righttcol .item.content h4 {
    margin: 0 0 30px 0;
  }
}
/**
 * @copyright   Copyright (c) 2021 Kensium Solutions LLC
 */
ul.btn-error {
  margin: 0px auto;
  display: flex;
  padding: 0;
  justify-content: space-between;
}
.careers-page .pagebuilder-column-group .pagebuilder-column h1 {
  font-size: 26px;
  margin: 30px 0 20px 0;
}
.careers-page .pagebuilder-column-group .pagebuilder-column h2 {
  font-size: 24px;
  margin: 20px 0;
}
.careers-page .pagebuilder-column-group .pagebuilder-column h3 {
  font-size: 20px;
  margin: 15px 0;
}
.careers-page .paragraph__view-mode__default {
  background: #fff;
  border-radius: 0 0 40px 0;
  padding: 30px 25px;
  -webkit-box-shadow: 0 12px 43px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 12px 43px -12px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}
.careers-page .paragraph__view-mode__default .btn-primary {
  background: #526841;
  border: #526841;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding: 7px 15px;
  font-size: 16px;
  vertical-align: middle;
  border-radius: 6px;
}
.careers-page .paragraph__view-mode__default .btn-primary:hover {
  text-decoration: none;
}
.cms-noroute-index .page-main {
  max-width: 100%;
  padding: 0;
}
.cms-noroute-index .page-main .columns .column.main {
  padding-bottom: 0;
}
.cms-noroute-index .page-main .pagebuilder-column figure[data-content-type='image'] img {
  display: block;
}
.cms-noroute-index .page-main .pagebuilder-column.error-404-content h1 {
  color: #fff;
  font-weight: 600;
}
.cms-noroute-index .page-main .pagebuilder-column.error-404-content p {
  color: #fff;
  font-weight: 400;
  line-height: 23px;
  font-size: 15px;
}
.cms-noroute-index .page-main .pagebuilder-column.error-404-content [data-content-type='buttons'] {
  display: flex;
  justify-content: space-between;
}
.cms-noroute-index .page-main .pagebuilder-column.error-404-content [data-content-type='buttons'] [data-content-type='button-item'] .pagebuilder-button-primary {
  border-radius: 25px;
  color: #000;
  font-size: 16px;
  min-width: 165px;
  padding: 14px 32px 18px;
  margin: 0;
  font-weight: 600;
  height: 51px;
  background-color: #fff;
}
.cms-noroute-index .page-main .pagebuilder-column.error-404-content [data-content-type='buttons'] [data-content-type='button-item'].shop-now-btn .pagebuilder-button-primary {
  background-color: #DEE61B;
}
.cms-page-view #maincontent p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media screen and (orientation: landscape) and (max-width: 991px) {
  .cms-noroute-index .page-main .pagebuilder-column.error-404-content {
    order: -1;
    padding: 20px 16px;
  }
}
/*# 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_cms-faq.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_cms-3a.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPharmacann%5C%2Fverilife-new%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_cms-careers-page.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%3BEC0ErD%2CYAAa%2CmBAAmB%3BIAC5B%2CeAAA%3BIACA%2C8BAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CYAAa%2CmBAAmB%3BIAC5B%2CmBAAA%3BIACA%2CmBAAA%3B%3BECqYJ%3BIACI%2CwBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2CoBAII%3BIACI%2CyBAAA%3B%3BEALR%2CoBAII%2CmBAEI%2CMAAK%3BIAKD%2C2BAAA%3BIACA%2C6BAAA%3BIACA%2CgCAAA%3BIACA%2CkBAAA%3B%3BEAdZ%2CoBAII%2CmBAEI%2CMAAK%2CMACD%3BIACI%2CuBAAA%3BIACA%2C2BAAA%3B%3BEAMJ%2CoBAXR%2CmBAEI%2CMAAK%2CMASA%3BIACG%2CWAAA%3BIACA%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CgBAAgB%2C2CAAhB%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAvBhB%2CoBA2BI%3BIACI%2CyBAAA%3BIACA%2CyBAAA%3BIACA%2C0BAAA%3B%3BEA9BR%2CoBA2BI%2CqBAII%2CMAAK%2CQACD%3BIACI%2C0BAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEACA%2CoBAVZ%2CqBAII%2CMAAK%2CQACD%2CGAKK%3BIACG%2CWAAA%3BIACA%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CgBAAgB%2C2CAAhB%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CWAAW%2CcAAX%3B%3BEAMpB%2CoBACI%3BEADJ%2CoBAEI%3BEAFJ%2CoBAGI%3BEAHJ%2CoBAII%3BEAJJ%2CoBAKI%3BEALJ%2CoBAMI%3BEANJ%2CoBAOI%3BIACI%2CaAAA%3B%3BEARR%2CoBAUI%2C2BACM%3BIACE%2CgCAAA%3B%3BEAIZ%3BIACI%2C2BAAA%3BIACA%2C0BAAA%3B%3BEACA%2CgBAAC%3BIACG%2CqBAAA%3BIACA%2CoBAAA%3B%3BEAGR%2CqBAAsB%3BIAClB%2CgCAAA%3B%3BEAEJ%2CWAAY%2CsBAAsB%2CkBAAoB%3BIAClD%2C4BAAA%3BIACA%2C0BAAA%3B%3BEAEJ%2CWAAY%2CsBAAsB%2CoBAAoB%3BIAClD%2C0BAAA%3B%3BEAEJ%2CYAAa%2CqBAAqB%3BIAC9B%2C0BAAA%3B%3BEADJ%2CYAAa%2CqBAAqB%2CmBAE9B%3BIACI%2C0BAAA%3BIACA%2C4BAAA%3B%3BEAJR%2CYAAa%2CqBAAqB%2CmBAM9B%3BIACI%2C0BAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEATR%2CYAAa%2CqBAAqB%2CmBAW9B%2CGACI%3BIACI%2C0BAAA%3BIACA%2CWAAA%3B%3BEAIZ%2C0BAA0B%2COACpB%3BIACE%2CyBAAA%3B%3BEAGR%2CeAAe%2COACX%3BIACI%2CyBAAA%3B%3BEAGR%2CUAAU%2COACN%3BIACI%2CyBAAA%3B%3BEAGR%2CiBAAiB%2COACb%3BIACI%2CyBAAA%3B%3BEAGR%2CkBAAkB%2COACd%3BIACI%2CyBAAA%3B%3BEAGR%2CyBAAyB%2COACrB%3BIACI%2CyBAAA%3B%3BEAGR%2C2BAA2B%2COACvB%3BIACI%2CyBAAA%3B%3BEAGR%2CwBAAwB%2COACpB%3BIACI%2CyBAAA%3B%3BEAIR%2CaACI%2CaAEI%2CwBAAuB%2C4BAA6B%3BIAChD%2CkBAAA%3BIACA%2C4BAAA%3B%3BEALZ%2CaACI%2CaAEI%2CwBAAuB%2C4BAA6B%2C0BAGhD%2C8BAA8B%3BIAC1B%2C0BAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3B%3BEAThB%2CaACI%2CaAWI%2C0BAAyB%3BIACrB%2C0BAAA%3B%3BEAbZ%2CaACI%2CaAWI%2C0BAAyB%2C6BAErB%3BIACI%2C0BAAA%3BIACA%2CgCAAA%3BIACA%2C4BAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAnBhB%2CaACI%2CaAWI%2C0BAAyB%2C6BASrB%2C2BAA0B%3BIACtB%2CuBAAA%3BIACA%2CsBAAA%3BIACA%2C4BAAA%3BIACA%2CmCAAA%3B%3BEAzBhB%2CaACI%2CaAWI%2C0BAAyB%2C6BAepB%3BIACG%2CeAAA%3BIACA%2CcAAA%3B%3BEA7BhB%2CaACI%2CaAWI%2C0BAAyB%2C6BAepB%2CcAGG%2CGAAE%3BIACE%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAlCpB%2CaACI%2CaAWI%2C0BAAyB%2C6BAyBrB%3BIACI%2CyBAAA%3B%3BEAtChB%2CaACI%2CaAWI%2C0BAAyB%2C6BAyBrB%2CoBAEI%3BIACI%2CgCAAA%3B%3BEAxCpB%2CaACI%2CaAWI%2C0BAAyB%2C6BAyBrB%2CoBAKI%2CGAAE%2CcAAe%2CGAAE%3BIACf%2CyBAAA%3B%3BEA3CpB%2CaACI%2CaAWI%2C0BAAyB%2C6BAyBrB%2CoBAKI%2CGAAE%2CcAAe%2CGAAE%2CcAEf%3BIACI%2CaAAA%3BIACA%2CeAAA%3B%3BEA9CxB%2CaACI%2CaAWI%2C0BAAyB%2C6BAyBrB%2CoBAKI%2CGAAE%2CcAAe%2CGAAE%2CcAEf%2CoBAGI%3BIACI%2CuBAAA%3BIACA%2CsBAAA%3B%3BEAjD5B%2CaACI%2CaAWI%2C0BAAyB%2C6BAyBrB%2CoBAKI%2CGAAE%2CcAAe%2CGAAE%2CcAEf%2CoBAGI%2CcAGI%3BIACI%2C2BAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAtDhC%2CaACI%2CaAWI%2C0BAAyB%2C6BAyBrB%2CoBAKI%2CGAAE%2CcAAe%2CGAAE%2CcAEf%2CoBAaI%3BIACI%2CWAAA%3BIACA%2C2BAAA%3BIACA%2C2BAAA%3BIACA%2C2BAAA%3B%3BEAQ5B%2CaAAc%2CaAAa%2C0BAAyB%2C6BAA8B%3BIAC9E%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CaACI%3BIACI%2CkBAAA%3B%3BEAGR%2CIAAI%2CcAAc%2C2BAA4B%3BIAC1C%2CaAAA%3B%3BEClmBJ%3BIACI%2CgBAAA%3B%3BEAKQ%2CkBAFR%2CWACI%2CoBACK%3BIACE%2CSAAA%3BIACA%2CkBAAA%3B%3BEAFH%2CkBAFR%2CWACI%2CoBACK%2CkBAGE%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEARP%2CkBAFR%2CWACI%2CoBACK%2CkBAUE%3BIACI%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAdP%2CkBAFR%2CWACI%2CoBACK%2CkBAgBE%2CGAAE%3BIACG%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAnBR%2CkBAFR%2CWACI%2CoBACK%2CkBAqBG%2C8BAEI%2CkCACI%3BIACI%2CgBAAA%3B%3BEAU5B%3BIACI%2CUAAA%3B%3BEADJ%2CaAEI%3BIACI%2CkBAAA%3B%3BEAHR%2CaAKI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEARR%2CaAUI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAbR%2CaAgBI%3BIACI%2CgBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAH9GR%2CgBALsC%3BECwBtC%2CYAAa%3BIACT%2COAAO%2CkBAAP%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CYAAa%2CmBAAmB%2CcAAa%3BIACzC%2CWAAA%3B%3BEAGJ%2CYAAa%2CmBAAmB%3BIAC5B%2CSAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CYAAa%2CmBAAmB%3BIAC5B%2CeAAA%3BIACA%2CmBAAA%3B%3BEC4UJ%2CaACA%2CaAAa%2CmBAAmB%3BIAC5B%2CeAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CoBAAqB%2CMAAK%3BIACtB%2CaAAA%3B%3BEAEJ%2C8BACI%3BIACI%2CcAAA%3B%3BEAGR%2C6BACI%3BIACI%2CcAAA%3B%3BEAGR%2CcACI%3BIACI%2CcAAA%3B%3BEAGR%2CsBACI%3BIACI%2CcAAA%3B%3BEAGR%2CuBACI%3BIACI%2CcAAA%3B%3BEAGR%2C6BACI%3BIACI%2CcAAA%3B%3BEAGR%2CmBACI%3BIACI%2CcAAA%3B%3BEAGR%2CcAAc%2C2BACV%2CaAAY%2CqBACR%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BECpRZ%2CEAAE%3BIACE%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3BIACA%2C8BAAA%3B%3BEAKQ%2CaAFR%2C0BACI%2CoBACK%2CUAAU%3BIACP%2CmBAAA%3B%3BEAJhB%2CaASI%3BIACI%2CgBAAA%3B%3BEAIR%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CaACI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2C0BAAA%3B%3BEAJR%2CaAWI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAdR%2CaAsBI%3BIACI%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAxBR%2CaAiCI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAoBI%2CkBAVR%2CWACI%2C0BAKA%2CoBAIK%2CkBAKG%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAVR%2CkBAVR%2CWACI%2C0BAKA%2CoBAIK%2CkBAYG%2CIAAG%3BIACC%2CiBAAA%3BIACA%2CYAAA%3B%3BEAdR%2CkBAVR%2CWACI%2C0BAKA%2CoBAIK%2CkBAiBG%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEAnBR%2CkBAVR%2CWACI%2C0BAKA%2CoBAIK%2CkBAiBG%2C8BAGQ%2CkCACI%3BIACA%2CgBAAA%3B%3BEAS5B%2CcAAc%2C2BAA4B%2CaAAa%3BIACnD%2CmBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CcAAe%2CaAAa%3BIACxB%2CaAAa%2C6BAA4B%2C8CAAzC%3B%3BEAEJ%2CcAAe%3BIACX%2CgBAAA%3B%3B%3BAApFA%2CgBHpLkC%2CuBG%2BKN%2C%2BBAAA%3BEAK5B%2CaATA%3BIAKQ%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAYR%2CgBH9LkC%2CuBGyLN%2C%2BBAAA%3BEAK5B%2CaATA%3BIAKQ%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAWR%2CgBHvMkC%2CuBGmMN%2C%2BBAAA%3BEAI5B%2CaAPA%3BIAIQ%2CgBAAA%3BIACA%2CmBAAA%3B%3B%3BAAMR%2CgBH3MkC%2CuBGwMV%2C%2BBAAA%3BEAGxB%3BIAFI%2CYAAA%3B%3B%3BAAUJ%2CgBHnNkC%2CuBG8MN%2C%2BBAAA%3BEAK5B%2CaARA%3BIAIQ%2CWAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3B%3BAAYJ%2CgBH7N8B%2CuBGyNF%2C%2BBAAA%3BEAI5B%2CkBANJ%2CWACI%3BIAEQ%2CsBAAA%3B%3B%3BAAOJ%2CgBHjO0B%2CuBG8NF%2C%2BBAAA%3BEAGxB%2CkBAVR%2CWACI%2C0BAKA%3BIAEQ%2CqBAAA%3B%3B%3BAAOA%2CgBHtOsB%2CuBGkOE%2C%2BBAAA%3BEAIxB%2CkBAfZ%2CWACI%2C0BAKA%2CoBAIK%3BIAEO%2CSAAA%3BIACA%2CaAAA%3B%3B%3B%3B%3B%3B%3BAF1RpB%2CmBAAmB%3BAACnB%2CeAAe%3BEACX%2CmBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%3BAACA%2CgBAAiB%3BAACjB%3BAACA%3BEACI%2CmBAAA%3B%3BAAGJ%2COAAO%2CKAAM%2COAAM%3BEACf%2CgBAAA%3B%3BAAGJ%2CYAAa%2CmBAAmB%2CcAAa%3BEACzC%2CSAAS%2CEAAT%3BEACA%2CwCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CgBAAgB%2CgBAAhB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CoBAAA%3B%3BAAGJ%2CYAAa%2CmBAAmB%2CcAAa%2CQAAQ%3BEACjD%2CyCAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CYAAa%2CmBAAmB%2CcAAc%3BEAC1C%2CaAAA%3B%3BAAGJ%2CYAAa%2CmBAAmB%3BEAC5B%2CaGvCiB%2CwBHuCjB%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CYAAa%2CmBAAmB%3BEAC5B%2CaGhDiB%2CwBHgDjB%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BACvEJ%2CaAAc%2CaAAa%2CwBAAuB%2C2BAA4B%2CYAAY%3BEACtF%2CWAAA%3BEACA%2C0BAAA%3B%3BAACA%2CaAHU%2CaAAa%2CwBAAuB%2C2BAA4B%2CYAAY%2CEAGrF%3BEACG%2CqBAAA%3B%3BAAGR%2CuBACI%3BEACI%2CWAAA%3BEACA%2C0BAAA%3B%3BAACA%2CuBAHJ%2CEAGK%3BEACG%2CqBAAA%3B%3BAAIZ%3BEACI%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAPJ%2CoBAQI%3BEACI%2CaAAA%3B%3BAATR%2CoBAQI%2CmBAEI%2CMAAK%3BEACD%2C6BAAA%3BEACA%2CeAAA%3B%3BAAZZ%2CoBAQI%2CmBAEI%2CMAAK%2CMAGD%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAa%2C2BAAb%3BEACA%2CqBAAA%3B%3BAAtBhB%2CoBA0BI%3BEACI%2CaAAA%3BEACA%2CkBAAA%3B%3BAA5BR%2CoBA0BI%2CqBAGI%2CMAAK%2CQACD%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2C2BAAb%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CoBAXR%2CqBAGI%2CMAAK%2CQAQA%2C0BACG%3BEACI%2CkBAAA%3B%3BAAMpB%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAACA%2CgBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CgBAAgB%2CsCAAhB%3B%3BAAKA%2COADJ%2CiBACK%3BEACG%2CgBAAgB%2C2CAAhB%3B%3BAAIZ%2CYAAa%2CqBAAqB%3BEAC9B%2CeAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CYAAa%2CqBAAqB%2CmBAI9B%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAATR%2CYAAa%2CqBAAqB%2CmBAW9B%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CwBAAb%3B%3BAAfR%2CYAAa%2CqBAAqB%2CmBAiB9B%2CGACI%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAIZ%2CqBACI%3BEACI%2CeAAA%3BEACA%2CsBAAA%3B%3BAAHR%2CqBAKI%2CkBAAoB%3BEAChB%2C4BAAA%3B%3BAANR%2CqBAQM%3BEACE%2C0BAAA%3BEACA%2CmBAAA%3B%3BAAVR%2CqBAYI%3BEACI%2CmBAAA%3B%3BAAbR%2CqBAYI%2CoBAEI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CwBAAb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAnBZ%2CqBAYI%2CoBASI%3BEACI%2C0BAAA%3B%3BAAIZ%2CkBAAmB%3BEACf%2CSAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CkBAAmB%2CGAAG%3BEAClB%2CkBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CaAAA%3B%3BAAEJ%2CYAAa%2CqBAAqB%2CmBAAmB%3BEACjD%2CcAAA%3B%3BAAEJ%2CmBAAoB%2CEAAC%3BEACjB%2CcAAA%3B%3BAAEJ%2CkBAAmB%2CEAAC%3BEAChB%2CcAAA%3B%3BAAEJ%2CaACI%2CaACI%2C0BAAyB%3BEACrB%2CgBAAA%3BEACA%2CeAAA%3B%3BAAJZ%2CaACI%2CaACI%2C0BAAyB%2C6BAGrB%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CaErJU%2C6BCKJ%2C8CHgJN%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAXhB%2CaACI%2CaACI%2C0BAAyB%2C6BAWrB%3BEACI%2CmBAAA%3B%3BAAdhB%2CaACI%2CaACI%2C0BAAyB%2C6BAWrB%2CwBAEI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAAlBpB%2CaACI%2CaACI%2C0BAAyB%2C6BAmBrB%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAACA%2CaAvBZ%2CaACI%2C0BAAyB%2C6BAmBrB%2C2BAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAgB%2CkDAAhB%3BEACA%2CkBAAA%3B%3BAA7BpB%2CaACI%2CaACI%2C0BAAyB%2C6BAmBrB%2C2BAUI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAApCpB%2CaACI%2CaACI%2C0BAAyB%2C6BAqCrB%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAA1ChB%2CaACI%2CaACI%2C0BAAyB%2C6BA0CrB%3BEACI%2CgBAAA%3B%3BAA7ChB%2CaACI%2CaACI%2C0BAAyB%2C6BA0CrB%2CGAEI%3BEACI%2CSAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAlDpB%2CaACI%2CaACI%2C0BAAyB%2C6BAmDrB%3BEACI%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAzDhB%2CaACI%2CaACI%2C0BAAyB%2C6BAmDrB%2CoBAKI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAA9DpB%2CaACI%2CaACI%2C0BAAyB%2C6BAmDrB%2CoBAWI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAnEpB%2CaACI%2CaACI%2C0BAAyB%2C6BAmDrB%2CoBAgBI%2CGAAE%3BEACE%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3B%3BAA3EpB%2CaACI%2CaACI%2C0BAAyB%2C6BAmDrB%2CoBAgBI%2CGAAE%2CcAOE%2CGAAE%3BEACE%2CeAAA%3B%3BAACA%2CaA7EpB%2CaACI%2C0BAAyB%2C6BAmDrB%2CoBAgBI%2CGAAE%2CcAOE%2CGAAE%2CcAEG%2CYAAY%3BEACT%2CaAAA%3B%3BAA%5C%2FE5B%2CaACI%2CaACI%2C0BAAyB%2C6BAmDrB%2CoBAgBI%2CGAAE%2CcAOE%2CGAAE%2CcAKE%2CcACI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAApFhC%2CaACI%2CaACI%2C0BAAyB%2C6BAmDrB%2CoBAgBI%2CGAAE%2CcAOE%2CGAAE%2CcAWE%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAA5F5B%2CaACI%2CaACI%2C0BAAyB%2C6BAmDrB%2CoBAgBI%2CGAAE%2CcAOE%2CGAAE%2CcAWE%2CeAMI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2C2BAAb%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAnGhC%2CaACI%2CaACI%2C0BAAyB%2C6BAmDrB%2CoBAgBI%2CGAAE%2CcAOE%2CGAAE%2CcAWE%2CeAcI%2CeAAe%3BEACX%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3BAA1GhC%2CaACI%2CaACI%2C0BAAyB%2C6BAmDrB%2CoBAgBI%2CGAAE%2CcAOE%2CGAAE%2CcAWE%2CeAqBI%3BEACI%2CYAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAxHhC%2CaACI%2CaACI%2C0BAAyB%2C6BA4HrB%3BEACI%2CsBAAA%3BEACA%2C0BAAA%3B%3BAAhIhB%2CaACI%2CaACI%2C0BAAyB%2C6BA4HrB%2CYAGI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAvIpB%2CaACI%2CaACI%2C0BAAyB%2C6BA4HrB%2CYAWI%3BEACI%2CgBAAA%3B%3BAA1IpB%2CaACI%2CaACI%2C0BAAyB%2C6BA4HrB%2CYAcI%3BEACI%2CcAAA%3B%3BAACA%2CaA7IhB%2CaACI%2C0BAAyB%2C6BA4HrB%2CYAcI%2CiBAEK%2CiBACG%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAjJ5B%2CaACI%2CaACI%2C0BAAyB%2C6BA4HrB%2CYAuBI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAvJpB%2CaACI%2CaA0JI%2C0BAAyB%2C8BACrB%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FJhB%2CaACI%2CaA0JI%2C0BAAyB%2C8BACrB%2C0BAII%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAApKpB%2CaACI%2CaA0JI%2C0BAAyB%2C8BACrB%2C0BAUI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2CaAAa%2C2BAAb%3BEACA%2C2BAAA%3BEACA%2CWAAA%3B%3BAA9KpB%2CaACI%2CaA0JI%2C0BAAyB%2C8BACrB%2C0BAoBI%3BEACI%2C2BAAA%3BEACA%2CsBAAA%3B%3BAAlLpB%2CaACI%2CaAqLI%3BEACI%2CsBAAA%3B%3BAAvLZ%2CaACI%2CaAqLI%2CcAEI%3BEACI%2C8BAAA%3BEACA%2CeAAA%3B%3BAA1LhB%2CaACI%2CaAqLI%2CcAEI%2C0BAGI%3BEACI%2CwBAAA%3BEACA%2CmBAAA%3B%3BAA7LpB%2CaACI%2CaAqLI%2CcAEI%2C0BAGI%2CoBAGI%3BEACI%2CYAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAA5MxB%2CaACI%2CaAqLI%2CcAEI%2C0BAGI%2CoBAGI%2CoBAeI%3BEACI%2CeAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAjN5B%2CaACI%2CaAqLI%2CcAEI%2C0BAGI%2CoBAyBI%3BEACI%2CaAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAjOxB%2CaACI%2CaAqLI%2CcAEI%2C0BAGI%2CoBAyBI%2CmBAcI%3BEACI%2CeAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAvO5B%2CaACI%2CaAqLI%2CcAEI%2C0BAGI%2CoBA%2BCI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAA5OxB%2CaACI%2CaAqLI%2CcAEI%2C0BAGI%2CoBA%2BCI%2CoBAGI%3BEACI%2CSAAA%3B%3BAA9O5B%2CaACI%2CaAqLI%2CcAEI%2C0BAGI%2CoBA%2BCI%2CoBAGI%2CEAEI%3BEACI%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAShC%2CaACI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGR%2CcAAe%2CGAAG%3BAAClB%2CcAAe%2CGAAG%3BEACd%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CcAAc%2C2BAA2B%2CmBAIrC%2CaAAY%3BAAHhB%2CcAAc%2C2BAA2B%2CkBAGrC%2CaAAY%3BAAFhB%2CcAAc%2C2BAA2B%2CwCAErC%2CaAAY%3BAADhB%2CcAAc%2C2BAA2B%2C4BACrC%2CaAAY%3BEACT%2CaAAA%3B%3BAAGP%2CcAAc%2C2BAA2B%2CWAAY%2CaAAY%3BAACjE%2CcAAc%2C2BAA2B%2CaAAc%2CaAAY%3BEAC%5C%2FD%2CUAAA%3B%3BAAyER%2CwBAZmD%2CuBAAkC%3BEAC7E%3BIACI%2CgBAAA%3B%3BEADJ%2CoBAEI%3BIACI%2CaAAA%3BIACA%2CiBAAA%3B%3BEAJR%2CoBAEI%2CqBAGI%2CMAAK%2CQAAS%3BIACV%2CkBAAA%3B%3B%3B%3B%3B%3BAC3ehB%2CEAAE%3BEACE%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2C8BAAA%3B%3BAAEJ%2CaACI%2C0BACI%2CoBACI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3B%3BAALhB%2CaACI%2C0BACI%2CoBAMI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAVhB%2CaACI%2C0BACI%2CoBAWI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAfhB%2CaAoBI%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEAEA%2CkBAAA%3BEACA%2CyDAAA%3BEACA%2CiDAAA%3BEACA%2CmBAAA%3B%3BAA3BR%2CaAoBI%2C%2BBAQI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CaAnBR%2C%2BBAQI%2CaAWK%3BEACG%2CqBAAA%3B%3BAAMhB%2CkBACI%3BEACI%2CeAAA%3BEACA%2CUAAA%3B%3BAAHR%2CkBACI%2CWAGI%2CSAAS%2CQAAO%3BEACZ%2CiBAAA%3B%3BAALZ%2CkBACI%2CWAMI%2CoBACI%2COAAM%2C2BACF%3BEACI%2CcAAA%3B%3BAAGR%2CkBAZR%2CWAMI%2CoBAMK%2CkBAEG%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAJR%2CkBAZR%2CWAMI%2CoBAMK%2CkBAMG%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAVR%2CkBAZR%2CWAMI%2CoBAMK%2CkBAYG%3BEACI%2CaAAA%3BEACA%2C8BAAA%3B%3BAAdR%2CkBAZR%2CWAMI%2CoBAMK%2CkBAYG%2C8BAGI%2CkCACI%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CkBAvCpB%2CWAMI%2CoBAMK%2CkBAYG%2C8BAGI%2CkCAYK%2CaACG%3BEACI%2CyBAAA%3B%3BAAShC%2CcAAe%2CaAAa%3BEACxB%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAwOR%2CmBAd2C%2C6BACd%3BEAIT%2CkBAFR%2CWACI%2CoBACK%3BIACE%2CSAAA%3BIACA%2CkBAAA%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!
 */