/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: -webkit-linear-gradient(90deg, #2e66f9, #3254c4);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #2e66f9;
}

.col-pd-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.beer-slider {
    height: 100% !important;
}
.beer-reveal img {
    max-height: 100%;
}
button.prev {
    left: 0;
    margin-left: -40px;
}
button.next {
    right: 0;
    margin-right: -40px;
}
.hero__text-holder button {
    line-height: 20px !important;
}
@media only screen and (max-width: 1024px) {
    button.prev {
        margin-left: 5px !important;
    }
    button.next {
        margin-right: 5px !important;
    }
    button.next,
    button.prev {
        background: rgba(245, 245, 245, 0.9) !important;
        color: #4f4f4f !important;
    }
    .text-center-sm {
        text-align: center !important;
    }
    .text-center-sm span.sub-title-h4 {
        font-size: 20px !important;
    }
    .hero__text-holder button {
        display: block !important;
        width: 100% !important;
        margin: 0 auto;
        margin-bottom: 10px !important;
    }
}
.video-button:hover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9991;
    background: url("/img/home/play-button.png") center center no-repeat;
    background-size: 40% !important;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
button.next,
button.prev {
    position: absolute;
    border: 0;
    border-radius: 5rem !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    text-align: center !important;
    font-size: 2rem !important;
    background: none;
    color: #d1d1d1;
    padding: 0;
    z-index: 99 !important;
    top: 50%;
    transform: translateY(-50%, -50%);
}
.white-box-shadow {
    background: #f8f9fd;
    border-radius: 2rem;
    padding: 2rem;
    text-align: center;
}
.white-box-shadow h1,
.white-box-shadow h2 {
    line-height: 2rem;
    font-weight: 900;
}
.white-box-shadow h2 {
    font-size: 28px !important;
}
.white-box-shadow h2::after {
    position: absolute;
    display: block;
    content: "";
    width: 20%;
    height: 5px;
    border-radius: 50rem;
    background: #3d5ec9;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: 10px;
}
#beer-slider-bg {
    padding-top: 140px !important;
    padding-bottom: 100px !important;
}
#beer-slider-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("/img/home/symbol.webp") center center no-repeat;
    background-size: contain !important;
    z-index: 0 !important;
}
#beer-slider-ba {
    -webkit-box-shadow: -13px 14px 14px -5px rgba(0, 0, 0, 0.18);
    box-shadow: -13px 14px 14px -5px rgba(0, 0, 0, 0.18);
}
#beer-slider-ba,
#beer-slider-ba .beer-slider {
    border-radius: 1rem !important;
}
#beer-slider-ba .beer-slider {
    margin-left: -20px !important;
    margin-right: -20px !important;
    margin-bottom: -5px !important;
}
span.sub-title-h4 {
    display: block;
    width: 100% !important;
    font-size: 23px !important;
    color: #666 !important;
}
.new-faq a:focus {
    color: #3b68e6;
}
.new-faq i.fas {
    background: linear-gradient(90deg, #3b68e6 0%, #3a6df7 100%);
}
.footer i.fas {
    background: linear-gradient(90deg, #3b68e6 0%, #3a6df7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.card_body_rounded .card-header::after {
    background: linear-gradient(90deg, #3b68e6 0%, #3a6df7 100%);
}
.card_body_rounded.active .card-header {
    background: linear-gradient(90deg, #3b68e6 0%, #3a6df7 100%);
}
.card_body_rounded .card-body {
    position: relative;
}
.gradient-rouded-border {
    border: 2px solid #3b68e6;
    margin-bottom: 70px;
}
.gradient-rouded-border::before {
    top: auto;
    bottom: -5px;
}
.gradient-rouded-border .img-bottom {
    position: absolute;
    width: 140px;
    background-color: #f6f8fd;
    padding: 15px;
    border-radius: 50rem !important;
    height: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -70px !important;
    z-index: 99919;
}
::-moz-selection {
    color: #fff;
    background-color: #3b68e6;
}
::-webkit-selection {
    color: #fff;
    background-color: #3b68e6;
}
::selection {
    color: #fff;
    background-color: #3b68e6;
}
.loader-mask {
    z-index: 9991;
}
.loader {
    border-top: 0.5em solid #3b68e6;
}
.ui-arrow-left,
.ui-arrow-right {
    background: linear-gradient(90deg, #3b68e6 0%, #3a6df7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn--color {
    background: linear-gradient(90deg, #3b68e6 0%, #3a6df7 100%);
}
.btn--color:hover {
    border: 2px solid #3a6df7 !important;
}

.squared-item,
.squared-list-sm {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.squared-item .item {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    background-color: #fff;
    border-radius: 1rem;
    padding: 2rem;
    margin: 0.5rem;
}
.squared-list-sm .item {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 2 / 1;
    padding: 1rem;
}
.squared-list-sm .item .figure img.isto-e-fix {
    max-height: 64px;
}
@media screen and (max-width: 765px) {
    .squared-list-sm .item > div {
        text-align: center;
        width: 100%;
        max-width: 60%;
    }
}
.squared-item .item picture {
    width: 100%;
    max-width: 60%;
}

.testimonial__author {
    background: linear-gradient(90deg, #3b68e6 0%, #3a6df7 100%);
}
.testimonial__text {
    color: #3a6df7;
}
.testimonial__text::after {
    background: linear-gradient(90deg, #3b68e6 0%, #3a6df7 100%);
}
.contact__item a:hover {
    color: #3b68e6;
}
.entry__excerpt p {
    margin-bottom: 0;
    font-size: 16px;
}
.entry__article ul:not(.entry__meta) a {
    color: #3a6df7;
}
.bg-color {
    background-color: #3a6df7;
}
.hover-line:before {
    background: linear-gradient(90deg, #3b68e6 0%, #3a6df7 100%);
}

.gradient-bar {
    background: linear-gradient(90deg, #3b68e6 0%, #3a6df7 100%);
}
.bg-gradient:before {
    background: #3b68e6;
    background: linear-gradient(to top, #3b68e6 0%, #3a6df7 100%);
}
.bottom-gradient {
    background: linear-gradient(90deg, #3b68e6 0%, #3a6df7 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b68e6', endColorstr='#3a6df7',GradientType=0 );
}
.degrade-videos {
    background: linear-gradient(90deg, #3b68e6 0%, #3a6df7 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.btn--color--videos {
    background: linear-gradient(90deg, #3b68e6 0%, #3a6df7 100%);
}

.gradient-rouded-border-videos {
    background: transparent !important;
    border: 2px solid #3b68e6 !important;
}
.card-videos-big-number:after {
    background: linear-gradient(90deg, #3b68e6 0%, #3a6df7 100%);
}
.white-border-line {
    padding: 20px !important;
    border: 2px solid #fff;
    border-radius: 1rem !important;
}
#overlay p {
    color: #fff !important;
    font-size: 12px;
    max-height: 100px;
    overflow-y: auto;
}
.hide {
    display: none !important;
}
#overlay .btn-close {
    position: absolute;
    top: 20px !important;
    left: 20px !important;
    width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
    text-align: center !important;
    background: #fff;
    opacity: 0.7;
    border-radius: 5rem;
    border: 0 !important;
}
#text-button {
    cursor: pointer !important;
}
#overlay iframe {
    max-width: 80%;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
}
@media only screen and (max-width: 1024px) {
    #overlay .col-lg-12 {
        margin-bottom: 10px !important;
    }
    #overlay .col-lg-7 {
        margin-bottom: 10px !important;
    }
    #overlay iframe {
        max-width: 100% !important;
    }
    #overlay h2 {
        font-size: 24px !important;
        line-height: 28px !important;
    }
    #overlay h5 {
        font-size: 18px !important;
        line-height: 20px !important;
    }
    #overlay p {
        line-height: 12px !important;
        font-size: 11px !important;
        max-height: 80px !important;
    }
    .section-wrap {
        background-image: none !important;
    }
}
.h5-ind {
    margin-top: 5px;
    font-size: 10pt;
}

.h5-isa {
    margin-top: 5px;
    font-size: 12pt;
}

.bg-white-abs {
    position: absolute;
    top: 27%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
}

.img-labels-icon {
    width: 20px;
    float: left;
    height: 20px;
    margin-top: 10px;
}

.span-labels-icon {
    display: block;
    float: left;
    margin-left: 10px;
    font-size: 12pt;
    width: 70%;
}

.mt-price {
    margin-top: 130px;
}