@-webkit-keyframes fade{0%{opacity:0}100%{opacity:1}}@keyframes fade{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(0.75);transform:scale(0.75)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(0.75);transform:scale(0.75)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes zoomOut{0%{opacity:0;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes zoomOut{0%{opacity:0;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes moveUp{0%{opacity:0;-webkit-transform:translateY(25px);transform:translateY(25px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes moveUp{0%{opacity:0;-webkit-transform:translateY(25px);transform:translateY(25px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes columnMoveUp{0%{opacity:0;-webkit-transform:translateY(25px);transform:translateY(25px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes columnMoveUp{0%{opacity:0;-webkit-transform:translateY(25px);transform:translateY(25px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fallPerspective{0%{opacity:0;-webkit-transform:perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);transform:perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg)}100%{opacity:1;-webkit-transform:perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);transform:perspective(1000px) translateY(0) translateZ(0) rotateX(0deg)}}@keyframes fallPerspective{0%{opacity:0;-webkit-transform:perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);transform:perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg)}100%{opacity:1;-webkit-transform:perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);transform:perspective(1000px) translateY(0) translateZ(0) rotateX(0deg)}}@-webkit-keyframes edit-button-pulse{0%{-webkit-box-shadow:0 0 2px 0 rgba(183,8,78,.6);box-shadow:0 0 2px 0 rgba(183,8,78,.6)}30%{-webkit-box-shadow:0 0 2px 10px rgba(183,8,78,0);box-shadow:0 0 2px 10px rgba(183,8,78,0)}100%{-webkit-box-shadow:0 0 2px 0 rgba(183,8,78,0);box-shadow:0 0 2px 0 rgba(183,8,78,0)}}@keyframes edit-button-pulse{0%{-webkit-box-shadow:0 0 2px 0 rgba(183,8,78,.6);box-shadow:0 0 2px 0 rgba(183,8,78,.6)}30%{-webkit-box-shadow:0 0 2px 10px rgba(183,8,78,0);box-shadow:0 0 2px 10px rgba(183,8,78,0)}100%{-webkit-box-shadow:0 0 2px 0 rgba(183,8,78,0);box-shadow:0 0 2px 0 rgba(183,8,78,0)}}.jet-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.jet-tabs__control-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;overflow:hidden;z-index:1}.jet-tabs__content-wrapper{position:relative;overflow:hidden;background-color:#fff;-webkit-transition:height .25s cubic-bezier(0.44, 0.96, 0.5, 0.98);transition:height .25s cubic-bezier(0.44, 0.96, 0.5, 0.98)}.jet-tabs__control{cursor:pointer;outline:none;-webkit-box-flex:inherit;-ms-flex-positive:inherit;flex-grow:inherit;-ms-flex:0 0 auto;flex:0 0 auto}.jet-tabs__control:focus-visible{outline:auto}.jet-tabs__control.jet-tabs__control-icon-left>.jet-tabs__control-inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.rtl .jet-tabs__control.jet-tabs__control-icon-left>.jet-tabs__control-inner{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.rtl .jet-tabs__control.jet-tabs__control-icon-left>.jet-tabs__control-inner .jet-tabs__label-icon{margin-right:5px;margin-left:0}.jet-tabs__control.jet-tabs__control-icon-top>.jet-tabs__control-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.jet-tabs__control.jet-tabs__control-icon-right>.jet-tabs__control-inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.jet-tabs__control.jet-tabs__control-icon-right>.jet-tabs__control-inner .jet-tabs__label-icon{margin-right:0;margin-left:5px}.rtl .jet-tabs__control.jet-tabs__control-icon-right>.jet-tabs__control-inner{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.rtl .jet-tabs__control.jet-tabs__control-icon-right>.jet-tabs__control-inner .jet-tabs__label-icon{margin-right:0;margin-left:5px}.jet-tabs__control-inner{padding:10px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-tabs__label-icon{margin-right:5px;line-height:1}.active-tab .jet-tabs__label-icon{color:#6ec1e4}.jet-tabs__label-image{width:25px}.jet-tabs__label-text{margin:0}.active-tab .jet-tabs__label-text{color:#6ec1e4}.jet-tabs__content{width:100%;top:0;left:0;position:absolute;opacity:0;visibility:hidden;pointer-events:none;padding:10px}.jet-tabs__content>.elementor>.elementor-inner{margin:0}.jet-tabs__content.active-content{position:relative;pointer-events:auto;opacity:1;visibility:inherit}.jet-popup--hide-state .jet-tabs__content.active-content{pointer-events:none}.elementor-sticky__spacer .jet-tabs__content.active-content{visibility:hidden}.jet-tabs-position-top>.jet-tabs__control-wrapper.jet-tabs-scrolling-navigation,.jet-tabs-position-bottom>.jet-tabs__control-wrapper.jet-tabs-scrolling-navigation{max-width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;overflow-x:auto}.jet-tabs-position-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.jet-tabs-position-top>.jet-tabs__control-wrapper{-ms-flex-item-align:start;align-self:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-width:1px 1px 0 1px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.jet-tabs-position-top>.jet-tabs__control-wrapper.jet-tabs-swiper{position:relative;overflow:visible;-ms-flex-item-align:normal;align-self:normal;width:100%;z-index:1}.jet-tabs-position-top>.jet-tabs__content-wrapper{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;border-top-width:1px}.jet-tabs-position-bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.jet-tabs-position-bottom>.jet-tabs__control-wrapper{-ms-flex-item-align:start;align-self:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-width:0 1px 1px 1px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.jet-tabs-position-bottom>.jet-tabs__control-wrapper.jet-tabs-swiper{position:relative;overflow:visible;-ms-flex-item-align:normal;align-self:normal;width:100%;z-index:1}.jet-tabs-position-bottom>.jet-tabs__content-wrapper{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.jet-tabs-position-left{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.jet-tabs-position-left>.jet-tabs__control-wrapper{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;min-width:200px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.rtl .jet-tabs-position-left>.jet-tabs__control-wrapper{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.jet-tabs-position-left>.jet-tabs__content-wrapper{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;border-left-width:2px;-ms-flex-item-align:stretch;align-self:stretch}.rtl .jet-tabs-position-left>.jet-tabs__content-wrapper{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.jet-tabs-position-right{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.jet-tabs-position-right>.jet-tabs__control-wrapper{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;min-width:0}.rtl .jet-tabs-position-right>.jet-tabs__control-wrapper{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.jet-tabs-position-right>.jet-tabs__content-wrapper{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.rtl .jet-tabs-position-right>.jet-tabs__content-wrapper{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.jet-tabs-ajax-template .jet-tabs__content{min-height:30px}.jet-tabs-fade-effect>.jet-tabs__content-wrapper>.jet-tabs__content.active-content{-webkit-animation-name:fade;animation-name:fade;-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);-webkit-animation-play-state:running;animation-play-state:running}.jet-tabs-column-fade-effect>.jet-tabs__content .elementor-top-column{-webkit-animation-name:fade;animation-name:fade;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96)}.jet-tabs-column-fade-effect>.jet-tabs__content.active-content .elementor-top-column:nth-child(1){-webkit-animation-delay:100ms;animation-delay:100ms}.jet-tabs-column-fade-effect>.jet-tabs__content.active-content .elementor-top-column:nth-child(2){-webkit-animation-delay:200ms;animation-delay:200ms}.jet-tabs-column-fade-effect>.jet-tabs__content.active-content .elementor-top-column:nth-child(3){-webkit-animation-delay:300ms;animation-delay:300ms}.jet-tabs-column-fade-effect>.jet-tabs__content.active-content .elementor-top-column:nth-child(4){-webkit-animation-delay:400ms;animation-delay:400ms}.jet-tabs-zoom-in-effect>.jet-tabs__content-wrapper>.jet-tabs__content.active-content{-webkit-animation-name:zoomIn;animation-name:zoomIn;-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);-webkit-animation-play-state:running;animation-play-state:running}.jet-tabs-zoom-out-effect>.jet-tabs__content-wrapper>.jet-tabs__content.active-content{-webkit-animation-name:zoomOut;animation-name:zoomOut;-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);-webkit-animation-play-state:running;animation-play-state:running}.jet-tabs-move-up-effect>.jet-tabs__content-wrapper>.jet-tabs__content.active-content{-webkit-animation-name:moveUp;animation-name:moveUp;-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);-webkit-animation-play-state:running;animation-play-state:running}.jet-tabs-column-move-up-effect>.jet-tabs__content .elementor-top-column{-webkit-animation-name:moveUp;animation-name:moveUp;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96)}.jet-tabs-column-move-up-effect>.jet-tabs__content.active-content .elementor-top-column:nth-child(1){-webkit-animation-delay:100ms;animation-delay:100ms}.jet-tabs-column-move-up-effect>.jet-tabs__content.active-content .elementor-top-column:nth-child(2){-webkit-animation-delay:200ms;animation-delay:200ms}.jet-tabs-column-move-up-effect>.jet-tabs__content.active-content .elementor-top-column:nth-child(3){-webkit-animation-delay:300ms;animation-delay:300ms}.jet-tabs-column-move-up-effect>.jet-tabs__content.active-content .elementor-top-column:nth-child(4){-webkit-animation-delay:400ms;animation-delay:400ms}.jet-tabs-fall-perspective-effect>.jet-tabs__content-wrapper>.jet-tabs__content.active-content{-webkit-animation-name:fallPerspective;animation-name:fallPerspective;-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);-webkit-animation-play-state:running;animation-play-state:running}.jet-tabs .jet-tabs-swiper-container{width:100%;height:100%}.jet-tabs .jet-tabs-swiper-container .jet-tabs__label-image{width:100%}.jet-tabs__edit-cover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;height:30px;padding:5px 10px;right:15px;top:15px;border-radius:3px;background-color:#b7084e;z-index:99;cursor:pointer;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;-webkit-box-shadow:0 0 0 0 rgba(183,8,78,.6);box-shadow:0 0 0 0 rgba(183,8,78,.6);-webkit-animation:edit-button-pulse 5s infinite;animation:edit-button-pulse 5s infinite}.jet-tabs__edit-cover i{font-size:14px;color:#fff;margin-right:5px}.jet-tabs__edit-cover span{font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;font-size:13px;color:#fff}.jet-tabs__edit-cover:hover{background-color:#840739;-webkit-animation:none;animation:none}.jet-tabs-no-template-message{text-align:center;padding:10px}.jet-tabs-new-template-link{color:#6ec1e4;text-decoration:underline}.jet-tabs-nav-position-outside .swiper-button-next{right:-54px;z-index:2}.jet-tabs-nav-position-outside .swiper-button-prev{left:-54px;z-index:2}@media(max-width:1440px){.jet-tabs-nav-position-outside .jet-tabs{width:calc(100% - 56px);margin:0 auto}.jet-tabs-nav-position-outside .jet-tabs .swiper-button-next{right:-40px}.jet-tabs-nav-position-outside .jet-tabs .swiper-button-prev{left:-40px}}.e-con-full .jet-tabs-nav-position-outside .jet-tabs{width:calc(100% - 108px);margin:0 auto}@media(max-width:1440px){.e-con-full .jet-tabs-nav-position-outside .jet-tabs{width:calc(100% - 56px)}}.jet-accordion__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.jet-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;border:1px solid #e8e8f6;border-radius:5px;margin-bottom:20px;background-color:#fff}.jet-toggle:first-child{margin-top:0 !important}.jet-toggle:last-child{margin-bottom:0 !important}.jet-toggle.active-toggle>.jet-toggle__control .jet-toggle__label-icon .icon-normal{display:none}.jet-toggle.active-toggle>.jet-toggle__control .jet-toggle__label-icon .icon-active{display:-webkit-box;display:-ms-flexbox;display:flex}.jet-toggle.active-toggle>.jet-toggle__content{height:auto;visibility:visible}.jet-toggle__control{padding:15px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.jet-toggle__label-icon{margin-right:10px}.jet-toggle__label-icon.jet-toggle-icon-position-right{margin-left:10px;margin-right:0;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.rtl .jet-toggle__label-icon.jet-toggle-icon-position-right{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.rtl .jet-toggle__label-icon.jet-toggle-icon-position-left{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.jet-toggle__label-icon .icon-active{display:none}.jet-toggle__label-icon i{display:-webkit-box;display:-ms-flexbox;display:flex}.jet-toggle__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:15px;width:25px;height:25px;border-radius:50%;color:#fff;background-color:#6ec1e4}.jet-toggle__label-text{font-weight:600;color:#7a7a7a;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0}.jet-toggle__content{height:0;overflow:hidden;-webkit-transition:height .5s ease;transition:height .5s ease;visibility:hidden}.jet-toggle:not(.active-toggle)>.jet-toggle__content{padding:0 !important;margin:0 !important;border:none !important;-webkit-box-shadow:none !important;box-shadow:none !important}.jet-toggle__content>.elementor>.elementor-inner{margin:0}.jet-toggle__content-inner{position:relative;padding:30px}.jet-toggle-fade-effect.active-toggle .jet-toggle__content .jet-toggle__content-inner{-webkit-animation-name:fade;animation-name:fade;-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);-webkit-animation-play-state:running;animation-play-state:running}.jet-toggle-zoom-in-effect.active-toggle .jet-toggle__content .jet-toggle__content-inner{-webkit-animation-name:zoomIn;animation-name:zoomIn;-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);-webkit-animation-play-state:running;animation-play-state:running}.jet-toggle-zoom-out-effect.active-toggle .jet-toggle__content .jet-toggle__content-inner{-webkit-animation-name:zoomOut;animation-name:zoomOut;-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);-webkit-animation-play-state:running;animation-play-state:running}.jet-toggle-move-up-effect.active-toggle .jet-toggle__content .jet-toggle__content-inner{-webkit-animation-name:moveUp;animation-name:moveUp;-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);-webkit-animation-play-state:running;animation-play-state:running}.jet-toggle-fall-perspective-effect.active-toggle .jet-toggle__content .jet-toggle__content-inner{-webkit-animation-name:fallPerspective;animation-name:fallPerspective;-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);-webkit-animation-play-state:running;animation-play-state:running}.jet-toggle__edit-cover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;height:30px;padding:5px 10px;right:15px;top:15px;border-radius:3px;background-color:#b7084e;z-index:99;cursor:pointer;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;-webkit-box-shadow:0 0 0 0 rgba(183,8,78,.6);box-shadow:0 0 0 0 rgba(183,8,78,.6);-webkit-animation:edit-button-pulse 5s infinite;animation:edit-button-pulse 5s infinite}.jet-toggle__edit-cover i{font-size:14px;color:#fff;margin-right:5px}.jet-toggle__edit-cover span{font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;font-size:13px;color:#fff}.jet-toggle__edit-cover:hover{background-color:#840739;-webkit-animation:none;animation:none}.jet-toggle-no-template-message{text-align:center;padding:10px}.jet-toggle-new-template-link{color:#6ec1e4;text-decoration:underline}.jet-image-accordion{overflow:hidden}.jet-image-accordion__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;position:relative;height:600px;overflow:hidden;z-index:1}.jet-image-accordion__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;overflow:hidden;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:auto;flex-basis:auto;-webkit-transition-property:all;transition-property:all;-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:cubic-bezier(0.83, 0.08, 0.16, 0.97);transition-timing-function:cubic-bezier(0.83, 0.08, 0.16, 0.97);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.jet-image-accordion__item.active-accordion{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}.jet-image-accordion__item.active-accordion .jet-image-accordion__content{opacity:1;-webkit-transition-delay:500ms;transition-delay:500ms}.jet-image-accordion__item:focus-visible{outline:auto}.jet-image-accordion__item:before{position:absolute;width:100%;height:100%;display:block;top:0;left:0;z-index:1;content:""}.jet-image-accordion__item.title-display-mode__on_both_states.active-accordion .jet-image-accordion__title-default{opacity:0;pointer-events:none}.jet-image-accordion__image-instance{position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100% !important;opacity:0;-webkit-transition:opacity 300ms ease;transition:opacity 300ms ease}.jet-image-accordion__image-instance.loaded{opacity:1}.jet-image-accordion__content{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;top:0;left:0;width:100%;height:100%;padding:20px;overflow:hidden;opacity:0;z-index:2;background-color:rgba(0,0,0,.5);-webkit-transition:opacity 300ms ease;transition:opacity 300ms ease}.jet-image-accordion__content:empty{display:none}.jet-image-accordion__title{-ms-flex-item-align:stretch;align-self:stretch;text-align:left;color:#fff;font-size:20px}.jet-image-accordion__title-default{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%;color:#fff;font-size:20px;z-index:9;pointer-events:none}.jet-image-accordion__desc{-ms-flex-item-align:stretch;align-self:stretch;text-align:left;color:#fff;font-size:16px;margin-bottom:20px}.jet-image-accordion__button{font-weight:500;background-color:#6ec1e4}.jet-image-accordion__item-loader{position:absolute;display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;left:0;top:0;background-color:rgba(0,0,0,.5);z-index:1}.jet-image-accordion__image-instance~.jet-image-accordion__item-loader{display:-webkit-box;display:-ms-flexbox;display:flex}.jet-image-accordion__item-loader span{width:32px;height:32px;display:block;background:url(//www.nayax.com/wp-content/plugins/jet-tabs/assets/images/spinner-32.svg) no-repeat}.jet-image-accordion.jet-image-accordion-vertical-orientation .jet-image-accordion__list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.jet-image-accordion.jet-image-accordion-horizontal-orientation .jet-image-accordion__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.jet-image-accordion.jet-image-accordion-sine-ease .jet-image-accordion__item{-webkit-transition-timing-function:cubic-bezier(0.39, 0.575, 0.565, 1);transition-timing-function:cubic-bezier(0.39, 0.575, 0.565, 1)}.jet-image-accordion.jet-image-accordion-quint-ease .jet-image-accordion__item{-webkit-transition-timing-function:cubic-bezier(0.23, 1, 0.32, 1);transition-timing-function:cubic-bezier(0.23, 1, 0.32, 1)}.jet-image-accordion.jet-image-accordion-cubic-ease .jet-image-accordion__item{-webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.jet-image-accordion.jet-image-accordion-expo-ease .jet-image-accordion__item{-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}.jet-image-accordion.jet-image-accordion-back-ease .jet-image-accordion__item{-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275);transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275)}picture.jet-image-accordion__image-instance{opacity:1}picture.jet-image-accordion__image-instance img{position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100% !important;opacity:0;-webkit-transition:opacity 300ms ease;transition:opacity 300ms ease}picture.jet-image-accordion__image-instance img.loaded{opacity:1}.jet-switcher{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.jet-switcher__control-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-switcher__control-instance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;cursor:pointer;background-color:#f7f7fb;border-radius:50px;-webkit-transition:background-color .3s cubic-bezier(0.44, 0.95, 0.57, 0.97);transition:background-color .3s cubic-bezier(0.44, 0.95, 0.57, 0.97)}.jet-switcher__control-handler{position:absolute;border-radius:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;top:0;z-index:1}.jet-switcher__control-handler span{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;margin:3px;-webkit-transition:all .3s cubic-bezier(0.44, 0.95, 0.57, 0.97);transition:all .3s cubic-bezier(0.44, 0.95, 0.57, 0.97);border-radius:inherit}.jet-switcher__control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;outline:none;pointer-events:none;z-index:2;text-align:center;-webkit-transition:all .3s cubic-bezier(0.44, 0.95, 0.57, 0.97);transition:all .3s cubic-bezier(0.44, 0.95, 0.57, 0.97)}.jet-switcher__control:focus-visible{outline:auto}.jet-switcher__label-text{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.jet-switcher__content-wrapper{width:100%;position:relative;-webkit-transition:height .25s cubic-bezier(0.44, 0.96, 0.5, 0.98);transition:height .25s cubic-bezier(0.44, 0.96, 0.5, 0.98);overflow:hidden}.jet-switcher__content{width:100%;top:0;left:0;position:absolute;opacity:0;pointer-events:none}.jet-switcher__content>.elementor>.elementor-inner{margin:0}.jet-switcher__content.active-content{position:relative;pointer-events:auto;opacity:1;z-index:1}.jet-popup--hide-state .jet-switcher__content.active-content{pointer-events:none}.jet-switcher--preset-1.jet-switcher--disable>.jet-switcher__control-wrapper .jet-switcher__control-handler{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.jet-switcher--preset-1.jet-switcher--disable>.jet-switcher__control-wrapper .jet-switcher__control-handler span{background-color:#c3c3c3}.jet-switcher--preset-1.jet-switcher--disable>.jet-switcher__control-wrapper .jet-switcher__control--disable{color:#fff}.jet-switcher--preset-1.jet-switcher--enable>.jet-switcher__control-wrapper .jet-switcher__control-handler{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.rtl .jet-switcher--preset-1.jet-switcher--enable>.jet-switcher__control-wrapper .jet-switcher__control-handler{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.jet-switcher--preset-1.jet-switcher--enable>.jet-switcher__control-wrapper .jet-switcher__control-handler span{background-color:#61ce70}.jet-switcher--preset-1.jet-switcher--enable>.jet-switcher__control-wrapper .jet-switcher__control--enable{color:#fff}.jet-switcher--preset-1 .jet-switcher__control-instance{width:160px;height:50px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.jet-switcher--preset-1 .jet-switcher__control{max-width:50%}.jet-switcher--preset-1>.jet-switcher__control-wrapper .jet-switcher__control-handler{width:50%;height:100%;-webkit-transition:-webkit-transform .3s cubic-bezier(0.44, 0.95, 0.57, 0.97);transition:-webkit-transform .3s cubic-bezier(0.44, 0.95, 0.57, 0.97);transition:transform .3s cubic-bezier(0.44, 0.95, 0.57, 0.97);transition:transform .3s cubic-bezier(0.44, 0.95, 0.57, 0.97), -webkit-transform .3s cubic-bezier(0.44, 0.95, 0.57, 0.97)}.jet-switcher--preset-1 .jet-switcher__control--disable{width:50%;height:100%}.jet-switcher--preset-1 .jet-switcher__control--enable{width:50%;height:100%}.jet-switcher--preset-2.jet-switcher--disable>.jet-switcher__control-wrapper .jet-switcher__control-handler{left:0}.jet-switcher--preset-2.jet-switcher--disable>.jet-switcher__control-wrapper .jet-switcher__control-handler span{background-color:#c3c3c3}.jet-switcher--preset-2.jet-switcher--enable>.jet-switcher__control-wrapper .jet-switcher__control-handler{left:calc(100% - 30px)}.jet-switcher--preset-2.jet-switcher--enable>.jet-switcher__control-wrapper .jet-switcher__control-handler span{background-color:#61ce70}.jet-switcher--preset-2 .jet-switcher__control-instance{width:80px;height:40px}.jet-switcher--preset-2>.jet-switcher__control-wrapper .jet-switcher__control-handler{width:60px;height:100%;-webkit-transition:left .3s cubic-bezier(0.44, 0.95, 0.57, 0.97);transition:left .3s cubic-bezier(0.44, 0.95, 0.57, 0.97)}.jet-switcher--preset-2 .jet-switcher__control--disable{margin-right:15px}.rtl .jet-switcher--preset-2 .jet-switcher__control--disable{margin-left:15px}.jet-switcher--preset-2 .jet-switcher__control--enable{margin-left:15px}.rtl .jet-switcher--preset-2 .jet-switcher__control--enable{margin-right:15px}.jet-switcher-fade-effect .jet-tabs__content.active-content{-webkit-animation-name:fade;animation-name:fade;-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);-webkit-animation-play-state:running;animation-play-state:running}.jet-switcher-zoom-in-effect .jet-switcher__content.active-content{-webkit-animation-name:zoomIn;animation-name:zoomIn;-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);-webkit-animation-play-state:running;animation-play-state:running}.jet-switcher-zoom-out-effect .jet-switcher__content.active-content{-webkit-animation-name:zoomOut;animation-name:zoomOut;-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);-webkit-animation-play-state:running;animation-play-state:running}.jet-switcher-move-up-effect .jet-switcher__content.active-content{-webkit-animation-name:moveUp;animation-name:moveUp;-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);-webkit-animation-play-state:running;animation-play-state:running}.jet-switcher-fall-perspective-effect .jet-switcher__content.active-content{-webkit-animation-name:fallPerspective;animation-name:fallPerspective;-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);animation-timing-function:cubic-bezier(0.26, 0.69, 0.37, 0.96);-webkit-animation-play-state:running;animation-play-state:running}.jet-switcher__edit-cover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;height:30px;padding:5px 10px;right:15px;top:15px;border-radius:3px;background-color:#b7084e;z-index:99;cursor:pointer;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;-webkit-box-shadow:0 0 0 0 rgba(183,8,78,.6);box-shadow:0 0 0 0 rgba(183,8,78,.6);-webkit-animation:edit-button-pulse 5s infinite;animation:edit-button-pulse 5s infinite}.jet-switcher__edit-cover i{font-size:14px;color:#fff;margin-right:5px}.jet-switcher__edit-cover span{font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;font-size:13px;color:#fff}.jet-switcher__edit-cover:hover{background-color:#840739;-webkit-animation:none;animation:none}.elementor-widget-jet-switcher{width:100%}.jet-switcher-no-template-message{text-align:center;padding:10px}.jet-switcher-new-template-link{color:#6ec1e4;text-decoration:underline}.jet-tabs-loader{position:absolute;left:50%;top:50%;width:24px;height:24px;margin-top:-12px;margin-left:-12px;border:4px rgba(0,0,0,.15) solid;border-top-width:4px;border-top-style:solid;border-top-color:#fff;border-radius:50%;-webkit-animation:spCircRot .6s infinite linear;animation:spCircRot .6s infinite linear}@-webkit-keyframes spCircRot{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spCircRot{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.jet-tabs-icon{line-height:1;text-align:center}.jet-tabs-icon svg{display:block;width:1em;height:1em;fill:currentColor}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//www.nayax.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);src:url(//www.nayax.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//www.nayax.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.nayax.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(//www.nayax.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//www.nayax.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(//www.nayax.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot);src:url(//www.nayax.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//www.nayax.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.nayax.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff) format("woff"),url(//www.nayax.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"),url(//www.nayax.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(//www.nayax.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);src:url(//www.nayax.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//www.nayax.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.nayax.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(//www.nayax.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//www.nayax.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}.fa.fa-glass:before{content:"\f000"}.fa.fa-meetup{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-star-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-file-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-pencil:before{content:"\f303"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-share-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-expand:before{content:"\f424"}.fa.fa-compress:before{content:"\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart:before{content:"\f080"}.fa.fa-bar-chart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart-o:before{content:"\f080"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-lemon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-scissors:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f3fd"}.fa.fa-comment-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard,.fa.fa-paste{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paste:before{content:"\f328"}.fa.fa-lightbulb-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f381"}.fa.fa-cloud-upload:before{content:"\f382"}.fa.fa-bell-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f089"}.fa.fa-star-half-empty{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f089"}.fa.fa-star-half-full{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f089"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before{content:"\f127"}.fa.fa-shield:before{content:"\f3ed"}.fa.fa-calendar-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ticket:before{content:"\f3ff"}.fa.fa-minus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\f155"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\f156"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f881"}.fa.fa-sort-amount-asc:before{content:"\f160"}.fa.fa-sort-amount-desc:before{content:"\f884"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f886"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\f195"}.fa.fa-plus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-spoon:before{content:"\f2e5"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-envelope-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-ring{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-bouy:before{content:"\f1cd"}.fa.fa-life-buoy{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-buoy:before{content:"\f1cd"}.fa.fa-life-saver{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-saver:before{content:"\f1cd"}.fa.fa-support{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-sliders:before{content:"\f1de"}.fa.fa-futbol-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-meanpath{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-meanpath:before{content:"\f2b4"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before{content:"\f224"}.fa.fa-facebook-official{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-clone,.fa.fa-hourglass-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cab:before{content:"\f1ba"}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;z-index:1}.owl-carousel .owl-stage{-moz-backface-visibility:hidden;position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{clear:both;content:".";display:block;height:0;line-height:0;visibility:hidden}.owl-carousel .owl-stage-outer{overflow:hidden;position:relative;-webkit-transform:translateZ(0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0)}.owl-carousel .owl-item{-webkit-backface-visibility:hidden;float:left;min-height:1px;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{display:block;opacity:0}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{background:#000;height:100%;position:relative}.owl-carousel .owl-video-play-icon{-webkit-backface-visibility:hidden;background:url(//www.nayax.com/wp-content/themes/nayax/assets/styles/owl.video.play.png) no-repeat;cursor:pointer;height:80px;left:50%;margin-left:-40px;margin-top:-40px;position:absolute;top:50%;transition:transform .1s ease;width:80px;z-index:1}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{background-position:50%;background-repeat:no-repeat;background-size:contain;height:100%;opacity:0;transition:opacity .4s ease}.owl-carousel .owl-video-frame{height:100%;position:relative;width:100%;z-index:1}
.animated{animation-duration:1s;animation-fill-mode:both}.animated.hinge{animation-duration:2s}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.bounce{animation-name:bounce}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.pulse{animation-name:pulse}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}.shake{animation-name:shake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{animation-name:swing;transform-origin:top center}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}to{transform:scale(1) rotate(0)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:translateX(0)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}to{transform:translateX(0)}}.wobble{animation-name:wobble}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}to{transform:translateY(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}to{transform:translateX(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}to{transform:translateX(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}to{transform:translateY(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}to{opacity:0;transform:scale(.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}to{opacity:0;transform:translateX(-2000px)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}to{opacity:0;transform:translateX(2000px)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}.bounceOutUp{animation-name:bounceOutUp}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateY(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}to{opacity:1;transform:translateX(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}to{opacity:1;transform:translateX(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateY(0)}}.fadeInUpBig{animation-name:fadeInUpBig}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(2000px)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-20px)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(20px)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px) translateZ(0) rotateY(0) scale(1)}40%{animation-timing-function:ease-out;transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1)}50%{animation-timing-function:ease-in;transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1)}80%{animation-timing-function:ease-in;transform:perspective(400px) translateZ(0) rotateY(1turn) scale(.95)}to{animation-timing-function:ease-in;transform:perspective(400px) translateZ(0) rotateY(1turn) scale(1)}}.animated.flip{animation-name:flip;backface-visibility:visible}@keyframes flipInX{0%{opacity:0;transform:perspective(400px) rotateX(90deg)}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}to{opacity:1;transform:perspective(400px) rotateX(0deg)}}.flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{opacity:0;transform:perspective(400px) rotateY(90deg)}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}to{opacity:1;transform:perspective(400px) rotateY(0deg)}}.flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{opacity:1;transform:perspective(400px) rotateX(0deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{opacity:1;transform:perspective(400px) rotateY(0deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedIn{0%{opacity:0;transform:translateX(100%) skewX(-30deg)}60%{opacity:1;transform:translateX(-20%) skewX(30deg)}80%{opacity:1;transform:translateX(0) skewX(-15deg)}to{opacity:1;transform:translateX(0) skewX(0deg)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1;transform:translateX(0) skewX(0deg)}to{opacity:0;transform:translateX(100%) skewX(-30deg)}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg);transform-origin:center center}to{opacity:1;transform:rotate(0);transform-origin:center center}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-90deg);transform-origin:left bottom}to{opacity:1;transform:rotate(0);transform-origin:left bottom}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(90deg);transform-origin:right bottom}to{opacity:1;transform:rotate(0);transform-origin:right bottom}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(90deg);transform-origin:left bottom}to{opacity:1;transform:rotate(0);transform-origin:left bottom}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{opacity:1;transform:rotate(0);transform-origin:right bottom}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{opacity:1;transform:rotate(0);transform-origin:center center}to{opacity:0;transform:rotate(200deg);transform-origin:center center}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{opacity:1;transform:rotate(0);transform-origin:left bottom}to{opacity:0;transform:rotate(90deg);transform-origin:left bottom}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{opacity:1;transform:rotate(0);transform-origin:right bottom}to{opacity:0;transform:rotate(-90deg);transform-origin:right bottom}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{opacity:1;transform:rotate(0);transform-origin:left bottom}to{opacity:0;transform:rotate(-90deg);transform-origin:left bottom}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{opacity:1;transform:rotate(0);transform-origin:right bottom}to{opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px)}to{transform:translateY(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-2000px)}to{transform:translateX(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{opacity:0;transform:translateX(2000px)}to{transform:translateX(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideOutLeft{0%{transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}.slideOutUp{animation-name:slideOutUp}@keyframes hinge{0%{animation-timing-function:ease-in-out;transform:rotate(0);transform-origin:top left}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%{animation-timing-function:ease-in-out;transform:rotate(60deg);transform-origin:top left}80%{animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg) translateY(0);transform-origin:top left}to{opacity:0;transform:translateY(700px)}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}to{opacity:1;transform:translateX(0) rotate(0deg)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1;transform:translateX(0) rotate(0deg)}to{opacity:0;transform:translateX(100%) rotate(120deg)}}.rollOut{animation-name:rollOut}.mfp-bg{background:#0b0b0b;opacity:.8;overflow:hidden;z-index:1042}.mfp-bg,.mfp-wrap{height:100%;left:0;position:fixed;top:0;width:100%}.mfp-wrap{-webkit-backface-visibility:hidden;outline:none!important;z-index:1043}.mfp-container{box-sizing:border-box;height:100%;left:0;padding:0 8px;position:absolute;text-align:center;top:0;width:100%}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{display:inline-block;margin:0 auto;position:relative;text-align:left;vertical-align:middle;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{cursor:auto;width:100%}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;left:8px;margin-top:-.8em;position:absolute;right:8px;text-align:center;top:50%;width:auto;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{-webkit-appearance:none;background:transparent;border:0;box-shadow:none;cursor:pointer;display:block;outline:none;overflow:visible;padding:0;touch-action:manipulation;z-index:1046}button::-moz-focus-inner{border:0;padding:0}.mfp-close{color:#fff;font-family:Arial,Baskerville,monospace;font-size:28px;font-style:normal;height:44px;line-height:44px;opacity:.65;padding:0 0 18px 10px;position:absolute;right:0;text-align:center;-webkit-text-decoration:none;text-decoration:none;top:0;width:44px}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;padding-right:6px;right:-6px;text-align:right;width:100%}.mfp-counter{color:#ccc;font-size:12px;line-height:18px;position:absolute;right:0;top:0;white-space:nowrap}.mfp-arrow{height:110px;margin:-55px 0 0;opacity:.65;padding:0;position:absolute;top:50%;width:90px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{border:inset transparent;content:"";display:block;height:0;left:0;margin-left:35px;margin-top:35px;position:absolute;top:0;width:0}.mfp-arrow:after{border-bottom-width:13px;border-top-width:13px;top:8px}.mfp-arrow:before{border-bottom-width:21px;border-top-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{border-right:27px solid #3f3f3f;margin-left:25px}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-bottom:40px;padding-top:40px}.mfp-iframe-holder .mfp-content{line-height:0;max-width:900px;width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{height:0;overflow:hidden;padding-top:56.25%;width:100%}.mfp-iframe-scaler iframe{background:#000;box-shadow:0 0 8px rgba(0,0,0,.6);display:block;height:100%;left:0;position:absolute;top:0;width:100%}img.mfp-img{box-sizing:border-box;display:block;height:auto;margin:0 auto;max-width:100%;padding:40px 0;width:auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{background:#444;bottom:40px;box-shadow:0 0 8px rgba(0,0,0,.6);content:"";display:block;height:auto;left:0;position:absolute;right:0;top:40px;width:auto;z-index:-1}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{cursor:auto;left:0;margin-top:-36px;position:absolute;top:100%;width:100%}.mfp-title{color:#f3f3f3;line-height:18px;text-align:left;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px)and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{bottom:0;top:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;box-sizing:border-box;margin:0;padding:3px 5px;position:fixed;top:auto}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{background:rgba(0,0,0,.6);height:35px;line-height:35px;padding:0;position:fixed;right:0;text-align:center;top:0;width:35px}}@media(max-width:900px){.mfp-arrow{transform:scale(.75)}.mfp-arrow-left{transform-origin:0}.mfp-arrow-right{transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}} html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}*,:after,:before{box-sizing:inherit}html{box-sizing:border-box}@font-face{font-display:swap;font-family:Hurme Geometric Sans\ 3;font-style:normal;font-weight:700;src:url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/HurmeGeometricSans3-Bold.woff2) format("woff2"),url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/HurmeGeometricSans3-Bold.woff) format("woff")}@font-face{font-display:swap;font-family:Hurme Geometric Sans\ 3;font-style:normal;font-weight:600;src:url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/HurmeGeometricSans3-SemiBold.woff2) format("woff2"),url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/HurmeGeometricSans3-SemiBold.woff) format("woff")}@font-face{font-display:swap;font-family:Hurme Geometric Sans\ 3;font-style:normal;font-weight:400;src:url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/HurmeGeometricSans3-Regular.woff2) format("woff2"),url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/HurmeGeometricSans3-Regular.woff) format("woff")}@font-face{font-display:swap;font-family:Hurme Geometric Sans\ 3;font-style:normal;font-weight:300;src:url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/HurmeGeometricSans3-Light.woff2) format("woff2"),url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/HurmeGeometricSans3-Light.woff) format("woff")}@font-face{font-display:swap;font-family:Futura PT;font-style:normal;font-weight:600;src:url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/FuturaPT-Demi.woff2) format("woff2"),url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/FuturaPT-Demi.woff) format("woff")}@font-face{font-display:swap;font-family:Futura PT;font-style:normal;font-weight:500;src:url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/FuturaPT-Medium.woff2) format("woff2"),url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/FuturaPT-Medium.woff) format("woff")}@font-face{font-display:swap;font-family:Futura PT;font-style:normal;font-weight:400;src:url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/FuturaPT-Book.woff2) format("woff2"),url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/FuturaPT-Book.woff) format("woff")}@font-face{font-display:swap;font-family:Outfit;font-style:normal;font-weight:900;src:url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/Outfit-Black.woff2) format("woff2"),url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/Outfit-Black.woff) format("woff")}@font-face{font-display:swap;font-family:Outfit;font-style:normal;font-weight:800;src:url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/Outfit-ExtraBold.woff2) format("woff2"),url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/Outfit-ExtraBold.woff) format("woff")}@font-face{font-display:swap;font-family:Outfit;font-style:normal;font-weight:700;src:url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/Outfit-Bold.woff2) format("woff2"),url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/Outfit-Bold.woff) format("woff")}@font-face{font-display:swap;font-family:Outfit;font-style:normal;font-weight:600;src:url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/Outfit-SemiBold.woff2) format("woff2"),url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/Outfit-SemiBold.woff) format("woff")}@font-face{font-display:swap;font-family:Outfit;font-style:normal;font-weight:500;src:url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/Outfit-Medium.woff2) format("woff2"),url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/Outfit-Medium.woff) format("woff")}@font-face{font-display:swap;font-family:Outfit;font-style:normal;font-weight:400;src:url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/Outfit-Regular.woff2) format("woff2"),url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/Outfit-Regular.woff) format("woff")}@font-face{font-display:swap;font-family:Outfit;font-style:normal;font-weight:300;src:url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/Outfit-Light.woff2) format("woff2"),url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/Outfit-Light.woff) format("woff")}@font-face{font-display:swap;font-family:Outfit;font-style:normal;font-weight:200;src:url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/Outfit-ExtraLight) format("woff2"),url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/Outfit-ExtraLight) format("woff")}@font-face{font-display:swap;font-family:Outfit;font-style:normal;font-weight:100;src:url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/Outfit-Thin) format("woff2"),url(//www.nayax.com/wp-content/themes/nayax/assets/fonts/Outfit-Thin) format("woff")}b,strong{font-weight:600!important}.secondary-heading-font *{font-family:Outfit,serif!important}.accent-heading-font *{font-family:Rubik!important}.faq__bt--title,.st-commercial__item--title,.st-payments__item--title,.st-payments__title,.st_benefits__item .circle-list,.st_relevant__item--title,.st_relevant__title,.st_resident__title,a,h1,h2,h3,h4,h5,h6,p{font-family:Outfit,serif!important}.hebrew-text :not(.fa):not(.fas),body.rtl :not(.fa):not(.fas){font-family:Rubik,Sans-serif!important}body{background:#fff}body,button,input,optgroup,select,textarea{color:#404040;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.5}h1,h2,h3,h4,h5,h6{clear:both}p{margin-bottom:1.5em;margin-top:0}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:Courier\ 10 Pitch,courier,monospace;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}code,kbd,tt,var{font-family:monaco,consolas,Andale Mono,DejaVu Sans Mono,monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;-webkit-text-decoration:none;text-decoration:none}big{font-size:125%}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}ol,ul{margin:0 0 1.5em}ul{list-style:disc}ol{list-style:decimal}li>ol,li>ul{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}embed,iframe,img,object{max-width:100%}img{height:auto}figure{margin:1em 0}table{margin:0 0 1.5em;width:100%}a{color:#4169e1}a:visited{color:var(--e-global-color-text)}a:active,a:focus,a:hover{color:#191970}a:focus{outline:thin dotted}a:active,a:hover{outline:0}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{border:1px solid #ccc;border-radius:3px;color:#666;padding:3px}input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=range]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus{color:#111}select{border:1px solid #ccc}textarea{width:100%}button,input[type=button],input[type=reset],input[type=submit]{background:#e6e6e6;border:1px solid;border-color:#ccc #ccc #bbb;border-radius:3px;color:rgba(0,0,0,.8);line-height:1;padding:.6em 1em .4em}button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{border-color:#ccc #bbb #aaa}button:active,button:focus,input[type=button]:active,input[type=button]:focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus{border-color:#aaa #bbb #bbb}body{display:flex;flex-direction:column;min-height:100vh}body .elementor-86{margin-top:auto}.elementor-heading-title a{font-weight:inherit!important}a,a:focus,a:focus-within,a:hover{outline:none!important}ul li::marker{color:var(--e-global-color-accent)}.elementor-align-left .elementor-button{text-align:inherit!important}html[lang=hu-HU] h1,html[lang=hu-HU] h2,html[lang=hu-HU] h3,html[lang=hu-HU] h4,html[lang=hu-HU] h5,html[lang=hu-HU] h6,html[lang=tr-TR] h1,html[lang=tr-TR] h2,html[lang=tr-TR] h3,html[lang=tr-TR] h4,html[lang=tr-TR] h5,html[lang=tr-TR] h6{font-family:Mulish,sans-serif!important}.primary-subheading .elementor-heading-title{white-space:nowrap}.circle-list{padding-left:16px}.circle-list li{margin-bottom:25px;padding-left:9px}.circle-list li:last-child{margin-bottom:0}.circle-list li::marker{color:var(--e-global-color-accent);font-size:16px;margin-right:25px}.error-link{color:#ff3653!important;-webkit-text-decoration:underline!important;text-decoration:underline!important;transition:.3s}.error-link:hover{color:#ffca00!important}.center-alignment{margin-left:auto!important;margin-right:auto!important}.text-center{text-align:center}.elementor-column.nowrap>.elementor-widget-wrap{flex-wrap:nowrap}.btn_repeater-logic .elementor-button-wrapper .elementor-button.elementor-size-sm{display:none}.btn_repeater-logic .elementor-button-wrapper .elementor-button-link.elementor-button.elementor-size-sm{display:inline-block}.page-id-11 .site-main,.page-id-7589 .site-main{max-width:1440px!important}.nx-loader{background:inherit;display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:999}.nx-loader.active{display:block}.nx-loader img{display:block;height:200px;left:50%;margin-left:-100px;margin-top:-100px;position:absolute;top:50%;width:200px}.transparent{opacity:0;transition:all .4s}.nx-home-latest-posts .owl-dots{display:flex;flex-wrap:wrap;justify-content:center;margin:15px auto}.mfp-bg{background-color:#fff;opacity:.5}.mfp-content{height:100%;width:100%}.no-results-title{margin:40px auto 0!important}@media(max-width:767px){.full-width-button-mb a{display:block}}body.page-id-89631 .page-header{display:none}body.page-id-89631 .page-content{margin-top:0}@media(max-width:768px){.no-results-title{padding:0 12px;text-align:center}}body:not(.user_country_us) .elementor-element-f404bea{display:none}body.user_country_il .elementor-86 .elementor-element.elementor-element-9b62bcd>.elementor-widget-container{margin:0}body.user_country_il .elementor-86 .elementor-element.elementor-element-8a33a6d{font-size:14px}.country-based-text{color:var(--e-global-color-d413cc6);font-size:12px;margin:8px 0 0}.gm-style-iw-tc{display:none}@media only screen and (min-width:768px){.grid-two-columns .elementor-container{display:grid!important;grid-template-columns:repeat(2,1fr)}.grid-two-columns .elementor-container>div{width:100%!important}.grid-three-columns .elementor-container{display:grid!important;grid-template-columns:repeat(3,1fr)}.grid-three-columns .elementor-container>div{width:100%!important}.grid-four-columns .elementor-container{display:grid!important;grid-template-columns:repeat(4,1fr)}.grid-four-columns .elementor-container>div{width:100%!important}.grid-five-columns .elementor-container{display:grid!important;grid-template-columns:repeat(5,1fr)}.grid-five-columns .elementor-container>div{width:100%!important}.grid-six-columns .elementor-container{display:grid!important;grid-template-columns:repeat(6,1fr)}.grid-six-columns .elementor-container>div{width:100%!important}}.g-row-0 .elementor-container{row-gap:0!important}.g-column-0 .elementor-container{-moz-column-gap:0!important;column-gap:0!important}.g-row-1 .elementor-container{row-gap:.0625rem!important}.g-column-1 .elementor-container{-moz-column-gap:.0625rem!important;column-gap:.0625rem!important}.g-row-2 .elementor-container{row-gap:.125rem!important}.g-column-2 .elementor-container{-moz-column-gap:.125rem!important;column-gap:.125rem!important}.g-row-3 .elementor-container{row-gap:.1875rem!important}.g-column-3 .elementor-container{-moz-column-gap:.1875rem!important;column-gap:.1875rem!important}.g-row-4 .elementor-container{row-gap:.25rem!important}.g-column-4 .elementor-container{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.g-row-5 .elementor-container{row-gap:.3125rem!important}.g-column-5 .elementor-container{-moz-column-gap:.3125rem!important;column-gap:.3125rem!important}.g-row-6 .elementor-container{row-gap:.375rem!important}.g-column-6 .elementor-container{-moz-column-gap:.375rem!important;column-gap:.375rem!important}.g-row-7 .elementor-container{row-gap:.4375rem!important}.g-column-7 .elementor-container{-moz-column-gap:.4375rem!important;column-gap:.4375rem!important}.g-row-8 .elementor-container{row-gap:.5rem!important}.g-column-8 .elementor-container{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.g-row-9 .elementor-container{row-gap:.5625rem!important}.g-column-9 .elementor-container{-moz-column-gap:.5625rem!important;column-gap:.5625rem!important}.g-row-10 .elementor-container{row-gap:.625rem!important}.g-column-10 .elementor-container{-moz-column-gap:.625rem!important;column-gap:.625rem!important}.g-row-11 .elementor-container{row-gap:.6875rem!important}.g-column-11 .elementor-container{-moz-column-gap:.6875rem!important;column-gap:.6875rem!important}.g-row-12 .elementor-container{row-gap:.75rem!important}.g-column-12 .elementor-container{-moz-column-gap:.75rem!important;column-gap:.75rem!important}.g-row-13 .elementor-container{row-gap:.8125rem!important}.g-column-13 .elementor-container{-moz-column-gap:.8125rem!important;column-gap:.8125rem!important}.g-row-14 .elementor-container{row-gap:.875rem!important}.g-column-14 .elementor-container{-moz-column-gap:.875rem!important;column-gap:.875rem!important}.g-row-15 .elementor-container{row-gap:.9375rem!important}.g-column-15 .elementor-container{-moz-column-gap:.9375rem!important;column-gap:.9375rem!important}.g-row-16 .elementor-container{row-gap:1rem!important}.g-column-16 .elementor-container{-moz-column-gap:1rem!important;column-gap:1rem!important}.g-row-17 .elementor-container{row-gap:1.0625rem!important}.g-column-17 .elementor-container{-moz-column-gap:1.0625rem!important;column-gap:1.0625rem!important}.g-row-18 .elementor-container{row-gap:1.125rem!important}.g-column-18 .elementor-container{-moz-column-gap:1.125rem!important;column-gap:1.125rem!important}.g-row-19 .elementor-container{row-gap:1.1875rem!important}.g-column-19 .elementor-container{-moz-column-gap:1.1875rem!important;column-gap:1.1875rem!important}.g-row-20 .elementor-container{row-gap:1.25rem!important}.g-column-20 .elementor-container{-moz-column-gap:1.25rem!important;column-gap:1.25rem!important}.g-row-21 .elementor-container{row-gap:1.3125rem!important}.g-column-21 .elementor-container{-moz-column-gap:1.3125rem!important;column-gap:1.3125rem!important}.g-row-22 .elementor-container{row-gap:1.375rem!important}.g-column-22 .elementor-container{-moz-column-gap:1.375rem!important;column-gap:1.375rem!important}.g-row-23 .elementor-container{row-gap:1.4375rem!important}.g-column-23 .elementor-container{-moz-column-gap:1.4375rem!important;column-gap:1.4375rem!important}.g-row-24 .elementor-container{row-gap:1.5rem!important}.g-column-24 .elementor-container{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.g-row-25 .elementor-container{row-gap:1.5625rem!important}.g-column-25 .elementor-container{-moz-column-gap:1.5625rem!important;column-gap:1.5625rem!important}.g-row-26 .elementor-container{row-gap:1.625rem!important}.g-column-26 .elementor-container{-moz-column-gap:1.625rem!important;column-gap:1.625rem!important}.g-row-27 .elementor-container{row-gap:1.6875rem!important}.g-column-27 .elementor-container{-moz-column-gap:1.6875rem!important;column-gap:1.6875rem!important}.g-row-28 .elementor-container{row-gap:1.75rem!important}.g-column-28 .elementor-container{-moz-column-gap:1.75rem!important;column-gap:1.75rem!important}.g-row-29 .elementor-container{row-gap:1.8125rem!important}.g-column-29 .elementor-container{-moz-column-gap:1.8125rem!important;column-gap:1.8125rem!important}.g-row-30 .elementor-container{row-gap:1.875rem!important}.g-column-30 .elementor-container{-moz-column-gap:1.875rem!important;column-gap:1.875rem!important}.g-row-31 .elementor-container{row-gap:1.9375rem!important}.g-column-31 .elementor-container{-moz-column-gap:1.9375rem!important;column-gap:1.9375rem!important}.g-row-32 .elementor-container{row-gap:2rem!important}.g-column-32 .elementor-container{-moz-column-gap:2rem!important;column-gap:2rem!important}.g-row-33 .elementor-container{row-gap:2.0625rem!important}.g-column-33 .elementor-container{-moz-column-gap:2.0625rem!important;column-gap:2.0625rem!important}.g-row-34 .elementor-container{row-gap:2.125rem!important}.g-column-34 .elementor-container{-moz-column-gap:2.125rem!important;column-gap:2.125rem!important}.g-row-35 .elementor-container{row-gap:2.1875rem!important}.g-column-35 .elementor-container{-moz-column-gap:2.1875rem!important;column-gap:2.1875rem!important}.g-row-36 .elementor-container{row-gap:2.25rem!important}.g-column-36 .elementor-container{-moz-column-gap:2.25rem!important;column-gap:2.25rem!important}.g-row-37 .elementor-container{row-gap:2.3125rem!important}.g-column-37 .elementor-container{-moz-column-gap:2.3125rem!important;column-gap:2.3125rem!important}.g-row-38 .elementor-container{row-gap:2.375rem!important}.g-column-38 .elementor-container{-moz-column-gap:2.375rem!important;column-gap:2.375rem!important}.g-row-39 .elementor-container{row-gap:2.4375rem!important}.g-column-39 .elementor-container{-moz-column-gap:2.4375rem!important;column-gap:2.4375rem!important}.g-row-40 .elementor-container{row-gap:2.5rem!important}.g-column-40 .elementor-container{-moz-column-gap:2.5rem!important;column-gap:2.5rem!important}.g-row-41 .elementor-container{row-gap:2.5625rem!important}.g-column-41 .elementor-container{-moz-column-gap:2.5625rem!important;column-gap:2.5625rem!important}.g-row-42 .elementor-container{row-gap:2.625rem!important}.g-column-42 .elementor-container{-moz-column-gap:2.625rem!important;column-gap:2.625rem!important}.g-row-43 .elementor-container{row-gap:2.6875rem!important}.g-column-43 .elementor-container{-moz-column-gap:2.6875rem!important;column-gap:2.6875rem!important}.g-row-44 .elementor-container{row-gap:2.75rem!important}.g-column-44 .elementor-container{-moz-column-gap:2.75rem!important;column-gap:2.75rem!important}.g-row-45 .elementor-container{row-gap:2.8125rem!important}.g-column-45 .elementor-container{-moz-column-gap:2.8125rem!important;column-gap:2.8125rem!important}.g-row-46 .elementor-container{row-gap:2.875rem!important}.g-column-46 .elementor-container{-moz-column-gap:2.875rem!important;column-gap:2.875rem!important}.g-row-47 .elementor-container{row-gap:2.9375rem!important}.g-column-47 .elementor-container{-moz-column-gap:2.9375rem!important;column-gap:2.9375rem!important}.g-row-48 .elementor-container{row-gap:3rem!important}.g-column-48 .elementor-container{-moz-column-gap:3rem!important;column-gap:3rem!important}.g-row-49 .elementor-container{row-gap:3.0625rem!important}.g-column-49 .elementor-container{-moz-column-gap:3.0625rem!important;column-gap:3.0625rem!important}.g-row-50 .elementor-container{row-gap:3.125rem!important}.g-column-50 .elementor-container{-moz-column-gap:3.125rem!important;column-gap:3.125rem!important}.g-row-51 .elementor-container{row-gap:3.1875rem!important}.g-column-51 .elementor-container{-moz-column-gap:3.1875rem!important;column-gap:3.1875rem!important}.g-row-52 .elementor-container{row-gap:3.25rem!important}.g-column-52 .elementor-container{-moz-column-gap:3.25rem!important;column-gap:3.25rem!important}.g-row-53 .elementor-container{row-gap:3.3125rem!important}.g-column-53 .elementor-container{-moz-column-gap:3.3125rem!important;column-gap:3.3125rem!important}.g-row-54 .elementor-container{row-gap:3.375rem!important}.g-column-54 .elementor-container{-moz-column-gap:3.375rem!important;column-gap:3.375rem!important}.g-row-55 .elementor-container{row-gap:3.4375rem!important}.g-column-55 .elementor-container{-moz-column-gap:3.4375rem!important;column-gap:3.4375rem!important}.g-row-56 .elementor-container{row-gap:3.5rem!important}.g-column-56 .elementor-container{-moz-column-gap:3.5rem!important;column-gap:3.5rem!important}.g-row-57 .elementor-container{row-gap:3.5625rem!important}.g-column-57 .elementor-container{-moz-column-gap:3.5625rem!important;column-gap:3.5625rem!important}.g-row-58 .elementor-container{row-gap:3.625rem!important}.g-column-58 .elementor-container{-moz-column-gap:3.625rem!important;column-gap:3.625rem!important}.g-row-59 .elementor-container{row-gap:3.6875rem!important}.g-column-59 .elementor-container{-moz-column-gap:3.6875rem!important;column-gap:3.6875rem!important}.g-row-60 .elementor-container{row-gap:3.75rem!important}.g-column-60 .elementor-container{-moz-column-gap:3.75rem!important;column-gap:3.75rem!important}.g-row-61 .elementor-container{row-gap:3.8125rem!important}.g-column-61 .elementor-container{-moz-column-gap:3.8125rem!important;column-gap:3.8125rem!important}.g-row-62 .elementor-container{row-gap:3.875rem!important}.g-column-62 .elementor-container{-moz-column-gap:3.875rem!important;column-gap:3.875rem!important}.g-row-63 .elementor-container{row-gap:3.9375rem!important}.g-column-63 .elementor-container{-moz-column-gap:3.9375rem!important;column-gap:3.9375rem!important}.g-row-64 .elementor-container{row-gap:4rem!important}.g-column-64 .elementor-container{-moz-column-gap:4rem!important;column-gap:4rem!important}.g-row-65 .elementor-container{row-gap:4.0625rem!important}.g-column-65 .elementor-container{-moz-column-gap:4.0625rem!important;column-gap:4.0625rem!important}.g-row-66 .elementor-container{row-gap:4.125rem!important}.g-column-66 .elementor-container{-moz-column-gap:4.125rem!important;column-gap:4.125rem!important}.g-row-67 .elementor-container{row-gap:4.1875rem!important}.g-column-67 .elementor-container{-moz-column-gap:4.1875rem!important;column-gap:4.1875rem!important}.g-row-68 .elementor-container{row-gap:4.25rem!important}.g-column-68 .elementor-container{-moz-column-gap:4.25rem!important;column-gap:4.25rem!important}.g-row-69 .elementor-container{row-gap:4.3125rem!important}.g-column-69 .elementor-container{-moz-column-gap:4.3125rem!important;column-gap:4.3125rem!important}.g-row-70 .elementor-container{row-gap:4.375rem!important}.g-column-70 .elementor-container{-moz-column-gap:4.375rem!important;column-gap:4.375rem!important}.g-row-71 .elementor-container{row-gap:4.4375rem!important}.g-column-71 .elementor-container{-moz-column-gap:4.4375rem!important;column-gap:4.4375rem!important}.g-row-72 .elementor-container{row-gap:4.5rem!important}.g-column-72 .elementor-container{-moz-column-gap:4.5rem!important;column-gap:4.5rem!important}.g-row-73 .elementor-container{row-gap:4.5625rem!important}.g-column-73 .elementor-container{-moz-column-gap:4.5625rem!important;column-gap:4.5625rem!important}.g-row-74 .elementor-container{row-gap:4.625rem!important}.g-column-74 .elementor-container{-moz-column-gap:4.625rem!important;column-gap:4.625rem!important}.g-row-75 .elementor-container{row-gap:4.6875rem!important}.g-column-75 .elementor-container{-moz-column-gap:4.6875rem!important;column-gap:4.6875rem!important}.g-row-76 .elementor-container{row-gap:4.75rem!important}.g-column-76 .elementor-container{-moz-column-gap:4.75rem!important;column-gap:4.75rem!important}.g-row-77 .elementor-container{row-gap:4.8125rem!important}.g-column-77 .elementor-container{-moz-column-gap:4.8125rem!important;column-gap:4.8125rem!important}.g-row-78 .elementor-container{row-gap:4.875rem!important}.g-column-78 .elementor-container{-moz-column-gap:4.875rem!important;column-gap:4.875rem!important}.g-row-79 .elementor-container{row-gap:4.9375rem!important}.g-column-79 .elementor-container{-moz-column-gap:4.9375rem!important;column-gap:4.9375rem!important}.g-row-80 .elementor-container{row-gap:5rem!important}.g-column-80 .elementor-container{-moz-column-gap:5rem!important;column-gap:5rem!important}.g-row-81 .elementor-container{row-gap:5.0625rem!important}.g-column-81 .elementor-container{-moz-column-gap:5.0625rem!important;column-gap:5.0625rem!important}.g-row-82 .elementor-container{row-gap:5.125rem!important}.g-column-82 .elementor-container{-moz-column-gap:5.125rem!important;column-gap:5.125rem!important}.g-row-83 .elementor-container{row-gap:5.1875rem!important}.g-column-83 .elementor-container{-moz-column-gap:5.1875rem!important;column-gap:5.1875rem!important}.g-row-84 .elementor-container{row-gap:5.25rem!important}.g-column-84 .elementor-container{-moz-column-gap:5.25rem!important;column-gap:5.25rem!important}.g-row-85 .elementor-container{row-gap:5.3125rem!important}.g-column-85 .elementor-container{-moz-column-gap:5.3125rem!important;column-gap:5.3125rem!important}.g-row-86 .elementor-container{row-gap:5.375rem!important}.g-column-86 .elementor-container{-moz-column-gap:5.375rem!important;column-gap:5.375rem!important}.g-row-87 .elementor-container{row-gap:5.4375rem!important}.g-column-87 .elementor-container{-moz-column-gap:5.4375rem!important;column-gap:5.4375rem!important}.g-row-88 .elementor-container{row-gap:5.5rem!important}.g-column-88 .elementor-container{-moz-column-gap:5.5rem!important;column-gap:5.5rem!important}.g-row-89 .elementor-container{row-gap:5.5625rem!important}.g-column-89 .elementor-container{-moz-column-gap:5.5625rem!important;column-gap:5.5625rem!important}.g-row-90 .elementor-container{row-gap:5.625rem!important}.g-column-90 .elementor-container{-moz-column-gap:5.625rem!important;column-gap:5.625rem!important}.g-row-91 .elementor-container{row-gap:5.6875rem!important}.g-column-91 .elementor-container{-moz-column-gap:5.6875rem!important;column-gap:5.6875rem!important}.g-row-92 .elementor-container{row-gap:5.75rem!important}.g-column-92 .elementor-container{-moz-column-gap:5.75rem!important;column-gap:5.75rem!important}.g-row-93 .elementor-container{row-gap:5.8125rem!important}.g-column-93 .elementor-container{-moz-column-gap:5.8125rem!important;column-gap:5.8125rem!important}.g-row-94 .elementor-container{row-gap:5.875rem!important}.g-column-94 .elementor-container{-moz-column-gap:5.875rem!important;column-gap:5.875rem!important}.g-row-95 .elementor-container{row-gap:5.9375rem!important}.g-column-95 .elementor-container{-moz-column-gap:5.9375rem!important;column-gap:5.9375rem!important}.g-row-96 .elementor-container{row-gap:6rem!important}.g-column-96 .elementor-container{-moz-column-gap:6rem!important;column-gap:6rem!important}.g-row-97 .elementor-container{row-gap:6.0625rem!important}.g-column-97 .elementor-container{-moz-column-gap:6.0625rem!important;column-gap:6.0625rem!important}.g-row-98 .elementor-container{row-gap:6.125rem!important}.g-column-98 .elementor-container{-moz-column-gap:6.125rem!important;column-gap:6.125rem!important}.g-row-99 .elementor-container{row-gap:6.1875rem!important}.g-column-99 .elementor-container{-moz-column-gap:6.1875rem!important;column-gap:6.1875rem!important}.g-row-100 .elementor-container{row-gap:6.25rem!important}.g-column-100 .elementor-container{-moz-column-gap:6.25rem!important;column-gap:6.25rem!important}.g-row-101 .elementor-container{row-gap:6.3125rem!important}.g-column-101 .elementor-container{-moz-column-gap:6.3125rem!important;column-gap:6.3125rem!important}.g-row-102 .elementor-container{row-gap:6.375rem!important}.g-column-102 .elementor-container{-moz-column-gap:6.375rem!important;column-gap:6.375rem!important}.g-row-103 .elementor-container{row-gap:6.4375rem!important}.g-column-103 .elementor-container{-moz-column-gap:6.4375rem!important;column-gap:6.4375rem!important}.g-row-104 .elementor-container{row-gap:6.5rem!important}.g-column-104 .elementor-container{-moz-column-gap:6.5rem!important;column-gap:6.5rem!important}.g-row-105 .elementor-container{row-gap:6.5625rem!important}.g-column-105 .elementor-container{-moz-column-gap:6.5625rem!important;column-gap:6.5625rem!important}.g-row-106 .elementor-container{row-gap:6.625rem!important}.g-column-106 .elementor-container{-moz-column-gap:6.625rem!important;column-gap:6.625rem!important}.g-row-107 .elementor-container{row-gap:6.6875rem!important}.g-column-107 .elementor-container{-moz-column-gap:6.6875rem!important;column-gap:6.6875rem!important}.g-row-108 .elementor-container{row-gap:6.75rem!important}.g-column-108 .elementor-container{-moz-column-gap:6.75rem!important;column-gap:6.75rem!important}.g-row-109 .elementor-container{row-gap:6.8125rem!important}.g-column-109 .elementor-container{-moz-column-gap:6.8125rem!important;column-gap:6.8125rem!important}.g-row-110 .elementor-container{row-gap:6.875rem!important}.g-column-110 .elementor-container{-moz-column-gap:6.875rem!important;column-gap:6.875rem!important}.g-row-111 .elementor-container{row-gap:6.9375rem!important}.g-column-111 .elementor-container{-moz-column-gap:6.9375rem!important;column-gap:6.9375rem!important}.g-row-112 .elementor-container{row-gap:7rem!important}.g-column-112 .elementor-container{-moz-column-gap:7rem!important;column-gap:7rem!important}.g-row-113 .elementor-container{row-gap:7.0625rem!important}.g-column-113 .elementor-container{-moz-column-gap:7.0625rem!important;column-gap:7.0625rem!important}.g-row-114 .elementor-container{row-gap:7.125rem!important}.g-column-114 .elementor-container{-moz-column-gap:7.125rem!important;column-gap:7.125rem!important}.g-row-115 .elementor-container{row-gap:7.1875rem!important}.g-column-115 .elementor-container{-moz-column-gap:7.1875rem!important;column-gap:7.1875rem!important}.g-row-116 .elementor-container{row-gap:7.25rem!important}.g-column-116 .elementor-container{-moz-column-gap:7.25rem!important;column-gap:7.25rem!important}.g-row-117 .elementor-container{row-gap:7.3125rem!important}.g-column-117 .elementor-container{-moz-column-gap:7.3125rem!important;column-gap:7.3125rem!important}.g-row-118 .elementor-container{row-gap:7.375rem!important}.g-column-118 .elementor-container{-moz-column-gap:7.375rem!important;column-gap:7.375rem!important}.g-row-119 .elementor-container{row-gap:7.4375rem!important}.g-column-119 .elementor-container{-moz-column-gap:7.4375rem!important;column-gap:7.4375rem!important}.g-row-120 .elementor-container{row-gap:7.5rem!important}.g-column-120 .elementor-container{-moz-column-gap:7.5rem!important;column-gap:7.5rem!important}.g-row-121 .elementor-container{row-gap:7.5625rem!important}.g-column-121 .elementor-container{-moz-column-gap:7.5625rem!important;column-gap:7.5625rem!important}.g-row-122 .elementor-container{row-gap:7.625rem!important}.g-column-122 .elementor-container{-moz-column-gap:7.625rem!important;column-gap:7.625rem!important}.g-row-123 .elementor-container{row-gap:7.6875rem!important}.g-column-123 .elementor-container{-moz-column-gap:7.6875rem!important;column-gap:7.6875rem!important}.g-row-124 .elementor-container{row-gap:7.75rem!important}.g-column-124 .elementor-container{-moz-column-gap:7.75rem!important;column-gap:7.75rem!important}.g-row-125 .elementor-container{row-gap:7.8125rem!important}.g-column-125 .elementor-container{-moz-column-gap:7.8125rem!important;column-gap:7.8125rem!important}.g-row-126 .elementor-container{row-gap:7.875rem!important}.g-column-126 .elementor-container{-moz-column-gap:7.875rem!important;column-gap:7.875rem!important}.g-row-127 .elementor-container{row-gap:7.9375rem!important}.g-column-127 .elementor-container{-moz-column-gap:7.9375rem!important;column-gap:7.9375rem!important}.g-row-128 .elementor-container{row-gap:8rem!important}.g-column-128 .elementor-container{-moz-column-gap:8rem!important;column-gap:8rem!important}.g-row-129 .elementor-container{row-gap:8.0625rem!important}.g-column-129 .elementor-container{-moz-column-gap:8.0625rem!important;column-gap:8.0625rem!important}.g-row-130 .elementor-container{row-gap:8.125rem!important}.g-column-130 .elementor-container{-moz-column-gap:8.125rem!important;column-gap:8.125rem!important}.g-row-131 .elementor-container{row-gap:8.1875rem!important}.g-column-131 .elementor-container{-moz-column-gap:8.1875rem!important;column-gap:8.1875rem!important}.g-row-132 .elementor-container{row-gap:8.25rem!important}.g-column-132 .elementor-container{-moz-column-gap:8.25rem!important;column-gap:8.25rem!important}.g-row-133 .elementor-container{row-gap:8.3125rem!important}.g-column-133 .elementor-container{-moz-column-gap:8.3125rem!important;column-gap:8.3125rem!important}.g-row-134 .elementor-container{row-gap:8.375rem!important}.g-column-134 .elementor-container{-moz-column-gap:8.375rem!important;column-gap:8.375rem!important}.g-row-135 .elementor-container{row-gap:8.4375rem!important}.g-column-135 .elementor-container{-moz-column-gap:8.4375rem!important;column-gap:8.4375rem!important}.g-row-136 .elementor-container{row-gap:8.5rem!important}.g-column-136 .elementor-container{-moz-column-gap:8.5rem!important;column-gap:8.5rem!important}.g-row-137 .elementor-container{row-gap:8.5625rem!important}.g-column-137 .elementor-container{-moz-column-gap:8.5625rem!important;column-gap:8.5625rem!important}.g-row-138 .elementor-container{row-gap:8.625rem!important}.g-column-138 .elementor-container{-moz-column-gap:8.625rem!important;column-gap:8.625rem!important}.g-row-139 .elementor-container{row-gap:8.6875rem!important}.g-column-139 .elementor-container{-moz-column-gap:8.6875rem!important;column-gap:8.6875rem!important}.g-row-140 .elementor-container{row-gap:8.75rem!important}.g-column-140 .elementor-container{-moz-column-gap:8.75rem!important;column-gap:8.75rem!important}.g-row-141 .elementor-container{row-gap:8.8125rem!important}.g-column-141 .elementor-container{-moz-column-gap:8.8125rem!important;column-gap:8.8125rem!important}.g-row-142 .elementor-container{row-gap:8.875rem!important}.g-column-142 .elementor-container{-moz-column-gap:8.875rem!important;column-gap:8.875rem!important}.g-row-143 .elementor-container{row-gap:8.9375rem!important}.g-column-143 .elementor-container{-moz-column-gap:8.9375rem!important;column-gap:8.9375rem!important}.g-row-144 .elementor-container{row-gap:9rem!important}.g-column-144 .elementor-container{-moz-column-gap:9rem!important;column-gap:9rem!important}.g-row-145 .elementor-container{row-gap:9.0625rem!important}.g-column-145 .elementor-container{-moz-column-gap:9.0625rem!important;column-gap:9.0625rem!important}.g-row-146 .elementor-container{row-gap:9.125rem!important}.g-column-146 .elementor-container{-moz-column-gap:9.125rem!important;column-gap:9.125rem!important}.g-row-147 .elementor-container{row-gap:9.1875rem!important}.g-column-147 .elementor-container{-moz-column-gap:9.1875rem!important;column-gap:9.1875rem!important}.g-row-148 .elementor-container{row-gap:9.25rem!important}.g-column-148 .elementor-container{-moz-column-gap:9.25rem!important;column-gap:9.25rem!important}.g-row-149 .elementor-container{row-gap:9.3125rem!important}.g-column-149 .elementor-container{-moz-column-gap:9.3125rem!important;column-gap:9.3125rem!important}.g-row-150 .elementor-container{row-gap:9.375rem!important}.g-column-150 .elementor-container{-moz-column-gap:9.375rem!important;column-gap:9.375rem!important}.g-row-151 .elementor-container{row-gap:9.4375rem!important}.g-column-151 .elementor-container{-moz-column-gap:9.4375rem!important;column-gap:9.4375rem!important}.g-row-152 .elementor-container{row-gap:9.5rem!important}.g-column-152 .elementor-container{-moz-column-gap:9.5rem!important;column-gap:9.5rem!important}.g-row-153 .elementor-container{row-gap:9.5625rem!important}.g-column-153 .elementor-container{-moz-column-gap:9.5625rem!important;column-gap:9.5625rem!important}.g-row-154 .elementor-container{row-gap:9.625rem!important}.g-column-154 .elementor-container{-moz-column-gap:9.625rem!important;column-gap:9.625rem!important}.g-row-155 .elementor-container{row-gap:9.6875rem!important}.g-column-155 .elementor-container{-moz-column-gap:9.6875rem!important;column-gap:9.6875rem!important}.g-row-156 .elementor-container{row-gap:9.75rem!important}.g-column-156 .elementor-container{-moz-column-gap:9.75rem!important;column-gap:9.75rem!important}.g-row-157 .elementor-container{row-gap:9.8125rem!important}.g-column-157 .elementor-container{-moz-column-gap:9.8125rem!important;column-gap:9.8125rem!important}.g-row-158 .elementor-container{row-gap:9.875rem!important}.g-column-158 .elementor-container{-moz-column-gap:9.875rem!important;column-gap:9.875rem!important}.g-row-159 .elementor-container{row-gap:9.9375rem!important}.g-column-159 .elementor-container{-moz-column-gap:9.9375rem!important;column-gap:9.9375rem!important}.g-row-160 .elementor-container{row-gap:10rem!important}.g-column-160 .elementor-container{-moz-column-gap:10rem!important;column-gap:10rem!important}.g-row-161 .elementor-container{row-gap:10.0625rem!important}.g-column-161 .elementor-container{-moz-column-gap:10.0625rem!important;column-gap:10.0625rem!important}.g-row-162 .elementor-container{row-gap:10.125rem!important}.g-column-162 .elementor-container{-moz-column-gap:10.125rem!important;column-gap:10.125rem!important}.g-row-163 .elementor-container{row-gap:10.1875rem!important}.g-column-163 .elementor-container{-moz-column-gap:10.1875rem!important;column-gap:10.1875rem!important}.g-row-164 .elementor-container{row-gap:10.25rem!important}.g-column-164 .elementor-container{-moz-column-gap:10.25rem!important;column-gap:10.25rem!important}.g-row-165 .elementor-container{row-gap:10.3125rem!important}.g-column-165 .elementor-container{-moz-column-gap:10.3125rem!important;column-gap:10.3125rem!important}.g-row-166 .elementor-container{row-gap:10.375rem!important}.g-column-166 .elementor-container{-moz-column-gap:10.375rem!important;column-gap:10.375rem!important}.g-row-167 .elementor-container{row-gap:10.4375rem!important}.g-column-167 .elementor-container{-moz-column-gap:10.4375rem!important;column-gap:10.4375rem!important}.g-row-168 .elementor-container{row-gap:10.5rem!important}.g-column-168 .elementor-container{-moz-column-gap:10.5rem!important;column-gap:10.5rem!important}.g-row-169 .elementor-container{row-gap:10.5625rem!important}.g-column-169 .elementor-container{-moz-column-gap:10.5625rem!important;column-gap:10.5625rem!important}.g-row-170 .elementor-container{row-gap:10.625rem!important}.g-column-170 .elementor-container{-moz-column-gap:10.625rem!important;column-gap:10.625rem!important}.g-row-171 .elementor-container{row-gap:10.6875rem!important}.g-column-171 .elementor-container{-moz-column-gap:10.6875rem!important;column-gap:10.6875rem!important}.g-row-172 .elementor-container{row-gap:10.75rem!important}.g-column-172 .elementor-container{-moz-column-gap:10.75rem!important;column-gap:10.75rem!important}.g-row-173 .elementor-container{row-gap:10.8125rem!important}.g-column-173 .elementor-container{-moz-column-gap:10.8125rem!important;column-gap:10.8125rem!important}.g-row-174 .elementor-container{row-gap:10.875rem!important}.g-column-174 .elementor-container{-moz-column-gap:10.875rem!important;column-gap:10.875rem!important}.g-row-175 .elementor-container{row-gap:10.9375rem!important}.g-column-175 .elementor-container{-moz-column-gap:10.9375rem!important;column-gap:10.9375rem!important}.g-row-176 .elementor-container{row-gap:11rem!important}.g-column-176 .elementor-container{-moz-column-gap:11rem!important;column-gap:11rem!important}.g-row-177 .elementor-container{row-gap:11.0625rem!important}.g-column-177 .elementor-container{-moz-column-gap:11.0625rem!important;column-gap:11.0625rem!important}.g-row-178 .elementor-container{row-gap:11.125rem!important}.g-column-178 .elementor-container{-moz-column-gap:11.125rem!important;column-gap:11.125rem!important}.g-row-179 .elementor-container{row-gap:11.1875rem!important}.g-column-179 .elementor-container{-moz-column-gap:11.1875rem!important;column-gap:11.1875rem!important}.g-row-180 .elementor-container{row-gap:11.25rem!important}.g-column-180 .elementor-container{-moz-column-gap:11.25rem!important;column-gap:11.25rem!important}.g-row-181 .elementor-container{row-gap:11.3125rem!important}.g-column-181 .elementor-container{-moz-column-gap:11.3125rem!important;column-gap:11.3125rem!important}.g-row-182 .elementor-container{row-gap:11.375rem!important}.g-column-182 .elementor-container{-moz-column-gap:11.375rem!important;column-gap:11.375rem!important}.g-row-183 .elementor-container{row-gap:11.4375rem!important}.g-column-183 .elementor-container{-moz-column-gap:11.4375rem!important;column-gap:11.4375rem!important}.g-row-184 .elementor-container{row-gap:11.5rem!important}.g-column-184 .elementor-container{-moz-column-gap:11.5rem!important;column-gap:11.5rem!important}.g-row-185 .elementor-container{row-gap:11.5625rem!important}.g-column-185 .elementor-container{-moz-column-gap:11.5625rem!important;column-gap:11.5625rem!important}.g-row-186 .elementor-container{row-gap:11.625rem!important}.g-column-186 .elementor-container{-moz-column-gap:11.625rem!important;column-gap:11.625rem!important}.g-row-187 .elementor-container{row-gap:11.6875rem!important}.g-column-187 .elementor-container{-moz-column-gap:11.6875rem!important;column-gap:11.6875rem!important}.g-row-188 .elementor-container{row-gap:11.75rem!important}.g-column-188 .elementor-container{-moz-column-gap:11.75rem!important;column-gap:11.75rem!important}.g-row-189 .elementor-container{row-gap:11.8125rem!important}.g-column-189 .elementor-container{-moz-column-gap:11.8125rem!important;column-gap:11.8125rem!important}.g-row-190 .elementor-container{row-gap:11.875rem!important}.g-column-190 .elementor-container{-moz-column-gap:11.875rem!important;column-gap:11.875rem!important}.g-row-191 .elementor-container{row-gap:11.9375rem!important}.g-column-191 .elementor-container{-moz-column-gap:11.9375rem!important;column-gap:11.9375rem!important}.g-row-192 .elementor-container{row-gap:12rem!important}.g-column-192 .elementor-container{-moz-column-gap:12rem!important;column-gap:12rem!important}.g-row-193 .elementor-container{row-gap:12.0625rem!important}.g-column-193 .elementor-container{-moz-column-gap:12.0625rem!important;column-gap:12.0625rem!important}.g-row-194 .elementor-container{row-gap:12.125rem!important}.g-column-194 .elementor-container{-moz-column-gap:12.125rem!important;column-gap:12.125rem!important}.g-row-195 .elementor-container{row-gap:12.1875rem!important}.g-column-195 .elementor-container{-moz-column-gap:12.1875rem!important;column-gap:12.1875rem!important}.g-row-196 .elementor-container{row-gap:12.25rem!important}.g-column-196 .elementor-container{-moz-column-gap:12.25rem!important;column-gap:12.25rem!important}.g-row-197 .elementor-container{row-gap:12.3125rem!important}.g-column-197 .elementor-container{-moz-column-gap:12.3125rem!important;column-gap:12.3125rem!important}.g-row-198 .elementor-container{row-gap:12.375rem!important}.g-column-198 .elementor-container{-moz-column-gap:12.375rem!important;column-gap:12.375rem!important}.g-row-199 .elementor-container{row-gap:12.4375rem!important}.g-column-199 .elementor-container{-moz-column-gap:12.4375rem!important;column-gap:12.4375rem!important}.g-row-200 .elementor-container{row-gap:12.5rem!important}.g-column-200 .elementor-container{-moz-column-gap:12.5rem!important;column-gap:12.5rem!important}@media only screen and (max-width:767px){.g-row-mobile-0 .elementor-container{row-gap:0!important}.g-column-mobile-0 .elementor-container{-moz-column-gap:0!important;column-gap:0!important}.g-row-mobile-1 .elementor-container{row-gap:.0625rem!important}.g-column-mobile-1 .elementor-container{-moz-column-gap:.0625rem!important;column-gap:.0625rem!important}.g-row-mobile-2 .elementor-container{row-gap:.125rem!important}.g-column-mobile-2 .elementor-container{-moz-column-gap:.125rem!important;column-gap:.125rem!important}.g-row-mobile-3 .elementor-container{row-gap:.1875rem!important}.g-column-mobile-3 .elementor-container{-moz-column-gap:.1875rem!important;column-gap:.1875rem!important}.g-row-mobile-4 .elementor-container{row-gap:.25rem!important}.g-column-mobile-4 .elementor-container{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.g-row-mobile-5 .elementor-container{row-gap:.3125rem!important}.g-column-mobile-5 .elementor-container{-moz-column-gap:.3125rem!important;column-gap:.3125rem!important}.g-row-mobile-6 .elementor-container{row-gap:.375rem!important}.g-column-mobile-6 .elementor-container{-moz-column-gap:.375rem!important;column-gap:.375rem!important}.g-row-mobile-7 .elementor-container{row-gap:.4375rem!important}.g-column-mobile-7 .elementor-container{-moz-column-gap:.4375rem!important;column-gap:.4375rem!important}.g-row-mobile-8 .elementor-container{row-gap:.5rem!important}.g-column-mobile-8 .elementor-container{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.g-row-mobile-9 .elementor-container{row-gap:.5625rem!important}.g-column-mobile-9 .elementor-container{-moz-column-gap:.5625rem!important;column-gap:.5625rem!important}.g-row-mobile-10 .elementor-container{row-gap:.625rem!important}.g-column-mobile-10 .elementor-container{-moz-column-gap:.625rem!important;column-gap:.625rem!important}.g-row-mobile-11 .elementor-container{row-gap:.6875rem!important}.g-column-mobile-11 .elementor-container{-moz-column-gap:.6875rem!important;column-gap:.6875rem!important}.g-row-mobile-12 .elementor-container{row-gap:.75rem!important}.g-column-mobile-12 .elementor-container{-moz-column-gap:.75rem!important;column-gap:.75rem!important}.g-row-mobile-13 .elementor-container{row-gap:.8125rem!important}.g-column-mobile-13 .elementor-container{-moz-column-gap:.8125rem!important;column-gap:.8125rem!important}.g-row-mobile-14 .elementor-container{row-gap:.875rem!important}.g-column-mobile-14 .elementor-container{-moz-column-gap:.875rem!important;column-gap:.875rem!important}.g-row-mobile-15 .elementor-container{row-gap:.9375rem!important}.g-column-mobile-15 .elementor-container{-moz-column-gap:.9375rem!important;column-gap:.9375rem!important}.g-row-mobile-16 .elementor-container{row-gap:1rem!important}.g-column-mobile-16 .elementor-container{-moz-column-gap:1rem!important;column-gap:1rem!important}.g-row-mobile-17 .elementor-container{row-gap:1.0625rem!important}.g-column-mobile-17 .elementor-container{-moz-column-gap:1.0625rem!important;column-gap:1.0625rem!important}.g-row-mobile-18 .elementor-container{row-gap:1.125rem!important}.g-column-mobile-18 .elementor-container{-moz-column-gap:1.125rem!important;column-gap:1.125rem!important}.g-row-mobile-19 .elementor-container{row-gap:1.1875rem!important}.g-column-mobile-19 .elementor-container{-moz-column-gap:1.1875rem!important;column-gap:1.1875rem!important}.g-row-mobile-20 .elementor-container{row-gap:1.25rem!important}.g-column-mobile-20 .elementor-container{-moz-column-gap:1.25rem!important;column-gap:1.25rem!important}.g-row-mobile-21 .elementor-container{row-gap:1.3125rem!important}.g-column-mobile-21 .elementor-container{-moz-column-gap:1.3125rem!important;column-gap:1.3125rem!important}.g-row-mobile-22 .elementor-container{row-gap:1.375rem!important}.g-column-mobile-22 .elementor-container{-moz-column-gap:1.375rem!important;column-gap:1.375rem!important}.g-row-mobile-23 .elementor-container{row-gap:1.4375rem!important}.g-column-mobile-23 .elementor-container{-moz-column-gap:1.4375rem!important;column-gap:1.4375rem!important}.g-row-mobile-24 .elementor-container{row-gap:1.5rem!important}.g-column-mobile-24 .elementor-container{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.g-row-mobile-25 .elementor-container{row-gap:1.5625rem!important}.g-column-mobile-25 .elementor-container{-moz-column-gap:1.5625rem!important;column-gap:1.5625rem!important}.g-row-mobile-26 .elementor-container{row-gap:1.625rem!important}.g-column-mobile-26 .elementor-container{-moz-column-gap:1.625rem!important;column-gap:1.625rem!important}.g-row-mobile-27 .elementor-container{row-gap:1.6875rem!important}.g-column-mobile-27 .elementor-container{-moz-column-gap:1.6875rem!important;column-gap:1.6875rem!important}.g-row-mobile-28 .elementor-container{row-gap:1.75rem!important}.g-column-mobile-28 .elementor-container{-moz-column-gap:1.75rem!important;column-gap:1.75rem!important}.g-row-mobile-29 .elementor-container{row-gap:1.8125rem!important}.g-column-mobile-29 .elementor-container{-moz-column-gap:1.8125rem!important;column-gap:1.8125rem!important}.g-row-mobile-30 .elementor-container{row-gap:1.875rem!important}.g-column-mobile-30 .elementor-container{-moz-column-gap:1.875rem!important;column-gap:1.875rem!important}.g-row-mobile-31 .elementor-container{row-gap:1.9375rem!important}.g-column-mobile-31 .elementor-container{-moz-column-gap:1.9375rem!important;column-gap:1.9375rem!important}.g-row-mobile-32 .elementor-container{row-gap:2rem!important}.g-column-mobile-32 .elementor-container{-moz-column-gap:2rem!important;column-gap:2rem!important}.g-row-mobile-33 .elementor-container{row-gap:2.0625rem!important}.g-column-mobile-33 .elementor-container{-moz-column-gap:2.0625rem!important;column-gap:2.0625rem!important}.g-row-mobile-34 .elementor-container{row-gap:2.125rem!important}.g-column-mobile-34 .elementor-container{-moz-column-gap:2.125rem!important;column-gap:2.125rem!important}.g-row-mobile-35 .elementor-container{row-gap:2.1875rem!important}.g-column-mobile-35 .elementor-container{-moz-column-gap:2.1875rem!important;column-gap:2.1875rem!important}.g-row-mobile-36 .elementor-container{row-gap:2.25rem!important}.g-column-mobile-36 .elementor-container{-moz-column-gap:2.25rem!important;column-gap:2.25rem!important}.g-row-mobile-37 .elementor-container{row-gap:2.3125rem!important}.g-column-mobile-37 .elementor-container{-moz-column-gap:2.3125rem!important;column-gap:2.3125rem!important}.g-row-mobile-38 .elementor-container{row-gap:2.375rem!important}.g-column-mobile-38 .elementor-container{-moz-column-gap:2.375rem!important;column-gap:2.375rem!important}.g-row-mobile-39 .elementor-container{row-gap:2.4375rem!important}.g-column-mobile-39 .elementor-container{-moz-column-gap:2.4375rem!important;column-gap:2.4375rem!important}.g-row-mobile-40 .elementor-container{row-gap:2.5rem!important}.g-column-mobile-40 .elementor-container{-moz-column-gap:2.5rem!important;column-gap:2.5rem!important}.g-row-mobile-41 .elementor-container{row-gap:2.5625rem!important}.g-column-mobile-41 .elementor-container{-moz-column-gap:2.5625rem!important;column-gap:2.5625rem!important}.g-row-mobile-42 .elementor-container{row-gap:2.625rem!important}.g-column-mobile-42 .elementor-container{-moz-column-gap:2.625rem!important;column-gap:2.625rem!important}.g-row-mobile-43 .elementor-container{row-gap:2.6875rem!important}.g-column-mobile-43 .elementor-container{-moz-column-gap:2.6875rem!important;column-gap:2.6875rem!important}.g-row-mobile-44 .elementor-container{row-gap:2.75rem!important}.g-column-mobile-44 .elementor-container{-moz-column-gap:2.75rem!important;column-gap:2.75rem!important}.g-row-mobile-45 .elementor-container{row-gap:2.8125rem!important}.g-column-mobile-45 .elementor-container{-moz-column-gap:2.8125rem!important;column-gap:2.8125rem!important}.g-row-mobile-46 .elementor-container{row-gap:2.875rem!important}.g-column-mobile-46 .elementor-container{-moz-column-gap:2.875rem!important;column-gap:2.875rem!important}.g-row-mobile-47 .elementor-container{row-gap:2.9375rem!important}.g-column-mobile-47 .elementor-container{-moz-column-gap:2.9375rem!important;column-gap:2.9375rem!important}.g-row-mobile-48 .elementor-container{row-gap:3rem!important}.g-column-mobile-48 .elementor-container{-moz-column-gap:3rem!important;column-gap:3rem!important}.g-row-mobile-49 .elementor-container{row-gap:3.0625rem!important}.g-column-mobile-49 .elementor-container{-moz-column-gap:3.0625rem!important;column-gap:3.0625rem!important}.g-row-mobile-50 .elementor-container{row-gap:3.125rem!important}.g-column-mobile-50 .elementor-container{-moz-column-gap:3.125rem!important;column-gap:3.125rem!important}.g-row-mobile-51 .elementor-container{row-gap:3.1875rem!important}.g-column-mobile-51 .elementor-container{-moz-column-gap:3.1875rem!important;column-gap:3.1875rem!important}.g-row-mobile-52 .elementor-container{row-gap:3.25rem!important}.g-column-mobile-52 .elementor-container{-moz-column-gap:3.25rem!important;column-gap:3.25rem!important}.g-row-mobile-53 .elementor-container{row-gap:3.3125rem!important}.g-column-mobile-53 .elementor-container{-moz-column-gap:3.3125rem!important;column-gap:3.3125rem!important}.g-row-mobile-54 .elementor-container{row-gap:3.375rem!important}.g-column-mobile-54 .elementor-container{-moz-column-gap:3.375rem!important;column-gap:3.375rem!important}.g-row-mobile-55 .elementor-container{row-gap:3.4375rem!important}.g-column-mobile-55 .elementor-container{-moz-column-gap:3.4375rem!important;column-gap:3.4375rem!important}.g-row-mobile-56 .elementor-container{row-gap:3.5rem!important}.g-column-mobile-56 .elementor-container{-moz-column-gap:3.5rem!important;column-gap:3.5rem!important}.g-row-mobile-57 .elementor-container{row-gap:3.5625rem!important}.g-column-mobile-57 .elementor-container{-moz-column-gap:3.5625rem!important;column-gap:3.5625rem!important}.g-row-mobile-58 .elementor-container{row-gap:3.625rem!important}.g-column-mobile-58 .elementor-container{-moz-column-gap:3.625rem!important;column-gap:3.625rem!important}.g-row-mobile-59 .elementor-container{row-gap:3.6875rem!important}.g-column-mobile-59 .elementor-container{-moz-column-gap:3.6875rem!important;column-gap:3.6875rem!important}.g-row-mobile-60 .elementor-container{row-gap:3.75rem!important}.g-column-mobile-60 .elementor-container{-moz-column-gap:3.75rem!important;column-gap:3.75rem!important}.g-row-mobile-61 .elementor-container{row-gap:3.8125rem!important}.g-column-mobile-61 .elementor-container{-moz-column-gap:3.8125rem!important;column-gap:3.8125rem!important}.g-row-mobile-62 .elementor-container{row-gap:3.875rem!important}.g-column-mobile-62 .elementor-container{-moz-column-gap:3.875rem!important;column-gap:3.875rem!important}.g-row-mobile-63 .elementor-container{row-gap:3.9375rem!important}.g-column-mobile-63 .elementor-container{-moz-column-gap:3.9375rem!important;column-gap:3.9375rem!important}.g-row-mobile-64 .elementor-container{row-gap:4rem!important}.g-column-mobile-64 .elementor-container{-moz-column-gap:4rem!important;column-gap:4rem!important}.g-row-mobile-65 .elementor-container{row-gap:4.0625rem!important}.g-column-mobile-65 .elementor-container{-moz-column-gap:4.0625rem!important;column-gap:4.0625rem!important}.g-row-mobile-66 .elementor-container{row-gap:4.125rem!important}.g-column-mobile-66 .elementor-container{-moz-column-gap:4.125rem!important;column-gap:4.125rem!important}.g-row-mobile-67 .elementor-container{row-gap:4.1875rem!important}.g-column-mobile-67 .elementor-container{-moz-column-gap:4.1875rem!important;column-gap:4.1875rem!important}.g-row-mobile-68 .elementor-container{row-gap:4.25rem!important}.g-column-mobile-68 .elementor-container{-moz-column-gap:4.25rem!important;column-gap:4.25rem!important}.g-row-mobile-69 .elementor-container{row-gap:4.3125rem!important}.g-column-mobile-69 .elementor-container{-moz-column-gap:4.3125rem!important;column-gap:4.3125rem!important}.g-row-mobile-70 .elementor-container{row-gap:4.375rem!important}.g-column-mobile-70 .elementor-container{-moz-column-gap:4.375rem!important;column-gap:4.375rem!important}.g-row-mobile-71 .elementor-container{row-gap:4.4375rem!important}.g-column-mobile-71 .elementor-container{-moz-column-gap:4.4375rem!important;column-gap:4.4375rem!important}.g-row-mobile-72 .elementor-container{row-gap:4.5rem!important}.g-column-mobile-72 .elementor-container{-moz-column-gap:4.5rem!important;column-gap:4.5rem!important}.g-row-mobile-73 .elementor-container{row-gap:4.5625rem!important}.g-column-mobile-73 .elementor-container{-moz-column-gap:4.5625rem!important;column-gap:4.5625rem!important}.g-row-mobile-74 .elementor-container{row-gap:4.625rem!important}.g-column-mobile-74 .elementor-container{-moz-column-gap:4.625rem!important;column-gap:4.625rem!important}.g-row-mobile-75 .elementor-container{row-gap:4.6875rem!important}.g-column-mobile-75 .elementor-container{-moz-column-gap:4.6875rem!important;column-gap:4.6875rem!important}.g-row-mobile-76 .elementor-container{row-gap:4.75rem!important}.g-column-mobile-76 .elementor-container{-moz-column-gap:4.75rem!important;column-gap:4.75rem!important}.g-row-mobile-77 .elementor-container{row-gap:4.8125rem!important}.g-column-mobile-77 .elementor-container{-moz-column-gap:4.8125rem!important;column-gap:4.8125rem!important}.g-row-mobile-78 .elementor-container{row-gap:4.875rem!important}.g-column-mobile-78 .elementor-container{-moz-column-gap:4.875rem!important;column-gap:4.875rem!important}.g-row-mobile-79 .elementor-container{row-gap:4.9375rem!important}.g-column-mobile-79 .elementor-container{-moz-column-gap:4.9375rem!important;column-gap:4.9375rem!important}.g-row-mobile-80 .elementor-container{row-gap:5rem!important}.g-column-mobile-80 .elementor-container{-moz-column-gap:5rem!important;column-gap:5rem!important}.g-row-mobile-81 .elementor-container{row-gap:5.0625rem!important}.g-column-mobile-81 .elementor-container{-moz-column-gap:5.0625rem!important;column-gap:5.0625rem!important}.g-row-mobile-82 .elementor-container{row-gap:5.125rem!important}.g-column-mobile-82 .elementor-container{-moz-column-gap:5.125rem!important;column-gap:5.125rem!important}.g-row-mobile-83 .elementor-container{row-gap:5.1875rem!important}.g-column-mobile-83 .elementor-container{-moz-column-gap:5.1875rem!important;column-gap:5.1875rem!important}.g-row-mobile-84 .elementor-container{row-gap:5.25rem!important}.g-column-mobile-84 .elementor-container{-moz-column-gap:5.25rem!important;column-gap:5.25rem!important}.g-row-mobile-85 .elementor-container{row-gap:5.3125rem!important}.g-column-mobile-85 .elementor-container{-moz-column-gap:5.3125rem!important;column-gap:5.3125rem!important}.g-row-mobile-86 .elementor-container{row-gap:5.375rem!important}.g-column-mobile-86 .elementor-container{-moz-column-gap:5.375rem!important;column-gap:5.375rem!important}.g-row-mobile-87 .elementor-container{row-gap:5.4375rem!important}.g-column-mobile-87 .elementor-container{-moz-column-gap:5.4375rem!important;column-gap:5.4375rem!important}.g-row-mobile-88 .elementor-container{row-gap:5.5rem!important}.g-column-mobile-88 .elementor-container{-moz-column-gap:5.5rem!important;column-gap:5.5rem!important}.g-row-mobile-89 .elementor-container{row-gap:5.5625rem!important}.g-column-mobile-89 .elementor-container{-moz-column-gap:5.5625rem!important;column-gap:5.5625rem!important}.g-row-mobile-90 .elementor-container{row-gap:5.625rem!important}.g-column-mobile-90 .elementor-container{-moz-column-gap:5.625rem!important;column-gap:5.625rem!important}.g-row-mobile-91 .elementor-container{row-gap:5.6875rem!important}.g-column-mobile-91 .elementor-container{-moz-column-gap:5.6875rem!important;column-gap:5.6875rem!important}.g-row-mobile-92 .elementor-container{row-gap:5.75rem!important}.g-column-mobile-92 .elementor-container{-moz-column-gap:5.75rem!important;column-gap:5.75rem!important}.g-row-mobile-93 .elementor-container{row-gap:5.8125rem!important}.g-column-mobile-93 .elementor-container{-moz-column-gap:5.8125rem!important;column-gap:5.8125rem!important}.g-row-mobile-94 .elementor-container{row-gap:5.875rem!important}.g-column-mobile-94 .elementor-container{-moz-column-gap:5.875rem!important;column-gap:5.875rem!important}.g-row-mobile-95 .elementor-container{row-gap:5.9375rem!important}.g-column-mobile-95 .elementor-container{-moz-column-gap:5.9375rem!important;column-gap:5.9375rem!important}.g-row-mobile-96 .elementor-container{row-gap:6rem!important}.g-column-mobile-96 .elementor-container{-moz-column-gap:6rem!important;column-gap:6rem!important}.g-row-mobile-97 .elementor-container{row-gap:6.0625rem!important}.g-column-mobile-97 .elementor-container{-moz-column-gap:6.0625rem!important;column-gap:6.0625rem!important}.g-row-mobile-98 .elementor-container{row-gap:6.125rem!important}.g-column-mobile-98 .elementor-container{-moz-column-gap:6.125rem!important;column-gap:6.125rem!important}.g-row-mobile-99 .elementor-container{row-gap:6.1875rem!important}.g-column-mobile-99 .elementor-container{-moz-column-gap:6.1875rem!important;column-gap:6.1875rem!important}.g-row-mobile-100 .elementor-container{row-gap:6.25rem!important}.g-column-mobile-100 .elementor-container{-moz-column-gap:6.25rem!important;column-gap:6.25rem!important}}body:not(.campaign-template) .campaign-logo,html[lang=fr-FR] .single-campaign .campaign-faq-section{display:none}.z-index-99{z-index:99}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:flex;height:2em;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:flex;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-duration:.4s;animation-name:fadeOut}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-duration:.4s;animation-name:fadeIn}@keyframes fadeOutLeftSmall{0%{opacity:1}to{opacity:0;transform:translate3d(-20px,0,0)}}.animate__fadeOutLeftSmall{animation-duration:.4s;animation-name:fadeOutLeftSmall}@keyframes fadeInLeftSmall{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.animate__fadeInLeftSmall{animation-duration:.4s;animation-name:fadeInLeftSmall}@keyframes fadeOutRightSmall{0%{opacity:1}to{opacity:0;transform:translate3d(20px,0,0)}}.animate__fadeOutRightSmall{animation-duration:.4s;animation-name:fadeOutRightSmall}@keyframes fadeInRightSmall{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.animate__fadeInRightSmall{animation-duration:.4s;animation-name:fadeInRightSmall}@keyframes fadeOutDownSmall{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.animate__fadeOutDownSmall{animation-duration:.4s;animation-name:fadeOutDownSmall}@keyframes fadeInDownSmall{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.animate__fadeInDownSmall{animation-duration:.4s;animation-name:fadeInDownSmall}body.single-department .comeet-outer-wrapper .comeet-groups-list .comeet-department-positions-num h2,body.single-department .comeet-outer-wrapper .comeet-groups-list .comeet-list.comeet-group-name{font-weight:700}.comeet-positions-result{padding:0!important}.moma-updates-nav nav>ul>li>a{color:var(--e-global-color-primary);display:block;font-size:18px;font-weight:600;line-height:1.22em;padding:10px 0!important;transition:.3s}.moma-updates-nav nav ul{list-style:none}.moma-updates-nav nav ul.sub-menu{background-color:#fff;border:solid #eaeaea;border-radius:0 0 0 0;border-width:0 0 0 1px;box-shadow:0 0 10px 0 transparent;display:none;margin:0!important;padding:0 0 0 22px!important;position:relative;width:100%}.moma-updates-nav nav ul.sub-menu a{background:none;color:var(--e-global-color-primary);display:block;font-size:16px;font-weight:400;line-height:1.25em;padding:0 0 20px!important;position:relative;transition:.3s}.moma-updates-nav nav a:hover{background:none!important;color:var(--e-global-color-accent)!important}.moma-updates-nav nav+nav{display:none}.business-v2-products-tabs .business-v2-tabs--container{display:none!important}.business-v2-products-tabs .business-v2-tabs--container.show{display:block!important}@media(max-width:768px){.not-swipper .swiper-wrapper{justify-content:center!important}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-left:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-top:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:#007aff;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:rgba(0,0,0,.1);border-radius:10px;position:relative;-ms-touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{bottom:3px;height:5px;left:1%;position:absolute;width:98%;z-index:50}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{height:98%;position:absolute;right:3px;top:1%;width:5px;z-index:50}.swiper-scrollbar-drag{background:rgba(0,0,0,.5);border-radius:10px;height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-container .swiper-pagination.relative{position:relative}.business-v2-products-slider .swiper-slide{width:auto}.home-v2-hero>.elementor-column-gap-default{overflow:hidden}.splide__slide{align-items:center;display:flex}@media only screen and (max-width:640px){.splide__slide img{padding:0 15px}}.splide__arrow{display:none}.splide__pagination__page{display:none!important}.payments-overview-products-slider .business-v2-products-slider__item{margin:0!important}.payments-overview-products-slider .swiper-container{padding-bottom:16px}.payments-overview-products-slider .swiper-slide{height:auto;width:308px}.payments-overview-products-slider .swiper-button-next,.payments-overview-products-slider .swiper-button-prev{align-items:center;background:#fff none;border-radius:50px;box-shadow:2px 2px 10px rgba(0,0,0,.25);display:inline-flex;height:33px;justify-content:center;margin:0;width:33px}.payments-overview-products-slider .swiper-button-next svg,.payments-overview-products-slider .swiper-button-prev svg{width:14px}@media only screen and (min-width:768px){.payments-overview-products-slider .swiper-button-next,.payments-overview-products-slider .swiper-button-prev{box-shadow:0 4px 20px rgba(0,0,0,.5);height:56px;width:56px}.payments-overview-products-slider .swiper-button-next svg,.payments-overview-products-slider .swiper-button-prev svg{width:19px}}.payments-overview-products-slider .swiper-button-next,.payments-overview-products-slider .swiper-button-prev{left:calc(50% + 4px);top:calc(100% - 25px);transform:translateY(-50%)}.payments-overview-products-slider .swiper-button-prev{left:calc(50% - 38px);transform:translateY(-50%) scale(-1)}.payments-overview-products-slider .swiper-pagination{bottom:-66px!important;display:none}.payments-overview-products-slider .swiper-pagination-bullet{background:var(--e-global-color-1e4b1fd);border-radius:50%;height:10px;margin:0 6px;opacity:1;width:10px}.payments-overview-products-slider .swiper-pagination-bullet-active{background:var(--e-global-color-accent)}@media only screen and (min-width:768px){.payments-overview-products-slider .swiper-container{padding-bottom:80px}.payments-overview-products-slider .swiper-slide{width:377px}.payments-overview-products-slider .swiper-button-next,.payments-overview-products-slider .swiper-button-prev{display:none}.payments-overview-products-slider .swiper-pagination{display:block}}.solutionSlider .swiper-container{padding-bottom:20px}.solutionSlider .swiper-pagination{margin-top:30px;position:static}.solutionSlider .swiper-pagination>span{background:#d9d9d9;height:6px;width:6px}@media only screen and (max-width:767px){.solutionSlider .swiper-pagination>span{height:14px;width:14px}}.solutionSlider .swiper-pagination>span:not(:last-child){margin-right:10px}@media only screen and (max-width:767px){.solutionSlider .swiper-pagination>span:not(:last-child){margin-right:20px}}.solutionSlider .swiper-pagination>span.swiper-pagination-bullet-active{background:#ffca00}.solutionSlider .swiper-button-next,.solutionSlider .swiper-button-prev{background:none!important;height:96px;top:20%;width:96px}@media only screen and (max-width:767px){.solutionSlider .swiper-button-next,.solutionSlider .swiper-button-prev{display:none}}.solutionSlider .swiper-button-next svg,.solutionSlider .swiper-button-prev svg{width:90%}.installationSlider .swiper-container{padding-bottom:20px}.installationSlider .swiper-pagination{margin-top:30px;position:static}.installationSlider .swiper-pagination>span{background:#d9d9d9;height:6px;width:6px}@media only screen and (max-width:767px){.installationSlider .swiper-pagination>span{height:14px;width:14px}}.installationSlider .swiper-pagination>span:not(:last-child){margin-right:10px}@media only screen and (max-width:767px){.installationSlider .swiper-pagination>span:not(:last-child){margin-right:20px}}.installationSlider .swiper-pagination>span.swiper-pagination-bullet-active{background:#ffca00}@media only screen and (max-width:767px){.installationSlider .swiper-slide{padding-right:0!important}.installationSlider .jet-listing-dynamic-image img{border-radius:10px!important;height:192px!important;-o-object-fit:cover!important;object-fit:cover!important;width:100%!important}}.product-v2-benefits .swiper-slide{height:auto!important}.product-v2-benefits .swiper-pagination-bullet{background:var(--e-global-color-1e4b1fd);border-radius:50%;height:10px;margin:0 6px;opacity:1;width:10px}.product-v2-benefits .swiper-pagination-bullet-active{background:var(--e-global-color-accent)}@media only screen and (max-width:767px){.product-v2-benefits .swiper-wrapper{padding-bottom:55px}}.product-v2-products .swiper-slide{height:auto!important}.product-v2-products .swiper-wrapper{padding-bottom:10px}.product-v2-products .swiper-button-next,.product-v2-products .swiper-button-prev{align-items:center;background:#fff none;border-radius:50px;box-shadow:2px 2px 10px rgba(0,0,0,.25);display:inline-flex;height:33px;justify-content:center;margin:0;width:33px}.product-v2-products .swiper-button-next svg,.product-v2-products .swiper-button-prev svg{width:14px}@media only screen and (min-width:768px){.product-v2-products .swiper-button-next,.product-v2-products .swiper-button-prev{box-shadow:0 4px 20px rgba(0,0,0,.5);height:56px;width:56px}.product-v2-products .swiper-button-next svg,.product-v2-products .swiper-button-prev svg{width:19px}}.product-v2-products .swiper-button-next,.product-v2-products .swiper-button-prev{display:flex;left:calc(50% + 4px);top:calc(100% - 25px);transform:translateY(-50%)}.product-v2-products .swiper-button-next.swiper-button-disabled,.product-v2-products .swiper-button-prev.swiper-button-disabled{background:#d9d9d9;opacity:1}.product-v2-products .swiper-button-prev{left:calc(50% - 38px);transform:translateY(-50%) scale(-1)}.product-v2-solutions .swiper-slide{height:auto}.product-v2-solutions .swiper-wrapper{padding-bottom:20px}.product-v2-solutions .swiper-button-next,.product-v2-solutions .swiper-button-prev{align-items:center;background:#fff none;border-radius:50px;box-shadow:2px 2px 10px rgba(0,0,0,.25);display:inline-flex;height:33px;justify-content:center;margin:0;width:33px}.product-v2-solutions .swiper-button-next svg,.product-v2-solutions .swiper-button-prev svg{width:14px}@media only screen and (min-width:768px){.product-v2-solutions .swiper-button-next,.product-v2-solutions .swiper-button-prev{box-shadow:0 4px 20px rgba(0,0,0,.5);height:56px;width:56px}.product-v2-solutions .swiper-button-next svg,.product-v2-solutions .swiper-button-prev svg{width:19px}}.product-v2-solutions .swiper-button-next,.product-v2-solutions .swiper-button-prev{display:flex;left:calc(50% + 4px);top:calc(100% - 50px)}.product-v2-solutions .swiper-button-next.swiper-button-disabled,.product-v2-solutions .swiper-button-prev.swiper-button-disabled{background:#d9d9d9;opacity:1}.product-v2-solutions .swiper-button-prev{left:calc(50% - 40px)}@media only screen and (min-width:768px){.product-v2-solutions .swiper-slide{width:300px}.product-v2-solutions .swiper-wrapper{padding-bottom:0;padding-top:66px}.product-v2-solutions .swiper-button-next,.product-v2-solutions .swiper-button-prev{box-shadow:2px 2px 10px rgba(0,0,0,.25);height:33px;left:54px;top:6px;width:33px}.product-v2-solutions .swiper-button-next svg,.product-v2-solutions .swiper-button-prev svg{width:14px}.product-v2-solutions .swiper-button-prev{left:10px}}html[dir=rtl] .partner-carousel__container,html[dir=rtl] .partner-carousel__container .splide__list,html[dir=rtl] .partner-carousel__container .splide__track{direction:ltr!important}html[dir=rtl] .partner-carousel__container .splide__list{flex-direction:row!important}html[dir=rtl] .partner-carousel__container .splide__slide{text-align:left}html[dir=rtl] .partner-carousel__container .splide__arrows .splide__arrow--prev{left:.5rem;right:auto}html[dir=rtl] .partner-carousel__container .splide__arrows .splide__arrow--next{left:auto;right:.5rem}.related-posts--container .related-posts--wrapper{-moz-column-gap:30px;column-gap:30px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-column-gap:30px;row-gap:30px;grid-row-gap:30px}.related-posts--container .related-posts--wrapper>div>section{height:100%}.related-posts--container .related-posts--pagination{margin-top:60px;text-align:center}.related-posts--container .related-posts--pagination .page-numbers{display:inline-block;font-weight:400;padding:15px 18px;transition:.5s}.related-posts--container .related-posts--pagination .page-numbers:hover{color:#ffca00}.related-posts--container .related-posts--pagination .page-numbers.current{background:#ffca00}.related-posts--container.loading:after{background:hsla(0,0%,100%,.7);bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0}.monday__section{display:flex;flex-flow:wrap;width:100%}.monday__select{background:#fff;border-radius:3px;position:relative}.monday__select>span{color:#000;cursor:pointer;display:inline-block;font-size:20px;min-width:328px;padding:15px 48px 15px 18px;position:relative}.monday__select>span:after{background:url(//www.nayax.com/wp-content/themes/nayax/assets/images/arrow-select.svg);background-size:contain;bottom:0;content:"";display:inline-block;height:7px;margin:auto;position:absolute;right:26px;top:0;width:14px}.monday__select--list{background:#fff;display:flex;flex-flow:wrap;left:0;max-height:300px;opacity:0;overflow:auto;position:absolute;top:50px;transition:.5s;visibility:hidden;width:100%;z-index:2}.monday__select--list>div{color:#000;cursor:pointer;font-size:16px;padding:15px 18px;width:100%}.monday__select--list>div.hide_search{display:none}.monday__select--list input{border:none;color:#000;cursor:pointer;font-size:16px;order:-1;outline:none;padding:15px 18px;width:100%}.monday__select.active>div{opacity:1;visibility:visible}.monday__select.active span:after{transform:rotate(180deg)}.monday__list{display:flex;flex-flow:wrap;margin-top:85px;width:100%}.monday__item{display:none;gap:50px;width:100%}.monday__item div{align-items:center;display:flex}.monday__item img{max-height:60px;max-width:100px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.monday__item.active{display:flex;flex-flow:wrap}@media only screen and (min-width:1024px){.monday__item{gap:66px}.monday__item img{max-width:120px}}html[lang=ja] .monday__item[data-country=Japan]>div[data-title=LinePay]{display:none!important}.resources__cats{display:flex;flex-flow:wrap;gap:15px 10px;padding:0;width:100%}.resources__cats--item{background-color:transparent;border:1px solid #262626;border-radius:50px;color:#262626;cursor:pointer;font-size:16px;line-height:1em;padding:8px 12px;text-transform:capitalize}.resources__cats--item.active{background:#ffc900;border-color:#ffc900;font-weight:600}.resources__posts{display:grid;grid-template-columns:repeat(3,1fr);width:100%;grid-column-gap:30px;-moz-column-gap:30px;column-gap:30px;grid-row-gap:20px;row-gap:20px}.resources__posts--item{background:#fff;border-radius:20px;box-shadow:0 0 10px 0 rgba(0,0,0,.15);padding:15px 15px 32px}.resources__posts--item.hidden,.resources__posts--item.no-filter{display:none}.resources__posts--image{border-radius:20px;display:inline-block;margin-bottom:12px;width:100%}.resources__posts--image img{border-radius:20px;height:264px;-o-object-fit:cover;object-fit:cover;width:100%}.resources__posts--main{display:flex;flex-direction:column;height:100%;width:100%}.resources__posts--main>img{height:220px;-o-object-fit:cover;object-fit:cover;width:100%}.resources__posts--details{display:flex;flex-direction:column;flex-grow:1;padding:0 10px}.resources__posts--meta{align-items:center;display:flex;gap:0 8px;margin:10px 0 30px}.resources__posts--meta span{font-size:10px;text-transform:uppercase}.resources__posts--more{align-items:center;background:#ffca00;border-radius:5px;color:#262626!important;display:flex;font-size:17px;font-weight:600!important;height:55px;justify-content:center;line-height:1.47em;margin-top:auto;padding:0;transition:all .3s ease;width:186px}.resources__posts--more:hover{background:#262626;color:#fff!important}.resources__posts--title{color:#262626!important;font-family:Outfit,Sans-serif!important;font-size:20px;font-weight:600!important;line-height:1.25em;transition:all .3s ease}.resources__posts--title:hover{color:#ffca00!important}.resources__posts--popup{position:relative}.resources__posts--popup:not([data-video=""]):after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='87' height='87' fill='none'%3E%3Ccircle cx='43.5' cy='43.5' r='43.5' fill='%23fff' fill-opacity='.5'/%3E%3Cpath fill='%23fff' d='M64 44 34 61.32V26.68z'/%3E%3C/svg%3E") 50% no-repeat;background-size:cover;content:"";cursor:pointer;display:block;height:72px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:72px}.resources__more{align-items:center;display:flex;justify-content:center;margin:30px 0 0}.resources__more--btn{background:transparent;color:#000;cursor:pointer;display:none;font-size:20px;font-weight:600;line-height:1.2em;padding:0;-webkit-text-decoration:underline;text-decoration:underline;transition:.5s}.resources__more--btn.show{display:block}.resources__more--btn:hover{color:#ffca00}.resources__more--btn.hidden{display:none}.resources__search--div{align-items:center;background:#f2f2f2;border:0;border-radius:50px;display:flex;height:41px;width:100%}.resources__search--div .fa-search{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Ccircle cx='7.169' cy='7.169' r='6.337' stroke='%232B2B2B' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath stroke='%232B2B2B' stroke-linecap='round' stroke-linejoin='round' d='m16.023 16.732-4.733-4.617'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;height:18px;position:absolute;right:21px;top:50%;transform:translateY(-50%);width:18px}.resources__search--div .fa-search:before{content:none}.resources__search--input{background:transparent!important;border:0!important;color:#262626!important;font-size:14px;margin:0;outline:none!important;padding:0 50px 0 25px!important;width:100%}.resources__search--input::placeholder{color:#7e7e7e}@media only screen and (max-width:1023px){.resources__posts{grid-template-columns:repeat(2,1fr)!important}.resources__posts--title{font-size:18px}}@media only screen and (max-width:767px){.resources__mob-search{margin:0!important}.resources__cats{align-items:center;display:flex;flex-wrap:nowrap;overflow-x:auto;padding:0;-ms-overflow-style:none;scrollbar-width:none}.resources__cats--item{white-space:nowrap}.resources__cats--item:last-child{margin-right:20px}.resources__cats::-webkit-scrollbar{display:none}.resources__posts{grid-template-columns:repeat(1,1fr)!important;margin-top:0;padding:0;row-gap:20px}}.resources__no-find{color:#262626!important;display:inline-block;font-size:20px;opacity:0;text-align:center;width:100%}.resources__no-find.active{opacity:1}.post-template-default .elementor-widget-theme-post-content *,.single-news .elementor-widget-theme-post-content *{font-family:Outfit,Sans-serif!important}.post-template-default .elementor-widget-theme-post-content h1,.post-template-default .elementor-widget-theme-post-content h2,.post-template-default .elementor-widget-theme-post-content h3,.post-template-default .elementor-widget-theme-post-content h4,.post-template-default .elementor-widget-theme-post-content h5,.post-template-default .elementor-widget-theme-post-content h6,.single-news .elementor-widget-theme-post-content h1,.single-news .elementor-widget-theme-post-content h2,.single-news .elementor-widget-theme-post-content h3,.single-news .elementor-widget-theme-post-content h4,.single-news .elementor-widget-theme-post-content h5,.single-news .elementor-widget-theme-post-content h6{font-weight:600!important}body.blog .resources__posts--details,body.post-type-archive-news .resources__posts--details{position:relative}body.blog .resources__posts--title,body.post-type-archive-news .resources__posts--title{margin-bottom:55px}body.blog .resources__posts--meta,body.post-type-archive-news .resources__posts--meta{bottom:0;margin:0!important;position:absolute;right:10px}body.blog .resources__posts--meta span:first-child,body.post-type-archive-news .resources__posts--meta span:first-child{display:none}body.blog .resources__posts--more,body.post-type-archive-news .resources__posts--more{background:transparent;color:#ff3653!important;height:auto;justify-content:left;padding:0!important;-webkit-text-decoration:underline!important;text-decoration:underline!important;width:auto!important}body.blog .resources__posts--more:hover,body.post-type-archive-news .resources__posts--more:hover{background:transparent!important;color:#ffca00!important}.nx-dropdown-wrapper{position:relative;width:250px}.nx-dropdown-wrapper>ul{display:none!important;padding:0}.nx-dropdown-wrapper label{color:#262626;display:inline-flex;font-size:18px;line-height:18px;margin-bottom:8px}.nx-dropdown-wrapper .nx-dropdown-toggler{align-items:center;background:#f4f4f4;border:0!important;border-radius:0;color:#000;color:#cb6262;cursor:pointer;display:flex;font-size:20px;height:60px;justify-content:space-between;padding:15px 10px;position:relative;text-align:left;width:100%}.nx-dropdown-wrapper .nx-dropdown-toggler:focus,.nx-dropdown-wrapper .nx-dropdown-toggler:hover{background:#ececec}.nx-dropdown-wrapper .nx-dropdown-toggler-text{color:#000!important}.nx-dropdown-wrapper.active>ul{background:#fff;border:1px solid #f4f4f4;box-shadow:none;display:block!important;position:absolute;width:100%;z-index:9}.nx-dropdown-wrapper.active>ul .c-lines-of-business-filter-list__item,.nx-dropdown-wrapper.active>ul .c-region-filter-list__item{padding:4px 12px;text-align:left!important}.nx-dropdown-wrapper.active>ul .c-lines-of-business-filter-list__item:hover,.nx-dropdown-wrapper.active>ul .c-region-filter-list__item:hover{background:#f4f4f4}@media(max-width:767px){.nx-dropdown-wrapper.active>ul{padding-left:0!important;width:100%}}.nx-search-input-wrapper label{display:inline-flex;font-size:18px;line-height:18px;margin-bottom:8px}.nx-search-input-wrapper div.nx-search-input-container input:focus,.nx-search-input-wrapper div.nx-search-input-container input:hover{background:#ececec}.nx-search-input-wrapper div.nx-search-input-container input{background:#f4f4f4;border:none;border-radius:0;color:#262626;font-family:Outfit,Sans-serif;font-size:20px;height:60px;padding:12px 42px 12px 9px;width:100%}.nx-search-input-wrapper div.nx-search-input-container input::placeholder{color:#262626}.nx-search-input-wrapper div.nx-search-input-container>span{display:flex;position:absolute;right:18px;top:50%;transform:translateY(-50%)}.nx-search-input-wrapper div.nx-search-input-container{position:relative;width:100%}.nx-search-input-wrapper{width:250px}.faq__bt--title{font-family:Outfit,serif!important;font-size:50px!important;font-weight:600!important;margin:0 0 18px}.faq__bt--desc{font-size:24px!important;line-height:1.2em;margin:0}.faq__bt--subtitle{font-size:3rem;letter-spacing:.03em;line-height:1.2em}.faq__bt--list{margin-top:64px}.faq__bt--item,.faq__bt--list{display:flex;flex-flow:wrap;width:100%}.faq__bt--item{border-bottom:1px solid #efefef;margin-bottom:25px;padding:0 0 12px}.faq__bt--item.hidden{display:none}.faq__bt--item:last-child{margin-bottom:0}.faq__bt--toggle{height:32px;margin-right:30px;min-width:32px;position:static;width:32px}.faq__bt--toggle>span{display:block}.faq__bt--toggle .opened{display:none}.faq__bt--question{align-content:center;align-items:flex-start;cursor:pointer;display:flex;flex-wrap:nowrap!important;font-family:Outfit!important;font-size:25px!important;font-weight:600!important;line-height:1.12em!important;margin:0;padding-left:0;position:relative;-webkit-user-select:none;user-select:none;width:100%}.faq__bt--question.open .faq__bt--toggle .opened{display:block}.faq__bt--question.open .faq__bt--toggle .closed{display:none}.faq__bt--content{display:none;padding:25px 0 25px 62px}.faq__bt--content .gallery{align-items:stretch;display:flex;flex-wrap:wrap;justify-content:flex-start}.faq__bt--content .gallery-item{align-items:center;border:1px solid rgba(38,38,38,.1);display:flex;height:39px;margin-bottom:15px!important;margin-right:17px!important;padding:5px 15px!important}.faq__bt--more{border-bottom:2px solid #ffca05;color:#000;cursor:pointer;display:inline-block;font-size:18px!important;line-height:18px!important;padding-bottom:5px}@media only screen and (max-width:767px){.faq__bt--title{font-size:30px!important;line-height:1.16em!important;margin:0!important}.faq__bt--desc{font-size:16px!important;line-height:1.5em}.faq__bt--list{margin-top:41px}.faq__bt--question{font-size:16px!important;line-height:1.25em!important}}.faq__bt.st-faq .container{display:flex;flex-flow:wrap}.faq__bt.st-faq .faq__bt--toggle .fas{color:#ffca00!important;font-size:25px!important}.faq__bt.st-faq .faq__bt--left{padding:10px 10px 10px 80px;width:50%}.faq__bt.st-faq .faq__bt--right{padding:10px 80px 10px 10px;width:50%}.faq__bt.st-faq .faq__bt--title{font-family:Outfit,serif!important;font-size:55px!important;font-weight:500!important;line-height:1.1em!important}.faq__bt.st-faq .faq__bt--question{font-family:Outfit,serif!important;font-weight:500!important;line-height:1.12em!important}.faq__bt.st-faq .faq__bt--desc{font-size:16px!important;letter-spacing:.15px!important;line-height:1.375em!important}.faq__bt.st-faq .faq__bt--image{display:block;margin:55px 0 0 101px;max-width:213px;width:100%}@media only screen and (max-width:767px){.faq__bt.st-faq .faq__bt--title{font-size:30px!important;margin:28px 0 30px!important;text-align:center!important}.faq__bt.st-faq .faq__bt--image{margin:0 auto;max-width:108px;order:-1}.faq__bt.st-faq .faq__bt--desc{margin-bottom:20px;text-align:center!important}.faq__bt.st-faq .faq__bt--left,.faq__bt.st-faq .faq__bt--right{padding:0;width:100%}.faq__bt.st-faq .faq__bt--left{display:flex;flex-direction:column}}.faq__bt.faq-design .faq__bt--title{font-size:45px!important;font-weight:600!important}.faq__bt.faq-design .faq__bt--right{padding:10px;width:50%}.faq__bt.faq-design .faq__bt--left{padding-left:0;width:50%}.faq__bt.faq-design .faq__bt--left>*{max-width:510px}.faq__bt.faq-design .faq__bt--list{margin-top:0!important}.faq__bt.faq-design .faq__bt--desc *{font-size:20px;line-height:1.35em;max-width:400px}.faq__bt.faq-design .faq__bt--item{background:#fff;border-radius:20px;padding:26px 61px 26px 42px}.faq__bt.faq-design .faq__bt--question{align-items:center;font-family:Outfit!important;font-size:20px!important;font-weight:600!important;line-height:1.35em!important;max-width:372px}.faq__bt.faq-design .faq__bt--content{padding:13px 0 4px}@media only screen and (min-width:768px){.faq__bt.faq-design .faq__bt--right{margin-top:-30px}}@media only screen and (max-width:767px){.faq__bt.faq-design .faq__bt--title{font-size:30px!important;line-height:1.16em!important;padding-right:10px;text-align:left!important}.faq__bt.faq-design .faq__bt--left,.faq__bt.faq-design .faq__bt--right{width:100%!important}.faq__bt.faq-design .faq__bt--desc{margin:0!important;padding-right:10px}.faq__bt.faq-design .faq__bt--desc *{font-size:18px;line-height:1.27em;text-align:left}.faq__bt.faq-design .faq__bt--item{border-radius:10px!important;padding:13px 35px 13px 22px!important}.faq__bt.faq-design .faq__bt--question{font-size:18px!important;line-height:1.27em!important}}.faq__bt.faq-support{max-width:800px}.faq__bt.faq-support .faq__bt--question{font-weight:500!important}.faq__bt.faq-support .faq__bt--toggle{color:#ffca00}.faq__bt.faq-support .faq__bt--item{margin-bottom:12px}.faq__bt.faq-support .faq__bt--item:last-child{margin-bottom:0}.faq__bt.faq-support .faq__bt--list{margin-top:34px}body.rtl .faq__bt--toggle{margin-left:30px;margin-right:0}.header_notification--fixed{left:0;position:fixed;top:0;width:100%}.top_notification{align-items:center;display:flex;justify-content:center;left:0;opacity:1;position:sticky;top:0;visibility:visible;width:100%;z-index:99}.top_notification a{transition:all .3s ease}.top_notification .notification__top{display:flex;width:100%}.top_notification .notification__exit{bottom:0;cursor:pointer;display:none;margin:auto;opacity:1;position:absolute;right:10px;top:10px;transition:opacity .3s ease}.top_notification .notification__exit:hover{opacity:.7}.top_notification .notification__content{align-items:center;display:flex;font-size:20px;font-weight:600!important;justify-content:center;line-height:1.2em;min-height:44px;text-align:center;-webkit-text-decoration:none!important;text-decoration:none!important;transition:color .3s ease;width:100%}.top_notification .notification__content p{margin:0!important;padding:0!important}.top_notification .notification__content:hover{opacity:.8}@media only screen and (max-width:1023px){.top_notification .notification__exit{display:block}.top_notification .notification__content{box-sizing:border-box;font-size:18px!important;font-weight:600!important;margin:0 auto;max-width:320px;min-height:63px;padding:5px 0;transition:opacity .3s ease}.top_notification .notification__content span{display:block}.top_notification .notification__content:hover{opacity:.7}}body.closed-notification .top_notification{height:0;opacity:0;visibility:hidden}.bt_benefits .container{align-items:flex-start;display:flex;flex-flow:wrap}.bt_benefits--left{padding-right:20px;width:36%}.bt_benefits--left>div:last-child *{margin-bottom:0}.bt_benefits--right{align-items:flex-start;align-self:center;-moz-column-gap:20px;column-gap:20px;display:flex;flex-flow:nowrap;justify-content:space-between;width:64%}.bt_benefits--right[data-count="3"]>div{flex:none;text-align:center;width:33%}@media only screen and (max-width:767px){.bt_benefits--right[data-count="3"]>div{width:100%}}.bt_benefits--right[data-count="4"]>div{flex:none;text-align:center;width:25%}@media only screen and (max-width:767px){.bt_benefits--right[data-count="4"]>div{width:100%}}.bt_benefits--title{font-family:Outfit!important;font-size:35px!important;font-weight:600!important;line-height:1.28em!important;margin:12px 0 22px}.bt_benefits--desc{font-size:18px;margin:0}.bt_benefits--item{flex:0 1 auto}.bt_benefits--text{display:inline-block;font-family:Outfit!important;font-size:22px!important;font-weight:600!important;line-height:1.18em!important;margin:0;max-width:212px;text-align:center;width:100%}.bt_benefits--details{align-items:center;display:flex;justify-content:center}.bt_benefits--details span{font-size:78px;font-weight:600;line-height:1em}.bt_benefits.st-points{margin-bottom:36px}.bt_benefits.st-points .bt_benefits--left{padding-bottom:12px}.bt_benefits.st-points .bt_benefits--right{align-self:center;padding-top:12px}.bt_benefits.st-points .bt_benefits--title{font-size:30px!important}.bt_benefits.st-points .bt_benefits--desc{margin-bottom:36px}.bt_benefits.st-points .bt_benefits__btn{background-color:#ffca00;border-radius:5px 5px 5px 5px!important;color:#262626!important;font-size:25px!important;font-weight:600!important;line-height:1.4em!important;padding:13.1px 16px!important;transition:.5s}.bt_benefits.st-points .bt_benefits__btn:hover{background:#262626!important;color:#fff!important}@media only screen and (max-width:1279px){.bt_benefits.st-points .bt_benefits--right{gap:0}.bt_benefits.st-points .bt_benefits__btn{font-size:18px!important}}@media only screen and (max-width:767px){.bt_benefits.st-points{margin-bottom:0}.bt_benefits.st-points .bt_benefits--left{padding-bottom:0}.bt_benefits.st-points .bt_benefits--right{padding-top:0}.bt_benefits.st-points .bt_benefits__btn{display:none}}@media only screen and (max-width:1023px){.bt_benefits--title{font-size:30px!important;line-height:1.16em!important}.bt_benefits--text{font-size:16px!important}.bt_benefits--details span{font-size:58px}}@media only screen and (max-width:767px){.bt_benefits--left,.bt_benefits--right{transform:translateY(0);width:100%!important}.bt_benefits--text{font-size:22px!important}.bt_benefits--details span{font-size:78px}.bt_benefits .bt_benefits--desc{margin-bottom:36px}.bt_benefits--right{align-items:center;flex-direction:column;row-gap:42px!important}.bt_benefits--item{flex:0 1 100%}}.bt-addben__title{display:block;font-size:55px!important;font-weight:500!important;line-height:1.1em!important;margin:0 auto 60px;max-width:778px;text-align:center;width:100%}.bt-addben__list{display:flex;flex-flow:wrap}.bt-addben__item{margin-bottom:18px;padding:10px 20px;width:33.3333333333%}.bt-addben__item--title{font-size:25px!important;font-weight:500!important;line-height:1.2em!important;margin:23px 0 15px}.bt-addben__buttons{display:inline-block;margin-top:30px;text-align:center;width:100%}.bt-addben__btn{background-color:#ffca00;color:#262626!important;font-size:17px!important;font-weight:400!important;line-height:1.4em!important;padding:15px 29px;transition:.5s}.bt-addben__btn:hover{background:#262626!important;color:#fff!important}@media only screen and (max-width:767px){.bt-addben__title{font-size:36px!important;letter-spacing:-.6px!important;line-height:1.19em!important;margin-bottom:26px!important}.bt-addben__list{grid-template-columns:repeat(1,1fr);row-gap:30px}.bt-addben__item{align-items:center;display:flex;flex-direction:column;margin-bottom:30px;width:100%}.bt-addben__item--title{font-size:22px!important;text-align:left;width:100%!important}.bt-addben__image{margin-bottom:23px}}.cp-benefits__title{display:inline-block;font-size:35px!important;font-weight:600!important;letter-spacing:0!important;line-height:1.34em!important;margin:0 0 20px;text-align:center;width:100%}.cp-benefits__subtitle{font-size:26px;margin:0 0 40px;text-align:center}.cp-benefits__list{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:42px;-moz-column-gap:42px;column-gap:42px;grid-row-gap:50px;row-gap:50px}.cp-benefits__item{margin:0!important;padding:0!important;text-align:center;width:100%}.cp-benefits__image{margin-bottom:16px;max-width:373px!important}.cp-benefits__name{font-size:20px!important;font-weight:700!important;line-height:1.375em!important;margin:0 auto 10px;max-width:200px}.cp-benefits__list .cp-benefits__item .cp-benefits__text{margin:0!important;max-width:373px!important}@media only screen and (max-width:767px){.cp-benefits__list{grid-template-columns:repeat(1,1fr);row-gap:30px}.cp-benefits__item{align-items:center;display:flex;flex-direction:column;margin-bottom:50px;width:100%}.cp-benefits__image{margin-bottom:23px}}.cp-benefits-b .cp-benefits__title,.cp-benefits-c .cp-benefits__title{font-family:Outfit,Sans-serif!important;font-size:45px!important;font-weight:600!important;letter-spacing:-1.08px!important;line-height:1.2em!important}.cp-benefits-b .cp-benefits__item,.cp-benefits-c .cp-benefits__item{padding:0 66px 0 25px}.cp-benefits-b .cp-benefits__name,.cp-benefits-c .cp-benefits__name{font-family:Outfit,Sans-serif!important;font-size:20px!important;font-weight:700!important;line-height:1.4em!important;max-width:100%!important}.cp-benefits-b .cp-benefits__text,.cp-benefits-c .cp-benefits__text{font-size:19px!important;line-height:1.7em!important;max-width:100%!important}.cp-benefits-b .cp-benefits__text ol,.cp-benefits-b .cp-benefits__text ul,.cp-benefits-c .cp-benefits__text ol,.cp-benefits-c .cp-benefits__text ul{margin:0;padding-left:20px!important}.cp-benefits-b .cp-benefits__image,.cp-benefits-c .cp-benefits__image{margin-bottom:42px}.cp-benefits-b .cp-benefits__image img,.cp-benefits-c .cp-benefits__image img{height:60px;-o-object-fit:contain;object-fit:contain}.cp-benefits-b .cp-benefits__details,.cp-benefits-c .cp-benefits__details{text-align:left}@media only screen and (max-width:767px){.cp-benefits-b .cp-benefits__title,.cp-benefits-c .cp-benefits__title{font-size:36px!important;letter-spacing:-.6px!important;line-height:1.19em!important;margin-bottom:26px!important}.cp-benefits-b .cp-benefits__item,.cp-benefits-c .cp-benefits__item{margin-bottom:31px;padding:0;width:100%}.cp-benefits-b .cp-benefits__text,.cp-benefits-c .cp-benefits__text{font-size:16px!important;line-height:1.6em!important}}.cp-benefits-b .cp-benefits__list{grid-template-columns:repeat(3,auto);grid-column-gap:110px;justify-content:flex-start}@media only screen and (max-width:1023px){.cp-benefits-b .cp-benefits__list{justify-content:space-between;grid-column-gap:20px}}@media only screen and (max-width:767px){.cp-benefits-b .cp-benefits__list{grid-template-columns:repeat(1,1fr)}}.product-benefits__title{font-family:Outfit!important;font-size:45px!important;font-weight:600!important;line-height:1.28em!important;margin:0 0 82px;max-width:621px;width:100%}.product-benefits__list{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:70px;-moz-column-gap:70px;column-gap:70px;grid-row-gap:30px;flex-flow:wrap;row-gap:30px;width:100%}.product-benefits__item{width:100%}.product-benefits__name{color:#262626!important;font-family:Outfit!important;font-size:22px!important;font-weight:600!important;line-height:1.23em!important;margin:0 0 12px}.product-benefits__img{margin:0 0 18px}.product-benefits__img img{max-width:130px;width:100%}.product-benefits .swiper-pagination-bullet{background:var(--e-global-color-1e4b1fd);border-radius:50%;height:10px;margin:0 6px;opacity:1;width:10px}.product-benefits .swiper-pagination-bullet-active{background:var(--e-global-color-accent)}@media only screen and (max-width:767px){.product-benefits__list{grid-template-columns:repeat(1,1fr)}.product-benefits .swiper-wrapper{padding-bottom:55px}.product-benefits__title{font-size:30px!important;line-height:1.16em!important;margin-bottom:25px!important}.product-benefits__content,.product-benefits__img{text-align:center}}.st_benefits__list{display:flex;flex-flow:column;row-gap:50px;width:100%}.st_benefits__item{align-items:flex-start;border:1px solid #d4d4d4;display:flex;padding:48.5px 55px;width:100%}.st_benefits__item>div{width:50%}.st_benefits__item--title{font-family:Outfit!important;font-size:55px!important;font-weight:500!important;line-height:1.1em!important;margin:0 0 25px}.st_benefits__item--subtitle{font-size:25px!important;font-weight:500!important;line-height:1.2em!important;margin-bottom:50px}.st_benefits__item--text{margin-bottom:32px}.st_benefits__item .circle-list{font-family:Outfit,serif!important;font-size:25px;font-weight:400;line-height:1.12em}.st_benefits__item--btn{background:#ffca00!important;color:#262626!important;font-size:17px!important;font-weight:400!important;line-height:1.4!important;padding:17px 40px}.st_benefits__item--btn:hover{background:#262626!important;color:#fff!important}.st_benefits__item--right{padding-left:8%}.st_benefits__item--left img{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.st_benefits__item--buttons{display:inline-block;margin-top:32px}.st_benefits__item:nth-child(2n){flex-direction:row-reverse}.st_benefits__item:nth-child(2n) .st_benefits__item--right{padding-left:0;padding-right:8%}@media only screen and (max-width:767px){.st_benefits__list{flex-direction:column}.st_benefits__item{border:0;border-bottom:1px solid #d4d4d4;flex-direction:column!important;padding:0 10px 50px!important;row-gap:25px;text-align:center}.st_benefits__item>div{padding:0!important;width:100%}.st_benefits__item--title{font-size:30px!important;margin:0 0 25px}.st_benefits__item--subtitle{font-size:25px!important;margin-bottom:20px}.st_benefits__item--text{margin-bottom:32px}.st_benefits__item .circle-list{align-items:center;display:flex;flex-direction:column;font-size:20px;margin-bottom:0}.st_benefits__item--right{padding-left:0}.st_benefits__item--buttons{display:inline-block;margin-top:32px}}body.rtl .st_benefits__item--right{padding-left:0;padding-right:8%}.columns-4 .bt_features--item{width:25%}.bt_features:has(.bt_features--subtitle) .bt_features--title{margin-bottom:20px!important}.bt_features--title{display:inline-block;font-family:Outfit!important;font-size:45px!important;font-weight:600!important;line-height:1.11em!important;margin:0 0 60px!important;max-width:684px;width:100%}.bt_features--subtitle{color:#262626;font-size:20px;line-height:26px}.bt_features--subtitle:not(:empty){margin-bottom:80px}.bt_features--list{display:flex;flex-flow:wrap;justify-content:center;width:100%}.bt_features--item{margin-bottom:50px;padding:0 40px;width:33.3333333333%}.bt_features--image img{height:73px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:auto}.bt_features--image.bt_features--mobile img.bt_features--mobile__img,.bt_features--image.bt_features--mobile img:last-child{display:none}@media only screen and (max-width:767px){.bt_features--image.bt_features--mobile img.bt_features--mobile__img,.bt_features--image.bt_features--mobile img:last-child{display:inline}.bt_features--image.bt_features--mobile img:first-child{display:none}}.bt_features--img{position:relative;text-align:center}.bt_features--animated{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.bt_features--name{font-family:Outfit,Sans-serif!important;font-size:20px!important;font-weight:600!important;line-height:1.2em!important;margin:20px 0 10px}.bt_features--name,.bt_features--text{display:inline-block;text-align:center;width:100%}.bt_features--text{font-size:14px!important;line-height:1.42em!important}.bt_features--details{width:100%}.bt_features--btn{background:#ffca00!important;border-radius:5px!important;color:#262626!important;display:inline-block;font-size:25px!important;font-weight:600!important;line-height:1.4em;margin-top:40px;padding:15px!important;transition:.5s}.bt_features--btn:hover{background:#262626!important;color:#fff!important}.bt_features--button{display:inline-block;text-align:center;width:100%}.bt_features.st_features .bt_features--list{row-gap:96px}.bt_features.st_features .bt_features--item{margin-bottom:0}.bt_features.st_features .bt_features--title{margin-bottom:90px;margin-top:10px;max-width:733px}.bt_features.st_features .bt_features--image img{height:73px;width:73px}@media only screen and (max-width:767px){.bt_features--title{font-size:30px!important;line-height:1.16em!important;margin-bottom:47px!important}.bt_features--list{row-gap:40px!important}.bt_features--item{flex:0 1 50%!important;margin-bottom:0!important;padding:0 20px!important}.bt_features--name{font-size:16px!important;line-height:1.25em!important;margin-top:8px!important}.bt_features--text{display:none!important}.bt_features--img img,.bt_features--img svg{height:57px!important;-o-object-fit:contain;object-fit:contain}.bt_features--btn{line-height:1.08em;padding:14px 65px!important}}.bt_products--title{font-family:Outfit!important;font-size:45px!important;font-weight:600!important;line-height:1.11em!important;margin:0 0 90px;max-width:761px;padding:0 10px}.bt_products--tabs{align-items:center;-moz-column-gap:51px;column-gap:51px;display:flex;flex-flow:nowrap;justify-content:flex-start;margin-bottom:60px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:0 10px}.bt_products--tabs::-webkit-scrollbar{display:none;width:0!important}.bt_products--tab{border-bottom:3px solid transparent;color:#262626;cursor:pointer;font-size:17px;font-weight:400;letter-spacing:0;line-height:1.4em;padding:0 0 11px;-webkit-text-decoration:none;text-decoration:none;transition:all .3s ease;white-space:nowrap}.bt_products--tab.active{border-bottom:3px solid #ff3653;font-weight:600!important}.bt_products--img{margin-bottom:28px;text-align:center}.bt_products--img img{aspect-ratio:1;height:140px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:auto}.bt_products--content{text-align:center}.bt_products .swiper-wrapper{padding-bottom:15px}.bt_products--name{font-family:Outfit,Sans-serif!important;font-size:22px!important;font-weight:600!important;line-height:1.2em!important;margin:0}.bt_products--name,.bt_products--text{display:inline-block;text-align:center;width:100%}.bt_products--text{font-size:14px!important;line-height:1.28em!important;margin:0 auto 28px;max-width:235px}.bt_products--list{display:none}.bt_products--list.active{display:block;overflow:hidden}.bt_products--item{height:auto;max-width:388px;padding:10px 20px 10px 10px;width:auto}@media only screen and (max-width:767px){.bt_products--item{max-width:288px!important;padding-right:0!important}}.bt_products--item>div{background:#fff;border-radius:20px;box-shadow:0 0 10px 0 rgba(0,0,0,.15);display:flex;flex-direction:column;height:100%;padding:30px;position:relative}.bt_products--link{background-color:var(--e-global-color-accent)!important;border:2px solid var(--e-global-color-accenty)!important;border-radius:5px;color:var(--e-global-color-primary)!important;display:inline-block;font-size:17px!important;font-weight:600!important;line-height:1.4em!important;padding:13.5px 46.5px;text-align:center;transition:.5s}.bt_products--link:hover{background-color:var(--e-global-color-primary)!important;border-color:var(--e-global-color-primary)!important;color:#fff!important}.bt_products--buttons{align-items:center;display:flex;flex-direction:column;gap:24px;justify-content:center;margin-bottom:10px;margin-top:auto;text-align:center}.bt_products--buttons .bt-shop-geo,.bt_products--buttons .bt_products--link{max-width:200px;width:100%}.bt_products--buttons:has(.bt-shop-geo:not(:empty)){flex-direction:row;gap:20px}.bt_products--buttons:has(.bt-shop-geo:not(:empty)) .bt-shop-geo a,.bt_products--buttons:has(.bt-shop-geo:not(:empty)) .bt_products--link{padding:12px}.bt_products .bt-shop-geo{order:-1}.bt_products .bt-shop-geo a{background-color:#ffca00;border:2px solid #ffca00;border-radius:5px;color:#262626!important;display:inline-block;font-size:17px;font-weight:600!important;line-height:1.4em!important;padding:13.5px 46.5px;text-align:center;transition:.5s;width:100%}.bt_products .bt-shop-geo a:hover{background-color:#262626!important;border-color:#262626;color:#fff!important}.bt_products--geo{align-items:center;display:grid;grid-template-columns:repeat(2,1fr);justify-content:center;grid-gap:20px;gap:20px}.bt_products--geo a{padding:13.5px 10px!important}.bt_products--geo .bt_products--link{background-color:transparent!important;border:2px solid #262626!important;color:#262626!important}.bt_products--geo .bt_products--link:hover{background-color:#262626!important;border-color:#262626!important;color:#fff!important}.bt_products--geo .bt-shop-geo .bt_products--link{background-color:var(--e-global-color-primary)!important;border:2px solid var(--e-global-color-primary)!important;color:#fff!important}.bt_products--geo .bt-shop-geo .bt_products--link:hover{background-color:#262626!important;border-color:#262626!important;color:#fff!important}@media only screen and (max-width:767px){.bt_products--geo{gap:10px}.bt_products--geo a{font-size:15px!important;padding:10.5px 5px!important}}.bt_products .swiper-button-next,.bt_products .swiper-button-prev{align-items:center;background-image:none;background:#fff;border-radius:50px;bottom:13px;box-shadow:2px 2px 10px rgba(0,0,0,.25);display:inline-flex;height:33px;justify-content:center;left:50%;margin:0;position:absolute;top:auto;width:33px}.bt_products .swiper-button-next svg,.bt_products .swiper-button-prev svg{height:auto;width:11px}.bt_products .swiper-button-prev{transform:rotate(-180deg) translate(100%)}.bt_products .swiper-button-next{transform:translate(9px)}.bt_products .swiper-button-disabled{background:#d9d9d9;box-shadow:none;opacity:1}.bt_products .swiper-pagination{display:none;margin-top:55px}.bt_products .swiper-pagination-bullet{background:#d9d9d9;height:10px;margin:5px 7px;opacity:1;transition:all .3s ease;width:10px}.bt_products .swiper-pagination-bullet-active{background:#ffca00}@media only screen and (min-width:768px){.bt_products .swiper-pagination{display:block}.bt_products .swiper-button-next,.bt_products .swiper-button-prev{display:none}}.bt_products.st_products .bt_products--title{margin-top:10px;max-width:938px}.bt_products.related_products .bt_products--item{max-width:377px;padding-right:0;-webkit-user-select:none;user-select:none}.bt_products.related_products .bt_products--item img{width:100%}@media only screen and (max-width:767px){.bt_products.related_products .bt_products--item{max-width:308px!important;padding-left:10px!important;padding-right:10px!important}}.bt_products.related_products .bt_products--text{max-width:235px}.bt_products.related_products .bt_products--content{text-align:center}@media only screen and (min-width:768px){.bt_products.related_products .bt_products--item{padding:0;width:377px}.bt_products.related_products .bt_products--item>div{margin:10px;padding:20px 30px}.bt_products.related_products .bt_products--name{margin-bottom:10px}.bt_products.related_products .bt_products--text{margin-bottom:0}}@media only screen and (max-width:767px){.bt_products--buttons{margin-bottom:0}.bt_products .swiper-wrapper{padding-bottom:23px}.bt_products--title{font-size:30px!important;line-height:1.16em!important;margin-bottom:49px!important;padding:0 20px}.bt_products--tabs{-moz-column-gap:30px!important;column-gap:30px!important;padding-left:20px!important;padding-right:0!important}.bt_products--item{padding-left:0!important}.bt_products--item>div{padding:36px 10px 45px!important}}.bt-general__title{color:#262626;display:inline-block;font-size:55px!important;font-weight:500!important;line-height:1.1em!important;margin:0 0 75px;text-align:center;width:100%}@media only screen and (max-width:767px){.bt-general__title{font-size:30px!important;margin-bottom:40px;padding:0!important}}.bt-general__list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px;gap:30px}@media only screen and (max-width:767px){.bt-general__list{grid-template-columns:repeat(1,1fr);margin:auto;max-width:333px}}.bt-general__item{align-items:center;background:#fff;display:flex;padding:30px}@media only screen and (max-width:767px){.bt-general__item{flex-flow:wrap;padding:20px 25px 40px;width:100%}}.bt-general__item--image{width:40%}@media only screen and (max-width:767px){.bt-general__item--image{margin-bottom:20px;text-align:center;width:100%}}.bt-general__item--details{padding-left:8px;width:60%}@media only screen and (max-width:767px){.bt-general__item--details{padding-left:0;width:100%}}.bt-general__item--type{color:#262626;display:block;font-size:12px;margin:0 0 10px;text-transform:uppercase}@media only screen and (max-width:767px){.bt-general__item--type{margin-bottom:20px}}.bt-general__item--name{font-family:Outfit,serif!important;font-size:22px!important;font-weight:500!important;line-height:1.2em!important}.bt-general__item--desciption,.bt-general__item--name{color:#262626;display:inline-block;margin:0 0 20px;width:100%}.bt-general__item--desciption{font-size:14px!important}.bt-general__item--link{border-bottom:2px solid #ffca00;color:#262626!important;font-size:12px!important;font-weight:400!important;line-height:1.4em!important;padding:0 0 10px;text-transform:uppercase;transition:.5s}.bt-general__item--link:hover{color:#ffca00!important}.product-solutions{overflow:hidden}.product-solutions__title{color:#262626;font-family:Outfit!important;font-size:45px!important;font-weight:600!important;line-height:1.11em!important;margin:0 0 50px;max-width:470px}.product-solutions__desc{max-width:382px}.product-solutions__desc p{color:#262626;font-family:Outfit,Sans-serif!important;font-size:20px!important;font-weight:400!important;line-height:1.35em!important}.product-solutions__list{display:flex}.product-solutions__item{min-width:300px;padding:10px;width:300px}.product-solutions__item>div{background:#fff;border-radius:20px;box-shadow:0 0 10px 0 rgba(0,0,0,.15);padding:15px 12px 52px;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s}.product-solutions__name{color:#262626;display:inline-block;font-family:Outfit!important;font-size:20px!important;font-weight:600!important;line-height:1.25em!important;margin:0;text-align:center;width:100%}.product-solutions__img{margin:0 0 35px}.product-solutions__wrap{overflow:visible;padding-top:66px}.product-solutions .swiper-button-next,.product-solutions .swiper-button-prev{align-items:center;background:#fff;border-radius:50%;bottom:43px;box-shadow:2px 2px 10px rgba(0,0,0,.25);display:flex;height:33px;justify-content:center;left:40px;margin:auto;opacity:1;right:0;top:auto;width:33px}.product-solutions .swiper-button-next.swiper-button-disabled,.product-solutions .swiper-button-prev.swiper-button-disabled{background:#d9d9d9}.product-solutions .swiper-button-next svg,.product-solutions .swiper-button-prev svg{width:14px}.product-solutions .swiper-button-prev{left:-40px;transform:rotate(180deg)}@media only screen and (min-width:768px){.product-solutions .swiper-button-next,.product-solutions .swiper-button-prev{bottom:auto;top:0}.product-solutions .swiper-button-prev{margin:0 0 0 53px}.product-solutions .swiper-button-next{margin:0 0 0 20px}}@media only screen and (max-width:767px){.product-solutions__title{font-size:30px!important;line-height:1.16em!important;margin-bottom:13px!important}.product-solutions p{font-size:16px!important;line-height:1.5em!important}.product-solutions__wrap{padding-top:0!important}.product-solutions .swiper-button-prev{left:0}.product-solutions .swiper-button-next{left:80px}}.st-products__wrap{margin-left:-10px;margin-right:-10px}.st-products__title{font-family:Outfit!important;font-size:45px!important;font-weight:600!important;line-height:1.1em!important;margin:10px 0 12px;max-width:611px}.st-products__desc p{font-size:20px!important;line-height:1.35em!important;margin:0 0 50px}.st-products__list{-moz-column-gap:20px;column-gap:20px;display:flex;margin-top:50px;padding-bottom:50px}.st-products__item{align-items:center;height:auto;padding:0 12px;width:33.3333333333%}.st-products__item>div{background:#fff;border-radius:20px;box-shadow:0 0 10px 0 rgba(0,0,0,.15);height:100%;overflow:hidden;padding-bottom:80px;position:relative}.st-products__item:nth-child(2) .st-products__img{background-color:#f1effe}.st-products__item:nth-child(3) .st-products__img{background-color:rgba(255,54,83,.149)!important}.st-products__img{background-color:#fff8dc;padding:20px;text-align:center;width:100%}.st-products__img img{height:187px;-o-object-fit:contain;object-fit:contain;width:118px}.st-products__name{display:inline-block;font-family:Outfit,serif!important;font-size:26px!important;font-weight:500!important;line-height:1em!important;margin:0 0 32px;text-align:center;width:100%}.st-products__content{padding:35px 20px 20px}.st-products__features--item{display:flex;flex-flow:wrap;margin-bottom:12px;padding:0;width:100%}.st-products__features--item img{margin-right:14px;-o-object-fit:contain;object-fit:contain}.st-products__features--item:last-child{margin:0}.st-products__features--text{width:calc(100% - 40px)}.st-products__features--text p{margin:0}.st-products__buttons{bottom:33px;display:inline-block;left:0;position:absolute;text-align:center;width:100%}.st-products__link{background-color:#ffca00;border-radius:5px 5px 5px 5px;color:#262626!important;display:inline-block;font-family:Outfit!important;font-size:17px!important;font-weight:600!important;line-height:1.47em!important;padding:11.5px 42px}.st-products .swiper-button-next,.st-products .swiper-button-prev{align-items:center;background:#fff;border-radius:50%;bottom:10px;box-shadow:2px 2px 10px rgba(0,0,0,.25);display:flex;height:33px;justify-content:center;left:40px;margin:auto;opacity:1;right:0;top:auto;width:33px}.st-products .swiper-button-next.swiper-button-disabled,.st-products .swiper-button-prev.swiper-button-disabled{background:#d9d9d9}.st-products .swiper-button-next svg,.st-products .swiper-button-prev svg{width:14px}.st-products .swiper-button-prev{left:-40px;transform:rotate(180deg)}@media only screen and (max-width:767px){.st-products__wrap{margin-left:0;margin-right:0}.st-products .swiper-wrapper{padding-bottom:23px}.st-products--title{font-size:30px!important;line-height:1.16em!important;margin-bottom:49px!important;padding:0 20px}.st-products__list{margin-top:33px}.st-products__title{font-size:30px!important;line-height:1.16em!important;margin-bottom:49px!important}.st-products--item>div{padding:36px 10px 45px!important}}.business-types .container{-moz-column-gap:40px;column-gap:40px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:40px;row-gap:40px;grid-row-gap:40px}.business-types__item{border:1px solid #f5f5f5;border-radius:10px;border-top:0 solid #f5f5f5;box-shadow:0 4px 10px 0 rgba(0,0,0,.15)!important;height:100%;overflow:hidden;padding:0;transform:scale(1);transition:all .3s ease}.business-types__item:hover{transform:scale(1.02)}.business-types__item>img{border-radius:10px;height:245px;-o-object-fit:cover;object-fit:cover}.business-types__item--title{color:#262626!important;display:inline-block;font-family:Outfit,Sans-serif!important;font-size:16px!important;font-weight:600!important;line-height:1em!important;margin:0;padding:10px;text-align:center;width:100%}@media only screen and (max-width:1023px){.business-types .container{grid-template-columns:repeat(3,minmax(0,1fr))}.business-types__item>img{height:158px}.business-types__item--title{font-size:13px!important}}@media only screen and (max-width:767px){.business-types .container{-moz-column-gap:15px;column-gap:15px;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:15px;row-gap:15px;grid-row-gap:15px}}.bt_case{position:relative;z-index:2}.bt_case .container{align-items:center;display:flex;flex-flow:wrap}.bt_case__left,.bt_case__right{padding:10px;width:50%}.bt_case__label{background-color:rgba(255,54,83,.149);border-radius:50px 50px 50px 50px;color:#ff3653;display:inline-block;font-size:12px;letter-spacing:0;line-height:.9em;margin:0 0 10px;padding:5px 12px;text-transform:uppercase}.bt_case__title{font-size:30px!important;font-style:italic!important;font-weight:600!important;line-height:1.16em!important;margin-bottom:10px;max-width:400px;width:100%}.bt_case__title p:last-child{margin:0!important;padding:0!important}.bt_case__desc{color:#6352e0;font-family:Outfit,Sans-serif!important;font-size:18px!important;font-weight:400!important;line-height:1.9em!important;margin:0}.bt_case__item{background:#fff;border-radius:20px;box-shadow:0 0 10px 0 rgba(0,0,0,.15);display:flex;flex-flow:wrap;padding:20px;width:100%}.bt_case__item>div{padding:10px;width:50%}.bt_case__item--image{position:relative}.bt_case__item--image img{border-radius:10px;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;width:100%}.bt_case__item--youtube{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.bt_case__item--youtube img{height:50px;width:50px}.bt_case__item--title{color:#6352e0!important;font-family:Outfit,Sans-serif!important;font-size:50px!important;font-weight:700!important;line-height:1em!important;margin:0!important}.bt_case__item--text{font-size:20px!important;line-height:1.3em!important}.bt_case__item--btn{display:none}.bt_case__item--content{display:flex;flex-direction:column;padding-left:20px!important;position:relative}.bt_case__item--logo{margin-top:auto;max-width:91px}@media only screen and (max-width:767px){.bt_case__title{font-size:25px!important;line-height:1.2em!important;margin-bottom:10px!important}.bt_case__desc{font-size:16px!important}.bt_case__left,.bt_case__right{width:100%}.bt_case__item{min-height:191px!important;padding:10px!important}.bt_case__item--content{padding-left:10px!important}.bt_case__item--title{font-size:40px!important}.bt_case__item--text{margin-bottom:15px}.bt_case__item--logo{max-width:61px}}@media only screen and (min-width:768px){.swiper-hide{display:none!important}}.bt-loyalty .container{display:flex;flex-flow:wrap}.bt-loyalty__title{font-family:Outfit,serif;font-size:55px!important;font-weight:500!important;line-height:1.1em!important;margin:0 0 30px}.bt-loyalty__text{font-size:16px;letter-spacing:.15px;line-height:1.375em}.bt-loyalty__left{border-right:1px solid #d6d6d6;padding-right:120px;width:64%}.bt-loyalty__right{opacity:0;padding-left:75px;transition:.5s;transition-delay:2s;width:36%}.bt-loyalty__item{margin-bottom:21px}.bt-loyalty__item--title{font-family:Outfit,serif!important;font-size:25px!important;font-weight:500!important;line-height:1.2em!important;margin:0 0 15px;padding-left:32px;position:relative}.bt-loyalty__item--title i{color:#ffca00;font-size:8px;left:0;position:absolute;top:12px}.bt-loyalty__item--text{padding-left:32px}@media only screen and (max-width:767px){.bt-loyalty__left,.bt-loyalty__right{border:0;padding:0;width:100%}.bt-loyalty__title{font-size:30px!important;line-height:1.16em!important;padding:0!important}}.animated .bt-loyalty__right{opacity:1}.st_relevant .container{display:flex;flex-flow:wrap}.st_relevant__title{display:inline-block;font-family:Outfit,serif!important;font-size:55px!important;font-weight:500!important;line-height:1.1em!important;margin:0 0 69px;text-align:center;width:100%}@media only screen and (max-width:767px){.st_relevant__title{font-size:30px!important}}.st_relevant__text{margin:22px 0;text-align:left;width:100%}.st_relevant__left{padding-right:90px;text-align:center;width:40%}@media only screen and (max-width:767px){.st_relevant__left{padding-right:0;width:100%}}.st_relevant__left img{max-height:380px;max-width:580px;width:100%}@media only screen and (max-width:767px){.st_relevant__left img{margin-bottom:27px;max-height:180px;max-width:333px;-o-object-fit:contain;object-fit:contain}}.st_relevant__right{align-items:center;border-left:2px solid hsla(0,0%,50%,.5);display:flex;flex-flow:wrap;padding-left:85px;width:60%}@media only screen and (max-width:767px){.st_relevant__right{border:none;padding-left:0;width:100%}}.st_relevant__list{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:10px}@media only screen and (max-width:767px){.st_relevant__list{grid-template-columns:repeat(1,1fr)}}.st_relevant__item{margin:0 0 25px}.st_relevant__item--title{font-family:Outfit,serif!important;font-size:25px!important;font-weight:500!important;line-height:1.2em!important;margin:0;padding-left:37px;position:relative}.st_relevant__item--title i{align-items:center;bottom:0;color:#ffca00!important;display:flex;font-size:12px!important;left:0;margin:auto;position:absolute;top:0}@media only screen and (max-width:767px){.st_relevant__title{margin-bottom:30px}.st_relevant .st_relevant__item{margin:0 0 10px!important;max-width:260px}.st_relevant .st_relevant__item--title{font-size:16px!important;text-align:center}.st_relevant .st_relevant__item--title i{font-size:5px!important}.st_relevant .st_relevant__list{align-items:center;display:flex!important;flex-flow:column;width:100%}}.st_relevant.st_relevant-nova .container{align-items:flex-start}.st_relevant.st_relevant-nova .st_relevant__right{border-left:1px solid #d4d4d4;padding:10px 0 20px 40px}@media only screen and (max-width:767px){.st_relevant.st_relevant-nova .st_relevant__right{padding:10px 10px 20px}}.st_relevant.st_relevant-nova .st_relevant__title{margin-bottom:22px;text-align:left}@media only screen and (max-width:767px){.st_relevant.st_relevant-nova .st_relevant__title{margin-bottom:12px!important;text-align:center!important}}.st_relevant.st_relevant-nova .st_relevant__text{margin-top:0;max-width:330px}.st_relevant.st_relevant-nova .st_relevant__left{padding-left:70px;padding-right:20px}.st_relevant.st_relevant-nova .st_relevant__left img{margin-top:53px;max-width:190px}@media only screen and (max-width:767px){.st_relevant.st_relevant-nova .st_relevant__left{align-items:center;display:flex;flex-flow:column;padding:10px;text-align:center;width:100%}.st_relevant.st_relevant-nova .st_relevant__left img{margin-top:0;max-width:108px;order:-1}.st_relevant.st_relevant-nova .st_relevant__text{margin-bottom:15px!important;margin-left:auto!important;margin-right:auto!important;max-width:330px!important;text-align:center!important}.st_relevant.st_relevant-nova .st_relevant__item--title{font-size:14px!important}}.st_relevant.st_relevant-nova .st_relevant__item--title i{font-size:7px!important}body.rtl .st_relevant__left{padding-left:90px;padding-right:0}@media only screen and (max-width:767px){body.rtl .st_relevant__left{padding-left:0}}body.rtl .st_relevant__right{border-left:none;border-right:1px solid #d4d4d4;padding-left:0;padding-right:85px}@media only screen and (max-width:767px){body.rtl .st_relevant__right{padding-right:0}}body.rtl .st_relevant__item--title{padding-left:0;padding-right:37px}body.rtl .st_relevant__item--title i{left:auto;right:0}.st-advant__title{display:inline-block;font-family:Outfit,serif!important;font-size:55px!important;font-weight:500!important;line-height:1.1em!important;margin:0 0 40px;text-align:center;width:100%}@media only screen and (max-width:767px){.st-advant__title{font-size:30px!important}}.st-advant__desc{margin:0 0 55px}.st-advant__list{-moz-column-gap:8px;column-gap:8px;display:flex;flex-flow:wrap;row-gap:6px}@media only screen and (max-width:767px){.st-advant__list{-moz-column-gap:0;column-gap:0}}.st-advant__item{background:#f7f8f8;display:flex;flex-flow:wrap;padding:35px 70px 20px 50px;position:relative;width:calc(50% - 8px)}@media only screen and (max-width:767px){.st-advant__item{width:100%}}.st-advant__item--text{width:calc(100% - 100px)}@media only screen and (max-width:767px){.st-advant__item--text{text-align:center;width:100%}}.st-advant__item--image{padding-right:20px;padding-top:5px;text-align:left;width:100px}@media only screen and (max-width:767px){.st-advant__item--image{padding-right:0;text-align:center;width:100%}}.st-advant__item--image img{height:auto;max-height:50px;max-width:50px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:auto}.st-advant__item--title{font-family:Outfit,serif!important;font-size:25px!important;font-weight:500!important;line-height:1.2em!important;margin:0 0 13px}@media only screen and (max-width:767px){.st-advant__item--title{font-size:19px!important;margin-bottom:10px}.st-advant__item--desc{font-size:12px!important;line-height:1.5em!important}}.st-commercial__list{margin:0 0 0 auto;max-width:467px;width:100%}.st-commercial__item{align-items:center;background:#f7f8f8;display:flex;flex-flow:wrap;min-height:217px;overflow:hidden;padding:20px 20px 20px 30px;position:relative;width:100%}.st-commercial__item--left{padding:10px;position:relative;width:40%}.st-commercial__item--left img{bottom:0;left:0;margin:auto;position:absolute;top:0;width:100%}.st-commercial__item--right{padding:10px;width:60%}.st-commercial__item--title{font-family:Outfit,serif!important;font-size:22px!important;font-weight:500!important;line-height:1.2em!important;margin:0}.st-commercial__item--subtitle{font-size:16px!important;font-weight:400!important;letter-spacing:.15px!important;line-height:1.375em!important;margin:0}.st-commercial__item--link{border-bottom:1px solid #ffca00!important;color:#262626!important;display:inline-block;font-size:12px!important;font-weight:400!important;margin:61px 0 0;padding:0 0 11px!important;text-transform:uppercase}.st-commercial__item--link:hover{color:#ffca00!important}.st-payments .container{display:flex;flex-flow:wrap}.st-payments__title{font-family:Outfit,serif!important;font-size:55px!important;font-weight:500!important;line-height:1.1em!important;margin:0 0 30px}.st-payments__left{border-right:1px solid #d6d6d6;padding-right:90px;width:50%}.st-payments__right{padding-left:60px;width:50%}.st-payments__item{margin:0 0 15px}.st-payments__item--title{font-family:Outfit,serif!important;font-size:25px!important;font-weight:500!important;line-height:1.2em!important;margin:0 0 15px;padding-left:32px;position:relative}.st-payments__item--title i{color:#ffca00;font-size:8px;left:0;position:absolute;top:12px}.st-payments__item--text{padding-left:32px}.st-payments__item--gallery{align-items:flex-start;display:grid;grid-template-columns:repeat(4,auto);padding-left:32px}.st-payments__item--image{align-items:center;border:1px solid #e9e9e9;display:flex;flex:0 1 auto;flex-wrap:wrap;height:39px;justify-content:center;margin-bottom:13px;margin-right:14px!important;padding:0 20px!important;text-align:center;width:auto!important}.st-payments__item--image img{max-height:28px;-o-object-fit:contain;object-fit:contain}.st-payments__btn{background-color:#ffca00;color:#262626!important;display:inline-block;font-size:17px!important;font-weight:400!important;line-height:1.4em!important;padding:17px 40px;transition:.5s}.st-payments__btn:hover{background-color:#262626;color:#fff!important}.st-payments__text{margin-bottom:40px}@media only screen and (max-width:767px){.st-payments:not(.st-commercial) .container{padding-bottom:50px;position:relative}.st-payments:not(.st-commercial) .st-payments__item--title{font-size:20px!important;padding-left:42px!important}.st-payments:not(.st-commercial) .st-payments__item--title i{top:8px!important}.st-payments:not(.st-commercial) .st-payments__item--text{padding-left:30px}.st-payments:not(.st-commercial) .st-payments__item--gallery{padding-left:0}.st-payments:not(.st-commercial) .st-payments__item--image{padding:0 10px!important}.st-payments:not(.st-commercial) .st-payments__btn{bottom:0;display:table!important;font-size:15px!important;left:0;margin:auto;padding:15px 25px;position:absolute;right:0}}.st-payments.st-commercial .container{align-items:center}.st-payments.st-commercial .st-payments__left{border:none!important;padding:10px}.st-payments.st-commercial .st-payments__list{max-width:500px}@media only screen and (max-width:767px){.st-payments.st-commercial .st-commercial__list{-moz-column-gap:14px;column-gap:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:14px;row-gap:11px;grid-row-gap:11px;margin-bottom:40px}.st-payments.st-commercial .st-commercial__item{justify-content:center;padding:10px;text-align:center}.st-payments.st-commercial .st-commercial__item--left{width:100%}.st-payments.st-commercial .st-commercial__item--left img{height:90px;max-width:90px;-o-object-fit:contain;object-fit:contain;position:static}.st-payments.st-commercial .st-commercial__item--right{width:100%}.st-payments.st-commercial .st-commercial__item--title{font-size:19px!important}.st-payments.st-commercial .st-commercial__item--link{height:100%;left:0;margin:0;opacity:0;position:absolute;top:0;width:100%;z-index:2}.st-payments .container{flex-direction:column}.st-payments__title{font-size:30px!important;text-align:center}.st-payments__text{text-align:center}.st-payments__left,.st-payments__right{border:0;padding:0;width:100%}}.st_resident .container{align-items:center;display:flex;flex-flow:wrap}.st_resident__title{font-family:Outfit,serif!important;font-size:55px!important;font-weight:500!important;line-height:1.1em!important;margin:0 0 30px}@media only screen and (max-width:767px){.st_resident__title{display:inline-block;font-size:30px!important;text-align:center!important;width:100%}.st_resident__desc{text-align:center}}.st_resident__image{display:block;margin:50px auto 0;max-width:283px!important;width:100%}@media only screen and (max-width:767px){.st_resident__image{display:none}}.st_resident__left{padding:10px;width:50%}@media only screen and (max-width:767px){.st_resident__left{order:2;width:100%}}.st_resident__right{padding:10px;width:50%}@media only screen and (max-width:767px){.st_resident__right{width:100%}}.st_resident__list{-moz-column-gap:30px;column-gap:30px;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));max-width:467px;width:100%;grid-column-gap:30px;row-gap:30px;grid-row-gap:30px}@media only screen and (max-width:767px){.st_resident__list{-moz-column-gap:14px;column-gap:14px;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:14px;row-gap:11px;grid-row-gap:11px}}.st_resident__item{align-items:center;background:#f7f8f8;display:flex;flex-flow:wrap;min-height:217px;overflow:hidden;padding:20px 20px 20px 30px;position:relative;width:100%}@media only screen and (max-width:767px){.st_resident__item{justify-content:center;padding:10px;text-align:center}}.st_resident__item--left{padding:10px;position:relative;width:40%}@media only screen and (max-width:767px){.st_resident__item--left{width:100%}}.st_resident__item--left img{bottom:0;left:0;margin:auto;position:absolute;top:0;width:100%}@media only screen and (max-width:767px){.st_resident__item--left img{height:90px;max-width:90px;-o-object-fit:contain;object-fit:contain;position:static}}.st_resident__item--right{padding:10px;width:60%}@media only screen and (max-width:767px){.st_resident__item--right{width:100%}}.st_resident__item--title{font-family:Outfit,serif!important;font-size:22px!important;font-weight:500!important;line-height:1.2em!important;margin:0}@media only screen and (max-width:767px){.st_resident__item--title{font-size:19px!important}}.st_resident__item--subtitle{font-size:16px!important;font-weight:400!important;letter-spacing:.15px!important;line-height:1.375em!important;margin:0}.st_resident__item--link{border-bottom:1px solid #ffca00!important;color:#262626!important;display:inline-block;font-size:12px!important;font-weight:400!important;margin:61px 0 0;padding:0 0 11px!important;text-transform:uppercase}.st_resident__item--link:hover{color:#ffca00!important}@media only screen and (max-width:767px){.st_resident__item--link{height:100%;left:0;margin:0!important;opacity:0!important;position:absolute;top:0;width:100%;z-index:2}}.cp_reviews__title{display:inline-block;font-family:Outfit,Sans-serif!important;font-size:40px!important;font-weight:600!important;letter-spacing:-.83px!important;line-height:1.22em!important;margin:0 0 39px;text-align:center;width:100%}.cp_reviews__list{-moz-column-gap:80px;column-gap:80px;display:flex;flex-flow:wrap}.cp_reviews__item{align-items:center;display:flex;margin-bottom:20px;width:calc(50% - 40px)}.cp_reviews__item:last-child{margin-bottom:0}.cp_reviews__left{border-right:2px solid #ffca00;padding:0 6% 0 0;width:60%}.cp_reviews__right{padding:0 0 0 25px;width:40%}.cp_reviews__details{align-items:center;background:#f7f8f8;display:flex;flex-flow:wrap;height:100%;padding:26px 20px}.cp_reviews__text{font-size:19px!important;line-height:1.7em!important}.cp_reviews__author-name{font-size:24px!important;font-weight:700!important;line-height:1.41em!important;margin:14px 0 0}.cp_reviews__author-pos{font-family:Outfit,Sans-serif!important;font-size:16px!important;font-weight:400!important;letter-spacing:.15px!important;line-height:1.375em!important;margin:0}@media only screen and (max-width:767px){.cp_reviews__title{font-size:29px!important;letter-spacing:-.48px!important;line-height:1.2em!important;margin:0 0 26px}.cp_reviews__item{flex-basis:100%!important}.cp_reviews__details{border-left:2px solid #ffca00;flex-direction:column}.cp_reviews__left,.cp_reviews__right{border:0;padding:0;width:100%}.cp_reviews__text{font-size:16px!important;line-height:1.68em!important}.cp_reviews__author-name{font-size:21px!important;line-height:1.61em!important;margin:0!important}}.cp_reviews-b .cp_reviews__list{-moz-column-gap:60px;column-gap:60px;display:flex;flex-flow:wrap}.cp_reviews-b .cp_reviews__details{background:none;flex-flow:column;height:100%;justify-content:space-between;padding:0 40px 0 0}.cp_reviews-b .cp_reviews__item{width:calc(33.3% - 40px)}.cp_reviews-b .cp_reviews__bottom{border-bottom:4px solid #ffca00;padding-bottom:18px;width:100%}@media only screen and (max-width:767px){.cp_reviews-b .cp_reviews__title{font-size:29px!important;letter-spacing:-.48px!important;line-height:1.2em!important;margin:0 0 26px}.cp_reviews-b .cp_reviews__item{margin-bottom:54px;width:100%}.cp_reviews-b .cp_reviews__details{border-left:0;flex-direction:column}.cp_reviews-b .cp_reviews__left,.cp_reviews-b .cp_reviews__right{border:0;padding:0;width:100%}.cp_reviews-b .cp_reviews__text{font-size:16px!important;line-height:1.68em!important}.cp_reviews-b .cp_reviews__author-name{font-size:21px!important;line-height:1.61em!important;margin:0!important}}.cp_reviews-c .cp_reviews__title{margin-bottom:69px}.cp_reviews-c .cp_reviews__head{font-family:Outfit,Sans-serif!important;font-size:20px!important;font-weight:700!important;line-height:1.41em!important;margin:0 0 10px}.cp_reviews-c .cp_reviews__details{align-items:flex-start;background:none;flex-flow:column;height:100%;justify-content:flex-start;padding:0}.cp_reviews-c .cp_reviews__item{display:flex;width:calc(33.3% - 40px)}.cp_reviews-c .cp_reviews__list{-moz-column-gap:60px;column-gap:60px;display:flex;flex-flow:wrap}.cp_reviews-c .cp_reviews__image img{height:131px;margin-bottom:10px;-o-object-fit:contain;object-fit:contain}@media only screen and (max-width:767px){.cp_reviews-c .cp_reviews__title{font-size:29px!important;letter-spacing:-.48px!important;line-height:1.2em!important;margin:0 0 26px}.cp_reviews-c .cp_reviews__item{margin-bottom:54px;width:100%}.cp_reviews-c .cp_reviews__details{border-left:0;flex-direction:column}.cp_reviews-c .cp_reviews__left,.cp_reviews-c .cp_reviews__right{border:0;padding:0;width:100%}.cp_reviews-c .cp_reviews__image{margin:0 auto}.cp_reviews-c .cp_reviews__image img{height:105px}.cp_reviews-c .cp_reviews__text{font-size:16px!important;line-height:1.68em!important}.cp_reviews-c .cp_reviews__author-name{font-size:21px!important;line-height:1.61em!important;margin:0!important}}.openYoutube-case[data-youtube=""]{display:none!important}.vertical-layout .cp_reviews__list{display:grid;grid-gap:60px;gap:60px;grid-template-columns:repeat(4,minmax(0,1fr))}@media only screen and (max-width:1023px){.vertical-layout .cp_reviews__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:767px){.vertical-layout .cp_reviews__list{grid-template-columns:repeat(1,minmax(0,1fr))}}.vertical-layout .cp_reviews__item{width:auto}.vertical-layout .cp_reviews__details{background:transparent;border:none;flex-direction:column-reverse;justify-content:flex-end;padding:0}.vertical-layout .cp_reviews__left{border:none;padding:0;width:100%}.vertical-layout .cp_reviews__right{padding:0;width:100%}.vertical-layout .cp_reviews__image{height:130px;margin-bottom:10px;text-align:center}.vertical-layout .cp_reviews__image img{height:130px;-o-object-fit:contain;object-fit:contain}.vertical-layout .cp_reviews__head{font-size:20px;margin:0 0 10px}.cp_mission__line{border-bottom:4px solid #ffca00;border-radius:5px;margin:35px 0 44px;max-width:390px;width:100%}.cp_mission__title{color:#fff!important;font-family:Outfit,Sans-serif!important;font-size:34px!important;font-weight:600!important;letter-spacing:-.67px!important;line-height:1.2em!important;margin:0}.cp_mission__subtitle{color:#fff!important;font-family:Outfit!important;font-size:30px!important;font-weight:400!important;line-height:1.7em!important;margin:0 0 76px}.cp_mission__list{-moz-column-gap:60px;column-gap:60px;display:flex;flex-flow:wrap}.cp_mission__item{width:calc(33% - 40px)}.cp_mission__details{background:#fff;border-radius:29px;height:100%;padding:38px 34px 102px 53px}.cp_mission__image img{display:block;height:60px;margin:0 auto 27px;-o-object-fit:contain;object-fit:contain}.cp_mission__head{font-family:Outfit,Sans-serif!important;font-size:20px!important;font-weight:700!important;line-height:1.4em!important;margin:0 0 13px}@media only screen and (max-width:767px){.cp_mission__title{font-size:19px!important;letter-spacing:-.32px!important;line-height:1.42em!important}.cp_mission__line{margin:15px 0!important}.cp_mission__subtitle{font-size:21px!important;line-height:1em!important;margin:0 0 30px!important}.cp_mission__list{row-gap:37px}.cp_mission__item{width:100%!important}.cp_mission__details{padding:52px 43px!important}}.press_release .container{align-items:flex-start;display:flex;flex-flow:wrap}.press_release__menu{align-items:flex-start;display:flex;flex-flow:column;left:0;overflow:visible;position:sticky;row-gap:22px;top:0}.press_release__menu.fixed{height:calc(100vh - 150px);margin:0;max-width:1344px;overflow:auto;top:150px}.press_release__menu a{color:#262626!important;font-size:19px!important;font-weight:600!important;line-height:1.18em!important;position:relative;transition:.5s}.press_release__menu a:hover{opacity:.7}.press_release__menu a:before{background:#ff3653;bottom:-5px;content:"";height:3px;left:0;opacity:0;position:absolute;right:0;transition:all .5s ease;width:0}.press_release__menu a.active:before{opacity:1;width:100%}.press_release__left{align-self:stretch;position:relative;width:33.333%}.press_release__right{padding-left:24px;width:66.666%}.press_release__anchor{color:#ff3653;font-family:Outfit,Sans-serif!important;font-size:18px!important;font-weight:600!important;letter-spacing:0!important;line-height:1.05em!important;margin:0 0 20px}.press_release__item:not(:first-child) .press_release__anchor{padding-top:60px}@media only screen and (max-width:767px){.press_release__left{display:none}.press_release__right{width:100%}}.with-list .container{display:flex;flex-flow:wrap}.with-list__title{display:inline-block;font-family:Outfit!important;font-size:45px!important;font-weight:600!important;line-height:1.1em!important;margin:0 0 55px;width:100%}.with-list__left{width:50%}.with-list__item{align-items:flex-start;display:flex;flex-flow:wrap;margin-bottom:43px;max-width:415px;width:100%}.with-list__item>img{margin-right:31px;min-width:26px;-o-object-fit:contain;object-fit:contain;width:26px}.with-list__item>div{width:calc(100% - 60px)}.with-list__item>div p{font-size:22px!important;font-weight:600!important;line-height:1.25em!important;margin-bottom:0}.with-list__right{text-align:right;width:50%}.with-list__right img{max-width:492px;-o-object-fit:contain;object-fit:contain;width:100%}@media only screen and (max-width:767px){.with-list__title{font-size:30px!important;line-height:1.16em!important}.with-list__left,.with-list__right{width:100%!important}.with-list__right img{max-width:100%!important}}.product-offering__title{font-family:Outfit!important;font-size:45px!important;font-weight:600!important;line-height:1.11em!important;margin:0 0 48px;max-width:670px}.product-offering__list{display:flex;flex-flow:column;width:100%}.product-offering__item{align-items:center;display:flex;flex-flow:wrap;margin-bottom:35px;max-width:980px;width:100%}.product-offering__item:nth-child(odd) .product-offering__content{padding-right:135px}.product-offering__item:nth-child(odd) .product-offering__img{text-align:right}.product-offering__item:nth-child(2n){flex-flow:row-reverse}.product-offering__item:nth-child(2n) .product-offering__content{padding-left:135px;padding-right:0}.product-offering__img{width:44%}.product-offering__content{width:56%}.product-offering__content p:last-child{margin-bottom:0}.product-offering__name{font-family:Outfit!important;font-size:22px!important;font-weight:600!important;letter-spacing:0!important;line-height:1.23em!important;margin:0 0 12px}@media only screen and (max-width:767px){.product-offering__title{font-size:30px!important;line-height:1.16em!important;margin-bottom:30px!important}.product-offering__content,.product-offering__img{padding:0!important;width:100%!important}.product-offering__img{margin-bottom:25px}.product-offering__item{flex-direction:column-reverse!important}}.st_explore .container{align-items:center;display:flex;flex-flow:wrap}.st_explore__left{padding:53px 10px 53px 70px;width:40%}.st_explore__right{padding:53px 44px 53px 10px;width:60%}.st_explore__title{font-size:55px!important;font-weight:500!important;line-height:1.1em!important;margin:0 0 20px}.st_explore__desc{max-width:367px}.st_explore__desc *{font-family:Outfit,serif;font-size:16px!important}.st_explore__list{display:flex;flex-flow:wrap}.st_explore__item{padding:0 32px;width:50%}.st_explore__item--image{margin-bottom:55px}.st_explore__item--image img{height:190px;margin:0;-o-object-fit:contain;object-fit:contain;width:100%}.st_explore__item--title{font-family:Outfit,Sans-serif!important;font-size:16px!important;font-weight:700!important;margin:0 0 10px}.st_explore__item--buttons{display:inline-block;margin-top:10px}.st_explore__item--btn{background:#ffca00!important;color:#262626!important;font-size:15px!important;font-weight:400!important;padding:14px 20px}@media only screen and (max-width:767px){.st_explore .container{flex-direction:column;padding:0 20px;text-align:center}.st_explore__desc{margin-bottom:50px}.st_explore__left,.st_explore__right{padding:0;width:100%}.st_explore__title{font-size:30px!important}.st_explore__desc{max-width:100%}.st_explore__list{flex-direction:column;row-gap:70px}.st_explore__item{padding:0;width:100%}.st_explore__item--image{margin-bottom:15px}}.position_page .department-archive-header{background:#f7f8f8!important;min-height:0!important;min-height:auto!important}.position_page .department-archive-header__title{color:#000!important}.position_page .department-archive-breadcrumbs,.single-position-header{display:none!important}.single-position-body-wrapper,.single-position-share{padding-top:24px!important}.single-position-body{margin-top:24px}.single-position-apply{margin-top:0;padding:24px 0}.single-position-apply__link{background:var(--e-global-color-primary)!important;border-radius:3px;color:#e5b400!important;display:none;font-family:Hurme Geometric Sans\ 3,sans-serif;font-size:18px;font-weight:600;line-height:22px;padding:14px;text-align:center;-webkit-text-decoration:none;text-decoration:none;transition:all .3s ease-in-out;width:100%}.single-position-apply__link:hover{background-color:#e5b400!important;color:var(--e-global-color-primary)!important}@media only screen and (min-width:768px){.single-position-body-wrapper,.single-position-share{padding-top:45px!important}.single-position-body{margin-top:45px}.single-position-apply{padding:45px 0}.single-position-apply__link{max-width:237px}}@media only screen and (min-width:1024px){.single-position-body-wrapper,.single-position-share{padding-top:75px!important}.single-position-body{margin-top:75px}.single-position-apply{padding:75px 0}}.single-button-shop-custom a{background-color:var(--e-global-color-accent)!important;border:2px solid var(--e-global-color-accent)!important;border-radius:5px!important;color:var(--e-global-color-primary)!important;font-size:25px!important;font-weight:600!important;line-height:1.272em!important;margin-right:20px;min-width:197px;padding:11.5px 31.2px!important}.single-button-shop-custom a:hover{background-color:var(--e-global-color-primary)!important;border-color:var(--e-global-color-primary)!important;color:#fff!important}@media only screen and (max-width:767px){.single-button-shop-custom{text-align:left!important}.single-button-shop-custom a{font-size:20px!important;line-height:1.08em!important;min-width:150px;padding:12px 20px!important}}.bt-location{margin:0!important}.bt-location__list{align-items:center;margin:0 auto}.bt-location__list>.swiper-slide{margin-right:20px!important}.bt-location .column-el-1{display:flex;flex-flow:wrap;width:345px}.bt-location .column-el-2{display:flex;flex-flow:wrap;width:180px}.bt-location .column-el-2 .bt-location__item--image{aspect-ratio:1/1.03}.bt-location .column-el-2+.column-el-2{width:235px}.bt-location .column-el-2+.column-el-2 .bt-location__item--image{aspect-ratio:1/1}.bt-location,.bt-location__item{border:0!important;margin:20px 0!important}.bt-location__item{border-radius:10px;box-shadow:0 4px 7px rgba(0,0,0,.1);width:100%}.bt-location__item--image{aspect-ratio:1/.9}.bt-location__item--image img{border-radius:10px;height:100%;width:100%}.bt-location__item--text{border-radius:0 0 10px 10px!important;padding:9px 5px!important;text-align:center;width:100%}.bt-location__item--title{font-family:Outfit,Sans-serif!important;font-size:14px!important;font-weight:600!important;line-height:1.2em!important;margin:0!important;max-width:100%!important;text-align:center!important}.bt-location__buttons{text-align:center}.bt-location .swiper-button-next,.bt-location .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Ccircle cx='48' cy='44' r='28' fill='%23fff'/%3E%3C/g%3E%3Cpath fill='%23262626' d='m55.938 44.917-6.878 7.656a1.217 1.217 0 1 1-1.812-1.627l4.93-5.475-14.038.752a1.213 1.213 0 0 1-.13-2.423l14.038-.752-5.487-4.917a1.218 1.218 0 1 1 1.628-1.812l7.657 6.878a1.21 1.21 0 0 1 .092 1.72'/%3E%3Cdefs%3E%3Cfilter id='a' width='96' height='96' x='0' y='0' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='10'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_1_1027'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_1_1027' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;height:100%;top:0;width:96px}.bt-location .swiper-button-prev{left:-12px;transform:rotate(180deg)}.bt-location .swiper-button-next.swiper-button-disabled,.bt-location .swiper-button-prev.swiper-button-disabled{opacity:0}@media(max-width:1024px){.bt-location .bt-location__item--title{font-size:12px!important}.bt-location .column-el-1{width:169px}.bt-location .column-el-2{width:88px}.bt-location .column-el-2+.column-el-2{width:115px}.bt-location .column-el-2 .bt-location__item--title{font-size:9px!important}.bt-location .swiper-button-next,.bt-location .swiper-button-prev{width:76px}}.thank-btn-geo a.elementor-button{background-color:var(--e-global-color-accent);border-radius:5px!important;color:var(--e-global-color-text);fill:var(--e-global-color-text);font-size:25px;font-weight:600;line-height:1.2em;min-width:180px;padding:19px 30px}.thank-btn-geo a.elementor-button:hover{background-color:var(--e-global-color-primary);color:#fff}@media only screen and (max-width:767px){.thank-btn-geo a.elementor-button{min-width:100%}.slider-with-gradient.slider-mobile-center .swiper-wrapper{margin-left:0}}.slider-with-gradient .elementor-image-carousel-wrapper{position:relative}.slider-with-gradient .elementor-image-carousel-wrapper .swiper-wrapper{margin-left:-25%}.slider-with-gradient .elementor-image-carousel-wrapper .elementor-swiper-button{background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='43' fill='none'%3E%3Cpath fill='%23262626' d='m12.082 22.261 7.154 7.399a1.216 1.216 0 0 0 1.993-.362 1.22 1.22 0 0 0-.242-1.331l-5.127-5.29 14.056.235a1.213 1.213 0 0 0 .04-2.425l-14.055-.236 5.302-5.115a1.218 1.218 0 1 0-1.694-1.751l-7.398 7.154a1.214 1.214 0 0 0-.03 1.722'/%3E%3C/svg%3E")!important;background-position:50%;background-repeat:no-repeat;background-size:16px;border-radius:50%;box-shadow:0 0 8px 0 rgba(0,0,0,.502);height:30px;width:30px;z-index:3}.slider-with-gradient .elementor-image-carousel-wrapper .elementor-swiper-button-next{transform:translateY(-50%) rotate(180deg)!important}.slider-with-gradient .elementor-image-carousel-wrapper .elementor-swiper-button>i{display:none}.slider-with-gradient .swiper-wrapper .swiper-slide{border:12px solid #fff;border-radius:8px;box-shadow:0 0 43.81px -13.14px rgba(0,0,0,.161)}@media(min-width:768px){.slider-with-gradient .elementor-image-carousel-wrapper .swiper-wrapper{margin-left:-13%;padding:92px 0 166px}.slider-with-gradient .elementor-image-carousel-wrapper .elementor-swiper-button{background-size:30px;height:56px;width:56px}.slider-with-gradient .elementor-image-carousel-wrapper:before{left:0}.slider-with-gradient .elementor-image-carousel-wrapper:after,.slider-with-gradient .elementor-image-carousel-wrapper:before{background:linear-gradient(90deg,#fff -19.06%,hsla(0,0%,100%,0) 156.79%);content:"";display:block;height:100%;position:absolute;top:0;width:13%;z-index:2}.slider-with-gradient .elementor-image-carousel-wrapper:after{right:0}}ol.has-nested{counter-reset:section;list-style:none}ol.has-nested>li{counter-increment:section}ol.has-nested>li>ol{counter-reset:subsection;list-style:none}ol.has-nested>li>ol>li{counter-increment:subsection}ol.has-nested>li>ol>li:before{content:counter(section) "." counter(subsection) " "}ol.has-nested>li>ol>li>ol{counter-reset:subsubsection;list-style:none}ol.has-nested>li>ol>li>ol>li{counter-increment:subsubsection}ol.has-nested>li>ol>li>ol>li:before{content:counter(section) "." counter(subsection) "." counter(subsubsection) " "}ol.has-nested>li:before{content:counter(section) ". ";font-weight:700}.elementor-share-buttons--skin-framed .elementor-share-btn__text{padding:0 1rem!important}.text-fill{--text-fill-color:#262626;--text-initial-color:#adadad;display:inline-block}.text-fill__word{display:inline-block;white-space:nowrap}.text-fill__letter{--letter-fill:0;color:var(--text-initial-color);display:inline-block;position:relative;-webkit-text-fill-color:var(--text-initial-color)}.text-fill__letter:before{color:var(--text-fill-color);content:attr(data-letter);height:100%;left:0;position:absolute;top:0;width:100%;-webkit-text-fill-color:var(--text-fill-color);clip-path:inset(0 calc(100% - var(--letter-fill)*100%) 0 0);transition:clip-path .1s ease-out}.text-fill.animating .text-fill__letter:before{transition:none}@media(prefers-reduced-motion:reduce){.text-fill__letter:before{transition:clip-path .3s ease}.text-fill--instant .text-fill__letter{--letter-fill:1}}.slide-up-animation .jet-listing-grid__item{transition:all .6s cubic-bezier(.25,.46,.45,.94)}.slide-up-animation .jet-listing-grid__item.slide-animation-hidden{opacity:0;transform:translateY(50px);visibility:hidden}.slide-up-animation .jet-listing-grid__item.slide-animation-visible{opacity:1;transform:translateY(0);visibility:visible}.slide-up-animation .flip-card.slide-animation-hidden .flip-card__back,.slide-up-animation .flip-card.slide-animation-hidden .flip-card__front{opacity:0;transform:translateY(50px)}.slide-up-animation .flip-card.slide-animation-visible .flip-card__back,.slide-up-animation .flip-card.slide-animation-visible .flip-card__front{opacity:1;transform:translateY(0)}@media only screen and (max-width:767px){.slide-up-animation .jet-listing-grid__item.slide-animation-hidden{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.slide-up-animation .jet-listing-grid__item{transition:opacity .3s ease}.slide-up-animation .jet-listing-grid__item.slide-animation-hidden,.slide-up-animation .jet-listing-grid__item.slide-animation-visible{transform:none}}.sticky-scroll-animation .jet-listing-grid__item{position:relative;transform-origin:50% -200%;transition:transform .1s ease-out,opacity .3s ease-out;width:100%;will-change:transform,scale,opacity}.sticky-scroll-animation .jet-listing-grid__items{overflow:visible}@media only screen and (max-width:767px){.sticky-scroll-animation .jet-listing-grid__items{overflow:hidden}.sticky-scroll-animation .jet-listing-grid__item{opacity:.5}}.campaign-banner-a__description *{font-family:Outfit,Sans-serif!important}@media(min-width:1025px) and (max-width:1366px){.campaign-banner-a__heading .elementor-heading-title{font-size:45px!important}.campaign-banner-a__description{font-size:24px!important}.campaign-banner-a__spacer .elementor-spacer-inner{height:40px!important}}@media(min-width:768px) and (max-width:1366px){.campaign-banner-a h1.elementor-heading-title{font-size:35px!important;max-width:600px}.campaign-banner-a__description{font-size:18px!important;line-height:1.3em}.campaign-banner-a__description h2{font-size:24px!important;line-height:1.3em}.campaign-banner-a img{max-height:300px!important;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.campaign-banner-a .mobile-centered-images{max-width:109px}}.campaign-banner-b__description *{font-family:Outfit,Sans-serif!important}@media(min-width:1025px) and (max-width:1366px){.campaign-banner-b__heading .elementor-heading-title{font-size:45px!important}.campaign-banner-b__description{font-size:24px!important}.campaign-banner-b__spacer .elementor-spacer-inner{height:40px!important}}@media(min-width:768px) and (max-width:1366px){.campaign-banner-b h1.elementor-heading-title{font-size:35px!important;max-width:600px}.campaign-banner-b__description{font-size:18px!important;line-height:1.3em}.campaign-banner-b__description h2{font-size:24px!important;line-height:1.3em}.campaign-banner-b__image img{max-height:300px!important;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}}.campaign-banner-c__description *{font-family:Outfit,Sans-serif!important}@media(min-width:1025px) and (max-width:1366px){.campaign-banner-c__heading .elementor-heading-title{font-size:36px!important}.campaign-banner-c__spacer .elementor-spacer-inner{height:40px!important}}@media(min-width:768px) and (max-width:1366px){.campaign-banner-c h1.elementor-heading-title{font-size:35px!important;max-width:600px}.campaign-banner-c__description{font-size:18px!important;line-height:1.3em}.campaign-banner-c__description h2{font-size:24px!important;line-height:1.3em}.campaign-banner-c__image img{max-height:300px!important;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}}.campaign-banner-c .elementor-background-overlay{z-index:2}.campaign-banner-c__cover-img,.campaign-banner-c__cover-img *{height:100%!important}.campaign-banner-c__cover-img img{-o-object-fit:cover;object-fit:cover}.campaign__heading{font-family:Outfit,Sans-serif!important;font-size:45px!important;font-weight:600!important;letter-spacing:-1.08px!important;line-height:1.3em!important}@media(min-width:1025px) and (max-width:1366px){.campaign__heading{font-size:36px!important}}@media(max-width:1024px){.campaign__heading{font-size:28px!important}}@media(max-width:767px){.campaign__heading{font-size:34px!important;letter-spacing:-.57px!important;line-height:1.2em!important;text-align:center}}.campaign__heading--contact{color:#fff;font-family:Outfit,Sans-serif!important;font-size:49px!important;font-weight:600!important;letter-spacing:-1.08px!important;line-height:1.2em!important}@media(max-width:1024px){.campaign__heading--contact{font-size:36px!important}}@media(max-width:767px){.campaign__heading--contact{font-size:34px!important;line-height:1.2em!important}}.campaign-template-default .campaign section:first-child .elementor-widget-shortcode{z-index:3}.campaign-gallery-slider--primary .gallery-swiper-container,.campaign-gallery-slider--secondary .gallery-swiper-container{width:100%}.campaign-gallery-slider--primary p,.campaign-gallery-slider--secondary p{margin-bottom:0!important}.campaign-gallery-slider--primary .gallery-item,.campaign-gallery-slider--secondary .gallery-item{height:auto;width:190px!important}@media only screen and (min-width:768px){.campaign-gallery-slider--primary .gallery-item,.campaign-gallery-slider--secondary .gallery-item{width:338px!important}}.postid-199126 .btn-primary,.postid-199127 .btn-primary{--bg-color:var(--e-global-color-017a986);--bg-color-hover:#ffde54;--text-color:var(--e-global-color-primary)}.postid-199126 .btn-primary .elementor-button-text,.postid-199127 .btn-primary .elementor-button-text{color:var(--text-color);font-size:25px;font-weight:600;line-height:1;text-align:center}.postid-199126 .btn-primary .elementor-button,.postid-199127 .btn-primary .elementor-button{background-color:var(--bg-color);overflow:hidden;position:relative;transition:all .3s ease-in-out}.postid-199126 .btn-primary .elementor-button:after,.postid-199127 .btn-primary .elementor-button:after{background-color:var(--bg-color-hover);content:"";height:100%;left:0;position:absolute;top:0;transform:translateX(-100%);transition:transform .3s ease-in-out;width:100%;z-index:0}.postid-199126 .btn-primary .elementor-button:hover:after,.postid-199127 .btn-primary .elementor-button:hover:after{transform:translateX(0)}.postid-199126 .btn-primary .elementor-button-content-wrapper,.postid-199127 .btn-primary .elementor-button-content-wrapper{position:relative;z-index:1}.postid-199126 .cta-btn,.postid-199127 .cta-btn{flex-grow:1;flex-shrink:0;height:100px;transition:opacity .3s ease-out,visibility .3s ease-out;width:100px;z-index:100}.postid-199126 .cta-btn *,.postid-199127 .cta-btn *{transition:all .3s ease-out}.postid-199126 .cta-btn__icon,.postid-199127 .cta-btn__icon{transition:height .5s ease,transform .3s ease-out}.postid-199126 .cta-btn__wrapper,.postid-199127 .cta-btn__wrapper{border-radius:50%;height:100%;width:100%}.postid-199126 .cta-btn__contetn,.postid-199127 .cta-btn__contetn{align-items:center;height:100%;justify-content:center}.postid-199126 .cta-btn__text p,.postid-199127 .cta-btn__text p{margin:0}.postid-199126 .cta-btn.hidden-on-contact,.postid-199127 .cta-btn.hidden-on-contact{opacity:0;pointer-events:none;visibility:hidden}@media only screen and (min-width:768px){.postid-199126 .cta-btn:hover .cta-btn__wrapper,.postid-199127 .cta-btn:hover .cta-btn__wrapper{padding:4px}.postid-199126 .cta-btn:hover .cta-btn__text,.postid-199127 .cta-btn:hover .cta-btn__text{transform:translateY(-50%)}.postid-199126 .cta-btn:hover .cta-btn__icon,.postid-199127 .cta-btn:hover .cta-btn__icon{transform:translate(42px,-42px);visibility:hidden}}.single-solution .top-banner>.elementor-container{background:linear-gradient(135deg,#181818 1.06%,#2a2a2a);border-radius:12px}@media(min-width:768px) and (max-width:1366px){.single-solution .top-banner h1{font-size:35px!important}.single-solution .top-banner h4{font-size:18px!important}.single-solution .top-banner p{font-size:14px;line-height:1.3em;margin-bottom:10px}.single-solution .top-banner__img img{max-height:300px!important;-o-object-fit:contain;object-fit:contain}.single-solution .top-banner>.elementor-container{min-height:400px!important}}@media only screen and (max-width:767px){.single-solution .solution-features-grid__item{width:100%!important}.single-solution .solution-feature{margin-top:15px!important;padding:10px 15px}.single-solution .solution-feature .thumbnail-static{height:100px!important}.single-solution .solution-feature__description{display:inline-block!important;margin-bottom:35px!important}.single-solution .solution-feature__description *{font-size:12px!important;line-height:1.8!important}.single-solution .solution-feature__title{margin-bottom:25px!important;margin-top:20px!important}.single-solution .solution-feature__divider{height:4px!important}}.single-solution .payment__btn a{display:block;max-width:334px}.single-solution .award-solution .swiper-wrapper .swiper-slide{border-right:0;transition:all .3s ease}.single-solution .award-solution .elementor-testimonial__footer{margin:0!important}.single-solution .award-solution .elementor-testimonial__image img{height:174px!important;max-width:280px;-o-object-fit:contain;object-fit:contain;width:100%!important}.single-solution .additional-features__img img{max-height:180px;-o-object-fit:contain;object-fit:contain}.single-solution .business-intro .elementor-row .elementor-column:first-child .elementor-column-wrap .elementor-widget-wrap{position:static}.single-solution .soladv__subheading,.single-solution .solution__af-subheading{margin:0 auto}.single-solution .bullets-spacing{padding-left:20px}.single-solution .bullets-spacing li{margin-bottom:22px!important}@media(min-width:768px){.single-solution .top-banner>.elementor-container{min-height:539px}.single-solution .additional-features>.elementor-container>.elementor-row{align-items:center}.single-solution .additional-features .additional-features__img img{max-height:380px}.single-solution .explore-solutions>.elementor-container{border:1px solid #d4d4d4}.single-solution .award-solution .swiper-slide-active,.single-solution .award-solution .swiper-slide-next{border-right:1px solid #d4d4d4!important}.single-solution .related-solutions .ecs-posts{margin-right:-20px;overflow-y:auto;padding-right:20px}.single-solution .related-solutions .ecs-posts::-webkit-scrollbar{width:5px}.single-solution .related-solutions .ecs-posts::-webkit-scrollbar-track{background:#f7f8f8;border-radius:5px}.single-solution .related-solutions .ecs-posts::-webkit-scrollbar-thumb,.single-solution .related-solutions .ecs-posts::-webkit-scrollbar-thumb:hover{background:var(--e-global-color-accent);border-radius:5px}}@media(max-width:767px){.single-solution .related-solutions .product-section{padding:10px 15px!important}.single-solution .related-solutions .product-section>.elementor-container>div{width:100%!important}.single-solution .related-solutions .product-section .elementor-widget-image{max-width:120px!important}.single-solution .top-banner__img img{max-height:210px;-o-object-fit:contain;object-fit:contain}.single-solution .business-inquiry__image{order:-1}.single-solution .installations-section{background:#f7f8f8}.single-solution .solution-benefits circle-list{text-align:center}.single-solution .features .feature-box__description{display:none}.single-solution .payment__btn a{margin:0 auto}.single-solution .award-solution .elementor-swiper-button{margin-top:-40px!important}}.single-solution .senja-embed .sj-content *{font-size:14px!important;line-height:1.4em!important}.single-solution .senja-embed .mt-2{display:none}@media(max-width:1024px){.single-solution .senja-embed .sj-content *{font-size:10px!important}.single-solution .senja-embed .sj-endorser-name{font-size:14px!important}.single-solution .senja-embed .sj-endorser-view-container{gap:10px!important}.single-solution .senja-embed .sj-star-rating svg{height:14px;width:14px}.single-solution .senja-embed .sj-card-details *{font-size:12px!important}}@media(max-width:360px){.single-solution .product-app__mobile-buttons img{max-width:130px!important}.single-solution .product-app__review{max-width:180px!important;right:120px!important}.single-solution .sj-text-card{padding:10px!important}}.product-v2-hero{position:relative}.product-v2-hero:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='324' height='561' fill='none'%3E%3Ccircle cx='280.201' cy='280.62' r='280.201' fill='%23FFCD00' fill-opacity='.1'/%3E%3Ccircle cx='280.083' cy='280.502' r='119.842' fill='%23fff' fill-opacity='.6'/%3E%3C/svg%3E");background-position:100% 0;background-repeat:no-repeat;background-size:contain;content:"";height:349px;left:auto;margin:0 auto;max-width:349px;overflow:hidden;position:absolute;right:0;top:100%;transform:translateY(-50%);width:100%;z-index:1}.product-v2-hero_with-bottom-img:after{bottom:40px;top:auto;transform:none}.product-v2-hero__image img{max-height:455px;-o-object-fit:contain;object-fit:contain}.product-v2-hero .spacer__solution:not(.empty-geo-btn)+.get-started-btn{order:1}.product-v2-hero:has(.single-button-shop-ip) .get-started-btn .elementor-button{background-color:transparent!important;border:2px solid var(--e-global-color-primary)!important;border-radius:5px;color:var(--e-global-color-primary)!important;display:inline-block;font-size:25px!important;font-weight:600!important;line-height:1.272em!important;min-width:197px;padding:11.5px 31.2px!important;text-align:center;transition:.5s}.product-v2-hero:has(.single-button-shop-ip) .get-started-btn .elementor-button:hover{background-color:var(--e-global-color-primary)!important;color:var(--e-global-color-7880b14)!important}@media(min-width:768px) and (max-width:1366px){.product-v2-hero h1{font-size:35px!important}.product-v2-hero__image img{max-height:350px!important;-o-object-fit:contain;object-fit:contain}}@media only screen and (min-width:768px){.product-v2-hero:after,.product-v2-hero_with-bottom-img:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='324' height='561' fill='none'%3E%3Ccircle cx='280.201' cy='280.62' r='280.201' fill='%23FFCD00' fill-opacity='.1'/%3E%3Ccircle cx='280.083' cy='280.502' r='119.842' fill='%23fff' fill-opacity='.6'/%3E%3C/svg%3E");height:560px;max-width:560px;top:50%;transform:translateY(0)}}@media only screen and (max-width:767px){.product-v2-hero__image img{max-height:373px}}.product-v2-faq .elementor-tab-content>p:last-child{margin-bottom:0!important}.product-v2-faq ul:last-child{margin-bottom:0}.product-v2-faq .elementor-toggle-icon,.product-v2-faq .elementor-toggle-icon span{height:32px;width:32px}.product-v2-faq svg{height:auto!important;width:auto!important}.product-v2-faq .elementor-tab-title{align-items:center!important;display:flex;justify-content:flex-start!important}.product-v2-faq .elementor-toggle-title{max-width:362px}.product-v2-benefits-with-faq .faq__bt.faq-design .faq__bt--title{font-family:Outfit!important}@media only screen and (max-width:767px){.product-v2-benefits-with-faq .faq__bt.faq-design .faq__bt--left{padding:0 10px!important}}.product-v2-counters:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='183' height='338' fill='none'%3E%3Ccircle cx='169' cy='169' r='169' fill='%236A58EF' fill-opacity='.1'/%3E%3Ccircle cx='169.001' cy='169' r='72.281' fill='%23fff' fill-opacity='.6'/%3E%3C/svg%3E");background-position:100% 0;background-repeat:no-repeat;background-size:contain;height:338px;left:auto;margin:0 auto;max-width:338px;overflow:hidden;position:absolute;right:0;top:50%;transform:translateY(25%);width:100%;z-index:1}.product-v2-counters .elementor-counter{text-align:center!important}.product-v2-counters .elementor-counter-number-wrapper{display:inline-flex!important;font-size:78px!important;font-weight:600!important;line-height:1em!important;text-align:center!important}.product-v2-counters .elementor-counter-title{font-size:22px!important;font-weight:600!important;line-height:1.18em!important}@media only screen and (min-width:768px){.product-v2-counters:after{content:""}.product-v2-counters .elementor-counter-number-wrapper{font-size:58px!important}.product-v2-counters .elementor-counter-title{font-size:16px!important}}@media only screen and (min-width:1024px){.product-v2-counters .elementor-counter-number-wrapper{font-size:78px!important}.product-v2-counters .elementor-counter-title{font-size:22px!important}}.product-v2-installations-grid .jet-listing-dynamic-field{justify-content:center!important}.product-v2-installations-grid .jet-listing-dynamic-field__content{text-align:center!important;transition:all .3s ease}.product-v2-installations-grid section[data-eael-wrapper-link]:hover .jet-listing-dynamic-field__content{color:var(--e-global-color-secondary)!important}.product-v2-video .elementor-custom-embed-play svg{opacity:1!important}.product-v2-video .elementor-custom-embed-play circle{fill:#a3a0a0!important}@media only screen and (max-width:767px){.product-v2-video .elementor-custom-embed-play svg{height:52px;width:52px}.product-v2-benefits *{text-align:center}}.product-v2-products .swiper-slide:nth-of-type(3n+1) .product_products_card-header .elementor-widget-wrap{background-color:#fff8dc!important}.product-v2-products .swiper-slide:nth-of-type(3n+2) .product_products_card-header .elementor-widget-wrap{background-color:#f1effe!important}.product-v2-products .swiper-slide:nth-of-type(3n) .product_products_card-header .elementor-widget-wrap{background-color:rgba(255,54,83,.149)!important}.product-v2-products .product_products_card>.elementor-container{height:100%}.product-v2-products .product_products_card-content>.elementor-widget-wrap{flex-direction:column}.product-v2-products .product_products_card-benefits-item .elementor-widget-wrap{flex-direction:row;flex-wrap:nowrap;justify-content:flex-start}.product-v2-products .product_products_card-benefits-item__icon{flex-shrink:0;width:40px}@media only screen and (max-width:767px){.product-v2-products .product_products_card-benefits-item{margin-bottom:12px}}.product-v2-products .product_products_card-button{margin-top:auto}.product-v2-list .elementor-image-box-wrapper{display:flex;flex-direction:row}.product-v2-list .elementor-image-box-img{flex-shrink:0;width:42px!important}@media(min-width:1200px){.product-v2-solutions{padding-left:calc(50vw - 594px)}}.product_features .bt_features--name{font-family:Outfit!important}.product-comparison-slider .swiper-slide:nth-child(2n) .product-comparison-slider__item-container>.elementor-widget-wrap{background-color:rgba(255,205,0,.102)!important}.product-comparison-slider .swiper-slide:nth-child(3n) .product-comparison-slider__item-container>.elementor-widget-wrap{background-color:rgba(40,199,157,.102)!important}.product-comparison-slider .swiper-slide{height:auto!important}.product-comparison-slider .swiper-slide>div,.product-comparison-slider .swiper-slide>div>section,.product-comparison-slider .swiper-slide>div>section>div{height:100%!important}.product-comparison-slider .swiper-button-next,.product-comparison-slider .swiper-button-prev{align-items:center;background-image:none;background:#fff;border-radius:50px;bottom:10px;box-shadow:2px 2px 10px rgba(0,0,0,.25);display:inline-flex;height:33px;justify-content:center;left:50%;margin:0;position:absolute;top:auto;width:33px}.product-comparison-slider .swiper-button-next svg,.product-comparison-slider .swiper-button-prev svg{height:auto;width:11px}.product-comparison-slider .swiper-button-prev{transform:rotate(-180deg) translate(100%)}.product-comparison-slider .swiper-button-next{transform:translate(9px)}.product-comparison-slider .swiper-button-disabled{background:#d9d9d9;box-shadow:none;opacity:1}.product-comparison-slider .swiper-pagination{display:none;margin-top:55px}.product-comparison-slider .swiper-pagination-bullet{background:#d9d9d9;height:10px;margin:5px 7px;opacity:1;transition:all .3s ease;width:10px}.product-comparison-slider .swiper-pagination-bullet-active{background:#ffca00}@media only screen and (min-width:768px){.product-comparison-slider .swiper-pagination{display:block}.product-comparison-slider .swiper-button-next,.product-comparison-slider .swiper-button-prev{display:none}}@media only screen and (max-width:767px){.product-comparison-slider .swiper-container{padding-bottom:60px}}body.rtl .product-v2-hero:after{left:0;right:auto;transform:translateY(-50%) scaleX(-1)}@media only screen and (min-width:768px){body.rtl .product-v2-hero:after{transform:scaleX(-1)}}body.rtl .product-v2-counters:after{left:0;right:auto;transform:translateY(25%) scaleX(-1)}body.rtl #lets-chat .elementor-background-overlay{transform:scaleX(-1)}body.rtl.single-solution .top-banner>.elementor-container{background:linear-gradient(-135deg,#181818 1.06%,#2a2a2a)}.product_type_layout-version-3 *{font-family:Hurme Geometric Sans\ 3,sans-serif!important}.product_type_layout-version-3 .product-solutions .container{display:flex;flex-direction:column}.product_type_layout-version-3 .product-solutions__title{margin-bottom:45px!important;max-width:545px}.product_type_layout-version-3 .product-solutions__desc-wrap{max-width:545px;order:3}.product_type_layout-version-3 .product-solutions__desc-wrap p{font-size:1.125rem!important;line-height:1.3!important;margin-bottom:30px}.product_type_layout-version-3 .product-solutions__btn{background-color:var(--e-global-color-accent);border-radius:5px;color:var(--e-global-color-text);display:block;font-size:25px;font-weight:600;line-height:1.272em;max-width:310px;padding:13px 31px;text-align:center;transition:all .3s ease;width:100%}.product_type_layout-version-3 .product-solutions__btn:hover{background-color:var(--e-global-color-primary);color:#fff}.product_type_layout-version-3 .product-solutions__wrap.swiper-container.not-swipper{margin:0!important}.product_type_layout-version-3 .product-solutions__wrap .swiper-button-next,.product_type_layout-version-3 .product-solutions__wrap .swiper-button-prev{top:calc(100% - 30px)}.product_type_layout-version-3 .product-solutions__item{min-width:100%}.product_type_layout-version-3 .product-solutions__item>div{align-items:center;background-color:transparent;box-shadow:none;display:flex;flex-direction:column;padding:0}.product_type_layout-version-3 .product-solutions__img{align-items:center;background-color:#fff;border-radius:15px;box-shadow:0 0 10px 0 rgba(38,38,38,.102);display:flex;height:200px;justify-content:center;margin-bottom:1.5rem;padding:0 1rem;width:200px}.product_type_layout-version-3 .product-solutions__img img{height:auto;max-height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:auto}.product_type_layout-version-3 .product-solutions__text{margin-bottom:0;text-align:center}.product_type_layout-version-3 .product-solutions__name{font-size:22px;margin-bottom:1rem}.product_type_layout-version-3 .product-benefits__list{gap:clamp(2rem,-.25rem + 6vw,5rem);grid-template-columns:repeat(2,1fr);margin-top:3rem}.product_type_layout-version-3 .product-benefits__title{margin-bottom:2.5rem}.product_type_layout-version-3 .product-benefits__wrap{overflow:hidden}.product_type_layout-version-3 .product-benefits__img{flex-shrink:0}.product_type_layout-version-3 .product-benefits__img img{height:73px;margin-bottom:22px;width:73px}.product_type_layout-version-3 .product-benefits__btn{background-color:var(--e-global-color-accent);border-radius:5px;color:var(--e-global-color-text);display:block;font-size:25px;font-weight:600;line-height:1.272em;max-width:350px;padding:13px 31px;text-align:center;transition:all .3s ease;width:100%}.product_type_layout-version-3 .product-benefits__btn:hover{background-color:var(--e-global-color-primary);color:#fff}@media only screen and (min-width:768px){.product_type_layout-version-3 .product-solutions__desc-wrap p{font-size:1.25rem!important}.product_type_layout-version-3 .product-solutions__wrap{padding:0}.product_type_layout-version-3 .product-solutions__item{max-width:304px;min-width:auto;width:100%}.product_type_layout-version-3 .product-solutions__item>div{align-items:flex-start}.product_type_layout-version-3 .product-solutions__name,.product_type_layout-version-3 .product-solutions__text{text-align:left}.product_type_layout-version-3 .product-solutions__list{justify-content:space-between}.product_type_layout-version-3 .product-benefits__item{display:flex;flex-direction:row;gap:30px}.product_type_layout-version-3 .product-benefits__list{margin-top:5.75rem}}.product_type_layout-version-4:after{display:none!important}.product_type_layout-version-4 *{font-family:Hurme Geometric Sans\ 3,sans-serif!important}.product_type_layout-version-4 .btn-primary{--bg-color:var(--e-global-color-017a986);--bg-color-hover:#ffde54;--text-color:var(--e-global-color-primary)}.product_type_layout-version-4 .btn-primary .elementor-button-text{color:var(--text-color);font-size:25px;font-weight:600;line-height:1;text-align:center}.product_type_layout-version-4 .btn-primary .elementor-button{background-color:var(--bg-color);overflow:hidden;position:relative;transition:all .3s ease-in-out}.product_type_layout-version-4 .btn-primary .elementor-button:after{background-color:var(--bg-color-hover);content:"";height:100%;left:0;position:absolute;top:0;transform:translateX(-100%);transition:transform .3s ease-in-out;width:100%;z-index:0}.product_type_layout-version-4 .btn-primary .elementor-button:hover:after{transform:translateX(0)}.product_type_layout-version-4 .btn-primary .elementor-button-content-wrapper{position:relative;z-index:1}.product_type_layout-version-4 .btn-primary.purple{--bg-color:#2e0a38;--bg-color-hover:#583b60;--text-color:var(--e-global-color-7880b14)}.product_type_layout-version-4 .btn-secondary-outline .elementor-button-text{color:var(--e-global-color-primary);font-size:16px;font-weight:600;line-height:100%;text-align:center;transition:all .3s ease-in-out}.product_type_layout-version-4 .btn-secondary-outline .elementor-button-icon svg{height:21px;transition:all .3s ease-in-out;width:21px}.product_type_layout-version-4 .btn-secondary-outline .elementor-button{background-color:transparent;border:1px solid var(--e-global-color-primary);border-radius:5px;overflow:hidden;padding:10px 28px;position:relative;transition:all .3s ease-in-out}.product_type_layout-version-4 .btn-secondary-outline .elementor-button:after{background-color:var(--e-global-color-primary);content:"";display:block;height:500%;left:0;position:absolute;top:50%;transform:translate(-200%,-50%) rotate(-30deg);transition:all .3s ease-in-out;width:100%}.product_type_layout-version-4 .btn-secondary-outline .elementor-button:hover .elementor-button-text{color:#fffae6}.product_type_layout-version-4 .btn-secondary-outline .elementor-button:hover .elementor-button-icon svg path{fill:#fffae6}.product_type_layout-version-4 .btn-secondary-outline .elementor-button:hover:after{transform:translateY(-50%) rotate(-30deg)}.product_type_layout-version-4 .btn-secondary-outline .elementor-button-content-wrapper{align-items:center;position:relative;z-index:1}.product_type_layout-version-4 .number-list ol{counter-reset:my-counter;list-style:none;padding:0}.product_type_layout-version-4 .number-list ol li{counter-increment:my-counter;display:flex;gap:10px;margin-bottom:30px;position:relative}.product_type_layout-version-4 .number-list ol li:before{align-items:center;background:var(--e-global-color-017a986);border-radius:50%;content:counter(my-counter);display:flex;flex-shrink:0;font-size:1rem;font-weight:600;height:27px;justify-content:center;width:27px}.product_type_layout-version-4 .number-list ol li:last-of-type{margin-bottom:0}.product_type_layout-version-4 .cta-btn{flex-grow:1;flex-shrink:0;height:100px;transition:opacity .3s ease-out,visibility .3s ease-out;width:100px;z-index:100}.product_type_layout-version-4 .cta-btn *{transition:all .3s ease-out}.product_type_layout-version-4 .cta-btn__icon{transition:height .5s ease,transform .3s ease-out}.product_type_layout-version-4 .cta-btn__wrapper{border-radius:50%;height:100%;width:100%}.product_type_layout-version-4 .cta-btn__contetn{align-items:center;height:100%;justify-content:center}.product_type_layout-version-4 .cta-btn__text p{margin:0}.product_type_layout-version-4 .cta-btn.hidden-on-contact{opacity:0;pointer-events:none;visibility:hidden}.product_type_layout-version-4 .cta-btn:hover .cta-btn__wrapper{padding:4px}.product_type_layout-version-4 .cta-btn:hover .cta-btn__text{transform:translateY(-50%)}.product_type_layout-version-4 .cta-btn:hover .cta-btn__icon{transform:translate(42px,-42px);visibility:hidden}.product_type_layout-version-4 .hero__list ul{list-style:none;padding:0}.product_type_layout-version-4 .hero__list ul li{margin-bottom:26px;padding-left:50px;position:relative}.product_type_layout-version-4 .hero__list ul li:last-of-type{margin-bottom:0}.product_type_layout-version-4 .hero__list ul li:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='31' fill='none'%3E%3Ccircle cx='15' cy='15.5' r='15' fill='%23FFCD00'/%3E%3Cpath stroke='%23262626' stroke-linecap='round' stroke-width='2' d='m7.297 16.258 4.278 4.279L22.612 9.5'/%3E%3C/svg%3E");content:"";display:block;flex-shrink:0;height:30px;left:0;margin-right:1.25rem;margin-top:-6px;position:absolute;width:30px}.product_type_layout-version-4 .solutions_bt{overflow:hidden;position:relative}.product_type_layout-version-4 .solutions_bt .jet-listing-dynamic-repeater__items,.product_type_layout-version-4 .solutions_bt .jet-listing-grid__items{animation:marquee-scroll 100s linear infinite;display:flex!important;flex-wrap:nowrap;gap:2.875rem;width:max-content}.product_type_layout-version-4 .solutions_bt .jet-listing-dynamic-repeater__item,.product_type_layout-version-4 .solutions_bt .jet-listing-grid__item{align-items:center;display:flex;flex-shrink:0;min-width:max-content}.product_type_layout-version-4 .solutions_bt__img{flex-shrink:0;width:3.125rem}.product_type_layout-version-4 .solutions_bt__text{flex-shrink:0;margin-bottom:0;white-space:nowrap}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.product_type_layout-version-4 .solutions_features__slider .jet-listing-grid__items{position:relative}.product_type_layout-version-4 .solutions_features__slider .jet-listing-grid__items:after{background:linear-gradient(90deg,transparent,#262626 90%);content:"";display:block;height:100%;position:absolute;right:0;top:0;width:30%}.product_type_layout-version-4 .solutions_features__slider .slick-disabled{opacity:.3}.product_type_layout-version-4 .solutions_cashless .solutions_bt .jet-listing-grid__items{animation:marquee-scroll 7s linear infinite;gap:0!important}.product_type_layout-version-4 .solutions_cashless .solutions_bt .jet-listing-grid__items .jet-listing-grid__item{flex:0 0 160px!important;max-width:160px!important;min-width:auto}.product_type_layout-version-4 .solutions_cashless .solutions_bt .jet-listing-grid__items .jet-listing-grid__item:nth-of-type(odd)>.elementor>.elementor-element{flex-direction:column-reverse}.product_type_layout-version-4 .solutions_cashless__item-bottom,.product_type_layout-version-4 .solutions_cashless__item-top{aspect-ratio:1/1}.product_type_layout-version-4 .elementor-counter-title{text-align:center}.product_type_layout-version-4 .solutions__video-text strong{position:relative}.product_type_layout-version-4 .solutions__video-text strong:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='338' height='15' fill='none'%3E%3Cpath stroke='%23FFCD00' stroke-linecap='round' stroke-width='4' d='M2.5 13c50.167-7.834 187-18.8 333 0'/%3E%3C/svg%3E") top no-repeat;background-size:cover;bottom:-21px;content:"";display:block;height:18px;left:0;position:absolute;transform:scaleX(0);transform-origin:left center;transition:transform .8s cubic-bezier(.4,0,.2,1);width:100%}.product_type_layout-version-4 .solutions__video-text strong.animate-underline:after{transform:scaleX(1)}.product_type_layout-version-4 .contact-us__logo-grid br{display:none}.product_type_layout-version-4 .contact-us__logo-grid .gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;align-items:center;gap:24px}.product_type_layout-version-4 .contact-us__logo-grid .gallery-item{max-width:100%}.product_type_layout-version-4 .all-payments img,.product_type_layout-version-4 .contact-us__logo-grid img{filter:grayscale(100%)}@media only screen and (min-width:768px){.product_type_layout-version-4 .number-list ol li{align-items:center;margin-bottom:60px}.product_type_layout-version-4 .number-list ol li:before{font-size:1.5rem;height:40px;width:40px}.product_type_layout-version-4 .solutions_bt .jet-listing-dynamic-repeater__items,.product_type_layout-version-4 .solutions_bt .jet-listing-grid__items{gap:3.5rem}.product_type_layout-version-4 .solutions_bt__img{width:3.75rem}.product_type_layout-version-4 .solutions_cashless .solutions_bt .jet-listing-grid__items{animation:marquee-scroll 250s linear infinite}.product_type_layout-version-4 .solutions_cashless .solutions_bt .jet-listing-grid__items .jet-listing-grid__item{flex:0 0 338px!important;max-width:338px!important}.product_type_layout-version-4 .contact-us__logo-grid .gallery{gap:40px}}@media(min-width:768px) and (max-width:1366px){.business-banner>.elementor-container>.elementor-column:first-child>.elementor-widget-wrap:first-child{padding-bottom:150px;padding-top:150px}.business-banner h1{font-size:35px!important}.business-banner h4{font-size:18px!important}.business-banner p{font-size:14px;line-height:1.3em;margin-bottom:10px}.business-banner__img img{max-height:300px!important;-o-object-fit:contain;object-fit:contain}}.business-device-info__list ul{margin-bottom:0;padding:0 0 0 10px}.business-device-info__list li{margin-bottom:1.5em}.business-device-info__list li:last-child{margin-bottom:0}@media(max-width:767px){.business-device-info__list__list li{margin-bottom:1.2em}.business-device-info__list__list li:last-child{margin-bottom:0}}@media only screen and (min-width:768px){.bt-all-payments-grid .elementor-container{height:100%}.bt-all-payments-grid .jet-listing-grid__items{-moz-column-gap:50px;column-gap:50px;row-gap:45px}.bt-all-payments-grid .jet-listing-grid__item{flex:0 1 auto;padding:0!important;width:auto}}@media only screen and (max-width:767px){.bt-all-payments-grid .swiper-wrapper{height:167px;justify-content:flex-start}.bt-all-payments-grid .swiper-slide{align-items:stretch;-moz-column-gap:50px;column-gap:50px;display:flex;flex-direction:column;justify-content:stretch;row-gap:50px}.bt-all-payments-grid .swiper-slide>div{align-items:center;display:flex;flex:0 1 50%;flex-direction:column;justify-content:flex-start}.bt-all-payments-grid .swiper-pagination{margin-top:42px}.bt-all-payments-grid .swiper-pagination-bullet{background:#d9d9d9;height:10px;margin:5px 7px;opacity:1;transition:all .3s ease;width:10px}.bt-all-payments-grid .swiper-pagination-bullet-active{background:#ffca00}}.business-v2-hero{position:relative}.business-v2-hero:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='187' height='329' fill='none'%3E%3Cmask id='a' width='202' height='329' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23D9D9D9' d='M0 0h202v328.837H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Ccircle cx='195.214' cy='167.028' r='136.755' fill='%23FFCD00' fill-opacity='.1'/%3E%3Ccircle cx='195.156' cy='166.971' r='58.49' fill='%23fff' fill-opacity='.6'/%3E%3C/g%3E%3C/svg%3E");background-position:100% 0;background-repeat:no-repeat;background-size:contain;content:"";height:328px;left:auto;margin:0 auto;max-width:202px;overflow:hidden;position:absolute;right:0;top:310px;width:100%;z-index:1}@media(min-width:768px) and (max-width:1366px){.business-v2-hero h1{font-size:35px!important}.business-v2-hero__description p{font-size:18px!important;line-height:1.3em}.business-v2-hero img{max-height:300px!important;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}}@media only screen and (min-width:768px){.business-v2-hero:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='187' height='329' fill='none'%3E%3Cmask id='a' width='202' height='329' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23D9D9D9' d='M0 0h202v328.837H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Ccircle cx='195.214' cy='167.028' r='136.755' fill='%23FFCD00' fill-opacity='.1'/%3E%3Ccircle cx='195.156' cy='166.971' r='58.49' fill='%23fff' fill-opacity='.6'/%3E%3C/g%3E%3C/svg%3E");height:530px;max-width:326px;top:317px}}.business-v2-counters .elementor-counter{text-align:center!important}.business-v2-counters .elementor-counter-number-wrapper{display:inline-flex!important}.business-v2-case-studies{position:relative}.business-v2-case-studies__card-img,.business-v2-case-studies__card-img *{height:100%}.business-v2-case-studies__card-img img{height:100%;-o-object-fit:cover;object-fit:cover}.business-v2-case-studies__card-arrow{margin:auto 0 0}.business-v2-case-studies:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='444' height='599' fill='none'%3E%3Ccircle cx='299.5' cy='299.5' r='299.5' fill='%236A58EF' fill-opacity='.1'/%3E%3Ccircle cx='299.5' cy='299.5' r='128.096' fill='%23fff' fill-opacity='.6'/%3E%3C/svg%3E");background-position:100% 0;background-repeat:no-repeat;background-size:contain;height:599px;left:auto;margin:0 auto;max-width:599px;overflow:hidden;position:absolute;right:0;top:25%;width:100%;z-index:1}@media only screen and (min-width:768px){.business-v2-case-studies:after{content:""}}.business-v2-video:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='173' height='322' fill='none'%3E%3Ccircle cx='161' cy='161' r='161' fill='%236A58EF' fill-opacity='.1'/%3E%3Ccircle cx='161' cy='161' r='68.859' fill='%23fff' fill-opacity='.6'/%3E%3C/svg%3E");background-position:100% 0;background-repeat:no-repeat;background-size:contain;bottom:0;content:"";height:322px;left:auto;margin:0 auto;max-width:322px;overflow:hidden;position:absolute;right:0;transform:translateY(0);width:100%;z-index:1}@media only screen and (min-width:768px){.business-v2-video:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='345' height='695' fill='none'%3E%3Ccircle cx='347.5' cy='347.5' r='347.5' fill='%236A58EF' fill-opacity='.1'/%3E%3Ccircle cx='347.501' cy='347.5' r='148.625' fill='%23fff' fill-opacity='.6'/%3E%3C/svg%3E");bottom:auto;height:695px;max-width:695px;top:0;transform:translateY(-25%)}}.business-v2-products-slider .swiper-container{padding-bottom:23px}.business-v2-products-slider .swiper-wrapper{justify-content:stretch}.business-v2-products-slider .swiper-slide{height:auto}.business-v2-products-slider__item-container,.business-v2-products-slider__item>.elementor-container{height:100%}.business-v2-products-slider__image img{-o-object-position:center;object-position:center}.business-v2-products-slider .swiper-button-next,.business-v2-products-slider .swiper-button-prev{align-items:center;background-image:none;background:#fff;border-radius:50px;bottom:13px;box-shadow:2px 2px 10px rgba(0,0,0,.25);display:inline-flex;height:33px;justify-content:center;left:50%;margin:0;position:absolute;top:auto;width:33px}.business-v2-products-slider .swiper-button-next svg,.business-v2-products-slider .swiper-button-prev svg{height:auto;width:11px}.business-v2-products-slider .swiper-button-prev{transform:rotate(-180deg) translate(100%)}.business-v2-products-slider .swiper-button-next{transform:translate(9px)}.business-v2-products-slider .swiper-button-disabled{background:#d9d9d9;box-shadow:none;opacity:1}.business-v2-products-slider .swiper-pagination{display:none;margin-top:55px}.business-v2-products-slider .swiper-pagination-bullet{background:#d9d9d9;height:10px;margin:5px 7px;opacity:1;transition:all .3s ease;width:10px}.business-v2-products-slider .swiper-pagination-bullet-active{background:#ffca00}@media only screen and (max-width:767px){.business-v2-products-slider .swiper-slide{margin:0 auto}.business-v2-products-slider__item>.elementor-container{max-width:288px!important}}@media only screen and (min-width:768px){.business-v2-products-slider .swiper-wrapper{justify-content:flex-start}.business-v2-products-slider .swiper-container{padding-bottom:0}.swiper-slide:last-child .business-v2-products-slider__item{margin-right:0}.business-v2-products-slider .swiper-pagination{display:block}.business-v2-products-slider .swiper-button-next,.business-v2-products-slider .swiper-button-prev{display:none}}.business-v2-trusted-payments img{-o-object-position:center;object-position:center}#inject_cta-1 .jet-listing-grid__item:first-child{order:1}#inject_cta-1 .installation-cta-item{display:flex}#inject_cta-1 .installation-cta-item__button,#inject_cta-1 .installation-cta-item__button a{transition:all .3s ease;width:100%}.bt-installations-slider .swiper-container{padding-bottom:23px}.bt-installations-slider .swiper-slide{height:auto}.bt-installations-slider div[data-elementor-type=jet-listing-items],.bt-installations-slider div[data-elementor-type=jet-listing-items]>section,.bt-installations-slider div[data-elementor-type=jet-listing-items]>section>div{height:100%}.bt-installations-slider .swiper-button-next,.bt-installations-slider .swiper-button-prev{align-items:center;background-image:none;background:#fff;border-radius:50px;bottom:13px;box-shadow:2px 2px 10px rgba(0,0,0,.25);display:inline-flex;height:33px;justify-content:center;left:50%;margin:0;position:absolute;top:auto;width:33px}.bt-installations-slider .swiper-button-next svg,.bt-installations-slider .swiper-button-prev svg{height:auto;width:11px}.bt-installations-slider .swiper-button-prev{transform:rotate(-180deg) translate(100%)}.bt-installations-slider .swiper-button-next{transform:translate(9px)}.bt-installations-slider .swiper-button-disabled{background:#d9d9d9;box-shadow:none;opacity:1}.bt-installations-slider .swiper-pagination{display:none;margin-top:55px}.bt-installations-slider .swiper-pagination-bullet{background:#d9d9d9;height:10px;margin:5px 7px;opacity:1;transition:all .3s ease;width:10px}.bt-installations-slider .swiper-pagination-bullet-active{background:#ffca00}@media only screen and (min-width:768px){.bt-installations-slider .swiper-container{padding-bottom:0}.bt-installations-slider .swiper-pagination{display:block}.bt-installations-slider .swiper-button-next,.bt-installations-slider .swiper-button-prev{display:none}}.business-v2-faq ul:last-child{margin-bottom:0}.business-v2-faq svg{height:auto!important;width:auto!important}.business-v2-faq .elementor-tab-title{align-items:flex-start!important;display:flex;justify-content:flex-start!important}@media only screen and (min-width:768px){.business-v2-solutions .swiper-button-prev{height:auto;left:0;max-width:50px;top:14%;transform:scaleX(-1);width:auto}.business-v2-solutions .swiper-button-next{height:auto;max-width:50px;right:0;top:14%;width:auto}.business-v2-solutions .swiper-slide{flex:0 0 33.33%;width:auto}}@media only screen and (min-width:1280px){.business-v2-solutions .swiper-container{margin-left:-50px;padding-left:50px}}@media only screen and (min-width:1446px){.business-v2-solutions .swiper-container{margin-left:-100px;padding-left:100px}.business-v2-solutions .swiper-button-next,.business-v2-solutions .swiper-button-prev{max-width:100%;top:20%}}.business-v2-installations>.elementor-background-overlay{z-index:1}.business-v2-installations__secondary-grid .jet-listing-dynamic-field{justify-content:center!important}@media only screen and (min-width:768px){.istallation-listing-with-3-and-4-cols .jet-listing-grid__items{display:grid!important;grid-template-columns:repeat(4,1fr)}.istallation-listing-with-3-and-4-cols .jet-listing-grid__item{max-width:100%!important;width:100%!important}.istallation-listing-with-3-and-4-cols .jet-listing-grid__item:nth-child(4){grid-column-start:1}}.case-studies-slide .youtubeLink,.postid-196279 footer,.postid-196279 header,.postid-197007 footer,.postid-197007 header,.postid-197027 footer,.postid-197027 header,.postid-197051 footer,.postid-197051 header,.postid-197086 footer,.postid-197086 header,.postid-197115 footer,.postid-197115 header,.postid-197248 footer,.postid-197248 header{display:none!important}@media only screen and (min-width:768px){.postid-196279 .business-v2-hero,.postid-196279 .product-v2-hero,.postid-197007 .business-v2-hero,.postid-197007 .product-v2-hero,.postid-197027 .business-v2-hero,.postid-197027 .product-v2-hero,.postid-197051 .business-v2-hero,.postid-197051 .product-v2-hero,.postid-197086 .business-v2-hero,.postid-197086 .product-v2-hero,.postid-197115 .business-v2-hero,.postid-197115 .product-v2-hero,.postid-197248 .business-v2-hero,.postid-197248 .product-v2-hero{padding-top:82px!important}}.case-study-grid .case-study-card__right-side>.elementor-widget-wrap{display:flex;flex-direction:column}.case-study-grid .case-study-card__company-logo{margin-top:auto}.case-study-grid .case-study-card__left-side{height:100%}.press_release__right .elementor-heading-title{font-family:Outfit,Sans-serif;font-weight:600;letter-spacing:0;line-height:1.05em}.press_release__right h2{font-size:20px;margin:0 0 30px}.press_release__right h2:first-letter{color:#ffca00;font-size:34px}.press_release__right h3{font-size:18px}.press_release__right h4{font-size:16px}.press_release__right .gallery{-moz-column-gap:20px;column-gap:20px;display:flex;justify-content:space-between}.press-release-sidebar-menu__item a{position:relative;transition:all .3s ease}.press-release-sidebar-menu__item a:hover{opacity:.7}.press-release-sidebar-menu__item a:before{background:#ff3653;bottom:-5px;content:"";height:3px;left:0;opacity:0;position:absolute;right:0;transition:all .5s ease;width:0}.press-release-sidebar-menu__item.active-link a:before{opacity:1;width:100%}.single-press_release .dialog-widget{max-width:100%!important}.single-press_release .dialog-widget .dialog-lightbox-message{max-width:100%!important;padding:20px}.single-press_release .dialog-widget .swiper-slide{max-width:100%!important}@media(min-width:1025px){.single-press_release .plus-navigation-wrap .plus-mobile-menu-content{display:none!important;opacity:0!important;visibility:hidden!important}}body.lock{overflow:hidden}.elementor-location-header{left:0;padding-top:0;position:sticky!important;right:0;top:44px!important;transition:none;z-index:98}.elementor-location-header:before{content:none!important}.elementor-location-header header{box-shadow:0 2px 10px -2px rgba(0,0,0,.1);width:100%!important}@media only screen and (max-width:1023px){.elementor-location-header{top:63px!important}}.elementor-location-header .nav>li:last-child{margin-right:0!important;margin-right:0}.elementor-location-header .nav>li>a{cursor:pointer;transition:all .3s ease}.elementor-location-header .nav>.current-menu-item>a,.elementor-location-header .nav>li:hover>a{font-weight:600}.elementor-location-header .plus-navigation-wrap .navbar-nav.dropdown-menu>li>a{white-space:pre-wrap!important}.elementor-location-header .full-height-section,.elementor-location-header .full-height-section>div{height:100%}.elementor-location-header .equal-height-heading .elementor-heading-title{align-items:flex-end;display:inline-flex;min-height:34px}.elementor-location-header .menu-col h2 a{font-weight:inherit!important}.elementor-location-header .login-btn a,.elementor-location-header .shop-btn a{align-items:center;display:flex;justify-content:center;min-height:50px;min-width:120px!important;padding:0}.elementor-location-header .language-switcher .dropdown-toggle{cursor:pointer}.elementor-location-header .language-switcher .current-menu-item>a,.elementor-location-header .language-switcher li:hover>a{font-weight:600!important}.elementor-location-header .language-switcher .plus-nav-icon-menu{left:0;position:absolute;top:0;transform:translateY(50%)}.elementor-location-header .language-switcher .dropdown-menu{position:absolute!important}.elementor-location-header .language-switcher .dropdown-menu:before{background:var(--e-global-color-secondary);content:" ";display:block;height:3px;left:0;position:absolute;right:0;top:0;transform:translateY(-100%);width:100%}.elementor-location-header .wpml-ls-sub-menu{background:#fff;border:0;border-radius:0 0 10px 10px;box-shadow:0 15px 20px rgba(0,0,0,.15);box-sizing:content-box;height:auto;min-width:118px;padding:18px 20px 28px!important;transform:translate(-50%)}.elementor-location-header .wpml-ls-sub-menu a{align-items:center;color:#313131!important;display:inline-flex;justify-content:flex-start;transition:none!important}.elementor-location-header .wpml-ls-sub-menu img{margin-right:15px}.elementor-location-header .wpml-ls-sub-menu span{font-size:12px;font-weight:400;line-height:1.25em}.elementor-location-header .wpml-ls-sub-menu .wpml-ls-item{margin-bottom:26px!important}.elementor-location-header .wpml-ls-sub-menu .wpml-ls-item:last-child{margin-bottom:0!important}.elementor-location-header .wpml-ls-sub-menu .wpml-ls-item.wpml-ls-item-fi{margin-top:26px!important}.elementor-location-header .wpml-ls-sub-menu li.wpml-ls-slot-1092.wpml-ls-item:not(.wpml-ls-item-nl):not(.wpml-ls-item-fr):not(.wpml-ls-item-de):not(.wpml-ls-item-es):not(.wpml-ls-item-it):not(.wpml-ls-item-sv):not(.wpml-ls-item-tr):not(.wpml-ls-item-hu):not(.wpml-ls-item-ja):not(.wpml-ls-item-en):not(.wpml-ls-item-zh-hans),.elementor-location-header .wpml-ls-sub-menu li.wpml-ls-slot-shortcode_actions.wpml-ls-item:not(.wpml-ls-item-nl):not(.wpml-ls-item-fr):not(.wpml-ls-item-de):not(.wpml-ls-item-es):not(.wpml-ls-item-it):not(.wpml-ls-item-sv):not(.wpml-ls-item-tr):not(.wpml-ls-item-hu):not(.wpml-ls-item-ja):not(.wpml-ls-item-en):not(.wpml-ls-item-zh-hans),.elementor-location-header .wpml-ls-sub-menu li:not(.wpml-ls-slot-1092):not(.wpml-ls-slot-shortcode_actions)>ul>li.wpml-ls-item{display:none!important}.elementor-location-header .wpml-ls-sub-menu .wpml-ls-item-zh-hans .custom-flag-icon{display:inline-block;height:21px;margin-right:15px;vertical-align:middle;width:21px}.elementor-location-header .wpml-ls-sub-menu .wpml-ls-item-zh-hans .custom-flag-icon circle{stroke:none}.elementor-location-header .header-link-with-icon .elementor-button{align-items:center;display:flex;gap:5px;justify-content:flex-start;position:relative}.elementor-location-header .header-link-with-icon .elementor-button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='none'%3E%3Cpath fill='%236352e0' d='M21.696 8.522v10.253a1.21 1.21 0 0 1-1.677 1.121 1.2 1.2 0 0 1-.657-.657 1.2 1.2 0 0 1-.092-.464l.009-7.339-9.903 9.903a1.21 1.21 0 0 1-1.709 0 1.21 1.21 0 0 1 0-1.709l9.903-9.903-7.339.009a1.216 1.216 0 0 1-1.213-1.213 1.216 1.216 0 0 1 1.213-1.213h10.253a1.2 1.2 0 0 1 .859.354c.113.113.202.247.263.394a1.2 1.2 0 0 1 .091.465z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:20px;width:20px}.elementor-location-header .header-link-with-icon .elementor-button:hover:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='none'%3E%3Cpath fill='%23FFCA00' d='M21.696 8.522v10.253a1.21 1.21 0 0 1-1.677 1.121 1.2 1.2 0 0 1-.657-.657 1.2 1.2 0 0 1-.092-.464l.009-7.339-9.903 9.903a1.21 1.21 0 0 1-1.709 0 1.21 1.21 0 0 1 0-1.709l9.903-9.903-7.339.009a1.216 1.216 0 0 1-1.213-1.213 1.216 1.216 0 0 1 1.213-1.213h10.253a1.2 1.2 0 0 1 .859.354c.113.113.202.247.263.394a1.2 1.2 0 0 1 .091.465z'/%3E%3C/svg%3E")}.elementor-location-header li.wpml-ls-item.wpml-ls-slot-1092:not(.wpml-ls-item-nl):not(.wpml-ls-item-fr):not(.wpml-ls-item-de):not(.wpml-ls-item-es):not(.wpml-ls-item-it):not(.wpml-ls-item-sv):not(.wpml-ls-item-tr):not(.wpml-ls-item-hu):not(.wpml-ls-item-ja):not(.wpml-ls-item-en):not(.wpml-ls-item-zh-hans),.elementor-location-header li.wpml-ls-item.wpml-ls-slot-shortcode_actions:not(.wpml-ls-item-nl):not(.wpml-ls-item-fr):not(.wpml-ls-item-de):not(.wpml-ls-item-es):not(.wpml-ls-item-it):not(.wpml-ls-item-sv):not(.wpml-ls-item-tr):not(.wpml-ls-item-hu):not(.wpml-ls-item-ja):not(.wpml-ls-item-en):not(.wpml-ls-item-zh-hans){display:none!important}@media(min-width:1025px){.elementor-location-header li.wpml-ls-item.wpml-ls-menu-item a.dropdown-toggle{align-items:center;border-color:transparent!important;display:flex;position:relative}.elementor-location-header li.wpml-ls-item.wpml-ls-menu-item a.dropdown-toggle:before{background:url(//www.nayax.com/wp-content/themes/nayax/assets/images/languages.svg) 0 0/contain no-repeat;content:none!important;display:block;height:20px!important;position:static!important;transform:none!important;width:30px!important}.elementor-location-header li.wpml-ls-item.wpml-ls-menu-item ul.dropdown-menu{border-top:3px solid var(--e-global-color-secondary);margin-top:-3px!important;padding-top:10px!important}.elementor-location-header li.wpml-ls-item.wpml-ls-menu-item ul.dropdown-menu .menu-item{margin-left:0!important}.elementor-location-header li.wpml-ls-item.wpml-ls-menu-item ul.dropdown-menu .menu-item>a{color:var(--e-global-color-text)!important;padding:8px 15px!important}.elementor-location-header li.wpml-ls-item.wpml-ls-menu-item ul.dropdown-menu .menu-item>a:hover{color:var(--e-global-color-text)!important;font-weight:600!important}.elementor-location-header .bt-desktop-menu .dropdown-menu,.elementor-location-header .product-desktop-menu .dropdown-menu{left:0!important;max-width:1000px!important}}@media(min-width:1025px) and (max-width:1360px){.elementor-location-header .wpml-ls-sub-menu .wpml-ls-item{margin-bottom:14px!important}.elementor-location-header .wpml-ls-sub-menu .wpml-ls-item:last-child{margin-bottom:0!important}.elementor-location-header .shop-button .elementor-widget-container{margin-left:30px!important}.elementor-location-header .login-button a,.elementor-location-header .shop-button a{padding:10px 25px!important}.elementor-location-header .equal-height-heading .elementor-heading-title{min-height:48px}}@media(min-width:1286px){.elementor-location-header .product-dropdown-menu{position:relative!important}.elementor-location-header .product-dropdown-menu .dropdown-menu{left:0!important;max-width:1206px;right:0!important;transform:translateX(-40%)}}@media(max-width:1024px){.elementor-location-header:before{height:68px}.elementor-location-header .mobile-plus-toggle-menu{height:20px!important;position:relative;z-index:10}.elementor-location-header .mobile-plus-toggle-menu.toggle-style-4:not(.plus-collapsed) span:nth-last-child(3){transform:rotate(45deg) translate(5px)!important}.elementor-location-header .mobile-plus-toggle-menu.toggle-style-4:not(.plus-collapsed) span:last-child{transform:rotate(-45deg) translate(-4px,6px)!important}.elementor-location-header .nav{justify-content:center}.elementor-location-header .nav span{margin-bottom:6px!important}.elementor-location-header .nav span:last-child{margin-bottom:0!important}.elementor-location-header .plus-navigation-wrap .plus-mobile-menu-content.collapse{background:#fff;bottom:0!important;display:block!important;display:none!important;height:100%!important;left:auto!important;margin-top:0;opacity:0;overflow-y:auto;padding-top:0!important;position:fixed;right:0!important;top:131px!important;transition:opacity .7s ease-in-out;width:100%!important}.elementor-location-header .plus-navigation-wrap .plus-mobile-menu-content.collapse:before{background:#fff;box-shadow:0 1px 10px 1px rgba(0,0,0,.1);content:" ";height:68px;left:0;position:fixed;right:0;top:141.75px!important;width:100%}.elementor-location-header .plus-navigation-wrap .plus-mobile-menu-content.collapse.in,.elementor-location-header .plus-navigation-wrap .plus-mobile-menu-content.collapse.open{bottom:0!important;display:block!important;left:0!important;opacity:1;top:131px!important}.elementor-location-header .plus-mobile-menu{height:100%!important}.elementor-location-header .dropdown-menu .elementor-button-link,.elementor-location-header .plus-megamenu-content .elementor-post__title a{display:inline-flex!important}.elementor-location-header .plus-megamenu-content .elementor-post__title{margin-bottom:0}.elementor-location-header .nav{background:#fff;display:flex!important;flex-direction:column;height:100%;justify-content:flex-start;padding:15px 20px 80px!important}.elementor-location-header .nav>li{border-bottom:1px solid transparent}.elementor-location-header .nav>li.open-menu{border-bottom:1px solid #262626}.elementor-location-header .nav .open-menu>a{border-color:transparent;font-weight:600}.elementor-location-header .nav .dropdown-menu a{border:none}.elementor-location-header .nav .dropdown-menu>li>a{border-bottom:1px solid #edf0f1;white-space:pre-wrap!important}.elementor-location-header .nav .dropdown-menu>li:first-child>a{border-top:1px solid var(--e-global-color-primary)}.elementor-location-header .nav .dropdown-menu>li:last-child>a{border-bottom:none}.elementor-location-header .nav .elementor-widget-container a{padding:0!important}.elementor-location-header .nav .button_side-border{border-color:var(--e-global-color-accent)!important;border-style:solid!important;border-width:0 0 0 2px!important;padding-left:13px!important}.elementor-location-header .nav li.wpml-ls-item.wpml-ls-menu-item{order:1!important}.elementor-location-header .nav li.wpml-ls-item.wpml-ls-menu-item ul.dropdown-menu{padding:10px 20px 43px!important}.elementor-location-header .nav li.wpml-ls-item.wpml-ls-menu-item ul.dropdown-menu li.menu-item.wpml-ls-item>a{border:0!important;font-weight:400!important;padding:0 0 5px!important}.elementor-location-header .nav li.wpml-ls-item.wpml-ls-menu-item ul.dropdown-menu li.menu-item.wpml-ls-item>a:after{content:none!important}.elementor-location-header .nav .mb-contact-menu-item{order:2!important}.elementor-location-header .nav .elementor-widget-icon-box .elementor-icon,.elementor-location-header .nav .elementor-widget-icon-box .elementor-icon-box-title a{border:0!important;padding:0!important}.elementor-location-header .nav .login-button_mobile a,.elementor-location-header .nav .shop-button_mobile a{display:inline-flex;justify-content:center;max-width:162px;padding:16px 24px!important;width:100%}.elementor-location-header .nav .shop-button_mobile a{border-color:var(--e-global-color-accent)!important}.elementor-location-header .nav .login-button_mobile a,.elementor-location-header .nav .shop-button_mobile a:hover{border-color:var(--e-global-color-text)!important}.elementor-location-header .nav .login-button_mobile a:hover{border-color:var(--e-global-color-accent)!important}.elementor-location-header .nav li.dropdown .dropdown-menu>li>a:after,.elementor-location-header .nav>li.dropdown>a:after{content:"";font-size:16px}.elementor-location-header .nav li.dropdown .dropdown-menu>li.open-menu>a:after,.elementor-location-header .nav>li.dropdown.open-menu>a:after{content:""}.elementor-location-header .menu-col a:hover{color:700!important}}@media(max-width:767px){.elementor-location-header .login-btn .elementor-button,.elementor-location-header .shop-btn .elementor-button{min-width:120px!important}}.menu-col_about .elementor-widget:not(:last-child){margin-bottom:0}.quick-link a{align-items:center;display:flex;justify-content:flex-start}.quick-link .elementor-button-icon{align-items:flex-start;display:flex;padding-top:3px}.quick-link svg{width:18px}.quick-link .elementor-button-text{text-align:left}.quick-link:hover svg{fill:none!important}.elementor-widget-wpml-language-switcher,.elementor-widget-wpml-language-switcher *{height:100%}.wpml-ls-legacy-dropdown{width:auto}.wpml-ls-legacy-dropdown .wpml-ls-item a{background:transparent!important;border:0!important;padding:0!important;width:auto!important}.wpml-ls-legacy-dropdown .wpml-ls-item .wpml-ls-item-toggle{align-items:center;display:flex;justify-content:center}.wpml-ls-legacy-dropdown .wpml-ls-item .wpml-ls-item-toggle .wpml-ls-native{display:none}.wpml-ls-legacy-dropdown .wpml-ls-item .wpml-ls-item-toggle:after{content:none!important}.wpml-ls-legacy-dropdown .wpml-ls-item img{border-radius:50px;height:21px!important;-o-object-fit:cover!important;object-fit:cover!important;-o-object-position:center;object-position:center;width:21px!important}@media only screen and (min-width:768px){.menu-item.wpml-ls-item{display:none!important}}@media(min-width:1025px){.quick-links-col{background:#f7f8f9}.quick-links-col .elementor-widget-wrap{align-items:flex-start;display:flex!important;justify-content:flex-start!important;max-width:255px!important}.menu-col a:hover{font-weight:700!important}}.admin-bar .elementor-location-header:before,.admin-bar .plus-navigation-wrap .plus-mobile-menu-content.collapse:before{height:108.6px}@media(max-width:782px){.admin-bar .elementor-location-header:before,.admin-bar .plus-navigation-wrap .plus-mobile-menu-content.collapse:before{height:113.49px}}@media(max-width:1024px){.admin-bar .elementor-location-header .plus-navigation-wrap .plus-mobile-menu-content.collapse:before{height:112px}}@media(max-width:782px){.admin-bar .elementor-location-header .plus-navigation-wrap .plus-mobile-menu-content.collapse{padding-top:0!important}.admin-bar .elementor-location-header .plus-navigation-wrap .plus-mobile-menu-content.collapse:before{height:126px}}.closed-notification .elementor-location-header,body:not(.notification-visible):not(.press_release-template-default) .elementor-location-header{top:0!important}@media(max-width:1024px){.closed-notification .elementor-location-header .plus-navigation-wrap .plus-mobile-menu-content.collapse,.closed-notification .elementor-location-header .plus-navigation-wrap .plus-mobile-menu-content.collapse.in,.closed-notification .elementor-location-header .plus-navigation-wrap .plus-mobile-menu-content.collapse.in:before,.closed-notification .elementor-location-header .plus-navigation-wrap .plus-mobile-menu-content.collapse.open,.closed-notification .elementor-location-header .plus-navigation-wrap .plus-mobile-menu-content.collapse.open:before,.closed-notification .elementor-location-header .plus-navigation-wrap .plus-mobile-menu-content.collapse:before,body:not(.notification-visible):not(.press_release-template-default) .elementor-location-header .plus-navigation-wrap .plus-mobile-menu-content.collapse,body:not(.notification-visible):not(.press_release-template-default) .elementor-location-header .plus-navigation-wrap .plus-mobile-menu-content.collapse.in,body:not(.notification-visible):not(.press_release-template-default) .elementor-location-header .plus-navigation-wrap .plus-mobile-menu-content.collapse.in:before,body:not(.notification-visible):not(.press_release-template-default) .elementor-location-header .plus-navigation-wrap .plus-mobile-menu-content.collapse.open,body:not(.notification-visible):not(.press_release-template-default) .elementor-location-header .plus-navigation-wrap .plus-mobile-menu-content.collapse.open:before,body:not(.notification-visible):not(.press_release-template-default) .elementor-location-header .plus-navigation-wrap .plus-mobile-menu-content.collapse:before{top:68px!important}}.header-secondary{left:0!important;position:sticky!important;top:0;z-index:99}.header-secondary .elementor-widget-wrap{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:16px;justify-content:space-between}.header-secondary__cta{flex-shrink:0}.header-secondary__cta *{transition:all .3s ease-in-out}.header-secondary__cta .elementor-button-text{align-items:center;display:flex}.header-secondary__cta .elementor-button-text:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='15' fill='none'%3E%3Cpath stroke='%23262626' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.737' d='M17.135 7.5H1.503M10.51.914 17.134 7.5l-6.624 6.586'/%3E%3C/svg%3E");background-size:contain;content:"";display:inline-block;flex-shrink:0;height:8px;margin-left:6px;margin-top:2px;transition:all .3s ease-in-out;width:11px}@media(min-width:768px){.header-secondary__cta .elementor-button-text:after{height:13px;margin-left:8px;width:16px}}@media(max-width:768px){.header-secondary__cta{margin-left:auto}}@media(min-width:1025px){.header-secondary__cta{order:3}}.header-secondary__nav.elementor-element{width:auto!important}.header-secondary__nav .menu-item a{transition:all .3s ease-in-out}.header-secondary__nav .menu-item a:hover{font-weight:600!important}.header-secondary__nav .elementor-nav-menu--dropdown{padding:32px}.header-secondary__nav .elementor-nav-menu--dropdown a{display:block;margin:auto;text-align:center}body.rtl .elementor-location-header .header-link-with-icon .elementor-button:after{transform:scaleX(-1)}body.rtl .elementor-location-header .elementor-button-content-wrapper{text-align:right}body:not(.notification-visible) .elementor-location-header[data-elementor-id="147896"] .header-v2.elementor-sticky--effects{padding-top:0!important}.elementor-location-header[data-elementor-id="147896"],.elementor-location-header[data-elementor-id="192402"]{left:0;position:absolute!important;right:0;z-index:100}.elementor-location-header[data-elementor-id="147896"] header,.elementor-location-header[data-elementor-id="192402"] header{box-shadow:none!important}@media only screen and (max-width:1023px){.elementor-location-header[data-elementor-id="147896"] header,.elementor-location-header[data-elementor-id="192402"] header{box-shadow:inset 0 -2px 10px -2px rgba(0,0,0,.1)}.elementor-location-header[data-elementor-id="147896"],.elementor-location-header[data-elementor-id="192402"]{position:sticky!important}.elementor-location-header[data-elementor-id="147896"] header,.elementor-location-header[data-elementor-id="192402"] header{position:static;transition:top .3s ease!important}}.elementor-location-header[data-elementor-id="147896"] .plus-navigation-wrap .plus-mobile-menu-content.collapse:before,.elementor-location-header[data-elementor-id="147896"]:before{content:none!important}header .wpml-ls-sub-menu:not(:has(li)){display:none}.header-v2{position:fixed;width:100%}.header-v2 .shop-btn{margin:0!important}.header-v2 .shop-btn a{border:0!important;border-radius:8px!important;font-size:18px;font-weight:600}.header-v2 .mb-contact-menu-item{padding-bottom:10px}.header-v2 .mb-contact-menu-item a{border-radius:8px!important;font-size:18px;font-weight:600}.header-v2__right-col{width:26%!important}.header-v2__right-col .elementor-widget-wrap{gap:1rem}.header-v2 .elementor-widget-wpml-language-switcher,.header-v2 .elementor-widget-wpml-language-switcher *{height:100%}.header-v2 .wpml-ls-legacy-dropdown{width:auto}.header-v2 .wpml-ls-legacy-dropdown .wpml-ls-item a{background:transparent!important;border:0!important;padding:0!important;width:auto!important}.header-v2 .wpml-ls-legacy-dropdown .wpml-ls-item .wpml-ls-item-toggle{align-items:center;display:flex;justify-content:center}.header-v2 .wpml-ls-legacy-dropdown .wpml-ls-item .wpml-ls-item-toggle .wpml-ls-native{display:none}.header-v2 .wpml-ls-legacy-dropdown .wpml-ls-item .wpml-ls-item-toggle:after{content:none!important}.header-v2 .wpml-ls-legacy-dropdown .wpml-ls-item img{border-radius:50px;height:21px!important;-o-object-fit:cover!important;object-fit:cover!important;width:21px!important}.header-v2 .wpml-ls-legacy-dropdown .wpml-ls-item .wpml-ls-item-ja img{border:1px solid #f2f2f2;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.header-v2 .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{background:#fff;border:0;border-radius:0 0 10px 10px;box-shadow:0 15px 20px rgba(0,0,0,.15);box-sizing:content-box;height:auto;min-width:118px;padding:18px 20px 28px!important;transform:translate(-50%)}.header-v2 .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{align-items:center;display:inline-flex;justify-content:flex-start}.header-v2 .wpml-ls-legacy-dropdown .wpml-ls-sub-menu img{margin-right:15px}.header-v2 .wpml-ls-legacy-dropdown .wpml-ls-sub-menu span{font-size:12px;font-weight:400;line-height:1.25em}.header-v2 .shop-button-shortcode{margin:0!important}.header-v2.elementor-sticky--effects{padding-top:0!important}@media only screen and (max-width:1023px){.header-v2.elementor-sticky--effects{padding-top:0!important}}@media only screen and (max-width:767px){.header-v2 .nav .mb-contact-menu-item{order:2}}@media(min-width:1025px) and (max-width:1359px){.header-v2 .login-btn a,.header-v2 .shop-btn a{min-width:90px!important}.header-v2 .plus-navigation-menu .navbar-nav>li>a{font-size:16px!important}}@media(min-width:1025px){.header-v2 .product-desktop-menu .dropdown-menu{left:0!important;max-width:1000px!important}.header-v2 .bt-desktop-menu .dropdown-menu{left:0!important;max-width:800px!important}}@media only screen and (min-width:768px){.header-v2 .menu-item.wpml-ls-item{display:none!important}}.closed-notification .header-v2,.closed-notification .header-v2.elementor-sticky--effects{padding-top:0!important}@media only screen and (max-width:1023px){.closed-notification .elementor-location-header[data-elementor-id="147896"] header.elementor-sticky--effects{top:0!important}}@media(min-width:1025px) and (max-width:1200px){.header-v2__nav-col{width:75%!important}}body.rtl .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{transform:translate(50%)}body.rtl .header-v2__logo-col .elementor-widget-image{text-align:right}.elementor-location-footer .elementor-icon-list-items{margin:0!important}.elementor-location-footer .elementor-post__title a{transition:all .3s ease}.elementor-location-footer .elementor-post__title a:hover{color:var(--e-global-color-accent)!important}.elementor-location-footer .elementor-icon-list-items{list-style:none}.elementor-location-footer .elementor-icon-list-items a{padding:0!important}.footer-policy-menu .elementor-icon-list-item{margin:0 10px 0 0!important;padding:0 10px 0 0!important;position:relative}.footer-policy-menu .elementor-icon-list-item:after{height:100%;position:absolute!important;right:0!important;width:1px}.footer-policy-menu .elementor-icon-list-item:last-child{margin:0!important}@media(max-width:768px){.elementor-location-footer .plus-navigation-menu ul{text-align:left;width:100%}.elementor-location-footer .plus-navigation-menu .open-menu>a{font-weight:600}.elementor-location-footer .plus-navigation-menu>li.dropdown>a:after{content:"";font-family:Font Awesome\ 5 Free;font-size:16px;right:0}.elementor-location-footer .plus-navigation-menu>li.dropdown.open-menu>a:after{content:""}.elementor-location-footer .plus-navigation-menu .elementor-icon-list-items a{padding:0!important}}body.rtl .footer-policy-menu .elementor-icon-list-item{border-left:1px solid #dadada;margin:0 0 0 10px!important;padding:0 0 0 10px!important}body.rtl .footer-policy-menu .elementor-icon-list-item:after{content:none!important}.press_release-template-default.lock{overflow:auto!important}.press_release-template-default .admin-bar .plus-navigation-wrap .plus-mobile-menu-content.collapse:before,.press_release-template-default .elementor-location-header .plus-navigation-wrap .plus-mobile-menu-content.collapse:before,.press_release-template-default .elementor-location-header:before{content:none!important}.press_release-template-default #menu-press-release-menu .current-menu-parent>a{border-bottom:2px solid #ff3653;font-weight:600}@media only screen and (max-width:1279px){.press_release-template-default #menu-press-release-menu>li{padding:0 0 0 10px}.press_release-template-default #menu-press-release-menu>li>a{font-size:16px}}@media only screen and (max-width:1023px){.press_release-template-default .press-release-header__menu-container{width:36px!important}.press_release-template-default .elementor-location-header .plus-navigation-wrap .plus-mobile-menu-content.collapse{background:#262626!important;left:0!important;padding-top:0!important;right:auto!important;width:80%!important}.press_release-template-default .plus-mobile-menu,.press_release-template-default .plus-mobile-menu-content{background:#262626!important;overflow:auto!important}.press_release-template-default #menu-press-release-menu-mobile{background:#262626!important;height:100%!important;margin-top:94px!important;overflow:auto;padding:0!important;scrollbar-width:none;-ms-overflow-style:-ms-autohiding-scrollbar}.press_release-template-default #menu-press-release-menu-mobile::-webkit-scrollbar{display:none}.press_release-template-default #menu-press-release-menu-mobile>li>a{border-bottom:1px solid #3d3d3d;margin:0 10px!important;padding:24px 30px!important}.press_release-template-default #menu-press-release-menu-mobile>li>.dropdown-menu{background:#3d3d3d!important;padding:0 40px!important}.press_release-template-default #menu-press-release-menu-mobile>li>.dropdown-menu>li>.dropdown-menu{padding-left:20px!important}.press_release-template-default #menu-press-release-menu-mobile>li.open-menu>a{border-bottom:none}.press_release-template-default #menu-press-release-menu-mobile li a:after{content:none!important}.press_release-template-default #menu-press-release-menu-mobile li.menu-item.menu-item-has-children>a:after{color:#fff!important;content:""!important}.press_release-template-default #menu-press-release-menu-mobile li.menu-item.menu-item-has-children.open-menu>a:after{color:#fff!important;content:""!important}.press_release-template-default #menu-press-release-menu-mobile .dropdown-menu a{padding:12px 10px!important}.press_release-template-default #menu-press-release-menu-mobile .dropdown-menu .dropdown-menu a{color:#fff!important}.press_release-template-default .elementor-location-header .plus-navigation-wrap .plus-mobile-menu-content.collapse,.press_release-template-default .elementor-location-header .plus-navigation-wrap .plus-mobile-menu-content.collapse.in,.press_release-template-default .elementor-location-header .plus-navigation-wrap .plus-mobile-menu-content.collapse.in:before,.press_release-template-default .elementor-location-header .plus-navigation-wrap .plus-mobile-menu-content.collapse.open,.press_release-template-default .elementor-location-header .plus-navigation-wrap .plus-mobile-menu-content.collapse.open:before,.press_release-template-default .elementor-location-header .plus-navigation-wrap .plus-mobile-menu-content.collapse:before{top:0!important}}.single-articles .post-author .elementor-author-box__name,.single-news .post-author .elementor-author-box__name,.single-post .post-author .elementor-author-box__name{margin-top:0!important}.single-articles .elementor-widget-theme-post-content h2,.single-articles .elementor-widget-theme-post-content h3,.single-articles .elementor-widget-theme-post-content h4,.single-articles .elementor-widget-theme-post-content h5,.single-news .elementor-widget-theme-post-content h2,.single-news .elementor-widget-theme-post-content h3,.single-news .elementor-widget-theme-post-content h4,.single-news .elementor-widget-theme-post-content h5,.single-post .elementor-widget-theme-post-content h2,.single-post .elementor-widget-theme-post-content h3,.single-post .elementor-widget-theme-post-content h4,.single-post .elementor-widget-theme-post-content h5{font-family:Outfit,Sans-serif!important;font-weight:600}.single-articles .elementor-widget-theme-post-content h2,.single-news .elementor-widget-theme-post-content h2,.single-post .elementor-widget-theme-post-content h2{font-size:35px;line-height:1.14em}.single-articles .elementor-widget-theme-post-content h3,.single-news .elementor-widget-theme-post-content h3,.single-post .elementor-widget-theme-post-content h3{font-size:24px;line-height:1.25em}.single-articles .elementor-widget-theme-post-content h4,.single-news .elementor-widget-theme-post-content h4,.single-post .elementor-widget-theme-post-content h4{font-size:22px;line-height:1.25em}.single-articles .elementor-widget-theme-post-content h5,.single-news .elementor-widget-theme-post-content h5,.single-post .elementor-widget-theme-post-content h5{font-size:20px;line-height:1.25em}.single-articles .elementor-widget-theme-post-content h6,.single-news .elementor-widget-theme-post-content h6,.single-post .elementor-widget-theme-post-content h6{font-size:18px;line-height:1.25em}.single-articles .elementor-widget-theme-post-content a,.single-news .elementor-widget-theme-post-content a,.single-post .elementor-widget-theme-post-content a{color:var(--e-global-color-secondary);-webkit-text-decoration:underline;text-decoration:underline}.single-articles .elementor-widget-theme-post-content img,.single-news .elementor-widget-theme-post-content img,.single-post .elementor-widget-theme-post-content img{border-radius:10px}@media only screen and (max-width:767px){.single-articles .elementor-widget-theme-post-content h2,.single-news .elementor-widget-theme-post-content h2,.single-post .elementor-widget-theme-post-content h2{font-size:30px}}.single-articles .related-posts--pagination .page-numbers.current,.single-news .related-posts--pagination .page-numbers.current,.single-post .related-posts--pagination .page-numbers.current{background:none!important;color:#ffca00!important}@media only screen and (max-width:1023px){.single-articles .related-posts--wrapper,.single-news .related-posts--wrapper,.single-post .related-posts--wrapper{grid-template-columns:repeat(2,1fr)!important}}@media only screen and (max-width:767px){.single-articles .related-posts--wrapper,.single-news .related-posts--wrapper,.single-post .related-posts--wrapper{grid-template-columns:repeat(1,1fr)!important}}.single-articles .more-posts__grid .slick-arrow svg,.single-glossary .more-posts__grid .slick-arrow svg,.single-news .more-posts__grid .slick-arrow svg,.single-post .more-posts__grid .slick-arrow svg{display:none}.single-articles .more-posts__grid .slick-arrow,.single-glossary .more-posts__grid .slick-arrow,.single-news .more-posts__grid .slick-arrow,.single-post .more-posts__grid .slick-arrow{background:#fff!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='43' fill='none'%3E%3Cpath fill='%23262626' d='m30.905 22.31-7.277 7.277a1.22 1.22 0 0 1-2.08-.861 1.22 1.22 0 0 1 .357-.861l5.216-5.204H13.063a1.213 1.213 0 1 1 0-2.426h14.058l-5.216-5.203a1.218 1.218 0 0 1 1.723-1.723l7.277 7.278a1.213 1.213 0 0 1 0 1.722'/%3E%3C/svg%3E")!important;background-position:50%!important;background-repeat:no-repeat!important;border-radius:50%!important;box-shadow:2px 2px 10px rgba(0,0,0,.25)!important;top:50%!important;transform:translateY(-50%)!important}.single-articles .more-posts__grid .slick-arrow.prev-arrow,.single-glossary .more-posts__grid .slick-arrow.prev-arrow,.single-news .more-posts__grid .slick-arrow.prev-arrow,.single-post .more-posts__grid .slick-arrow.prev-arrow{transform:rotate(180deg) translateY(50%)!important}.single-articles .more-posts__wrapper>.elementor-container,.single-glossary .more-posts__wrapper>.elementor-container,.single-news .more-posts__wrapper>.elementor-container,.single-post .more-posts__wrapper>.elementor-container{height:100%}.single-articles .more-posts__item>.elementor-widget-wrap,.single-glossary .more-posts__item>.elementor-widget-wrap,.single-news .more-posts__item>.elementor-widget-wrap,.single-post .more-posts__item>.elementor-widget-wrap{flex-direction:column;justify-content:space-between}.single-articles .more-posts__item .elementor-widget-image a,.single-glossary .more-posts__item .elementor-widget-image a,.single-news .more-posts__item .elementor-widget-image a,.single-post .more-posts__item .elementor-widget-image a{width:100%}.single-articles .more-posts__item .elementor-heading-title a:hover,.single-glossary .more-posts__item .elementor-heading-title a:hover,.single-news .more-posts__item .elementor-heading-title a:hover,.single-post .more-posts__item .elementor-heading-title a:hover{color:var(--e-global-color-accent)!important}.single-articles .more-posts__item .post-info ul.elementor-post-info,.single-glossary .more-posts__item .post-info ul.elementor-post-info,.single-news .more-posts__item .post-info ul.elementor-post-info,.single-post .more-posts__item .post-info ul.elementor-post-info{margin-bottom:0!important}.legal-hub-breadcrumbs a{font-weight:400}.legal-hub a{transition:all .3s ease}.legal-content table *{word-break:break-all}.legal-content a{font-weight:700;-webkit-text-decoration:underline;text-decoration:underline}.legal-content a *{font-weight:700}.legal-content table{border-collapse:collapse}.legal-content table *{word-break:break-word}.legal-content table thead tr td{background:#ffca00!important;color:#000!important}.legal-content table thead tr{border:1px solid #000;vertical-align:middle}.legal-content table .privacy-table__heading-row td{background:#f7f8f8!important}.legal-content table td,.legal-content table th,.legal-content table tr{border-color:#707070}.legal-content table tr{border:1px solid #707070;padding:10px!important;vertical-align:top}.legal-content table tr td{border:1px solid #707070!important;padding:10px!important}.legal-content table tr td h2,.legal-content table tr td h3,.legal-content table tr td h4,.legal-content table tr td h5,.legal-content table tr td h6{margin-top:0!important;padding-top:0!important}.privacy-table-container{overflow:auto}.privacy-table{border-collapse:collapse;min-width:800px}.privacy-table .privacy-table__heading-row td{background:#f7f8f8!important}.legal-tab__head{-moz-column-gap:30px;column-gap:30px;display:flex;flex-flow:row;overflow:auto;padding-bottom:30px}.legal-tab__head::-webkit-scrollbar{height:5px}.legal-tab__head::-webkit-scrollbar-thumb,.legal-tab__head::-webkit-scrollbar-thumb:hover{background:#ffca00;border-radius:5px}.legal-tab__head--item{background:#f2f2f2;border-radius:10px;color:#000;cursor:pointer;font-size:20px!important;font-weight:400!important;line-height:1!important;min-width:200px;padding:18px;text-align:center}.legal-tab__head--item.active{background:#ffca00;font-weight:600!important}.legal-tab__head--item:last-child{background:rgba(109,91,247,.2)!important;color:#6d5bf7!important}.legal-tab__content{margin-top:50px}.legal-tab__content--item{display:none}.legal-tab__content--item.active{display:flex;flex-flow:wrap;justify-content:space-between}.legal-tab__content--item a{border-bottom:1px solid #d4d4d4;color:#262626!important;font-family:Outfit!important;font-size:24px!important;font-weight:600!important;line-height:1.16em!important;padding:18px 0;transition:.5s;width:calc(50% - 30px)!important}.legal-tab__content--item a:hover{color:#ffca00!important}@media only screen and (max-width:767px){.legal-tab__head{-ms-overflow-style:none;scrollbar-width:none}.legal-tab__head::-webkit-scrollbar{display:none}.legal-tab__head--item:first-child{margin-left:20px}.legal-tab__head--item:last-child{margin-right:20px}.legal-tab__content{margin-top:20px;padding-left:20px;padding-right:20px}.legal-tab__content--item a{width:100%!important}}.post-type-archive-legal_hub>div.elementor,.single-legal_hub>div.elementor{display:flex;flex-direction:column;min-height:100vh}.post-type-archive-legal_hub .legal-hub__item,.single-legal_hub .legal-hub__item{border:2px solid transparent;cursor:pointer;transition:.3s}.post-type-archive-legal_hub .legal-hub__item:hover,.single-legal_hub .legal-hub__item:hover{border-color:var(--e-global-color-017a986)}.post-type-archive-legal_hub .legal-hub__document .elementor-widget-jet-listing-dynamic-field,.single-legal_hub .legal-hub__document .elementor-widget-jet-listing-dynamic-field{cursor:pointer;transition:.3s}.post-type-archive-legal_hub .legal-hub__document .elementor-widget-jet-listing-dynamic-field:hover,.single-legal_hub .legal-hub__document .elementor-widget-jet-listing-dynamic-field:hover{color:var(--e-global-color-017a986)}.closed-notification .elementor-location-header[data-elementor-id="126280"],body:not(.notification-visible) .elementor-location-header[data-elementor-id="126280"]{top:0!important}@media(max-width:1024px){.closed-notification .elementor-location-header[data-elementor-id="126280"] .plus-navigation-wrap .plus-mobile-menu-content.collapse,.closed-notification .elementor-location-header[data-elementor-id="126280"] .plus-navigation-wrap .plus-mobile-menu-content.collapse.in,.closed-notification .elementor-location-header[data-elementor-id="126280"] .plus-navigation-wrap .plus-mobile-menu-content.collapse.in:before,.closed-notification .elementor-location-header[data-elementor-id="126280"] .plus-navigation-wrap .plus-mobile-menu-content.collapse.open,.closed-notification .elementor-location-header[data-elementor-id="126280"] .plus-navigation-wrap .plus-mobile-menu-content.collapse.open:before,.closed-notification .elementor-location-header[data-elementor-id="126280"] .plus-navigation-wrap .plus-mobile-menu-content.collapse:before,body:not(.notification-visible) .elementor-location-header[data-elementor-id="126280"] .plus-navigation-wrap .plus-mobile-menu-content.collapse,body:not(.notification-visible) .elementor-location-header[data-elementor-id="126280"] .plus-navigation-wrap .plus-mobile-menu-content.collapse.in,body:not(.notification-visible) .elementor-location-header[data-elementor-id="126280"] .plus-navigation-wrap .plus-mobile-menu-content.collapse.in:before,body:not(.notification-visible) .elementor-location-header[data-elementor-id="126280"] .plus-navigation-wrap .plus-mobile-menu-content.collapse.open,body:not(.notification-visible) .elementor-location-header[data-elementor-id="126280"] .plus-navigation-wrap .plus-mobile-menu-content.collapse.open:before,body:not(.notification-visible) .elementor-location-header[data-elementor-id="126280"] .plus-navigation-wrap .plus-mobile-menu-content.collapse:before{top:92px!important}}.elementor-location-header[data-elementor-id="126280"]{left:0;padding-top:0;position:sticky!important;right:0;top:44px!important;transition:none;z-index:98}.elementor-location-header[data-elementor-id="126280"]:before{content:none!important}@media only screen and (max-width:1023px){.elementor-location-header[data-elementor-id="126280"]{top:63px!important}}@media(max-width:1024px){.elementor-location-header[data-elementor-id="126280"]:before{height:92px}.elementor-location-header[data-elementor-id="126280"] .plus-navigation-wrap .plus-mobile-menu-content.collapse,.elementor-location-header[data-elementor-id="126280"] .plus-navigation-wrap .plus-mobile-menu-content.collapse.in,.elementor-location-header[data-elementor-id="126280"] .plus-navigation-wrap .plus-mobile-menu-content.collapse.open,.elementor-location-header[data-elementor-id="126280"] .plus-navigation-wrap .plus-mobile-menu-content.collapse:before{top:155px!important}}.glossary-search .jet-search-filter{position:relative}.glossary-search .jet-search-filter__input-loading{translate:0 -50%!important}.glossary-search .jet-search-filter__input-clear,.glossary-search .jet-search-filter__input-loading{height:18px!important;margin:0!important;padding:0!important;position:absolute!important;right:21px!important;top:50%!important;width:18px!important}.glossary-search .jet-search-filter__input-clear{display:block!important;transform:translateY(-50%)}.glossary-search .jet-search-filter__input-clear:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Ccircle cx='7.169' cy='7.169' r='6.337' stroke='%232B2B2B' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath stroke='%232B2B2B' stroke-linecap='round' stroke-linejoin='round' d='m16.023 16.732-4.733-4.617'/%3E%3C/svg%3E");background-position:50% right;background-repeat:no-repeat;background-size:contain;content:" "!important;display:block;height:100%;transition:all .3s ease;width:100%}.glossary-search .jet-search-filter input[type=search]::-webkit-search-cancel-button,.glossary-search .jet-search-filter input[type=search]::-webkit-search-decoration,.glossary-search .jet-search-filter input[type=search]::-webkit-search-results-button,.glossary-search .jet-search-filter input[type=search]::-webkit-search-results-decoration{display:none}.glossary-search .jet-search-filter .jet-input-not-empty+.jet-search-filter__input-clear:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath fill='%23231F20' d='M9.016 40.837a1 1 0 0 0 1.415-.001l14.292-14.309 14.292 14.309a1 1 0 1 0 1.416-1.413L26.153 25.129 40.43 10.836a1 1 0 1 0-1.415-1.413L24.722 23.732 10.43 9.423a1 1 0 1 0-1.415 1.413l14.276 14.293L9.015 39.423a1 1 0 0 0 .001 1.414'/%3E%3C/svg%3E")!important}.glossary-search .jet-search-filter.jet-filters-single-loading .jet-search-filter__input-clear{opacity:0!important}.glossary-search .jet-search-filter__input{min-height:41px;outline:none}.glossary-filter .jet-alphabet-list__row.no-find{pointer-events:none}.glossary-filter .jet-alphabet-list__row.no-find .jet-alphabet-list__button{color:rgba(38,38,38,.1)!important;pointer-events:none}@media only screen and (min-width:768px){.glossary-filter .jet-alphabet-list__button:hover{color:#ffca00!important}}@media only screen and (max-width:767px){.glossary-filter .jet-alphabet-list-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:-ms-autohiding-scrollbar}.glossary-filter .jet-alphabet-list-wrapper ::-webkit-scrollbar{display:none}.glossary-filter .jet-alphabet-list-wrapper>fieldset{display:flex;flex-wrap:nowrap}.glossary-filter .jet-alphabet-list__button{align-items:center;background:#f2f2f2!important;display:flex;height:41px;justify-content:center;width:46px}.glossary-filter .jet-alphabet-list__input:checked~.jet-alphabet-list__button{background:#ffca00!important;color:#262626!important}}.glossary-reset,.glossary-reset .hide{display:block!important}#glossary-grouped>div{margin-bottom:10px}#glossary-grouped>div:last-child{margin-bottom:0}#glossary-grouped .letter{font-size:32px;font-weight:600;line-height:1.7em;margin-bottom:8px;padding:0 10px}@media only screen and (min-width:768px){#glossary-grouped>div{margin-bottom:66px}#glossary-grouped>div:last-child{margin-bottom:0}#glossary-grouped .letter{font-size:45px;line-height:1.22em}}.glossary-item .elementor-container{flex-wrap:nowrap}.glossary-item .elementor-container .elementor-column:first-child{width:30px}.glossary-item .elementor-container .elementor-column:last-child{flex-grow:1;width:auto}.glossary-item__badge>div{align-items:center;display:flex;height:30px;justify-content:center;width:30px}.glossary-item__badge .jet-listing-dynamic-field__inline-wrap{position:relative}.glossary-item__badge .jet-listing-dynamic-field__content{font-size:0!important;left:-6.5px;position:absolute;top:-10px}.glossary-item__badge .jet-listing-dynamic-field__content:first-letter{font-size:20px!important;line-height:20px!important}.case-study-template-default .case-studies-slide__img{cursor:pointer}.case-study-template-default .cs-challenge{position:relative}.case-study-template-default .cs-challenge:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='442' height='468' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%236A58EF' fill-opacity='.1' d='M526 263c0 145.251-117.749 263-263 263S0 408.251 0 263 117.749 0 263 0s263 117.749 263 263'/%3E%3Ccircle cx='263' cy='263' r='112.485' fill='%23fff' fill-opacity='.6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h526v468H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-position:100% 0;background-repeat:no-repeat;background-size:contain;bottom:0;content:"";height:468px;left:auto;margin:0 auto;max-width:468px;overflow:hidden;position:absolute;right:0;width:100%;z-index:0}@media only screen and (max-width:767px){.case-study-template-default .cs-challenge:before{height:168px;max-width:168px}}.case-study-template-default .case-study-card__right-side>.elementor-widget-wrap{display:flex;flex-direction:column!important}.case-study-template-default .case-studies-card:hover .jet-listing-dynamic-link__icon path{fill:#ffca00!important}.case-study-template-default .case-studies-card:hover .success-story-single__card-arrow .jet-listing-dynamic-link__label{color:#ffca00!important}.case-study-template-default .success-story-single__card-arrow{margin-top:auto!important}.case-study-template-default .success-story-single__card-arrow .jet-listing-dynamic-link__link{justify-content:space-between;width:100%}.case-study-template-default .success-story-single__card-link,.case-study-template-default .success-story-single__card-link *{height:100%;width:100%}.case-study-template-default .success-story-single__author-img,.case-study-template-default .success-story-single__author-img .elementor-widget-container,.case-study-template-default .success-story-single__author-img .jet-listing-dynamic-image,.case-study-template-default .success-story-single__card-link .elementor-section .elementor-container,.case-study-template-default .success-story-single__card-link>.elementor-container{height:100%}.case-study-template-default .success-story-single__card-arrow .jet-listing-dynamic-link__icon path,.case-study-template-default .success-story-single__card-arrow .jet-listing-dynamic-link__label{transition:all .3s ease}.single-event .faq__bt *{font-family:Hurme Geometric Sans\ 3,sans-serif!important}.single-event .faq__bt--title{font-size:3rem;letter-spacing:.03em;line-height:1.2;margin-bottom:24px}.single-event .faq__bt--desc{font-size:1.5rem;line-height:1.75;margin-bottom:6.25rem}.single-event .faq__bt--subtitle{font-size:3rem;font-weight:600;letter-spacing:.03em;line-height:1.2;margin-bottom:40px}.single-event .faq__bt--more{display:none}.single-event .faq__bt--list{border-top:1px solid var(--e-global-color-primary);margin-top:0;padding-top:30px}.single-event .faq__bt--item{border-color:var(--e-global-color-primary);margin-bottom:30px;padding-bottom:30px}.single-event .faq__bt--question{align-items:center;flex-direction:row-reverse;font-size:2rem;justify-content:space-between;letter-spacing:.03em;line-height:1.5}.single-event .faq__bt--toggle{flex-shrink:0;height:5rem;margin-left:1.5rem;margin-right:0;width:5rem}.single-event .faq__bt--toggle .closed,.single-event .faq__bt--toggle .opened{height:100%;width:100%}.single-event .faq__bt--toggle .closed svg,.single-event .faq__bt--toggle .opened svg{display:none}.single-event .faq__bt--toggle .closed{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cpath stroke='%23FFCD00' stroke-width='4' d='M0 24h48M24 0v48'/%3E%3C/svg%3E") 50% no-repeat;background-size:3rem}.single-event .faq__bt--toggle .opened{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' fill='none'%3E%3Cpath stroke='%23FFCD00' stroke-width='4' d='m39 15 25 25M41 15 16 40'/%3E%3C/svg%3E") 50% no-repeat}.single-event .faq__bt--content{padding:0}.single-event .faq__bt--content *{font-size:1.25rem!important;line-height:1.4}.single-event .faq__bt--content p:last-child{margin-bottom:0}.single-event .event-benefits .jet-slick-dots{bottom:-40px;position:absolute;transform:translateY(100%)}.single-event__footer .elementor-icon-list-item{margin-bottom:1.25rem!important}@media only screen and (max-width:767px){.single-event .faq__bt--title{font-size:2rem!important;margin-bottom:20px!important}.single-event .faq__bt--desc{font-size:1.25rem!important;margin-bottom:5rem}.single-event .faq__bt--subtitle{font-size:2.5rem;text-align:center}.single-event .faq__bt--question{font-size:1.5rem!important}.single-event .faq__bt--content *{line-height:1.75}.single-event .event-benefits__container{background-color:var(--e-global-color-7880b14)!important}}@media only screen and (min-width:768px){.single-event .event-benefits .jet-listing-grid__item{position:relative}.single-event .event-benefits .jet-listing-grid__item:after{background:#ddd;content:"";display:block;height:100%;position:absolute;right:-2px;top:0;width:1px}}@media(min-width:1440px){.single-event .hero__right-side>.elementor-widget-wrap{padding-left:calc(50vw - 710px)!important}}.campaign_category-layout-e{margin:0!important}.campaign_category-layout-e *{font-family:Hurme Geometric Sans\ 3,sans-serif!important}.campaign_category-layout-e .arrow-btn .elementor-button-text{display:flex}.campaign_category-layout-e .arrow-btn .elementor-button-text:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 31 27'%3E%3Cpath stroke='%23262626' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M29 13.5H2M17.56 2.124 29 13.5 17.56 24.875'/%3E%3C/svg%3E");display:block;margin-left:9px;transition:all .3s;width:16px}.campaign_category-layout-e .arrow-btn:hover .elementor-button-text:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 31 27'%3E%3Cpath stroke='%23FFCD00' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M29 13.5H2M17.56 2.124 29 13.5 17.56 24.875'/%3E%3C/svg%3E")}.campaign_category-layout-e .benefits-items .jet-listing-dynamic-repeater__items,.campaign_category-layout-e .mission-items .jet-listing-dynamic-repeater__items{display:grid;grid-gap:60px;gap:60px}.campaign_category-layout-e .benefits-items .benefits-item,.campaign_category-layout-e .benefits-items .mission-item,.campaign_category-layout-e .mission-items .benefits-item,.campaign_category-layout-e .mission-items .mission-item{align-items:center;display:flex;flex-direction:column}.campaign_category-layout-e .benefits-items .benefits-item__img,.campaign_category-layout-e .benefits-items .mission-item__img,.campaign_category-layout-e .mission-items .benefits-item__img,.campaign_category-layout-e .mission-items .mission-item__img{height:100px;margin-bottom:35px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100px}.campaign_category-layout-e .benefits-items .benefits-item__title,.campaign_category-layout-e .benefits-items .mission-item__title,.campaign_category-layout-e .mission-items .benefits-item__title,.campaign_category-layout-e .mission-items .mission-item__title{font-size:24px;font-weight:600;letter-spacing:.03em;line-height:150%;margin-bottom:10px;text-align:center}@media only screen and (min-width:768px){.campaign_category-layout-e .benefits-items .benefits-item__title,.campaign_category-layout-e .benefits-items .mission-item__title,.campaign_category-layout-e .mission-items .benefits-item__title,.campaign_category-layout-e .mission-items .mission-item__title{min-height:72px}}.campaign_category-layout-e .benefits-items .benefits-item__text p,.campaign_category-layout-e .benefits-items .mission-item__text p,.campaign_category-layout-e .mission-items .benefits-item__text p,.campaign_category-layout-e .mission-items .mission-item__text p{font-size:18px;line-height:175%;margin:0;text-align:center}.campaign_category-layout-e .reviews-items .elementor-container{height:100%!important}.campaign_category-layout-e .revenue-items .revenue-item__column>.elementor-widget-wrap,.campaign_category-layout-e .revenue-items .success-stories-item__column>.elementor-widget-wrap,.campaign_category-layout-e .success-stories-items .revenue-item__column>.elementor-widget-wrap,.campaign_category-layout-e .success-stories-items .success-stories-item__column>.elementor-widget-wrap{flex-direction:column}.campaign_category-layout-e .revenue-items .revenue-item__content,.campaign_category-layout-e .revenue-items .success-stories-item__content,.campaign_category-layout-e .success-stories-items .revenue-item__content,.campaign_category-layout-e .success-stories-items .success-stories-item__content{flex:1}.campaign_category-layout-e .general-listing-style__item>.elementor-container,.campaign_category-layout-e .revenue-items .revenue-item__content>.elementor-container,.campaign_category-layout-e .revenue-items .success-stories-item__content>.elementor-container,.campaign_category-layout-e .success-stories-items .revenue-item__content>.elementor-container,.campaign_category-layout-e .success-stories-items .success-stories-item__content>.elementor-container{height:100%}.campaign_category-layout-e .general-listing-style__item>.elementor-container img{-o-object-position:bottom;object-position:bottom}.campaign_category-layout-e .general-listing-style__content{flex:1}.campaign_category-layout-e .general-listing-style__content>.elementor-container{height:100%}.campaign_category-layout-e .general-listing-style__title{min-height:60px}.campaign_category-layout-e .general-listing-style .slick-arrow{border-radius:50%;bottom:-100px!important;top:auto!important}.campaign_category-layout-e .general-listing-style .slick-arrow.prev-arrow{left:calc(50% - 58px)!important}.campaign_category-layout-e .general-listing-style .slick-arrow.next-arrow{right:calc(50% - 58px)!important}.campaign_category-layout-e .features-item__list ol,.campaign_category-layout-e .features-item__list ul{display:flex;flex-direction:column;gap:16px;margin:0;padding:0}.campaign_category-layout-e .features-item__list li{align-items:flex-start;display:flex}.campaign_category-layout-e .features-item__list li:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 46 47'%3E%3Ccircle cx='23' cy='23.785' r='23' fill='%23FFCD00'/%3E%3Cpath stroke='%23262626' stroke-linecap='round' stroke-width='3' d='m11.193 24.948 6.56 6.56 16.924-16.923'/%3E%3C/svg%3E");display:block;flex-shrink:0;height:27px;margin-right:10px;margin-top:2px;width:27px}@media only screen and (min-width:768px){.campaign_category-layout-e .features-item__list li:before{margin-top:4px}}.campaign_category-layout-e .partner-carousel img{max-height:48px;width:auto}.campaign_category-layout-e .partner-carousel.image-carousel img{border-radius:6px;height:100%;max-height:100%!important;-o-object-fit:cover;object-fit:cover;padding:0!important;width:195px}.campaign_category-layout-e .partner-carousel.image-carousel .splide__slide{margin-right:15px!important}.campaign_category-layout-e .partner-carousel.image-carousel .splide__slide>.elementor-widget-container,.campaign_category-layout-e .review-video__video-column :not(.elementor-custom-embed-play){height:100%}.campaign_category-layout-e .bt_products--title{font-size:40px!important;line-height:120%!important;margin-bottom:60px;max-width:100%;padding:0!important;text-align:center}.campaign_category-layout-e .bt_products--tabs{gap:24px!important;justify-content:center!important;margin-bottom:52px;padding:0!important}@media only screen and (max-width:767px){.campaign_category-layout-e .bt_products--tabs{justify-content:normal!important}}.campaign_category-layout-e .bt_products--tab{border:1px solid #262626!important;border-radius:50px!important;font-size:20px!important;font-weight:400!important;line-height:1.75!important;padding:13px 41px!important}.campaign_category-layout-e .bt_products--tab.active,.campaign_category-layout-e .bt_products--tab:hover{background-color:#ffcd00;border-color:#ffcd00!important;font-weight:400!important}.campaign_category-layout-e .bt_products--wrap .swiper-wrapper{justify-content:center}@media only screen and (max-width:767px){.campaign_category-layout-e .bt_products--wrap .swiper-wrapper:has(.swiper-slide-active){justify-content:normal!important}}.campaign_category-layout-e .bt_products--item>div{box-shadow:0 0 30px 0 rgba(38,38,38,.102)!important;padding:70px 56px!important}.campaign_category-layout-e .bt_products--item>div .bt_products--img img{height:auto;max-height:150px}.campaign_category-layout-e .bt_products--item>div .bt_products--name{font-size:32px!important;font-weight:600!important;margin-bottom:9px!important}.campaign_category-layout-e .bt_products--item>div .bt_products--text{font-size:16px!important;line-height:1.75!important;margin-bottom:0!important}.campaign_category-layout-e .bt_products--item>div .bt_products--buttons{display:none!important}.campaign_category-layout-e .footer-policy-menu .elementor-icon-list-item:hover>.elementor-icon-list-text{color:#fff!important}.campaign_category-layout-e .features-numbers__items .jet-listing-dynamic-repeater__items{gap:60px}.campaign_category-layout-e .features-numbers__items .jet-listing-dynamic-repeater__item{max-width:230px}.campaign_category-layout-e .features-numbers__item-number{font-size:75px;font-weight:600;line-height:120%;margin-bottom:12px;text-align:center}.campaign_category-layout-e .features-numbers__item-subtitle{font-size:24px;font-weight:600;line-height:150%;text-align:center}.campaign_category-layout-e .trusted-payments__logo-grid>div{display:grid!important;grid-template-columns:repeat(2,auto);grid-gap:22px;gap:22px}.campaign_category-layout-e .trusted-payments__logo-grid>div *{max-width:220px!important;width:100%!important}.campaign_category-layout-e .hbspt-form input[type=email],.campaign_category-layout-e .hbspt-form input[type=number],.campaign_category-layout-e .hbspt-form input[type=tel],.campaign_category-layout-e .hbspt-form input[type=text],.campaign_category-layout-e .hbspt-form input[type=website],.campaign_category-layout-e .hbspt-form select,.campaign_category-layout-e .hbspt-form textarea{background-color:#fff!important;border:2px solid hsla(0,0%,47%,.49)!important;color:#262626!important;font-size:16px!important}@media only screen and (min-width:768px){.campaign_category-layout-e .benefits-items .jet-listing-dynamic-repeater__items,.campaign_category-layout-e .mission-items .jet-listing-dynamic-repeater__items{align-items:flex-start;display:flex!important;flex-wrap:wrap;gap:60px;justify-content:center!important}.campaign_category-layout-e .benefits-items .jet-listing-dynamic-repeater__item,.campaign_category-layout-e .mission-items .jet-listing-dynamic-repeater__item{flex:0 0 calc(50% - 30px)}.campaign_category-layout-e .partner-carousel.image-carousel img{width:311px}.campaign_category-layout-e .general-listing-style:has(.slick-arrow){padding-bottom:100px}.campaign_category-layout-e .general-listing-style .jet-slick-dots{display:none!important}}@media only screen and (max-width:767px){.campaign_category-layout-e .general-listing-style .slick-arrow{display:none!important}.campaign_category-layout-e .general-listing-style .jet-slick-dots{margin-top:48px}.campaign_category-layout-e .features-numbers__items .jet-listing-dynamic-repeater__items{align-items:center;flex-direction:column;gap:55px}.campaign_category-layout-e .bt_products--title{font-size:20px!important}.campaign_category-layout-e .bt_products--item>div{padding:20px!important}.campaign_category-layout-e .bt_products--item>div .bt_products--name{font-size:20px!important}.campaign_category-layout-e .bt_products--tabs{gap:13px}.campaign_category-layout-e .bt_products--tab{font-size:18px!important;padding:4px 36px!important}.campaign_category-layout-e .trusted-payments__logo-grid>div{justify-content:center!important}}@media only screen and (min-width:1024px){.campaign_category-layout-e .arrow-btn .elementor-button-text:after{margin-left:16px;width:27px}.campaign_category-layout-e .hero__left-side>.elementor-widget-wrap{padding:80px 16% 80px 20px!important}.campaign_category-layout-e .benefits-items .jet-listing-dynamic-repeater__items,.campaign_category-layout-e .mission-items .jet-listing-dynamic-repeater__items{gap:60px 80px}.campaign_category-layout-e .benefits-items .jet-listing-dynamic-repeater__item,.campaign_category-layout-e .mission-items .jet-listing-dynamic-repeater__item{flex:0 0 calc(33.33333% - 53.33333px)}.campaign_category-layout-e .features-item__list li:before{height:46px;margin-right:16px;width:46px}.campaign_category-layout-e .business-items .jet-listing-grid__items{align-items:center;display:flex!important;flex-direction:row;flex-wrap:wrap;text-align:center}.campaign_category-layout-e .business-items .jet-listing-grid__item{flex:1 0 25%!important;width:25%!important}.campaign_category-layout-e .business-items .jet-listing-grid__item:nth-of-type(-n+3){flex:1 0 33.3333333333%!important;width:33.3333333333%!important}.campaign_category-layout-e .business-items .jet-listing-dynamic-repeater__item{flex:0 0 380px}}@media(min-width:1640px){.campaign_category-layout-e .hero__left-side>.elementor-widget-wrap{padding-left:calc(50vw - 800px)!important}}@media only screen and (max-width:767px){.campaign_category-layout-e .campaign_tabs_scroll .e-n-tabs-heading,.campaign_category-layout-e .campaign_tabs_scroll .elementor-tabs-wrapper{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;display:flex;gap:13px;padding:0 20px;scrollbar-width:none;-ms-overflow-style:none}.campaign_category-layout-e .campaign_tabs_scroll .e-n-tabs-heading::-webkit-scrollbar,.campaign_category-layout-e .campaign_tabs_scroll .elementor-tabs-wrapper::-webkit-scrollbar{display:none}.campaign_category-layout-e .campaign_tabs_scroll .e-n-tab-title,.campaign_category-layout-e .campaign_tabs_scroll .elementor-tab-title{flex-shrink:0;white-space:nowrap}}.partner-hub__contetn ol{counter-reset:section}.partner-hub__contetn ol>li{counter-increment:section;margin-bottom:1rem}.partner-hub__contetn ol ol{counter-reset:section;list-style-type:none;margin-top:1rem}.partner-hub__contetn ol ol>li{counter-increment:section;padding-left:3.5em;position:relative}.partner-hub__contetn ol ol>li:before{content:counters(section,".") ". ";font-weight:700;left:0;position:absolute}.partner-hub__contetn ol ol>li::marker{content:""}.partner-nav .navbar-nav{width:100%}.partner-nav .menu-item:hover a:before{display:none}.partner-nav a:after{right:0}.partner-nav .dropdown-menu{box-shadow:none!important}.partner-nav .dropdown-menu .menu-item{margin:20px 0;position:relative}.partner-nav .dropdown-menu .menu-item:before{background:transparent;content:"";display:block;height:100%;left:-26px;position:absolute;transition:all .3s;width:3px}.partner-nav .dropdown-menu .menu-item.current-menu-item:before{background-color:#ff5a6e}.partner-nav .dropdown-menu .menu-item.current-menu-item a{font-weight:700!important}.partner-nav li.nx-force-open>ul.dropdown-menu{display:block!important;height:auto!important;opacity:1!important;visibility:visible!important}.home-v2-hero{position:relative}.home-v2-hero .home-v2-hero__info>.elementor-container{margin-right:0!important}@media(min-width:1025px) and (max-width:1440px){.home-v2-hero{padding-top:160px!important}}@media(min-width:1025px) and (max-width:1365px){.home-v2-hero h1{font-size:45px!important}.home-v2-hero .elementor-147565 .elementor-element.elementor-element-a4ab044>.elementor-widget-container{margin-bottom:10px!important}}.partner-carousel-home img{filter:grayscale(1)}div.partner-carousel{margin-top:30px}@media only screen and (max-width:767px){div.partner-carousel .swiper-container .swiper-pagination{bottom:5px;display:block!important}div.partner-carousel .swiper-slide{margin-bottom:10px!important}}.partner-carousel .elementor-element-populated{flex-flow:row}.partner-carousel>div{transition:.5s}.partner-carousel .swiper-wrapper{animation-iteration-count:infinite;transition-timing-function:linear}.partner-carousel__item{margin-right:70px}.partner-carousel__item img{min-width:170px}.partner-carousel .swiper-slide{height:auto;width:auto}.partner-carousel .swiper-slide>.elementor-widget-container{align-items:center;display:flex;height:100%;justify-content:center}@media only screen and (max-width:1023px){.partner-carousel .swiper-container{padding-bottom:40px}}.partner-carousel .swiper-container .swiper-pagination{bottom:0;display:none!important;display:block;margin:0;padding:0;position:absolute!important;text-align:center;width:100%}.partner-carousel .swiper-container .swiper-pagination-bullet{background:#d9d9d9;height:10px;margin:4px 6px;opacity:1;transition:all .3s ease;width:10px}.partner-carousel .swiper-container .swiper-pagination-bullet-active{background:#ffca00}.solution-card__heading{position:relative}.solution-card__heading a{transition:all .3s ease}.solution-card__heading a:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' fill='none'%3E%3Cpath fill='%236352E0' d='M15.71 6.17v7.425a.878.878 0 1 1-1.757 0l.007-5.314-7.171 7.17a.875.875 0 1 1-1.238-1.237l7.171-7.17-5.315.005a.879.879 0 0 1 0-1.757h7.425a.875.875 0 0 1 .879.879'/%3E%3C/svg%3E");margin-left:4px;vertical-align:middle}.solution-card:hover .elementor-icon path{fill:#ffca00!important}@media only screen and (min-width:768px){.solution-card .elementor-widget-wrap{flex-wrap:nowrap}.solution-card__heading a:after{content:none}.solution-card__image{flex-shrink:0}}.home-v2-managment video{clip-path:inset(2px 2px);-o-object-fit:cover!important;object-fit:cover!important}.home-v2-managment{position:relative}.home-v2-managment .video-second .e-hosted-video{left:-10px;padding:15px 15px 10px;position:relative}.home-v2-managment .video-second video{outline:none}.home-v2-managment__video-mobile video{-o-object-fit:cover!important;object-fit:cover!important}.home-v2-managment__video-mobile .e-hosted-video{left:0;padding:0;position:relative}.home-v2-managment__video-mobile svg{height:auto;width:auto}.home-v2-managment__video-mobile-frame,.home-v2-managment__video-mobile-frame *{height:100%}.home-v2-managment__video-mobile-frame img{height:calc(100% + 30px);max-width:283px!important;-o-object-fit:fill;object-fit:fill;width:100%}.home-v2-managment .video__resources--container{margin:auto;position:relative}.home-v2-managment .video__resources--container .image__resources{bottom:15px;left:0;margin:auto;max-height:100%;position:absolute;right:25px;top:0;width:100%}.home-v2-managment .video__resources--container .image__resources .elementor-widget-container{height:100%}.home-v2-managment .video__resources--container .image__resources.hidden{display:none!important}.home-v2-managment .video__resources--container .image__resources img{height:100%;max-width:243px;-o-object-fit:cover;object-fit:cover;width:100%}.home-v2-managment .video__resources--container .image__resources--play{align-items:center;bottom:20px;display:flex;justify-content:center;left:50%;margin:auto;max-width:243px;position:absolute;top:0;transform:translateX(-50%);z-index:2}.home-v2-managment .video__resources--container .image__resources--play.hidden{opacity:0}@media only screen and (min-width:1024px){.home-v2-managment .video-second .e-hosted-video{left:-10px;padding:20px 30px 15px 25px}.home-v2-managment .video-second video{outline:none}}@media only screen and (min-width:1280px){.home-v2-managment .video-second{right:-40px!important}}@media only screen and (min-width:1446px){.home-v2-managment .video-second{right:-15%!important}}.home-v2-counters .elementor-counter{text-align:center!important}.home-v2-counters .elementor-counter-number-wrapper{display:inline-flex!important}.home-v2-counters .elementor-counter-title{word-break:break-all}@media only screen and (min-width:768px){.home-v2-counters .elementor-container{justify-content:space-between}.home-v2-counters .elementor-column{flex:0 1 auto;width:auto}}@media only screen and (max-width:1319px){.approach-right{right:0!important}}html[lang=ja] .home-v2-bt{display:none}.paypilot-features__item>.elementor-widget-wrap{align-items:center;display:flex;flex-direction:column;height:100%}.paypilot-features__divider{margin-top:auto!important}.bt-posts__item>.elementor-container{height:100%}.bt-posts__img img{border-radius:10px}.bt-posts article{transition:all .3s ease}.bt-posts article:hover{transform:scale(1.02)}.bt-posts__item-container>.elementor-widget-wrap{align-items:stretch;flex-direction:column;flex-wrap:wrap;justify-content:stretch}.bt-posts__heading{align-items:center;display:flex;flex:1 1 auto;flex-direction:column;justify-content:center}@media only screen and (max-width:767px){.get-started__form-container>.elementor-widget-wrap{box-shadow:none!important}}.ukCustomerDaySwiper{margin-left:auto;margin-right:auto;margin-top:-96px;overflow:hidden;position:relative}.ukCustomerDaySwiper>.elementor-widget-wrap{box-sizing:content-box;display:flex;flex-wrap:nowrap;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.ukCustomerDaySwiper__pagination .swiper-pagination{justify-content:flex-end;margin-top:-250px}@media only screen and (max-width:767px){.ukCustomerDaySwiper__pagination .swiper-pagination{margin-top:-40px}}.ukCustomerDaySwiper__pagination .swiper-pagination-bullet{background-color:var(--e-global-color-1e4b1fd);border:none;height:13px!important;margin-right:8px;opacity:1;width:13px!important}.ukCustomerDaySwiper__pagination .swiper-pagination-bullet:last-of-type{margin-right:0}.ukCustomerDaySwiper__pagination .swiper-pagination-bullet-active{background-color:var(--e-global-color-primary)}.ukCustomerDaySwiper__navigation .swiper-button-next,.ukCustomerDaySwiper__navigation .swiper-button-prev{background:#fff url(//www.nayax.com/es//wp-content/uploads/2023/08/arrow-right-top.svg) no-repeat 50%;border-radius:50%;display:none;filter:drop-shadow(0 4px 20px rgba(0,0,0,.5));height:56px;margin-top:-400px;transform:rotate(90deg);width:56px}@media only screen and (min-width:1280px){.ukCustomerDaySwiper__navigation .swiper-button-next,.ukCustomerDaySwiper__navigation .swiper-button-prev{display:block}}.ukCustomerDaySwiper__navigation .swiper-button-prev{margin-left:-45px;transform:rotate(-90deg)}@media only screen and (min-width:1920px){.ukCustomerDaySwiper__navigation .swiper-button-prev{margin-left:-75px}}#back-to-top>.elementor-container{flex-direction:column}#back-to-top>.elementor-container>.elementor-column{width:100%}.back-to-top__icon .elementor-widget-container{height:56px;width:56px}.list-number__item .elementor-heading-title{align-items:center;display:flex;height:32px;justify-content:center;width:32px!important}.uk-customer-day__form .hs_recaptcha{margin-right:auto;order:12;padding-left:0}.uk-customer-day__form .hs_submit{order:13}.uk-customer-day__form a{color:#0c15ff!important;font-weight:inherit;opacity:.5}@media only screen and (max-width:767px){.mobile-white-bg{background-color:var(--e-global-color-7880b14)!important}.mobile-white-bg .elementor-inner-section{box-shadow:none!important}}.search-guide .jet-search-filter__input-wrapper{position:relative}.search-guide .jet-search-filter__input-wrapper:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFCA00' viewBox='0 0 512 512'%3E%3Cpath d='M505 442.7 405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34M208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128'/%3E%3C/svg%3E");height:20px;position:absolute;right:30px;top:50%;transform:translateY(-50%);width:20px;z-index:1}.search-guide .jet-search-filter__input{padding-right:60px}.french-support{max-height:0;opacity:0;overflow:auto;position:relative;transition:all .5s linear}.french-support.active{max-height:none;opacity:1}.australia-calculator-form-wrapper .daily_payment *,.australia-calculator-form-wrapper .monthly_payment *{word-break:break-all}.past-webinars .owl-nav{display:none!important}.webinar-speakers .jet-listing-grid__items{justify-content:center}.webinar-speakers h3{margin:0!important}.relation-hebrew .webinar-speakers .jet-listing-grid__items{justify-content:flex-start}.relation-hebrew .webinar-speakers img{max-width:196px!important}@media only screen and (max-width:767px){.relation-hebrew .webinar-speakers img{max-width:132px!important}}.product-revenue-form .gfield_description,.product-revenue-form .gform_footer{display:none!important}.product-revenue-form .ginput_container input{background:#ececec;border:1px solid #ececec;border-radius:3px;color:var(--e-global-color-text);display:block;font-size:14px;font-style:normal;font-weight:400;height:38px;letter-spacing:.3px;line-height:1.6;margin-bottom:0!important;outline:none!important;padding:0 28px 0 12px;width:100%!important}.product-revenue-result span{color:#28c27d}@media only screen and (max-width:767px){.product-revenue-items>.elementor-container{display:flex;flex-wrap:nowrap;overflow:auto;padding:20px;-ms-overflow-style:none;scrollbar-width:none}.product-revenue-items>.elementor-container::-webkit-scrollbar{display:none}.product-revenue-item{flex-shrink:0;width:100%}}@media only screen and (min-width:768px){.post-type-archive-glossary #glossary-grouped>div{display:flex;flex-flow:wrap}.post-type-archive-glossary #glossary-grouped>div .letter{font-size:70px;width:100%}.post-type-archive-glossary #glossary-grouped>div .jet-listing-grid__item{width:50%}}.post-type-archive-glossary #glossary-grouped>div .jet-listing-grid__item .jet-engine-listing-overlay-wrap .jet-listing-dynamic-field__content{transition:all .3s ease}.post-type-archive-glossary #glossary-grouped>div .jet-listing-grid__item .jet-engine-listing-overlay-wrap:hover .jet-listing-dynamic-field__content{color:var(--e-global-color-accent)!important}.post-type-archive-glossary #glossary-grouped>div .jet-listing-grid__item .elementor-container>.elementor-col-50:first-child{display:none}.post-type-archive-glossary #glossary-grouped>div .jet-listing-grid__item .elementor-container>.elementor-col-50:nth-child(2)>div{padding-left:0}.nayax-employees-line .elementor-widget-wrap{display:flex;flex-direction:row;flex-wrap:nowrap;gap:13px;overflow:hidden}.nayax-employees-line .elementor-widget-wrap>*{flex:1 0 auto}.employee-notification-form form{flex-direction:column}.employee-notification-form form *{width:100%}.employee-notification-form form .hs_exclude_from_salesforce_sync,.employee-notification-form form .legal-consent-container{display:none}.employee-notification-form form .field{margin:0!important}.employee-notification-form form .field input[type=email]{border-radius:5px;border-radius:1px solid #d8d8d8;color:#979797;font-size:16px;font-weight:300;height:60px}.employee-notification-form form .hs_submit{margin-top:19px!important}.employee-notification-form form .hs_submit input[type=submit]{border-radius:5px}@media(max-width:768px){.prizes-list .elementor-container{display:flex;flex-direction:row;flex-wrap:nowrap;gap:17px;overflow:scroll;padding-bottom:21px}.prizes-list .elementor-container>.elementor-column{flex:1 0 250px}}.campaign-gallery-slider--primary .gallery-item{max-width:192px!important}@media only screen and (min-width:768px){.campaign-gallery-slider--primary .gallery-item{max-width:338px!important}}.campaign-gallery-slider--primary .swiper-button-next,.campaign-gallery-slider--primary .swiper-button-prev{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='21' fill='none'%3E%3Cpath stroke='%23262626' stroke-width='3' d='m11.23 1.06-9.109 9.11 9.11 9.11'/%3E%3C/svg%3E") 50% no-repeat;background-size:contain;height:19px;left:calc(50% - 18px);top:100%;width:10px}.campaign-gallery-slider--primary .swiper-button-next{left:calc(50% + 18px);transform:scale(-1)}.campaign-gallery-slider--secondary .gallery-item{max-width:198px!important}@media only screen and (min-width:768px){.campaign-gallery-slider--secondary .gallery-item{max-width:338px!important}}.campaign-gallery-slider--secondary .swiper-button-next,.campaign-gallery-slider--secondary .swiper-button-prev{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='21' fill='none'%3E%3Cpath stroke='%23262626' stroke-width='3' d='m11.23 1.06-9.109 9.11 9.11 9.11'/%3E%3C/svg%3E") 50% no-repeat;background-size:contain;height:19px;left:calc(50% - 18px);top:100%;width:10px}.campaign-gallery-slider--secondary .swiper-button-next{left:calc(50% + 18px);transform:scale(-1)}#accordion-section-hello_theme_options .accordion-section-title,#accordion-section-hello_theme_options .accordion-section-title:after{color:#c36}#sub-accordion-section-hello_theme_options.accordion-section-content{background:#fff}#customize-control-hello-elementor-header-footer .customize-control-header-footer-holder{margin:12px auto;max-width:300px;text-align:center}#customize-control-hello-elementor-header-footer .elementor-panel-heading-title{font-weight:600;margin:10px 0 4px}#customize-control-hello-elementor-header-footer .elementor-section-body{margin:.1em 0 1.3em}.yellow-font{color:#fec849!important}.solution-img-box figure{width:40px!important}.solution-img-box img{height:auto!important;width:40px!important}.solution-img-box h3{margin-top:0}.site-main{background:#f7f8f8;margin-left:0!important;margin-right:0!important;max-width:100%!important;padding-left:0!important;padding-right:0!important}.site-main a{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}.page-header{margin:0 auto;max-width:1200px;position:relative;z-index:1}.page-header .entry-title{color:#fff;display:inline-block;left:20px;position:relative;top:60px}.position-image{height:276px;left:0;position:absolute;right:0;top:80px;width:100%}body.logged-in .position-image{top:110px}.position-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.position-image:after{background:linear-gradient(84.72deg,rgba(0,0,0,.46) 19.56%,transparent 60.49%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.page-content{margin-top:120px}.brandColoredButton{background-color:red!important}@media screen and (max-width:1025px){.page-content{margin-top:186px}}@media screen and (max-width:767px){.meet-the-speakers,.meet-the-speakers .elementor-background-overlay{background:none!important;background-color:#fff!important}}.webinar-template-default .elementor-location-header,.webinar-template-default header{display:none!important}.speaker-loop h3{margin-top:0!important}.hr-archive img{height:200px!important;-o-object-fit:contain;object-fit:contain}.archive-breadcrumbs a,.hr-archive article:hover a{transition:.3s}.archive-breadcrumbs a:hover,.hr-archive article:hover a{color:#ffca00!important}.hebrew-text *{direction:rtl;text-align:right!important}.hebrew-text :has(.elementor-icon-box-icon) .elementor-icon-box-icon{margin-left:30px!important}.hebrew-center *{text-align:center!important}.legal-breadcrumbs a:nth-child(3):hover{color:#262626!important;cursor:auto}.legal-nav .sub-menu{display:block!important;margin:10px 0 30px!important;padding-left:24px!important;position:relative!important;width:100%!important}.legal-nav .sub-menu a{border-left:none!important;margin:20px 0;transition:.3s}.legal-nav .sub-menu a.elementor-item-active{font-weight:700!important}.legal-nav .sub-menu a:before{background:#ff3653;content:"";height:100%;left:-26px;opacity:0;position:absolute;transition:.3s;width:3px}.legal-nav .sub-menu a.elementor-item-active:before{opacity:1}.legal-content h2{font-size:25px;font-weight:500;line-height:33px;margin-bottom:3px;margin-top:0;text-transform:uppercase}.legal-content .date{margin:0 0 33px!important}.legal-content :nth-child(2):not(.date):not(li){margin-top:33px!important}.legal-content h4{font-size:16px;padding-top:26px!important;text-transform:none!important}.legal-content ol,.legal-content ul{margin-bottom:.9rem;padding-left:20px}.legal-content li::marker{color:#ffca00!important;font-weight:600}.legal-content table td,.legal-content table tr{background:#fff!important;border-color:#707070}ul.style-none{list-style:none}ul.style-none li{margin-bottom:10px}.legal-content .hebrew-text ol,.legal-content .hebrew-text ul{padding-right:20px!important}.legal-content .hebrew-text ol ul,.legal-content .hebrew-text ul ul{padding-right:0!important}.legal-content .hebrew-text ul .marker{color:#ffca00;display:inline-block;font-weight:600!important;margin-right:-20px}.hebrew-form *{direction:rtl!important}.hebrew-form .elementor-field-group{margin-bottom:20px!important}.hebrew-form button{margin:15px auto auto;max-width:260px!important}.hebrew-form button,.hebrew-form input,.hebrew-form textarea{outline:none}.elementor-message:before{display:none!important}.hebrew-form label{background:transparent!important;box-shadow:none!important;margin-bottom:3px!important;padding:0!important;text-align:right!important}.hebrew-form input:not(input[type=submit]){height:38px!important;width:100%!important}.gform_footer{justify-content:center}.hebrew-form input[type=submit]{height:62px;width:260px!important}.hebrew-form input[type=submit]:hover{background-color:#ff3653!important}.hebrew-form textarea{height:65px}.hebrew-form .wpcf7-spinner{display:none!important}.hebrew-form .gchoice{display:flex}.hebrew-form .gchoice input[type=checkbox],.hebrew-form .gchoice input[type=radio]{display:none!important}.hebrew-form .gchoice input[type=checkbox]+label,.hebrew-form .gchoice input[type=radio]+label{padding-right:28px!important;position:relative}.hebrew-form .gchoice input[type=checkbox]+label:before,.hebrew-form .gchoice input[type=radio]+label:before{background:#ececec;border-radius:3px;content:"";display:inline;height:18px;position:absolute;right:0;width:18px}.hebrew-form .gchoice input[type=checkbox]:checked+label:after,.hebrew-form .gchoice input[type=radio]:checked+label:after{background:#fec849;border-radius:3px;content:"";display:inline;height:10px;position:absolute;right:4px;top:4px;width:10px}.hebrew-list li{align-items:flex-start!important;display:flex;flex-direction:row-reverse;justify-content:flex-start!important}.hebrew-list .elementor-icon-list-text{padding:0 5px 0 0!important}.hebrew-list .elementor-icon-list-icon{margin-top:10px!important}@media(min-width:1025px){.hebrew-wrap{align-items:center;display:flex;min-height:100vh!important}}@media(max-width:1024px){.hebrew-wrap .elementor-row{flex-direction:column-reverse!important}}@media(min-width:769px){.news-grid .elementor-posts-container article:first-child{grid-column:1/4;height:323px!important}.news-grid article:first-child .news-post>div>div.elementor-widget-wrap{align-items:stretch;display:flex!important;flex-direction:row!important}.news-grid .elementor-posts-container article:first-child img{height:323px!important}.news-grid .elementor-posts-container article:first-child .elementor-widget-wrap{justify-content:center}}.news-grid .read-more{bottom:40px;left:40px;position:absolute}.news-grid .elementor-heading-title a{transition:.3s}.news-grid .elementor-heading-title a:hover{color:#ffca00}@media(max-width:768px){.dually-section{min-height:100vh}.dually-section .elementor-container{height:100%}}@media(max-width:1024px) and (min-width:769px){.dually-section .elementor-container{align-items:flex-start!important}}@media(max-width:1440px) and (min-width:1025px){.dually-section h2{font-size:34px!important;line-height:42px!important}.dually-section li span{font-size:26px!important}.dually-section .logo img{width:150px!important}}.rtl-list li{direction:rtl;text-align:right!important}.rtl-list li span{margin:0 0 0 10px}.legacy-form input:focus,.legacy-form textarea:focus{border-color:#ffca00!important;outline:1px solid #ffca00!important}.legacy-form input[type=checkbox]{display:none!important}.legacy-form input[type=checkbox]+label{padding-left:18px;position:relative}.legacy-form input[type=checkbox]+label:before{background:transparent;border:2px solid #ffca00;border-radius:50%;content:"";display:inline;height:13px;left:0;position:absolute;top:4px;width:13px}.legacy-form input[type=checkbox]:checked+label:before{background:#ffca00}@media(min-width:1025px){.report-section{min-height:calc(100vh - 122px)!important}}@media(max-width:960px){.report-section .elementor-container{max-width:320px!important}}.report-form label.elementor-field-label{cursor:default!important;-webkit-user-select:none;user-select:none}.report-form .elementor-field-type-textarea label:after{color:#989898;content:"Please provide as much information as possible about the incident, including what happened, where and when it happened, who are the people/entities involved, what they did, and any additional facts or details which may be relevant or help us to investigate the matter.";display:block;font-size:12px;font-weight:400;height:auto;line-height:16px;position:relative;width:100%}.gfield label{font-size:14px!important;font-weight:400!important;line-height:1.28;margin-bottom:5px!important}.gfield label,.gfield label .gfield_required{color:rgba(38,38,38,.5)}.gfield input:focus{border:1px solid #ddd}.gform_button{background:#fec849!important;border-color:#fec849!important;color:#262626!important;font-family:Outfit,sans-serif;font-size:21px;font-weight:400;letter-spacing:.08em;padding:11px 18px!important;width:100%}.gform_button:hover{color:#fff!important}.gform_button:focus{border-color:#fec849!important}.gfield_required{color:red!important}.gform .gform_heading{display:none}.ginput_container_date,.ginput_container_date input{width:100%!important}@media(max-width:768px){.landing-footer{display:block!important}}.elementor-location-footer[data-elementor-id="86"] .elementor-section-wrap section:last-child .elementor-widget-wrap{padding:0!important}.newsletter-hbspt label{color:#262626!important;margin:0!important;padding-left:6px}.newsletter-hbspt input:not(input[type=submit]){background:#fff!important;border-color:#d4d4d4!important;border-radius:0!important;border-width:0 0 1px!important}@media(min-width:768px){.newsletter-hbspt .hbspt-form .form-columns-2 .hs-form-field{float:none!important;padding:0!important;width:100%!important}}.newsletter-hbspt .hs_submit,.newsletter-hbspt input[type=submit]{width:100%}.newsletter-hbspt .hs_recaptcha{display:none!important}.newsletter-hbspt label.hs-error-msg{color:red!important}@media(min-height:769px){.thank-you-section{height:calc(100vh - 123px)!important}}.faq-item .elementor-toggle .elementor-tab-title{align-items:center}.moma-updates-title h1 span{color:#f0c101!important;font-size:34px!important;margin-right:5px}.full-height-moma{min-height:calc(100vh - 329px)!important}.newsletter form{align-items:flex-end!important}.no-list.hs-error-msgs.inputs-list{position:absolute}@media(min-width:1600px){.dually-eng .abs-girl{right:-75px!important;top:215px!important}.dually-eng .abs-cloud{left:60px!important;top:90px!important}}@media(min-width:1441px) and (max-width:1599px){.dually-eng .abs-girl{right:-10px!important;top:120px!important}.dually-eng .abs-cloud{left:-30px!important;top:10px!important}}@media(max-width:768px){.vending-benefits-section .elementor-widget-heading .elementor-widget-container{margin:0 0 10px!important}}.credit-card-reader-heading{padding:0 20px}.elementor-126+div .elementor-widget-breadcrumbs a{font-weight:700!important}.elementor-widget-breadcrumbs a{font-weight:400!important;transition:all .3s ease}.elementor-widget-breadcrumbs .separator{color:var(--e-global-color-accent)}.breadcrumbs-container .elementor-widget-wrap{position:static!important}.rank-math-breadcrumb p{margin:0!important}.swiper-button-next:after,.swiper-button-prev:after{content:none!important}.review-carousel .slick-dots{align-items:center;bottom:-75px!important;display:flex;justify-content:center}.review-carousel .slick-dots button,.review-carousel .slick-dots li{height:5px!important;width:5px!important}.review-carousel .slick-dots .slick-active{transform:scale(1.4)}.review-carousel .slick-dots .slick-active button{background:var(--e-global-color-primary)!important}@media(min-width:768px){.review-carousel .slick-dots{display:none!important}}.review-carousel-nav .slider-nav-next-prev a{transition:all .3s ease}.review-carousel-nav .slider-nav-next-prev a:hover{opacity:.3;transition:all .3s ease}.images__slider{padding-bottom:60px;position:relative}.images__slider .swiper-wrapper{flex-wrap:nowrap}.images__slider .swiper-button-next,.images__slider .swiper-button-prev{align-items:center;background-color:#fff;background-image:none;border-radius:50px;box-shadow:0 4px 20px rgba(0,0,0,.5);display:none;height:56px;justify-content:center;padding:8px;width:56px}.images__slider .swiper-button-next svg,.images__slider .swiper-button-prev svg{width:25px}.images__slider .swiper-button-next.swiper-button-disabled,.images__slider .swiper-button-prev.swiper-button-disabled{display:none}.images__slider .swiper-button-prev{transform:scale(-1)}.images__slider .swiper-pagination{bottom:0;display:flex;flex-direction:row;left:50%;position:absolute!important;transform:translateX(-50%)}.images__slider .swiper-pagination .swiper-pagination-bullet{background:var(--e-global-color-1e4b1fd);border-radius:50%;height:10px;margin:0 6px;opacity:1;width:10px}.images__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#ffcd00}@media only screen and (min-width:768px){.images__slider{padding-bottom:0}.images__slider .swiper-button-next,.images__slider .swiper-button-prev{display:flex}.images__slider .swiper-pagination{display:none}}.top-product-carousel .elementor-widget-image img{height:280px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.top-product-carousel__button .elementor-button-icon{align-items:center;display:flex}.top-product-carousel__button svg{width:100%}@media(max-width:767px){.top-product-carousel .elementor-widget-image img{height:190px}.retail-image-carousel img{height:260px;-o-object-fit:cover;object-fit:cover}.retail-image-carousel .elementor-swiper-button{display:none}}.slick-dots-scale button{background:#262626!important;border:none!important;transition:all .3s ease!important}.slick-dots-scale .slick-active button{background:#d4d4d4!important;transform:scale(1.5)!important}.swiper-dots-scale .swiper-pagination-bullet{background:#262626!important;border:none!important;transition:all .3s ease!important}.swiper-dots-scale .swiper-pagination-bullet-active{background:#d4d4d4!important;transform:scale(1.5)!important}.slick-arrow-chevron .slick-arrow{background-color:transparent!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:contain!important;box-shadow:none!important;height:24px!important;padding:0!important;top:50%;width:24px!important}.slick-arrow-chevron .slick-arrow:before{content:none}.slick-arrow-chevron .slick-prev{background-image:url(//www.nayax.com/es//wp-content/uploads/2022/10/left-arrow-thin.svg)!important;left:0!important;transform:translate(-100%,-50%)!important}.slick-arrow-chevron .slick-next{background-image:url(//www.nayax.com/es//wp-content/uploads/2022/10/right-arrow-thin.svg)!important;right:0!important;transform:translate(100%,-50%)!important}@media(max-width:767px){.slick-arrow-chevron .slick-prev{left:12px!important;transform:translate(100%,-50%)!important}.slick-arrow-chevron .slick-next{right:12px!important;transform:translate(-100%,-50%)!important}}.swiper-arrow-chevron .elementor-swiper-button{background-color:transparent!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:contain!important;box-shadow:none!important;height:24px!important;padding:0!important;width:24px!important}.swiper-arrow-chevron .elementor-swiper-button i{display:none}.swiper-arrow-chevron .elementor-swiper-button-prev{background-image:url(//www.nayax.com/es//wp-content/uploads/2022/10/left-arrow-thin.svg)!important;left:30px!important;transform:translateX(-100%)!important}.swiper-arrow-chevron .elementor-swiper-button-next{background-image:url(//www.nayax.com/es//wp-content/uploads/2022/10/right-arrow-thin.svg)!important;right:30px!important;transform:translateX(100%)!important}.partner-carousel .splide__arrows,.partner-carousel .splide__pagination{display:none!important}.campaign-slider .slick-nav.style-1{padding:15px!important}.campaign-slider .slick-nav.style-1:before{font-size:20px!important;line-height:30px!important}.product-slider .slick-arrow{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='32' fill='none'%3E%3Cpath stroke='%23262626' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m1.667 30 14-14-14-14'/%3E%3C/svg%3E")!important;background-position:50%!important;background-repeat:no-repeat!important;box-shadow:none!important}.product-slider .slick-arrow:before{content:none}.product-slider .slick-arrow.slick-next{transform:rotate(180deg)}@media(max-width:767px){.features>.elementor-container>.elementor-row{justify-content:space-around}}.feature-box__title{display:flex;flex-direction:column}.feature-box__img-animated{display:none}.feature-box a{font-family:inherit}.feature-box__text-link a{transition:all easse .3s}.feature-box__text-link a:hover{color:var(--e-global-color-accent)!important}@media(min-width:1025px){.feature-box{cursor:pointer}.feature-box .elementor-column-wrap>.elementor-widget-wrap{flex-direction:column}.feature-box__description{max-height:0!important;opacity:0;overflow:hidden;transition:all 2.4s ease-in-out}.feature-box__img-static{background:#fff;height:100%;position:relative;transition:all .3s ease-in-out;z-index:2}.feature-box__img-static img{height:160px;-o-object-fit:contain;object-fit:contain;width:auto!important}.feature-box__img-animated{background:#fff;height:100%;justify-content:center;left:0;position:absolute;top:0;transition:all .3s ease-in-out;width:100%;z-index:1}.feature-box__img-animated,.feature-box__img-animated *{display:flex;text-align:center}.feature-box__img-animated svg{height:160px;-o-object-fit:contain;object-fit:contain;width:auto!important}.feature-box:hover .feature-box__description{max-height:1000px!important;opacity:1}}@media(max-width:1024px){.feature-box__img-static{opacity:1!important}.feature-box__img-static img{margin-bottom:10px}.feature-box__img-animated svg,.feature-box__img-static img{height:100px;-o-object-fit:contain;object-fit:contain;width:auto!important}}.elementor-editor-active .feature-box__description{min-height:auto!important;opacity:1!important}.elementor-editor-active .feature-box__img-animated{display:block!important;position:static!important}.hbspt-form form{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:center;position:relative}.hbspt-form fieldset{flex:0 1 100%;max-width:100%!important}.hbspt-form .field{margin-bottom:20px!important;position:relative}.hbspt-form .form-columns-1:has(.hs-utm_group.hs-fieldtype-text .hs-input[type=hidden]){display:none}.hbspt-form .form-columns-2 .hs-form-field{width:100%!important}@media(min-width:768px){.hbspt-form .form-columns-2 .hs-form-field{width:50%!important}.hbspt-form .form-columns-2 .hs-form-field:first-child{padding-right:10px}.hbspt-form .form-columns-2 .hs-form-field:last-child{padding-left:10px}}.hbspt-form .hs-fieldtype-intl-phone{width:100%!important}.hbspt-form label{color:var(--e-global-color-primary);font-size:16px;font-style:normal;font-weight:400;letter-spacing:.15px;line-height:20px;margin-bottom:10px}.hbspt-form .hs-form-required{margin-left:5px}.hbspt-form p{color:#262626;font-size:14px;font-style:normal;font-weight:400;letter-spacing:.15px;line-height:18px;margin:0}.hbspt-form .input{margin:0!important}.hbspt-form .inputs-list{list-style:none;margin-bottom:0;padding:0}.hbspt-form .inputs-list label{margin:0}.hbspt-form input[type=email],.hbspt-form input[type=number],.hbspt-form input[type=tel],.hbspt-form input[type=text],.hbspt-form input[type=website],.hbspt-form select{background:#fff;border:2px solid #ececec;border-radius:3px;color:var(--e-global-color-text);display:block;font-size:14px;font-style:normal;font-weight:400;height:38px;letter-spacing:.3px;line-height:1.6;margin-bottom:0!important;outline:none!important;padding:0 28px 0 12px;width:100%!important}.hbspt-form input[type=email]::placeholder,.hbspt-form input[type=number]::placeholder,.hbspt-form input[type=tel]::placeholder,.hbspt-form input[type=text]::placeholder,.hbspt-form input[type=website]::placeholder,.hbspt-form select::placeholder{color:rgba(38,38,38,.5);text-transform:capitalize}.hbspt-form input[type=email]:focus,.hbspt-form input[type=number]:focus,.hbspt-form input[type=tel]:focus,.hbspt-form input[type=text]:focus,.hbspt-form input[type=website]:focus,.hbspt-form select:focus{border-color:var(--e-global-color-accent)}.hbspt-form select{-moz-appearance:none;-webkit-appearance:none;background:#fff url(//www.nayax.com/wp-content/themes/nayax/assets/images/triangle-down.svg) 97%/12px no-repeat!important;padding-right:20px;position:relative}.hbspt-form select::-ms-expand{display:none!important}.hbspt-form input[type=checkbox]{left:0;opacity:0;position:absolute;z-index:2}.hbspt-form input[type=checkbox]+span{color:#262626;cursor:pointer;margin:0!important;padding-left:25px;position:relative}.hbspt-form input[type=checkbox]+span:before{background:transparent;border:1px solid rgba(38,38,38,.5);border-radius:3px;content:" ";display:block;height:14px;left:0;position:absolute;top:2.5px;transition:all .3s ease;width:14px}.hbspt-form input[type=checkbox]+span:after{align-items:center;color:var(--e-global-color-text);content:"";display:flex;font-family:Font Awesome\ 5 Free;font-size:9px;font-weight:900;height:14px;justify-content:center;left:0;opacity:0;position:absolute;top:2.5px;transition:all .3s ease;width:14px}.hbspt-form input[type=checkbox]:checked+span:after{opacity:1}.hbspt-form textarea{background:#fff;border:2px solid #ececec;border-radius:3px;color:var(--e-global-color-text);display:block;font-size:14px;font-style:normal;font-weight:400;height:74px;letter-spacing:.3px;line-height:18px;outline:none!important;padding:5px 28px 0 12px;width:100%!important}.hbspt-form textarea::placeholder{color:rgba(38,38,38,.5);text-transform:capitalize}.hbspt-form textarea:focus{border-color:var(--e-global-color-accent)}.hbspt-form .legal-consent-container .field{margin-bottom:10px!important}.hbspt-form .legal-consent-container .hs-richtext{color:#262626;margin-bottom:16px!important;padding-left:25px}.hbspt-form .legal-consent-container .hs-richtext p{line-height:1.6}.hbspt-form .legal-consent-container .hs-richtext a{color:var(--e-global-color-text);-webkit-text-decoration:underline;text-decoration:underline;transition:all .3s ease}.hbspt-form .legal-consent-container .hs-richtext a:active,.hbspt-form .legal-consent-container .hs-richtext a:focus,.hbspt-form .legal-consent-container .hs-richtext a:hover{color:var(--e-global-color-secondary)}.hbspt-form .hs_recaptcha{flex:0 1 auto;margin-top:39px;order:1;padding-left:14px}.hbspt-form .hs_recaptcha .grecaptcha-badge{box-shadow:none!important}.hbspt-form .hs_submit{flex:0 1 auto;margin-top:39px}.hbspt-form input[type=submit]{background:var(--e-global-color-accent);border:0;border-radius:0;color:var(--e-global-color-text);cursor:pointer;display:block;font-size:20px;height:60px;outline:none!important;padding:0 69px;transition:all .3s ease}.hbspt-form input[type=submit]:active,.hbspt-form input[type=submit]:hover{background-color:var(--e-global-color-text);color:#fff}.hbspt-form .hs_error_rollup{display:none}.hbspt-form .hs-error-msgs{margin:0!important;padding:0!important;position:static!important}.hbspt-form .hs-error-msgs label{color:var(--e-global-color-secondary);font-size:12px}@media(max-width:1300px){.hbspt-form .hs_recaptcha{margin-top:13px;order:0;padding-left:0}.hbspt-form .hs_recaptcha,.hbspt-form .hs_submit{display:flex;flex:0 1 100%;justify-content:center}.hbspt-form .hs_submit input[type=submit]{min-width:256px}}@media(max-width:767px){.hbspt-form textarea{height:114px}}.newsletter form{align-items:stretch;flex-wrap:nowrap;justify-content:stretch}.newsletter label{display:none}.newsletter .field{flex:1 1 auto;margin:0!important}.newsletter .hs_submit{flex:1 1 184px;margin:0!important;max-width:184px;padding:0}.newsletter .actions{width:100%}.newsletter input[type=email]{border-bottom-right-radius:0;border-top-right-radius:0;height:50px}.newsletter input[type=submit]{height:50px;min-width:auto!important;padding:0;width:100%}.newsletter .hs-error-msgs label{display:block}.newsletter .hs_error_rollup{display:none}.newsletter-paperplane form{display:block}.newsletter-paperplane label{display:none}.newsletter-paperplane input[type=email]{height:50px;padding:0 45px 0 22px}.newsletter-paperplane .hs_submit{bottom:15px;margin:0;padding:0;position:absolute;right:13px}.newsletter-paperplane input[type=submit]{background:url(//www.nayax.com/wp-content/themes/nayax/assets/images/paper-airplane.svg) 50%/contain no-repeat;font-size:0;height:20px;margin:0;min-width:auto!important;opacity:1;padding:0;width:22px}.newsletter-paperplane input[type=submit]:hover{background-color:transparent;opacity:.7}.newsletter-paperplane .hs-error-msgs{padding:5px 0 0!important;position:absolute!important}.newsletter-paperplane .hs-error-msgs label{color:#fff;display:block}.newsletter-paperplane .hs_error_rollup{display:none}.newsletter-paperplane .hs-field-desc{display:none!important}.newsletter-paperplane_black input[type=email]{background:#fff}.newsletter-paperplane_black input[type=submit]{background:url(//www.nayax.com/wp-content/themes/nayax/assets/images/airplane-black.svg) 50%/contain no-repeat}.newsletter-paperplane_black .hs-error-msgs label{color:var(--e-global-color-secondary)}.hs-form-wrapper_with-cf .hs-form input[name=country]{opacity:0;position:absolute;visibility:hidden}.hs-form-cashless-payment form{justify-content:space-between}.hs-form-cashless-payment .field,.hs-form-cashless-payment .hs-dependent-field{width:100%}.hs-form-cashless-payment .hs_firstname,.hs-form-cashless-payment .hs_lastname{width:48%}.hs-form-cashless-payment input[type=email],.hs-form-cashless-payment input[type=number],.hs-form-cashless-payment input[type=tel],.hs-form-cashless-payment input[type=text],.hs-form-cashless-payment input[type=website],.hs-form-cashless-payment select{background:transparent;border:0;border-bottom:3px solid #d4d4d4;border-radius:0;padding:0 0 8px}.hs-form-cashless-payment input[type=email]::placeholder,.hs-form-cashless-payment input[type=number]::placeholder,.hs-form-cashless-payment input[type=tel]::placeholder,.hs-form-cashless-payment input[type=text]::placeholder,.hs-form-cashless-payment input[type=website]::placeholder,.hs-form-cashless-payment select::placeholder{color:#484848}.hs-form-cashless-payment select{background:transparent url(//www.nayax.com/wp-content/themes/nayax/assets/images/triangle-down.svg) 97%/12px no-repeat!important}.hs-form-cashless-payment .hs_submit{display:block;margin-top:24px;width:100%}.hs-form-cashless-payment input[type=submit]{height:57px;width:100%}.hs-form-cashless-payment .hbspt-form .legal-consent-container .hs-richtext a{color:inherit;font-style:italic}@media(max-width:767px){.hs-form-cashless-payment .hs_firstname,.hs-form-cashless-payment .hs_lastname{width:100%}}.hs-form-early-access form{justify-content:space-between}.hs-form-early-access .field,.hs-form-early-access .hs-dependent-field{width:100%}.hs-form-early-access .hs_firstname,.hs-form-early-access .hs_lastname{width:48%}.hs-form-early-access label{color:var(--e-global-color-primary);letter-spacing:0}.hs-form-early-access input[type=email],.hs-form-early-access input[type=number],.hs-form-early-access input[type=tel],.hs-form-early-access input[type=text],.hs-form-early-access input[type=website],.hs-form-early-access select{background:#fff 0 0 no-repeat padding-box;border:1px solid #c7c7c7;color:var(--e-global-color-primary)}.hs-form-early-access input[type=email]::placeholder,.hs-form-early-access input[type=number]::placeholder,.hs-form-early-access input[type=tel]::placeholder,.hs-form-early-access input[type=text]::placeholder,.hs-form-early-access input[type=website]::placeholder,.hs-form-early-access select::placeholder{color:var(--e-global-color-primary)}.hs-form-early-access select{background:transparent url(//www.nayax.com/wp-content/themes/nayax/assets/images/triangle-down.svg) 97%/12px no-repeat!important}.hs-form-early-access .hs_submit{display:block;margin-top:24px;width:100%}.hs-form-early-access input[type=submit]{height:50px;width:100%}@media(max-width:767px){.hs-form-early-access .hs_firstname,.hs-form-early-access .hs_lastname{width:100%}}.newsletter-sign-up .field,.newsletter-sign-up .hs-dependent-field{width:100%}.newsletter-sign-up .hs_firstname,.newsletter-sign-up .hs_lastname{width:48%}.newsletter-sign-up label{color:var(--e-global-color-primary);letter-spacing:0}.newsletter-sign-up input[type=email],.newsletter-sign-up input[type=number],.newsletter-sign-up input[type=tel],.newsletter-sign-up input[type=text],.newsletter-sign-up input[type=website],.newsletter-sign-up select{background:#fff 0 0 no-repeat padding-box;border:1px solid #c7c7c7;border-radius:0;color:var(--e-global-color-primary);height:49px}.newsletter-sign-up input[type=email]::placeholder,.newsletter-sign-up input[type=number]::placeholder,.newsletter-sign-up input[type=tel]::placeholder,.newsletter-sign-up input[type=text]::placeholder,.newsletter-sign-up input[type=website]::placeholder,.newsletter-sign-up select::placeholder{color:var(--e-global-color-primary)}.newsletter-sign-up textarea{background:#fff 0 0 no-repeat padding-box;border:1px solid #c7c7c7;border-radius:0;color:var(--e-global-color-primary)}.newsletter-sign-up textarea::placeholder{color:var(--e-global-color-primary)}.newsletter-sign-up select{background:transparent url(//www.nayax.com/wp-content/themes/nayax/assets/images/triangle-down.svg) 97%/12px no-repeat!important}.newsletter-sign-up .hs_submit{display:block;margin:24px auto 0;padding:0}.newsletter-sign-up input[type=submit]{font-size:18px;height:49px;line-height:1.22em;min-width:256px;width:100%}.newsletter-sign-up .hs_recaptcha{order:0;padding:0}.newsletter-sign-up .grecaptcha-badge{margin:0 auto}.newsletter-sign-up .hs_error_rollup{margin:0 auto;order:0;text-align:center;width:100%}.newsletter-sign-up .hs_error_rollup .hs-error-msgs{position:static!important}@media(max-width:767px){.newsletter-sign-up .hs_firstname,.newsletter-sign-up .hs_lastname{width:100%}}.subscribe-sidebar-form form{justify-content:space-between}.subscribe-sidebar-form .field,.subscribe-sidebar-form .hs-dependent-field{width:100%}.subscribe-sidebar-form .hs_firstname,.subscribe-sidebar-form .hs_lastname{width:48%}.subscribe-sidebar-form label,.subscribe-sidebar-form p{color:#b6b5b5}.subscribe-sidebar-form input[type=email],.subscribe-sidebar-form input[type=number],.subscribe-sidebar-form input[type=tel],.subscribe-sidebar-form input[type=text],.subscribe-sidebar-form input[type=website],.subscribe-sidebar-form select{background:transparent;border:0;border-bottom:3px solid #b6b5b5;border-radius:0;color:#fff;padding:0 0 8px}.subscribe-sidebar-form input[type=email]::placeholder,.subscribe-sidebar-form input[type=number]::placeholder,.subscribe-sidebar-form input[type=tel]::placeholder,.subscribe-sidebar-form input[type=text]::placeholder,.subscribe-sidebar-form input[type=website]::placeholder,.subscribe-sidebar-form select::placeholder{color:#b6b5b5}.subscribe-sidebar-form select{background:transparent url(//www.nayax.com/wp-content/themes/nayax/assets/images/triangle-down.svg) 97%/12px no-repeat!important}.subscribe-sidebar-form .hs_submit{display:block;margin-top:24px;width:100%}.subscribe-sidebar-form input[type=submit]{font-size:16px;font-weight:600;height:44px;line-height:1.22em;width:100%}.subscribe-sidebar-form input[type=submit]:hover{background:var(--e-global-color-secondary);color:#fff}.subscribe-sidebar-form .hbspt-form .legal-consent-container .hs-richtext a{color:inherit;font-style:italic}@media(max-width:767px){.subscribe-sidebar-form .hs_firstname,.subscribe-sidebar-form .hs_lastname{width:100%}}.lp-connect-form form{justify-content:space-between}.lp-connect-form label{color:var(--e-global-color-primary)}.lp-connect-form .field{margin-bottom:40px!important}.lp-connect-form .field,.lp-connect-form .hs-dependent-field{width:100%}.lp-connect-form .hs-dependent-field{display:flex;flex-wrap:wrap;justify-content:space-between}.lp-connect-form .hs_accompanying_partners___first_name,.lp-connect-form .hs_accompanying_partners___last_name,.lp-connect-form .hs_firstname,.lp-connect-form .hs_lastname{width:48%}.lp-connect-form input[type=date],.lp-connect-form input[type=email],.lp-connect-form input[type=number],.lp-connect-form input[type=tel],.lp-connect-form input[type=text],.lp-connect-form input[type=website],.lp-connect-form select{background:transparent;border:0;border-bottom:3px solid #d4d4d4;border-radius:0;padding:0 0 8px;width:100%}.lp-connect-form input[type=date]::placeholder,.lp-connect-form input[type=email]::placeholder,.lp-connect-form input[type=number]::placeholder,.lp-connect-form input[type=tel]::placeholder,.lp-connect-form input[type=text]::placeholder,.lp-connect-form input[type=website]::placeholder,.lp-connect-form select::placeholder{color:#484848}.lp-connect-form select{background:transparent url(//www.nayax.com/wp-content/themes/nayax/assets/images/triangle-down.svg) 97%/12px no-repeat!important}.lp-connect-form input[type=date]::-webkit-calendar-picker-indicator,.lp-connect-form input[type=date]::-webkit-inner-spin-button{-webkit-appearance:none;display:none}.lp-connect-form .hs-dateinput{background:url(//www.nayax.com/es//wp-content/uploads/2022/11/calendar.png) 100%/18px no-repeat}.lp-connect-form .hs_submit{display:block;margin-top:24px;width:100%}.lp-connect-form input[type=submit]{height:57px;width:100%}.lp-connect-form .hbspt-form .legal-consent-container .hs-richtext a{color:inherit;font-style:italic}.lp-connect-form .hs-accompanying_partners label,.lp-connect-form .hs-n2022___connect___attending_technical_session___25th label{color:var(--e-global-color-primary);font-size:16px;line-height:1.28em}@media(max-width:767px){.lp-connect-form .hs_firstname,.lp-connect-form .hs_lastname{width:100%}}.campaign-form form{justify-content:space-between}.campaign-form .field{margin-bottom:30px!important}.campaign-form .field,.campaign-form .hs-dependent-field{width:100%}.campaign-form .hs_firstname,.campaign-form .hs_lastname{width:48%}.campaign-form input[type=email],.campaign-form input[type=number],.campaign-form input[type=tel],.campaign-form input[type=text],.campaign-form input[type=website],.campaign-form select{background:transparent;border:0;border-bottom:3px solid #d4d4d4;border-radius:0;padding:0 0 8px}.campaign-form input[type=email]::placeholder,.campaign-form input[type=number]::placeholder,.campaign-form input[type=tel]::placeholder,.campaign-form input[type=text]::placeholder,.campaign-form input[type=website]::placeholder,.campaign-form select::placeholder{color:#484848}.campaign-form select{background:transparent url(//www.nayax.com/wp-content/themes/nayax/assets/images/triangle-down.svg) 97%/12px no-repeat!important;padding-right:20px}.campaign-form .hs_submit{display:block;margin-top:24px;width:100%}.campaign-form input[type=submit]{height:57px;width:100%}.campaign-form .legal-consent-container{margin-top:20px}.campaign-form .hbspt-form .legal-consent-container .hs-richtext a{color:inherit;font-style:italic}@media(max-width:767px){.campaign-form .hs_firstname,.campaign-form .hs_lastname{width:100%}}.campaign-form-v2 form{justify-content:space-between}.campaign-form-v2 .field{margin-bottom:30px!important}.campaign-form-v2 .field,.campaign-form-v2 .hs-dependent-field{width:100%}.campaign-form-v2 .hs_firstname,.campaign-form-v2 .hs_lastname{width:48%}.campaign-form-v2 .hs_submit{display:block;margin-top:24px}.campaign-form-v2 input[type=submit]{height:57px;width:100%}.campaign-form-v2 .legal-consent-container{margin-top:0}.campaign-form-v2 .hbspt-form .legal-consent-container .hs-richtext a{color:inherit;font-style:italic}.campaign-form-v2 .hs_submit{display:flex;justify-content:flex-start!important;width:100%}.campaign-form-v2 input[type=submit]{border-radius:5px!important;font-size:20px;font-style:normal;font-weight:600;height:48px!important;min-width:0!important;width:196px!important}@media(max-width:767px){.campaign-form-v2 .hs_firstname,.campaign-form-v2 .hs_lastname{width:100%}}@media only screen and (min-width:768px){.campaign-form-v2 .hs_submit{justify-content:flex-end!important}.campaign-form-v2 input[type=submit]{width:204px!important}}.attending-form form{font-size:16px;justify-content:space-between}.attending-form label{color:var(--e-global-color-primary);font-size:16px}.attending-form .field{margin-bottom:40px!important}.attending-form .field>label{color:#484848;display:block;font-weight:600;margin-bottom:10px;text-align:left}.attending-form .field,.attending-form .hs-dependent-field{width:100%}.attending-form .hs-dependent-field{display:flex;flex-wrap:wrap;justify-content:space-between}.attending-form .hs_accompanying_partners___first_name,.attending-form .hs_accompanying_partners___last_name,.attending-form .hs_firstname,.attending-form .hs_lastname{width:48%}.attending-form input[type=date],.attending-form input[type=email],.attending-form input[type=number],.attending-form input[type=tel],.attending-form input[type=text],.attending-form input[type=website],.attending-form select{background:transparent;border:0;border-bottom:3px solid #d4d4d4;border-radius:0;padding:0 0 8px;width:100%}.attending-form input[type=date]::placeholder,.attending-form input[type=email]::placeholder,.attending-form input[type=number]::placeholder,.attending-form input[type=tel]::placeholder,.attending-form input[type=text]::placeholder,.attending-form input[type=website]::placeholder,.attending-form select::placeholder{color:#484848}.attending-form .inputs-list li{margin-bottom:15px}.attending-form .inputs-list li:last-child{margin-bottom:0}.attending-form select{background:transparent url(//www.nayax.com/wp-content/themes/nayax/assets/images/triangle-down.svg) 97%/12px no-repeat!important}.attending-form input[type=date]::-webkit-calendar-picker-indicator,.attending-form input[type=date]::-webkit-inner-spin-button{-webkit-appearance:none;display:none}.attending-form .hs-dateinput{background:url(//www.nayax.com/es//wp-content/uploads/2022/11/calendar.png) 100%/18px no-repeat}.attending-form .hs_submit{display:block;margin-top:24px;width:100%}.attending-form input[type=submit]{border-radius:7px;font-weight:600;height:57px;width:100%}.attending-form input[type=submit]:hover{border-radius:7px}.attending-form .legal-consent-container{font-size:14px}.attending-form .hs-accompanying_partners label,.attending-form .hs-n2022___connect___attending_technical_session___25th label{color:var(--e-global-color-primary);font-size:16px;line-height:1.28em}@media(max-width:767px){.attending-form .hs_firstname,.attending-form .hs_lastname{width:100%}}@media(min-width:768px){.attending-form .hs_identification_option ul,.attending-form .hs_position_option ul{display:flex;flex-wrap:wrap;gap:20px}.attending-form .hs_identification_option ul li,.attending-form .hs_position_option ul li{margin-bottom:0}}.contact-form-inline label{color:#262626}.contact-form-inline .legal-consent-container .hs-richtext a{color:#6352e0;font-weight:400}.contact-form-inline .legal-consent-container .hs-richtext a:hover{color:#ffca00}.contact-form-inline .hs_submit{display:flex;justify-content:flex-start!important;width:100%}.contact-form-inline input[type=submit]{border-radius:5px!important;font-size:20px;font-style:normal;font-weight:600;height:48px!important;min-width:0!important;width:196px!important}@media only screen and (min-width:768px){.contact-form-inline fieldset:nth-child(2){flex:0 1 50%;padding-right:10px}.contact-form-inline fieldset:nth-child(3){flex:0 1 50%;padding-left:10px}.contact-form-inline fieldset:nth-child(4){flex:0 1 50%;padding-right:10px}.contact-form-inline fieldset:nth-child(5){flex:0 1 50%;padding-left:10px}.contact-form-inline fieldset:nth-child(6){flex:0 1 50%;padding-right:10px}.contact-form-inline fieldset:nth-child(7){flex:0 1 50%;padding-left:10px}body.rtl .contact-form-inline fieldset:nth-child(2){padding-left:10px;padding-right:0}body.rtl .contact-form-inline fieldset:nth-child(3){padding-left:0;padding-right:10px}body.rtl .contact-form-inline fieldset:nth-child(4){padding-left:10px;padding-right:0}body.rtl .contact-form-inline fieldset:nth-child(5){padding-left:0;padding-right:10px}body.rtl .contact-form-inline fieldset:nth-child(6){padding-left:10px;padding-right:0}body.rtl .contact-form-inline fieldset:nth-child(7){padding-left:0;padding-right:10px}.contact-form-inline .hs_submit{justify-content:flex-end!important}.contact-form-inline input[type=submit]{width:204px!important}}.amusement-lp-form form{justify-content:space-between}.amusement-lp-form .field{margin-bottom:30px!important}.amusement-lp-form .field,.amusement-lp-form .hs-dependent-field{width:100%}.amusement-lp-form label{color:#484848;display:inline-block;font-weight:700;margin-bottom:21px}.amusement-lp-form .inputs-list li{margin-bottom:22px}.amusement-lp-form .inputs-list li:last-child{margin-bottom:0}.amusement-lp-form input[type=checkbox]+span{font-weight:400}.amusement-lp-form input[type=checkbox]+span:before{border:2px solid #484848;border-radius:50px;height:18px;top:0;width:18px}.amusement-lp-form input[type=checkbox]:checked+span:before{background:#ffca00}.amusement-lp-form input[type=checkbox]+span:after{content:none}.amusement-lp-form .hs_firstname,.amusement-lp-form .hs_lastname{width:48%}.amusement-lp-form input[type=email],.amusement-lp-form input[type=number],.amusement-lp-form input[type=tel],.amusement-lp-form input[type=text],.amusement-lp-form input[type=website],.amusement-lp-form select{background:transparent;border:0;border-bottom:3px solid #d4d4d4;border-radius:0;padding:0 0 8px}.amusement-lp-form input[type=email]::placeholder,.amusement-lp-form input[type=number]::placeholder,.amusement-lp-form input[type=tel]::placeholder,.amusement-lp-form input[type=text]::placeholder,.amusement-lp-form input[type=website]::placeholder,.amusement-lp-form select::placeholder{color:#484848}.amusement-lp-form select{background:transparent url(//www.nayax.com/wp-content/themes/nayax/assets/images/triangle-down.svg) 97%/12px no-repeat!important}.amusement-lp-form .hs_submit{display:block;margin-top:24px;width:100%}.amusement-lp-form input[type=submit]{font-size:18px;font-weight:600;height:57px;width:100%}.amusement-lp-form .legal-consent-container>div{margin-bottom:20px}.amusement-lp-form .legal-consent-container>div:last-child{margin-bottom:0}.amusement-lp-form .hbspt-form .legal-consent-container .hs-richtext a{color:inherit;font-style:italic}.amusement-lp-form .hs-error-msgs{margin-top:10px!important}.amusement-lp-form .grecaptcha-badge{margin:0 auto}@media(max-width:767px){.amusement-lp-form .hs_firstname,.amusement-lp-form .hs_lastname{width:100%}}.calculator-form .calc-month{position:relative}.calculator-form .calc-month span{align-items:center;background:#ececec;border:1px solid #ececec;border-radius:3px;color:#262626;cursor:pointer;display:flex;font-size:15px;height:57px;padding:8px;width:100%}.calculator-form .calc-month span.active+div{opacity:1;visibility:visible}.calculator-form .calc-month__list{background:#f7f8f8;border-bottom-left-radius:5px;border-bottom-right-radius:5px;left:0;opacity:0;position:absolute;top:57px;visibility:hidden;width:100%;z-index:2}.calculator-form .calc-month__list div{color:#262626;cursor:pointer;font-size:15px;padding:8px;transition:all .3s ease}.calculator-form .calc-month__list div:hover{background:#ffca00}.calculator-form .calc-month__list div:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.calculator-form .calc__tabs{-moz-column-gap:20px;column-gap:20px;display:flex;justify-content:space-between;row-gap:28px}.calculator-form .calc__tabs>div{background:#d9d9d9;border-radius:10px;color:#aea8a8;cursor:pointer;font-size:25px;font-weight:600;line-height:1;max-width:213px;padding:21px 23px;text-align:center;width:100%}.calculator-form .calc__tabs>div.active{background:#ffcd00;color:#000}.calculator-form .gfield_description{display:none!important}.calculator-form .annual-input input,.calculator-form .monthly-input input,.calculator-form .onyx-price-input input,.calculator-form .total-amount-input input,.calculator-form .vpos-price-input input{pointer-events:none!important}.calculator-form .onyx-price-input,.calculator-form .onyx-units-input{display:none}.calculator-form .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-half{grid-column:span 6!important}@media only screen and (max-width:1023px){.calculator-form .calc__tabs{flex-direction:column;margin-bottom:54px}.calculator-form .calc__tabs>div{max-width:100%}.calculator-form .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-half{grid-column:span 12!important}}.calculator-form-secondary input[type=submit]{display:none!important}.calculator-form-secondary .calc-month .calc-month__list div,.calculator-form-secondary .calc__tabs .calc__tab,.calculator-form-secondary .gform-body{width:100%}.calculator-form-secondary .annual-input label,.calculator-form-secondary .monthly-input label,.calculator-form-secondary .onyx-price-input label,.calculator-form-secondary .onyx-units-input label,.calculator-form-secondary .total-amount-input label,.calculator-form-secondary .vpos-price-input label,.calculator-form-secondary .vpos-units-input label,.calculator-form-secondary p{color:#6d6d6d;font-size:20px!important;font-weight:300!important;line-height:.9}.calculator-form-secondary .annual-input .ginput_container,.calculator-form-secondary .monthly-input .ginput_container{align-items:center!important;display:flex;flex-direction:row!important;position:relative}.calculator-form-secondary .annual-input .ginput_container:after,.calculator-form-secondary .monthly-input .ginput_container:after{color:var(--e-global-color-text)!important;content:"%";font-size:25px!important}.calculator-form-secondary .annual-input input{width:41px!important}.calculator-form-secondary .annual-input .ginput_container{position:relative}.calculator-form-secondary .annual-input .ginput_container:after{left:34px;position:absolute;top:50%;transform:translateY(-50%)}.calculator-form-secondary .monthly-input input{width:56px!important}.calculator-form-secondary label:has(+.calc-month){color:#6d6d6d;font-size:20px!important;font-weight:300!important;line-height:.9}.calculator-form-secondary .calc__tabs{margin-bottom:0!important;row-gap:18px}.calculator-form-secondary .calc-month .calc-month__list div,.calculator-form-secondary .calc__tabs .calc__tab{background-color:var(--e-global-color-7880b14);border:1px solid #bdbdbd;border-radius:5px;color:#000;font-size:20px;line-height:1.2em;max-width:100%;text-align:center;transition:all .3s ease-in}.calculator-form-secondary .calc-month .calc-month__list div:hover,.calculator-form-secondary .calc__tabs .calc__tab:hover{background-color:var(--e-global-color-0eaf203)}.calculator-form-secondary .calc-month .calc-month__list div.active,.calculator-form-secondary .calc__tabs .calc__tab.active{background-color:#fffae7;border-color:var(--e-global-color-017a986)}.calculator-form-secondary .calc__tab{align-items:center;display:flex;position:relative}.calculator-form-secondary .calc__tab:first-of-type:before{background:url(//www.nayax.com/es//wp-content/uploads/2023/12/VPOS-Touch-campaign.png) 50% no-repeat;background-size:contain;content:"";display:block;height:40px;margin-right:24px;width:33px}.calculator-form-secondary .calc__tab:last-of-type:before{background:url(//www.nayax.com/es//wp-content/uploads/2024/02/Onyx_front_1.png) 50% no-repeat;background-size:contain;content:"";display:block;height:48px;margin-right:14px;width:48px}.calculator-form-secondary .gform_wrapper .gsection{border-bottom-color:#d8d8d8;height:14px;margin-bottom:14px;padding:0}.calculator-form-secondary .gsection_title{display:none}.calculator-form-secondary .monthly-input,.calculator-form-secondary .total-amount-input{border-left:1px solid #d8d8d8!important;padding-left:36px}.calculator-form-secondary .annual-input,.calculator-form-secondary .monthly-input,.calculator-form-secondary .onyx-price-input,.calculator-form-secondary .total-amount-input,.calculator-form-secondary .vpos-price-input{flex-direction:column!important;grid-column:span 6!important}.calculator-form-secondary .annual-input .label,.calculator-form-secondary .monthly-input .label,.calculator-form-secondary .onyx-price-input .label,.calculator-form-secondary .total-amount-input .label,.calculator-form-secondary .vpos-price-input .label{margin-bottom:12px!important}.calculator-form-secondary .annual-input input,.calculator-form-secondary .monthly-input input,.calculator-form-secondary .onyx-price-input input,.calculator-form-secondary .total-amount-input input,.calculator-form-secondary .vpos-price-input input{background:var(--e-global-color-7880b14)!important;border:none!important;color:var(--e-global-color-text)!important;font-size:25px!important;padding:0!important}.calculator-form-secondary .annual-input input::placeholder,.calculator-form-secondary .monthly-input input::placeholder,.calculator-form-secondary .onyx-price-input input::placeholder,.calculator-form-secondary .total-amount-input input::placeholder,.calculator-form-secondary .vpos-price-input input::placeholder{color:var(--e-global-color-text)!important;opacity:1!important}.calculator-form-secondary .annual-input .ginput_container,.calculator-form-secondary .monthly-input .ginput_container,.calculator-form-secondary .onyx-price-input .ginput_container,.calculator-form-secondary .total-amount-input .ginput_container,.calculator-form-secondary .vpos-price-input .ginput_container{align-items:center;display:flex;flex-wrap:nowrap;position:relative}.calculator-form-secondary label:has(+.calc-month){display:block;margin-top:28px!important}.calculator-form-secondary .onyx-price-input .ginput_container:before,.calculator-form-secondary .vpos-price-input .ginput_container:before{color:var(--e-global-color-text)!important;content:"$";font-size:25px!important}.calculator-form-secondary .calc-month>span{display:none!important}.calculator-form-secondary .calc-month .calc-month__list{background:#fff;-moz-column-gap:18px;column-gap:18px;display:flex;margin-top:22px;opacity:1;position:static;visibility:visible;width:100%}.calculator-form-secondary .calc-month .calc-month__list div{padding:17px 32px}.calculator-form-secondary .vpos-units-input{display:flex}.calculator-form-secondary .onyx-units-input,.calculator-form-secondary .vpos-units-input{align-items:center;flex-direction:row;justify-content:space-between}.calculator-form-secondary .onyx-units-input .ginput_container,.calculator-form-secondary .vpos-units-input .ginput_container{align-items:center;-moz-column-gap:16px;column-gap:16px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}.calculator-form-secondary .onyx-units-input .ginput_container button,.calculator-form-secondary .vpos-units-input .ginput_container button{align-items:center;background-color:#e1e1e1!important;border:none!important;border-radius:5px;color:var(--e-global-color-text)!important;cursor:pointer;display:flex;flex-shrink:0;font-size:25px!important;font-weight:300;height:26px!important;justify-content:center;padding:0!important;width:26px!important}.calculator-form-secondary .onyx-units-input .ginput_container button:hover,.calculator-form-secondary .vpos-units-input .ginput_container button:hover{background-color:var(--e-global-color-017a986)!important}.calculator-form-secondary .onyx-units-input .ginput_container input,.calculator-form-secondary .vpos-units-input .ginput_container input{-moz-appearance:textfield;background-color:#fff!important;border:none!important;color:var(--e-global-color-text)!important;font-size:25px!important;padding:0;text-align:center;width:50px!important}.calculator-form-secondary .onyx-units-input .ginput_container input::-webkit-inner-spin-button,.calculator-form-secondary .onyx-units-input .ginput_container input::-webkit-outer-spin-button,.calculator-form-secondary .vpos-units-input .ginput_container input::-webkit-inner-spin-button,.calculator-form-secondary .vpos-units-input .ginput_container input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.calculator-form-secondary .onyx-units-input .ginput_container input::placeholder,.calculator-form-secondary .vpos-units-input .ginput_container input::placeholder{color:var(--e-global-color-text)!important;opacity:1!important}@media only screen and (max-width:767px){.calculator-form-secondary .annual-input label,.calculator-form-secondary .monthly-input label,.calculator-form-secondary .onyx-price-input label,.calculator-form-secondary .onyx-units-input label,.calculator-form-secondary .total-amount-input label,.calculator-form-secondary .vpos-price-input label,.calculator-form-secondary .vpos-units-input label{font-size:clamp(1rem,.9107rem + .4464vw,1.125rem)!important}.calculator-form-secondary .annual-input input,.calculator-form-secondary .monthly-input input,.calculator-form-secondary .onyx-price-input input,.calculator-form-secondary .total-amount-input input,.calculator-form-secondary .vpos-price-input input{font-size:22px!important}}.product_type_layout-version-4 .hbspt-form .field{margin-bottom:30px}.product_type_layout-version-4 .hbspt-form label{display:block;font-size:16px;font-weight:600;letter-spacing:.03em;line-height:1.5em;margin-bottom:3px}.product_type_layout-version-4 .hbspt-form input:not([type=submit]),.product_type_layout-version-4 .hbspt-form select,.product_type_layout-version-4 .hbspt-form textarea{background-color:var(--e-global-color-7880b14);border:1px solid var(--e-global-color-primary);border-radius:7px;color:var(--e-global-color-primary);font-size:20px;height:max-content;line-height:1.75;padding:8px 24px}.product_type_layout-version-4 .hbspt-form input[type=checkbox]+span{color:#938f81}.product_type_layout-version-4 .hbspt-form input[type=checkbox]+span:before{background-color:#fff;border-color:rgba(38,38,38,.502);height:18px;width:18px}.product_type_layout-version-4 .hbspt-form input[type=checkbox]+span:after{height:18px;width:18px}.product_type_layout-version-4 .hbspt-form input[type=checkbox]+span p{color:#938f81}.product_type_layout-version-4 .hbspt-form input[type=submit]{background:linear-gradient(to right,#ffde54 50%,var(--e-global-color-017a986) 50%);background-position:100%;background-size:200% 100%;border-radius:7px;cursor:pointer;font-size:20px;font-weight:600;padding:13px 24px;position:relative;transition:background-position .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;width:100%}.product_type_layout-version-4 .hbspt-form input[type=submit]:hover{background-position:0;color:var(--e-global-color-primary)}.product_type_layout-version-4 .hbspt-form .hs-fieldtype-intl-phone select{padding-left:8px}.product_type_layout-version-4 .hbspt-form .hs-richtext p{color:#938f81}.product_type_layout-version-4 .hbspt-form .hs-richtext p a{color:var(--e-global-color-primary)}.product_type_layout-version-4 .hbspt-form .hs-submit{margin-top:20px;width:100%}.product_type_layout-version-4 .hbspt-form .actions{width:100%}@media only screen and (min-width:768px){.product_type_layout-version-4 .hbspt-form label{font-size:20px;margin-bottom:10px}.product_type_layout-version-4 .hbspt-form input[type=checkbox]+span:after,.product_type_layout-version-4 .hbspt-form input[type=checkbox]+span:before{top:10px}}body.rtl .hbspt-form select{background-position:left 12px center!important}.repeater-list__heading .elementor-icon-list-item{align-items:flex-start!important;justify-content:flex-start!important}.repeater-list__heading .elementor-icon-list-icon{display:flex;margin-top:13px}.repeater-list__logos a{cursor:default!important}.repeater-list .elementor-text-editor p:last-child{margin:0}@media(max-width:1025px){.repeater-list__heading .elementor-icon-list-icon{margin-top:9.5px}.repeater-list__heading .elementor-icon-list-text{padding-left:16px!important}}.toggle-custom .elementor-tab-title{display:flex}.toggle-custom .elementor-toggle-icon{font-size:23px}.toggle-custom .elementor-toggle-title{cursor:pointer!important;transition:all .3s ease}.toggle-custom .elementor-toggle-title:hover{color:#ffca00!important}.toggle-custom .gallery{align-items:stretch;display:flex;flex-wrap:wrap;justify-content:flex-start}.toggle-custom .gallery-item{align-items:center;border:1px solid rgba(38,38,38,.1);display:flex;height:39px;margin-bottom:15px!important;margin-right:17px!important;padding:5px 15px!important}.toggle-custom a{cursor:default!important}.toggle-custom img{display:block;max-height:30px!important;-o-object-fit:contain;object-fit:contain}@media(max-width:767px){.toggle-custom .elementor-tab-title{align-items:center}.toggle-custom .elementor-toggle-icon{font-size:19px}.toggle-custom .gallery-item{height:30px;margin-bottom:6px!important;margin-right:4px!important}.toggle-custom img{max-height:20px!important}}.moma-updates-nav .open ul{display:block!important}.moma-updates-nav ul{padding:0}.moma-updates-nav a{border:none!important;cursor:pointer}.moma-updates-nav .dropdown-menu{margin-bottom:10px}.moma-updates-nav .dropdown-menu a{white-space:pre-wrap!important}.moma-updates-nav .current_page_item a:before{background:#f0c101;content:"";height:20px;left:-24px;position:absolute;top:0;width:3px}.moma-updates-nav-old ul{display:block!important;position:relative!important;width:100%!important}.moma-updates-nav-old ul ul a{font-weight:400!important}.moma-updates-nav-old a{border:none!important}.moma-updates-nav-old ul ul{padding-left:22px!important}.moma-updates-nav-old nav>ul>li>ul{border-left:1px solid #eaeaea!important}.moma-updates-nav-old ul ul .current-menu-ancestor>a{color:#f0c101!important}.moma-updates-nav-old ul ul .current_page_item>a:before{background:#f0c101;content:"";height:20px;left:-24px;position:absolute;top:11px;width:3px}.fasc-button{background:#ffca00;border-radius:5px;color:#262626!important;font-family:Outfit,Sans-serif;font-size:17px;font-weight:600!important;line-height:1.47em;padding:15px 30px!important;padding:0;transition:all .3s ease}.fasc-button:hover{background-color:#262626!important;color:#fff!important}.arrow-button path{transition:all .3s ease}.arrow-button:hover path{fill:#ffca00}.payment-methods-slider{flex-direction:column;max-height:250px;max-width:1070px;padding-bottom:50px}.payment-methods-slider .swiper-wrapper{flex-direction:column;flex-wrap:wrap;justify-content:space-between;row-gap:50px}.payment-methods-slider .swiper-slide{height:auto}@media only screen and (min-width:768px){.payment-methods-slider .swiper-slide{align-items:center;display:flex;height:calc(50% - 25px)!important;justify-content:center}}.payment-methods-slider .swiper-slide .elementor-widget-container{text-align:center}.payment-methods-slider img{height:auto;max-height:60px;max-width:100px;-o-object-fit:contain;object-fit:contain;width:100%}.payment-methods-slider .swiper-pagination{bottom:10px!important;display:flex;flex-wrap:nowrap;justify-content:center;left:50%;position:absolute;transform:translateX(-50%)}.payment-methods-slider .swiper-pagination-bullet{background:var(--e-global-color-1e4b1fd);border-radius:50%;height:10px;margin:0 6px;opacity:1;width:10px}.payment-methods-slider .swiper-pagination-bullet-active{background-color:var(--e-global-color-017a986)}@media only screen and (min-width:768px){.payment-methods-slider{max-height:100%}.payment-methods-slider .swiper-wrapper{align-items:center;-moz-column-gap:60px;column-gap:60px;flex-direction:row;justify-content:flex-start}.payment-methods-slider .swiper-slide{justify-content:flex-start;max-height:60px;width:auto!important}.payment-methods-slider img{max-width:160px}.payment-methods-slider .swiper-pagination{display:none}}.link-with-icon a{align-items:center;display:inline-flex;gap:5px;justify-content:flex-start;position:relative}.link-with-icon a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='none'%3E%3Cpath fill='%236352e0' d='M21.696 8.522v10.253a1.21 1.21 0 0 1-1.677 1.121 1.2 1.2 0 0 1-.657-.657 1.2 1.2 0 0 1-.092-.464l.009-7.339-9.903 9.903a1.21 1.21 0 0 1-1.709 0 1.21 1.21 0 0 1 0-1.709l9.903-9.903-7.339.009a1.216 1.216 0 0 1-1.213-1.213 1.216 1.216 0 0 1 1.213-1.213h10.253a1.2 1.2 0 0 1 .859.354c.113.113.202.247.263.394a1.2 1.2 0 0 1 .091.465z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline;padding:10px}.link-with-icon a:hover:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='none'%3E%3Cpath fill='%23FFCA00' d='M21.696 8.522v10.253a1.21 1.21 0 0 1-1.677 1.121 1.2 1.2 0 0 1-.657-.657 1.2 1.2 0 0 1-.092-.464l.009-7.339-9.903 9.903a1.21 1.21 0 0 1-1.709 0 1.21 1.21 0 0 1 0-1.709l9.903-9.903-7.339.009a1.216 1.216 0 0 1-1.213-1.213 1.216 1.216 0 0 1 1.213-1.213h10.253a1.2 1.2 0 0 1 .859.354c.113.113.202.247.263.394a1.2 1.2 0 0 1 .091.465z'/%3E%3C/svg%3E")}.range{height:60px;margin:0;max-width:536px;padding:0;width:100%}.range .sliderValue{pointer-events:none;position:relative;width:100%;z-index:30}.range .sliderValue .arrows{background:url(//www.nayax.com/wp-content/themes/nayax/assets/images/arrow-range.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;height:58px;top:0;transform:translateX(-34px);width:72px}.range .sliderValue .arrows,.range .sliderValue span{pointer-events:none;position:absolute;transform-origin:bottom;transition:transform .3s ease-in-out;z-index:30}.range .sliderValue span{align-items:center;background:url(//www.nayax.com/wp-content/themes/nayax/assets/images/range-bg.svg);background-position:0 6px;background-repeat:no-repeat;background-size:contain;color:#262626;display:flex;flex-flow:column;font-size:12px;font-weight:300;height:47px;justify-content:center;line-height:1.1;min-width:60px;padding:0;text-align:center;top:-35px}.range .sliderValue span:after{color:#262626;content:"Devices";display:inline-block;flex-flow:column;font-size:12px}.range .sliderValue span.show{transform:translateX(-50%) scale(1)}.range .field{align-items:center;display:flex;height:100%;justify-content:center;position:relative}.range .field .value{bottom:-14px;color:gray;font-size:14px;font-weight:400;position:absolute}.range .field .value.left{left:0}.range .field .value.right{right:0}.range input{accent-color:#6052d9;-webkit-appearance:none;background:#ddd;border:none;border-radius:50px;color:#6052d9;height:3px;outline:none;width:100%;z-index:22}.range input::-webkit-slider-thumb{-webkit-appearance:none;background:transparent;background:red;border:none;border-radius:50px;cursor:pointer;height:10px;width:10px}.range input::-moz-range-thumb{-webkit-appearance:none;background:transparent;border:none;border-radius:50px;cursor:pointer;height:30px;width:60px}.range input::-moz-range-progress{background:#6052d9}.range__bg{background:#d4d4d4;width:100%}.range__bg,.range__progress{border-radius:50px;bottom:0;height:5px;left:0;margin:auto;pointer-events:none;position:absolute;top:0;z-index:23}.range__progress{background:#6052d9;width:50%}@media only screen and (max-width:767px){.range .sliderValue span,.range .sliderValue span:after{font-size:14px;line-height:1em}.range .sliderValue span{padding:8px;top:-45px}}.grey-hs-form .hbspt-form label{color:#262626;font-size:14px;line-height:18px;opacity:.5}.grey-hs-form .hbspt-form input[type=email],.grey-hs-form .hbspt-form input[type=number],.grey-hs-form .hbspt-form input[type=tel],.grey-hs-form .hbspt-form input[type=text],.grey-hs-form .hbspt-form input[type=website],.grey-hs-form .hbspt-form textarea{background-color:#ececec}.grey-hs-form .hbspt-form select{background:#ececec url(//www.nayax.com/wp-content/themes/nayax/assets/images/triangle-down.svg) 97%/12px no-repeat!important}body.rtl .grey-hs-form .hbspt-form select{background:#ececec url(//www.nayax.com/wp-content/themes/nayax/assets/images/triangle-down.svg) 3%/12px no-repeat!important}.grey-hs-form .hbspt-form .hs_submit{justify-content:end}.grey-hs-form .hbspt-form .hs_submit input[type=submit]{border-radius:5px;height:48px;min-width:204px}.white-hs-form .hbspt-form .legal-consent-container .hs-richtext,.white-hs-form .hbspt-form a,.white-hs-form .hbspt-form label,.white-hs-form .hbspt-form legend{color:#fff!important;opacity:.5}.white-hs-form .hbspt-form .legal-consent-container .hs-richtext *,.white-hs-form .hbspt-form a *,.white-hs-form .hbspt-form label *,.white-hs-form .hbspt-form legend *{color:#fff!important}.white-hs-form .hbspt-form input[type=email],.white-hs-form .hbspt-form input[type=number],.white-hs-form .hbspt-form input[type=tel],.white-hs-form .hbspt-form input[type=text],.white-hs-form .hbspt-form input[type=website]{background-color:#ececec}.white-hs-form .hbspt-form select{background:#ececec url(//www.nayax.com/wp-content/themes/nayax/assets/images/triangle-down.svg) 97%/12px no-repeat!important}.white-hs-form .hbspt-form .hs_submit{justify-content:start}.white-hs-form .hbspt-form .hs_submit input[type=submit]{background:#f8981d;border-radius:5px;font-size:25px!important;font-weight:800;height:68px;min-width:195px}.success-popup,.youtube-popup{align-items:center;display:flex;height:100%;justify-content:center;left:0;opacity:0;padding:20px;position:fixed;top:0;transition:.5s;visibility:hidden;width:100%;z-index:999}.success-popup__exit,.youtube-popup__exit{background:#fff;border-radius:50%;cursor:pointer;padding:5px;position:absolute;right:-10px;top:-10px}.success-popup.active,.youtube-popup.active{opacity:1;visibility:visible}.success-popup .rgba,.youtube-popup .rgba{background:hsla(0,0%,100%,.6);cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%}.success-popup__content,.youtube-popup__content{background:#fff;border-radius:20px;max-width:900px;padding:10px;position:relative;width:100%;z-index:2}.success-popup__iframe,.youtube-popup__iframe{height:auto;padding-bottom:100%;position:relative;width:100%}.success-popup__iframe iframe,.youtube-popup__iframe iframe{border:none;border-radius:10px;height:100%;position:absolute;width:100%}@media only screen and (min-width:768px){.success-popup__iframe,.youtube-popup__iframe{padding-bottom:56.25%}.success-popup__content,.youtube-popup__content{padding:30px}}.custom-youtube{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='87' height='87' fill='none'%3E%3Ccircle cx='43.5' cy='43.5' r='43.5' fill='%23fff' fill-opacity='.5'/%3E%3Cpath fill='%23fff' d='M64 44 34 61.32V26.68z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:50px 50px;bottom:0;color:transparent;cursor:pointer;height:100%;left:0;margin:auto!important;position:absolute;right:0;top:0;-webkit-user-select:none;user-select:none;width:100%;z-index:2}.custom-youtube .elementor-heading-title{display:none}.success-story-slider{opacity:1;visibility:visible}.success-story-slider .success-story-slider__container{overflow:hidden;padding:20px}.success-story-slider .success-story-slider__slide{height:auto;min-width:66.7%;opacity:1;padding:0;transition:all .3s ease;-webkit-user-select:none;user-select:none}.success-story-slider__wrapper{display:flex;transition:.5s}.success-story-slider__logo{height:50px}.success-story-slider__logo img{height:100%;-o-object-fit:contain;object-fit:contain}.success-story-slider__image{border-radius:10px 10px 10px 10px;height:100%;max-width:249px;min-height:210px;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;position:relative}.success-story-slider__image *{height:100%}.success-story-slider__image img{border-radius:10px;height:100%;left:0;min-height:162px;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.success-story-slider__column-left{position:relative;width:50%}.success-story-slider__column-left .youtube-link{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='87' height='87' fill='none'%3E%3Ccircle cx='43.5' cy='43.5' r='43.5' fill='%23fff' fill-opacity='.5'/%3E%3Cpath fill='%23fff' d='M64 44 34 61.32V26.68z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:50px;bottom:0;cursor:pointer;height:100%!important;left:0;margin:auto;max-width:249px;position:absolute;top:0;width:100%!important;z-index:2}.success-story-slider__column-left .youtube-link div{display:none}.success-story-slider__description p:last-child{margin-bottom:0}.success-story-slider__button svg{height:auto;transition:all .3s ease;width:auto}.success-story-slider__button:hover svg{color:#ffca00}.success-story-slider__content{display:flex;flex-flow:column;justify-content:space-between;padding-left:30px;width:50%}.success-story-slider__number{color:#6352e0;font-size:40px;font-weight:700;line-height:1em}.success-story-slider__description{font-size:20px;line-height:1.3em}.success-story-slider__item{background:#fff;border-radius:20px;box-shadow:0 4px 20px 0 rgba(0,0,0,.25);display:flex;height:100%;padding:30px;position:relative;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s}.success-story-slider__next,.success-story-slider__prev{align-items:center;background-image:none;background:#fff;border-radius:50px;bottom:10px;box-shadow:2px 2px 10px rgba(0,0,0,.25);cursor:pointer;display:inline-flex;height:33px;justify-content:center;left:20px;margin:0;position:absolute;top:auto;width:33px;z-index:99}.success-story-slider__next svg,.success-story-slider__prev svg{height:auto;width:11px}.success-story-slider__next.no-active,.success-story-slider__prev.no-active{display:none}@media only screen and (max-width:767px){.success-story-slider__next.no-active,.success-story-slider__prev.no-active{background:#d9d9d9!important;display:inline-flex!important;pointer-events:none!important}}.success-story-slider__prev{transform:rotate(-180deg)}.success-story-slider__next{transform:translate(43px)}.success-story-slider-disabled{background:#d9d9d9;box-shadow:none;opacity:1}@media only screen and (max-width:1023px){.success-story-slider__item{padding:20px!important}.success-story-slider__description{font-size:18px!important;line-height:1.25em!important}}@media only screen and (max-width:1279px){.success-story-slider .success-story-slider__slide{min-width:544px}}@media only screen and (max-width:767px){.success-story-slider__item{padding:16px 16px 16px 10px!important}.success-story-slider__logo img{height:50px;-o-object-fit:contain;object-fit:contain}.success-story-slider__content{padding-left:10px!important}.success-story-slider__number{font-size:31px!important}.success-story-slider__description{font-size:16px!important;line-height:1.25em!important}.success-story-slider__image{min-height:162px;position:relative}.success-story-slider__image img{height:100%;position:absolute;width:100%}.success-story-slider .success-story-slider__slide{height:max-content!important;min-width:calc(100vw - 30px);padding-right:20px}}@media only screen and (min-width:768px){.success-story-slider .success-story-slider__container{padding:0;position:static}.success-story-slider__logo{width:70%}.success-story-slider .success-story-slider__slide{padding:20px!important}.success-story-slider .success-story-slider__slide .success-story-slider__item:before{background:#fff;border-radius:20px;bottom:0;content:"";height:100%;left:0;opacity:.6;position:absolute;right:0;top:0;transition:all .3s ease;width:100%;z-index:1}.success-story-slider .success-story-slider__slide.slide-active .success-story-slider__item:before{content:none}.success-story-slider__next,.success-story-slider__prev{bottom:auto;box-shadow:0 4px 20px rgba(0,0,0,.5);height:46px;position:absolute;top:20%!important;width:46px}.success-story-slider__next svg,.success-story-slider__prev svg{width:19px}.success-story-slider__prev{left:0!important;right:auto!important;transform:translateY(100%) rotate(-180deg)}.success-story-slider__next{left:auto!important;right:5%!important;transform:translateY(100%)}.success-story-slider-disabled{display:none}.success-story-slider .success-story-slider__dots{align-items:center;display:flex;justify-content:flex-start;margin-top:36px;padding-left:30%}.success-story-slider .success-story-slider__dots>div{background:#d9d9d9;border-radius:50%;cursor:pointer;height:10px;margin:4px 6px;opacity:1;transition:all .3s ease;width:10px}.success-story-slider .success-story-slider__dots>div.active{background:#6352e0}}@media only screen and (min-width:1024px){.success-story-slider__next,.success-story-slider__prev{height:56px;top:18%!important;width:56px}.success-story-slider__next{right:10%!important}}@media only screen and (min-width:1446px){.success-story-slider__number{font-size:50px}}.guides-listing__item .elementor-icon-box-wrapper{align-items:center!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;justify-content:flex-start!important;text-align:left!important}.guides-listing__item .elementor-icon-box-icon{margin:0!important;padding-right:17px!important}.guides-listing__item .elementor-icon-box-title a{position:relative;transition:color .3s ease}.guides-listing__item .elementor-icon-box-title a:hover{color:#ff3653}.guides-listing__item .elementor-icon-box-title a:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.18' height='12.378'%3E%3Cpath fill='none' stroke='%23ff3653' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M2.117 10.262 5.68 6.189 2.117 2.117' data-name='Path 9822'/%3E%3C/svg%3E");margin-left:12px}.legal-hub-listing .jet-listing-dynamic-field__content{transition:all .3s ease}.legal-hub-listing .jet-listing-grid__item:hover .jet-listing-dynamic-field__content{color:#ffcd00!important}.blog-listing .elementor-post-info{list-style:none;margin:0!important;padding:0!important}.blog-listing .elementor-widget-image a{display:block;width:100%}.blog-listing__item-container>.elementor-widget-wrap{display:flex;flex-direction:column;position:relative}.blog-listing__item-container>.elementor-widget-wrap .blog__link{position:static}.blog-listing__item-container>.elementor-widget-wrap .blog__link a{display:inline-block;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.blog-listing__item-bottom-bar{margin-top:auto!important}.blog-listing__button svg{height:auto;transition:all .3s ease;width:auto}.blog-listing__button path{transition:all .3s ease}.blog-listing__button:hover path,.blog-listing__item-container:hover .blog-listing__button path{fill:#ffca00!important}.blog-listing .swiper-container{padding-bottom:60px}.blog-listing .swiper-slide{height:auto}.blog-listing div[data-elementor-type=jet-listing-items],.blog-listing div[data-elementor-type=jet-listing-items]>section,.blog-listing div[data-elementor-type=jet-listing-items]>section>div{height:100%}.blog-listing .swiper-button-next,.blog-listing .swiper-button-prev{align-items:center;background-image:none;background:#fff;border-radius:50px;bottom:4px;box-shadow:2px 2px 10px rgba(0,0,0,.25);display:inline-flex;height:33px;justify-content:center;left:50%;margin:0;position:absolute;top:auto;width:33px}.blog-listing .swiper-button-next svg,.blog-listing .swiper-button-prev svg{height:auto;width:11px}.blog-listing .swiper-button-prev{transform:rotate(-180deg) translate(100%)}.blog-listing .swiper-button-next{transform:translate(9px)}.blog-listing .swiper-button-disabled{background:#d9d9d9;box-shadow:none;opacity:1}.blog-listing .swiper-pagination{display:none;margin-top:55px}.blog-listing .swiper-pagination-bullet{background:#d9d9d9;height:10px;margin:5px 7px;opacity:1;transition:all .3s ease;width:10px}.blog-listing .swiper-pagination-bullet-active{background:#ffca00}@media only screen and (min-width:768px){.blog-listing .swiper-container{padding:4px}.blog-listing .swiper-pagination{display:block}.blog-listing .swiper-button-next,.blog-listing .swiper-button-prev{display:none}}@media only screen and (max-width:767px){.blog-listing .elementor-widget-image img{height:145px!important}.blog-listing .swiper-slide{opacity:.5;transition:opacity .3s ease}.blog-listing .swiper-slide-active{opacity:1}}.case-studies-section .case-study-card__right-side>.elementor-widget-wrap{flex-direction:column}.case-studies-section .case-study-card__right-side .elementor-widget-image{margin-top:auto}.case-studies-section .case-study-card__left-side>.elementor-widget-wrap{overflow:hidden}.case-studies-section .slick-arrow{display:none!important}.case-studies-section .jet-slick-dots{display:flex!important;margin:20px 0 0!important}.case-studies-section .jet-slick-dots li{background-color:transparent!important;border:1px solid transparent;border-radius:50%;position:relative}.case-studies-section .jet-slick-dots li.slick-active{border-color:var(--e-global-color-4af480b)}.case-studies-section .jet-slick-dots li span{display:none}.case-studies-section .jet-slick-dots li:after{background-color:var(--e-global-color-primary);border-radius:50%;content:"";display:block;height:9px;left:50%;opacity:.2;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s;width:9px}.case-studies-section .jet-slick-dots li.slick-active:after{background-color:var(--e-global-color-4af480b);opacity:1}.case-studies-section .openYoutube-case{align-items:center;bottom:0;cursor:pointer;display:flex;height:100%;justify-content:center;left:0!important;position:absolute!important;right:0;top:0!important;width:100%!important}@media(max-width:767px){.case-studies-section .slick-arrow{bottom:0!important;top:auto!important}.case-studies-section .jet-listing-grid__items.jet-equal-columns__wrapper .slick-slide{height:0!important}.case-studies-section .jet-listing-grid__items.jet-equal-columns__wrapper .slick-active{height:auto!important}}@media(min-width:768px){.case-studies-section .case-studies-section-1 .case-studies-slide__text *{font-size:22px!important;line-height:1.36!important}.case-studies-section .case-studies-section-4 .case-studies-slide__text *{font-size:25px!important;line-height:1.36!important}}.case-studies-section-reverse .case-studies-slide>.elementor-container{flex-direction:row-reverse!important}@media(min-width:1024px){.case-studies-section-reverse .case-studies-slide__right-side>.elementor-widget-wrap{padding:0 80px 0 0!important}}.bt-posts-slider .swiper-wrapper{gap:20px;padding-bottom:0}.bt-posts-slider .swiper-slide{gap:24px;margin:0!important;padding:10px 0}.bt-posts-slider__content .elementor-widget-image a{display:block!important}.bt-posts-slider__content .elementor-heading-title a{display:block;padding:10px}.bt-posts-slider .swiper-button-next,.bt-posts-slider .swiper-button-prev{align-items:center;background:#fff;border-radius:50%;box-shadow:0 4px 20px rgba(0,0,0,.5)!important;display:flex;height:56px;justify-content:center;opacity:1!important;position:absolute;top:50%!important;transform:translateY(-50%);width:56px}.bt-posts-slider .swiper-button-next.swiper-button-disabled,.bt-posts-slider .swiper-button-prev.swiper-button-disabled{opacity:0!important;pointer-events:all!important}.bt-posts-slider .swiper-button-next svg,.bt-posts-slider .swiper-button-prev svg{width:20px!important}.bt-posts-slider .swiper-button-prev{display:none!important;left:20px!important;right:auto!important}.bt-posts-slider .swiper-button-prev svg{transform:rotate(-180deg)}.bt-posts-slider .swiper-button-prev.swiper-button-disabled{opacity:0!important}.bt-posts-slider .swiper-button-next{left:auto!important;right:20px!important}.bt-posts-slider .swiper-pagination{display:none;margin-top:55px}.bt-posts-slider .swiper-pagination .swiper-slide{transition:transform .3s ease}.bt-posts-slider .swiper-pagination .swiper-slide:hover{transform:scale(1.02)}.bt-posts-slider .swiper-pagination-bullet{background:#d9d9d9;height:10px;margin:5px 7px;opacity:1;transition:all .3s ease;width:10px}.bt-posts-slider .swiper-pagination-bullet-active{background:#ffca00}@media only screen and (min-width:768px){.bt-posts-slider{padding-left:calc(50vw - 599px)}.bt-posts-slider__content{transition:all .3s ease}.bt-posts-slider__content:hover{transform:scale(1.02)}.bt-posts-slider .swiper-slide{width:260px!important}.bt-posts-slider .swiper-wrapper{padding-bottom:0}.bt-posts-slider .swiper-button-prev{display:flex!important}}.reviews-products-list .reviews-bt-item>.elementor-column,.reviews-products-list .reviews-bt-item>.elementor-container{height:100%!important}.reviews-products-list .reviews-bt-item .elementor-widget-wrap{align-items:center;flex-direction:column;justify-content:center}.reviews-products-list .reviews-bt-item__heading{margin-top:auto}.reviews-products-list .slick-arrow{align-items:center;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23262626' d='m18.177 13.04-4.053 4.512a.717.717 0 1 1-1.068-.96l2.905-3.225-8.272.443a.714.714 0 1 1-.076-1.428l8.272-.443-3.233-2.897a.718.718 0 1 1 .96-1.068l4.51 4.053a.713.713 0 0 1 .055 1.013'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M11.999.714 24.76 12.178 13.297 24.939.536 13.476z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 50% no-repeat;border-radius:50%;bottom:-86px!important;box-shadow:0 4px 20px rgba(0,0,0,.25)!important;display:flex;height:33px;justify-content:center;left:calc(50% - 22px);opacity:1!important;position:absolute;right:auto;top:auto;transform:translate(-50%,50%);width:33px}.reviews-products-list .slick-arrow.swiper-button-disabled{pointer-events:all!important}.reviews-products-list .slick-arrow svg{display:none}.reviews-products-list .prev-arrow{left:calc(50% - 22px);transform:translate(-50%,50%) scale(-1)}.reviews-products-list .next-arrow{left:calc(50% + 22px)!important;transform:translate(-50%,50%)!important}@media(min-width:1025px){.reviews-products-list .slick-arrow{display:none}}.bt-related-posts a{display:block!important}.bt-related-posts img{height:88px!important}.bt-related-posts section .elementor-widget-wrap,.bt-related-posts section>div{height:100%}.bt-related-posts section .elementor-widget-wrap{display:flex;flex-direction:column}.bt-related-posts .elementor-widget-heading{align-items:center;display:flex;flex-grow:1;justify-content:center}@media only screen and (min-width:768px){.bt-related-posts img{height:220px!important}}@media only screen and (min-width:1280px){.bt-related-posts img{height:320px!important}}.installations-grid__card>.elementor-column,.installations-grid__card>.elementor-container{height:100%!important}.installations-grid__card .elementor-widget-wrap{flex-direction:column}.installations-grid__card-img{flex-grow:1}.installations-grid__card-img .elementor-container{height:100%!important}.event-benefits__item__title p{margin-bottom:24px}.event-benefits__item__text p{line-height:1.75}.event-benefits__item__text p:last-of-type{margin-bottom:0}.brochure-item__title{height:60%}.brochure-item__title *{height:100%!important}.brochure-item__title .jet-listing-dynamic-field__content{align-items:flex-end;display:flex}.brochure-item__link{height:100%;left:0;position:absolute;top:0;width:100%;z-index:99}.brochure-item__link *{height:100%!important}.brochure-item__link .jet-listing-dynamic-link__link{height:100%;width:100%}.brochure-item__img img{aspect-ratio:19/27;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.flip-cards-listing .flip-card{perspective:1000px;will-change:transform}.flip-cards-listing .flip-card .e-con.e-parent{height:100%;position:relative;transform-style:preserve-3d;transition:all .6s ease-in-out;width:100%}.flip-cards-listing .flip-card__back,.flip-cards-listing .flip-card__front{backface-visibility:hidden;position:relative;transition:all 1s ease-in-out!important;width:100%;will-change:transform,opacity}.flip-cards-listing .flip-card__front{opacity:1;transform:rotateY(0deg)}.flip-cards-listing .flip-card__back{left:0;opacity:0;position:absolute;right:0;top:0;transform:rotateY(180deg)}.flip-cards-listing .flip-card__back ul{list-style:none;padding:0}.flip-cards-listing .flip-card__back ul li{display:flex;font-size:16px;font-weight:600;gap:10px;letter-spacing:.03em;line-height:150%;margin-bottom:22px}.flip-cards-listing .flip-card__back ul li:last-child{margin-bottom:0}.flip-cards-listing .flip-card__back ul li:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none'%3E%3Ccircle cx='9.5' cy='9.5' r='9.5' fill='%23FFCD00'/%3E%3Cpath stroke='%23262626' stroke-width='1.5' d='M6 9.5 8.333 12 13 7'/%3E%3C/svg%3E") 50% no-repeat;background-size:cover;border-radius:50%;content:"";display:block;flex-shrink:0;height:18px;margin-top:4px;width:18px}.flip-cards-listing .flip-card.flipped .flip-card__front{opacity:0;transform:rotateY(-180deg)}.flip-cards-listing .flip-card.flipped .flip-card__back{opacity:1;transform:rotateY(0deg)}.flip-cards-listing .flip-card img{backface-visibility:hidden}.flip-cards-listing .flip-card *{transition:inherit}@media only screen and (min-width:1024px){.flip-cards-listing .flip-card__back ul li{font-size:18px}.flip-cards-listing .flip-card:hover .flip-card__front{opacity:0;transform:rotateY(-180deg)}.flip-cards-listing .flip-card:hover .flip-card__back{opacity:1;transform:rotateY(0deg)}}@media only screen and (max-width:1023px){.flip-cards-listing .flip-card{cursor:default}.flip-cards-listing .flip-card.flipped .flip-card__front{opacity:0;transform:rotateY(-180deg)}.flip-cards-listing .flip-card.flipped .flip-card__back{opacity:1;transform:rotateY(0deg)}}@media(min-width:375px) and (max-width:767px){.flip-cards-listing.secondary .flip-card{max-height:440px;overflow:visible;transition:max-height .4s ease-in-out}.flip-cards-listing.secondary .flip-card.card-expanded{max-height:max-content}.flip-cards-listing.secondary .flip-card__back,.flip-cards-listing.secondary .flip-card__front{max-height:440px;overflow:hidden;transition:max-height .2s ease-in-out,min-height .2s ease-in-out}.flip-cards-listing.secondary .flip-card__back.expanded{max-height:max-content}.flip-cards-listing.secondary .flip-card__back__read-more .elementor-icon{transition:transform .3s ease-in-out}.flip-cards-listing.secondary .flip-card__back.expanded .flip-card__back__read-more .elementor-icon{transform:rotate(180deg)}}.business_types--square-layout{background:transparent!important}.business_types--square-layout .swiper-slide{margin-right:20px!important}.business_types--square-layout .swiper-slide .title{font-family:Outfit,Sans-serif!important;font-size:14px!important;font-weight:600!important;line-height:1.2em!important;max-width:100%!important;text-align:center!important}@media(max-width:1024px){.business_types--square-layout .swiper-slide .title{font-size:12px!important}}.business_types--square-layout .swiper-slide .image-wrapper{position:relative}.business_types--square-layout .swiper-slide .image-wrapper img{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}.business_types--square-layout .swiper-slide .arrow{display:none!important}.business_types--square-layout .swiper-slide .business_type>div:last-child{border-radius:0 0 10px 10px!important;padding:20px 10px!important}@media(max-width:768px){.business_types--square-layout .swiper-slide .business_type>div:last-child{padding:5px!important}}.business_types--square-layout .swiper-slide .business_type:first-child,.business_types--square-layout .swiper-slide a{border:0!important;margin:20px 0!important}.business_types--square-layout .swiper-slide:has(.business_type-wrapper-single){margin-right:30px;width:345px}@media(max-width:1024px){.business_types--square-layout .swiper-slide:has(.business_type-wrapper-single){margin-right:10px;width:169px}}@media(max-width:767px){.business_types--square-layout .swiper-slide:has(.business_type-wrapper-single):last-child{padding-left:0}}.business_types--square-layout .swiper-slide:has(.business_type-wrapper-double){margin-right:30px;width:180px}.business_types--square-layout .swiper-slide:has(.business_type-wrapper-double) a:hover{z-index:11}@media(max-width:1024px){.business_types--square-layout .swiper-slide:has(.business_type-wrapper-double){margin-right:10px;width:88px}}.business_types--square-layout .swiper-slide:has(.business_type-wrapper-big-double){margin-right:30px;width:235px}.business_types--square-layout .swiper-slide:has(.business_type-wrapper-big-double) a:hover{z-index:11}@media(max-width:1024px){.business_types--square-layout .swiper-slide:has(.business_type-wrapper-big-double){margin-right:10px;width:115px}}.business_types--square-layout .swiper-slide .business_type-wrapper a:has(img),.business_types--square-layout .swiper-slide .business_type-wrapper img{border-radius:10px}.business_types--square-layout .swiper-slide .business_type-wrapper .image-wrapper{aspect-ratio:1/1;height:auto!important}.business_types--square-layout .swiper-slide .business_type{box-shadow:0 4px 7px rgba(0,0,0,.1)}.business_types--square-layout .swiper-slide .business_type-wrapper-double .image-wrapper{aspect-ratio:1/1.03}.business_types--square-layout .swiper-slide .business_type-wrapper-single .image-wrapper{aspect-ratio:1/.9}.business_types--square-layout .swiper-slide:hover{z-index:10}.business_types--square-layout .swiper-slide .business_type.hovered{transform:scale(1.1)!important}.nx_business_types_widget:has(.business_types--square-layout) .swiper-button-next,.nx_business_types_widget:has(.business_types--square-layout) .swiper-button-prev{margin:0!important}.business-types-square .swiper-wrapper{padding-bottom:0!important;padding-top:0!important}.business-types-square .swiper-button-next,.business-types-square .swiper-button-prev{background-color:transparent!important;box-shadow:none!important}.business-types-square .swiper-slide{opacity:1!important}.nx_business_types_widget-desktop .swiper-button-next,.nx_business_types_widget-desktop .swiper-button-prev{background-color:hsla(0,0%,100%,.7);background-image:url(https://nayaxstage.wpengine.com/wp-content/uploads/2023/06/Group-79.svg);box-shadow:0 0 100px 27px #fff;height:100%;top:0;width:200px}@media(max-width:767px){.nx_business_types_widget-desktop .swiper-button-next,.nx_business_types_widget-desktop .swiper-button-prev{background-image:url(https://nayaxstage.wpengine.com/wp-content/uploads/2023/06/arrow-small.png);box-shadow:0 0 15px 5px #fff;width:55px}}@media(max-width:767px){.elementor-widget-wrap:has(.business_types--square-layout){padding:0!important}}.nx_business_types_widget .swiper-button-next:after,.nx_business_types_widget .swiper-button-prev:after{content:none!important}.nx_business_types_widget .swiper-button-prev{left:-12px;transform:rotate(180deg)}.nx_business_types_widget .swiper-button-next{right:-12px}.nx_business_types_widget .swiper-button-disabled{display:none}.nx_business_types_widget .swiper-scrollbar-drag{height:15px}.nx_business_types_widget .swiper-scrollbar-drag:not(.swiper-scrollbar-horizontal){background:#ffca01;border-radius:50px;cursor:pointer;height:25px;position:absolute;top:-10px}.nx_business_types_widget .swiper-scrollbar-drag.swiper-scrollbar-horizontal{background:#e6e6e6;height:4px;transition-duration:0ms}.nx_business_types_widget .swiper_scrollbar{margin:40px 0;padding:0 150px}.business_types-wrapper.swiper{height:-moz-fit-content;height:fit-content;overflow-x:hidden}.business_types-wrapper.swiper .swiper-wrapper{padding:50px 0}.business_types-wrapper.swiper .swiper-pagination.business-types{bottom:0;width:100%}.nx_business_types_widget:has(.business_types--square-layout){overflow-x:hidden}.nx_business_types_widget-desktop{display:block}.nx_business_types_widget-mobile{display:none;padding:0 0 60px}.nx_business_types_widget-desktop h2{color:#262626;font-size:60px;font-weight:500;letter-spacing:-1px;line-height:64px;margin:0 auto 24px;max-width:880px;text-align:center}.nx_business_types_widget-desktop .desciption{box-sizing:border-box;color:#262626;font-family:Outfit,sans-serif;font-size:16px;font-weight:400;line-height:22px;margin:0 auto 32px;max-width:880px;padding:0 140px;text-align:center}.nx_business_types_widget-desktop form{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto 72px}.nx_business_types_widget-desktop .nice-select{background-color:#f7f8f8;border:none;border-bottom:3px solid transparent;border-radius:0;color:#262626;float:none;font-family:Outfit,sans-serif;font-size:20px;font-weight:400;height:auto;line-height:24px;margin-bottom:10px;margin-right:20px;padding:8px 40px 8px 12px;text-align:left;transition:.35s}.nx_business_types_widget-desktop .nice-select:last-child{margin-right:0}.nx_business_types_widget-desktop .nice-select:focus,.nx_business_types_widget-desktop .nice-select:hover{border-color:#ff3653}.nx_business_types_widget-desktop .nice-select:after{background-image:url(//www.nayax.com/wp-content/themes/nayax/assets/images/select-arrow.svg);background-position:50% 50%;background-repeat:no-repeat;background-size:auto auto;background-size:initial;border:none;height:6px;margin-top:-3px;top:50%;transform:none;width:8px}.nx_business_types_widget-desktop .nice-select .list{border:none;border-bottom:5px solid #ff3653;border-radius:0;box-shadow:0 20px 80px rgba(0,0,0,.251);left:0;margin:0;max-height:400px;overflow:auto;padding:0 0 20px;top:0;width:332px}.nx_business_types_widget-desktop .nice-select .list li{color:#000;font-family:Outfit,sans-serif;font-size:16px;font-weight:400;line-height:1.25;min-height:auto;overflow:hidden;padding:6px 28px;text-align:left;text-overflow:ellipsis}.nx_business_types_widget-desktop .nice-select .list li:first-child{font-size:20px;font-weight:600;line-height:1;padding:12px 28px;position:relative}.nx_business_types_widget-desktop .nice-select .list li:first-child:after{background-image:url(//www.nayax.com/wp-content/themes/nayax/assets/images/select-arrow.svg);background-position:50% 50%;background-repeat:no-repeat;background-size:auto auto;background-size:initial;border:none;content:"";display:block;height:6px;margin-top:-4px;position:absolute;right:12px;top:50%;transform:rotate(180deg);width:8px}.nx_business_types_widget-desktop .nice-select .list li.selected,.nx_business_types_widget-desktop .nice-select .list li:hover{background-color:#eeeded!important;font-weight:600}.nx_business_types_widget-desktop .nice-select .option.focus,.nx_business_types_widget-desktop .nice-select .option.selected.focus{background-color:transparent}.nx_business_types_widget-desktop{background-color:inherit;position:relative}.nx_business_types_widget-desktop .current{display:block;font-weight:600;overflow:hidden;text-overflow:ellipsis;width:100%}.nx_business_types_widget-desktop .owl-stage-outer{left:0;padding:40px 0}.nx_business_types_widget-desktop .owl-stage{display:flex;flex-wrap:wrap;padding:0 0 60px}.nx_business_types_widget-desktop .swiper-slide{margin-bottom:auto;margin-top:auto;overflow:visible;transition:all .5s;z-index:0}.nx_business_types_widget-desktop .swiper-slide.hovered{outline:none;z-index:999}.nx_business_types_widget-desktop .swiper-slide .business_type.hovered{border-color:#ffca00;transform:scale(1.25)}.nx_business_types_widget-desktop .business_type{border-bottom:10px solid transparent;box-shadow:0 20px 20px 0 rgba(0,0,0,.149);color:#262626;display:block;position:relative;transition:all .4s}.nx_business_types_widget-desktop .business_type>div:last-child{background-color:#fff;box-sizing:border-box;display:flex;flex-wrap:wrap;padding:28px 28px 20px}.nx_business_types_widget-desktop .business_type-wrapper-double .business_type-image{height:208px;position:relative}.nx_business_types_widget-desktop .business_type-wrapper-double .business_type:first-child{margin:0 0 52px}.nx_business_types_widget-desktop .business_type-wrapper-double .business_type .image-wrapper{position:relative}.nx_business_types_widget-desktop .business_type-wrapper-double .business_type:first-child .image-wrapper{height:200px}.nx_business_types_widget-desktop .business_type-wrapper-double .business_type:last-child .image-wrapper{height:240px}.nx_business_types_widget-desktop .business_type-wrapper-double .business_type img{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}.nx_business_types_widget-desktop .business_type-wrapper-single .business_type .image-wrapper{height:472px;position:relative}.nx_business_types_widget-desktop .business_type-wrapper-single .business_type .image-wrapper img{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}.nx_business_types_widget-desktop .business_type>div span{display:block;flex:1 0 auto}.nx_business_types_widget-desktop .business_type>div .title{color:#262626;font-family:Outfit,serif;font-size:20px;font-weight:500;max-width:calc(100% - 32px)}.nx_business_types_widget-desktop .business_type>div .arrow{max-width:32px;text-align:center}.nx_business_types_widget-desktop .navigation-slider{padding-left:60px;width:95%}@media(min-width:1025px){.nx_business_types_widget-desktop .navigation-slider{padding-left:172px}}.nx_business_types_widget-desktop .irs-hidden-input{opacity:0;visibility:hidden}.nx_business_types_widget-desktop .irs--flat .irs-bar,.nx_business_types_widget-desktop .irs--flat .irs-line{height:5px;top:0}.nx_business_types_widget-desktop .irs--flat .irs-line{background-color:#eeeded}.nx_business_types_widget-desktop .irs--flat .irs-bar{background-color:#ffca00}.nx_business_types_widget-desktop .irs--flat .irs-handle{background-color:#ffca00;border-radius:50px;cursor:pointer;height:25px;top:-10px;width:48px}.nx_business_types_widget-desktop .irs--flat .irs-handle>i:first-child{display:none}.nx_business_types_widget-mobile .item{margin:0 0 2px;width:100%}.nx_business_types_widget-mobile .item button{background-color:#dededa;border:none;border-bottom:3px solid transparent;box-sizing:border-box;color:#262626;display:block;font-family:Outfit,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:24px;padding:12px 32px 12px 12px;position:relative;text-align:left;transition:all .4s;width:100%}.nx_business_types_widget-mobile .item button:after{background-image:url(//www.nayax.com/wp-content/themes/nayax/assets/images/select-arrow.svg);background-position:50% 50%;background-repeat:no-repeat;background-size:auto auto;background-size:initial;border:none;content:"";display:block;height:8px;margin-top:-4px;position:absolute;right:20px;top:50%;transform:none;width:8px}.nx_business_types_widget-mobile .item button:focus,.nx_business_types_widget-mobile .item button:hover,.nx_business_types_widget-mobile .item.active button{border-color:#ff3653;font-weight:600;outline:none}.nx_business_types_widget-mobile .item .panel{display:none;width:100%}.nx_business_types_widget-mobile .item .panel a{border-bottom:1px solid #dededa;box-sizing:border-box;color:#000;display:block;font-family:Outfit,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:1;padding:20px 40px 20px 24px;position:relative;transition:all .4s;width:100%}.nx_business_types_widget-mobile .item .panel a:last-child{border-bottom:none}.nx_business_types_widget-mobile .item .panel a:focus,.nx_business_types_widget-mobile .item .panel a:hover{background-color:#f7f8f8}.nx_business_types_widget-mobile .item .panel a:after{background-image:url(//www.nayax.com/wp-content/themes/nayax/assets/images/shevron-right.svg);background-position:50% 50%;background-repeat:no-repeat;background-size:auto auto;background-size:initial;border:none;content:"";display:block;height:12px;margin-top:-6px;position:absolute;right:20px;top:50%;transform:none;width:7px}@media(max-width:1400px){.nx_business_types_widget-desktop .business_type-wrapper-double .business_type:first-child{margin:0 0 32px}.nx_business_types_widget-desktop .business_type-wrapper-double .business_type:first-child .image-wrapper{height:180px}.nx_business_types_widget-desktop .business_type-wrapper-double .business_type:last-child .image-wrapper{height:200px}.nx_business_types_widget-desktop .business_type-wrapper-single .business_type .image-wrapper{height:400px}}@media(max-width:1024px){.business_types-wrapper.swiper .swiper-wrapper{padding:50px}}@media(max-width:767px){.business_types-wrapper.swiper .swiper-wrapper{padding-left:0}.nx_business_types_widget-desktop{display:none}}@media(max-width:767px){.nx_business_types_widget-desktop:has(.business_types--square-layout){display:block}.nx_business_types_widget-mobile{display:block}}.faq-search-results-shortcode{background-color:#fff;overflow:hidden}.faq-search-results-shortcode .faq-ticker-wrapper{background-color:#f7f8f8;padding:36px 0;width:100%}.faq-search-results-shortcode .faq-ticker{margin:0 auto;max-width:1164px;width:100%}.faq-search-results-shortcode .faq-ticker__title{color:#262626;font-family:Outfit,serif;font-size:25px;font-weight:500;line-height:1.25;margin:0;padding:0}.faq-search-results-shortcode .faq-grid-wrapper{margin:0 auto;max-width:1164px;padding:24px 0 100px;width:100%}.faq-search-results-shortcode .faq-search-icon-wrapper{align-items:flex-end;display:flex;flex-wrap:wrap;justify-content:flex-end;overflow:hidden;position:relative}.faq-search-results-shortcode .faq-search-icon{display:block;height:104px;position:relative;right:-20px;top:0;width:128px}.faq-search-results-shortcode .faq-grid{display:grid;grid-auto-rows:1fr;grid-template-columns:repeat(2,1fr);grid-column-gap:20px;grid-row-gap:20px;margin-top:44px}.faq-search-results-shortcode .faq-grid__item{width:100%}.faq-search-results-shortcode .faq-grid__item:nth-child(-n+2){margin-top:0}.faq-search-results-shortcode .faq-article{background-color:#f7f8f8;height:100%;padding:32px 36px 0;position:relative;width:100%}.faq-search-results-shortcode .faq-article__title{color:#262626;font-family:Outfit,serif;font-size:25px;font-weight:400;line-height:1.25;margin:0}.faq-search-results-shortcode .faq-article__content{margin-top:16px;padding:0 0 68px}.faq-search-results-shortcode .faq-article__content p{margin:0}.faq-search-results-shortcode .faq-article__content,.faq-search-results-shortcode .faq-article__content p{color:#000;font-family:Outfit,sans-serif;font-size:16px;font-weight:400;line-height:1.56}.faq-search-results-shortcode .faq-article__read-more{border-bottom:2px solid #ffca00;bottom:24px;color:#262626;display:inline-block;font-family:Outfit,sans-serif;font-size:12px;font-weight:400;left:40px;line-height:1;padding:0 0 12px;position:absolute;white-space:normal}.faq-search-results-shortcode .faq-pagination-wrapper{margin:112px auto 0;position:relative;text-align:center}.faq-search-results-shortcode .faq-pagination-wrapper .faq-curly-icon{bottom:0;display:block;height:134px;position:absolute;right:-40px;width:198px}.faq-search-results-shortcode .faq-pagination{display:inline-block}.faq-search-results-shortcode .faq-pagination .page-numbers{background-color:transparent;color:#262626;font-family:Outfit,sans-serif;font-size:16px;font-weight:400;line-height:1;padding:16px 20px}.faq-search-results-shortcode .faq-pagination a.page-numbers:focus,.faq-search-results-shortcode .faq-pagination a.page-numbers:hover,.faq-search-results-shortcode .faq-pagination span.page-numbers:not(.dots){background-color:#ffca00}@media(max-width:1280px){.faq-search-results-shortcode .faq-ticker{padding:0 20px}.faq-search-results-shortcode .faq-search-icon{right:0}.faq-search-results-shortcode .faq-grid-wrapper{padding:24px 20px 100px}}@media(max-width:768px){.faq-search-results-shortcode .faq-search-icon-wrapper{justify-content:center}.faq-search-results-shortcode .faq-grid-wrapper{padding:24px 20px 72px}.faq-search-results-shortcode .faq-grid{grid-template-columns:repeat(1,1fr)}.faq-search-results-shortcode .faq-grid__item{margin:0 auto;max-width:540px}.faq-search-results-shortcode .faq-article{padding:16px 16px 32px}.faq-search-results-shortcode .faq-article__title{font-size:19px;font-weight:500;line-height:1}.faq-search-results-shortcode .faq-article__content{margin-top:20px;padding:0 0 40px}.faq-search-results-shortcode .faq-article__content,.faq-search-results-shortcode .faq-article__content p{color:#505153;font-size:12px;line-height:1.5}.faq-search-results-shortcode .faq-article__read-more{bottom:20px;font-size:10px;left:20px;margin:36px 0 0}.faq-search-results-shortcode .faq-article-inner{padding:0}.faq-search-results-shortcode .faq-pagination-wrapper{margin:68px auto 0}.faq-search-results-shortcode .faq-pagination-wrapper .faq-curly-icon{display:none}}.global-presence-shortcode{background-color:#262626;box-sizing:border-box;display:block;margin:0 auto;padding:80px 0 120px;position:relative;width:100%}.global-presence-shortcode__container{margin:0 auto;max-width:1440px;width:100%}.global-presence-shortcode__title{color:#fff;font-family:Outfit,serif;font-size:55px;font-weight:500;line-height:28px;margin:0 auto 12px;text-align:center}.global-presence-shortcode__subtitle{margin:0 auto 56px;max-width:892px}.global-presence-shortcode__subtitle,.global-presence-shortcode__subtitle p{color:#fff;font-family:Outfit,sans-serif;font-size:16px;font-weight:400;line-height:1.375;margin:0 auto;text-align:center}.global-presence-shortcode__map-wrapper{height:592px;margin:54px auto 0;max-width:936px;position:relative;width:100%}.global-presence-shortcode__map-wrapper #global-presence-map{height:100%;position:relative;width:100%;z-index:1}.global-presence-shortcode__map-wrapper .map-fragment{position:absolute;z-index:2}.global-presence-shortcode__map-wrapper .map-fragment.map-fragment_top-right{right:20px;top:68px}.global-presence-shortcode__map-wrapper .map-fragment.map-fragment_bottom-left{bottom:36px;left:-24px}.global-presence-shortcode__map-wrapper .map-fragment.map-fragment_ship{bottom:100px;left:16px}.global-presence-shortcode .gm-style .gm-style-iw-c{left:48px;padding:0;top:42px}.global-presence-shortcode .gm-style .gm-style-iw-c button{display:none!important}.global-presence-shortcode .gm-style .gm-style-iw-t:after{display:none}.global-presence-shortcode .gm-style .gm-style-iw-d{max-height:none!important;overflow:auto!important;padding:0}.global-presence-shortcode .gm-style iframe+div{border:none!important}.global-presence-shortcode .info-window{padding:8px 20px 8px 40px;position:relative}.global-presence-shortcode .info-window__image{background-image:url(//www.nayax.com/wp-content/themes/nayax/assets/images/map-location-icon.svg);background-position:50% 50%;background-repeat:no-repeat;background-size:cover;height:16px;left:14px;margin-top:-8px;position:absolute;top:50%;width:12px}.global-presence-shortcode .info-window__title{color:#262626;font-family:Outfit,serif;font-size:16px;font-weight:500;line-height:1;margin:0}.global-presence-shortcode .info-window__subtitle{color:#505153;font-family:Outfit,sans-serif;font-size:12px;font-weight:400;line-height:1;margin:2px 0 0}.month-year-title-shortcode{border-bottom:2px solid #ff3653;display:inline-block;margin:68px 0 60px;padding:0 0 30px}.month-year-title-shortcode__title{font-family:Outfit,serif;font-size:25px;font-weight:500;line-height:1.2em;margin:0}.past-events-shortcode{background-color:#fff;margin:0 auto;max-width:1160px;width:100%}.past-events-shortcode__date{border-bottom:2px solid #ff3653;display:inline-block;margin:68px 0 44px;padding:0 0 30px}.past-events-shortcode__title{font-family:Outfit,serif;font-size:25px;font-weight:500;letter-spacing:-.42px;line-height:1.2em;margin:0}.past-events-shortcode__event-grid{display:flex;flex-wrap:wrap;justify-content:space-between}.past-events-shortcode__button{background-color:#000;box-sizing:border-box;color:#fff!important;cursor:pointer;display:block;font-family:Outfit,sans-serif;font-size:17px;font-weight:400;line-height:25px;margin:68px auto 0;max-width:228px;padding:20px 48px;text-align:center;transition:all .4s;width:100%}.past-events-shortcode__button:focus,.past-events-shortcode__button:hover{background-color:#ffca00;color:#262626!important}.past-events-shortcode .owl-dots{display:flex;flex-wrap:wrap;margin:16px auto 0;width:-moz-fit-content;width:fit-content}.past-events-shortcode .owl-dot{border:1px solid #262626;border-radius:50%;box-sizing:border-box;height:10px;margin:0 0 0 16px;transition:all .4s;width:10px}.past-events-shortcode .owl-dot:first-child{margin:0}.past-events-shortcode .owl-dot.active,.past-events-shortcode .owl-dot:focus,.past-events-shortcode .owl-dot:hover{background-color:#ffca00;border-color:#ffca00}.past-events-shortcode .past-event-article{background-color:#fff;box-shadow:0 10px 20px rgba(38,38,38,.122);display:block;margin:16px 0;max-width:556px;width:46.5%}.past-events-shortcode .past-event-article:hover,.past-events-shortcode .past-event-articlefocus{color:#262626}.past-events-shortcode .past-event-article__thumbnail{display:block;-o-object-fit:cover;object-fit:cover;width:100%}.past-events-shortcode .past-event-article__info-wrapper{padding:20px 40px 40px}.past-events-shortcode .past-event-article__title{color:#262626;font-family:Outfit,serif;font-size:25px;font-weight:400;line-height:1.2;margin:0}.past-events-shortcode .past-event-article__date{align-items:center;color:#262626;display:flex;flex-wrap:wrap;font-family:Outfit,sans-serif;font-size:14px;font-weight:400;line-height:1.8;margin:10px 0 0}.past-events-shortcode .past-event-article__date .icon{background-image:url(//www.nayax.com/wp-content/themes/nayax/assets/images/event-calendar-icon.svg);height:19px;margin-right:12px;width:22px}.past-events-shortcode .past-event-article__date .text{width:calc(100% - 34px)}.past-events-shortcode .past-event-article__location{align-items:center;color:#262626;display:flex;flex-wrap:wrap;font-family:Outfit,sans-serif;font-size:14px;font-weight:400;line-height:1.8;margin:10px 0 0}.past-events-shortcode .past-event-article__location .icon{background-image:url(//www.nayax.com/wp-content/themes/nayax/assets/images/event-location-icon.svg);height:19px;margin-right:21px;width:13px}.past-events-shortcode .past-event-article__location .text{width:calc(100% - 34px)}.past-events-shortcode .past-event-article__brief{align-items:center;color:#262626;display:flex;flex-wrap:wrap;font-family:Outfit,sans-serif;font-size:14px;font-weight:400;line-height:1.8;margin:10px 0 0}.past-events-shortcode .past-event-article__brief .icon{background-image:url(//www.nayax.com/wp-content/themes/nayax/assets/images/event-recycle-icon.svg);height:20px;margin-right:18px;width:16px}.past-events-shortcode .past-event-article__brief .text{width:calc(100% - 34px)}.past-events-shortcode .past-event-article span{display:inline-block;vertical-align:middle}.past-events-shortcode .past-event-article .icon{background-position:50%;background-repeat:no-repeat;background-size:cover}.past-events-shortcode .past-event-article sup{font-size:10px;top:0;vertical-align:super}@media(max-width:768px){.past-events-shortcode__section:nth-child(n+1){margin-top:32px}.past-events-shortcode__date{border-bottom:2px solid #ff3653;display:block;margin:16px auto 20px;max-width:272px;padding:0 0 8px;width:-moz-fit-content;width:fit-content}.past-events-shortcode__title{font-family:Outfit,sans-serif;font-size:16px;font-weight:400;line-height:22px;margin:0}.past-events-shortcode .past-event-article{margin:0 auto 24px;max-width:100%;min-height:398px;padding:20px 16px;width:100%}.past-events-shortcode .past-event-article__info-wrapper{padding:20px 0 32px}.past-events-shortcode .past-event-article__title{font-size:19px;font-weight:500;line-height:20px;margin:0}.past-events-shortcode .past-event-article__brief,.past-events-shortcode .past-event-article__date,.past-events-shortcode .past-event-article__location{font-size:12px;line-height:18px;margin:12px 0 0}.past-events-shortcode .past-event-article sup{font-size:8px}}.c-representatives-widget{background-color:#fff;box-sizing:border-box;margin:0 auto;max-width:1200px;padding:104px 0 160px;width:100%}.c-representatives-widget__title{color:#262626;display:block;font-size:55px;font-style:normal;font-weight:400;letter-spacing:-.8px;line-height:1.15;margin:0 auto 60px;text-align:center}.c-representatives-widget .c-filter-list{display:flex;gap:25px;justify-content:center;margin:0 auto 92px}@media(max-width:768px){.c-representatives-widget .c-filter-list{display:grid}}.c-representatives-widget .c-lines-of-business-filter-list,.c-representatives-widget .c-region-filter-list{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;list-style:none;margin:0 auto;max-width:812px;padding:0;width:100%}.c-representatives-widget .c-lines-of-business-filter-list__item,.c-representatives-widget .c-region-filter-list__item{box-sizing:border-box;color:#262626;cursor:pointer;display:block;font-family:Outfit,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:1.6;margin:0;opacity:.5;padding:12px;text-align:center;white-space:nowrap}.c-representatives-widget .c-lines-of-business-filter-list__item.is-active,.c-representatives-widget .c-lines-of-business-filter-list__item:focus,.c-representatives-widget .c-lines-of-business-filter-list__item:hover,.c-representatives-widget .c-region-filter-list__item.is-active,.c-representatives-widget .c-region-filter-list__item:focus,.c-representatives-widget .c-region-filter-list__item:hover{font-weight:600;opacity:1}.c-representatives-widget .c-representative-feed__region-name{color:#262626;display:block;font-size:30px;font-style:normal;font-weight:500;line-height:1.1;margin:0 auto 8px;text-align:center}.c-representatives-widget .c-representative-feed__list{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}.c-representatives-widget .c-representative-feed__list__item{box-sizing:border-box;max-width:300px;padding:52px 40px;visibility:hidden;width:100%}.c-representatives-widget .c-representative-feed__list__item__name{color:#000;font-family:Outfit,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:1.25;margin:0 0 8px}.c-representatives-widget .c-representative-feed__list__item__phone-notes{color:#000;font-family:Outfit,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:1.4;margin:0 0 8px}.c-representatives-widget .c-representative-feed__list__item__button{background:none;border:none;border-bottom:2px solid #ffca00;color:#262626;font-family:Outfit,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:2;margin:0;padding:0;width:-moz-fit-content;width:fit-content}.c-representatives-widget .c-representative-feed__list__item__button:focus,.c-representatives-widget .c-representative-feed__list__item__button:hover{background:none;color:#ff3653;outline:none}.c-representatives-widget .c-country{margin:0 0 8px;position:relative}.c-representatives-widget .c-country__flag-icon{border-radius:50%;display:block;height:16px;left:-20px;position:absolute;top:2px;width:16px}.c-representatives-widget .c-country__name{color:#000;font-size:20px;font-style:normal;font-weight:500;margin:0}.c-representatives-widget .c-address-list{list-style:none;margin:0;padding:0}.c-representatives-widget .c-address-list__item__city-name{color:#ffca00;display:block;font-family:Outfit,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:1.4;margin:0}.c-representatives-widget .c-address-list__item__street-address{color:#000;font-family:Outfit,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:1.4;margin:0 0 8px}.c-representatives-widget .c-phone-number-list{list-style:none;margin:0 0 8px;padding:0}.c-representatives-widget .c-phone-number-list__item__phone-number{color:#000;font-family:Outfit,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:1.4;margin:0}.c-representatives-widget .c-phone-number-list__item__email{color:#000;display:block;font-size:13px;font-weight:400;line-height:1.4;margin:0 0 8px}.c-representatives-widget .c-site-link-list{list-style:none;margin:0 0 8px;padding:0}.c-representatives-widget .c-site-link-list__item__site-link{color:#000;font-family:Outfit,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:1.4;margin:0;word-break:break-all}.shop-button-shortcode{margin:auto 0 auto 56px}.shop-button-shortcode .elementor-button{background-color:#ffca00;color:#262626;transition:all .4s}.shop-button-shortcode .elementor-button:focus,.shop-button-shortcode .elementor-button:hover{background-color:#262626;color:#fff}.shop-floating-button-wrapper{align-items:center;border-radius:0 0 12px 12px;display:flex;height:68px;left:-70px;opacity:1;position:fixed;top:234px;transform:rotate(270deg);width:208px;z-index:1000}.shop-floating-button-wrapper .shop-floating-button{align-items:center;background:#ff3653 0 0 no-repeat padding-box;border-radius:0 0 12px 12px;display:flex;height:100%;transition:all .4s;width:100%}.shop-floating-button-wrapper .shop-floating-button__icon{padding:0 16px}.shop-floating-button-wrapper .shop-floating-button__icon svg{transform:rotate(90deg)}.shop-floating-button-wrapper .shop-floating-button__icon svg path{fill:#fff;stroke:transparent}.shop-floating-button-wrapper .shop-floating-button__line{background-color:#fff;display:block;height:60px;opacity:.25;width:2px}.shop-floating-button-wrapper .shop-floating-button__text{color:#fff;display:block;font-family:Outfit,sans-serif;font-size:21px;font-weight:400;line-height:1;text-align:center;width:100%}.shop-floating-button-wrapper .shop-floating-button:hover{background-color:#ffca00}.shop-floating-button-wrapper .shop-floating-button:hover .shop-floating-button__icon svg path{fill:#262626}.shop-floating-button-wrapper .shop-floating-button:hover .shop-floating-button__line{background-color:#262626}.shop-floating-button-wrapper .shop-floating-button:hover .shop-floating-button__text{color:#262626}@media(min-width:1205px) and (max-width:1366px){.shop-floating-button-wrapper{height:60px!important;left:-68px!important;width:188px!important}}@media(max-width:1024px){.shop-floating-button-wrapper{height:42px;left:-14px;top:452px;width:68px}.shop-floating-button-wrapper .shop-floating-button{justify-content:center}.shop-floating-button-wrapper .shop-floating-button__icon{padding:0}.shop-floating-button-wrapper .shop-floating-button__line,.shop-floating-button-wrapper .shop-floating-button__text{display:none}}.single-solution-hero-button .elementor-button{background-color:#ffca00;color:#262626;transition:all .4s}.single-solution-hero-button .elementor-button:focus,.single-solution-hero-button .elementor-button:hover{background-color:#ff3653;color:#fff}@media(max-width:768px){.single-solution-hero-button{text-align:center}}.benefits{box-sizing:border-box;margin:0 auto;width:100%}.benefits__container{align-items:stretch;display:flex;flex-wrap:wrap;margin:-7px}.benefits__container.justify-start{justify-content:start}.benefits__container.justify-center{justify-content:center}.benefits__item{padding:7px;width:25%}.benefits__item-content{align-items:flex-start;background-color:#f7f8f8;display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding:30px 13.1% 22px 14.7%}.benefits__item-number{border-bottom:3px solid var(--e-global-color-accent);display:inline-block;line-height:1;margin:0 0 10px;padding:0 20px 10px 0;text-align:left}.benefits__item-title{font-size:25px!important;margin:0 0 27px;word-break:break-word}.benefits__item-button{cursor:pointer;font-size:16px;font-weight:700;margin-top:auto;transition:all .3s ease}.benefits__item-button:hover{color:var(--e-global-color-accent)}@media(max-width:1024px){.benefits__item{width:50%}.benefits__item-title{font-size:20px!important}.benefits__item-content{padding:30px 40px 22px}}@media(max-width:767px){.benefits__item-number{margin:0 0 10px;padding:0 5px 5px 0}.benefits__item-title{font-size:16px!important;margin:0 0 10px}.benefits__item-button{font-size:13px}.benefits__item-content{min-height:203px;padding:10px 7px 14px 14px}}.benefits-popup{max-width:1326px;position:relative;width:98%}.benefits-popup__carousel{background-color:#fff;box-shadow:0 4px 49px rgba(0,0,0,.25);box-sizing:border-box;display:none;margin:0 auto;padding:68px 112px 48px}.benefits-popup .owl-item{opacity:0}.benefits-popup .active{opacity:1}.benefits-popup__item-heading{align-items:center;border-bottom:1px solid #cecece;box-sizing:border-box;display:flex;justify-content:flex-start;margin-bottom:42px;padding-bottom:42px}.benefits-popup__item-small{margin:0 auto;max-width:704px}.benefits-popup__item-number{border-bottom:3px solid var(--e-global-color-accent);display:inline-block;font-size:55px!important;line-height:1;margin:0 42px 0 0;padding:0 22px 22px 0}.benefits-popup__item-title{font-size:25px!important;margin:0}.benefits-popup__features{display:flex;flex-wrap:wrap;justify-content:flex-start;margin:0 auto;width:100%}.benefits-popup__feature{display:flex;flex-wrap:wrap;justify-content:space-between;padding:17px 0;width:50%}.benefits-popup__feature-content{align-items:flex-start;display:flex;justify-content:flex-start;padding-right:28px}.benefits-popup__feature-media{margin-right:21px;max-width:64px;min-width:64px;width:64px}.benefits-popup__feature-icon{display:block;height:auto;max-height:64px;max-width:64px;width:auto!important}.benefits-popup__feature-text{font-size:14px!important}.benefits-popup .owl-nav{align-items:flex-start;bottom:34px;display:flex;justify-content:flex-end;position:absolute;right:32px}.benefits-popup .owl-nav img{opacity:1;transition:all .3s ease}.benefits-popup .owl-nav img:hover{opacity:.2}.benefits-popup .mfp-close{align-items:center;color:var(--e-global-color-text);display:flex;font-size:40px;height:40px;justify-content:center;line-height:1;opacity:1;position:absolute;right:0;top:0;transform:none;transition:all .3s ease;width:40px}.benefits-popup .mfp-close:focus,.benefits-popup .mfp-close:hover{background:transparent;opacity:.5;outline:none}@media(max-width:1024px){.benefits-popup__features{margin:0}.benefits-popup__feature{padding:0;width:100%}}@media(max-width:768px){.benefits-popup{max-width:333px;width:98%}.benefits-popup__carousel{height:80vh;padding:60px 29px 30px 0}.benefits-popup__item{height:65vh;max-height:100%;overflow-y:auto;padding:0 33px}.benefits-popup__item::-webkit-scrollbar{width:5px}.benefits-popup__item::-webkit-scrollbar-track{background:#f0f0f0;border-radius:5px}.benefits-popup__item::-webkit-scrollbar-thumb,.benefits-popup__item::-webkit-scrollbar-thumb:hover{background:#ffca00;border-radius:5px}.benefits-popup__item-heading{align-items:flex-start;border-bottom:none;flex-direction:column;margin-bottom:14px;padding-bottom:0}.benefits-popup__item-number{margin:0 auto 24px;padding:0 0 12px}.benefits-popup__item-title{font-size:19px!important}.benefits-popup__feature-content{flex-direction:column}.benefits-popup__feature-icon{margin:20px 0}.benefits-popup__feature-text{font-size:16px!important}.benefits-popup .owl-nav{bottom:auto;left:24px;right:auto;top:24px}.benefits-popup .owl-nav img:hover{opacity:1}}.mfp-content{align-items:center;display:inline-flex;justify-content:center;padding:20px 56px}.mfp-content .benefits-popup_carousel{display:block}@media(max-width:768px){.mfp-content{padding:20px}}.admin-bar .mfp-content{padding-top:60px}body.single .solution-features-wrapper{margin:0 auto;max-width:1380px;padding:0;width:100%}.solution-feature.no-animation .transparent{opacity:1!important}body.single .solution-features__title{color:#262626;font-family:Outfit,serif;font-size:55px;font-weight:500;line-height:1.1;margin:0;text-align:center}body.single .solution-features__subtitle{color:#262626;font-family:Outfit,sans-serif;font-size:16px;font-weight:400;letter-spacing:.15px;line-height:1.375;margin:24px auto 0;max-width:720px;text-align:center}body.single .solution-features__subtitle>p{margin:0}body.single .solution-features p{text-align:center}body.single .solution-features-grid{display:flex;flex-wrap:wrap;justify-content:center!important;margin:68px auto 0;row-gap:40px}body.single .solution-features-grid.justify-content-start{justify-content:start}body.single .solution-features-grid.justify-content-center{justify-content:center}body.single .solution-features-grid__item{padding:10px;width:25%}body.single .solution-features-grid.justify-content-start{justify-content:flex-start!important}body.single .solution-features-grid .solution-feature__description,body.single .solution-features-grid .solution-feature__divider,body.single .solution-features-grid .solution-feature__title{margin-left:auto;margin-right:auto;max-width:245px}body.single .solution-feature{cursor:pointer;display:flex;flex-direction:column;height:100%}body.single .solution-feature .thumbnail-wrapper{position:relative}body.single .solution-feature .thumbnail-static{height:160px;width:100%}body.single .solution-feature .thumbnail-dynamic{height:160px;left:0;position:absolute;top:0;width:100%;z-index:-1}body.single .solution-feature__thumbnail{display:block;height:100%;margin:0 auto;width:auto}body.single .solution-feature__title{color:#000;font-family:Outfit,serif;font-size:30px;font-weight:400!important;margin:30px 0 16px;max-width:285px;text-align:center}body.single .solution-feature__description{display:flex;flex-direction:column;max-height:0;opacity:0;transition:all 2.4s ease-in-out}body.single .solution-feature__description,body.single .solution-feature__description>p{color:#262626;font-family:Outfit,sans-serif;font-size:14px;font-weight:400;letter-spacing:.15px;line-height:1.3;text-align:center}body.single .solution-feature:hover .solution-feature__description{margin-bottom:24px;max-height:1000px;opacity:1}body.single .solution-feature__divider{background-color:#ffca00;border:none;display:block;height:5px;margin:0;outline:none;width:68%}body.single .solution-features-wrapper .button-wrapper{margin:24px auto 0;text-align:center}body.single .solution-features-wrapper .button-wrapper a{background-color:#ffca00!important;color:#262626!important}body.single .solution-features-wrapper .button-wrapper a:hover{background-color:#262626!important;color:#fff!important}@media(max-width:1023px){body.single .solution-features__title{font-size:30px;line-height:1.2}body.single .solution-features-grid{margin:20px auto 0}body.single .solution-features-grid__item{padding:24px 12px;width:33.3%}body.single .solution-feature .thumbnail-dynamic,body.single .solution-feature .thumbnail-static{height:88px}body.single .solution-feature__title{font-size:20px;height:auto!important;line-height:1.1;margin:12px 0}body.single .solution-feature__divider{margin:auto auto 0;width:100%}}@media(max-width:767px){body.single .solution-features-grid{row-gap:0}body.single .solution-features-grid__item{width:50%}body.single .solution-feature__title{font-size:22px!important;height:auto!important}body.single .solution-feature__description{display:none;max-height:none;opacity:1}body.single .solution-feature__description p{height:auto!important;max-height:none}body.single .solution-feature.no-animation{display:flex;flex-direction:column;height:100%}body.single .solution-feature.no-animation hr{margin-top:auto!important}}body.single-solution .solution-feature__title{font-weight:500!important}body.rtl .solution-feature__title{font-size:24px!important}.subscribe-sidebar-popup .dialog-widget-content{background:transparent!important;bottom:0!important;box-shadow:none!important}.subscribe-sidebar-popup .dialog-close-button{background:url(//www.nayax.com/wp-content/themes/nayax/assets/images/close.svg);background-position:15px 50%;background-repeat:no-repeat;background-size:12px;height:58px;width:32px}.subscribe-sidebar-popup .dialog-close-button i{display:none}.support-search-results-wrapper{margin:0 auto;max-width:1160px;position:relative;width:100%}.support-search-results-wrapper .support-search-results-grid{padding:0 0 40px}.support-search-results-wrapper .support-search-results-grid__item{box-shadow:0 20px 20px 0 rgba(0,0,0,.149);margin:40px auto 0;padding:20px}.support-search-results-wrapper .support-search-results__page{display:block;font-size:20px}.support-search-results-wrapper .support-search-result-answers{margin:20px auto 0;padding:0 0 0 20px}.support-search-results-wrapper .keyword{color:#ffca00;-webkit-text-decoration:underline;text-decoration:underline}.upcoming-events-shortcode{background-color:#f7f8f8;margin:0 auto;max-width:1160px;width:100%}.upcoming-events-shortcode__date{border-bottom:2px solid #ff3653;display:inline-block;margin:68px 0 44px;padding:0 0 30px}.upcoming-events-shortcode__title{font-family:Outfit,serif;font-size:25px;font-weight:500;letter-spacing:-.42px;line-height:1.2em;margin:0}.upcoming-events-shortcode__event-grid{display:flex;flex-wrap:wrap;justify-content:space-between}.upcoming-events-shortcode__button{background-color:#000;box-sizing:border-box;color:#fff!important;cursor:pointer;display:block;font-family:Outfit,sans-serif;font-size:17px;font-weight:400;line-height:25px;margin:68px auto 0;max-width:228px;padding:20px 48px;text-align:center;transition:all .4s;width:100%}.upcoming-events-shortcode__button:focus,.upcoming-events-shortcode__button:hover{background-color:#ffca00;color:#262626!important}.upcoming-events-shortcode .owl-dots{display:flex;flex-wrap:wrap;margin:16px auto 0;width:-moz-fit-content;width:fit-content}.upcoming-events-shortcode .owl-dot{border:1px solid #262626;border-radius:50%;box-sizing:border-box;height:10px;margin:0 0 0 16px;transition:all .4s;width:10px}.upcoming-events-shortcode .owl-dot:first-child{margin:0}.upcoming-events-shortcode .owl-dot.active,.upcoming-events-shortcode .owl-dot:focus,.upcoming-events-shortcode .owl-dot:hover{background-color:#ffca00;border-color:#ffca00}.upcoming-events-shortcode .upcoming-event-article{background-color:#fff;box-shadow:0 10px 20px rgba(38,38,38,.122);display:block;margin:16px 0;max-width:556px;width:46.5%}.upcoming-events-shortcode .upcoming-event-article:hover,.upcoming-events-shortcode .upcoming-event-articlefocus{color:#262626}.upcoming-events-shortcode .upcoming-event-article__thumbnail{display:block;-o-object-fit:cover;object-fit:cover;width:100%}.upcoming-events-shortcode .upcoming-event-article__info-wrapper{padding:20px 40px 40px}.upcoming-events-shortcode .upcoming-event-article__title{color:#262626;font-family:Outfit,serif;font-size:25px;font-weight:400;line-height:1.2;margin:0}.upcoming-events-shortcode .upcoming-event-article__date{align-items:center;color:#262626;display:flex;flex-wrap:wrap;font-family:Outfit,sans-serif;font-size:14px;font-weight:400;line-height:1.8;margin:10px 0 0}.upcoming-events-shortcode .upcoming-event-article__date .icon{background-image:url(//www.nayax.com/wp-content/themes/nayax/assets/images/event-calendar-icon.svg);height:19px;margin-right:12px;width:22px}.upcoming-events-shortcode .upcoming-event-article__date .text{width:calc(100% - 34px)}.upcoming-events-shortcode .upcoming-event-article__location{align-items:center;color:#262626;display:flex;flex-wrap:wrap;font-family:Outfit,sans-serif;font-size:14px;font-weight:400;line-height:1.8;margin:10px 0 0}.upcoming-events-shortcode .upcoming-event-article__location .icon{background-image:url(//www.nayax.com/wp-content/themes/nayax/assets/images/event-location-icon.svg);height:19px;margin-right:21px;width:13px}.upcoming-events-shortcode .upcoming-event-article__location .text{width:calc(100% - 34px)}.upcoming-events-shortcode .upcoming-event-article__brief{align-items:center;color:#262626;display:flex;flex-wrap:wrap;font-family:Outfit,sans-serif;font-size:14px;font-weight:400;line-height:1.8;margin:10px 0 0}.upcoming-events-shortcode .upcoming-event-article__brief .icon{background-image:url(//www.nayax.com/wp-content/themes/nayax/assets/images/event-recycle-icon.svg);height:20px;margin-right:18px;width:16px}.upcoming-events-shortcode .upcoming-event-article__brief .text{width:calc(100% - 34px)}.upcoming-events-shortcode .upcoming-event-article span{display:inline-block;vertical-align:middle}.upcoming-events-shortcode .upcoming-event-article .icon{background-position:50%;background-repeat:no-repeat;background-size:cover}.upcoming-events-shortcode .upcoming-event-article sup{font-size:10px;top:0;vertical-align:super}@media(max-width:768px){.upcoming-events-shortcode__section:nth-child(n+1){margin-top:32px}.upcoming-events-shortcode__date{border-bottom:2px solid #ff3653;display:block;margin:16px auto 20px;max-width:272px;padding:0 0 8px;width:-moz-fit-content;width:fit-content}.upcoming-events-shortcode__title{font-family:Outfit,sans-serif;font-size:16px;font-weight:400;line-height:22px;margin:0}.upcoming-events-shortcode .upcoming-event-article{margin:0 auto 24px;max-width:100%;min-height:398px;padding:20px 16px;width:100%}.upcoming-events-shortcode .upcoming-event-article__info-wrapper{padding:20px 0 32px}.upcoming-events-shortcode .upcoming-event-article__title{font-size:19px;font-weight:500;line-height:20px;margin:0}.upcoming-events-shortcode .upcoming-event-article__brief,.upcoming-events-shortcode .upcoming-event-article__date,.upcoming-events-shortcode .upcoming-event-article__location{font-size:12px;line-height:18px;margin:24px 0 0}.upcoming-events-shortcode .upcoming-event-article sup{font-size:8px}}.upcoming-webinars-shortcode{background-color:#f7f8f8;margin:0 auto;max-width:1200px;position:relative;width:100%}.upcoming-webinars-shortcode__date{border-bottom:2px solid #ff3653;display:inline-block;margin:68px 0 44px;padding:0 0 30px}.upcoming-webinars-shortcode__title{font-family:Outfit,serif;font-size:25px;font-weight:500;line-height:1.2em;margin:0}.upcoming-webinars-shortcode__webinar-grid{display:flex;flex-wrap:wrap;justify-content:space-between}.upcoming-webinars-shortcode__button{background-color:#000;box-sizing:border-box;color:#fff!important;cursor:pointer;display:block;font-family:Outfit,sans-serif;font-size:17px;font-weight:400;line-height:25px;margin:68px auto 0;max-width:228px;padding:20px 48px;text-align:center;transition:all .4s;width:100%}.upcoming-webinars-shortcode__button:focus,.upcoming-webinars-shortcode__button:hover{background-color:#ffca00;color:#262626!important}.upcoming-webinars-shortcode .owl-dots{display:flex;flex-wrap:wrap;margin:16px auto 0;width:-moz-fit-content;width:fit-content}.upcoming-webinars-shortcode .owl-dot{border:1px solid #262626;border-radius:50%;box-sizing:border-box;height:10px;margin:0 0 0 16px;transition:all .4s;width:10px}.upcoming-webinars-shortcode .owl-dot:first-child{margin:0}.upcoming-webinars-shortcode .owl-dot.active,.upcoming-webinars-shortcode .owl-dot:focus,.upcoming-webinars-shortcode .owl-dot:hover{background-color:#ffca00;border-color:#ffca00}.tag-search-wrapper{margin:0 0 0 auto;max-width:320px;padding:0;position:absolute;right:0;top:-132px;width:100%}.tag-search .tag-search__input-wrapper{align-items:center;border:solid #ffca00;border-radius:0;border-width:0 0 3px;display:flex;flex-wrap:wrap;position:relative;width:100%}.tag-search .tag-search__input-wrapper i{cursor:pointer;display:block;width:16px}.tag-search .tag-search__input{background-color:hsla(0,0%,100%,0);border:none;color:hsla(0,0%,6%,.671);font-size:16px;margin:0;padding:8px;width:calc(100% - 16px)}.upcoming-webinars-shortcode .upcoming-webinar-article{background-color:#fff;box-shadow:0 10px 20px rgba(38,38,38,.122);display:flex;flex-direction:column;margin:16px 0;max-width:556px;width:46.5%}.upcoming-webinars-shortcode .upcoming-webinar-article__media-wrapper{overflow:hidden;position:relative}.upcoming-webinars-shortcode .upcoming-webinar-article__thumbnail{display:block;height:204px;-o-object-fit:cover;object-fit:cover;width:100%;z-index:1}.upcoming-webinars-shortcode .upcoming-webinar-article__overlay{left:42px;position:absolute;top:9px;width:182px;z-index:3}.upcoming-webinars-shortcode .upcoming-webinar-article__info-wrapper{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;padding:20px 40px 40px}.upcoming-webinars-shortcode .upcoming-webinar-article__tag-list{display:flex;flex-wrap:wrap}.upcoming-webinars-shortcode .upcoming-webinar-article__tag-list__item{background:#000;box-sizing:border-box;color:#fff!important;font-family:Outfit,sans-serif;font-size:12px;font-weight:400;margin:2px 2px 0 0;padding:4px 12px;text-transform:uppercase;transition:all .4s}.upcoming-webinars-shortcode .upcoming-webinar-article__language-name{color:#ff3653;font-family:Outfit,sans-serif;font-size:14px;font-weight:400;line-height:25px;margin:8px 0 0}.upcoming-webinars-shortcode .upcoming-webinar-article__title{color:#262626;font-family:Outfit,serif;font-size:25px;font-weight:400;line-height:25px;margin:8px 0}.upcoming-webinars-shortcode .upcoming-webinar-article__date{color:#262626;font-family:Outfit,sans-serif;font-size:12px;font-weight:400;line-height:25px;margin:0 0 28px}.upcoming-webinars-shortcode .upcoming-webinar-article__content{margin:0 0 40px}.upcoming-webinars-shortcode .upcoming-webinar-article__content p{color:#262626;font-family:Outfit,sans-serif;font-size:16px;font-weight:400;line-height:25px}.upcoming-webinars-shortcode .upcoming-webinar-article__register-button{background-color:#ffca00;box-sizing:border-box;color:#262626!important;display:inline-block;font-family:Outfit,sans-serif;font-size:17px;font-weight:600;line-height:25px;margin:auto 0 0;padding:20px 48px;text-align:center;transition:all .4s}.upcoming-webinars-shortcode .upcoming-webinar-article__register-button:focus,.upcoming-webinars-shortcode .upcoming-webinar-article__register-button:hover{background-color:#000;color:#fff!important}.upcoming-webinars-shortcode .upcoming-webinar-links{display:grid;grid-template-columns:repeat(2,1fr);width:100%;grid-column-gap:1.5em;-moz-column-gap:1.5em;column-gap:1.5em}.upcoming-webinars-shortcode .upcoming-webinar-links__item .upcoming-webinar-article__date{margin:0}.upcoming-webinars-shortcode .upcoming-webinar-links__item .upcoming-webinar-article__register-button{margin:12px 0 0;padding:8px 12px;width:100%}.upcoming-webinars-shortcode .upcoming-webinar-links__item .upcoming-webinar-article__register-button:focus span,.upcoming-webinars-shortcode .upcoming-webinar-links__item .upcoming-webinar-article__register-button:hover span{color:#fff}.upcoming-webinars-shortcode .upcoming-webinar-links__item .upcoming-webinar-article__register-button .text{display:block;font-weight:600}.upcoming-webinars-shortcode .upcoming-webinar-links__item .upcoming-webinar-article__register-button .upcoming-webinar-article__date{font-weight:400}@media(max-width:1280px){.upcoming-webinars-shortcode .upcoming-webinar-links{-moz-column-gap:0;column-gap:0;grid-template-columns:repeat(1,1fr)}.upcoming-webinars-shortcode .upcoming-webinar-links__item{margin-top:20px}.upcoming-webinars-shortcode .upcoming-webinar-links__item:first-child{margin-top:0}.upcoming-webinars-shortcode .upcoming-webinar-links__item .upcoming-webinar-article__register-button{width:auto}}@media(max-width:1200px){.tag-search-wrapper{max-width:260px}}@media(max-width:1024px){.tag-search-wrapper{margin:0 auto;max-width:320px;padding:40px 0 0;position:relative;right:auto;top:auto}}@media(max-width:768px){.upcoming-webinars-shortcode__section:nth-child(n+1){margin-top:32px}.upcoming-webinars-shortcode__date{border-bottom:2px solid #ff3653;display:block;margin:16px auto 20px;max-width:272px;padding:0 0 8px;width:-moz-fit-content;width:fit-content}.upcoming-webinars-shortcode__title{font-family:Outfit,sans-serif;font-size:16px;font-weight:400;line-height:22px;margin:0}.upcoming-webinars-shortcode .upcoming-webinar-article{margin:0 auto 24px;max-width:100%;padding:20px 16px;width:100%}.upcoming-webinars-shortcode .upcoming-webinar-article__media-wrapper:after,.upcoming-webinars-shortcode .upcoming-webinar-article__media-wrapper:before{content:none}.upcoming-webinars-shortcode .upcoming-webinar-article__thumbnail{border-radius:3px;height:160px}.upcoming-webinars-shortcode .upcoming-webinar-article__overlay{display:none!important}.upcoming-webinars-shortcode .upcoming-webinar-article__info-wrapper{padding:0}.upcoming-webinars-shortcode .upcoming-webinar-article__tag-list{margin:16px 0 0}.upcoming-webinars-shortcode .upcoming-webinar-article__language-name{font-size:12px;line-height:18px;margin:4px 0 0}.upcoming-webinars-shortcode .upcoming-webinar-article__title{font-size:19px;font-weight:500;line-height:20px;margin:4px 0}.upcoming-webinars-shortcode .upcoming-webinar-article__date{font-size:10px;line-height:18px;margin:0 0 4px}.upcoming-webinars-shortcode .upcoming-webinar-article__content{margin:0 0 16px}.upcoming-webinars-shortcode .upcoming-webinar-article__content p{font-size:12px;line-height:18px}.upcoming-webinars-shortcode .upcoming-webinar-article__register-button{background-color:transparent;border-bottom:2px solid #ffca00;font-size:10px;font-weight:600;line-height:18px;padding:12px 0;text-transform:uppercase}.upcoming-webinars-shortcode .upcoming-webinar-article__register-button:focus,.upcoming-webinars-shortcode .upcoming-webinar-article__register-button:hover{background-color:transparent;border-color:#000;color:#ffca00!important}.upcoming-webinars-shortcode .upcoming-webinar-links{display:flex;flex-wrap:wrap;justify-content:flex-start}.upcoming-webinars-shortcode .upcoming-webinar-links__item{margin-left:20px;margin-top:0}.upcoming-webinars-shortcode .upcoming-webinar-links__item:first-child{margin-left:0}.upcoming-webinars-shortcode .upcoming-webinar-links__item .upcoming-webinar-article__register-button{background-color:#ffca00;border:2px solid #ffca00;margin:0;padding:4px}.upcoming-webinars-shortcode .upcoming-webinar-links__item .upcoming-webinar-article__register-button:hover span{color:#262626}}.webinar-hs-form-wrapper .hs-form input[name=country],.webinar-hs-form-wrapper .hs-form input[name=state]{opacity:0;position:absolute;visibility:hidden}.nx-newsletter-modal{align-items:center;display:flex;display:none;position:fixed;right:0;top:50%;transform:translate(300px,-50%);transform-origin:center;transition:all .3s ease-in-out}.nx-newsletter-modal__mobile-close-btn{border:none;cursor:pointer;height:24px;line-height:1!important;padding:5px!important;position:absolute;right:15px;top:15px;width:24px}@media(min-width:375px){.nx-newsletter-modal__mobile-close-btn{display:none}}.nx-newsletter-modal__mobile-close-btn:focus,.nx-newsletter-modal__mobile-close-btn:hover{background-color:transparent!important}.nx-newsletter-modal_active{transform:translateY(-50%);z-index:9999}.nx-newsletter-modal_active .nx-newsletter-modal__btn-icon{transform:rotate(180deg)}@media(max-width:375px){.nx-newsletter-modal_active .nx-newsletter-modal__btn{display:none}}.nx-newsletter-modal__btn{background-color:#ffca00!important;border:none;color:#262626!important;cursor:pointer;display:flex;font-size:13px!important;gap:10px;height:100%;justify-content:center;line-height:1.15em!important;padding:18px 20px!important;transform:translateX(90px) rotate(-90deg);transform-origin:center;transition:all .3s ease-in-out;-webkit-user-select:none;user-select:none;white-space:nowrap;z-index:1}.nx-newsletter-modal__btn:hover{background-color:#262626!important;color:#ffca00!important}.nx-newsletter-modal__btn-icon{color:#fff;transition:all .3s ease-in-out}.nx-newsletter-modal-body{background-color:#262626;color:#fff;max-height:100vh;overflow-y:auto;padding:15px;width:300px;z-index:2}.nx-newsletter-modal-body__headline{font-size:15px!important;font-weight:500;letter-spacing:0;line-height:1.06em;margin:0;padding:10px 0;text-align:center}@media(max-width:375px){.nx-newsletter-modal-body__headline{padding:10px 24px}}.nx-newsletter-modal-body-form .hbspt-form form{gap:10px}.nx-newsletter-modal-body-form .hbspt-form p{color:#fff}.nx-newsletter-modal-body-form .hbspt-form label:not(.hs-error-msg){color:#b6b5b5}.nx-newsletter-modal-body-form .hbspt-form .hs-input{border-left:#d4d4d4;border-color:#d4d4d4 #d4d4d4 currentcolor;border-radius:0;border-right:#d4d4d4;border-top:#d4d4d4;color:#fff;padding:10px 0}.nx-newsletter-modal-body-form .hbspt-form .hs-input.hs-country,.nx-newsletter-modal-body-form .hbspt-form .hs-input.hs-fieldtype-intl-phone{padding:0}.nx-newsletter-modal-body-form .hbspt-form .hs-input.hs-country select,.nx-newsletter-modal-body-form .hbspt-form .hs-input.hs-fieldtype-intl-phone select{width:48%!important}.nx-newsletter-modal-body-form .hbspt-form .hs-input.hs-country input[type=tel],.nx-newsletter-modal-body-form .hbspt-form .hs-input.hs-fieldtype-intl-phone input[type=tel]{width:50%!important}.nx-newsletter-modal-body-form .hbspt-form .hs-input:not(select){background:transparent}.nx-newsletter-modal-body-form .hbspt-form .hs-input select{background:transparent url(//www.nayax.com/wp-content/themes/nayax/assets/images/triangle-down-white.svg) 97%/12px no-repeat!important;cursor:pointer}.nx-newsletter-modal-body-form .hbspt-form .hs-input option{color:#262626}.nx-newsletter-modal-body-form .hbspt-form input[type=checkbox]+span:before{background:#fff;border-color:#ffca00;border-radius:0}.nx-newsletter-modal-body-form .hbspt-form .field{margin-bottom:0!important;padding-top:12px}.nx-newsletter-modal-body-form .hbspt-form .hs-dependent-field{display:flex;flex-direction:column;gap:10px}.nx-newsletter-modal-body-form .hbspt-form .field,.nx-newsletter-modal-body-form .hbspt-form .hs-dependent-field{position:relative;width:100%}.nx-newsletter-modal-body-form .hbspt-form .field .hs-country>label,.nx-newsletter-modal-body-form .hbspt-form .field .hs-state>label,.nx-newsletter-modal-body-form .hbspt-form .field.hs-input_filled:not(.hs-phone):not(.hs-country):not(.hs-state)>label,.nx-newsletter-modal-body-form .hbspt-form .field:focus-within:not(.hs-phone):not(.hs-country):not(.hs-state)>label,.nx-newsletter-modal-body-form .hbspt-form .hs-dependent-field .hs-country>label,.nx-newsletter-modal-body-form .hbspt-form .hs-dependent-field .hs-state>label,.nx-newsletter-modal-body-form .hbspt-form .hs-dependent-field.hs-input_filled:not(.hs-phone):not(.hs-country):not(.hs-state)>label,.nx-newsletter-modal-body-form .hbspt-form .hs-dependent-field:focus-within:not(.hs-phone):not(.hs-country):not(.hs-state)>label{font-size:12px;top:0!important;transform:translateY(0)!important}.nx-newsletter-modal-body-form .hbspt-form .field:not(.hs-phone)>label,.nx-newsletter-modal-body-form .hbspt-form .hs-dependent-field:not(.hs-phone)>label{left:0;margin-bottom:0;position:absolute;top:calc(50% + 6px);transform:translateY(-50%);transition:all .3s ease-in-out}.nx-newsletter-modal-body-form .hbspt-form .field:has(.hs-error-msgs):not(.hs-phone)>label,.nx-newsletter-modal-body-form .hbspt-form .hs-dependent-field:has(.hs-error-msgs):not(.hs-phone)>label{top:calc(50% - 6px)}.nx-newsletter-modal-body-form .hbspt-form .field select,.nx-newsletter-modal-body-form .hbspt-form .hs-dependent-field select{background:transparent url(//www.nayax.com/wp-content/themes/nayax/assets/images/triangle-down-white.svg) 97%/12px no-repeat!important;cursor:pointer}.nx-newsletter-modal-body-form .hbspt-form .legal-consent-container .hs-richtext a{color:#ffca00}.nx-newsletter-modal-body-form .hbspt-form .legal-consent-container .hs-richtext a:hover{color:#ff3653}.nx-newsletter-modal-body-form .hbspt-form .hs-recaptcha{margin-top:0;padding-left:0}.nx-newsletter-modal-body-form .hbspt-form .hs-submit,.nx-newsletter-modal-body-form .hbspt-form .hs-submit input[type=submit],.nx-newsletter-modal-body-form .hbspt-form .hs-submit>.actions{width:100%}.nx-newsletter-modal-body-form .hbspt-form .hs-submit input[type=submit]{font-weight:600;height:auto;line-height:1;min-width:0;min-width:auto;padding:15px 0}.nx-newsletter-modal-body-form .hbspt-form .hs-submit input[type=submit]:hover{background:#ff3653}.nx-newsletter-modal-body-form .no-list.hs-error-msgs.inputs-list{position:static}@media(max-width:767px){.nx-newsletter-modal{display:none}}.contact-support--container.hbspt-form{align-items:flex-end;display:flex;gap:20px}.contact-support--container.hbspt-form a{line-height:38px;padding:0 20px}@media(max-width:767px){.contact-support--container.hbspt-form{align-items:stretch;flex-direction:column;justify-content:flex-start}}.clearfix::before,.clearfix::after{content:" ";display:table;clear:both}.eael-testimonial-slider.nav-top-left,.eael-testimonial-slider.nav-top-right,.eael-team-slider.nav-top-left,.eael-team-slider.nav-top-right,.eael-logo-carousel.nav-top-left,.eael-logo-carousel.nav-top-right,.eael-post-carousel.nav-top-left,.eael-post-carousel.nav-top-right,.eael-product-carousel.nav-top-left,.eael-product-carousel.nav-top-right{padding-top:40px}.eael-contact-form input[type=text],.eael-contact-form input[type=email],.eael-contact-form input[type=url],.eael-contact-form input[type=tel],.eael-contact-form input[type=date],.eael-contact-form input[type=number],.eael-contact-form textarea{background:#fff;box-shadow:none;-webkit-box-shadow:none;float:none;height:auto;margin:0;outline:0;width:100%}.eael-contact-form input[type=submit]{border:0;float:none;height:auto;margin:0;padding:10px 20px;width:auto;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input::-moz-placeholder,.eael-contact-form.placeholder-hide textarea::-moz-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-ms-input-placeholder,.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-moz-placeholder,.eael-contact-form.placeholder-hide textarea:-moz-placeholder{opacity:0;visibility:hidden}.eael-custom-radio-checkbox input[type=checkbox],.eael-custom-radio-checkbox input[type=radio]{-webkit-appearance:none;-moz-appearance:none;border-style:solid;border-width:0;outline:none;min-width:1px;width:15px;height:15px;background:#ddd;padding:3px}.eael-custom-radio-checkbox input[type=checkbox]:before,.eael-custom-radio-checkbox input[type=radio]:before{content:"";width:100%;height:100%;padding:0;margin:0;display:block}.eael-custom-radio-checkbox input[type=checkbox]:checked:before,.eael-custom-radio-checkbox input[type=radio]:checked:before{background:#999;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-custom-radio-checkbox input[type=radio]{border-radius:50%}.eael-custom-radio-checkbox input[type=radio]:before{border-radius:50%}.eael-post-elements-readmore-btn{font-size:12px;font-weight:500;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;display:inline-block}.elementor-lightbox .dialog-widget-content{width:100%;height:100%}.eael-contact-form-align-left,.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container{margin:0 auto 0 0;display:inline-block;text-align:left}.eael-contact-form-align-center,.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container{float:none;margin:0 auto;display:inline-block;text-align:left}.eael-contact-form-align-right,.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container{margin:0 0 0 auto;display:inline-block;text-align:left}.eael-force-hide{display:none !important}.eael-d-none{display:none !important}.eael-d-block{display:block !important}.eael-h-auto{height:auto !important}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count{display:none}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating{display:none}.sr-only{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.elementor-widget-eael-adv-tabs .eael-tab-content-item,.elementor-widget-eael-adv-accordion .eael-accordion-content,.elementor-widget-eael-data-table .td-content,.elementor-widget-eael-info-box .eael-infobox-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-expiry-template,.elementor-widget-eael-countdown .eael-countdown-container,.elementor-widget-eael-cta-box .eael-cta-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-primary-wrap,.elementor-widget-eael-toggle .eael-toggle-secondary-wrap,.elementor-widget-eael-protected-content .eael-protected-content-message,.elementor-widget-eael-protected-content .protected-content,.eael-offcanvas-content-visible .eael-offcanvas-body,.elementor-widget-eael-stacked-cards .eael-stacked-cards__item{position:relative}.elementor-widget-eael-adv-tabs .eael-tab-content-item:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-adv-accordion .eael-accordion-content:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-data-table .td-content:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-info-box .eael-infobox-template-wrapper:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-expiry-template:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-container:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-cta-box .eael-cta-template-wrapper:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-primary-wrap:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-secondary-wrap:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-protected-content .eael-protected-content-message:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-protected-content .protected-content:hover .eael-onpage-edit-template-wrapper,.eael-offcanvas-content-visible .eael-offcanvas-body:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-stacked-cards .eael-stacked-cards__item:hover .eael-onpage-edit-template-wrapper{display:block}.eael-widget-otea-active .elementor-element:hover>.elementor-element-overlay,.eael-widget-otea-active .elementor-empty-view,.eael-widget-otea-active .elementor-add-section-inline,.eael-widget-otea-active .elementor-add-section{display:initial !important}.eael-onpage-edit-template-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:none;border:2px solid #5eead4}.eael-onpage-edit-template-wrapper::after{position:absolute;content:"";top:0;left:0;right:0;bottom:0;z-index:2;background:#5eead4;opacity:.3}.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate{display:block}.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate::after{display:none}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template{background:#5eead4;color:#000;width:150px;text-align:center;height:30px;line-height:30px;font-size:12px;cursor:pointer;position:relative;z-index:3;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::before{content:"";border-top:30px solid #5eead4;border-right:0;border-bottom:0;border-left:14px solid rgba(0,0,0,0);right:100%;position:absolute}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::after{content:"";border-top:0;border-right:0;border-bottom:30px solid rgba(0,0,0,0);border-left:14px solid #5eead4;left:100%;position:absolute}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template>i{margin-right:8px}.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect1,.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect2,.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect3,.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect4{-webkit-box-shadow:inherit !important;box-shadow:inherit !important}.swiper-container.swiper-initialized .ecs-posts{overflow:visible;}
.ecs-post-loop .elementor-page-title{display:block;}
.ecs-loop-preview{height:100%;width:100%;background:lightgray;border:solid 1px gray;padding:5px;}
.ecs-loop-preview h3{font-size:16px;font-weight:500;}
.ecs-loop-preview span{font-size:12px;}
.ecs-loop-preview .ecs-image-holder{width:100%;line-height:113px;background-color:#808080;font-size:45px;text-align:center;vertical-align:middle;font-weight:900;color:#929191;}
.ecs-link-wrapper{cursor:pointer;}
.elementor-widget-ele-loop-item, .elementor-widget-ele-loop-item > .elementor-widget-container,
.elementor-element-edit-mode.elementor-widget-ele-loop-item, .elementor-element-edit-mode.elementor-widget-ele-loop-item > .elementor-widget-container{height:100%;}
.elementor-widget-posts .ecs-posts .elementor-button-wrapper{margin-top:0;}
.ecs-post-loop .ast-article-single{background-color:none;border-bottom:none;margin:0;padding:0;}
.ecs-post-loop.ast-article-post{width:100%;}
.theme-storefront.elementor-editor-active #primary.content-area{float:none;}
.elementor-editor-active .ecs-lazyload a,.elementor-editor-preview .ecs-lazyload a{display:none;}
.animation-hidden .ecs-lazy-load-animation{height:0;visibility:hidden;}
.barload-wrapper{width:195px;height:1em;position:relative;display:inline-block;font-size:16px;padding:10px;}
.barload-border{border:3px solid rgb(34,34,34);height:100%;width:100%;position:relative;top:-50%;padding:4px 3px;}
.barload-whitespace{overflow:hidden;height:100%;width:100%;margin:0 auto;overflow:hidden;position:relative;}
.barload-line{position:absolute;height:100%;width:100%;background-color:rgb(0,0,0);animation:barload-slide 2.75s steps(40) infinite;-o-animation:barload-slide 2.75s steps(40) infinite;-ms-animation:barload-slide 2.75s steps(40) infinite;-webkit-animation:barload-slide 2.75s steps(40) infinite;-moz-animation:barload-slide 2.75s steps(40) infinite;}
@keyframes barload-slide {
0%{left:-100%;}
100%{left:100%;}
}
@-o-keyframes barload-slide {
0%{left:-100%;}
100%{left:100%;}
}
@-ms-keyframes barload-slide {
0%{left:-100%;}
100%{left:100%;}
}
@-webkit-keyframes barload-slide {
0%{left:-100%;}
100%{left:100%;}
}
@-moz-keyframes barload-slide {
0%{left:-100%;}
100%{left:100%;}
}  .barload-wrapper ,.barload-wrapper *{box-sizing:content-box;}
.ballsload-container{font-size:16px;padding:10px;position:relative;}
.ballsload-container div{width:1em;height:1em;position:absolute;background-color:rgb(0,0,0);top:0;border-radius:50%;}
.ballsload-container div:nth-child(1){animation:ballsload-move 2.3s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);-o-animation:ballsload-move 2.3s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);-ms-animation:ballsload-move 2.3s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);-webkit-animation:ballsload-move 2.3s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);-moz-animation:ballsload-move 2.3s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);}
.ballsload-container div:nth-child(2){animation:ballsload-move 2.3s 172.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);-o-animation:ballsload-move 2.3s 172.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);-ms-animation:ballsload-move 2.3s 172.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);-webkit-animation:ballsload-move 2.3s 172.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);-moz-animation:ballsload-move 2.3s 172.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);}
.ballsload-container div:nth-child(3){animation:ballsload-move 2.3s 345ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);-o-animation:ballsload-move 2.3s 345ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);-ms-animation:ballsload-move 2.3s 345ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);-webkit-animation:ballsload-move 2.3s 345ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);-moz-animation:ballsload-move 2.3s 345ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);}
.ballsload-container div:nth-child(4){animation:ballsload-move 2.3s 517.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);-o-animation:ballsload-move 2.3s 517.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);-ms-animation:ballsload-move 2.3s 517.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);-webkit-animation:ballsload-move 2.3s 517.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);-moz-animation:ballsload-move 2.3s 517.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);}
@keyframes ballsload-move {
0%{left:0%;}
100%{left:100%;}
}
@-o-keyframes ballsload-move {
0%{left:0%;}
100%{left:100%;}
}
@-ms-keyframes ballsload-move {
0%{left:0%;}
100%{left:100%;}
}
@-webkit-keyframes ballsload-move {
0%{left:0%;}
100%{left:100%;}
}
@-moz-keyframes ballsload-move {
0%{left:0%;}
100%{left:100%;}
}  #movingBallG{position:relative;width:250px;height:19px;display:inline-block;font-size:16px;}
.movingBallLineG{position:absolute;left:0px;top:0.5em;height:0.25em;width:250px;background-color:rgb(0,0,0);}
.movingBallG{background-color:rgb(0,0,0);position:absolute;top:0;left:0;width:1.188em;height:1.188em;border-radius:100px;-o-border-radius:100px;-ms-border-radius:100px;-webkit-border-radius:100px;-moz-border-radius:100px;animation-name:bounce_movingBallG;-o-animation-name:bounce_movingBallG;-ms-animation-name:bounce_movingBallG;-webkit-animation-name:bounce_movingBallG;-moz-animation-name:bounce_movingBallG;animation-duration:1.5s;-o-animation-duration:1.5s;-ms-animation-duration:1.5s;-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-direction:normal;-o-animation-direction:normal;-ms-animation-direction:normal;-webkit-animation-direction:normal;-moz-animation-direction:normal;}
@keyframes bounce_movingBallG{ 0%{left:0px;}
50%{left:230px;}
100%{left:0px;}
}
@-o-keyframes bounce_movingBallG{ 0%{left:0px;}
50%{left:230px;}
100%{left:0px;}
}
@-ms-keyframes bounce_movingBallG{ 0%{left:0px;}
50%{left:230px;}
100%{left:0px;}
}
@-webkit-keyframes bounce_movingBallG{ 0%{left:0px;}
50%{left:230px;}
100%{left:0px;}
}
@-moz-keyframes bounce_movingBallG{ 0%{left:0px;}
50%{left:230px;}
100%{left:0px;}
}  .lds-ellipsis{display:inline-block;position:relative;width:8em;height:1em;font-size:13px;}
.lds-ellipsis div{position:absolute;top:0px;width:1em;height:1em;border-radius:50%;background:#000;animation-timing-function:cubic-bezier(0, 1, 1, 0);}
.lds-ellipsis div:nth-child(1){left:1em;animation:lds-ellipsis1 0.6s infinite;}
.lds-ellipsis div:nth-child(2){left:1em;animation:lds-ellipsis2 0.6s infinite;}
.lds-ellipsis div:nth-child(3){left:4em;animation:lds-ellipsis2 0.6s infinite;}
.lds-ellipsis div:nth-child(4){left:7em;animation:lds-ellipsis3 0.6s infinite;}
@keyframes lds-ellipsis1 {
0%{transform:scale(0);}
100%{transform:scale(1);}
}
@keyframes lds-ellipsis3 {
0%{transform:scale(1);}
100%{transform:scale(0);}
}
@keyframes lds-ellipsis2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(3em, 0);
}
}