/* Publish by EComposer at 2025-08-06 11:30:08*//**ECOM-INSERT-CSS**/
                .ecom-column {
                    position: relative;
                    /* display: flex; responsive generate display block */
                }
                .ecom-column>.core__column--wrapper {
                    align-items: flex-start; /* fix tam de mn lam layout */
                    display: flex;
                }
                /*.ecom-column:hover {
                    z-index: 1;
                }*/

                .ecom-column__overlay .ecom-overlay {
                    pointer-events: none;
                }

                .ecom-column__overlay > .ecom-overlay, .ecom-column__overlay .ecom-video-background-youtube {
                    position: absolute;
                    inset: 0;
                }

                @media only screen and (min-width: 768px) {
                    .ecom-column>.core__column--wrapper {
                        height: 100%;
                    }
                }
                /*.ecom-parallax-background {
                    background-size: cover;
                    width: 100%;
                    height: 100%;
                    transition: background-position 0.2s linear;
                    background-repeat: inherit !important;
                }*/
                .ecom-use-parallax {
                    background: unset !important;
                }
                .ecom-parallax-background {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    display: flex;
                    overflow: hidden;
                }
                .ecom-parallax-background img {
                    object-fit: cover;
                    width: 100%;
                    position: absolute;
                    top: 0;
                    left: 50%;
                    transform: translate(-50%,0);
                    pointer-events: none;
                }
                .ecom-row {
                    width: 100%;
                    position: relative;
                }
                .ecom-video-background-youtube-wrapper {
                    overflow: hidden
                }
                .ecom-section__overlay > .ecom-overlay, .ecom-section__overlay .ecom-video-background-youtube, .ecom-video-background-youtube-wrapper{
                    position:absolute;
                    top:0;
                    left:0;
                    bottom:0;
                    right:0;
                }
                .ecom-row:not(.ecom-section) {
                    float: left;
                }
                .ecom-row.ecom-section {
                    clear: both;
                }
                .ecom-row:hover {
                    z-index: 1;
                }
                .ecom-row>div.core__row--columns.core__row--full {
                    max-width: 100%;
                }
                @media (min-aspect-ratio: 16/9) {
                    .ecom-section__overlay .ecom-video-background-youtube  { height: 300%; top: -100%; }
                }
                @media (max-aspect-ratio: 16/9) {
                    .ecom-section__overlay .ecom-video-background-youtube  { width: 300%; left: -100%; }
                }
                @supports not (aspect-ratio: 16 / 9) {
                    .ecom-video-background-youtube:before {
                        display: block;
                        content: "";
                        width: 100%;
                        padding-top: 56.25%;
                    }
                    .ecom-video-background-youtube .ecom-video-background {
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                    }
                    .ecom-video-background {
                        -o-object-fit: unset !important;
                        object-fit: unset !important;
                    }
                }
                @media (max-width: 767px) {
                    .ecom-section__video-bg .ecom-video-background-youtube {
                        display: none;
                    }
                }
                
                .ecom__element-map{
                    display:flex;
                }
                .ecom__element-map iframe{
                    width:100%;
                }
                

                    .el__heading--tooltip-wrapper{
                        position: relative;
                        display: inline-block;
                    }
                    .el__heading--tooltip-wrapper svg{
                        width: 18px;
                        cursor: pointer;
                    }
                    .el__heading--tooltip-content{
                        line-height: 16px;
                        max-width: 200px;
                        position: absolute;
                        display: block;
                        width: max-content;
                        opacity: 0;
                        padding: 5px;
                        visibility: hidden;
                        font-size: 14px;
                        background-color: #545454;
                        color: #ffffff;
                        border-radius: 5px;
                        transition: .5s ease all;
                        z-index: 999;
                    }
                    .el__heading--tooltip-content.el__tooltip-tablet, .el__heading--tooltip-content.el__tooltip-mobile {
                        display: none;
                    }
                    .el__heading--tooltip-bottom{
                        left: 50%;
                        transform: translate(-50%, 10px);
                    }

                    .el__heading--tooltip-left{
                        transform: translate(-20px, -50%);
                        right: 100%;
                        top: 50%;
                    }
                    .el__heading--tooltip-top{
                        left: 50%;
                        bottom: 100%;
                        transform: translate(-50%, -10px);
                    }
                    .el__heading--tooltip-right {
                        top: 50%;
                        left: 100%;
                        transform: translate(20px, -50%);
                    }
                    .tooltip__arrow:before{
                        position: absolute;
                        content: '';
                        width: 8px;
                        height: 8px;
                        background: inherit;
                        z-index: -1;
                    }
                    .tooltip__arrow.el__heading--tooltip-bottom:before{
                        top: 0;
                        transform: translate(-50%, -50%) rotate(45deg);
                        left: 50%;
                    }
                    .tooltip__arrow.el__heading--tooltip-top:before{
                        transform: translate(-50%,50%) rotate(45deg);
                        bottom: 0%;
                        left: 50%;
                    }
                    .tooltip__arrow.el__heading--tooltip-right:before{
                        transform: translate(-50%,50%) rotate(45deg);
                        bottom: 50%;
                        left: 0%;
                    }
                    .tooltip__arrow.el__heading--tooltip-left:before{
                        transform: translate(50%,50%) rotate(45deg);
                        bottom: 50%;
                        right: 0%;
                    }
                    .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-bottom, .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-top {
                        opacity: 1;
                        visibility: visible;
                        transform: translate(-50%, 0);
                    }
                    .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-left {
                        opacity: 1;
                        visibility: visible;
                        transform: translate(-15px, -50%);
                    }
                    .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-right {
                        opacity: 1;
                        visibility: visible;
                        transform: translate(15px, -50%);
                    }
                    @media screen and (max-width: 1024px) {
                        .el__heading--tooltip-content.el__tooltip-desktop {
                            display: none;
                        }
                        .el__heading--tooltip-content.el__tooltip-tablet {
                            display: block;
                        }
                    }
                    @media screen and (max-width: 767px) {
                        .el__heading--tooltip-content.el__tooltip-tablet {
                            display: none;
                        }
                        .el__heading--tooltip-content.el__tooltip-mobile {
                            display: block;
                        }
                    }
                
                    .image-resize {
                        width: auto !important;
                        max-width: 100% !important;
                    }
                    .ecom-base-image .ecom-container-image.resize .ecom-image-content-position.ecom-image-default picture {
                        height: var(--height-resize) !important;
                        width: var(--width-resize) !important;
                    }
                    .ecom-base-image .ecom-container-image.resize .ecom-image-content-position.ecom-image-default .ecom-image-picture img {
                        width: 100% !important;
                        height: 100% !important;
                    }
                    .ecom-container-image.resize .ecom-image-content-position.ecom-image-default.ecom-base-image-container-overlay{
                        width: var(--width-resize) !important;
                        user-select: none;
                        -ms-user-select: none;
                        -webkit-user-select: none;
                    }
                    .ecom-container-image.resize .ecom-image-picture * {
                        /*transition: none;*/
                        pointer-events: none;
                    }
                    .ecom-base-image.ecom-overlay > .ecom-overlay-text{
                        text-align:center
                    }
                    .ecom-image-align{
                        display:flex;
                    }
                    .ecom-image-picture-link,
                    .ecom-image-picture{
                        overflow: hidden;
                        width:100%;
                        height:100%;
                    }
                    .ecom-base-image .ecom-image-picture img {
                        min-height: 1px;
                        object-position: var(--object-position);
                    }
                    .ecom-base-image picture {
                        overflow: hidden;
                        flex:1 1 auto;
                        min-height:1px;
                    }
                    .ecom-base-image picture img{
                        display: block;
                        max-width: 100%;
                        height: auto;
                        width: 100%;
                    }
                    .ecom-base-image figure{
                        display: flex;
                    }
                    .ecom-container-image{
                        display: flex;
                        flex-direction: column;
                        width:100%;
                    }
                    .ecom-image-picture-link,
                    .ecom-image-content-position{
                        position: relative;
                    }
                    .ecom-base-image.ecom-overlay {
                        position: absolute;
                        z-index: 1;
                        opacity: 0.5;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                    }
                    .ecom-image__caption{
                        width:100%;
                    }
                    .ecom-base-image .ecom-image-picture, .ecom-base-image .ecom-image-picture img {
                        width: 100%;
                        max-width: 100%;
                    }
                    .ecom-base-image .ecom-base-image-container-overlay:hover>.ecom-overlay {
                        background-color: rgba(17, 24, 39, 0.3);
                    }
                    .ecom-base-image.image-highlight:after {
                        content: "";
                        position: fixed;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                        background: #000000bf;
                        z-index: 999;
                        opacity: 1;
                        pointer-events: none; /* for clickable thought overlay */
                    }
                    .ecom-base-image.image-highlight .ecom-container-image {
                        z-index: 1000;
                    }
                    @media (max-width: 1024px) {
                        .ecom-base-image .ecom-image-picture img {
                            object-position: var(--object-position-tablet);
                        }
                    }
                    @media (max-width: 767px) {
                        .ecom-base-image .ecom-image-picture img {
                            object-position: var(--object-position-mobile);
                        }
                    }
                
                .ecom__text--dropcap:first-letter {
                    font-size: 40px;
                    color: #2bcf19;
                    display:inline-flex;
                    border-style: solid;
                    border-width: 1px;
                    border-color: transparent;
                    float:left;
                    line-height:1;
                }
                .ecom__text--dropcap.has-drop-cap-view-default:first-letter {
                    border:none;
                }
                body[ecom-loaded] .ecom-sections .element__text a {
                    cursor: auto;
                }
                .text-content.ecom-html {
                    overflow: hidden;
                    position: relative;
                }

                .ecom-text--is-mark::after {
                    position: absolute;
                    content: '';
                    left: 0;
                    right: 0;
                    bottom: 0;
                    height: 150px;
                    background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
                    pointer-events: none;
                }

                .ecom-text_view-more-btn,
                .ecom-text_view-less-btn {
                    display: flex;
                    background: none;
                    outline: none;
                    border: none;
                    align-items: center;
                }

                .ecom__element--button-icon {
                    display: flex;
                    align-items: center;
                }

                .ecom-text_view-more-btn svg, .ecom-text_view-less-btn svg {
                    width: 16px;
                    color: #fff;
                }
                sub, sup{
                    position: relative;
                    font-size: 75%;
                    line-height: 0;
                    vertical-align: baseline;
                }
                sup{
                    top: -.5em;
                }
                sub{
                    bottom: -.25em;
                }

            
                    body[ecom-loaded] .ecom__accordion:not(.ecom-accordion-close-all) .ecom-item-active.ecom-accordion__item:first-child > .ecom-accordion__body {
                        height: 100% !important;
                    }
                    body[ecom-loaded] .ecom-accordion__item:not(.ecom-item-active) > .ecom-accordion__body {
                        height: 0 !important;
                    }
                    .ecom-accordion__title-text{
                        flex:1
                    }
                    body[ecom-loaded] .core__group--item.ecom-accordion__item.ecom-item-active > .ecom-accordion__body, .core__group--item.ecom-accordion__item.ecom-item-active > .ecom-accordion__body, body[ecom-loaded] .core__group--item.ecom-accordion__item.ecom-item-active .core__blocks--body {
                        overflow: inherit;
                    }
                    .core__group--item.ecom-accordion__item {
                        width: 100%;
                        flex:unset !important;
                        transition: all 500ms ease;
                    }
                    .ecom-accordion__item + .ecom-accordion__item {
                        margin-top: -1px;
                    }
                    .ecom-core .ecom-accordion__item >.ecom-accordion__body {
                        overflow: hidden;
                        margin: 0;
                        border: 0;
                        height:0;
                        opacity: 0;
                        /*transition:height 300ms ease-out;*/
                    }
                    .ecom-core .ecom-item-active > .ecom-accordion__body {
                        opacity: 1 !important;
                    }
                    .core__group--wrapper:not(.ecom-accordion-close-all) .ecom-accordion__item:first-child >.ecom-accordion__body  {
                        display: block;
                    }
                    .ecom-accordion__title {
                        cursor: pointer;
                    }
                    .ecom-accordion_nav--icon {
                        display: flex;
                        align-items: center;
                    }
                    .ecom-accordion_wrapper-info {
                        flex: 1;
                    }
                    .ecom-accordion_wrapper-info svg {
                        width: 20px;
                        height: 20px;
                    }
                    .ecom-accordion_wrapper-info .ecom-accordion_icon-title {
                        display: flex;
                    }

                    .ecom-accordion_nav--icon svg{
                        height:auto;
                    }
                    .ecom-accordion__body > div{
                        padding:0 !important;
                    }
                    .ecom-items-icon-active{
                        display:none;
                    }
                    .ecom-accordion_nav--icon.ecom-items--icon {
                      transition: all .2s ease;
                    }
                    .ecom-item-active.ecom-accordion__item > .ecom-items > .ecom-accordion_nav--icon{
                        display:none
                    }
                    .ecom-item-active.ecom-accordion__item > .ecom-items > .ecom-items-icon-active{
                        display:flex;
                    }
                    .ecom-accordion__wrapper .core__group--items{
                        display:flex;
                        flex-wrap:wrap;
                    }
                    .ecom-core .ecom-item-active > .ecom-accordion__body.ecom-accordion__body--auto-height,
                    .ecom-item-group-init.ecom-item-active > .ecom-accordion__body{
                        height:auto !important;
                    }
                    .ecom-items--icon[data-image="true"]{
                        display: none;
                    }
                
                .element__featured .element__featured--box-icon{
                    display: flex;
                }
                .element__featured--wrapper {
                    display: grid;
                    width: 100%;
                }
                .element__featured--box {
                    text-align: center;
                    overflow:hidden;
                }

                .element__featured--box-img img {
                    height: auto;
                    max-width: 100%;
                    border: none;
                    box-shadow: none;
                    transition-duration: 0.3s;
                    vertical-align: middle;
                    pointer-events: none;
                }
                .ecom-button-default{
                    display:flex;
                    justify-content:inherit;
                }
                .element__featured--box-content{
                    justify-content:inherit;
                }

                .element__featured--wrapper-list {
                    display: flex;
                    overflow-x: auto;
                }

                .element__featured--wrapper-list::-webkit-scrollbar {
                    display: block;
                    height: 3px;
                }
                .element__featured--wrapper-list::-webkit-scrollbar-track {
                    background-color: rgba(0,0,0,.15);
                }
                .element__featured--wrapper-list::-webkit-scrollbar-thumb {
                    background-color: rgba(0,0,0,.25)
                }
                .element__featured--box-btn {
                    text-transform: uppercase;
                    text-decoration: none;
                    color: #fff;
                    background-color: #0691b1;
                    border-radius: 4px;
                    margin-top: 6px;
                    margin-bottom: 10px;
                    padding: 5px 20px 5px 20px;
                }
                .ecom-feature-box-icon-link svg {
                    width: 25px;
                    height: 25px;
                }
            
                .ecom-shopify__page-container{
                    display:flex;
                    flex-direction:column
                }
                .ecom-shopify__page-container > div > *{
                    width:100%
                }
                .ecom-shopify__page--headline-link{
                    text-decoration:none;
                }
            
                  .ecom-elements-slider {
                    overflow: hidden;
                  }
                  .ecom-swiper-flip .ecom-swiper-slide, .ecom-swiper-fade .ecom-swiper-slide {
                    pointer-events: auto !important;
                  }
                  .ecom-swiper-fade .ecom-box-active {
                    z-index: 99
                  }
                  body[ecom-loaded] .ecom-elements-slider {
                    overflow: unset;
                  }
                  .ecom-swiper-creative.ecom-slider .ecom-swiper-wrapper{
                    transform: translateX(0) !important;
                  }
                  .ecom-slider__image--link {
                      position: absolute;
                      inset: 0;
                      display: block !important;
                      opacity: 0;
                      z-index: 100
                  }
                  .ecom-slider--container .ecom-swiper-vertical.ecom-slider-not-custom-height .ecom-swiper-wrapper {
                    height: 640px !important;
                  }
                  .ecom-slider--container .ecom-swiper-vertical~.ecom-swiper-navigation-position[data-position="center"] .ecom-swiper-button {
                    transform: translateX(-50%);
                    left: 50%;
                    width: fit-content;
                    height: fit-content;
                  }
                  .ecom-slider--container .ecom-swiper-vertical~.ecom-swiper-navigation-position[data-position="center"] .ecom-swiper-button.ecom-swiper-button-prev {
                    top: 0;
                    bottom: unset;
                  }
                  .ecom-slider--container .ecom-swiper-vertical~.ecom-swiper-navigation-position[data-position="center"] .ecom-swiper-button.ecom-swiper-button-next {
                    bottom: 0;
                    top: unset;
                  }
                  .ecom-slider--container .ecom-swiper-autoheight.ecom-swiper-horizontal .ecom-swiper-slide, .ecom-slider--container .ecom-swiper-horizontal .ecom-swiper-wrapper {
                    height: 100% !important;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position {
                    flex-direction: column !important;
                    position: absolute;
                    height: fit-content;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="top_left"] {
                    top: 20px;
                    left: 20px;
                    bottom: unset;
                    right: unset;
                    transform: none;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="top_right"] {
                    top: 20px;
                    right: 20px;
                    bottom: unset;
                    left: unset;
                    transform: none;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="top_center"] {
                    left: 50%;
                    right: unset;
                    transform: translateX(50%);
                    top: 0;
                    bottom: unset;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="bottom_left"] {
                    bottom: 20px;
                    left: 20px;
                    right: unset;
                    top: unset;
                    transform: none;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="bottom_right"] {
                    bottom: 20px;
                    right: 20px;
                    left: unset;
                    top: unset;
                    transform: none;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="bottom_center"] {
                    left: 50%;
                    right: unset;
                    transform: translateX(-50%);
                    top: unset;
                    bottom: 0;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="center_right"] {
                    bottom: unset;
                    left: unset;
                    right: 20px;
                    top: 50%;
                    transform: translateY(-50%);
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="center_left"] {
                    bottom: unset;
                    left: 20px;
                    right: unset;
                    top: 50%;
                    transform: translateY(-50%);
                  }
                  .ecom-slider__has-link .ecom-content-item__container {
                    pointer-events: none;
                  }
                  .ecom-swiper-navigation-position{
                      display:flex;
                  }
                  .ecom-swiper-navigation-position button{
                      margin:0
                  }
                  .ecom-swiper-navigation button{
                      position:unset;
                      margin:0
                  }
                  .ecom-slider--container {
                      opacity: 0;
                      position: relative;
                      display: flex;
                      flex-direction: column;
                  }
                  .ecom-slider--container.ecom-swiper-initialized-wrapper {
                      opacity: 1;
                  }
                  .ecom-swiper-pagination-bullet:only-child {
                      opacity: none
                  }
                  .ecom-swiper-button svg{
                      width:24px;
                      height:24px;
                  }
                  .ecom-flex-center, .ecom-swiper-navigation {
                      display: flex;
                      align-items: center;
                  }
                  .ecom-swiper-navigation{
                      justify-content: center
                  }
                  .ecom-slider img {
                      display: block
                  }
                  .ecom-slider--container .ecom-swiper-pagination-bullet img{
                      display: block;
                      width: 100%;
                      height: 100%;
                      object-fit: cover
                  }
                  .ecom-slider--container .ecom-swiper-button-next:after,
                  .ecom-slider--container .ecom-swiper-button-prev:after {
                      content: none;
                  }
                  .ecom-slider--container .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-next,
                  .ecom-slider--container .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-prev {
                      position: static;
                      margin: 0;
                  }
                  .ecom-slider--container .ecom-swiper-button-next,
                  .ecom-slider--container .ecom-swiper-button-prev {
                      border: 0;
                      background: transparent;
                      width: auto;
                      height: auto;
                      padding: 5px;
                      color: #444;
                      /*transform: translateY(-50%);*/
                  }
                  .ecom-swiper-navigation-position[data-position="center"] .ecom-swiper-button.ecom-swiper-button-next,
                  .ecom-swiper-navigation-position[data-position="center"] .ecom-swiper-button.ecom-swiper-button-prev {
                    transform: translateY(-50%);
                  }
                  .ecom-slider--container .ecom-swiper-pagination:not(.ecom-swiper-pagination-progressbar) {
                      position: relative;
                      display: flex;
                      flex-wrap: wrap;
                      align-items: center
                  }
                  .ecom-slider--container .ecom-swiper-pagination-bullet {
                      width: 15px;
                      height: 15px;
                      opacity: 1;
                      overflow: hidden;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-bullet,
                  .ecom-slider--container .ecom-swiper-pagination-bullet-active{
                      background-clip: content-box;
                      padding: 1px;
                      box-sizing: content-box !important;
                      background-color: currentColor;
                  }
                   .ecom-swiper-container-horizontal>.ecom-swiper-pagination-bullets{
                      width:auto;
                  }
                  .ecom-slider--container .ecom-swiper-slide{
                      position: relative;
                  }
                  .ecom-swiper-slide div.core__blocks>div.core__blocks--body{
                      display:flex
                  }
                  .ecom-content-item__container {
                      width: 100%;
                      z-index: 99;
                  }
                  .ecom-slider:not(.ecom-swiper-initialized):not(.ecom-swiper-container-initialized) {
                    opacity: 0
                  }
                  .ecom-swiper-slide .ecom-content-item {
                      display: flex;
                      justify-content: center;
                  }
                  .ecom-swiper-slide .ecom-image-background{
                      position:absolute;
                      top:0;
                      left:0;
                      height: 100% !important;
                      width: 100%;
                  }
                  .ecom-swiper-slide .ecom-slider__image--wrapper .ecom-image-background img{
                      position:absolute;
                      top:0;
                      left:0;
                      height: 100% !important;
                      width: 100%;
                      object-fit: cover;
                      object-position: center center;
                  }

                  .ecom-overlay {
                      display: block;
                      position: absolute;
                      inset: 0;
                  }

                  .ecom-elements-slider .ecom-overlay span:not(.ecom-video-icon-play) {
                      opacity: 0;
                      visibility: hidden;
                  }

                  .ecom-slider--container .ecom-swiper-pagination-bullets, .ecom-swiper-pagination-custom, .ecom-swiper-pagination-fraction {
                      display: flex;
                      align-items: center;
                      justify-content: center;
                      bottom: 0;
                  }

                  .ecom-slider--container .ecom-swiper-pagination-bullets, .ecom-swiper-pagination-custom, .ecom-swiper-pagination-fraction {
                      bottom: 0;
                  }
                  .ecom-content-item {
                      height: 100%;
                  }
                  .ecom-slider--container .ecom-swiper-navigation[data-navigator-type="classic"] .ecom-swiper-pagination,
                  .ecom-slider--container .ecom-swiper-navigation:not([data-navigator-type]) .ecom-swiper-pagination {
                      width:100%
                  }
                  .ecom-transition-Bottom2Top, .ecom-transition-Top2Bottom, .ecom-transition-Left2Right, .ecom-transition-Right2Left {
                      transform: translateY(40px);
                      -webkit-transform: translateY(40px);
                      -moz-transform: translateY(40px);
                      transition: .4s cubic-bezier(.44, .13, .48, .87) .3s;
                      -webkit-transition: .4s cubic-bezier(.44, .13, .48, .87) .3s;
                      opacity: 0;
                  }
                  .ecom-transition-Top2Bottom {
                      transform: translateY(-40px);
                      -webkit-transform: translateY(-40px);
                      -moz-transform: translateY(-40px);
                  }
                  .ecom-transition-Left2Right {
                      transform: translateX(-40px);
                      -webkit-transform: translateX(-40px);
                      -moz-transform: translateX(-40px);
                  }
                  .ecom-transition-Right2Left {
                      transform: translateX(40px);
                      -webkit-transform: translateX(40px);
                      -moz-transform: translateX(40px);
                  }
                  .ecom-swiper-slide.ecom-swiper-slide-visible .ecom-transition-Bottom2Top, .ecom-swiper-slide.ecom-swiper-slide-visible .ecom-transition-Top2Bottom, .ecom-swiper-slide.ecom-swiper-slide-visible .ecom-transition-Left2Right, .ecom-swiper-slide.ecom-swiper-slide-visible .ecom-transition-Right2Left {
                      transform: translateY(0);
                      -webkit-transform: translateY(0);
                      -moz-transform: translateY(0);
                      opacity: 1;
                  }
                  .ecom-swiper-pagination-bullet {
                      position: relative;
                  }
                  .ecom-swiper-pagination-bullet:after {
                      content: '';
                      position: absolute;
                      bottom: 0;
                      height: 0;
                      left: 0;
                      width: 100%;
                      box-shadow: 0 0 1px #fff;
                      -webkit-transition: height .3s;
                      transition: height .5s;
                  }
                  .ecom-swiper-navigation-position .ecom-swiper-button {
                    position: var(--ecom-position);
                  }
                  .ecom-swiper-effect-cube .ecom-image-background img {
                    /* visibility: visible; */
                  }
                  .ecom-autoplay-progress {
                    position: absolute;
                    right: 16px;
                    bottom: 16px;
                    z-index: 10;
                    width: 48px;
                    height: 48px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-weight: bold;
                    color: #000;
                  }

                  .ecom-autoplay-progress svg {
                    --progress: 0;
                    position: absolute;
                    left: 0;
                    top: 0px;
                    z-index: 10;
                    width: 100%;
                    height: 100%;
                    stroke-width: 4px;
                    color: #1ced8f;
                    fill: none;
                    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
                    stroke-dasharray: 125.6;
                    transform: rotate(-90deg);
                  }
                  .ecom-swiper-slide .ecom-slider__image--wrapper .ecom-image-background img {
                      object-position: var(--ecom-object-position);
                      object-fit: var(--ecom-object-fit);
                    }
                  @media (max-width: 1024px) {
                    .ecom-swiper-slide .ecom-slider__image--wrapper .ecom-image-background img {
                      object-position: var(--ecom-object-position-tablet);
                      object-fit: var(--ecom-object-fit-tablet);
                    }
                    .ecom-swiper-navigation-position .ecom-swiper-button {
                      position: var(--ecom-position__tablet);
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="top_left"] {
                      top: 20px;
                      left: 20px;
                      bottom: unset;
                      right: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="top_right"] {
                      top: 20px;
                      right: 20px;
                      bottom: unset;
                      left: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="top_center"] {
                      left: 50%;
                      right: unset;
                      transform: translateX(50%);
                      top: 0;
                      bottom: unset;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="bottom_left"] {
                      bottom: 20px;
                      left: 20px;
                      right: unset;
                      top: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="bottom_right"] {
                      bottom: 20px;
                      right: 20px;
                      left: unset;
                      top: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="bottom_center"] {
                      left: 50%;
                      right: unset;
                      transform: translateX(-50%);
                      top: unset;
                      bottom: 0;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="center_right"] {
                      bottom: unset;
                      left: unset;
                      right: 20px;
                      top: 50%;
                      transform: translateY(-50%);
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="center_left"] {
                      bottom: unset;
                      left: 20px;
                      right: unset;
                      top: 50%;
                      transform: translateY(-50%);
                    }
                  }
                  @media (max-width: 767px) {
                    .ecom-swiper-slide .ecom-slider__image--wrapper .ecom-image-background img {
                      object-position: var(--ecom-object-position-mobile);
                      object-fit: var(--ecom-object-fit-mobile);
                    }
                    .ecom-swiper-navigation-position .ecom-swiper-button {
                      position: var(--ecom-position__mobile);
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="top_left"] {
                      top: 20px;
                      left: 20px;
                      bottom: unset;
                      right: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="top_right"] {
                      top: 20px;
                      right: 20px;
                      bottom: unset;
                      left: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="top_center"] {
                      left: 50%;
                      right: unset;
                      transform: translateX(50%);
                      top: 0;
                      bottom: unset;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="bottom_left"] {
                      bottom: 20px;
                      left: 20px;
                      right: unset;
                      top: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="bottom_right"] {
                      bottom: 20px;
                      right: 20px;
                      left: unset;
                      top: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="bottom_center"] {
                      left: 50%;
                      right: unset;
                      transform: translateX(-50%);
                      top: unset;
                      bottom: 0;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="center_right"] {
                      bottom: unset;
                      left: unset;
                      right: 20px;
                      top: 50%;
                      transform: translateY(-50%);
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="center_left"] {
                      bottom: unset;
                      left: 20px;
                      right: unset;
                      top: 50%;
                      transform: translateY(-50%);
                    }
                  }
              


                .ecom__form-fields {
                    display: flex;
                    flex-wrap: wrap;
                    gap:10px;
                }
                .ecom__form-field {
                    display: flex;
                    flex-direction: column;
                }
                /*.ecom-contact-form__input--file-wrapper {
                    width: 150px;
                    height: 40px;
                    min-height: 40px;
                    color: #fff;
                    background-color: #000000;
                    padding-top: 3px;
                    cursor: pointer;
                }*/
                .ecom__form-checkbox[type=checkbox]{
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        appearance: none;
                        padding: 0;
                        -webkit-print-color-adjust: exact;
                        color-adjust: exact;
                        display: inline-block;
                        vertical-align: middle;
                        background-origin: border-box;
                        -webkit-user-select: none;
                        -moz-user-select: none;
                        -ms-user-select: none;
                        user-select: none;
                        flex-shrink: 0;
                        height: 1.6rem;
                        width: 1.6rem !important;
                        background-color: #fff;
                        border: 1px solid rgba(209,213,219,1);
                        border-radius:4px;
                    }
                    .ecom__form-checkbox[type=checkbox]:checked {
                        border-color: transparent;
                        background-color: #059669;
                        background-size: 100% 100%;
                        background-position: center;
                        background-repeat: no-repeat;
                        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
                    }
                    .ecom__form-radio{
                        margin:0;
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        appearance: none;
                        padding: 0;
                        -webkit-print-color-adjust: exact;
                        color-adjust: exact;
                        display: inline-block;
                        vertical-align: middle;
                        background-origin: border-box;
                        -webkit-user-select: none;
                        -moz-user-select: none;
                        -ms-user-select: none;
                        user-select: none;
                        flex-shrink: 0;
                        height: 1.6rem;
                        width: 1.6rem !important;
                        border-radius:50%;
                        position:relative;
                    }

                    .ecom__form-action{
                        display:flex;
                        flex-direction: column;
                        align-items: flex-start;
                    }
                    .ecom__form-button{
                        display:flex;
                        flex-direction: row;
                        align-items: center;
                        gap:5px;
                    }
                    @media only screen and (max-width: 767px) {
                        .ecom__form-field {
                            width: 100% !important;
                        }
                    }
                .ecom__form-radio:checked::after {
                    position: absolute;
                    content: '';
                    width: 6px;
                    height: 6px;
                    background-color: white;
                    border-radius: 50%;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%,-50%);
                }
                .ecom__form-field-label-checkbox,
                .ecom__form-field-label-radio {
                    display:flex;
                    align-items:center;
                }
            
@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.ecom-core.ecom-8c5c8erfpvv{width: 100%;}.ecom-core.ecom-8c5c8erfpvv>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}.ecom-core.ecom-8c5c8erfpvv>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-8c5c8erfpvv{width: 100%;}}.ecom-core.ecom-gjz0ec60rii .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-gjz0ec60rii .ecom-slider--container .ecom-slider{height: 600px;}.ecom-core.ecom-gjz0ec60rii .ecom-content-item{align-content: center;align-items: center;display: flex;}.ecom-core.ecom-gjz0ec60rii .ecom-swiper-pagination-bullet.ecom-swiper-pagination-bullet-active:after{height: 100%;}.ecom-core.ecom-gjz0ec60rii .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-gjz0ec60rii .ecom-swiper-navigation-position{display: flex;order: 0;justify-content: center;align-items: center;width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gjz0ec60rii .ecom-swiper-navigation-position{display: flex;order: 0;justify-content: center;align-items: center;width: 100%;}}.ecom-core.ecom-gjz0ec60rii .ecom-swiper-slide{animation-duration: 0ms !important;background-color: transparent;}.ecom-core.ecom-gjz0ec60rii .ecom-swiper-slide:hover{background-color: transparent;}.ecom-core.ecom-gjz0ec60rii .ecom-swiper-slide.ecom-box-active{background-color: transparent;}.ecom-core.ecom-gjz0ec60rii .ecom-slider--container .ecom-swiper-button-prev svg,.ecom-core.ecom-gjz0ec60rii .ecom-slider--container .ecom-swiper-button-next svg{height: 20px;width: 20px;}.ecom-core.ecom-gjz0ec60rii .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-gjz0ec60rii .ecom-slider--container .ecom-swiper-button-next{color: #000;background-color: #fff;box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.08);border-radius: 50%;margin: 0px 50px 0px 50px;padding: 13px;}.ecom-core.ecom-gjz0ec60rii .ecom-slider--container .ecom-swiper-button-prev:hover,.ecom-core.ecom-gjz0ec60rii .ecom-slider--container .ecom-swiper-button-next:hover{color: #000;background-color: rgba(255, 255, 255, 0.5);box-shadow: 0px 4px 15px 0 rgba(0, 0, 0, 0.2);}.ecom-core.ecom-gjz0ec60rii .ecom-slider--container .ecom-swiper-pagination-bullet{background-color: rgba(255, 255, 255, 0);border-style: none;transition: all 400ms ease;}.ecom-core.ecom-gjz0ec60rii .ecom-slider--container .ecom-swiper-pagination-bullet:hover{background-color: rgba(255, 255, 255, 0);border-style: none;}.ecom-core.ecom-gjz0ec60rii .ecom-slider--container .ecom-swiper-pagination-bullet.ecom-swiper-pagination-bullet-active{background-color: rgba(255, 140, 33, 0);border-style: none;}.ecom-core.ecom-gjz0ec60rii .ecom-slider--container .ecom-swiper-pagination .ecom-swiper-pagination-bullet{margin: -100px 4px 4px 4px;padding: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gjz0ec60rii .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-gjz0ec60rii .ecom-slider--container .ecom-swiper-button-next{padding: 8px;margin: 0px -10px 0px -10px;}.ecom-core.ecom-gjz0ec60rii .ecom-slider--container .ecom-swiper-pagination .ecom-swiper-pagination-bullet{margin: -50px 15px 15px -8px;}}.ecom-core.ecom-gjz0ec60rii{} .ecom-core.ecom-gjz0ec60rii .ecom-swiper-pagination .ecom-swiper-pagination-bullet{
    display: flex;
    align-items: center;
    justify-content: center;
    counter-increment: ec-count-pagation;
}
.ecom-core.ecom-gjz0ec60rii .ecom-swiper-pagination-bullet:after{
    height: auto;
    content: "0" counter(ec-count-pagation) "";
    position: relative;
    font-size: 13px;
    font-family: 'Be Vietnam pro';
    display: inline-block;
    z-index: 1;
    box-shadow: 0 0;
    text-align: center;
    width: auto;
}
.ecom-core.ecom-gjz0ec60rii .ecom-slider--container .ecom-swiper-pagination-bullet{
    width: auto;
    height: auto;
    opacity: 1;
    overflow: visible;
    color: #fff;
    gap: 9px;
}
.ecom-core.ecom-gjz0ec60rii .ecom-swiper-pagination-bullet:before{
    content: "";
    position: relative;
    width: 0;
    transition: width 0.3s;
    box-shadow: 0 0 0 0;
    border-bottom: 1px solid;
}
.ecom-core.ecom-gjz0ec60rii .ecom-swiper-pagination-bullet-active.ecom-swiper-pagination-bullet:before{
    width: 60px;
}
@media(max-width:1500px){
    .ecom-core.ecom-gjz0ec60rii .ecom-swiper-navigation-position[data-position=center] .ecom-swiper-button.ecom-swiper-button-next,.ecom-core.ecom-gjz0ec60rii .ecom-swiper-navigation-position[data-position=center] .ecom-swiper-button.ecom-swiper-button-prev{
        display: none;
    }
}.ecom-core.ecom-i48k9xkntq>div.core__row--columns{max-width: 1600px;height: auto;}.ecom-core.ecom-i48k9xkntq>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 100vh;}.ecom-core.ecom-i48k9xkntq>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-i48k9xkntq>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 450px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-i48k9xkntq>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 400px;}}.ecom-core.ecom-i48k9xkntq{padding-right: 50px !important;padding-left: 50px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-i48k9xkntq{padding-right: 30px !important;padding-left: 30px !important;}.ecom-core.ecom-i48k9xkntq > div.core__row--columns{flex-direction: row !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-i48k9xkntq{padding-right: 15px !important;padding-left: 15px !important;}.ecom-core.ecom-i48k9xkntq > div.core__row--columns{flex-direction: column-reverse !important;}}.ecom-core.ecom-l4tqi5iif1{width: 100%;}.ecom-core.ecom-l4tqi5iif1>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}.ecom-core.ecom-l4tqi5iif1>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-l4tqi5iif1{width: 65%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-l4tqi5iif1{width: 100%;}.ecom-core.ecom-l4tqi5iif1>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}}.ecom-core.ecom-l4tqi5iif1.ecom-animated{animation-name: fadeIn;;animation-duration: .75s;;animation-duration: 8000ms !important;}.ecom-core.ecom-l4tqi5iif1{animation-duration: 8000ms !important;}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-qzmqw8lymql .ecom-core.ecom-l4tqi5iif1>div.core__column--wrapper{padding-top: 30px !important;padding-bottom: 50px !important;}}.ecom-core.ecom-n8cw6a559n .element__heading .ecom__heading{text-align: right;margin-bottom: 15%;}.ecom-core.ecom-n8cw6a559n .element__heading .ecom__heading,.ecom-core.ecom-n8cw6a559n .element__heading .ecom__heading a{font-size: 68px;line-height: 90px;letter-spacing: -0.02em;font-family: 'Montserrat', sans-serif;font-weight: 500;}.ecom-core.ecom-n8cw6a559n  .element__heading .ecom__heading,.ecom-core.ecom-n8cw6a559n  .element__heading .ecom__heading a{color: #ffffff;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-n8cw6a559n .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-n8cw6a559n .element__heading .ecom__heading,.ecom-core.ecom-n8cw6a559n .element__heading .ecom__heading a{font-size: 40px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-n8cw6a559n .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-n8cw6a559n .element__heading .ecom__heading,.ecom-core.ecom-n8cw6a559n .element__heading .ecom__heading a{font-size: 35px;}}.ecom-core.ecom-n8cw6a559n{margin-right: 15% !important;animation-duration: 7000ms !important;}.ecom-core.ecom-n8cw6a559n.ecom-animated{animation-name: fadeInLeft;;animation-duration: .75s;;animation-duration: 7000ms !important;animation-delay: 0ms;transition-delay: 0ms;transition-property: opacity;animation-iteration-count: unset;} .ecom-core.ecom-n8cw6a559n .element__heading .ecom__heading{
    letter-spacing: -0.1px;
}.ecom-core.ecom-qzmqw8lymql>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-qzmqw8lymql>div.core__row--columns>.ecom-core.ecom-column>.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;}.ecom-core.ecom-qzmqw8lymql>div.core__row--columns{justify-content: center;}.ecom-core.ecom-qzmqw8lymql{background-color: #efecec;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-qzmqw8lymql div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qzmqw8lymql{padding-bottom: 0 !important;}.ecom-core.ecom-qzmqw8lymql div.core__row--columns{flex-direction: row;}}
.ecom-core.ecom-27eciydx09d{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-27eciydx09d{width: 100%;}}.ecom-core.ecom-27eciydx09d>.core__column--wrapper{background-color: #fff;}.ecom-core.ecom-wpe2a31e4eb{width: 67%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-wpe2a31e4eb{width: 100%;}}.ecom-core.ecom-goaagn7uons .ecom-shopify__page--headline{text-align: left;margin-bottom: 10px;}.ecom-core.ecom-goaagn7uons .ecom-shopify__page-content{text-align: left;margin-top: 37.5px;margin-bottom: 20px;}.ecom-core.ecom-goaagn7uons{padding-bottom: 0 !important;}.ecom-core.ecom-nz01efzp0tq{width: 33%;}.ecom-core.ecom-nz01efzp0tq>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-nz01efzp0tq{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-nz01efzp0tq{width: 100%;}}html body .ecom-core.ecom-42oan8tunkj .ecom-core.ecom-nz01efzp0tq>div.core__column--wrapper{padding-top: 0px !important;padding-bottom: 0px !important;}.ecom-core.ecom-e4raib8fwo9 .element__featured--box.item-style--list{max-width: 100%;flex: 0 0 100%;}.ecom-core.ecom-e4raib8fwo9 .element__featured--wrapper{grid-template-columns: repeat(1, 1fr);gap: 20px;}.ecom-core.ecom-e4raib8fwo9 .element__featured--wrapper-list > * + *{margin-left: 10px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-e4raib8fwo9 .element__featured--box.item-style--list{max-width: 38%;flex: 0 0 38%;}.ecom-core.ecom-e4raib8fwo9 .element__featured--wrapper{grid-template-columns: repeat(2, 1fr);gap: 40px;}.ecom-core.ecom-e4raib8fwo9 .element__featured--wrapper-list > * + *{margin-left: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-e4raib8fwo9 .element__featured--box.item-style--list{max-width: 63%;flex: 0 0 63%;}.ecom-core.ecom-e4raib8fwo9 .element__featured--wrapper{grid-template-columns: repeat(1, 1fr);gap: 30px;}.ecom-core.ecom-e4raib8fwo9 .element__featured--wrapper-list > * + *{margin-left: 20px;}}.ecom-core.ecom-e4raib8fwo9 .element__featured .element__featured--box{text-align: left;justify-content: flex-start;margin-top: 25px;margin-bottom: 25px;}.ecom-core.ecom-e4raib8fwo9 .element__featured .element__featured--box-text,.ecom-core.ecom-e4raib8fwo9 .element__featured a{}.ecom-core.ecom-e4raib8fwo9 .element__featured .element__featured--box-text{color: #030303;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-e4raib8fwo9 .element__featured .element__featured--box-text{margin-top: 0px;margin-bottom: 0px;}}.ecom-core.ecom-e4raib8fwo9{transform: ;transition: transform .3s ease;;}.ecom-core.ecom-tztfan4k6hr .ecom-effect-accodion{transition: height 400ms ease, opacity 400ms ease;}.ecom-core.ecom-tztfan4k6hr .ecom-accordion__title{text-align: left;background-color: #fff;border-radius: 10px;margin: 12.5px;}.ecom-core.ecom-tztfan4k6hr .ecom-accordion__title:hover{background-color: #fff;}.ecom-core.ecom-tztfan4k6hr .ecom-accordion__title.ecom-item-active{background-color: #fff;border-radius: 10px 10px 0px 0px;}.ecom-core.ecom-tztfan4k6hr .ecom-accordion__title .ecom-items--icon svg{height: 14px;width: 14px;}.ecom-core.ecom-tztfan4k6hr .ecom-accordion__title .ecom-items--icon{color: #000;}.ecom-core.ecom-tztfan4k6hr .ecom-accordion_nav--icon{margin-right: 25px;margin-left: 10px;}.ecom-core.ecom-tztfan4k6hr .ecom-accordion__item .ecom-accordion__title .ecom-items--text{text-transform: none;line-height: 1.5em;font-style: normal;text-decoration: none;letter-spacing: 0px;color: #000;}.ecom-core.ecom-tztfan4k6hr .ecom-accordion_wrapper-info .ecom-items--icon svg{height: 16px;width: 16px;}.ecom-core.ecom-tztfan4k6hr .ecom-accordion_wrapper-info .ecom-accordion_icon-title{color: #000;}.ecom-core.ecom-tztfan4k6hr .ecom-accordion_wrapper-info .ecom-accordion_icon-title:hover{color: #00;}.ecom-core.ecom-tztfan4k6hr .ecom-accordion_icon-title{margin-right: 7px;}.ecom-core.ecom-tztfan4k6hr .ecom-accordion--image img{width: 20px !important;}.ecom-core.ecom-tztfan4k6hr .ecom-accordion--image{margin-right: 10px;}.ecom-core.ecom-tztfan4k6hr .ecom-accordion__body>.core__blocks>.core__blocks--body{background-color: #fff;border-style: none;border-radius: 0px 0px 10px 10px;overflow: hidden;padding: 0px 20px 20px 20px;margin: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-tztfan4k6hr .ecom-accordion__title{margin: 0px;padding: 10px;}.ecom-core.ecom-tztfan4k6hr .ecom-accordion__item .ecom-accordion__title .ecom-items--text{font-size: 16px;}.ecom-core.ecom-tztfan4k6hr .ecom-accordion__body>.core__blocks>.core__blocks--body{margin-bottom: 0px;padding: 0px 15px 15px 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tztfan4k6hr .ecom-accordion__title{padding: 10px 15px 10px 15px;margin-bottom: 0px;}.ecom-core.ecom-tztfan4k6hr .ecom-accordion__title .ecom-items--icon svg{height: 14px;width: 14px;}.ecom-core.ecom-tztfan4k6hr .ecom-accordion__item .ecom-accordion__title .ecom-items--text{font-size: 14px;}.ecom-core.ecom-tztfan4k6hr .ecom-accordion__body>.core__blocks>.core__blocks--body{padding-right: 15px;padding-bottom: 15px;padding-left: 15px;}}.ecom-core.ecom-tztfan4k6hr{margin-top: 10px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-tztfan4k6hr{padding-bottom: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tztfan4k6hr{padding-bottom: 0px !important;margin-bottom: 0px !important;}} .ecom-core.ecom-tztfan4k6hr .core__group--item.ecom-accordion__item{
    border: 1px solid #EDEDED;
    border-radius: 3px;
    margin-bottom: 13px;
}.ecom-core.ecom-u552fu08ze .ecom__form-fields{column-gap: 20px;row-gap: 20px;}.ecom-core.ecom-u552fu08ze .ecom__form-field-label{text-align: left;color: #000;margin: 0px 0px 9px 0px;padding: 0px;}.ecom-core.ecom-u552fu08ze .ecom__form-field-label,.ecom-core.ecom-u552fu08ze .ecom__form-field-label a{line-height: 1.5em;letter-spacing: 0px;font-weight: 500;text-transform: none;}.ecom-core.ecom-u552fu08ze .ecom__form-fields .ecom__form--input,.ecom-core.ecom-u552fu08ze .ecom__form-fields .ecom__form-field textarea{text-align: left;font-weight: 400;line-height: 1.35em;color: #000;width: 100%;border-style: solid;border-width: 1px;border-color: #EDEDED;border-radius: 3px;outline-style:none;padding: 15px 15px 15px 24px;margin: 0px;}.ecom-core.ecom-u552fu08ze .ecom__form-fields .ecom__form--input::placeholder,.ecom-core.ecom-u552fu08ze .ecom__form-fields .ecom__form-field textarea::placeholder{color: #999999;}.ecom-core.ecom-u552fu08ze .ecom__form-fields .ecom__form--input:focus,.ecom-core.ecom-u552fu08ze .ecom__form-fields .ecom__form-field textarea:focus{box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);border-style: solid;border-width: 1px;border-color: #1D80DB;}.ecom-core.ecom-u552fu08ze .ecom__form-fields .ecom__form-field select{text-align: left;line-height: 1.35em;letter-spacing: 0px;font-weight: 400;text-transform: none;width: 100%;background-color: #fff;border-style: solid;border-width: 1px;border-color: #EDEDED;border-radius: 3px;padding: 15px 15px 15px 24px;}.ecom-core.ecom-u552fu08ze .ecom__form-checkbox--label,.ecom-core.ecom-u552fu08ze .ecom__form-checkbox--label a{}.ecom-core.ecom-u552fu08ze .ecom__form-field .ecom__form-checkbox:hover{background-color: var(--ecom-global-colors-primary);}.ecom-core.ecom-u552fu08ze .ecom__form-field .ecom__form-checkbox:checked{background-color: #261c1c;}.ecom-core.ecom-u552fu08ze .ecom__form-field .ecom__form-checkbox{border-radius: 3px;}.ecom-core.ecom-u552fu08ze .ecom__form-radio--label,.ecom-core.ecom-u552fu08ze .ecom__form-radio--label a{}.ecom-core.ecom-u552fu08ze .ecom__form-radio:hover{background-color: var(--ecom-global-colors-primary);}.ecom-core.ecom-u552fu08ze .ecom__form-radio:checked{background-color: var(--ecom-global-colors-primary);}.ecom-core.ecom-u552fu08ze .ecom__form-radio{border-style: solid;border-width: 1px;border-color: #808080;border-radius: 5px;margin-right: 5px;}.ecom-core.ecom-u552fu08ze .ecom__form-button{align-self: center;justify-content: center;line-height: 1.25em;text-transform: none;color: #ffffff;background-color: #000000;border-style: none;border-radius: 8px;padding: 8px 30px 8px 30px;margin-top: 33px;}.ecom-core.ecom-u552fu08ze .ecom__form-button:hover{color: #ffffff;background-color: rgba(0, 0, 0, 0.8);border-style: none;}.ecom-core.ecom-u552fu08ze .ecom__form-success{text-align: center;color: #456C54;margin-bottom: 10px;}.ecom-core.ecom-u552fu08ze .ecom__form-success,.ecom-core.ecom-u552fu08ze .ecom__form-success a{font-weight: 500;line-height: 1.25em;}.ecom-core.ecom-u552fu08ze .ecom__form-status{text-align: center;color: #721c24;margin-bottom: 10px;}.ecom-core.ecom-u552fu08ze .ecom__form-status,.ecom-core.ecom-u552fu08ze .ecom__form-status a{line-height: 1.25em;font-weight: 700;}.ecom-core.ecom-u552fu08ze .ecom__form-status-error{text-align: center;}.ecom-core.ecom-u552fu08ze{padding-top: 25px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-u552fu08ze{margin-top: 20px !important;}} .ecom-core.ecom-u552fu08ze ul.ecom__form-status-list{
    margin-bottom: 30px;
    list-style: none;
    font-family: 'Outfit';
}
.ecom-core.ecom-u552fu08ze select{
    background: 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 d='M10 0.8875L5 5.8875L0 0.8875L0.8875 3.59526e-07L5 4.1125L9.1125 0L10 0.8875Z' fill='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 22px center;
}.ecom-core.ecom-c2p7hl31zm>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-3ly5rbz7ek1{width: 100.00%;}.ecom-core.ecom-3ly5rbz7ek1>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}.ecom-core.ecom-3ly5rbz7ek1>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3ly5rbz7ek1{width: 100%;}}.ecom-core.ecom-c9ya6yhtnuh .ecom-text--more-actions button ,.ecom-core.ecom-c9ya6yhtnuh .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-c9ya6yhtnuh .text-content,.ecom-core.ecom-c9ya6yhtnuh  .text-content a,.ecom-core.ecom-c9ya6yhtnuh  .text-content p,.ecom-core.ecom-c9ya6yhtnuh  .text-content span{text-align: left;}.ecom-core.ecom-c9ya6yhtnuh .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-c9ya6yhtnuh .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-c9ya6yhtnuh{padding-bottom: 0 !important;}.ecom-core.ecom-o5pec470a7 .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-o5pec470a7 .element__heading .ecom__heading,.ecom-core.ecom-o5pec470a7 .element__heading .ecom__heading a{font-weight: 500;font-size: 18px;line-height: 24px;letter-spacing: 0px;}.ecom-core.ecom-o5pec470a7  .element__heading .ecom__heading,.ecom-core.ecom-o5pec470a7  .element__heading .ecom__heading a{color: #000000;}.ecom-core.ecom-7jvwlvip9lb>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-ng3ijvysay{width: 100.00%;}.ecom-core.ecom-ng3ijvysay>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}.ecom-core.ecom-ng3ijvysay>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ng3ijvysay{width: 100%;}}html body .ecom-core.ecom-42oan8tunkj .ecom-core.ecom-ng3ijvysay>div.core__column--wrapper{margin-bottom: 25px !important;}.ecom-core.ecom-u31m741wzfa .ecom-text--more-actions button ,.ecom-core.ecom-u31m741wzfa .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-u31m741wzfa .text-content,.ecom-core.ecom-u31m741wzfa  .text-content a,.ecom-core.ecom-u31m741wzfa  .text-content p,.ecom-core.ecom-u31m741wzfa  .text-content span{text-align: left;}.ecom-core.ecom-u31m741wzfa .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-u31m741wzfa .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-u31m741wzfa{padding-bottom: 0 !important;}.ecom-core.ecom-32hvocg6bow .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-32hvocg6bow .element__heading .ecom__heading,.ecom-core.ecom-32hvocg6bow .element__heading .ecom__heading a{font-weight: 500;font-size: 18px;line-height: 24px;letter-spacing: 0px;}.ecom-core.ecom-32hvocg6bow  .element__heading .ecom__heading,.ecom-core.ecom-32hvocg6bow  .element__heading .ecom__heading a{color: #000000;}.ecom-core.ecom-8y40cbocuv6>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-fv1q1zggfv{width: 100.00%;}.ecom-core.ecom-fv1q1zggfv>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}.ecom-core.ecom-fv1q1zggfv>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-fv1q1zggfv{width: 100%;}}.ecom-core.ecom-vzfnd11xzwo .ecom-text--more-actions button ,.ecom-core.ecom-vzfnd11xzwo .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-vzfnd11xzwo .text-content,.ecom-core.ecom-vzfnd11xzwo  .text-content a,.ecom-core.ecom-vzfnd11xzwo  .text-content p,.ecom-core.ecom-vzfnd11xzwo  .text-content span{text-align: left;}.ecom-core.ecom-vzfnd11xzwo .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-vzfnd11xzwo .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-xw3bwquz2y .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-xw3bwquz2y .element__heading .ecom__heading,.ecom-core.ecom-xw3bwquz2y .element__heading .ecom__heading a{font-weight: 500;font-size: 18px;line-height: 24px;letter-spacing: 0px;}.ecom-core.ecom-xw3bwquz2y  .element__heading .ecom__heading,.ecom-core.ecom-xw3bwquz2y  .element__heading .ecom__heading a{color: #000000;}.ecom-core.ecom-xw3bwquz2y{padding-bottom: 0 !important;}.ecom-core.ecom-jdekia849jc>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-th3jlacfpni{width: 100.00%;}.ecom-core.ecom-th3jlacfpni>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 10px;}.ecom-core.ecom-th3jlacfpni>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-th3jlacfpni{width: 100%;}}html body .ecom-core.ecom-42oan8tunkj .ecom-core.ecom-th3jlacfpni>div.core__column--wrapper{margin-bottom: 25px !important;}.ecom-core.ecom-hs1tz3w77ea .ecom-text--more-actions button ,.ecom-core.ecom-hs1tz3w77ea .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-hs1tz3w77ea .text-content,.ecom-core.ecom-hs1tz3w77ea  .text-content a,.ecom-core.ecom-hs1tz3w77ea  .text-content p,.ecom-core.ecom-hs1tz3w77ea  .text-content span{text-align: left;}.ecom-core.ecom-hs1tz3w77ea .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-hs1tz3w77ea .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-hs1tz3w77ea{padding-bottom: 0 !important;}.ecom-core.ecom-c7k7bao735 .ecom-image-align{align-items: flex-start;}.ecom-core.ecom-c7k7bao735 .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-c7k7bao735 .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-c7k7bao735 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-c7k7bao735 .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-c7k7bao735 .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-c7k7bao735 .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-c7k7bao735{padding-bottom: 0 !important;width: 70%;max-width:70%;transform: ;transition: transform .3s ease;;}.ecom-core.ecom-es4tfu9mxyb .element__heading .ecom__heading{text-align: left;margin-top: 25px;margin-bottom: 12.5px;}.ecom-core.ecom-es4tfu9mxyb  .element__heading .ecom__heading,.ecom-core.ecom-es4tfu9mxyb  .element__heading .ecom__heading a{color: #000000;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-es4tfu9mxyb .element__heading .ecom__heading,.ecom-core.ecom-es4tfu9mxyb .element__heading .ecom__heading a{font-size: 30px;}}.ecom-core.ecom-42oan8tunkj{background-color: #ffffff;}
.ecom-core.ecom-2ooc1uhewff{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-2ooc1uhewff{width: 100%;}}.ecom-core.ecom-jv1dcc4tbb>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-afme4r8ubkk{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-afme4r8ubkk{width: 100%;}}.ecom-core.ecom-2nqrknzqtnh .ecom__element-map iframe{height: 400px;}.ecom-core.ecom-oiep3806t4>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}

