/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/


/*************** ADD CUSTOM CSS HERE.   ***************/
:root{
    --color-green: 105deg 100% 40%;
    --color-blue: 225.65deg 60.53% 14.9%;
    --color-sky: 200.55deg 89.02% 32.16%;
    --color-gray-100: 0deg 0% 40.39%;
    --color-gray-200: 0deg 0% 96.08%;
    --color-gray-300: 0deg 0% 46.27%;
    --color-gray-400: 222.86deg 46.67% 97.06%;
    --color-gray-500: 0deg 0% 31.37%;
    --color-black: 0 0% 0%;
    --color-white: 0 0% 100%;
    --font-body:"gotham",sans-serif;
}
html {
    scroll-behavior: smooth;
}
body{
    background-color: hsl(var(--color-white));
    color: hsl(var(--color-gray-500));
    font-family:var(--font-body);
    font-size: 0.875rem;
    line-height: 1.6;
}
.dark, .dark p, .dark td{
    color: #fff;
}
.tk-gotham { font-family: "gotham",sans-serif; }

.col-pb-0>.col {
    padding-bottom: 0;
}
.col-p-0>.col {
    padding: 0;
}
.container-width, 
.full-width .ubermenu-nav, 
div.container, 
div.row {
    max-width: 1510px;
}
.container.max-w-4xl{
    max-width: 48rem;
}
.container.max-w-6xl{
    max-width: 72rem;
}
.w-full{
    width: 100%;
}
.h-full{
    height: 100%;
}
.h-full-screen{
    height: 100dvh;
}
.row.row-large.max-w-6xl,
.row.row-small.max-w-6xl,
.row.row-collapse.max-w-6xl,
.row.max-w-6xl {
    max-width: 72rem;
}
.btn-group .button{
    margin: 0;
}
.text-underline{
    text-decoration: underline;
}
.text-underline:hover{
    text-decoration: underline;
}
.btn-group .col-inner{
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.btn-group .col-inner .button{
    margin-right: 0;
}
.icon-box.stroke-icon .icon-box-img svg path,
.icon-box.stroke-icon .icon-box-img svg{
    fill:none;
}
.absolute-footer{
    display: none;
}
.text-center .col-left-align>div{
    margin-left: 0;
    margin-right: 0;
}
.min-w-200{
    min-width: 200px;
}
.max-w-350{
    max-width: 350px;
}
.max-w-1240{
    max-width: 1240px;
}
.max-w-1280{
    max-width: 1280px;
}
.max-w-1100{
    max-width: 1100px;
}
.pb-2-5 {
    padding-bottom: 2.5rem;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.mx-auto-inner .col-inner{
    margin-left: auto !important;
    margin-right: auto !important;
}
.mb-0{
    margin-bottom: 0;
}
.mb-5{
    margin-bottom: 5px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.text-38{
    font-size: 38px;
    line-height: 1.6;
}
.text-32{
    font-size: 32px;
    line-height: 1.6;
}
.text-26{
    font-size: 26px;
    line-height: 1.6;
}
.text-24{
    font-size: 24px;
    line-height: 1.6;
}
.text-20{
    font-size: 20px;
    line-height: 1.6;
}
.text-18{
    font-size: 18px;
    line-height: 1.6;
}

.text-16{
    font-size: 16px;
    line-height: 1.6;
}
.text-14{
    font-size: 14px;
    line-height: 1.6;
}
.px-5{
    padding-left: 5px;
    padding-right: 5px;
}
.px-10{
    padding-left: 10px;
    padding-right: 10px;
}
.px-15{
    padding-left: 15px;
    padding-right: 15px;
}
.ml-0-inner .col-inner{
    margin-left: 0 !important;
}
.mr-0-inner .col-inner{
    margin-right: 0 !important;
}
.ml-auto-inner .col-inner{
    margin-left: auto !important;
}
.mr-auto-inner .col-inner{
    margin-right: auto !important;
}
.bg-primary,
.bg-green{
    background-color: hsl(var(--color-green));
}
.bg-secondary,
.bg-blue{
    background-color: hsl(var(--color-blue));
}
.text-primary,
.text-green{
    color: hsl(var(--color-green));
}
.text-secondary,
.text-blue{
    color: hsl(var(--color-blue));
}
.text-sky{
    color: hsl(var(--color-sky));
}
.text-gray-100{
    color: hsl(var(--color-gray-100));
}
.text-gray-200{
    color: hsl(var(--color-gray-200));
}
.text-gray-300{
    color: hsl(var(--color-gray-300));
}
.text-gray-400{
    color: hsl(var(--color-gray-400));
}
.text-gray-500{
    color: hsl(var(--color-gray-500));
}
.text-white{
    color: hsl(var(--color-white));
}
.text-white-hover:hover{
    color: hsl(var(--color-white));
}
.text-black{
    color: hsl(var(--color-black));
}
.appointment-form .gform_heading{
    display: none;
}
.letter-spacing-13{
    letter-spacing: -0.13px;
}
.letter-spacing-14{
    letter-spacing: -0.14px;
}
.letter-spacing-18{
    letter-spacing: -0.18px;
}
.letter-spacing-24{
    letter-spacing: -0.24px;
}
.weight-500{
    font-weight: 500;
}
.weight-600{
    font-weight: 600;
}
.weight-700{
    font-weight: 700;
}
.weight-800{
    font-weight: 800;
}
.weight-900{
    font-weight: 900;
}
.header-main .nav>li>a{
    font-size: 16px;
    letter-spacing: -0.16px;
    font-weight: 400;
    color: #fff;
    padding: 10px 10px;
}
.header-main  .has-dropdown .icon-angle-down{
    display: none;
}
.header-nav.header-nav-main .header-block{
    width: auto;
}

.header-main .menu-item.has-dropdown.current-dropdown .nav-top-link{
    background: #29296B;
    border-radius: 25rem;
}
.header-main .nav-dropdown{
    color: hsl(var(--color-blue));
    padding: 10px 0;
}
.header-main .nav-dropdown>li>a{
    font-size: 14px;
    letter-spacing: -0.14px;
    font-weight: 400;
    color: hsl(var(--color-blue));
}
.header-main .nav-dropdown.nav-dropdown-bold>li>a:hover{
    background-color: #E0E6F1;
    color: hsl(var(--color-blue)) !important;
}
.header-main .nav-dropdown.nav-dropdown-bold>li>a{
    border-radius: 10px;
    padding: 10px;
}
.mfp-ready .mfp-close{
    opacity: 1;
}
.footer-dark-desc{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}
.footer-bottom-title p,
.footer-bottom-title h2,
.footer-bottom-title h3,
.footer-follow-title p,
.footer-follow-title h2,
.footer-follow-title h3,
.footer-dark-desc p{
    margin: 0;
}
.footer-bottom-title,
.footer-follow-title{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 18px;
}
.footer-bottom-title{
    margin-bottom: 10px;
}
.social-icons.footer-follow .button.icon{
    color: #DEE2E8 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    min-height: 36px;
    padding: 0;
    margin-right: 20px;
}
.social-icons.footer-follow .button.icon:hover{
    color: #DEE2E8 !important;
    box-shadow: none;
}
.social-icons.footer-follow .button.icon i{
    top: 0;
    font-size: 1.3em;
    color: hsl(var(--color-gray-300)) !important;
}
.max-w-300{
    max-width: 300px;
}
.footer-col-title{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 20px;
}
.footer-col-title p,
.footer-col-title h2,
.footer-col-title h3{
    margin: 0;
}
.footer-col-menu .ux-menu-link:hover .ux-menu-link__link{
    color: hsl(var(--color-blue)) !important;
    opacity: 0.8;
}
.footer-col-menu .ux-menu-link__link{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: hsl(var(--color-blue));
    min-height: unset;
}
.footer-icon-box{
    margin-bottom: 5px;
}
.footer-icon-box .icon-box-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: hsl(var(--color-blue));
}
.footer-icon-box .icon-box-text p{
    margin: 0;
}
.footer-icon-box .icon-box-img{
    width: 15px !important;
}
.icon-box-left.footer-icon-box .icon-box-img+.icon-box-text{
    padding-left: 10px;
}
.footer-payment-icons img{
    max-width: 42px;
}
.footer-payment-icons .img{
    width: auto !important;
    margin: 0 10px 10px 0 !important;
}
.footer-payment-icons .col-inner{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer-secure-box{
    width: auto;
    display: inline-flex;
}
.footer-secure-box .icon-box-img svg{
    padding-top: 0;
}
.footer-secure-box .icon-box-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    color: hsl(var(--color-gray-300));
}
.footer-secure-box .icon-box-text p{
    margin: 0;
}
.icon-box-left.footer-secure-box .icon-box-img+.icon-box-text{
    padding-left: 10px;
}
.footer-copyright-text{
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
}
.footer-bottom-menu{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    flex-direction: row;
}
.footer-bottom-menu .ux-menu-link:hover .ux-menu-link__link{
    color: hsl(var(--color-blue));
    opacity: 1;
}
.footer-bottom-menu .ux-menu-link__link{
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
    color: hsl(var(--color-blue));
    opacity: 0.5;
    text-decoration: underline;
    min-height: unset;
    padding: 0;
}
.friend-img img{
    max-width: 52px;
}
.section-title > *,
.section-title{
    font-size: 24px;
    line-height: 1.4;
    font-weight: 900;
    margin: 0;
}
.section-desc > *,
.section-desc{
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -0.18px;
}
.section-small-desc{
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
}
.section-small-desc a{
    text-decoration: underline;
}
.newsletter-content{
    position: relative;
}
.newsletter-badge{
    position: absolute;
    top: 0;
    right: -40px;
    z-index: 1;
    width: auto !important;
}
.newsletter-badge img{
    max-width: 81px;
}
.newsletter-left-col{
    z-index: 2;
}
.newsletter-bg-img{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    margin: 0 !important;
    width: 800px !important;
}
.newsletter-bg-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsletter-img{
    position: relative;
    z-index: 1;
    margin: 0 !important;
}
.max-w-580{
    max-width: 580px;
}
.max-w-700{
    max-width: 700px;
}
.max-w-730{
    max-width: 730px;
}
.max-w-780{
    max-width: 780px;
}
.max-w-820{
    max-width: 820px;
}
.newsletter-left-col .col-inner{
    padding-top: 50px;
    padding-bottom: 30px;
}
.newsletter-img-col{
    align-items: end;
}
.newsletter-img-col .col-inner{
    position: unset;
    justify-content: center;
    display: flex;
}
.newsletter-form .gform-theme--framework .gform_validation_errors,
.newsletter-form .gform_heading{
    display: none;
}
.newsletter-form #gform_wrapper_1[data-form-index="0"].gform-theme, 
.newsletter-form [data-parent-form="1_0"]{
    --gf-color-in-ctrl:transparent;
    --gf-ctrl-border-color:#D9D9D9;
    --gf-ctrl-size:58px;
    --gf-local-height:58px;
    --gf-ctrl-radius:25rem;
    --gf-ctrl-font-size:18px;
    --gf-ctrl-line-height:1.6;
    --gf-local-color:#fff;
    --gf-ctrl-border-color-focus:#D9D9D9;
    --gf-ctrl-color-focus:#fff;
    --gf-ctrl-shadow-focus:none;
    --gf-color-primary:#D71312;
    --gf-color-in-ctrl-primary:#D71312;
    --gf-ctrl-btn-bg-color-hover-primary:#D71312;
    --gf-ctrl-btn-font-size:16px;
    --gf-ctrl-icon-color:#fff;
    --gf-ctrl-icon-color-hover:#fff;
    --gf-ctrl-btn-radius:25rem;    
    --gf-ctrl-padding-x:20px;
    --gf-form-gap-x:20px;
    --gf-form-gap-y:15px;
    --gf-local-color:#fff;
    --gf-icon-ctrl-select: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
    --gf-icon-ctrl-number: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
.newsletter-form .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
    --gf-local-color:#fff;
}
.newsletter-form .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus{
    --gf-ctrl-color-focus:#fff;
}

.newsletter-form .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
    background-color: #fff;
    box-shadow: none;
    color: hsl(var(--color-blue));
}

.newsletter-form .gform-theme--framework ::-moz-placeholder {
    color: #707070;
    opacity: 0.68;
}

.newsletter-form .gform-theme--framework ::placeholder {
    color: #707070;
    opacity: 0.68;
}
.newsletter-form .gform-theme--framework ::-moz-placeholder:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    color: #707070;
    opacity: 0.68;
}
.newsletter-form .gform-theme--framework ::placeholder:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    color: #707070;
    opacity: 0.68;
}
.newsletter-form .gform-theme--foundation .gform_footer .gform_button{
    width: 100% !important;
    font-weight: 500 !important;
    min-height: 58px !important;
    
}
.newsletter-form .gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input{
    width: 100%;
}
.newsletter-form .gform-theme--foundation .gfield select{
    background-color: transparent !important;
    border-color: #D9D9D9 !important;
    padding: 10px 20px;
}
.newsletter-form .gform-theme--foundation .time-field .gform-grid-row{
    flex-wrap: nowrap;
}
.newsletter-form .gform-theme--foundation .gfield--type-submit{
    grid-column: span 3;
}
.newsletter-form .gform-theme--foundation .gfield--type-email {
    grid-column: span 9;
}
.newsletter-form .gform-theme--foundation .gfield--type-submit .gform-button{
    background: #fff url(./images/mail-icon.svg) no-repeat center left 25px !important;
    letter-spacing: -0.18px !important;
    color: hsl(var(--color-blue)) !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;   
    min-height: 58px !important;
    padding:0 30px 0 60px !important;
    min-width: 155px !important;
    
}
.newsletter-form .gform-theme--foundation .gform_footer, .newsletter-form .gform-theme--foundation .gform_page_footer{
    margin: 0 !important;
}
.hero-green-title > *,
.hero-green-title{
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
    color: hsl(var(--color-green));
    margin: 0;
}
.hero-section{
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.22px;
    color: #FFFFFF;
}
.blue-grad-overlay .section-bg:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #0f1a3d 0%, #000000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.64;
}
.hero-desc > *,
.hero-desc{
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.34px;
    margin: 0;
}
.hero-title > *,
.hero-title{
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.54px;
    margin: 0;
}
.back-to-top.button{
    color: hsl(var(--color-green));
}
.text-64-bold > *,
.text-64-bold{
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.64px;
    margin: 0;
}
.text-38-extrabold > *,
.text-38-extrabold{
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
    margin: 0;
}
.text-38-bold > *,
.text-38-bold{
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
}
.text-34-regular > *,
.text-34-regular{
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.34px;
    margin: 0;
}
.text-30-bold > *,
.text-30-bold{
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
}
.text-24-bold > *,
.text-24-bold{
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.24px;
    margin: 0;
}
.text-18-medium > *,
.text-18-medium{
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: -0.18px;
}
.text-18-regular > *,
.text-18-regular{
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -0.18px;
}
.text-16-regular > *,
.text-16-regular{
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.16px;
}

.text-16-medium > *,
.text-16-medium{
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: -0.16px;
}
.text-14-regular > *,
.text-14-regular{
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.14px;
}
.text-14-medium > *,
.text-14-medium{
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: -0.14px;
}
.text-12-regular > *,
.text-12-regular{
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.12px;
}
.radius-10{
    border-radius: 10px;
}
.radius-20{
    border-radius: 20px;
}
.radius-30{
    border-radius: 30px;
}
.radius-40{
    border-radius: 40px;
}
.overflow-hidden{
    overflow: hidden;
}
/* .home-product-list .product-small.col .col-inner{
    height: 100%;
} */
.home-product-list .product-small.box {
    border: 1px solid #D4D4D4;
    border-radius: 25px;
}
.home-product-list .box-image{
    border-radius: 25px 25px 0 0;
    overflow: hidden;
    width: 100%;
}
.home-product-list .box-text {
    padding: 20px;
    width: 100%;
}
.home-product-list .box-text .price-wrapper{
    width: 100%;
}
.home-product-list .box-text .woocommerce-LoopProduct-link{
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: -0.24px;
    color: hsl(var(--color-blue));
    margin: 0 0 18px;
}
.home-product-list .box-text span.amount{
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: -0.84px;
    color: hsl(var(--color-blue));
}
.home-product-list .box-text .button{
    background-color: var(--fs-color-secondary);
    border-radius: 25rem;
    letter-spacing: -0.18px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    width: 100%;
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title-img{
    display: flex;
    align-items: start;
}
.title-img span{
    padding-left: 20px;
    line-height: 1;
}
.beer-festival-tab > .nav{
    background: #fff;
    border-radius: 14px;
    padding: 0 20px;
}
.beer-festival-tab .nav>li{
    min-width: 110px;
    text-align: center;
}
.beer-festival-tab .nav>li>a{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: hsl(var(--color-gray-300));
    letter-spacing: -0.18px;
    padding: 14px 0;
    position: relative;
}
.beer-festival-tab .nav-line-bottom>li>a::before{
    height: 2px;
}
.beer-festival-tab .nav-line-bottom>li.active>a, 
.beer-festival-tab .nav-line-bottom>li:hover>a{
    color: hsl(var(--color-green));
    font-weight: 500;
}
.beer-festival-tab .nav-line-bottom>li.active>a:before, 
.beer-festival-tab .nav-line-bottom>li:hover>a:before{
    color: hsl(var(--color-green));
    font-weight: 500;
}
.beer-festival-tab .tab-panels{
    padding-top: 40px;
}
.festival-cont-col .col-inner{
    padding-top: 30px;
}
.festival-card{
    border: 1px solid #D4D4D4;
    border-radius: 25px;
    background: #fff;
}
.festival-card .box-image{
    border-radius: 25px 25px 0 0;
    overflow: hidden;
    width: 100%;
}
.festival-card .box-text p{
    margin: 0;
}
.small-icon-box .icon-box-img{
    width: 16px !important;
    line-height: 1;
}
.small-icon-box .icon-box-img img,
.small-icon-box .icon-box-img svg{
    padding-top: 0;
}
.small-icon-box .icon-box-text{
    padding-left: 10px;
}
.festival-card .box-text .button{
    margin: 0;
}
.festival-card .box-text{
    padding: 20px;
}
.button.secondary-outline{
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: -0.18px;
    padding: 7px 10px;
}
.button.secondary-outline.is-large{
    padding: 10px 15px;
}
.button.is-outline{
    border-width: 1px;
}
.button.sky-btn{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    background-color: hsl(var(--color-gray-400));
    border-color: hsl(var(--color-gray-400));
    color: hsl(var(--color-blue));
    letter-spacing: -0.16px;
    padding: 8px 10px;
}
.ellipsis-3-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ellipsis-4-lines {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ellipsis-5-lines {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.button.white-btn{
    background-color: #fff !important;
    color: hsl(var(--color-blue)) !important;
    border-color: #fff !important;
    letter-spacing: -0.18px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    padding: 7px 10px;
}

.button.white-btn.is-small{
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    padding: 4px 10px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.button.arrow-right-icon .icon-angle-right{
    top: 0;
    line-height: 1;
}
.button.arrow-right-icon .icon-angle-right:before{
    content: '';
    width: 18px;
    height: 18px;
    background: url(./images/arrow-right.svg) no-repeat center center;
    display: inline-block;
    background-size: cover;
}
.justify-center{
    justify-content: center;
}
.justify-center-inner .col-inner{
    justify-content: center;
}
.min-w-190{
    min-width: 190px;
}
.min-w-225{
    min-width: 225px;
}
.min-w-260{
    min-width: 260px;
}
.party-cont-col .col-inner > *{
    position: relative;
    z-index: 1;
}
.party-cont-col .col-inner .party-img{
    position: absolute;
    bottom: 0;
    right: 15px;
    z-index: 0;
    pointer-events: none;
    width: auto !important;
}
.party-cont-col .col-inner .party-img img{
    max-width: 325px;
}
.fullthrottle-grid .grid-item-title{
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.24px;
    margin:0 0 12px;
}
.fullthrottle-grid .grid-item-desc{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.16px;
    line-height: 1.2;
    margin: 0;
}
.bottom-blue-overlay .overlay{
    background: transparent linear-gradient(180deg, #00003300 0%, #000033 100%) 0% 0% no-repeat padding-box !important;
    opacity: 0.85;
}
.fullthrottle-sect .banner-grid-wrapper{
    border-radius: 24px;
    overflow: hidden;
}
.row .fullthrottle-grid.row-xsmall:not(.row-collapse){
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: -12px;
}
.fullthrottle-grid.row-xsmall>.col{
    padding: 0 6px 12px;
}
.fullthrottle-grid .text-box-content{
    padding-right: 70px;
}
.fullthrottle-grid .text-box-content .button.white-arrow-btn{
    position: absolute;
    right: 26px;
    bottom: 20px;
    z-index: 0;
}
.button.white-arrow-btn{
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 10px !important;    
    border: none !important;
    color: #fff !important;
    font-size: 20px;
    font-weight: 500 !important;
    line-height: 1;
    padding: 8px 11px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    min-height: unset;
    width: 36px;
    height: 36px;
}
.button.white-arrow-btn i{
    margin: 0 !important;
    top: 0;
    line-height: 1;
}
.button.secondary-label-btn{
    border-radius: 9px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding: 3px 24px;
    min-height: unset;
}
.button.secondary-link{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.16px;
    text-decoration: underline;
    min-height: unset;
    display: inline-flex;
}
.travel-choose-content{
    position: absolute;
    top: 40px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0 15px;
    max-width: 400px;
    margin: 0 auto;
}
.travel-choose-col .col-inner > .img{
    border-radius: 24px;
    overflow: hidden;
}
.order-0{
    order: 0;
}
.order-1{
    order: 1;
}
.order-2{
    order: 2;
}
.order-3{
    order: 3;
}
.order-4{
    order: 4;
}
.line-height-1{ 
    line-height: 1;
}
.line-height-1-2{
    line-height: 1.2;
}
.line-height-1-4{
    line-height: 1.4;
}
.line-height-1-5{
    line-height: 1.5;
}
.breadcrumb-items .col-inner{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.breadcrumb-items .bread-home{
    width: auto !important;
    margin: 0 !important;
}
.breadcrumb-items .bread-home img{
    max-width: 12px;
}
.breadcrumb-items .bread-item{
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.16px;
    color: hsl(var(--color-gray-100));
    display: flex;
    align-items: center;
}
.breadcrumb-items .bread-item p{
    margin: 0;
    line-height: 1;
}
.breadcrumb-items .bread-item a{
    color: hsl(var(--color-gray-100));
    text-decoration: none;
}
.breadcrumb-items .bread-item a:hover{
    color: hsl(var(--color-gray-100));
}
.breadcrumb-items .bread-item:after{
    content: '';
    background: url(./images/chevron-right-icon.svg) no-repeat center center;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 10px;
}
.breadcrumb-items .bread-item.bread-current:after{
    display: none;
}
.expert-item-box .box-image{
    border-radius: 26px;
}
.count-number > *,
.count-number{
    font-size: 70px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.7px;
    margin: 0;
}
.count-number span{
    font-size: 50px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.5px;
}
.count-desc > *,
.count-desc{
    font-size: 22px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.22px;
    margin: 0;
}
.border-right .col-inner:after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    background: rgba(112, 112, 112, 0.5);
    position: absolute;
    top: 0;
    right: -15px;
}
.check-icon-box{
    margin-bottom: 20px;
}
.check-icon-box p{
    margin: 0;
}
.team-leader-box .icon-box-img{
    max-width: 80px;
}
.team-leader-box.icon-box-left .icon-box-img+.icon-box-text{
    padding-left: 16px;
}
.team-leader-desig{
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.14px;
}
.team-leader-name{
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.24px;
}
.page-template-page-transparent-header-light .header.transparent{
    position: relative;
    border-bottom: 1px solid #d5d5d5;
}
.page-template-page-transparent-header-light .header-main .nav>li>a{
    color: hsl(var(--color-blue));
}
.page-template-page-transparent-header-light .nav-dark .nav>li.active>a{
    color: hsl(var(--color-blue));
}
.page-template-page-transparent-header-light .header-main .menu-item.has-dropdown.current-dropdown .nav-top-link{
    color: hsl(var(--color-white));
}
.page-template-page-transparent-header-light .header .stuck .header-bg-color {
    background-color: hsl(var(--color-white));
}
.agency-login-stack{
    border: 1px solid #C5C5C5;
    border-radius: 14px;
    padding: 25px;
}
.agency-login-stack .coupon-img{
    max-width: 52px;
    margin-left: auto !important;
}
.button.primary-outline-black{
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.16px;
    color: hsl(var(--color-blue));
    border-width: 2px;
    border-color: var(--fs-color-primary);
    display: flex;
    align-items:center;
    justify-content: center;
    padding: 7px 30px;
}
.agency-contact-box{
    width: auto;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.agency-contact-box:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.agency-contact-box.icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 30px;

}

.agency-cont-col .col-inner{
    width: auto;
    display: inline-block;
}

.gform_title{
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.24px;
    margin-bottom: 30px;
}
.gform_required_legend{
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.14px;
    color: #979797;
    text-align: right;
    margin-bottom: 5px;
}

.registration-agency-form #gform_wrapper_2[data-form-index="0"].gform-theme, 
.registration-agency-form [data-parent-form="1_0"]{
    --gf-ctrl-label-color-primary:hsl(var(--color-blue));
    --gf-ctrl-label-color-secondary:hsl(var(--color-gray-100));
    --gf-color-in-ctrl:transparent;
    --gf-ctrl-border-color:#BDBDBD;
    --gf-ctrl-size:50px;
    --gf-local-height:50px;
    --gf-local-min-height:50px;
    --gf-ctrl-choice-size:26px;
    --gf-ctrl-radius:8px;
    --gf-ctrl-font-size:18px;
    --gf-ctrl-line-height:1.2;
    --gf-local-color:hsl(var(--color-blue));
    --gf-ctrl-border-color-focus:hsl(var(--color-blue));
    --gf-ctrl-color-focus:hsl(var(--color-blue));
    --gf-ctrl-shadow-focus:none;
    --gf-color-primary:hsl(var(--color-blue));
    --gf-color-in-ctrl-primary:hsl(var(--color-blue));
    --gf-ctrl-btn-bg-color-hover-primary:hsl(var(--color-blue));
    --gf-ctrl-btn-font-size:16px;
    --gf-ctrl-icon-color:hsl(var(--color-blue));
    --gf-ctrl-icon-color-hover:hsl(var(--color-blue));
    --gf-ctrl-btn-radius:11px;    
    --gf-ctrl-padding-x:15px;
    --gf-form-gap-x:20px;
    --gf-form-gap-y:20px;
    --gf-local-color:hsl(var(--color-blue));
    --gf-ctrl-label-font-size-primary:18px;
    --gf-ctrl-label-letter-spacing-primary:-0.18px;
    --gf-ctrl-label-font-weight-primary:400;
    --gf-ctrl-label-line-height-primary:1.2;
    --gf-ctrl-border-color:#BDBDBD;
    --gf-ctrl-checkbox-check-radius:6px;
    
    --gf-icon-ctrl-select: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
    --gf-icon-ctrl-number: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
.registration-agency-form .gform-theme--framework .gform-field-label--type-inline{
    --gf-local-color:hsl(var(--color-gray-100));
    --gf-local-font-size:14px;
    --gf-local-letter-spacing:-0.14px;
    --gf-local-font-weight:400;
    --gf-local-line-height:1.2;
}
.registration-agency-form .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
    --gf-local-color:hsl(var(--color-blue));
}
.registration-agency-form .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus{
    --gf-ctrl-color-focus:hsl(var(--color-blue));
}

.registration-agency-form .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
    -gf-local-min-height: 50px;
    background-color: #fff;
    box-shadow: none;
    color: hsl(var(--color-blue));   
}
 .registration-agency-form .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.registration-agency-form .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
    --gf-local-height:26px;

}
.registration-agency-form .gform-theme--framework ::-moz-placeholder {
    color: #666666;
    opacity: 1;
}

.registration-agency-form .gform-theme--framework ::placeholder {
    color: #666666;
    opacity: 1;
}
.registration-agency-form .gform-theme--framework ::-moz-placeholder:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    color: #666666;
    opacity: 1;
}
.registration-agency-form .gform-theme--framework ::placeholder:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    color: #666666;
    opacity: 1;
}

.registration-agency-form .gform-theme--foundation .gfield select{
    background-color: transparent !important;
    border-color: #BDBDBD !important;
    padding: 10px 20px;
}
.registration-agency-form .gform-theme--foundation .gform_footer .gform_button{
    background: var(--fs-color-primary) !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: -0.16px !important;
    line-height: 1.4 !important;   
    min-height: 50px !important;
    border:1px solid var(--fs-color-primary) !important;
    box-shadow: none !important;
    width: 100% !important;
}
.registration-agency-form .gform-theme--foundation .gform_footer, 
.registration-agency-form .gform-theme--foundation .gform_page_footer{
    margin: 45px 0 0 !important;
}
.registration-agency-form .gform-theme--framework .gfield--type-choice .gchoice, 
.registration-agency-form .gform-theme--framework .gfield--type-choice .ginput_container_consent{
    align-items: center;
}
.registration-agency-form .gform_confirmation_message{
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: -0.16px;
}
.breadcrumbs{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.16px;
    color: hsl(var(--color-gray-100));
    display: flex;
    align-items: center;
}
.breadcrumbs .divider, .breadcrumbs .separator{
    font-size: 0;
    opacity: 0.6;
}
.breadcrumbs .divider:after, .breadcrumbs .separator:after{
    content: '';
    background: url(./images/chevron-right-icon.svg) no-repeat center center;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 10px;
}
.breadcrumbs a{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.16px;
    color: hsl(var(--color-gray-100));
}
.breadcrumbs a:first-child{
    font-size: 0;
    background: url(./images/home-icon.svg) no-repeat center center;
    background-size: cover;
    width: 12px;
    height: 12px;
    display: inline-block;
}
.product-title{
    font-size: 24px;
    letter-spacing: -0.30px;
    line-height: 1.4;
    font-weight: 900;
    color: hsl(var(--color-blue));
    margin: 0 0 15px;
}
.product-title-above-gallery{
    padding-bottom: 0;
}
.product-sharing-departures{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.departures-box{
    align-items: center;
}
.icon-box-left.departures-box .icon-box-img+.icon-box-text {
    padding-left: 10px;
}
.product-sharing-buttons{
    position: relative;
}
.product-sharing-departures .social-icons{
    display: none;
    position: absolute !important;
    top: 100%;
    right: 0;
    z-index: 5;
    padding: 10px;
    text-align: center;
}
.product-sharing-departures .social-icons .button.icon{
    margin: 0 5px;
}
.product-sharing-departures .social-icons .button.icon i{
    top: 0;
}
.button.share-btn.gray-outline-btn{
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
}
.button.share-btn.gray-outline-btn .icon-angle-up{
    margin: 0 6px 0 0 ;
    top: 0;
    line-height: 1;
}
.button.share-btn.gray-outline-btn .icon-angle-up:before{
    content: '';
    background: url(./images/share-icon-gray.svg) no-repeat center center;
    background-size: cover;
    width: 18px;
    height: 18px;
    display: inline-block;
}

.product-gallery{
    margin-bottom: 50px;
}
.product-page-sections .product-section .row > .large-2.col{
    display: none;
}
.product-page-sections .product-section .row > .large-10.col{
    flex-basis: 100%;
    max-width: 100%;
}
.product-info-wrapper{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.product-info-left{
    padding: 0;
    width: 100%;
}
.product-info-wrapper .product-info.product-summary{
    padding: 0;
    width: 100%;
}
.product-info-wrapper .product-info-inner{
    box-shadow: 0px 3px 26px #0000000D;
    border: 1px solid #D4D4D4;
    border-radius: 22px;
    padding: 24px;
    margin-bottom: 50px;
}
.woocommerce-Reviews-title,
.product-sect-title > *,
.product-sect-title{
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.2;
    margin: 0;
}
.prod-icon-box.icon-box-left .icon-box-img+.icon-box-text{
    padding-left: 12px;
}
.prod-desc-stack .prod-icon-box{
    margin-bottom: 20px;
}
.prod-icon-box .icon-box-img{
    max-width: 18px;
}
.prod-icon-box .icon-box-img img, .prod-icon-box .icon-box-img svg{
    padding-top: 0;
}
.prod-collapse-desc {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px !important;
}
.collapse-desc-link.expanded-btn .icon-angle-down{
    transform: rotate(180deg);
}
.prod-collapse-desc.expanded {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
}
.button.sky-link{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.16px;
    color: hsl(var(--color-sky));
    margin: 0;
    min-height: auto;
    padding: 0;
}
.button.sky-link:hover{
    color: hsl(var(--color-sky));
}
.button.sky-link .icon-angle-down{
    font-weight: 600;
}
.left-img-box .icon-box-img{
    border-radius: 23px;
    overflow: hidden;
}
.icon-box-left.left-img-box .icon-box-img+.icon-box-text {
    padding-left: 22px;
}
.left-img-box .chevron-icon{
    max-width: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.left-img-box{
    align-items: center;
}
.left-img-box .icon-box-text {
    position: relative;
    padding-right: 30px;
}
.collapse-item-row{
    border-bottom: 1px solid rgb(229, 229, 229);
    padding-bottom:30px;
    margin-bottom: 30px !important;
}
.collapse-col-content{
    display: none;
}
.collapse-item-row.open .collapse-col-content{
    display: block;
}
.collapse-col-content .col-inner{
    padding-top: 15px;
}
.collapse-col{
    cursor: pointer;
}
.collapse-col .chevron-icon {
    transition: transform 0.3s ease;
}

.collapse-col.active .chevron-icon {
    transform: rotate(180deg);
}
.button.gray-outline-btn{
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.16px;
    color: hsl(var(--color-gray-500));
    background: none;
    border: 1px solid #D4D4D4;
    border-radius: 8px;
    padding: 10px 20px;
    min-height: auto;
    margin: 0;
}
.button.gray-outline-btn:hover{
    color: hsl(var(--color-gray-500));
    background: none;
    border-color: #D4D4D4;
}
.product-section {
    border-top: 0;
}
.product-short-description{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.18px;
}

.product-page-sections .product-section .entry-content {
    padding: 0;
}
.google-review-wrapper > .col-inner{
    border: 1px solid #E5E5E5;
    border-radius: 28px;
    padding: 45px 64px;
}
.review-title > *,
.review-title{
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0;
}
#review_form .review-form-inner{
    border: 1px solid #E5E5E5;
    border-radius: 24px;
}
.star-green .img{
    max-width: 28px;
}
.google-img-col{
    text-align: right;
}
.google-img{
    margin-left: auto;
}
.button.review-secondary-link{
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.18px;
    text-decoration: underline;
    margin: 0;
    padding: 0;
    min-height: unset;
}
.button.review-secondary-link span{
    display: block;
}
.prod-google-review{
    position: relative;
}
.prod-google-review .icon-box-img{
    position: absolute;
    left: 0;
    top: 0;
    max-width: 52px;
}
.prod-google-review .icon-box-img img{
    padding: 0;
}
.prod-google-review.icon-box-left .icon-box-text{
    display: flex;
    flex-direction: column;
    padding: 5px 0 0 !important;
}
.prod-google-review .testimonial-meta{
    order: -1;
    display: flex;
    flex-direction: column;
    padding-left: 65px;
    padding-top: 0;
}
.prod-google-review .testimonial-name{
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.18px;
    color: hsl(var(--color-gray-500));
    margin-bottom: 4px;
}
.prod-google-review .testimonial-name-divider{
    display: none;
}
.prod-google-review .testimonial-company{
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.16px;
    color: #979797;
}
.prod-google-review .testimonial-text{
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -0.18px;
    color: hsl(var(--color-gray-500));
    font-style: normal !important;
}
.prod-google-review .testimonial-text p{
    margin-bottom: 10px;
}
.prod-google-review .star-rating{
    margin-top: 20px;
}
.button.gray-link{
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: -0.18px;
    color: hsl(var(--color-gray-500));
    font-style: normal;
    text-decoration: underline;
    padding: 0;
    margin: 0;
    min-height: unset;
}
.button.gray-link:hover{
    color: hsl(var(--color-gray-500));
    text-decoration: underline;
}
.button.gray-link span{
    display: block;
}
.prod-faqs .accordion-item{
    border-bottom: 1px solid #E5E5E5;
}
.prod-faqs .accordion-title{
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: -0.2px;
    color: hsl(var(--color-blue));
    padding: 30px 45px 30px 0;
    border-top: 0;
    
}
.prod-faqs .accordion-title.active{
    background: none;
    border: 0;
}
.accordion.prod-faqs .toggle{
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    color: hsl(var(--color-gray-100));
    font-size: 12px;
}
.accordion.prod-faqs .accordion-inner{
    padding: 15px 0;
}
.request-box{
    border: 1px solid #D4D4D4;
    border-radius: 22px;
    padding: 24px;
}
.request-title{
    text-decoration: underline;
    margin: 0 0 4px;
}
.request-box p{
    margin: 0;
}
.button.write-us-link{
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    min-height: auto;
    margin: 0;
    padding: 0;
}
.button.write-us-link i{
    font-weight: 600 !important;
}
.faq-box{
    width: auto;
    display: inline-flex;
    align-items: center;
}
.faq-box p{
    margin: 0;
}
.faq-box .icon-box-img{
    line-height: 1;
}
.faq-box .icon-box-img img, .faq-box.icon-box-img svg{
    padding: 0;
}
.fixed-btn{
    position: fixed;
    right: 40px;
    bottom: 60px;
    z-index: 50;
}
.button.contact-btn{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.18px;
    padding: 4px 12px;
    margin: 0;
    min-height: auto;
}
.button.contact-btn .icon-angle-up{
    margin: 0 2px 0 0 ;
    top: 0;
    line-height: 1;
}
.button.contact-btn .icon-angle-up:before{
    content: '';
    background: url(./images/paper-airplane-white.svg) no-repeat center center;
    background-size: cover;
    width: 18px;
    height: 18px;
    display: inline-block;
}





@media (min-width: 550px) {
   
}
@media (min-width: 850px) {
    .min-w-280{
        min-width: 280px;
    }
    .md-pb-5 {
        padding-bottom: 5rem;
    }
    .md-text-right {
        text-align:right
    }
    .md-px-4{
        padding-left:1rem;
        padding-right:1rem
    }
    .md-px-6{
        padding-left:1.5rem;
        padding-right:1.5rem
    }
    .md-px-8{
        padding-left:2rem;
        padding-right:2rem
    }
    .md-text-38{
        font-size: 38px;
        line-height: 1.6;
    }
    .md-text-32{
        font-size: 32px;
        line-height: 1.6;
    }
    .md-text-26{
        font-size: 26px;
        line-height: 1.6;
    }
    .md-text-24{
        font-size: 24px;
        line-height: 1.6;
    }
    .md-text-20{
        font-size: 20px;
        line-height: 1.6;
    }
    .md-text-18{
        font-size: 18px;
        line-height: 1.6;
    }
    .md-text-16{
        font-size: 16px;
        line-height: 1.6;
    }
    .md-text-14{
        font-size: 14px;
        line-height: 1.6;
    }
    .md-mb-75{
        margin-bottom: 75px;
    }
    .md-order-0{
        order: 0;
    }
    .md-order-1{
        order: 1;
    }
    .md-order-2{
        order: 2;
    }
    .md-order-3{
        order: 3;
    }
    .md-order-4{
        order: 4;
    }
    .header-main .flex-col.hide-for-medium.flex-left{
        display: none;
    }
    .header-main .nav>li{
        margin: 0 5px;
       
    }
    .header-main .header-right-col  > * {
        --stack-gap: 0.7rem !important;
    }
    .footer-secure-col .col-inner{
        text-align: right;
    }
    .friend-col .col-inner{
        text-align: right;
    }
    .section-title > *, .section-title{
        font-size: 30px;
    }
    .section-desc > *, .section-desc{
        font-size: 16px;
    }
    .newsletter-form #gform_wrapper_1[data-form-index="0"].gform-theme, 
    .newsletter-form [data-parent-form="1_0"]{
        --gf-form-gap-x:30px;
    }
    .hero-green-title > *,
    .hero-green-title{
        font-size: 30px;
    }
    .hero-section{
        font-size: 18px;
    }
    .hero-desc > *,
    .hero-desc{
        font-size: 26px;
    }
    .hero-title > *,
    .hero-title{
        font-size: 42px;
    }
    .text-64-bold > *,
    .text-64-bold{
        font-size: 48px;
    }
    .text-38-extrabold > *,
    .text-38-extrabold{
        font-size: 30px;
    }
   
    .text-38-bold > *,
    .text-38-bold{
        font-size: 30px;
    }
    .text-34-regular > *,
    .text-34-regular{
        font-size: 26px;
    }
    .text-30-bold > *,
    .text-30-bold{
        font-size: 24px;
    }
    .text-24-bold > *,
    .text-24-bold{
        font-size: 20px;
    }
    .text-18-medium > *,
    .text-18-medium{
        font-size: 18px;
    }
    .text-18-regular > *,
    .text-18-regular{
        font-size: 18px;
    }
    .text-16-regular > *,
    .text-16-regular{
        font-size: 16px;
    }
    .text-16-medium > *,
    .text-16-medium{
        font-size: 16px;
    }
    .text-14-regular > *,
    .text-14-regular{
        font-size: 14px;
    }
    .text-14-medium > *,
    .text-14-medium{
        font-size: 14px;
    }
    .left-top-radius-24{
        border-top-left-radius: 24px;
        overflow: hidden;
    }
    .left-bottom-radius-24{
        border-bottom-left-radius: 24px;
        overflow: hidden;
    }
    .right-top-radius-24{
        border-top-right-radius: 24px;
        overflow: hidden;
    }
    .right-bottom-radius-24{
        border-bottom-right-radius: 24px;
        overflow: hidden;
    }
    .team-leader-box .icon-box-img{
        max-width: 100px;
    }
    .team-leader-box.icon-box-left .icon-box-img+.icon-box-text{
        padding-left: 16px;
    }
    .team-leader-desig{
        font-size: 14px;
    }
    .team-leader-name{
        font-size: 20px;
    }
    .registration-agency-form #gform_wrapper_2[data-form-index="0"].gform-theme, 
    .registration-agency-form [data-parent-form="1_0"]{
        --gf-form-gap-x:24px;
        --gf-form-gap-y:26px;
    }
    .agency-cont-col {
        text-align: right;
        margin-top: 80px;
    }
    .product-title{
        font-size: 30px;
    }
    



   
}
@media (min-width: 1024px) {
    .lg-px-4{
        padding-left:1rem;
        padding-right:1rem
    }
    .lg-px-6{
        padding-left:1.5rem;
        padding-right:1.5rem
    }
    .lg-px-8{
        padding-left:2rem;
        padding-right:2rem
    }
    .lg-text-38{
        font-size: 38px;
        line-height: 1.6;
    }
    .text-34-regular > *,
    .text-34-regular{
        font-size: 34px;
    }
    .lg-text-32{
        font-size: 32px;
        line-height: 1.6;
    }
    .lg-text-26{
        font-size: 26px;
        line-height: 1.6;
    }
    .lg-text-24{
        font-size: 24px;
        line-height: 1.6;
    }
    .lg-text-20{
        font-size: 20px;
        line-height: 1.6;
    }
    .lg-text-18{
        font-size: 18px;
        line-height: 1.6;
    }
    .lg-text-16{
        font-size: 16px;
        line-height: 1.6;
    }
    .lg-text-14{
        font-size: 14px;
        line-height: 1.6;
    }
    .lg-text-right {
        text-align:right
    }
    .lg-mb-75{
        margin-bottom: 75px;
    }
    .lg-order-0{
        order: 0;
    }
    .lg-order-1{
        order: 1;
    }
    .lg-order-2{
        order: 2;
    }
    .lg-order-3{
        order: 3;
    }
    .lg-order-4{
        order: 4;
    }
    .header-nav.header-nav-main .header-block{
        margin-left: 10px;
    }
    .header-main .nav>li{
        margin: 0 2px;
    }
    .header-main .nav>li>a{
        padding: 10px 8px;
    }
    .header-main #logo {
        width: 180px;
    }
    .header-main .header-right-col  > * {
        --stack-gap: 0.8rem !important;
    }
    .section-title > *, .section-title{
        font-size: 38px;
    }
    .section-desc > *, .section-desc{
        font-size: 18px;
    }
    .hero-green-title > *,
    .hero-green-title{
        font-size: 38px;
    }
    .hero-section{
        font-size: 22px;
    }
    .hero-desc > *,
    .hero-desc{
        font-size: 34px;
    }
    .hero-title > *,
    .hero-title{
        font-size: 54px;
    }   
    .text-64-bold > *,
    .text-64-bold{
        font-size: 64px;
    }
    .text-38-extrabold > *,
    .text-38-extrabold{
        font-size: 38px;
    }
    .text-38-bold > *,
    .text-38-bold{
        font-size: 38px;
    }
    .text-30-bold > *,
    .text-30-bold{
        font-size: 30px;
    }
    .text-24-bold > *,
    .text-24-bold{
        font-size: 24px;
    }
    .team-leader-box .icon-box-img{
        max-width: 120px;
    }
    .team-leader-box.icon-box-left .icon-box-img+.icon-box-text{
        padding-left: 26px;
    }
    .team-leader-desig{
        font-size: 14px;
    }
    .team-leader-name{
        font-size: 24px;
    }
    .product-title{
        font-size: 38px;
        letter-spacing: -0.38px;
    }
    .product-info-wrapper{
        flex-direction: row;
    }
    .product-info-left {
        padding: 0 30px 0 0;
        width: 60%;
    }
    .product-info-wrapper .product-info.product-summary {
        padding: 0;
        width: 40%;
    }
    
   
}
@media (min-width: 1200px) {
    .header-nav.header-nav-main .header-block {
        margin-left: 7px;
    }
    .header-main .nav>li {
        margin: 0 3px;
        line-height: 88px;
    }
    .header-main .nav>li>a {
        padding: 10px 10px;
    }
    .header-main #logo {
        width: 180px;
    }
    .header-main .header-right-col  > * {
        --stack-gap: 1rem !important;
    }
    .newsletter-badge{
        right: 30px;
    }
    .team-leader-box .icon-box-img{
        max-width: 156px;
    }
    .product-info-left {
        width: 66.66%;
        padding: 0 50px 0 0;
    }
    .product-info-wrapper .product-info.product-summary {
        padding: 0;
        width: 33.33%;
    }
}
@media (min-width: 1480px) {
    .header-main .nav>li {
        margin: 0 10px;
        line-height: 88px;
    }
    .header-main .nav>li>a {
        padding: 10px 16px;
    }
    .header-nav.header-nav-main .header-block {
        margin-left: 75px;
    }
    .header-main #logo {
        width: 210px;
    }
    .header-main .header-right-col  > * {
        --stack-gap: 1.7rem !important;
    }
}
@media (max-width: 1024px) {
    
}
@media (max-width: 849px) {
    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content{
        background-color: #fff;
    }
    .sidebar-menu .nav>li>a{
        color: hsl(var(--color-blue));
        font-size: 14px;
        letter-spacing: -0.14px;
        font-weight: 400;
    }
    .sidebar-menu .nav>li>a:hover{
        background-color: #E0E6F1;
        color: hsl(var(--color-blue)) !important;
    }
    .sidebar-menu .header-right-col{
        padding: 10px 10px;
    }
    .sidebar-menu .nav-vertical>li>ul li a{
        color:hsl(var(--color-blue));
        font-size: 14px;
        letter-spacing: -0.14px;
        font-weight: 400;
    }
    .sidebar-menu .toggle{
        color: hsl(var(--color-blue));
        opacity: 1;
    }
    .sidebar-menu .nav-sidebar.nav-vertical>li.menu-item.active, 
    .sidebar-menu .nav-sidebar.nav-vertical>li.menu-item:hover{
        background-color: hsl(var(--color-gray-400));
    }
    .sidebar-menu .nav-sidebar.nav-vertical>li.menu-item.active > a, 
    .sidebar-menu .nav-sidebar.nav-vertical>li.menu-item:hover > a{
        font-weight: 700;
    }
    .home-product-list .box-text .woocommerce-LoopProduct-link{
        font-size: 20px;
    }
    .home-product-list .box-text span.amount{
        font-size: 24px;
    }
    .festival-card .box-text{
        padding: 15px;
    }
    .beer-festival-tab > .nav{
        flex-wrap: nowrap;
        overflow: auto;
        justify-content: flex-start;
    }
    .beer-festival-tab .nav>li{
        min-width: auto;
        margin: 0 20px;
    }
    .beer-festival-tab .nav>li>a{
        font-size: 16px;
        padding: 10px 0;
    }
    .beer-festival-tab .tab-panels {
        padding-top: 30px;
    }
    .festival-cont-col .col-inner {
        padding-top: 0;
    }

    .party-cont-col .col-inner .party-img{
        position: relative;
        bottom:-25px;
        margin-top: -30px;
    }
    .party-cont-col .col-inner .party-img img {
        max-width: 280px;
    }
    .fullthrottle-grid .grid-item-title{
        font-size: 20px;
    }
    .fullthrottle-grid .grid-item-desc{
        font-size: 14px;
    }
    .tab-order-1{
        order: 1;
    }
    .tab-order-2{
        order: 2;
    }
    .count-number > *, .count-number{
        font-size: 50px;
    }
    .count-number span{
        font-size: 32px;
    }
    .count-desc > *, .count-desc{
        font-size: 18px;
    }
    .breadcrumb-items .bread-item{
        font-size: 14px;
    }
    .gform_title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .agency-contact-box{
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .agency-contact-box.icon-box-left .icon-box-img+.icon-box-text {
        padding-left: 20px;
    }
    .product-sharing-departures{
        flex-wrap: wrap;
    }
    .product-short-description{
        font-size: 16px;
    }
    .woocommerce-Reviews-title, .product-sect-title > *, .product-sect-title{
        font-size: 24px;
    }
    .review-title > *, .review-title{
        font-size: 24px;
    }
    .button.sky-link{
        font-size: 14px;
    }
    .product-info-wrapper .product-info-inner{
        padding: 15px;
        margin-bottom: 30px;
    }
    .google-review-wrapper > .col-inner{
        padding: 30px 30px;
    }
    .star-green .img {
        max-width: 24px;
    }
    .button.review-secondary-link{
        font-size: 16px;
    }
    .prod-google-review .testimonial-name{
        font-size: 16px;
    }
    .prod-google-review .testimonial-company{
        font-size: 14px;
    }
    .prod-google-review .testimonial-text{
        font-size: 16px;
    }
    .button.gray-link{
        font-size: 16px;
    }
    .prod-faqs .accordion-title {
        font-size: 18px;
        padding: 15px 30px 15px 0;
    }
    .accordion.prod-faqs .accordion-inner {
        padding: 10px 0;
    }
    .product-gallery {
        margin-bottom: 30px;
    }
    .left-img-box .icon-box-img{
        max-width: 100px;
    }
    .fixed-btn{
        display: none;
    }








}
@media (max-width: 549px) {
    .newsletter-form .gform-theme--foundation .gfield--type-email {
        grid-column: 1 / -1;
    }
    .newsletter-form .gform-theme--foundation .gfield--type-submit {
        grid-column: 1 / -1;
    }
    .home-product-list .box-text .woocommerce-LoopProduct-link{
        font-size: 18px;
        margin: 0 0 12px;
    }
    .home-product-list .box-text span.amount{
        font-size: 20px;
    }
    .home-product-list .box-text .button{
        margin-top: 15px;
    }
    .home-product-list .box-text{
        padding: 15px;
    }
    .home-product-list .box-text .button{
        font-size: 16px;
    }
    .button.secondary-outline{
        font-size: 16px;
    }
   
    .beer-festival-tab .tab-panels {
        padding-top: 20px;
    }
    .party-cont-col .col-inner .party-img{
        position: relative;
        bottom:-20px;
        margin-top: -20px;
    }
    .party-cont-col .col-inner .party-img img {
        max-width: 210px;
    }
    .fullthrottle-grid .grid-item-title{
        font-size: 18px;
    }
    .button.secondary-label-btn{
        font-size: 14px;
    }
    .button.secondary-outline.is-large{
        padding: 8px 12px;
    }
    .mob-order-1{
        order: 1;
    }
    .mob-order-2{
        order: 2;
    }
    .count-number > *, .count-number{
        font-size: 36px;
    }
    .count-number span{
        font-size: 24px;
    }
    .count-desc > *, .count-desc{
        font-size: 16px;
    }
    .border-right .col-inner:after{
        display: none;
    }
    .agency-login-stack .coupon-img {
        margin-left: 0 !important;
    }
    .registration-agency-form #gform_wrapper_2[data-form-index="0"].gform-theme, .registration-agency-form [data-parent-form="1_0"]{
        --gf-ctrl-font-size: 16px;
        --gf-ctrl-size: 40px;
        --gf-local-height: 40px;
        --gf-local-min-height: 40px;
        --gf-local-font-size: 16px;
        --gf-ctrl-label-font-size-primary:16px;
    }
    .agency-cont-col .col-inner {
        width: 100%;
    }
    .agency-contact-box.icon-box-left .icon-box-img+.icon-box-text {
        padding-left: 15px;
    }
    .page-title-inner{
        min-height: unset;
    }
    .page-title-inner.medium-flex-wrap .flex-col{
        padding: 0;
    }
    .woocommerce-Reviews-title, .product-sect-title > *, .product-sect-title {
        font-size: 20px;
    }
    .left-img-box .icon-box-img {
        max-width: 80px;
        border-radius: 16px;
    }
    .icon-box-left.left-img-box .icon-box-img+.icon-box-text {
        padding-left: 15px;
    }
    .collapse-item-row {
        padding-bottom: 20px;
        margin-bottom: 20px !important;
    }
    .button.gray-outline-btn{
        font-size: 14px;
    }
    .google-img {
        margin-left: 0;
    }
    .google-img-col {
        text-align: left;
    }
    .google-review-wrapper > .col-inner {
        padding: 20px 15px;
    }
    .review-title > *, .review-title {
        font-size: 20px;
    }
    .star-green .img {
        max-width: 20px;
    }
    .prod-google-review .icon-box-img {
        max-width: 44px;
    }
    .prod-google-review .testimonial-meta{
        padding-left: 55px;
    }




}
@media only screen and (min-width: 850px) and (max-width: 1280px) {
  
}