@charset "UTF-8";
@charset "UTF-8";
ul.hfe-nav-menu,
.hfe-nav-menu li,
.hfe-nav-menu ul {
list-style: none !important;
margin: 0;
padding: 0;
}
.hfe-nav-menu li.menu-item {
position: relative;
}
.hfe-flyout-container .hfe-nav-menu li.menu-item {
position: relative;
background: unset;
}
.hfe-nav-menu .sub-menu li.menu-item {
position: relative;
background: inherit;
}
.hfe-nav-menu__theme-icon-yes button.sub-menu-toggle {
display: none;
}
div.hfe-nav-menu,
.elementor-widget-hfe-nav-menu .elementor-widget-container{
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.hfe-nav-menu .parent-has-no-child .hfe-menu-toggle {
display: none;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu,
.hfe-submenu-action-hover .hfe-layout-vertical .hfe-nav-menu .sub-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 16;
visibility: hidden;
opacity: 0;
text-align: left;
-webkit-transition: all 300ms ease-in;
transition: all 300ms ease-in;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
visibility: visible;
opacity: 1;
}
.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu .menu-item-has-children .sub-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 9999;
visibility: hidden;
opacity: 0;
}
.hfe-flyout-container .hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 100%;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children.focus > .sub-menu {
visibility: visible;
opacity: 1;
-webkit-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.hfe-nav-menu:before,
.hfe-nav-menu:after {
content: '';
display: table;
clear: both;
} .hfe-nav-menu__align-right .hfe-nav-menu {
margin-left: auto;
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
justify-content: flex-end; }
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
justify-content: flex-end; }
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
text-align: right;
}
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
text-align: left;
}
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
text-align: center;
}
.hfe-nav-menu__align-left .hfe-nav-menu {
margin-right: auto;
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
justify-content: flex-start; }
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
justify-content: flex-start; }
.hfe-nav-menu__align-center .hfe-nav-menu {
margin-left: auto;
margin-right: auto;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; }
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; }
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; 
}
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
width: 100%; 
}
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.menu-item {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
flex-grow: 1; }
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; } .hfe-active-menu + nav li:not(:last-child) a.hfe-menu-item,
.hfe-active-menu + nav li:not(:last-child) a.hfe-sub-menu-item {
border-bottom-width: 0;
} .hfe-nav-menu a.hfe-menu-item,
.hfe-nav-menu a.hfe-sub-menu-item {
line-height: 1;
text-decoration: none;
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.hfe-nav-menu a.hfe-menu-item:hover,
.hfe-nav-menu a.hfe-sub-menu-item:hover {
text-decoration: none;
}
.hfe-nav-menu .sub-menu {
min-width: 220px;
margin: 0;
z-index: 9999;
}
.hfe-nav-menu__layout-horizontal {
font-size: 0;
}
.hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__layout-horizontal > li.menu-item {
font-size: medium;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu{
-webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
} .hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-arrow i:before {
content: '+'; 
}
.hfe-submenu-icon-none .hfe-nav-menu .parent-has-child .sub-arrow {
display: none; 
}
.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,.hfe-link-redirect-self_link.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
content: '-'; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
content: ''; 
}
.rtl .hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
}
.rtl .hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
} .hfe-nav-menu-icon {
padding: 0.35em;
border: 0 solid;
}
.hfe-nav-menu-icon svg {
width: 25px;
height: 25px;
line-height: 25px;
font-size: 25px;
}
.hfe-nav-menu-icon i:focus {
outline: 0;
}
.hfe-has-submenu-container a.hfe-menu-item:focus,
.hfe-has-submenu-container a.hfe-sub-menu-item:focus {
outline: 0;
} .hfe-nav-menu .menu-item-has-children:focus,
.hfe-nav-menu .menu-item-has-children .sub-menu:focus,
.hfe-nav-menu .menu-item-has-children-container:focus {
outline: 0;
}
.hfe-nav-menu .menu-item-has-children-container {
position: relative;
}
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-flyout-wrapper .sub-menu {
position: relative;
height: 0;
}
.hfe-nav-menu__submenu-arrow .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-plus .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-classic .hfe-menu-toggle:before {
font-family: 'Font Awesome 5 Free';
z-index: 1;
font-size: inherit;
font-weight: inherit;
line-height: 0;
}
.hfe-menu-item-center .hfe-nav-menu li a.hfe-menu-item,
.hfe-menu-item-center .hfe-nav-menu li a.hfe-sub-menu-item {
margin-right: 0px;
}
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-sub-menu-item {
margin-right: 0px;
}
.hfe-nav-menu__toggle-icon:before {
content: '\f0c9';
font-family: 'fontAwesome';
z-index: 1;
font-size: 24px;
font-weight: inherit;
font-style: normal;
line-height: 0;
}
.hfe-active-menu .hfe-nav-menu__toggle-icon:before {
content: '\f00d';
}
.hfe-nav-menu__layout-expandible {
-webkit-transition-property: display;
transition-property: display;
-webkit-transition-duration: .5s;
transition-duration: .5s;
-webkit-transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
}
.hfe-nav-menu__layout-expandible {
visibility: hidden;
opacity: 0; 
}
.hfe-nav-menu__layout-expandible .sub-menu {
visibility: hidden;
opacity: 0; 
}
.hfe-active-menu + .hfe-nav-menu__layout-expandible {
visibility: visible;
opacity: 1; 
height: auto;
}
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-expandible,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
position: absolute;
top: 100%;
}
.hfe-nav-menu__layout-expandible .menu-item-has-children .menu-item-has-children .sub-menu,
.hfe-nav-menu__layout-vertical .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-layout-expandible nav {
height: 0;
}
.hfe-nav-sub-menu-icon, .hfe-nav-menu__icon {
display: inline-block;
line-height: 1;
}
.hfe-nav-menu__toggle {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
font-size: 22px;
cursor: pointer;
border: 0 solid;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #494c4f;
position: relative;
line-height: 1;
}
.hfe-nav-menu__toggle-icon {
display: inline-block;
font-size: inherit;
font-weight: normal;
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.hfe-nav-menu .sub-arrow {
font-size: 14px;
line-height: 1;
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
cursor: pointer;
margin-top: -10px;
margin-bottom: -10px;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
margin-left: 10px;
}
.hfe-nav-menu__layout-vertical .hfe-nav-menu .sub-arrow,
.hfe-layout-expandible .sub-arrow,
.hfe-flyout-wrapper .sub-arrow
{
padding: 10px;
}
.hfe-nav-menu .child-item,
.hfe-nav-menu__layout-vertical .hfe-nav-menu .child-item {
font-size: 14px;
line-height: 1;
padding: 10px 0 10px 10px;
margin-top: -10px;
margin-bottom: -10px;
position: absolute;
right: 0;
margin-right: 20px;
}
.hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-layout-vertical .hfe-nav-menu__toggle {
visibility: hidden;
opacity: 0;
display: none;
}
.hfe-nav-menu-icon {
display: inline-block;
line-height: 1;
text-align: center;
}
.hfe-nav-menu__layout-expandible .saved-content,
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-expandible .child,
.hfe-nav-menu__layout-vertical .saved-content,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-nav-menu__layout-vertical .child,
.hfe-flyout-container .saved-content,
.hfe-flyout-container .sub-menu,
.hfe-flyout-container .child {
left: 0 !important;
width: 100% !important; 
}
.hfe-flyout-container .hfe-nav-menu .sub-menu {
background: unset;
}
.hfe-nav-menu__layout-vertical .hfe-menu-toggle:hover,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle:hover,
.hfe-flyout-wrapper .hfe-menu-toggle:hover {
border:1px dotted;
}
.hfe-nav-menu__layout-vertical .hfe-menu-toggle,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle,
.hfe-flyout-wrapper .hfe-menu-toggle {
border:1px dotted transparent;
} .hfe-nav-menu .menu-item a:before,
.hfe-nav-menu .menu-item a:after {
display: block;
position: absolute;
-webkit-transition: 0.3s;
transition: 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1); }
.hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
opacity: 0; }
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:after,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:after,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:before,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:after,
.hfe-nav-menu .current-menu-item:before,
.hfe-nav-menu .current-menu-item:after {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:after {
height: 3px;
width: 100%;
left: 0;
background-color: #55595c;
z-index: 2;
}
.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
height: 0;
width: 0;
left: 50%;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 10px;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: 10px;
}
.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: -10px;
}
.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: -10px;
}
.hfe-pointer__double-line.hfe-animation__none, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__underline.hfe-animation__none, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__overline.hfe-animation__none, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__double-line.hfe-animation__none:before, .hfe-pointer__double-line.hfe-animation__none:after, .hfe-pointer__double-line.hfe-animation__none:hover, .hfe-pointer__double-line.hfe-animation__none:focus, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__underline.hfe-animation__none:before, .hfe-pointer__underline.hfe-animation__none:after, .hfe-pointer__underline.hfe-animation__none:hover, .hfe-pointer__underline.hfe-animation__none:focus, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__overline.hfe-animation__none:before, .hfe-pointer__overline.hfe-animation__none:after, .hfe-pointer__overline.hfe-animation__none:hover, .hfe-pointer__overline.hfe-animation__none:focus, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before {
content: '';
top: 0;
}
.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
width: 10px;
left: -20px;
}
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after {
content: '';
bottom: 0;
}
.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
width: 10px;
left: -webkit-calc( 100% + 20px);
left: calc( 100% + 20px);
} .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:after {
background: transparent;
left: 0;
top: 0;
bottom: 0;
right: 0;
border: 3px solid #55595c;
}
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before {
content: '';
}
.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75);
}
.hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(1.25);
-ms-transform: scale(1.25);
transform: scale(1.25);
}
.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:before {
-webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
transition: opacity 0.2s, -webkit-transform 0.4s;
transition: opacity 0.2s, transform 0.4s;
transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
width: 3px;
height: 3px;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before {
border-width: 0 0 3px 3px;
-webkit-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
content: '';
top: initial;
bottom: 0;
left: initial;
right: 0;
border-width: 3px 3px 0 0;
-webkit-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
width: 100%;
height: 100%;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before {
-webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
-webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
width: 3px;
height: 3px;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before {
border-width: 3px 0 0 3px;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
content: '';
top: initial;
bottom: 0;
left: initial;
right: 0;
border-width: 0 3px 3px 0;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:after {
width: 100%;
height: 100%;
-webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
transition: opacity 0.002s, width 0.4s, height 0.4s;
}
.hfe-pointer__framed.hfe-animation__none, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__framed.hfe-animation__none:before, .hfe-pointer__framed.hfe-animation__none:after, .hfe-pointer__framed.hfe-animation__none:hover, .hfe-pointer__framed.hfe-animation__none:focus, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
} .hfe-pointer__background .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:after {
content: '';
-webkit-transition: 0.3s;
transition: 0.3s;
}
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #55595c;
z-index: -1;
}
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__background .menu-item.parent a.hfe-menu-item.highlighted, .hfe-pointer__background .current-menu-item {
color: #fff;
}
.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
}
.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__grow .current-menu-item:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: 0.3s;
transition: 0.3s;
}
.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shrink .current-menu-item:before {
-webkit-transition: opacity 0.15s, -webkit-transform 0.4s;
transition: opacity 0.15s, -webkit-transform 0.4s;
transition: opacity 0.15s, transform 0.4s;
transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.4s;
}
.hfe-pointer__background.hfe-animation__sweep-left .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
left: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-right .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
right: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-up .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-down .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
bottom: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-out-vertical .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
bottom: 50%;
top: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-out-horizontal .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
right: 50%;
left: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #55595c;
z-index: -1;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:before {
top: 0;
bottom: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after {
top: 100%;
bottom: 0;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:before {
bottom: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:after {
top: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:before {
right: 0;
left: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
right: 100%;
left: 0;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:before {
left: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:after {
right: 50%;
}
.hfe-pointer__background.hfe-animation__none, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__background.hfe-animation__none:before, .hfe-pointer__background.hfe-animation__none:after, .hfe-pointer__background.hfe-animation__none:hover, .hfe-pointer__background.hfe-animation__none:focus, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
} .hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: skew(-8deg);
-ms-transform: skew(-8deg);
transform: skew(-8deg);
}
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px);
}
.hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: translateY(8px);
-ms-transform: translateY(8px);
transform: translateY(8px);
}
.hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: rotate(6deg);
-ms-transform: rotate(6deg);
transform: rotate(6deg);
}
.hfe-pointer__text.hfe-animation__none, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__text.hfe-animation__none:before, .hfe-pointer__text.hfe-animation__none:after, .hfe-pointer__text.hfe-animation__none:hover, .hfe-pointer__text.hfe-animation__none:focus, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-flyout-overlay {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 999998;
background: rgba(0,0,0,.6);
cursor: pointer;
-webkit-backface-visibility: hidden;
} .hfe-pointer__underline .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:before {
height: 0px;
}
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:after{
border-width: 0px;
}
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:hover,
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:focus
{
-webkit-transform: none;
transform: none;
}
.hfe-flyout-close,
.hfe-flyout-close svg {
position: absolute;
top: 0;
right: 0;
margin: 5px;
width: 23px;
height: 23px;
line-height: 23px;
font-size: 23px;
display: block;
cursor: pointer;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
top: 0;
bottom: 0;
left: -100%;
right: auto;
height: 100%; width: 300px;
max-width: 100%;
max-width: 100vw;
}
.hfe-flyout-wrapper .hfe-side {
display: none;
position: fixed;
z-index: 999999;
padding: 0;
margin: 0;
-webkit-overflow-scrolling: touch;
-webkit-backface-visibility: hidden;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-show {
display: block;
}
.hfe-flyout-content.push {
color: #ffffff;
}
.hfe-flyout-content ul li {
color: #ffffff;
} .hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
top: 0;
bottom: 0;
left: auto;
right: -100%; height: 100%; width: 300px; max-width: 100%;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
top: 0;
bottom: 0;
left: -100%; right: auto;
height: 100%; width: 300px; max-width: 100%;
max-width: 100vw;
}
.hfe-flyout-wrapper .hfe-side.top {
top: -100%; bottom: auto;
left: 0;
right: 0;
width: 100%;
width: 100vw;
height: 300px; max-height: 100%;
}
.hfe-flyout-wrapper .hfe-side.bottom {
top: auto;
bottom: -100%; left: 0;
right: 0;
width: 100%;
width: 100vw;
height: 300px; max-height: 100%;
} .hfe-flyout-content {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
line-height: 1.4em;
color: #fff;
} @media (max-width:1024px) {
.hfe-flyout-content {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
.hfe-flyout-content::-webkit-scrollbar {
display: none;
}
.admin-bar .hfe-side {
margin-top: 32px;
} .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {
-webkit-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.1s;
transition: all 0.1s;
}
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {  
-webkit-transform: translateY(-20%);
-ms-transform: translateY(-20%);
transform: translateY(-20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.1s;
transition: all 0.1s;
}
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:first-child,
.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:last-child {
overflow: visible !important;
}
.elementor-widget-navigation-menu:not(.hfe-nav-menu__align-justify):not(.hfe-menu-item-space-between) a.hfe-menu-item.elementor-button {
display: inline-flex;
} 
.hfe-nav-menu li.hfe-button-wrapper {
align-self: center;
} @media only screen and ( max-width: 1024px ) {
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li,
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu{
width: 100%;
margin-right:0px;
}
.hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle {
display: block;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: visible;
opacity: 1;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-vertical {
visibility: visible;
opacity: 1;
height: auto;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
position: relative;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
position: absolute;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle
{
visibility: visible;
opacity: 1;
display: block;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
float: none;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
visibility: hidden;
opacity: 0;
-webkit-transition: none;
transition: none;
}
.hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover {
border:1px dotted;
}
.hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle {
border:1px dotted transparent;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
top: 0;
}
.hfe-nav-menu__breakpoint-tablet .saved-content,
.hfe-nav-menu__breakpoint-tablet .sub-menu,
.hfe-nav-menu__breakpoint-tablet .child {
left: 0 !important;
width:auto !important;  
}
.hfe-nav-menu .sub-menu {
min-width: auto;
margin: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
padding: 10px;
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: '-'; 
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu .sub-menu{
-webkit-box-shadow: none;
box-shadow: none;
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''
} .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
-webkit-transform: none;
-ms-transform: none;
transform: none;
} .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
background-color: unset!important; 
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
border: 0px!important;
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus{
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important;
}
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item,
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.hfe-button-wrapper {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; 
}
} @media only screen and ( max-width: 767px ) {
.hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item 
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.hfe-button-wrapper { 
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: visible;
opacity: 1;
display: block;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu {
width: 100%
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle {
display: inline-block;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
top: 0;
}
.hfe-nav-menu .sub-menu {
min-width: auto;
margin: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
visibility: hidden;
opacity: 0;
-webkit-transition: none;
transition: none;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
float: none;
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle.hfe-active-menu {
display: block;
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;  
}
.hfe-nav-menu__breakpoint-mobile .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-mobile .hfe-layout-vertical .hfe-nav-menu__toggle
{
visibility: visible;
opacity: 1;
display: block;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal {
visibility: hidden;
opacity: 0;
height: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
float: none;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: visible;
opacity: 1;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-vertical {
visibility: visible;
opacity: 1;
height: auto;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
position: relative;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
position: absolute;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: '-'; 
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''
}
.hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle:hover{
border:1px dotted;
}
.hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle{
border:1px dotted transparent;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu .sub-menu{
-webkit-box-shadow: none;
box-shadow: none;
} .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-1 .hfe-nav-menu {
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
padding: 10px;
}
.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-1 .hfe-nav-menu {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-2 .hfe-nav-menu {
-webkit-transform: translateX(20%);
-ms-transform: translateX(20%);
transform: translateX(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-2 .hfe-nav-menu {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-3 .hfe-nav-menu {
-webkit-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-3 .hfe-nav-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hfe-nav-menu__breakpoint-mobile .saved-content,
.hfe-nav-menu__breakpoint-mobile .sub-menu,
.hfe-nav-menu__breakpoint-mobile .child,
.hfe-nav-menu__breakpoint-tablet .saved-content,
.hfe-nav-menu__breakpoint-tablet .sub-menu,
.hfe-nav-menu__breakpoint-tablet .child{
left: 0 !important;
width: auto !important; 
}
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}   
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
background-color: unset!important; 
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
border: 0px!important;
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important;
}
}
.hfe-toggle-no .hfe-layout-expandible .hfe-nav-menu__toggle {
display: none;
} .hfe-icon {
display: inline-block;
vertical-align: middle; } .hfe-icon svg {
width: 1em;
height: 1em;
} .hfe-cart-menu-wrap-custom {
display: inline-block;
line-height: 1;
}
.hfe-cart-menu-wrap-custom .hfe-cart-count, 
.hfe-cart-menu-wrap-custom .hfe-cart-count:after {
border-color: #75c32c;
color: #75c32c;
}
.hfe-cart-menu-wrap-custom .hfe-cart-count {
font-weight: bold;
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
min-width: 2.1em;
min-height: 2.1em;
font-size: 0.860em;
line-height: 1.8;
border-radius: 0.3em 0.3em 0.3em 0.3em;
border-width: 2px;
border-style: solid;
padding: 12px 24px;
} .hfe-cart-menu-wrap-default {
display: inline-block;
line-height: 1;
}
.hfe-cart-menu-wrap-default .hfe-cart-count, 
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
border-color: #75c32c;
color: #75c32c;
}
.hfe-cart-menu-wrap-default .hfe-cart-count {
font-weight: bold;
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
min-width: 2.1em;
min-height: 2.1em;
font-size: 0.860em;
line-height: 1.8;
border-radius: 0em 0em 0.3em 0.3em;
border-width: 2px;
border-style: solid;
padding: 0 .4em;
}
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
bottom: 100%;
margin-bottom: 0;
height: .8em;
width: .8em;
left: 50%;
transform: translateX(-50%);
top: -.6em;
content: ' ';
position: absolute;
pointer-events: none;
border-width: 2px;
border-style: solid;
border-top-left-radius: 10em;
border-top-right-radius: 10em;
border-bottom: 0;
}
.elementor-widget-hfe-cart:not(.hfe-menu-cart--show-subtotal-yes) .hfe-menu-cart__toggle .elementor-button-text {
display: none; 
}
.elementor-widget-hfe-cart.toggle-icon--bag-light .hfe-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e3'; 
}
.elementor-widget-hfe-cart.toggle-icon--bag-medium .hfe-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e4'; 
}
.elementor-widget-hfe-cart.toggle-icon--bag-solid .hfe-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e5'; 
}
.hfe-menu-cart__toggle .elementor-button {
background: transparent;
border-radius: 0;
color: #818a91;
border: 1px solid;
border-color: inherit;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; 
}
.hfe-menu-cart__toggle .elementor-button-text {
margin-right: 0.3em; 
}
.hfe-menu-cart__toggle .elementor-button-icon {
position: relative;
-webkit-transition: color 0.1s;
-o-transition: color 0.1s;
transition: color 0.1s; 
}
.hfe-menu-cart--items-indicator-bubble .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
content: attr(data-counter);
display: block;
position: absolute;
min-width: 1.6em;
height: 1.6em;
line-height: 1.5em;
top: -0.7em;
right: -0.7em;
border-radius: 100%;
color: #fff;
background-color: #d9534f;
text-align: center;
font-size: 10px; 
}
.hfe-menu-cart--items-indicator-plain .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
content: attr(data-counter);
display: inline-block;
font-weight: normal; 
}
.hfe-menu-cart--empty-indicator-hide .hfe-menu-cart__toggle .elementor-button .elementor-button-icon[data-counter="0"]:before {
content: none;
display: none; 
}
.hfe-menu-cart__toggle .elementor-button-icon {
-webkit-box-ordinal-group: 16;
-webkit-order: 15;
-ms-flex-order: 15;
order: 15;
}
.hfe-menu-cart__toggle.hfe-button-wrapper .elementor-button {
color:#4d4848;
} .hfe-search-button-wrapper {
display: block;
cursor: pointer;
vertical-align: middle;
text-align: right;
}
.hfe-search-form__container {
display: flex;
overflow: hidden;
}
.hfe-search-form__input {
flex-basis: 100%;
}
.hfe-search-icon-toggle i.fa-search {
display: inline-block;
position: absolute;
width: 20px;
box-sizing: content-box;
padding: 10px;
}
.hfe-search-icon-toggle i:before {
vertical-align: middle;
} .hfe-search-button-wrapper input[type=search] {
border: 0;
padding: 10px;
cursor: pointer;
border-radius: 0;
transition: all .5s;
box-sizing: border-box;
outline: none;
}
.hfe-search-button-wrapper button {
border: none;
border-radius: 0;
padding: 0;
}
.hfe-search-button-wrapper input[type=search]:focus {
cursor: auto;
border: none;
box-shadow: none;
}
.hfe-search-icon-toggle input:-moz-placeholder,
.hfe-search-icon-toggle input::-webkit-input-placeholder {
color: transparent;
}
.hfe-search-layout-icon .hfe-search-icon-toggle .hfe-search-form__input {
background-color: unset;
height: 100%;
}
.hfe-search-button-wrapper.hfe-input-focus {
display: flex;
}
.hfe-search-form__container .hfe-search-submit {
min-width: 3%;
position:relative;
}
.hfe-search-form__container button#clear,
.hfe-search-icon-toggle button#clear {
visibility: hidden;
position: absolute;
right:0; 
top:0;
padding: 0 8px;
font-style: normal;
user-select: none;
cursor: pointer;
bottom:0;
margin-right:10px;
background-color: transparent;
}
.hfe-search-button-wrapper input[type="search"]::-webkit-search-decoration,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-cancel-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-decoration { 
display: none; 
}
.hfe-search-form__container button#clear-with-button{
visibility: hidden;
position: absolute;
top: 0;
padding: 0 8px;
font-style: normal;
font-size: 1.2em;
user-select: none;
cursor: pointer;
bottom:0;
background-color: transparent;
}
.hfe-search-button-wrapper, 
.hfe-search-form__container,
.hfe-search-icon-toggle,
.hfe-search-button-wrapper .hfe-search-icon-toggle i,
.hfe-search-button-wrapper .hfe-search-icon-toggle i:before {
position: relative;
}
.hfe-search-button-wrapper .hfe-search-icon-toggle .hfe-search-form__input {
position: absolute;
width: 0;
right: 0;
background-color: transparent;
}
.hfe-search-icon-toggle {
width: 100%!important;
}
.hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input{
position: absolute;
width: 250px;
right: 0;
}
.hfe-search-layout-text .hfe-search-form__container,
.hfe-search-layout-icon_text .hfe-search-form__container,
.hfe-search-layout-text .hfe-search-form__container .hfe-search-form__input,
.hfe-search-layout-icon_text .hfe-search-form__container .hfe-search-form__input {
width: 100%;
}
.hfe-search-icon-toggle {
line-height: 1.5;
} .hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before  {
width: 100%;
left: 0;
opacity:1;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: 0px;
opacity:1;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 0px;
opacity: 1;
}
.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
height: 3px;
width: 100%;
left: 0;
opacity: 1;
}
.hfe-pointer__framed.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.hfe-pointer__framed.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
opacity:1;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
border-width:3px;
width:100%;
opacity:1;
height:100%;
} .hfe-scroll-to-top-wrap.hfe-scroll-to-top-hide {
display: none;
}
.hfe-scroll-to-top-wrap.edit-mode,
.hfe-scroll-to-top-wrap.single-page-off {
display: none !important;
}
.hfe-scroll-to-top-button {
position:fixed;
right:15px;
bottom:15px;
z-index:9999;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-webkit-align-items:center;
align-items:center;
-ms-flex-align:center;
-webkit-box-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
justify-content:center;
width:50px;
height:50px;
border-radius:50px;
background-color:#000000;
color:#fff;
text-align:center;
opacity:1;
cursor:pointer;
-webkit-transition:all .3s;
transition:all .3s;
}
.hfe-scroll-to-top-button i {
color:#fff;
font-size:16px;
} ul.hfe-breadcrumbs {
display:block;
margin:0;
padding:0;
list-style:none
}
ul.hfe-breadcrumbs li {
display: inline-block;
margin-right: 10px;
vertical-align: middle;
}
ul.hfe-breadcrumbs li:last-child {
margin:0;
}
ul.hfe-breadcrumbs li a,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-separator-icon,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text{
display:block;
}
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text{
-webkit-transition:all .4s;
transition:all .4s;
}
span.hfe-breadcrumbs-home-icon{
margin-right:10px;
align-content: center;
}
.hfe-breadcrumbs-first a {
align-content: center;
}
.hfe-breadcrumbs-separator-icon i, 
.hfe-breadcrumbs-separator-icon svg,
.hfe-breadcrumbs-home-icon i,
.hfe-breadcrumbs-home-icon svg {
width: 1em;
height: 1em;
position: relative;
display: block;
}
ul.hfe-breadcrumbs-show-home li.hfe-breadcrumbs-first {
display: inline-flex;
} ul.hfe-post-info-items {
list-style: none;
margin: 0;
padding: 0;
}
ul.hfe-post-info-inline.hfe-post-info-items {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
li.hfe-post-info-item {
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
li.hfe-post-info-item,
li.hfe-post-info-item > a {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
}
.hfe-post-info-inline.hfe-post-info-items .hfe-post-info-item {
margin-right: 8px;
margin-left: 8px;
}
.hfe-post-info-inline .hfe-post-info-item:not(:last-child):after {
position: relative;
right: -8px;
}
.hfe-post-info-inline.hfe-post-info-items {
margin-right: -8px;
margin-left: -8px;
}
.hfe-post-info-icon svg {
display: block;
}
.hfe-post-info-layout-traditional .hfe-post-info-item:not(:last-child):after {
position: absolute;
bottom: 0;
width: 100%;
left: 0;
}
.hfe-post-info-layout-traditional .hfe-post-info-item:not(:last-child) {
position: relative;
} .hfe-icon-wrap .hfe-icon svg {
height: 100%;
width: 100%;
}
body .elementor .hfe-button-wrapper a {
text-decoration: none;
}
.hfe-button-wrapper {
border-radius: 3px;
}
.hfe-reading-progress-bar{
height: 4px;
} .hfe-posts-grid {
display: grid;
}
.hfe-post-image img {
width: 100%;
height: auto;
display: block;
}
.hfe-post-title a {
text-decoration: none;
}
.hfe-post-title {
margin-top: 0px;
}
.hfe-read-more {
text-decoration: none;
}
.hfe-post-meta {
font-size: 12px;
line-height: 1.3em;
}
.hfe-post-title {
font-size: 20px;
}
.premium-lq__glass1.pa-txt-sc__item-container,.premium-lq__glass1.premium-mega-content-container,.premium-lq__glass1.premium-menu-link,.premium-lq__glass1.premium-sub-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.premium-lq__glass1 .countdown-amount,.premium-lq__glass1 .premium-button,.premium-lq__glass1 .premium-dual-header-first-span,.premium-lq__glass1 .wrap-cover .fields-in-cover{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.premium-box-lq__glass1 .premium-dual-header-second-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.premium-con-lq__glass1{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.premium-con-lq__glass1-hover:hover{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.premium-lq__glass2.pa-txt-sc__item-container,.premium-lq__glass2.premium-mega-content-container,.premium-lq__glass2.premium-menu-link,.premium-lq__glass2.premium-sub-menu{-webkit-backdrop-filter:blur(17px);backdrop-filter:blur(17px)}.premium-lq__glass2 .countdown-amount,.premium-lq__glass2 .premium-button,.premium-lq__glass2 .premium-dual-header-first-span,.premium-lq__glass2 .wrap-cover .fields-in-cover{-webkit-backdrop-filter:blur(17px);backdrop-filter:blur(17px)}.premium-box-lq__glass2 .premium-dual-header-second-header{-webkit-backdrop-filter:blur(17px);backdrop-filter:blur(17px)}.premium-con-lq__glass2{-webkit-backdrop-filter:blur(17px);backdrop-filter:blur(17px)}.premium-con-lq__glass2-hover:hover{-webkit-backdrop-filter:blur(17px);backdrop-filter:blur(17px)}.premium-lq__glass3.pa-txt-sc__item-container,.premium-lq__glass3.premium-mega-content-container,.premium-lq__glass3.premium-menu-link,.premium-lq__glass3.premium-sub-menu{overflow:hidden!important;isolation:isolate;-webkit-backdrop-filter:blur(8px) url(#glass-distortion1);backdrop-filter:blur(8px) url(#glass-distortion1)}.premium-lq__glass3 .countdown-amount,.premium-lq__glass3 .wrap-cover .fields-in-cover{position:relative;overflow:hidden!important;isolation:isolate;-webkit-backdrop-filter:blur(8px) url(#glass-distortion1);backdrop-filter:blur(8px) url(#glass-distortion1)}.premium-lq__glass3 .premium-dual-header-first-span{position:relative;isolation:isolate;-webkit-backdrop-filter:blur(8px) url(#glass-distortion1);backdrop-filter:blur(8px) url(#glass-distortion1)}.premium-lq__glass3 .premium-button{position:relative;overflow:hidden!important;isolation:isolate}.premium-lq__glass3 .premium-button:after{content:"";position:absolute;inset:0;z-index:-1;-webkit-backdrop-filter:blur(8px) url(#glass-distortion1);backdrop-filter:blur(8px) url(#glass-distortion1);isolation:isolate}.premium-box-lq__glass3 .premium-dual-header-second-header{position:relative;isolation:isolate;-webkit-backdrop-filter:blur(8px) url(#glass-distortion1);backdrop-filter:blur(8px) url(#glass-distortion1)}.premium-con-lq__glass3{isolation:isolate;-webkit-backdrop-filter:blur(8px) url(#glass-distortion1);backdrop-filter:blur(8px) url(#glass-distortion1)}.premium-lq__glass4.pa-txt-sc__item-container,.premium-lq__glass4.premium-mega-content-container,.premium-lq__glass4.premium-menu-link,.premium-lq__glass4.premium-sub-menu{overflow:hidden!important;isolation:isolate;-webkit-backdrop-filter:blur(10px) url(#glass-distortion2);backdrop-filter:blur(10px) url(#glass-distortion2)}.premium-lq__glass4 .countdown-amount,.premium-lq__glass4 .wrap-cover .fields-in-cover{position:relative;overflow:hidden!important;isolation:isolate;-webkit-backdrop-filter:blur(10px) url(#glass-distortion2);backdrop-filter:blur(10px) url(#glass-distortion2)}.premium-lq__glass4 .premium-button{position:relative;overflow:hidden!important;isolation:isolate}.premium-lq__glass4 .premium-button:after{content:"";position:absolute;inset:0;z-index:-1;-webkit-backdrop-filter:blur(10px) url(#glass-distortion2);backdrop-filter:blur(10px) url(#glass-distortion2);isolation:isolate}.premium-lq__glass4 .premium-dual-header-first-span{position:relative;isolation:isolate;-webkit-backdrop-filter:blur(10px) url(#glass-distortion2);backdrop-filter:blur(10px) url(#glass-distortion2)}.premium-box-lq__glass4 .premium-dual-header-second-header{position:relative;isolation:isolate;-webkit-backdrop-filter:blur(10px) url(#glass-distortion2);backdrop-filter:blur(10px) url(#glass-distortion2)}.premium-con-lq__glass4{isolation:isolate;-webkit-backdrop-filter:blur(10px) url(#glass-distortion2);backdrop-filter:blur(10px) url(#glass-distortion2)}.premium-lq__glass5.pa-txt-sc__item-container,.premium-lq__glass5.premium-mega-content-container,.premium-lq__glass5.premium-menu-link,.premium-lq__glass5.premium-sub-menu{overflow:hidden!important;isolation:isolate;-webkit-backdrop-filter:blur(6px) url(#glass-distortion3);backdrop-filter:blur(6px) url(#glass-distortion3)}.premium-lq__glass5 .countdown-amount,.premium-lq__glass5 .wrap-cover .fields-in-cover{position:relative;overflow:hidden!important;isolation:isolate;-webkit-backdrop-filter:blur(6px) url(#glass-distortion3);backdrop-filter:blur(6px) url(#glass-distortion3)}.premium-lq__glass5 .premium-dual-header-first-span{position:relative;isolation:isolate;-webkit-backdrop-filter:blur(6px) url(#glass-distortion3);backdrop-filter:blur(6px) url(#glass-distortion3)}.premium-lq__glass5 .premium-button{position:relative;overflow:hidden!important;isolation:isolate}.premium-lq__glass5 .premium-button:after{content:"";position:absolute;inset:0;z-index:-1;-webkit-backdrop-filter:blur(6px) url(#glass-distortion3);backdrop-filter:blur(6px) url(#glass-distortion3);isolation:isolate}.premium-box-lq__glass5 .premium-dual-header-second-header{position:relative;isolation:isolate;-webkit-backdrop-filter:blur(6px) url(#glass-distortion3);backdrop-filter:blur(6px) url(#glass-distortion3)}.premium-con-lq__glass5{isolation:isolate;-webkit-backdrop-filter:blur(6px) url(#glass-distortion3);backdrop-filter:blur(6px) url(#glass-distortion3)}.premium-lq__glass6.pa-txt-sc__item-container,.premium-lq__glass6.premium-mega-content-container,.premium-lq__glass6.premium-menu-link,.premium-lq__glass6.premium-sub-menu{overflow:hidden!important;isolation:isolate;-webkit-backdrop-filter:blur(24px) url(#glass-distortion4);backdrop-filter:blur(24px) url(#glass-distortion4)}.premium-lq__glass6 .countdown-amount,.premium-lq__glass6 .wrap-cover .fields-in-cover{position:relative;overflow:hidden!important;isolation:isolate;-webkit-backdrop-filter:blur(24px) url(#glass-distortion4);backdrop-filter:blur(24px) url(#glass-distortion4)}.premium-lq__glass6 .premium-dual-header-first-span{position:relative;isolation:isolate;-webkit-backdrop-filter:blur(24px) url(#glass-distortion4);backdrop-filter:blur(24px) url(#glass-distortion4)}.premium-lq__glass6 .premium-button{position:relative;overflow:hidden!important;isolation:isolate}.premium-lq__glass6 .premium-button:after{content:"";position:absolute;inset:0;z-index:-1;-webkit-backdrop-filter:blur(24px) url(#glass-distortion4);backdrop-filter:blur(24px) url(#glass-distortion4);isolation:isolate}.premium-box-lq__glass6 .premium-dual-header-second-header{position:relative;isolation:isolate;-webkit-backdrop-filter:blur(24px) url(#glass-distortion4);backdrop-filter:blur(24px) url(#glass-distortion4)}.premium-con-lq__glass6{isolation:isolate;-webkit-backdrop-filter:blur(24px) url(#glass-distortion4);backdrop-filter:blur(24px) url(#glass-distortion4)}.premium-world-clock__skin-1 [class*=glass].premium-world-clock__time-wrapper,.premium-world-clock__skin-5 [class*=glass].premium-world-clock__time-wrapper,.premium-world-clock__skin-6 [class*=glass].premium-world-clock__time-wrapper,.premium-world-clock__skin-7 [class*=glass].premium-world-clock__time-wrapper{border-radius:50%}[class*=glass].premium-atext__text{display:inline-block}.premium-lq__shadow1{box-shadow:0 0 15px 0 rgba(255,255,255,.6) inset!important}.premium-lq__shadow2{box-shadow:0 0 20px 0 rgba(255,255,255,.65) inset!important}.premium-lq__shadow3{box-shadow:0 0 15px 0 rgba(255,255,255,.7) inset!important}.premium-lq__shadow4{box-shadow:0 20px 15px -5px rgba(255,255,255,.5) inset!important}.premium-lq__shadow5{box-shadow:0 0 30px 1px rgba(255,255,255,.7) inset!important}.premium-lq__shadow6{box-shadow:0 -20px 25px -15px rgba(255,255,255,.5) inset!important}.premium-lq__shadow7{box-shadow:0 0 40px 5px rgba(255,255,255,.6) inset!important}.premium-lq__shadow8{box-shadow:0 15px 15px -10px rgba(255,255,255,.45) inset!important}.elementor-widget-premium-addon-banner{overflow:hidden}.premium-banner-ib{display:block;position:relative;z-index:1;overflow:hidden;margin:0;text-align:center}.premium-banner-ib img{display:block;position:relative;min-width:100%;max-width:100%;-webkit-transition:opacity .35s;transition:opacity .35s;border:none;padding:0;margin:0}.premium-banner-img-wrap{display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%}.premium-banner-img-wrap .premium-banner-ib-img{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.premium-banner-ib-desc .premium-banner-read-more{z-index:100}.elementor-widget-premium-addon-banner .premium-banner-ib-title{background:0 0}.premium-banner-ib .premium-banner-ib-desc{padding:15px;position:absolute;top:0;inset-inline-start:0;width:100%;height:100%}.premium-banner-ib .premium-banner-ib-link{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;z-index:1000;text-indent:200%;white-space:nowrap;font-size:0;opacity:0}.premium-banner-ib a.premium-banner-ib-link{display:block;background:0 0}.premium-banner-animation1 img{width:-webkit-calc(100% + 50px)!important;width:calc(100% + 50px)!important;max-width:-webkit-calc(100% + 50px)!important;max-width:calc(100% + 50px)!important;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s;-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0)}.premium-banner-animation2 .premium-banner-ib-title{padding:15px;position:absolute;top:50%;inset-inline-start:0;width:100%;-webkit-transition:color .35s,-webkit-transform .35s;transition:color .35s,-webkit-transform .35s;transition:transform .35s,color .35s;transition:transform .35s,color .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.premium-banner-animation1 .premium-banner-ib-desc{top:auto;bottom:0;min-height:25%;height:auto;max-height:100%;text-align:start}.premium-banner-animation1 .premium-banner-ib-content,.premium-banner-animation1 .premium-banner-ib-title,.premium-banner-animation1 .premium-banner-read-more{-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0);-webkit-transition-delay:50ms;transition-delay:50ms;-webkit-transition-duration:.35s;transition-duration:.35s}.premium-banner-animation1 .premium-banner-ib-title{-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}.premium-banner-animation1 .premium-banner-ib-content,.premium-banner-animation1 .premium-banner-read-more{margin-top:10px;opacity:0;-webkit-transition:opacity .2s,-webkit-transform .35s;transition:opacity .2s,-webkit-transform .35s;transition:opacity .2s,transform .35s;transition:opacity .2s,transform .35s,-webkit-transform .35s}.premium-banner-animation1.active .premium-banner-ib-content,.premium-banner-animation1.active .premium-banner-read-more,.premium-banner-animation1:hover .premium-banner-ib-content,.premium-banner-animation1:hover .premium-banner-read-more{opacity:1;-webkit-transition-delay:50ms;transition-delay:50ms;-webkit-transition-duration:.35s;transition-duration:.35s}.premium-banner-animation1.active .premium-banner-ib-content,.premium-banner-animation1.active .premium-banner-ib-title,.premium-banner-animation1.active .premium-banner-read-more,.premium-banner-animation1.active img,.premium-banner-animation1:hover .premium-banner-ib-content,.premium-banner-animation1:hover .premium-banner-ib-title,.premium-banner-animation1:hover .premium-banner-read-more,.premium-banner-animation1:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-delay:50ms;transition-delay:50ms;-webkit-transition-duration:.35s;transition-duration:.35s}.premium-banner-animation1.scale img,.premium-banner-animation1.zoomout img{-webkit-transform:translate3d(-40px,0,0) scale(1.1);transform:translate3d(-40px,0,0) scale(1.1)}.premium-banner-ib.sepia img{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-banner-ib.bright img{-webkit-filter:brightness(1);filter:brightness(1)}.premium-banner-ib.sepia:hover img{-webkit-filter:sepia(0);filter:sepia(0)}.premium-banner-ib.bright:hover img{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.premium-banner-animation1.premium-banner-min-height img,.premium-banner-animation13.premium-banner-min-height img,.premium-banner-animation2.premium-banner-min-height img,.premium-banner-animation4.premium-banner-min-height img,.premium-banner-animation5.premium-banner-min-height img,.premium-banner-animation6.premium-banner-min-height img{height:auto}.premium-banner-animation2 img{width:100%}.premium-banner-animation2 .premium-banner-ib-desc::before{position:absolute;content:"";top:0;inset-inline-start:0;width:100%;height:100%;opacity:0;-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}.premium-banner-animation2 .premium-banner-ib-content,.premium-banner-animation2 .premium-banner-ib-desc::before,.premium-banner-animation2 .premium-banner-read-more{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation2 .premium-banner-ib-content,.premium-banner-animation2 .premium-banner-read-more{position:absolute;bottom:0;inset-inline-start:0;padding:15px;width:100%;max-height:50%;opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}.premium-banner-animation2.active .premium-banner-ib-title,.premium-banner-animation2:hover .premium-banner-ib-title{-webkit-transform:translate3d(0,-40px,0);transform:translate3d(0,-40px,0)}.premium-banner-animation2.active .premium-banner-ib-desc::before,.premium-banner-animation2.active .premium-banner-read-more,.premium-banner-animation2:hover .premium-banner-ib-desc::before,.premium-banner-animation2:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation2.active .premium-banner-ib-content,.premium-banner-animation2:hover .premium-banner-ib-content{opacity:1;-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}.premium-banner-animation3 .premium-banner-ib-title{position:absolute;bottom:0;inset-inline-start:0;padding:15px;width:100%;text-align:start;-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}.premium-banner-animation3 .premium-banner-ib-desc::before,.premium-banner-animation3 .premium-banner-ib-title{-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}.premium-banner-animation3.active .premium-banner-ib-desc::before,.premium-banner-animation3.active .premium-banner-ib-title,.premium-banner-animation3:hover .premium-banner-ib-desc::before,.premium-banner-animation3:hover .premium-banner-ib-title{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation3 .premium-banner-ib-content{max-height:-webkit-calc(100% - 60px - 1.5em);max-height:calc(100% - 60px - 1.5em);overflow:hidden}.premium-banner-animation4 img{width:-webkit-calc(100% + 40px)!important;width:calc(100% + 40px)!important;max-width:-webkit-calc(100% + 40px)!important;max-width:calc(100% + 40px)!important;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation4 .premium-banner-ib-desc{padding:30px}.premium-banner-animation4 .premium-banner-ib-desc::after{position:absolute;content:"";opacity:0;top:30px;right:50px;bottom:30px;left:50px;border-right:1px solid #fff;border-left:1px solid #fff;-webkit-transform:scale(1,0);-ms-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.premium-banner-animation4 .premium-banner-ib-desc::before{position:absolute;content:"";opacity:0;top:50px;inset-inline:30px;bottom:50px;border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);-ms-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.premium-banner-animation4 .premium-banner-ib-title{padding:50px 30px 0 30px;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}.premium-banner-animation4 .premium-banner-ib-content,.premium-banner-animation4 .premium-banner-read-more{padding:10px 30px;opacity:0;overflow:hidden;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation4 .premium-banner-ib-title,.premium-banner-animation4 img{-webkit-transform:translate3d(-30px,0,0);transform:translate3d(-30px,0,0)}.premium-banner-animation4.scale img,.premium-banner-animation4.zoomout img{-webkit-transform:translate3d(-30px,0,0) scale(1.1);transform:translate3d(-30px,0,0) scale(1.1)}.premium-banner-animation4 .premium-banner-ib-desc::after,.premium-banner-animation4 .premium-banner-ib-desc::before{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation4.active .premium-banner-ib-desc::after,.premium-banner-animation4.active .premium-banner-ib-desc::before,.premium-banner-animation4:hover .premium-banner-ib-desc::after,.premium-banner-animation4:hover .premium-banner-ib-desc::before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-banner-animation4.active .premium-banner-ib-content,.premium-banner-animation4.active .premium-banner-ib-title,.premium-banner-animation4.active .premium-banner-read-more,.premium-banner-animation4:hover .premium-banner-ib-content,.premium-banner-animation4:hover .premium-banner-ib-title,.premium-banner-animation4:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation4:hover .premium-banner-ib-content,.premium-banner-animation4:hover .premium-banner-ib-desc::after,.premium-banner-animation4:hover .premium-banner-ib-title,.premium-banner-animation4:hover img{-webkit-transition-delay:.15s;transition-delay:.15s}.premium-banner-animation5 .premium-banner-ib-desc{top:auto;bottom:0;padding:15px;height:auto;background:#f2f2f2;color:#3c4a50;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.premium-banner-animation5 .premium-banner-ib-content{position:absolute;top:auto;bottom:100%;inset-inline-start:0;width:100%;padding:15px;opacity:0;-webkit-transition:opacity .35s;transition:opacity .35s}.premium-banner-animation5 .premium-banner-ib-title,.premium-banner-animation5 .premium-banner-read-more{-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,200%,0);transform:translate3d(0,200%,0);text-align:center}.premium-banner-animation5 .premium-banner-ib-title{margin:10px 0}.premium-banner-animation5.active .premium-banner-ib-content,.premium-banner-animation5.active .premium-banner-ib-content *,.premium-banner-animation5:hover .premium-banner-ib-content,.premium-banner-animation5:hover .premium-banner-ib-content *{opacity:1!important;z-index:99!important;-webkit-backface-visibility:hidden!important;backface-visibility:hidden!important}.premium-banner-animation5.active .premium-banner-ib-desc,.premium-banner-animation5.active .premium-banner-ib-title,.premium-banner-animation5.active .premium-banner-read-more,.premium-banner-animation5:hover .premium-banner-ib-desc,.premium-banner-animation5:hover .premium-banner-ib-title,.premium-banner-animation5:hover .premium-banner-read-more{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.premium-banner-animation5:hover .premium-banner-ib-title{-webkit-transition-delay:50ms;transition-delay:50ms}.premium-banner-animation5 img{-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s}.premium-banner-animation2 img,.premium-banner-animation4 img,.premium-banner-animation6 img{-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s}.premium-banner-animation5.scale img,.premium-banner-animation5.zoomout img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-banner-animation2.scale img,.premium-banner-animation2.zoomout img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-banner-animation6.scale img,.premium-banner-animation6.zoomout img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-banner-animation2.zoomin:hover img,.premium-banner-animation5.zoomin:hover img,.premium-banner-animation6.zoomin:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-banner-animation2.zoomout:hover img,.premium-banner-animation5.zoomout:hover img,.premium-banner-animation6.zoomout:hover img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-banner-animation2.scale:hover img,.premium-banner-animation5.scale:hover img,.premium-banner-animation6.scale:hover img{-webkit-transform:scale(1.2) rotate(5deg);-ms-transform:scale(1.2) rotate(5deg);transform:scale(1.2) rotate(5deg)}.premium-banner-animation2.grayscale:hover img,.premium-banner-animation5.grayscale:hover img,.premium-banner-animation6.grayscale:hover img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-banner-animation2.blur:hover img,.premium-banner-animation5.blur:hover img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-banner-animation6.blur:hover img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-banner-animation6 .premium-banner-ib-desc{padding:45px}.premium-banner-animation6 .premium-banner-ib-desc::before{position:absolute;content:"";top:30px;bottom:30px;inset-inline:30px;border:1px solid #fff}.premium-banner-animation6 .premium-banner-ib-title{margin:20px 0 10px;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.premium-banner-animation6 .premium-banner-ib-content,.premium-banner-animation6 .premium-banner-ib-desc::before,.premium-banner-animation6 .premium-banner-read-more{opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.premium-banner-animation6 .premium-banner-read-more{margin-top:10px}.premium-banner-animation6.active .premium-banner-ib-title,.premium-banner-animation6:hover .premium-banner-ib-title{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation6.active .premium-banner-ib-content,.premium-banner-animation6.active .premium-banner-ib-desc::before,.premium-banner-animation6.active .premium-banner-read-more,.premium-banner-animation6:hover .premium-banner-ib-content,.premium-banner-animation6:hover .premium-banner-ib-desc::before,.premium-banner-animation6:hover .premium-banner-read-more{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-banner-animation12 .premium-banner-ib-desc::after{position:absolute;content:"";inset-inline:30px;bottom:30px;height:-webkit-calc(50% - 30px);height:calc(50% - 30px);border:7px solid #fff;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.premium-banner-animation12.active .premium-banner-ib-desc::after,.premium-banner-animation12:hover .premium-banner-ib-desc::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation12 .premium-banner-ib-desc{padding:45px;text-align:start}.premium-banner-animation12 .premium-banner-ib-content{position:absolute;right:60px;bottom:60px;left:60px;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}.premium-banner-animation12.active .premium-banner-ib-content,.premium-banner-animation12:hover .premium-banner-ib-content{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation13 img{width:-webkit-calc(100% + 20px)!important;width:calc(100% + 20px)!important;max-width:-webkit-calc(100% + 20px)!important;max-width:calc(100% + 20px)!important;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.premium-banner-animation13.scale img,.premium-banner-animation13.zoomout img{-webkit-transform:translate3d(-10px,0,0) scale(1.1);transform:translate3d(-10px,0,0) scale(1.1)}.premium-banner-animation13.none:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation1.none:hover img,.premium-banner-animation4.none:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation1.zoomin:hover img,.premium-banner-animation10.zoomin:hover img,.premium-banner-animation11.zoomin:hover img,.premium-banner-animation13.zoomin:hover img,.premium-banner-animation4.zoomin:hover img,.premium-banner-animation7.zoomin:hover img,.premium-banner-animation8.zoomin:hover img,.premium-banner-animation9.zoomin:hover img{-webkit-transform:translate3d(0,0,0) scale(1.1);transform:translate3d(0,0,0) scale(1.1)}.premium-banner-animation1.zoomout:hover img,.premium-banner-animation10.zoomout:hover img,.premium-banner-animation11.zoomout:hover img,.premium-banner-animation13.zoomout:hover img,.premium-banner-animation4.zoomout:hover img,.premium-banner-animation7.zoomout:hover img,.premium-banner-animation8.zoomout:hover img,.premium-banner-animation9.zoomout:hover img{-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}.premium-banner-animation1.scale:hover img,.premium-banner-animation10.scale:hover img,.premium-banner-animation11.scale:hover img,.premium-banner-animation13.scale:hover img,.premium-banner-animation4.scale:hover img,.premium-banner-animation7.scale:hover img,.premium-banner-animation8.scale:hover img,.premium-banner-animation9.scale:hover img{-webkit-transform:translate3d(0,0,0) scale(1.2) rotate(-webkit-calc(5deg * var(--translate-inline)));transform:translate3d(0,0,0) scale(1.2) rotate(calc(5deg * var(--translate-inline)))}.premium-banner-animation1.grayscale:hover img,.premium-banner-animation10.grayscale:hover img,.premium-banner-animation11.grayscale:hover img,.premium-banner-animation13.grayscale:hover img,.premium-banner-animation4.grayscale:hover img,.premium-banner-animation7.grayscale:hover img,.premium-banner-animation8.grayscale:hover img,.premium-banner-animation9.grayscale:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-banner-animation1.blur:hover img,.premium-banner-animation10.blur:hover img,.premium-banner-animation11.blur:hover img,.premium-banner-animation13.blur:hover img,.premium-banner-animation4.blur:hover,.premium-banner-animation7.blur:hover img,.premium-banner-animation8.blur:hover img,.premium-banner-animation9.blur:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-filter:blur(3px);filter:blur(3px)}.premium-banner-animation13 .premium-banner-ib-desc{text-align:start}.premium-banner-animation13 .premium-banner-ib-title{position:relative;overflow:hidden;padding:5px 0 10px}.premium-banner-animation13 .premium-banner-ib-title::after{position:absolute;content:"";bottom:0;inset-inline-start:0;width:100%;height:2px;background:#fff;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(-101%,0,0);transform:translate3d(-101%,0,0)}.premium-banner-animation13.active .premium-banner-ib-title::after,.premium-banner-animation13:hover .premium-banner-ib-title::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation13 .premium-banner-ib-content,.premium-banner-animation13 .premium-banner-read-more{padding:15px 0;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.premium-banner-animation13.active .premium-banner-ib-content,.premium-banner-animation13.active .premium-banner-read-more,.premium-banner-animation13:hover .premium-banner-ib-content,.premium-banner-animation13:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-ib.premium-banner-animation5 .premium-banner-toggle-size{left:50%;width:auto!important;height:100%;max-width:none;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.premium-banner-animation7 img{width:-webkit-calc(100% + 40px)!important;width:calc(100% + 40px)!important;max-width:-webkit-calc(100% + 40px)!important;max-width:calc(100% + 40px)!important;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s}.premium-banner-animation7 .premium-banner-brlr{width:7px}.premium-banner-animation7 .premium-banner-brtb{height:7px}.premium-banner-animation7 .premium-banner-br{position:absolute;z-index:1;background-color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transition-delay:.2s;transition-delay:.2s}.premium-banner-animation7 .premium-banner-bleft{inset-inline-start:30px;top:-webkit-calc(100% - 150px);top:calc(100% - 150px);height:0}.premium-banner-animation7 .premium-banner-bright{inset-inline-end:30px;bottom:-webkit-calc(100% - 150px);bottom:calc(100% - 150px);height:0}.premium-banner-animation7 .premium-banner-bottom{inset-inline-end:-webkit-calc(100% - 150px);inset-inline-end:calc(100% - 150px);bottom:30px;width:0}.premium-banner-animation7 .premium-banner-btop{inset-inline-start:-webkit-calc(100% - 150px);inset-inline-start:calc(100% - 150px);top:30px;width:0}.premium-banner-animation7 .premium-banner-ib-desc{padding:70px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-banner-animation7 .premium-banner-ib-title{margin-top:0}.premium-banner-animation7 .premium-banner-ib-title,.premium-banner-animation7 img{-webkit-transform:translate3d(-30px,0,0);transform:translate3d(-30px,0,0)}.premium-banner-animation7.scale img,.premium-banner-animation7.zoomout img{-webkit-transform:translate3d(-30px,0,0) scale(1.1);transform:translate3d(-30px,0,0) scale(1.1)}.premium-banner-animation7 .premium-banner-ib-content,.premium-banner-animation7 .premium-banner-read-more{margin-top:10px}.premium-banner-animation7 .premium-banner-ib-desc::after,.premium-banner-animation7 .premium-banner-ib-desc::before{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation7 .premium-banner-ib-content,.premium-banner-animation7 .premium-banner-ib-title,.premium-banner-animation7 .premium-banner-read-more{opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation7.active .premium-banner-ib-content,.premium-banner-animation7.active .premium-banner-ib-title,.premium-banner-animation7.active .premium-banner-read-more,.premium-banner-animation7:hover .premium-banner-ib-content,.premium-banner-animation7:hover .premium-banner-ib-title,.premium-banner-animation7:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation7.active .premium-banner-bleft,.premium-banner-animation7:hover .premium-banner-bleft{top:30px;height:70px}.premium-banner-animation7.active .premium-banner-bright,.premium-banner-animation7:hover .premium-banner-bright{bottom:30px;height:70px}.premium-banner-animation7.active .premium-banner-bottom,.premium-banner-animation7:hover .premium-banner-bottom{inset-inline-end:30px;width:70px}.premium-banner-animation7.active .premium-banner-btop,.premium-banner-animation7:hover .premium-banner-btop{inset-inline-start:30px;width:70px}.premium-banner-animation7:hover .premium-banner-ib-content,.premium-banner-animation7:hover .premium-banner-ib-title,.premium-banner-animation7:hover .premium-banner-read-more,.premium-banner-animation7:hover img{-webkit-transition-delay:.15s;transition-delay:.15s}.premium-banner-animation8 img{width:-webkit-calc(100% + 40px)!important;width:calc(100% + 40px)!important;max-width:-webkit-calc(100% + 40px)!important;max-width:calc(100% + 40px)!important;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s}.premium-banner-animation8 .premium-banner-brlr{width:7px}.premium-banner-animation8 .premium-banner-brtb{height:7px}.premium-banner-animation8 .premium-banner-br{position:absolute;z-index:1;background-color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transition-delay:.2s;transition-delay:.2s}.premium-banner-animation8 .premium-banner-bleft{left:30px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:0}.premium-banner-animation8 .premium-banner-bright{right:30px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:0}.premium-banner-animation8 .premium-banner-bottom{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);bottom:30px;width:0}.premium-banner-animation8 .premium-banner-btop{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:30px;width:0}.premium-banner-animation8 .premium-banner-ib-desc{padding:70px;display:table}.premium-banner-animation8 .premium-banner-ib-desc .premium-banner-desc-centered{display:table-cell;vertical-align:middle}.premium-banner-animation8 .premium-banner-ib-title{margin-top:0}.premium-banner-animation8 .premium-banner-ib-title,.premium-banner-animation8 img{-webkit-transform:translate3d(-30px,0,0);transform:translate3d(-30px,0,0)}.premium-banner-animation8.scale img,.premium-banner-animation8.zoomout img{-webkit-transform:translate3d(-30px,0,0) scale(1.1);transform:translate3d(-30px,0,0) scale(1.1)}.premium-banner-animation8 .premium-banner-ib-content,.premium-banner-animation8 .premium-banner-read-more{margin-top:10px}.premium-banner-animation8 .premium-banner-ib-desc::after,.premium-banner-animation8 .premium-banner-ib-desc::before{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation8 .premium-banner-ib-content,.premium-banner-animation8 .premium-banner-ib-title,.premium-banner-animation8 .premium-banner-read-more{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;opacity:0}.premium-banner-animation8.active .premium-banner-ib-content,.premium-banner-animation8.active .premium-banner-ib-title,.premium-banner-animation8.active .premium-banner-read-more,.premium-banner-animation8:hover .premium-banner-ib-content,.premium-banner-animation8:hover .premium-banner-ib-title,.premium-banner-animation8:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation8.active .premium-banner-bleft,.premium-banner-animation8:hover .premium-banner-bleft{height:-webkit-calc(100% - 61px);height:calc(100% - 61px)}.premium-banner-animation8.active .premium-banner-bright,.premium-banner-animation8:hover .premium-banner-bright{height:-webkit-calc(100% - 61px);height:calc(100% - 61px)}.premium-banner-animation8.active .premium-banner-bottom,.premium-banner-animation8:hover .premium-banner-bottom{width:-webkit-calc(100% - 61px);width:calc(100% - 61px)}.premium-banner-animation8.active .premium-banner-btop,.premium-banner-animation8:hover .premium-banner-btop{width:-webkit-calc(100% - 61px);width:calc(100% - 61px)}.premium-banner-animation8:hover .premium-banner-ib-content,.premium-banner-animation8:hover .premium-banner-ib-title,.premium-banner-animation8:hover .premium-banner-read-more,.premium-banner-animation8:hover img{-webkit-transition-delay:.15s;transition-delay:.15s}.premium-banner-animation9 img{width:-webkit-calc(100% + 20px)!important;width:calc(100% + 20px)!important;max-width:-webkit-calc(100% + 20px)!important;max-width:calc(100% + 20px)!important;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s;-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-banner-animation9 .premium-banner-ib-desc{width:100%;height:100%}.premium-banner-animation9 .premium-banner-ib-desc::before{position:absolute;top:50%;inset-inline-start:50%;width:80%;height:1px;background:#fff;content:"";-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.premium-banner-animation9 .premium-banner-ib-desc::after{position:absolute;top:50%;inset-inline-start:50%;width:80%;height:1px;background:#fff;content:"";-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.premium-banner-animation9 .premium-banner-ib-title{position:absolute;top:50%;inset-inline-start:0;width:100%;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-70px,0);transform:translate3d(0,-70px,0);margin-top:0;padding:0 10%}.premium-banner-animation9.active .premium-banner-ib-title,.premium-banner-animation9:hover .premium-banner-ib-title{-webkit-transform:translate3d(0,-80px,0);transform:translate3d(0,-80px,0)}.premium-banner-animation9 .premium-banner-ib-content,.premium-banner-animation9 .premium-banner-read-more{position:absolute;top:50%;inset-inline-start:0;width:100%;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;padding:0 10%;-webkit-transform:translate3d(0,35px,0);transform:translate3d(0,35px,0)}.premium-banner-animation9 .premium-banner-read-more{top:75%}.premium-banner-animation9.active .premium-banner-ib-content,.premium-banner-animation9.active .premium-banner-read-more,.premium-banner-animation9:hover .premium-banner-ib-content,.premium-banner-animation9:hover .premium-banner-read-more{-webkit-transform:translate3d(0,45px,0);transform:translate3d(0,45px,0)}.premium-banner-animation9.active .premium-banner-ib-desc::before,.premium-banner-animation9:hover .premium-banner-ib-desc::before{opacity:.5;-webkit-transform:translate3d(-50%,-50%,0) rotate(45deg);transform:translate3d(-50%,-50%,0) rotate(45deg)}.premium-banner-animation9.active .premium-banner-ib-desc::after,.premium-banner-animation9:hover .premium-banner-ib-desc::after{opacity:.5;-webkit-transform:translate3d(-50%,-50%,0) rotate(-45deg);transform:translate3d(-50%,-50%,0) rotate(-45deg)}.premium-banner-animation9:hover img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-banner-animation10 img{width:-webkit-calc(100% + 20px)!important;width:calc(100% + 20px)!important;max-width:-webkit-calc(100% + 20px)!important;max-width:calc(100% + 20px)!important;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s}.premium-banner-animation10 .premium-banner-ib-title{position:relative;overflow:hidden;padding:5px 0 15px;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);margin-bottom:0}.premium-banner-animation10 .premium-banner-ib-title::after{position:absolute;content:"";bottom:0;inset-inline-start:0;width:100%;height:3px;background:#fff;opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation10.active .premium-banner-ib-title,.premium-banner-animation10:hover .premium-banner-ib-title{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation10.active .premium-banner-ib-title::after,.premium-banner-animation10:hover .premium-banner-ib-title::after{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation10.scale img,.premium-banner-animation10.zoomout img{-webkit-transform:translate3d(-10px,0,0) scale(1.1);transform:translate3d(-10px,0,0) scale(1.1)}.premium-banner-animation10 .premium-banner-ib-content,.premium-banner-animation10 .premium-banner-read-more{padding-top:15px;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.premium-banner-animation10 .premium-banner-read-more{padding:0}.premium-banner-animation10.active .premium-banner-ib-content,.premium-banner-animation10.active .premium-banner-read-more,.premium-banner-animation10:hover .premium-banner-ib-content,.premium-banner-animation10:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation11{-webkit-transition:-webkit-transform 1s ease-out;transition:-webkit-transform 1s ease-out;transition:transform 1s ease-out;transition:transform 1s ease-out,-webkit-transform 1s ease-out;-webkit-transition-delay:125ms;transition-delay:125ms}.premium-banner-animation11 .premium-banner-ib-desc{position:absolute;z-index:5;-webkit-transform:translate3d(-30px,0,0);transform:translate3d(-30px,0,0);opacity:0;top:auto;bottom:0;min-height:25%;height:auto;max-height:100%;text-align:left;padding:30px;-webkit-transition:all .6s ease-out;transition:all .6s ease-out}.premium-banner-animation11 img{width:100%;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s}.premium-banner-animation11 .premium-banner-ib-title{margin-bottom:10px}.premium-banner-animation11 .premium-banner-gradient{position:absolute;left:0;top:0;right:0;bottom:0}.premium-banner-animation11 .premium-banner-gradient:after,.premium-banner-animation11 .premium-banner-gradient:before{position:absolute;content:"";left:0;top:0;right:0;bottom:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);background-image:-webkit-linear-gradient(40deg,rgba(84,89,95,.5) 27.89%,#6ec1e4 72.11%);background-image:linear-gradient(50deg,rgba(84,89,95,.5) 27.89%,#6ec1e4 72.11%);z-index:2}.premium-banner-animation11 .premium-banner-gradient:before{mix-blend-mode:color}.premium-banner-animation11 .premium-banner-gradient:after{mix-blend-mode:multiply}.premium-banner-animation11.active .premium-banner-ib-desc,.premium-banner-animation11:hover .premium-banner-ib-desc{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation11.active .premium-banner-gradient:after,.premium-banner-animation11.active .premium-banner-gradient:before,.premium-banner-animation11:hover .premium-banner-gradient:after,.premium-banner-animation11:hover .premium-banner-gradient:before{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation11.scale img,.premium-banner-animation11.zoomout img{-webkit-transform:translate3d(-10px,0,0) scale(1.1);transform:translate3d(-10px,0,0) scale(1.1)}.premium-banner-ib-content p img{min-width:unset!important;max-width:none!important;width:auto!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;display:inline}.premium-banner-link{display:inline-block;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.rtl .premium-banner-ib,.rtl .wpb_column>.wpb_wrapper .premium-banner-ib{margin-bottom:0}.rtl .premium-banner-animation1 img{-webkit-transform:translate3d(40px,0,0);transform:translate3d(40px,0,0)}.rtl .premium-banner-ib a.premium-banner-ib-link{background:100% 0}.rtl .premium-banner-animation1.scale img,.rtl .premium-banner-animation1.zoomout img{-webkit-transform:translate3d(40px,0,0) scale(1.1);transform:translate3d(40px,0,0) scale(1.1)}.rtl .premium-banner-animation4 .premium-banner-ib-desc::before{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.rtl .premium-banner-animation4 .premium-banner-ib-title,.rtl .premium-banner-animation4 img{-webkit-transform:translate3d(30px,0,0);transform:translate3d(30px,0,0)}.rtl .premium-banner-animation4.active .premium-banner-ib-title,.rtl .premium-banner-animation4:hover .premium-banner-ib-title{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.rtl .premium-banner-animation2.scale:hover img,.rtl .premium-banner-animation5.scale:hover img,.rtl .premium-banner-animation6.scale:hover img{-webkit-transform:scale(1.2) rotate(5deg);-ms-transform:scale(1.2) rotate(5deg);transform:scale(1.2) rotate(5deg)}.rtl .premium-banner-animation13 img{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.rtl .premium-banner-animation13 .premium-banner-ib-content,.rtl .premium-banner-animation13 .premium-banner-read-more{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.rtl .premium-banner-animation13 .premium-banner-ib-title::after{-webkit-transform:translate3d(101%,0,0);transform:translate3d(101%,0,0)}.rtl .premium-banner-animation13.active .premium-banner-ib-title::after,.rtl .premium-banner-animation13.active .premium-banner-read-more,.rtl .premium-banner-animation13:hover .premium-banner-ib-content,.rtl .premium-banner-animation13:hover .premium-banner-ib-title::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.rtl .premium-banner-ib.premium-banner-animation5 .premium-banner-toggle-size{-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.rtl .premium-banner-animation7 .premium-banner-ib-title,.rtl .premium-banner-animation7 img,.rtl .premium-banner-animation8 .premium-banner-ib-title,.rtl .premium-banner-animation8 img{-webkit-transform:translate3d(30px,0,0);transform:translate3d(30px,0,0)}.rtl .premium-banner-animation7.active .premium-banner-ib-title,.rtl .premium-banner-animation7:hover .premium-banner-ib-title,.rtl .premium-banner-animation8.active .premium-banner-ib-title,.rtl .premium-banner-animation8:hover .premium-banner-ib-title{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.rtl .premium-banner-animation4.scale img,.rtl .premium-banner-animation4.zoomout img,.rtl .premium-banner-animation7.scale img,.rtl .premium-banner-animation7.zoomout img,.rtl .premium-banner-animation8.scale img,.rtl .premium-banner-animation8.zoomout img{-webkit-transform:translate3d(30px,0,0) scale(1.1);transform:translate3d(30px,0,0) scale(1.1)}.rtl .premium-banner-animation13.scale img,.rtl .premium-banner-animation13.zoomout img{-webkit-transform:translate3d(10px,0,0) scale(1.1);transform:translate3d(10px,0,0) scale(1.1)}.rtl .premium-banner-animation9 .premium-banner-ib-desc::after,.rtl .premium-banner-animation9 .premium-banner-ib-desc::before{-webkit-transform:translate3d(50%,-50%,0);transform:translate3d(50%,-50%,0)}.rtl .premium-banner-animation9.active .premium-banner-ib-desc::before,.rtl .premium-banner-animation9:hover .premium-banner-ib-desc::before{-webkit-transform:translate3d(50%,-50%,0) rotate(-45deg);transform:translate3d(50%,-50%,0) rotate(-45deg)}.rtl .premium-banner-animation9.active .premium-banner-ib-desc::after,.rtl .premium-banner-animation9:hover .premium-banner-ib-desc::after{-webkit-transform:translate3d(50%,-50%,0) rotate(45deg);transform:translate3d(50%,-50%,0) rotate(45deg)}.rtl .premium-banner-animation11 .premium-banner-ib-desc{-webkit-transform:translate3d(30px,0,0);transform:translate3d(30px,0,0)}.rtl .premium-banner-animation11 .premium-banner-gradient:after,.rtl .premium-banner-animation11 .premium-banner-gradient:before{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);background-image:-webkit-linear-gradient(130deg,rgba(84,89,95,.5) 27.89%,#6ec1e4 72.11%);background-image:linear-gradient(-40deg,rgba(84,89,95,.5) 27.89%,#6ec1e4 72.11%)}.rtl .premium-banner-animation11.active .premium-banner-ib-desc,.rtl .premium-banner-animation11:hover .premium-banner-ib-desc{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.rtl .premium-banner-animation11.active .premium-banner-gradient:after,.rtl .premium-banner-animation11.active .premium-banner-gradient:before,.rtl .premium-banner-animation11:hover .premium-banner-gradient:after,.rtl .premium-banner-animation11:hover .premium-banner-gradient:before{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-blog-thumb-effect-wrapper{position:relative;overflow:hidden}.premium-blog-thumb-effect-wrapper span{display:none}.premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-overlay{opacity:1}.premium-blog-effect-container:not(.premium-blog-bordered-effect) .premium-blog-post-link{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;z-index:2;padding:20px}.premium-blog-bordered-effect .premium-blog-post-link{display:block;height:100%;position:relative}.premium-blog-wrap .premium-blog-thumbnail-container{overflow:hidden}.premium-blog-wrap .premium-blog-thumbnail-container .below-entry-meta,.premium-blog-wrap .premium-blog-thumbnail-container img{width:100%;height:100%;margin:0!important;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;display:block}.premium-blog-thumbnail-overlay{opacity:0}.premium-blog-scale-effect img,.premium-blog-zoomout-effect img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-blog-sepia-effect img{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-blog-bright-effect img{-webkit-filter:brightness(1);filter:brightness(1)}.premium-blog-trans-effect img{-webkit-transform:translateX(-15px) scale(1.1);-ms-transform:translateX(-15px) scale(1.1);transform:translateX(-15px) scale(1.1)}.premium-blog-post-outer-container:hover .premium-blog-zoomin-effect img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-blog-post-outer-container:hover .premium-blog-zoomout-effect img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-blog-post-outer-container:hover .premium-blog-scale-effect img{-webkit-transform:scale(1.3) rotate(5deg);-ms-transform:scale(1.3) rotate(5deg);transform:scale(1.3) rotate(5deg)}.premium-blog-post-outer-container:hover .premium-blog-gray-effect img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-blog-post-outer-container:hover .premium-blog-blur-effect img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-blog-post-outer-container:hover .premium-blog-sepia-effect img{-webkit-filter:sepia(0);filter:sepia(0)}.premium-blog-post-outer-container:hover .premium-blog-bright-effect img{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.premium-blog-post-outer-container:hover .premium-blog-trans-effect img{-webkit-transform:translateX(0) scale(1.1);-ms-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1)}.premium-blog-post-container{overflow:hidden}.premium-blog-post-container .premium-blog-inner-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-blog-post-container .premium-blog-post-content{line-height:1.5em;color:#777;font-size:14px;margin-bottom:10px}.premium-blog-post-container .premium-blog-post-link:focus,.premium-blog-post-container .premium-blog-post-link:hover,.premium-blog-post-container ul.post-categories a:focus,.premium-blog-post-container ul.post-categories a:hover{box-shadow:none!important;outline:0!important}.premium-blog-post-container .premium-blog-entry-title{font-size:18px;margin-bottom:5px}.premium-blog-post-container.premium-blog-skin-modern .premium-blog-content-wrapper{position:relative;z-index:3;top:-50px}.premium-blog-post-container .premium-blog-content-wrapper{background-color:#f5f5f5;padding:30px}.premium-blog-post-container .premium-blog-content-wrapper.empty-thumb{top:0}.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:after,.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:before{inset-inline-start:50%;position:absolute;content:"";z-index:1;top:50%;left:50%;opacity:0;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:all .4s linear 0s;transition:all .4s linear 0s;height:1px;width:100%;background-color:#fff}.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:before{width:1px;height:100%}.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner):hover .premium-blog-thumbnail-container:after{width:20px;opacity:1}.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner):hover .premium-blog-thumbnail-container:before{height:20px;opacity:1}.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-content-wrapper{margin:0 10px 20px;clear:both}.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay,.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay,.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay a,.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay a,.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay a{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay i,.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay span,.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay i,.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay span,.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay i,.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay span{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-post-container.premium-blog-skin-side{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-container{height:100%}.premium-blog-post-container.premium-blog-skin-side .premium-blog-content-wrapper{-webkit-flex:1;-ms-flex:1;flex:1}.premium-blog-post-container.premium-blog-skin-banner{position:relative}.premium-blog-post-container.premium-blog-skin-banner .premium-blog-content-wrapper{position:absolute;width:100%;bottom:-5px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:transparent;z-index:3;-webkit-transition:bottom .3s ease-in-out;transition:bottom .3s ease-in-out}.premium-blog-post-container.premium-blog-skin-banner:hover .premium-blog-content-wrapper{bottom:0}.premium-blog-post-container .premium-blog-cats-container ul.post-categories{margin:0;padding:0;list-style:none;display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-blog-post-container .premium-blog-cats-container a{display:block;font-size:12px;color:#fff;background-color:#777;margin:0 3px 10px 0;padding:5px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-diagonal-container{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%}.premium-blog-diagonal-effect:before{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;content:" ";z-index:1;background:rgba(255,255,255,.2);-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s}.premium-blog-post-outer-container:hover .premium-blog-diagonal-effect:before{-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0)}.premium-blog-framed-effect{position:absolute;width:-webkit-calc(100% - 30px);width:calc(100% - 30px);height:-webkit-calc(100% - 30px);height:calc(100% - 30px);top:15px;inset-inline-start:15px;opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3);-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s}.premium-blog-post-outer-container:hover .premium-blog-framed-effect{opacity:.99;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-blog-bordered-effect{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;opacity:0;padding:15px;-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s}.premium-blog-bordered-effect .premium-blog-post-link:after,.premium-blog-bordered-effect .premium-blog-post-link:before{content:"";display:block;position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s;-webkit-transition-delay:0s;transition-delay:0s;border-color:rgba(255,255,255,.45)}.premium-blog-bordered-effect .premium-blog-post-link:before{border-inline:2px solid;-webkit-border-end:2px solid;border-inline-end:2px solid;-webkit-border-start:2px solid;border-inline-start:2px solid;-webkit-transform:scale(1,0);-ms-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.premium-blog-bordered-effect .premium-blog-post-link:after{border-top:2px solid;border-bottom:2px solid;-webkit-transform:scale(0,1);-ms-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.premium-blog-bordered-effect:hover{opacity:.99}.premium-blog-bordered-effect:hover .premium-blog-post-link:after,.premium-blog-bordered-effect:hover .premium-blog-post-link:before{-webkit-transition-delay:.15s;transition-delay:.15s;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-blog-squares-effect,.premium-blog-squares-square-container{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%}.premium-blog-squares-effect:after,.premium-blog-squares-effect:before{position:absolute;content:"";top:0;inset-inline-start:0;width:50%;height:50%;-webkit-transform:translate(-100%,-100%);-ms-transform:translate(-100%,-100%);transform:translate(-100%,-100%);opacity:.7;-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s}.premium-blog-squares-square-container:after,.premium-blog-squares-square-container:before{transition:all .3s linear 0s;position:absolute;content:"";top:0;inset-inline-start:0;width:50%;height:50%;-webkit-transform:translate(-100%,-100%);-ms-transform:translate(-100%,-100%);transform:translate(-100%,-100%);opacity:.7;-webkit-transition:all .3s linear 0s}.premium-blog-squares-effect:after{-webkit-transform:translate(200%,200%);-ms-transform:translate(200%,200%);transform:translate(200%,200%)}.premium-blog-squares-square-container:before{-webkit-transform:translate(-100%,200%);-ms-transform:translate(-100%,200%);transform:translate(-100%,200%)}.premium-blog-squares-square-container:after{-webkit-transform:translate(200%,-100%);-ms-transform:translate(200%,-100%);transform:translate(200%,-100%)}.premium-blog-squares-effect:hover:before{-webkit-transform:translate(0,0) scaleY(1.003) scaleX(1.003);-ms-transform:translate(0,0) scaleY(1.003) scaleX(1.003);transform:translate(0,0) scaleY(1.003) scaleX(1.003)}.premium-blog-squares-effect:hover:after{-webkit-transform:translate(100%,100%) scaleY(1.003) scaleX(1.003);-ms-transform:translate(100%,100%) scaleY(1.003) scaleX(1.003);transform:translate(100%,100%) scaleY(1.003) scaleX(1.003)}.premium-blog-squares-effect:hover .premium-blog-squares-square-container:before{-webkit-transform:translate(0,100%);-ms-transform:translate(0,100%);transform:translate(0,100%)}.premium-blog-squares-effect:hover .premium-blog-squares-square-container:after{-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0)}.premium-blog-clear-fix{clear:both}.premium-blog-masked .premium-blog-thumbnail-container{position:relative;overflow:visible}.premium-blog-masked .premium-blog-thumbnail-container svg{position:absolute;height:100px;width:100%;bottom:-5px;inset-inline-start:0;fill:#f5f5f5;z-index:99}.premium-blog-masked .premium-blog-thumbnail-container svg.premium-blog-shape-divider-svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.premium-blog-masked .premium-blog-author-thumbnail,.premium-blog-masked .premium-blog-skin-banner .premium-blog-content-wrapper{z-index:999!important}.premium-blog-format-link{padding:5px;line-height:0}.premium-blog-entry-meta{line-height:1.3em;font-size:12px;margin-bottom:13px;color:#adadad}.premium-blog-entry-meta i{-webkit-margin-end:3px;margin-inline-end:3px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-meta-data{display:inline-block}.premium-blog-meta-data .premium-blog-meta-separator{margin:0 5px}.premium-blog-meta-data a,.premium-blog-meta-data span{color:inherit;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-author-thumbnail{position:relative;padding:0 30px;width:100%;top:-10px;height:0;pointer-events:none}.premium-blog-author-thumbnail img{border-radius:50%;width:60px;pointer-events:all;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-blog-entry-title a,.premium-blog-post-content .premium-blog-excerpt-link,.premium-blog-post-tags-container a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-excerpt-link-wrap a.premium-blog-excerpt-link{background-color:transparent;color:#54595f;padding:0}.premium-blog-cta-full-yes .premium-blog-excerpt-link{width:100%}.premium-blog-post-tags-container{margin-top:8px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-blog-post-tags-container a{color:inherit;-webkit-margin-start:5px;margin-inline-start:5px}.premium-blog-wrap .premium-loading-feed{display:block;position:absolute;width:100%;height:100%;inset:0;background:rgba(255,255,255,.2);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:99}.premium-blog-wrap{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-blog-wrap ul.slick-dots{width:100%}.premium-blog-pagination-container{text-align:right}.premium-blog-pagination-container span{cursor:default}.premium-blog-pagination-container .page-numbers{display:inline-block;border:none;color:#000;line-height:1;font-size:1em;font-weight:400;text-decoration:none;padding:.75em;margin:0 .4em .4em 0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-list .premium-blog-post-outer-container{width:100%}.premium-blog-even .premium-blog-post-container{height:100%}.premium-blog-even .slick-track{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-blog-even .slick-slide{height:inherit!important}.premium-blog-filter{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-blog-filter .premium-blog-filters-container li a.category{outline:0;text-decoration:none;border-radius:75px;margin:15px 5px 20px;padding:7px 20px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-filter ul.premium-blog-filters-container{text-align:center;margin:0;padding:0}.premium-blog-filter .premium-blog-filters-container li{list-style:none;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}@media (max-width:768px){.premium-blog-post-container:not(.premium-blog-skin-banner) .premium-blog-content-wrapper{top:0;margin:0;padding:15px}.premium-blog-skin-side{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.rtl .premium-blog-trans-effect img{-webkit-transform:translateX(15px) scale(1.1);-ms-transform:translateX(15px) scale(1.1);transform:translateX(15px) scale(1.1)}.rtl .premium-blog-post-outer-container:hover .premium-blog-scale-effect img{-webkit-transform:scale(1.3) rotate(-5deg);-ms-transform:scale(1.3) rotate(-5deg);transform:scale(1.3) rotate(-5deg)}.rtl .premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:after,.rtl .premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:before{-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.rtl .premium-blog-post-container .premium-blog-cats-container a{margin:0 0 10px 3px}.rtl .premium-blog-diagonal-effect:before{-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0)}.rtl .premium-blog-post-outer-container:hover .premium-blog-diagonal-effect:before{-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0)}.rtl .premium-blog-bordered-effect .premium-blog-post-link:before{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.rtl .premium-blog-bordered-effect .premium-blog-post-link:after{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.rtl .premium-blog-squares-effect:after,.rtl .premium-blog-squares-effect:before,.rtl .premium-blog-squares-square-container:after,.rtl .premium-blog-squares-square-container:before{-webkit-transform:translate(100%,-100%);-ms-transform:translate(100%,-100%);transform:translate(100%,-100%)}.rtl .premium-blog-squares-effect:after{-webkit-transform:translate(-200%,200%);-ms-transform:translate(-200%,200%);transform:translate(-200%,200%)}.rtl .premium-blog-squares-square-container:before{-webkit-transform:translate(100%,200%);-ms-transform:translate(100%,200%);transform:translate(100%,200%)}.rtl .premium-blog-squares-square-container:after{-webkit-transform:translate(-200%,-100%);-ms-transform:translate(-200%,-100%);transform:translate(-200%,-100%)}.rtl .premium-blog-squares-effect:hover:before{-webkit-transform:translate(0,0) scaleY(1.003) scaleX(1.003);-ms-transform:translate(0,0) scaleY(1.003) scaleX(1.003);transform:translate(0,0) scaleY(1.003) scaleX(1.003)}.rtl .premium-blog-squares-effect:hover:after{-webkit-transform:translate(-100%,100%) scaleY(1.003) scaleX(1.003);-ms-transform:translate(-100%,100%) scaleY(1.003) scaleX(1.003);transform:translate(-100%,100%) scaleY(1.003) scaleX(1.003)}.rtl .premium-blog-squares-effect:hover .premium-blog-squares-square-container:after{-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0)}.rtl .premium-blog-wrap.slick-slider .slick-list,.rtl .premium-blog-wrap.slick-slider .slick-track{direction:ltr}.premium-button{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;position:relative;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-button-style3-before i,.premium-button-style3-before svg{opacity:0;-webkit-transform:translateX(-5px);-ms-transform:translateX(-5px);transform:translateX(-5px);-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.premium-button-style3-after i,.premium-button-style3-after svg{opacity:0;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px)}.premium-button-style3-after:hover i,.premium-button-style3-after:hover svg{opacity:1}.premium-button-style3-before:hover i,.premium-button-style3-before:hover svg{opacity:1}.elementor-widget-premium-addon-button .premium-button-text-icon-wrapper{width:100%;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-widget-premium-addon-button .premium-button-text-icon-wrapper i,.elementor-widget-premium-addon-button .premium-button-text-icon-wrapper span,.elementor-widget-premium-addon-button .premium-button-text-icon-wrapper svg{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-button-style4-icon-wrapper{position:absolute;z-index:2;width:100%;text-align:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:100%;opacity:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-button-style4-icon-wrapper.top{bottom:-100%;inset-inline-start:0}.premium-button-style4-icon-wrapper.bottom{top:-100%;inset-inline-start:0}.premium-button-style4-icon-wrapper.left{top:0;inset-inline-start:-100%}.premium-button-style4-icon-wrapper.right{top:0;inset-inline-end:-100%}.premium-button-style4-bottom:hover .premium-button-style4-icon-wrapper{top:0;opacity:1}.premium-button-style4-top:hover .premium-button-style4-icon-wrapper{bottom:0;opacity:1}.premium-button-style4-left:hover .premium-button-style4-icon-wrapper{inset-inline-start:0;opacity:1}.premium-button-style4-right:hover .premium-button-style4-icon-wrapper{inset-inline-end:0;opacity:1}.premium-button-style4-bottom:hover .premium-button-text-icon-wrapper{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);opacity:0}.premium-button-style4-top:hover .premium-button-text-icon-wrapper{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);opacity:0}.premium-button-style4-left:hover .premium-button-text-icon-wrapper{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);opacity:0}.premium-button-style4-right:hover .premium-button-text-icon-wrapper{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);opacity:0}.rtl .premium-button-style3-after i,.rtl .premium-button-style3-after svg{-webkit-transform:translateX(-5px);-ms-transform:translateX(-5px);transform:translateX(-5px)}.rtl .premium-button-style4-left:hover .premium-button-text-icon-wrapper{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.rtl .premium-button-style4-right:hover .premium-button-text-icon-wrapper{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.premium-carousel-wrapper a.carousel-arrow,.premium-carousel-wrapper a.ver-carousel-arrow{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:2em;height:2em;line-height:0;text-align:center;z-index:99;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-appearance:inherit;border:none;box-shadow:none;text-decoration:none}.premium-carousel-wrapper a.carousel-arrow svg,.premium-carousel-wrapper a.ver-carousel-arrow svg{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-carousel-wrapper:not(.pa-has-custom-pos) a.carousel-arrow{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-carousel-wrapper:not(.pa-has-custom-pos) a.slick-arrow{position:absolute}.premium-carousel-wrapper:not(.pa-has-custom-pos) a.slick-arrow:hover{box-shadow:none!important}.premium-carousel-wrapper .premium-carousel-content-hidden{visibility:hidden}.premium-carousel-arrows-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:5px}.ver-carousel-arrow.carousel-next i{margin-bottom:-3px}.premium-carousel-wrapper a.ver-carousel-arrow{inset-inline-start:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.premium-carousel-dots-above ul.slick-dots{position:absolute;display:-webkit-flex;display:-ms-flexbox;display:flex;width:auto;top:50%;bottom:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-carousel-wrapper .premium-carousel-nav-arrow-next,.premium-carousel-wrapper .premium-carousel-nav-arrow-prev,.premium-carousel-wrapper .premium-carousel-nav-dot{display:none}.premium-carousel-wrapper ul.slick-dots svg{width:20px;height:20px;outline:0!important}@-webkit-keyframes hvr-ripple-out{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@keyframes hvr-ripple-out{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}.premium-carousel-ripple-yes .premium-carousel-wrapper{padding-bottom:1px}.premium-carousel-ripple-yes ul.slick-dots li{position:relative}.premium-carousel-ripple-yes ul.slick-dots li i{position:relative;z-index:1}.premium-carousel-ripple-yes ul.slick-dots li:hover:before{content:"";position:absolute;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);top:0;right:0;bottom:0;left:0;border-radius:50%;pointer-events:none;background-color:rgba(0,0,0,.15);-webkit-animation:hvr-ripple-out 1.3s infinite;animation:hvr-ripple-out 1.3s infinite}.premium-carousel-ripple-yes ul.slick-dots li.slick-active:hover:before{background-color:rgba(0,0,0,.3)}.premium-carousel-wrapper.premium-carousel-scale .slick-slide{-webkit-transform:scale(1.25,1.25);-ms-transform:scale(1.25,1.25);transform:scale(1.25,1.25);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-carousel-wrapper.premium-carousel-scale div.slick-active{-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1)}[dir=rtl] .premium-carousel-inner .slick-slide{float:right}.premium-carousel-nav-fraction{text-align:center;position:relative}.premium-carousel-nav-progressbar{width:100%;height:20px;left:0;background-color:rgba(0,0,0,.25);text-align:center;-webkit-transition:.3s;transition:.3s;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:10}.premium-carousel-nav-progressbar .premium-carousel-nav-progressbar-fill{background:#6ec1e4;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.premium-carousel-nav-progress{position:relative;text-align:left;overflow:hidden;height:20px;background-color:rgba(0,0,0,.25)}.premium-carousel-nav-progress .premium-carousel-nav-progress-fill{width:0%;height:100%;font-size:12px;background:#6ec1e4;text-align:center;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);position:absolute;overflow:hidden;line-height:20px;-webkit-transition:width 0s ease-in-out!important;transition:width 0s ease-in-out!important}.pa-carousel-gallery .premium-carousel-template.slick-slide{text-align:center}.pa-carousel-gallery .premium-carousel-template.slick-slide img{-webkit-transition:-webkit-filter .5s ease-in-out;transition:-webkit-filter .5s ease-in-out;transition:filter .5s ease-in-out;transition:filter .5s ease-in-out,-webkit-filter .5s ease-in-out}.premium-cf-anim-yes .wpcf7-span::after{display:block;height:2px;content:"";top:-2px;position:relative;width:0;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.premium-cf-anim-yes .wpcf7-span.is-focused::after{width:100%;background-color:#4d7bfb}.premium-cf-anim-middle-yes .wpcf7-span::after{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.premium-cf-anim-label .wpcf7-form-control::-webkit-input-placeholder,.premium-cf-anim-label-pos-back .wpcf7-form-control::-webkit-input-placeholder{color:transparent!important}.premium-cf-anim-label .wpcf7-form-control:-ms-input-placeholder,.premium-cf-anim-label-pos-back .wpcf7-form-control:-ms-input-placeholder{color:transparent!important}.premium-cf-anim-label .wpcf7-form-control::-ms-input-placeholder,.premium-cf-anim-label-pos-back .wpcf7-form-control::-ms-input-placeholder{color:transparent!important}.premium-cf-anim-label .wpcf7-form-control::placeholder,.premium-cf-anim-label-pos-back .wpcf7-form-control::placeholder{color:transparent!important}.premium-cf-anim-label .cf7-text-input-label,.premium-cf-anim-label-pos-back .cf7-text-input-label{position:relative;z-index:2;-webkit-transform:translateX(10px) translateY(30px);-ms-transform:translateX(10px) translateY(30px);transform:translateX(10px) translateY(30px);opacity:.3;pointer-events:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-cf-anim-label .input-focused .cf7-text-input-label,.premium-cf-anim-label-pos-back .input-focused .cf7-text-input-label{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;opacity:1}.premium-cf-anim-css-filters label,.premium-cf-anim-label-letter label{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.wpcf7-span.is-focused input{outline:0}.premium-cf-full{width:100%}.premium-cf-half{width:-webkit-calc(50% - 5px);width:calc(50% - 5px)}.premium-cf7-container .wpcf7-form div,.premium-cf7-container .wpcf7-form p{margin:0}.premium-cf7-container .wpcf7-radio{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-cf7-container .wpcf7-radio .wpcf7-list-item{margin:0 15px 0 0}.premium-cf7-container .wpcf7-form-control:focus{border-color:#e3e3e3;outline:0}.premium-cf7-container input.wpcf7-submit{font-size:16px;color:#fff;background-color:#4d7bfb;border:1px solid #4d7bfb;font-weight:900;border-radius:0;text-decoration:none;box-shadow:none;margin-top:10px;padding:10px 0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-cf7-container label{color:#272727;font-size:16px;font-weight:400;margin-bottom:5px}.premium-cf7-container .wpcf7-text,.premium-cf7-container .wpcf7-textarea{color:#272727}.premium-cf7-container .wpcf7-form-control::-webkit-input-placeholder{color:#363636}.premium-cf7-container .wpcf7-form-control:-ms-input-placeholder{color:#363636}.premium-cf7-container .wpcf7-form-control::-ms-input-placeholder{color:#363636}.premium-cf7-container .wpcf7-form-control::placeholder{color:#363636}.premium-cf7-container .wpcf7-spinner{display:none;margin:10px}.premium-cf7-container form.submitting .wpcf7-spinner{display:block}.premium-cf7-container .wpcf7-form{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.premium-cf7-cselect-yes .premium-cf7-container input[type=checkbox],.premium-cf7-cselect-yes .premium-cf7-container input[type=radio]{-webkit-appearance:none;-moz-appearance:none;border-style:solid;border-width:0;outline:0;min-width:1px;width:15px;height:15px;background:#ddd;padding:3px}.premium-cf7-cselect-yes .premium-cf7-container input[type=checkbox]::before,.premium-cf7-cselect-yes .premium-cf7-container input[type=radio]::before{content:"";width:100%;height:100%;padding:0;margin:0;display:block}.premium-cf7-cselect-yes .premium-cf7-container input[type=radio]{border-radius:50%}.premium-cf7-cselect-yes .premium-cf7-container input[type=radio]::before{border-radius:50%}.premium-cf7-cselect-yes .premium-cf7-container input[type=radio]:checked::before{background:#999;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.premium-cf-head{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-cf7-placeholder-hide-yes input::-webkit-input-placeholder,.premium-cf7-placeholder-hide-yes textarea::-webkit-input-placeholder{opacity:0;visibility:hidden}.premium-cf7-placeholder-hide-yes input::-moz-placeholder,.premium-cf7-placeholder-hide-yes textarea::-moz-placeholder{opacity:0;visibility:hidden}.premium-cf7-placeholder-hide-yes input:-ms-input-placeholder,.premium-cf7-placeholder-hide-yes textarea:-ms-input-placeholder{opacity:0;visibility:hidden}.premium-cf7-placeholder-hide-yes input:-moz-placeholder,.premium-cf7-placeholder-hide-yes textarea:-moz-placeholder{opacity:0;visibility:hidden}.premium-cf7-button-fwidth-yes .premium-cf-submit,.premium-cf7-button-fwidth-yes input.wpcf7-submit{width:100%}.premium-cf7-button-align-left p.premium-cf-submit{margin:0}.premium-cf7-button-align-center p.premium-cf-submit{margin:0 auto}.premium-cf7-button-align-right p.premium-cf-submit{margin:0 0 0 auto}.elementor-widget-premium-contact-form:not(.premium-cf__preset1) label{padding-top:10px}.elementor-widget-premium-contact-form[class*=__preset] .wpcf7-textarea{height:130px}.premium-cf__preset1 .wpcf7-text,.premium-cf__preset1 .wpcf7-textarea{padding:10px;border:1px solid #e3e3e3;border-radius:0}.premium-cf__preset2 .wpcf7-text,.premium-cf__preset2 .wpcf7-textarea,.premium-cf__preset3 .wpcf7-text,.premium-cf__preset3 .wpcf7-textarea,.premium-cf__preset4 .wpcf7-text,.premium-cf__preset4 .wpcf7-textarea{padding:7px 0 7px 10px;border:none;border-bottom:1px solid #e3e3e3;border-radius:0}.premium-cf__preset5 .wpcf7-text,.premium-cf__preset5 .wpcf7-textarea,.premium-cf__preset6 .wpcf7-text,.premium-cf__preset6 .wpcf7-textarea{padding:7px 0 7px 10px;border:1px solid #e3e3e3;border-radius:0}.premium-cf__preset5 .wpcf7-select,.premium-cf__preset6 .wpcf7-select{border:1px solid #e3e3e3}.rtl .premium-cf7-container .wpcf7-radio .wpcf7-list-item{margin:0 0 0 15px}.rtl .premium-cf__preset5 .wpcf7-text,.rtl .premium-cf__preset5 .wpcf7-textarea,.rtl .premium-cf__preset6 .wpcf7-text,.rtl .premium-cf__preset6 .wpcf7-textarea{padding:7px 10px 7px 0;border:1px solid #e3e3e3;border-radius:0}.premium-countdown{display:-webkit-flex;display:-ms-flexbox;display:flex;text-align:center}.countdown-row{display:-webkit-flex;display:-ms-flexbox;display:flex}.countdown .countdown-section{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.countdown .countdown-section:last-child{margin-right:0}.countdown .countdown-amount{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.countdown .pre_time-mid{display:block}.premium-countdown-separator-yes .countdown_separator{display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0 10px;font-size:30px}.premium-countdown-separator-yes .countdown-row .countdown-section:last-child .countdown_separator,.premium-countdown-separator-yes .premium-countdown-block:last-child .countdown_separator{display:none}.countdown-period{width:100%}.countdown-period span{display:block}.premium-countdown-inline .countdown-section{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.premium-countdown-inline .countdown-period{margin-left:10px}.premium-countdown-inline .premium-countdown-featured .countdown-period{width:unset!important}.premium-countdown-block .countdown-section,.premium-countdown-uinside-yes .countdown-section{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-countdown-block .countdown-digit-separator,.premium-countdown-uinside-yes .countdown-digit-separator{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-countdown-block .premium-countdown-label,.premium-countdown-uinside-yes .premium-countdown-label{width:100%}.premium-countdown-uinside-yes .countdown-amount{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.countdown-digit-separator{display:-webkit-flex;display:-ms-flexbox;display:flex}.countdown-circle-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.countdown-circle-wrap .countdown-svg{width:100%;height:100%}.premium-countdown-circle .countdown-amount{border-radius:100%}.premium-countdown-flipping{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-countdown-flipping .countdown_separator{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;row-gap:10px}.premium-countdown-flipping .flip-unit-wrap{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.premium-countdown-block .flip-unit{position:absolute;top:100%;left:50%;width:100%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%)}.premium-countdown-featured .countdown-row{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-countdown-featured .countdown-section:first-child{width:100%;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-countdown-featured .countdown-section:first-child .countdown-amount{height:auto!important}.premium-countdown-featured .countdown-section:first-child .countdown-period span{width:unset!important}.premium-countdown-featured .countdown-section:first-child .countdown_separator{display:none}.countdown-separator-circle{width:3px;height:3px;background-color:#000;border-radius:100%}.premium-countdown-exp-message.premium-addons__v-hidden{display:none}.premium-counter-area{padding:10px 0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-counter-area.top{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-counter-area.right{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.premium-counter-area.right .premium-counter-icon{-webkit-padding-start:20px;padding-inline-start:20px}.premium-counter-area.left .premium-counter-icon{-webkit-padding-end:20px;padding-inline-end:20px}.premium-counter-area .premium-counter-icon .icon i.fa:before{vertical-align:text-top}.premium-counter-area .premium-counter-icon span.icon{text-align:center;display:inline-block;vertical-align:middle}.premium-counter-area .premium-counter-icon .circle{border-radius:100%}.premium-counter-area .premium-counter-icon img,.premium-counter-area .premium-counter-icon svg{width:80px}.premium-counter-area .premium-counter-icon .premium-counter-animation svg{height:80px}.premium-counter-area .premium-counter-title p{padding:0;margin:0}.premium-counter-area .premium-counter-value-wrap{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-init-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-init-wrapper.row{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-init-wrapper.right{text-align:right}span.icon.flex-width{width:auto!important;height:auto!important}.premium-counter-area .premium-counter-init{font-size:35px}.premium-dual-header-first-header,.premium-dual-header-second-header{position:relative;padding:0;margin:0;display:inline-block;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.premium-dual-header-first-clip .premium-dual-header-first-span,.premium-dual-header-second-clip{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.premium-dual-header-first-clip.stroke .premium-dual-header-first-span,.premium-dual-header-second-clip.stroke{-webkit-text-stroke-color:transparent;-webkit-text-fill-color:#fafafa;-webkit-text-stroke-width:2px}@media (max-width:500px){.premium-dual-header-first-header,.premium-dual-header-second-header{word-wrap:break-word}}.premium-dual-header-first-header.gradient .premium-dual-header-first-span,.premium-dual-header-second-header.gradient{background-size:300% 300%!important;-webkit-animation:Gradient 10s ease-in-out infinite;animation:Gradient 10s ease-in-out infinite}.premium-title-first-noise-yes .premium-dual-header-first-span{position:relative}.premium-title-first-noise-yes .premium-dual-header-first-span::before{content:attr(data-text);position:absolute;left:-2px;text-shadow:1px 0 #00f;top:0;background:0 0;overflow:hidden;clip:rect(0,900px,0,0);animation:pa-noise-anim-1 3s infinite linear alternate-reverse;width:100%;height:100%}.premium-title-first-noise-yes .premium-dual-header-first-span::after{content:attr(data-text);position:absolute;left:2px;text-shadow:-1px 0 red;top:0;background:0 0;overflow:hidden;clip:rect(0,900px,0,0);animation:pa-noise-anim-2 2s infinite linear alternate-reverse;width:100%;height:100%}.premium-title-second-noise-yes .premium-dual-header-second-header{position:relative}.premium-title-second-noise-yes .premium-dual-header-second-header::before{content:attr(data-text);position:absolute;left:-2px;text-shadow:1px 0 #00f;top:0;background:0 0;overflow:hidden;clip:rect(0,900px,0,0);animation:pa-noise-anim-1 3s infinite linear alternate-reverse;width:100%;height:100%}.premium-title-second-noise-yes .premium-dual-header-second-header::after{content:attr(data-text);position:absolute;left:2px;text-shadow:-1px 0 red;top:0;background:0 0;overflow:hidden;clip:rect(0,900px,0,0);animation:pa-noise-anim-2 2s infinite linear alternate-reverse;width:100%;height:100%}.premium-header-inline[class*=noise-yes] .premium-dual-header-first-span,.premium-header-inline[class*=noise-yes] .premium-dual-header-second-header,.premium-mask-yes.premium-header-inline .premium-dual-header-first-span,.premium-mask-yes.premium-header-inline .premium-dual-header-second-header{display:inline-block!important}.premium-mask-yes .premium-dual-header-first-clip .premium-dual-header-first-span .premium-mask-span,.premium-mask-yes .premium-dual-header-second-clip .premium-mask-span{background:inherit}.premium-title-first-wave-yes .premium-dual-header-first-span{background-image:-webkit-linear-gradient(left,#ffa648,#f17cc1,#4da9fd);background-image:linear-gradient(to right,#ffa648,#f17cc1,#4da9fd);-webkit-animation:pa-text-gradient 8s infinite;animation:pa-text-gradient 8s infinite}.premium-title-second-wave-yes .premium-dual-header-second-clip{background-image:-webkit-linear-gradient(left,#ffa648,#f17cc1,#4da9fd);background-image:linear-gradient(to right,#ffa648,#f17cc1,#4da9fd);-webkit-animation:pa-text-gradient 8s infinite;animation:pa-text-gradient 8s infinite}@-webkit-keyframes pa-text-gradient{0%,100%{-webkit-filter:hue-rotate(0);filter:hue-rotate(0)}50%{-webkit-filter:hue-rotate(360deg);filter:hue-rotate(360deg)}}@keyframes pa-text-gradient{0%,100%{-webkit-filter:hue-rotate(0);filter:hue-rotate(0)}50%{-webkit-filter:hue-rotate(360deg);filter:hue-rotate(360deg)}}@-webkit-keyframes Gradient{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}@keyframes Gradient{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}@-webkit-keyframes pa-noise-anim-1{0%{clip:rect(52px,9999px,45px,0)}5%{clip:rect(88px,9999px,39px,0)}10%{clip:rect(81px,9999px,75px,0)}15%{clip:rect(38px,9999px,42px,0)}20%{clip:rect(62px,9999px,51px,0)}25%{clip:rect(5px,9999px,36px,0)}30%{clip:rect(9px,9999px,29px,0)}35%{clip:rect(17px,9999px,85px,0)}40%{clip:rect(97px,9999px,36px,0)}45%{clip:rect(9px,9999px,31px,0)}50%{clip:rect(94px,9999px,74px,0)}55%{clip:rect(53px,9999px,75px,0)}60%{clip:rect(2px,9999px,36px,0)}65%{clip:rect(24px,9999px,56px,0)}70%{clip:rect(45px,9999px,5px,0)}75%{clip:rect(75px,9999px,21px,0)}80%{clip:rect(9px,9999px,39px,0)}85%{clip:rect(56px,9999px,89px,0)}90%{clip:rect(53px,9999px,7px,0)}95%{clip:rect(86px,9999px,84px,0)}100%{clip:rect(63px,9999px,37px,0)}}@keyframes pa-noise-anim-1{0%{clip:rect(52px,9999px,45px,0)}5%{clip:rect(88px,9999px,39px,0)}10%{clip:rect(81px,9999px,75px,0)}15%{clip:rect(38px,9999px,42px,0)}20%{clip:rect(62px,9999px,51px,0)}25%{clip:rect(5px,9999px,36px,0)}30%{clip:rect(9px,9999px,29px,0)}35%{clip:rect(17px,9999px,85px,0)}40%{clip:rect(97px,9999px,36px,0)}45%{clip:rect(9px,9999px,31px,0)}50%{clip:rect(94px,9999px,74px,0)}55%{clip:rect(53px,9999px,75px,0)}60%{clip:rect(2px,9999px,36px,0)}65%{clip:rect(24px,9999px,56px,0)}70%{clip:rect(45px,9999px,5px,0)}75%{clip:rect(75px,9999px,21px,0)}80%{clip:rect(9px,9999px,39px,0)}85%{clip:rect(56px,9999px,89px,0)}90%{clip:rect(53px,9999px,7px,0)}95%{clip:rect(86px,9999px,84px,0)}100%{clip:rect(63px,9999px,37px,0)}}@-webkit-keyframes pa-noise-anim-2{0%{clip:rect(14px,9999px,66px,0)}5%{clip:rect(19px,9999px,36px,0)}10%{clip:rect(17px,9999px,46px,0)}15%{clip:rect(46px,9999px,63px,0)}20%{clip:rect(28px,9999px,1px,0)}25%{clip:rect(64px,9999px,16px,0)}30%{clip:rect(58px,9999px,24px,0)}35%{clip:rect(18px,9999px,79px,0)}40%{clip:rect(61px,9999px,67px,0)}45%{clip:rect(63px,9999px,57px,0)}50%{clip:rect(59px,9999px,10px,0)}55%{clip:rect(20px,9999px,93px,0)}60%{clip:rect(49px,9999px,89px,0)}65%{clip:rect(70px,9999px,59px,0)}70%{clip:rect(70px,9999px,82px,0)}75%{clip:rect(82px,9999px,20px,0)}80%{clip:rect(25px,9999px,37px,0)}85%{clip:rect(76px,9999px,53px,0)}90%{clip:rect(2px,9999px,23px,0)}95%{clip:rect(9px,9999px,39px,0)}100%{clip:rect(41px,9999px,55px,0)}}@keyframes pa-noise-anim-2{0%{clip:rect(14px,9999px,66px,0)}5%{clip:rect(19px,9999px,36px,0)}10%{clip:rect(17px,9999px,46px,0)}15%{clip:rect(46px,9999px,63px,0)}20%{clip:rect(28px,9999px,1px,0)}25%{clip:rect(64px,9999px,16px,0)}30%{clip:rect(58px,9999px,24px,0)}35%{clip:rect(18px,9999px,79px,0)}40%{clip:rect(61px,9999px,67px,0)}45%{clip:rect(63px,9999px,57px,0)}50%{clip:rect(59px,9999px,10px,0)}55%{clip:rect(20px,9999px,93px,0)}60%{clip:rect(49px,9999px,89px,0)}65%{clip:rect(70px,9999px,59px,0)}70%{clip:rect(70px,9999px,82px,0)}75%{clip:rect(82px,9999px,20px,0)}80%{clip:rect(25px,9999px,37px,0)}85%{clip:rect(76px,9999px,53px,0)}90%{clip:rect(2px,9999px,23px,0)}95%{clip:rect(9px,9999px,39px,0)}100%{clip:rect(41px,9999px,55px,0)}}.premium-atext__switch .premium-atext__wrapper:not(.premium-atext__typing) .premium-atext__text,.premium-atext__switch .premium-fancy-item-hidden{opacity:0}.premium-atext__wrapper{position:relative}.premium-atext__wrapper>a{position:absolute;inset:0;z-index:9}.premium-atext__wrapper>a span{display:none}.premium-atext__wrapper .premium-fancy-list-items{list-style:none}.premium-atext__wrapper .premium-atext__span-align{vertical-align:top}.premium-atext__wrapper:not(.premium-atext__typing):not(.premium-atext__slide) .premium-atext__items-wrapper{margin:0;padding:0;border:none;position:relative}.premium-atext__wrapper:not(.premium-atext__typing):not(.premium-atext__slide) .premium-fancy-list-items{position:absolute;top:0;left:0;display:inline-block}.premium-atext__headline{display:block;font-size:43px}.premium-atext__clip .premium-fancy-item-visible{position:relative!important}.premium-atext__clip .premium-atext__items-wrapper{display:inline-block;overflow:hidden;vertical-align:top}.premium-atext__clip .premium-atext__items-wrapper::after{content:"";position:absolute;top:0;left:auto;right:0;width:2px;height:100%;background-color:#0d0d0d}.premium-atext__zoomout .premium-fancy-item-hidden{-webkit-animation:pa-zoom-out .8s;animation:pa-zoom-out .8s}.premium-atext__zoomout .premium-fancy-item-visible{position:relative!important;-webkit-animation:pa-zoom-in .8s;animation:pa-zoom-in .8s}.premium-atext__zoomout .premium-atext__items-wrapper{-webkit-perspective:300px;perspective:300px}.premium-atext__rotate .premium-fancy-list-items{-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%}.premium-atext__rotate .premium-fancy-item-hidden{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);-webkit-animation:pa-rotate-out 1.2s;animation:pa-rotate-out 1.2s}.premium-atext__rotate .premium-fancy-item-visible{position:relative!important;-webkit-transform:rotateX(0);transform:rotateX(0);-webkit-animation:pa-rotate-in 1.2s;animation:pa-rotate-in 1.2s}.premium-atext__custom .premium-fancy-item-visible{position:relative!important}.premium-atext__auto-fade .premium-atext__text{display:inline-block;width:200px;font-weight:400}.premium-atext__auto-fade .premium-fancy-svg-text{position:relative;vertical-align:sub}.premium-atext__auto-fade g>text{text-anchor:start;shape-rendering:crispEdges;opacity:0;font-size:300px;-webkit-animation-name:pa-auto-fade;animation-name:pa-auto-fade;-moz-animation-name:pa-auto-fade;-webkit-animation-duration:9s;animation-duration:9s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.premium-atext__auto-fade g>text:nth-child(1){-webkit-animation-delay:0s;animation-delay:0s}.premium-atext__auto-fade g>text:nth-child(2){-webkit-animation-delay:3s;animation-delay:3s}.premium-atext__auto-fade g>text:nth-child(3){-webkit-animation-delay:6s;animation-delay:6s}.premium-atext__highlight .premium-atext__text{display:inline-block}.premium-atext__paused-yes:hover .premium-atext__letter,.premium-atext__paused-yes:hover .premium-atext__text,.premium-atext__paused-yes:hover .text{-webkit-animation-play-state:paused;animation-play-state:paused}.premium-atext__shadow .premium-atext__text{-webkit-animation:pa-text-shadow 1.5s ease-in-out infinite;animation:pa-text-shadow 1.5s ease-in-out infinite}.premium-atext__pattern .premium-atext__text{text-shadow:.03em .03em 0 var(--pa-atext-fc);position:relative;z-index:1}.premium-atext__pattern .premium-atext__text::after{content:attr(data-text);position:absolute;top:.07em;left:.07em;z-index:-1;text-shadow:none;background-image:-webkit-linear-gradient(45deg,transparent 45%,var(--pa-atext-sc) 45%,#eae8e0 55%,transparent 0);background-image:linear-gradient(45deg,transparent 45%,var(--pa-atext-sc) 45%,#eae8e0 55%,transparent 0);background-size:.05em .05em;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-webkit-animation:pa-pattern 15s linear infinite;animation:pa-pattern 15s linear infinite}.premium-atext__fill .premium-atext__text{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;background-size:300% 300%!important;-webkit-animation:pa-fill 10s ease-in-out infinite;animation:pa-fill 10s ease-in-out infinite}.premium-atext__tilt{opacity:0}.premium-atext__tilt .premium-atext__letter{display:inline-block;-webkit-animation:pa-tilt 1s forwards ease-in-out infinite;animation:pa-tilt 1s forwards ease-in-out infinite}.premium-atext__flip .premium-atext__letter{display:inline-block;-webkit-animation:pa-flip 1s forwards ease-in-out infinite;animation:pa-flip 1s forwards ease-in-out infinite}.premium-atext__wave .premium-atext__letter{display:inline-block;-webkit-animation:pa-wave 1s backwards ease-in-out infinite;animation:pa-wave 1s backwards ease-in-out infinite}.premium-atext__pop .premium-atext__letter{display:inline-block;-webkit-animation:pa-pop 1s forwards ease-in-out infinite;animation:pa-pop 1s forwards ease-in-out infinite}.premium-atext__lines .text{fill:none;stroke-width:1;stroke-linejoin:round;stroke-dasharray:60 330;stroke-dashoffset:0;-webkit-animation:pa-lines 3s infinite linear;animation:pa-lines 3s infinite linear}.premium-atext__lines .text:nth-child(5n+1){stroke:var(--pa-atext-fc);-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.premium-atext__lines .text:nth-child(5n+2){stroke:var(--pa-atext-sc);-webkit-animation-delay:-2.4s;animation-delay:-2.4s}.premium-atext__lines .text:nth-child(5n+3){stroke:var(--pa-atext-tc);-webkit-animation-delay:-3.6s;animation-delay:-3.6s}.premium-atext__lines .text:nth-child(5n+4){stroke:var(--pa-atext-foc);-webkit-animation-delay:-4.8s;animation-delay:-4.8s}.premium-atext__lines .text:nth-child(5n+5){stroke:var(--pa-atext-fic);-webkit-animation-delay:-6s;animation-delay:-6s}.premium-atext__underline .premium-atext__text{position:relative;z-index:1}.premium-atext__underline .premium-atext__text::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:10px;background-color:#ff0;z-index:-1}.premium-atext__shape .premium-atext__text{position:relative}.premium-atext__shape .premium-atext__text svg{position:absolute;top:50%;left:50%;width:-webkit-calc(100% + 20px);width:calc(100% + 20px);height:-webkit-calc(100% + 20px);height:calc(100% + 20px);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);overflow:visible}.premium-atext__shape .premium-atext__text svg path{stroke:#3baede;stroke-width:9;fill:none;opacity:0;stroke-dasharray:0 1500;-webkit-transition:.3s;transition:.3s}.premium-atext__shape.draw-shape svg path{-webkit-animation:pa-shape-draw var(--pa-animation-duration,1.2s) forwards ease 1;animation:pa-shape-draw var(--pa-animation-duration,1.2s) forwards ease 1}.premium-atext__shape.draw-shape svg path:nth-of-type(2){-webkit-animation-delay:-webkit-calc(var(--pa-animation-duration,1.2s)/ 2);animation-delay:calc(var(--pa-animation-duration,1.2s)/ 2)}.premium-atext__shape.hide-shape svg path{opacity:1;stroke-dasharray:1500 1500;-webkit-animation:pa-shape-hide .4s forwards ease 1;animation:pa-shape-hide .4s forwards ease 1}.premium-atext__reveal .premium-atext__text{color:transparent!important;-webkit-background-clip:text;background-clip:text;background-repeat:repeat-x;-webkit-animation:pa-reveal 2s forwards ease-in-out infinite;animation:pa-reveal 2s forwards ease-in-out infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.premium-atext__loading-yes .premium-atext__text{position:relative}.premium-atext__loading-yes .premium-atext__text .premium-loading-bar{position:absolute;width:100%;height:3px;bottom:0;left:0;animation:pa-loading-bar 2.5s ease-out infinite;-webkit-animation:pa-loading-bar 2.5s ease-out infinite}.premium-atext__loading-yes.pause .premium-atext__text:hover .premium-loading-bar{-webkit-animation-play-state:paused;animation-play-state:paused}@-webkit-keyframes pa-text-shadow{0%{-webkit-transform:translateY(0);transform:translateY(0);text-shadow:0 0 0 var(--pa-atext-fc),0 0 0 var(--pa-atext-sc),0 0 0 var(--pa-atext-tc),0 0 0 var(--pa-atext-foc)}20%{-webkit-transform:translateY(-1em);transform:translateY(-1em);text-shadow:0 .125em 0 var(--pa-atext-fc),0 .25em 0 var(--pa-atext-sc),0 -.125em 0 var(--pa-atext-tc),0 -.25em 0 var(--pa-atext-foc)}40%{-webkit-transform:translateY(.5em);transform:translateY(.5em);text-shadow:0 -.0625em 0 var(--pa-atext-fc),0 -.125em 0 var(--pa-atext-sc),0 .0625em 0 var(--pa-atext-tc),0 .125em 0 var(--pa-atext-foc)}60%{-webkit-transform:translateY(-.25em);transform:translateY(-.25em);text-shadow:0 .03125em 0 var(--pa-atext-fc),0 .0625em 0 var(--pa-atext-sc),0 -.03125em 0 var(--pa-atext-tc),0 -.0625em 0 var(--pa-atext-foc)}80%{-webkit-transform:translateY(0);transform:translateY(0);text-shadow:0 0 0 var(--pa-atext-fc),0 0 0 var(--pa-atext-sc),0 0 0 var(--pa-atext-tc),0 0 0 var(--pa-atext-foc)}}@keyframes pa-text-shadow{0%{-webkit-transform:translateY(0);transform:translateY(0);text-shadow:0 0 0 var(--pa-atext-fc),0 0 0 var(--pa-atext-sc),0 0 0 var(--pa-atext-tc),0 0 0 var(--pa-atext-foc)}20%{-webkit-transform:translateY(-1em);transform:translateY(-1em);text-shadow:0 .125em 0 var(--pa-atext-fc),0 .25em 0 var(--pa-atext-sc),0 -.125em 0 var(--pa-atext-tc),0 -.25em 0 var(--pa-atext-foc)}40%{-webkit-transform:translateY(.5em);transform:translateY(.5em);text-shadow:0 -.0625em 0 var(--pa-atext-fc),0 -.125em 0 var(--pa-atext-sc),0 .0625em 0 var(--pa-atext-tc),0 .125em 0 var(--pa-atext-foc)}60%{-webkit-transform:translateY(-.25em);transform:translateY(-.25em);text-shadow:0 .03125em 0 var(--pa-atext-fc),0 .0625em 0 var(--pa-atext-sc),0 -.03125em 0 var(--pa-atext-tc),0 -.0625em 0 var(--pa-atext-foc)}80%{-webkit-transform:translateY(0);transform:translateY(0);text-shadow:0 0 0 var(--pa-atext-fc),0 0 0 var(--pa-atext-sc),0 0 0 var(--pa-atext-tc),0 0 0 var(--pa-atext-foc)}}@-webkit-keyframes pa-pattern{0%{background-position:0 0}0%{background-position:100% -100%}}@keyframes pa-pattern{0%{background-position:0 0}0%{background-position:100% -100%}}@-webkit-keyframes pa-fill{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}@keyframes pa-fill{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}@-webkit-keyframes pa-tilt{0%{-webkit-transform:rotateZ(-15deg);transform:rotateZ(-15deg)}50%{-webkit-transform:rotateZ(15deg);transform:rotateZ(15deg)}100%{-webkit-transform:rotateZ(-15deg);transform:rotateZ(-15deg)}}@keyframes pa-tilt{0%{-webkit-transform:rotateZ(-15deg);transform:rotateZ(-15deg)}50%{-webkit-transform:rotateZ(15deg);transform:rotateZ(15deg)}100%{-webkit-transform:rotateZ(-15deg);transform:rotateZ(-15deg)}}@-webkit-keyframes pa-flip{0%{-webkit-transform:rotateX(0);transform:rotateX(0)}50%{-webkit-transform:rotateX(90deg);transform:rotateX(90deg)}100%{-webkit-transform:rotateX(0);transform:rotateX(0)}}@keyframes pa-flip{0%{-webkit-transform:rotateX(0);transform:rotateX(0)}50%{-webkit-transform:rotateX(90deg);transform:rotateX(90deg)}100%{-webkit-transform:rotateX(0);transform:rotateX(0)}}@-webkit-keyframes pa-wave{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-1rem);transform:translateY(-1rem)}}@keyframes pa-wave{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-1rem);transform:translateY(-1rem)}}@-webkit-keyframes pa-pop{0%{-webkit-transform:rotateZ(5deg) scale(.75) translateY(0);transform:rotateZ(5deg) scale(.75) translateY(0);opacity:.1}50%{-webkit-transform:rotateZ(-5deg) scale(1) translateY(-.5em);transform:rotateZ(-5deg) scale(1) translateY(-.5em);opacity:1}100%{-webkit-transform:rotateZ(5deg) scale(.75) translateY(0);transform:rotateZ(5deg) scale(.75) translateY(0);opacity:.1}}@keyframes pa-pop{0%{-webkit-transform:rotateZ(5deg) scale(.75) translateY(0);transform:rotateZ(5deg) scale(.75) translateY(0);opacity:.1}50%{-webkit-transform:rotateZ(-5deg) scale(1) translateY(-.5em);transform:rotateZ(-5deg) scale(1) translateY(-.5em);opacity:1}100%{-webkit-transform:rotateZ(5deg) scale(.75) translateY(0);transform:rotateZ(5deg) scale(.75) translateY(0);opacity:.1}}@-webkit-keyframes pa-lines{100%{stroke-dashoffset:-400}}@keyframes pa-lines{100%{stroke-dashoffset:-400}}@-webkit-keyframes pa-auto-fade{0%{opacity:0}20%{opacity:1}35%{opacity:0}100%{opacity:0}}@-webkit-keyframes pa-shape-draw{0%{stroke-dasharray:0 1500;opacity:1}100%{stroke-dasharray:1500 1500;opacity:1}}@keyframes pa-shape-draw{0%{stroke-dasharray:0 1500;opacity:1}100%{stroke-dasharray:1500 1500;opacity:1}}@-webkit-keyframes pa-shape-hide{0%{stroke-dasharray:1500 1500;opacity:1}100%{opacity:0;-webkit-filter:blur(10px);filter:blur(10px)}}@keyframes pa-shape-hide{0%{stroke-dasharray:1500 1500;opacity:1}100%{opacity:0;-webkit-filter:blur(10px);filter:blur(10px)}}@-webkit-keyframes pa-reveal{0%{background-size:0;background-position-y:0}10%{background-size:30px;background-position-y:0}35%,45%{background-position-y:100%}70%{background-size:30px;background-position-y:0}100%{background-size:200px}}@keyframes pa-reveal{0%{background-size:0;background-position-y:0}10%{background-size:30px;background-position-y:0}35%,45%{background-position-y:100%}70%{background-size:30px;background-position-y:0}100%{background-size:200px}}@keyframes pa-auto-fade{0%{opacity:0}20%{opacity:1}35%{opacity:0}100%{opacity:0}}@-webkit-keyframes pa-loading-bar{0%{width:0}100%{width:100}}@keyframes pa-loading-bar{0%{width:0}100%{width:100}}@-webkit-keyframes pa-zoom-in{0%{opacity:0;-webkit-transform:translateZ(100px);transform:translateZ(100px)}100%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes pa-zoom-in{0%{opacity:0;-webkit-transform:translateZ(100px);transform:translateZ(100px)}100%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes pa-zoom-out{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}100%{opacity:0;-webkit-transform:translateZ(-100px);transform:translateZ(-100px)}}@keyframes pa-zoom-out{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}100%{opacity:0;-webkit-transform:translateZ(-100px);transform:translateZ(-100px)}}@-webkit-keyframes pa-rotate-in{0%{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}35%{opacity:0;-webkit-transform:rotateX(120deg);transform:rotateX(120deg)}65%{opacity:0}100%{opacity:1;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}@keyframes pa-rotate-in{0%{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}35%{opacity:0;-webkit-transform:rotateX(120deg);transform:rotateX(120deg)}65%{opacity:0}100%{opacity:1;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}@-webkit-keyframes pa-rotate-out{0%{opacity:1;-webkit-transform:rotateX(0);transform:rotateX(0)}35%{opacity:1;-webkit-transform:rotateX(-40deg);transform:rotateX(-40deg)}65%{opacity:0}100%{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}}@keyframes pa-rotate-out{0%{opacity:1;-webkit-transform:rotateX(0);transform:rotateX(0)}35%{opacity:1;-webkit-transform:rotateX(-40deg);transform:rotateX(-40deg)}65%{opacity:0}100%{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}}.premium-bullet-list-box{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0}.premium-bullet-list-flex-start .premium-bullet-list-content{-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}.premium-bullet-list-center .premium-bullet-list-content{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.premium-bullet-list-flex-end .premium-bullet-list-content{-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}.premium-bullet-list-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition:background-color .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:background-color .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:background-color .3s ease-in-out,box-shadow .3s ease-in-out,transform .3s ease-in-out;transition:background-color .3s ease-in-out,box-shadow .3s ease-in-out,transform .3s ease-in-out,-webkit-transform .3s ease-in-out;width:auto;position:relative}.premium-bullet-list-content .premium-bullet-list-text span,.premium-bullet-list-content .premium-bullet-list-wrapper{display:inline-block;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.premium-bullet-list-content .premium-bullet-list-text span{-webkit-transition:color .3s ease-in-out,text-shadow .3s ease-in-out;transition:color .3s ease-in-out,text-shadow .3s ease-in-out;margin:0 5px}.premium-bullet-list-content .premium-bullet-list-icon-text p{background-color:#eee;padding:1px 5px;border-radius:2px;font-size:13px}.premium-bullet-list-content .premium-bullet-list-icon-text p,.premium-bullet-list-content .premium-bullet-list-text span,.premium-bullet-list-content .premium-bullet-list-wrapper i,.premium-bullet-list-content .premium-bullet-list-wrapper img{-webkit-transition:color .3s ease-in-out,fill .3s ease-in-out,text-shadow .3s ease-in-out,background-color .3s ease-in-out,stroke .3s ease-in-out;transition:color .3s ease-in-out,fill .3s ease-in-out,text-shadow .3s ease-in-out,background-color .3s ease-in-out,stroke .3s ease-in-out}.premium-bullet-list-content .premium-bullet-list-wrapper{position:relative;line-height:0}.premium-bullet-list-content .premium-bullet-list-wrapper img,.premium-bullet-list-content .premium-bullet-list-wrapper svg{width:30px!important;height:30px!important;position:relative;z-index:3}.premium-bullet-list-content .premium-bullet-list-wrapper .premium-bullet-list-icon-text,.premium-bullet-list-content .premium-bullet-list-wrapper i{position:relative;z-index:3}.premium-bullet-list-content .premium-bullet-list-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1000}.premium-bullet-list-content .premium-bullet-list-link span{display:none}.premium-bullet-list-content:not(:last-of-type) .premium-bullet-list-connector{width:100%;height:100%;position:absolute;top:.5em;z-index:100;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-bullet-list-content:not(:last-of-type) .premium-bullet-list-connector .premium-icon-connector-content:after{content:"";border-right-width:1px;border-right-style:solid;border-color:#333;display:block;height:100%}li.premium-bullet-list-content.premium-bullet-list-content-inline{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;z-index:2}li.premium-bullet-list-content.premium-bullet-list-content-inline:not(:first-child){margin:0 3px}li.premium-bullet-list-content.premium-bullet-list-content-inline:first-child{margin:0 3px 0 0}.premium-bullet-list-divider:not(:last-child){width:100%;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;overflow:hidden}.premium-bullet-list-divider:not(:last-child):after{content:"";display:block;border-top-style:solid;border-top-width:1px}.premium-bullet-list-divider-inline:not(:last-child){float:right;display:inline-block;position:relative;height:100%;overflow:hidden;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin:0 3px}.premium-bullet-list-divider-inline:not(:last-child):after{content:"";display:block;border-left-width:1px;height:33px;border-left-style:solid}.premium-bullet-list-icon-text{line-height:1.5}.premium-bullet-list-icon-text p,li.premium-bullet-list-content,ul.premium-bullet-list-box{margin:0}.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-icon-text p,.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-text span,.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper i{color:transparent!important;text-shadow:0 0 3px #aaa}.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-badge,.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper .premium-lottie-animation svg,.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper img,.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-icon-connector-content{-webkit-filter:blur(3px);filter:blur(3px)}.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-icon-text p,.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-text span,.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper i{color:#aaa!important;text-shadow:0 0 0 transparent}.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-badge,.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper .premium-lottie-animation svg,.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper img,.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-icon-connector-content{-webkit-filter:none;filter:none}.premium-bullet-list-content .premium-bullet-list-badge{font-size:11px;top:auto;min-width:-webkit-max-content;min-width:max-content;height:-webkit-fit-content;height:fit-content}.premium-bullet-list-gradient-effect span[data-text]{display:inline-block;position:relative;text-decoration:none}.premium-bullet-list-gradient-effect span[data-text]::before{content:attr(data-text);position:absolute;z-index:1;overflow:hidden;-webkit-clip-path:polygon(0 0,1px 0,1px 100%,0 100%);clip-path:polygon(0 0,1px 0,1px 100%,0 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-webkit-transition:all .4s ease;transition:all .4s ease}.premium-bullet-list-content:focus .premium-bullet-list-gradient-effect span[data-text]::before,.premium-bullet-list-content:hover .premium-bullet-list-gradient-effect span[data-text]::before{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}ul[data-list-animation*=animated-] .premium-bullet-list-content,ul[data-list-animation*=animated-] .premium-bullet-list-divider,ul[data-list-animation*=animated-] .premium-bullet-list-divider-inline{opacity:0}.premium-bullet-list-content-grow-effect:hover{-webkit-transform:scale(1.07);-ms-transform:scale(1.07);transform:scale(1.07)}.premium-bullet-list-content .premium-bullet-list-text-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.pa-show-bullet{-webkit-transition:width .7s cubic-bezier(.135,.9,.15,1),height .7s cubic-bezier(.135,.9,.15,1),max-width .7s cubic-bezier(.135,.9,.15,1),max-height .7s cubic-bezier(.135,.9,.15,1),-webkit-transform .7s cubic-bezier(.135,.9,.15,1);transition:width .7s cubic-bezier(.135,.9,.15,1),height .7s cubic-bezier(.135,.9,.15,1),max-width .7s cubic-bezier(.135,.9,.15,1),max-height .7s cubic-bezier(.135,.9,.15,1),-webkit-transform .7s cubic-bezier(.135,.9,.15,1);transition:width .7s cubic-bezier(.135,.9,.15,1),height .7s cubic-bezier(.135,.9,.15,1),transform .7s cubic-bezier(.135,.9,.15,1),max-width .7s cubic-bezier(.135,.9,.15,1),max-height .7s cubic-bezier(.135,.9,.15,1);transition:width .7s cubic-bezier(.135,.9,.15,1),height .7s cubic-bezier(.135,.9,.15,1),transform .7s cubic-bezier(.135,.9,.15,1),max-width .7s cubic-bezier(.135,.9,.15,1),max-height .7s cubic-bezier(.135,.9,.15,1),-webkit-transform .7s cubic-bezier(.135,.9,.15,1)}.pa-show-bullet.pa-has-text-bullet:not(.premium-bullet-list-wrapper-top){max-width:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.pa-show-bullet.pa-has-text-bullet.premium-bullet-list-wrapper-top{max-height:0;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top}.pa-show-bullet:not(.pa-has-text-bullet).premium-bullet-list-wrapper-top{height:0;overflow:hidden}.pa-show-bullet:not(.pa-has-text-bullet):not(.premium-bullet-list-wrapper-top){width:0}.pa-show-bullet .premium-bullet-list-icon-text,.pa-show-bullet .premium-drawable-icon,.pa-show-bullet .premium-lottie-animation{overflow:hidden}.premium-bullet-list-content:hover .pa-show-bullet.pa-has-text-bullet.premium-bullet-list-wrapper-top{max-height:500px;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}.premium-bullet-list-content:hover .pa-show-bullet.pa-has-text-bullet:not(.premium-bullet-list-wrapper-top){max-width:500px;-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.premium-bullet-list-content:hover .pa-show-bullet:not(.pa-has-text-bullet).premium-bullet-list-wrapper-top{height:var(--pa-svg-bullet-h,var(--pa-bullet-hv-size,30px));overflow:visible}.premium-bullet-list-content:hover .pa-show-bullet:not(.pa-has-text-bullet):not(.premium-bullet-list-wrapper-top){width:var(--pa-bullet-hv-size,30px)}.premium-bullet-list-content:hover .pa-show-bullet .premium-bullet-list-icon-text,.premium-bullet-list-content:hover .pa-show-bullet .premium-drawable-icon,.premium-bullet-list-content:hover .pa-show-bullet .premium-lottie-animation{overflow:unset}.premium-bullet-list-translate-bullet .premium-bullet-list-text{-webkit-flex:1;-ms-flex:1;flex:1;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.pa-translate-bullet.premium-bullet-list-wrapper:not(.premium-bullet-list-wrapper-top){opacity:0;-webkit-transform:translateX(-.5rem) translateY(.5rem);-ms-transform:translateX(-.5rem) translateY(.5rem);transform:translateX(-.5rem) translateY(.5rem);-webkit-transition:opacity .9s cubic-bezier(.135,.9,.15,1),-webkit-transform .9s cubic-bezier(.135,.9,.15,1);transition:opacity .9s cubic-bezier(.135,.9,.15,1),-webkit-transform .9s cubic-bezier(.135,.9,.15,1);transition:transform .9s cubic-bezier(.135,.9,.15,1),opacity .9s cubic-bezier(.135,.9,.15,1);transition:transform .9s cubic-bezier(.135,.9,.15,1),opacity .9s cubic-bezier(.135,.9,.15,1),-webkit-transform .9s cubic-bezier(.135,.9,.15,1)}.premium-bullet-list-content:hover .pa-translate-bullet.premium-bullet-list-wrapper:not(.premium-bullet-list-wrapper-top){opacity:1;-webkit-transform:translateX(0) translateY(0);-ms-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.rtl .pa-show-bullet.pa-has-text-bullet:not(.premium-bullet-list-wrapper-top){-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right}.premium-image-button{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;position:relative;background-color:#eee;cursor:pointer;-webkit-transition:all .2s ease-in-out!important;transition:all .2s ease-in-out!important}.premium-image-button .premium-button-style6-bg,.premium-image-button.premium-button-style6:before,.premium-image-button:not(.premium-image-button-style6):hover{background-color:#54595f}.premium-image-button-style1:before,.premium-image-button-style4-icon-wrapper{background-color:#54595f}.premium-image-button-text-icon-wrapper{width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;z-index:3;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-image-button-text-icon-wrapper i,.premium-image-button-text-icon-wrapper span,.premium-image-button-text-icon-wrapper svg{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-image-button-style1:before{position:absolute;content:"";-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-image-button-style1-bottom:before{width:100%;height:0;top:0;inset-inline-start:0}.premium-image-button-style1-top:before{width:100%;height:0;bottom:0;inset-inline-start:0}.premium-image-button-style1-right:before{width:0;height:100%;bottom:0;inset-inline-start:0}.premium-image-button-style1-left:before{width:0;height:100%;top:0;inset-inline-end:0}.premium-image-button-style1-bottom:hover:before,.premium-image-button-style1-top:hover:before{height:100%}.premium-image-button-style1-left:hover:before,.premium-image-button-style1-right:hover:before{width:100%}.premium-image-button-style3{z-index:10}.premium-image-button-style3:before{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;content:"";z-index:1;background:rgba(255,255,255,.2);-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);-webkit-transition:all .8s ease-out;transition:all .8s ease-out}.premium-image-button-diagonal-right:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0)}.premium-image-button-diagonal-right:hover:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0)}.premium-image-button-diagonal-left:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0)}.premium-image-button-diagonal-left:hover:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0)}.premium-image-button-diagonal-bottom:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0)}.premium-image-button-diagonal-bottom:hover:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0)}.premium-image-button-diagonal-top:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0)}.premium-image-button-diagonal-top:hover:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0)}.premium-image-button-style4-icon-wrapper{position:absolute;z-index:2;width:100%;text-align:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:100%;opacity:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-image-button-style4-icon-wrapper.top{bottom:-100%;inset-inline-start:0}.premium-image-button-style4-icon-wrapper.bottom{top:-100%;inset-inline-start:0}.premium-image-button-style4-icon-wrapper.left{top:0;inset-inline-start:-100%}.premium-image-button-style4-icon-wrapper.right{top:0;inset-inline-end:-100%}.premium-image-button-style4-bottom:hover .premium-image-button-style4-icon-wrapper{top:0;opacity:1}.premium-image-button-style4-bottom:hover .premium-image-button-text-icon-wrapper{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);opacity:0}.premium-image-button-style4-top:hover .premium-image-button-style4-icon-wrapper{bottom:0;opacity:1}.premium-image-button-style4-top:hover .premium-image-button-text-icon-wrapper{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);opacity:0}.premium-image-button-style4-left:hover .premium-image-button-style4-icon-wrapper{inset-inline-start:0;opacity:1}.premium-image-button-style4-left:hover .premium-image-button-text-icon-wrapper{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);opacity:0}.premium-image-button-style4-right:hover .premium-image-button-style4-icon-wrapper{inset-inline-end:0;opacity:1}.premium-image-button-style4-right:hover .premium-image-button-text-icon-wrapper{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);opacity:0}.premium-image-button-style5:before{position:absolute;content:"";top:0;inset-inline-start:0;width:100%;height:100%;opacity:0;-webkit-transition:all 1s ease-in-out;transition:all 1s ease-in-out;background:rgba(255,255,255,.2);-webkit-animation-name:premium-overlap-effect-done;animation-name:premium-overlap-effect-done;-webkit-animation-duration:1s;animation-duration:1s}.premium-image-button-overlap-effect-vertical:before{-webkit-animation-name:premium-overlap-ver-effect-done;animation-name:premium-overlap-ver-effect-done}.premium-image-button-overlap-effect-horizontal:hover:before{-webkit-animation-name:premium-overlap-effect;animation-name:premium-overlap-effect}.premium-image-button-overlap-effect-vertical:hover:before{-webkit-animation-name:premium-overlap-ver-effect;animation-name:premium-overlap-ver-effect}.premium-image-button-style6:before{content:"";position:absolute;left:50%;top:50%;width:100px;height:100px;border-radius:100%;-webkit-transform:translate(-50%,-50%) scale(0);-ms-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-image-button-style6:hover:before{-webkit-transform:translate(-50%,-50%) scale(3);-ms-transform:translate(-50%,-50%) scale(3);transform:translate(-50%,-50%) scale(3)}.premium-image-button-style6 .premium-button-text-icon-wrapper{position:relative;z-index:1}@-webkit-keyframes premium-overlap-effect{0%{opacity:0;-webkit-transform:rotateY(0);transform:rotateY(0)}50%{opacity:1;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}100%{opacity:0;-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}}@keyframes premium-overlap-effect{0%{opacity:0;-webkit-transform:rotateY(0);transform:rotateY(0)}50%{opacity:1;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}100%{opacity:0;-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}}@-webkit-keyframes premium-overlap-effect-done{0%{opacity:0;-webkit-transform:rotateY(0);transform:rotateY(0)}50%{opacity:1;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}100%{opacity:0;-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}}@keyframes premium-overlap-effect-done{0%{opacity:0;-webkit-transform:rotateY(0);transform:rotateY(0)}50%{opacity:1;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}100%{opacity:0;-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}}@-webkit-keyframes premium-overlap-ver-effect{0%{opacity:0;-webkit-transform:rotateX(0);transform:rotateX(0)}50%{opacity:1;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}100%{opacity:0;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}@keyframes premium-overlap-ver-effect{0%{opacity:0;-webkit-transform:rotateX(0);transform:rotateX(0)}50%{opacity:1;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}100%{opacity:0;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}@-webkit-keyframes premium-overlap-ver-effect-done{0%{opacity:0;-webkit-transform:rotateX(0);transform:rotateX(0)}50%{opacity:1;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}100%{opacity:0;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}@keyframes premium-overlap-ver-effect-done{0%{opacity:0;-webkit-transform:rotateX(0);transform:rotateX(0)}50%{opacity:1;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}100%{opacity:0;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}.rtl .premium-image-button-style3:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0)}.rtl .premium-image-button-diagonal-left:before,.rtl .premium-image-button-diagonal-right:hover:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0)}.rtl .premium-image-button-diagonal-left:hover:before,.rtl .premium-image-button-diagonal-right:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0)}.rtl .premium-image-button-diagonal-bottom:before,.rtl .premium-image-button-diagonal-top:hover:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0)}.rtl .premium-image-button-diagonal-bottom:hover:before,.rtl .premium-image-button-diagonal-top:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0)}.rtl .premium-image-button-style4-left:hover .premium-image-button-text-icon-wrapper{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.rtl .premium-image-button-style4-right:hover .premium-image-button-text-icon-wrapper{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.premium-image-scroll-container,.premium-image-scroll-section{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-image-scroll-section{position:relative;overflow:hidden;width:100%;-webkit-mask-image:-webkit-radial-gradient(white,#000)}.premium-image-scroll-container{width:100%}.premium-image-scroll-container .premium-image-scroll-mask-media{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.premium-container-scroll{overflow:auto}.premium-image-scroll-container .premium-image-scroll-horizontal{position:relative;width:100%;height:100%}.premium-image-scroll-container .premium-image-scroll-horizontal img{max-width:none;height:100%}.premium-image-scroll-container .premium-image-scroll-vertical img{width:100%;max-width:100%;height:auto}.premium-image-scroll-ver{position:relative}.premium-image-scroll-container .premium-image-scroll-overlay{background:rgba(2,2,2,.3)}.premium-image-scroll-container .premium-image-scroll-link,.premium-image-scroll-container .premium-image-scroll-overlay{position:absolute;top:0;bottom:0;left:0;right:0;z-index:4}.premium-image-scroll-content{display:inline-block;position:absolute;height:auto;top:50%;left:50%;text-align:center;z-index:5;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.premium-container-scroll-instant .premium-image-scroll-image{-webkit-transition:all 0s ease-in-out!important;transition:all 0s ease-in-out!important}.premium-image-scroll-container img{-webkit-transition:-webkit-transform 3s ease-in-out;transition:-webkit-transform 3s ease-in-out;transition:transform 3s ease-in-out;transition:transform 3s ease-in-out,-webkit-transform 3s ease-in-out}.premium-image-scroll-container .premium-image-scroll-content,.premium-image-scroll-container .premium-image-scroll-overlay{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:1}.premium-image-scroll-container:hover .premium-image-scroll-overlay{opacity:0}.premium-image-scroll-container:hover .premium-image-scroll-content{opacity:0;visibility:hidden}.premium-image-scroll-content .premium-image-scroll-icon{display:inline-block;line-height:1;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.pa-horizontal-mouse-scroll{-webkit-animation-name:pa-scroll-horizontal;animation-name:pa-scroll-horizontal}.pa-vertical-mouse-scroll{-webkit-animation-name:pa-scroll-vertical;animation-name:pa-scroll-vertical}@-webkit-keyframes pa-scroll-vertical{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(5px);transform:translateY(5px)}}@keyframes pa-scroll-vertical{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(5px);transform:translateY(5px)}}@-webkit-keyframes pa-scroll-horizontal{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(5px);transform:translateX(5px)}}@keyframes pa-scroll-horizontal{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(5px);transform:translateX(5px)}}.premium-image-separator-container{position:absolute;width:100%;z-index:2;top:auto;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-image-separator-container img,.premium-image-separator-container svg{display:inline-block!important;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.premium-image-separator-container .premium-image-separator-link{position:absolute;z-index:9999;top:0;inset-inline-start:0;width:100%;height:100%;text-decoration:none}.premium-image-separator-container .premium-image-separator-link:active,.premium-image-separator-container .premium-image-separator-link:focus,.premium-image-separator-container .premium-image-separator-link:hover,.premium-image-separator-container .premium-image-separator-link:visited{box-shadow:none!important;outline:0!important;border:none!important;text-decoration:none!important}.premium-image-separator-container i,.premium-image-separator-container>svg{padding:20px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-filter,.premium-img-gallery-filter{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-img-gallery{clear:both;overflow:hidden}.premium-gallery-container .premium-gallery-item{padding:10px;float:inline-start}.premium-gallery-container .grid-sizer{width:33.33%}.premium-gallery-container .pa-gallery-item{padding:10px}.premium-blog-filter .premium-blog-filters-container li a.category,.premium-img-gallery-filter .premium-gallery-cats-container li a.category{outline:0;text-decoration:none;border-radius:75px;margin:15px 5px 20px;padding:7px 20px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-gallery-img{position:relative}.pa-gallery-img .pa-gallery-whole-link{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;z-index:2}.pa-gallery-img .pa-gallery-whole-link span{display:none}.pa-gallery-img.style2 .pa-gallery-whole-link,.pa-gallery-img.style3 .pa-gallery-whole-link{z-index:99}.pa-gallery-img-container{overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.pa-gallery-img-container img{display:block;width:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-img-gallery.gray img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-img-gallery.scale img,.premium-img-gallery.zoomout img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-img-gallery.sepia img{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-img-gallery.bright img{-webkit-filter:brightness(1);filter:brightness(1)}.premium-img-gallery.trans img{-webkit-transform:translateX(-15px) scale(1.1);-ms-transform:translateX(-15px) scale(1.1);transform:translateX(-15px) scale(1.1)}.pa-gallery-img .pa-gallery-img-link i,.pa-gallery-img .pa-gallery-img-link svg,.pa-gallery-img .pa-gallery-magnific-image i,.pa-gallery-img .pa-gallery-magnific-image svg{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-gallery-img .pa-gallery-img-link span,.pa-gallery-img .pa-gallery-magnific-image span{line-height:1;display:inline-block;opacity:0;margin:0 5px;padding:15px;border-radius:50%}.pa-gallery-img.style2 .pa-gallery-img-link span,.pa-gallery-img.style2 .pa-gallery-magnific-image span{margin:0 5px 20px}.pa-gallery-img:hover .pa-gallery-magnific-image span{-webkit-transition:all .3s ease-in-out,opacity .5s ease-in-out .3s;transition:all .3s ease-in-out,opacity .5s ease-in-out .3s}.pa-gallery-img:hover .pa-gallery-img-link span{-webkit-transition:all .3s ease-in-out,opacity .5s ease-in-out .6s;transition:all .3s ease-in-out,opacity .5s ease-in-out .6s}.pa-gallery-img:hover .pa-gallery-img-link span,.pa-gallery-img:hover .pa-gallery-magnific-image span{opacity:1}.premium-gallery-icon-show a.pa-gallery-video-icon span{opacity:1}.premium-blog-filter ul.premium-blog-filters-container,.premium-img-gallery-filter ul.premium-gallery-cats-container{text-align:center;margin:0;padding:0}.premium-blog-filter .premium-blog-filters-container li,.premium-img-gallery-filter .premium-gallery-cats-container li{list-style:none;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.premium-img-gallery.zoomin .pa-gallery-img:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-img-gallery.zoomout .pa-gallery-img:hover img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-img-gallery.scale .pa-gallery-img:hover img{-webkit-transform:scale(1.3) rotate(5deg);-ms-transform:scale(1.3) rotate(5deg);transform:scale(1.3) rotate(5deg)}.premium-img-gallery.gray .pa-gallery-img:hover img{-webkit-filter:grayscale(0);filter:grayscale(0)}.premium-img-gallery.blur .pa-gallery-img:hover img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-img-gallery.sepia .pa-gallery-img:hover img{-webkit-filter:sepia(0);filter:sepia(0)}.premium-img-gallery.trans .pa-gallery-img:hover img{-webkit-transform:translateX(0) scale(1.1);-ms-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1)}.premium-img-gallery.bright .pa-gallery-img:hover img{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.pa-gallery-img .premium-gallery-caption{padding:10px}.pa-gallery-img .premium-gallery-caption .premium-gallery-img-name{display:block;margin-bottom:0}.pa-gallery-img.style1{overflow:hidden}.pa-gallery-img:not(.style2) .pa-gallery-icons-wrapper{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-gallery-img:not(.style2) .pa-gallery-icons-inner-container{position:absolute;top:33.33%;width:100%;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:3}.pa-gallery-img.style1 .premium-gallery-caption{position:absolute;top:auto;right:0;bottom:-1px;left:0;width:100%;-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.pa-gallery-img.style1:hover .premium-gallery-caption{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);bottom:-1px!important}.pa-gallery-img.default .premium-gallery-caption{position:absolute;top:auto;right:0;left:0;width:100%;bottom:0}.pa-gallery-img.style2 .pa-gallery-icons-caption-container{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;opacity:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;z-index:1;background-color:rgba(108,191,226,.68);display:-webkit-flex;display:-ms-flexbox;display:flex;text-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pa-gallery-img.style2 .pa-gallery-icons-caption-cell{width:100%}.pa-gallery-img.style2:hover .pa-gallery-icons-caption-container{opacity:1;-webkit-transform:translate(15px,15px);-ms-transform:translate(15px,15px);transform:translate(15px,15px)}.premium-clearfix{clear:both}.premium-img-gallery-metro .premium-gallery-item{overflow:hidden}.premium-img-gallery-metro .pa-gallery-img{height:100%}.premium-img-gallery-metro .pa-gallery-img-container{height:100%}.premium-img-gallery-metro .pa-gallery-img-container img{min-height:100%;width:100%;object-fit:fill}.premium-img-gallery .premium-gallery-item-hidden{visibility:hidden;width:0!important;height:0!important;margin:0!important;padding:0!important}.premium-gallery-load-more{position:relative}.premium-gallery-load-more .premium-gallery-load-more-btn{box-shadow:none;text-shadow:none;border:none;outline:0;-webkit-align-items:center;-ms-flex-align:center;align-items:center;vertical-align:bottom;cursor:pointer;line-height:1;font-style:normal;font-weight:400;background-image:none;color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-gallery-load-more-btn{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-gallery-load-more-btn div{-webkit-margin-start:3px;margin-inline-start:3px}.premium-gallery-load-more-btn .premium-loader{display:inline-block;width:20px;height:20px}.pa-gallery-img .pa-gallery-lightbox-wrap{display:inline-block}.pa-gallery-img .pa-gallery-video-icon,.premium-img-gallery-no-lightbox .premium-gallery-video-item .pa-gallery-img{cursor:pointer}.pa-gallery-img-container iframe{position:absolute;visibility:hidden;top:0;inset-inline-start:0;max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none}.pa-gallery-img-container video{position:absolute;visibility:hidden;top:0;left:0;max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;object-fit:contain}.pa-gallery-icons-caption-cell svg,.pa-gallery-icons-inner-container svg{width:14px;height:14px}.premium-gallery-gradient-layer{position:absolute;bottom:40px;width:100%;height:20px;background:-webkit-linear-gradient(bottom,#17181f 0,rgba(255,255,255,0) 100%);background:linear-gradient(to top,#17181f 0,rgba(255,255,255,0) 100%)}.rtl .premium-img-gallery.trans img{-webkit-transform:translateX(15px) scale(1.1);-ms-transform:translateX(15px) scale(1.1);transform:translateX(15px) scale(1.1)}.rtl .premium-img-gallery.scale .pa-gallery-img:hover img{-webkit-transform:scale(1.3) rotate(-5deg);-ms-transform:scale(1.3) rotate(-5deg);transform:scale(1.3) rotate(-5deg)}.rtl .pa-gallery-img.style2:hover .pa-gallery-icons-caption-container{-webkit-transform:translate(-15px,15px);-ms-transform:translate(-15px,15px);transform:translate(-15px,15px)}.elementor-widget-premium-lottie .premium-lottie-animation{position:relative;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.elementor-widget-premium-lottie .premium-lottie-animation a{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}.premium-maps-info-container{margin-top:10px;margin-bottom:10px}.premium-maps-info-container.advanced-pin{margin:-16px;width:300px;position:relative;border-radius:10px;overflow:hidden;z-index:100000;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-maps-info-container.advanced-pin .gm-ui-hover-effect{display:none}.premium-maps-info-container.advanced-pin .premium-maps-info-close{position:absolute;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:50%;height:24px;width:24px;cursor:pointer;z-index:99;box-shadow:0 0 6px 0 rgba(0,0,0,.3);-webkit-transition:opacity .3s;transition:opacity .3s;opacity:.4}.premium-maps-info-container.advanced-pin .premium-maps-info-close:hover{opacity:1}.premium-maps-info-container.advanced-pin .premium-maps-info-img{position:relative;overflow:hidden;margin-bottom:0}.premium-maps-info-container.advanced-pin .premium-maps-info-img img{position:absolute;width:100%;height:100%;inset:0;object-fit:cover}.premium-maps-info-container.advanced-pin .premium-maps-location-directions{position:absolute;width:40px;height:40px;border-radius:100%;background-color:#fff;top:100%;left:83%;box-shadow:0 1px 6px 0 rgba(0,0,0,.3);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-maps-info-container.advanced-pin .eicon-share-arrow{font-size:20px}.premium-maps-info-container.advanced-pin .eicon-headphones{font-weight:700}.premium-maps-info-container.advanced-pin .premium-maps-location-info{color:#222;font-size:13px;text-align:start}.premium-maps-info-container.advanced-pin .maps-info-item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}.premium-maps-info-container.advanced-pin .maps-info-item i{-webkit-margin-end:14px;margin-inline-end:14px}.premium-maps-info-container.advanced-pin p{margin:0}.premium-maps-info-container.maps-skin1 .premium-maps-info-close{top:12px;right:12px;background-color:#fff}.premium-maps-info-container.maps-skin1 .premium-maps-title-wrap{position:relative;padding:16px;background-color:#4285f4}.premium-maps-info-container.maps-skin1 .premium-maps-info-img{height:150px}.premium-maps-info-container.maps-skin1 .premium-maps-location-info{padding:28px 16px 16px}.premium-maps-info-container.maps-skin1 .premium-maps-info-desc{border-top:1px solid rgba(230,230,230,.5);margin-top:12px;padding-top:12px}.premium-maps-info-container.maps-skin1 .premium-maps-location-direction{display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-maps-info-container.maps-skin1 .premium-maps-location-direction span{display:none}.premium-maps-info-container.maps-skin2{padding:35px 25px 25px}.premium-maps-info-container.maps-skin2 .premium-maps-title-wrap{-webkit-order:1;-ms-flex-order:1;order:1;background-color:#fff;padding-bottom:10px;border-bottom:1px solid rgba(230,230,230,.5)}.premium-maps-info-container.maps-skin2 .premium-maps-info-title{font-weight:700;font-size:18px}.premium-maps-info-container.maps-skin2 .premium-maps-info-img{-webkit-order:2;-ms-flex-order:2;order:2;height:80px;margin-top:10px}.premium-maps-info-container.maps-skin2 .premium-maps-location-info{padding-top:14px;-webkit-order:3;-ms-flex-order:3;order:3}.premium-maps-info-container.maps-skin2 .premium-maps-info-desc{margin:15px 0 10px}.premium-maps-info-container.maps-skin3{padding:25px}.premium-maps-info-container.maps-skin3 .premium-maps-skin3-wrap{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-bottom:10px;border-bottom:1px solid rgba(230,230,230,.5)}.premium-maps-info-container.maps-skin3 .premium-maps-title-wrap{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:left;-webkit-margin-start:12px;margin-inline-start:12px}.premium-maps-info-container.maps-skin3 .premium-maps-title-wrap .eicon-share-arrow{display:none}.premium-maps-info-container.maps-skin3 .premium-maps-info-title{margin-bottom:5px}.premium-maps-info-container.maps-skin3 .premium-maps-info-img{width:80px;height:80px;border-radius:100%}.premium-maps-info-container.maps-skin3 .premium-maps-location-info{padding-top:14px}.premium-maps-info-container.maps-skin2 .premium-maps-info-close,.premium-maps-info-container.maps-skin3 .premium-maps-info-close{top:12px;inset-inline-end:12px;background-color:#bbb}.premium-maps-info-desc,.premium-maps-info-title{margin:0;padding:0}.premium-maps-container .gm-style-iw{text-align:center}.premium-maps-container .gm-style img{max-width:none!important}.premium-maps-container .gm-style-iw-c,.premium-maps-container .gm-style-iw-d{overflow:visible!important;max-height:initial!important}.premium-maps-container .gm-style-iw-c{padding-left:12px!important;padding-right:12px!important}.rtl .premium-maps-info-container.maps-skin3 .premium-maps-skin3-wrap{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.rtl .premium-maps-container .gm-style-iw{direction:ltr}.premium-adv-carousel__item-link{position:absolute;top:0;left:0;bottom:0;right:0;cursor:pointer;z-index:99}.premium-adv-carousel__media-info-wrap{padding:5px;z-index:3;text-align:center;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.premium-adv-carousel__media-info-wrap .premium-adv-carousel__media-desc,.premium-adv-carousel__media-info-wrap .premium-adv-carousel__media-title{display:block}.premium-adv-carousel__media-info-wrap .premium-adv-carousel__media-title{font-size:19px;font-weight:700}.premium-adv-carousel__media-info-wrap .premium-adv-carousel__media-desc{font-size:14px;white-space:normal}.premium-adv-carousel__media-info-wrap,.premium-adv-carousel__media-wrap{-webkit-order:1;-ms-flex-order:1;order:1}.premium-adv-carousel__media-wrap{height:300px;overflow:hidden;width:100%;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.premium-adv-carousel__item{width:300px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;overflow:hidden}.premium-adv-carousel__media-wrap .premium-adv-carousel__item-img img,.premium-adv-carousel__media-wrap img.premium-adv-carousel__item-img{width:100%;height:100%;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.premium-adv-carousel__template-wrapper{width:100%;height:100%;max-height:100%;white-space:normal}.premium-adv-carousel__template-wrapper section{padding:0!important;overflow:hidden}.premium-adv-carousel__iframe-wrap,.premium-adv-carousel__iframe-wrap iframe,.premium-adv-carousel__video-wrap{height:100%!important;cursor:pointer}.premium-adv-carousel__video-wrap{position:relative}.premium-adv-carousel__video-wrap video{width:100%;height:100%;object-fit:cover}.premium-adv-carousel__video-icon{z-index:3;position:absolute;top:50%;left:50%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:50%;padding:10px}.premium-adv-carousel__video-icon i{font-size:25px}.premium-adv-carousel__video-icon svg{width:50px;height:50px}.premium-adv-carousel__vid-overlay{height:100%!important;width:100%;position:absolute;top:0;left:0;bottom:0;right:0;z-index:2;cursor:pointer;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.premium-adv-carousel__item:hover .premium-adv-carousel__media-info-wrap{-webkit-transform:translateY(0)!important;-ms-transform:translateY(0)!important;transform:translateY(0)!important}.premium-adv-carousel__item-outer-wrapper{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.premium-adv-carousel__icons-holder{display:none}.premium-adv-carousel__infinite .premium-adv-carousel__container{position:relative;pointer-events:none;overflow:hidden!important}.premium-adv-carousel__infinite .premium-adv-carousel__container:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;pointer-events:none;background:0 0!important}.premium-adv-carousel__infinite .premium-adv-carousel__inner-container{width:100%;overflow:scroll;pointer-events:all;-ms-overflow-style:none;scrollbar-width:none}.premium-adv-carousel__infinite .premium-adv-carousel__inner-container::-webkit-scrollbar{display:none}.premium-adv-carousel__infinite .premium-adv-carousel__items{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-adv-carousel__infinite .premium-adv-carousel__item{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;overflow:hidden}.premium-adv-carousel__infinite .premium-adv-carousel__item:hover .premium-adv-carousel__media-info-wrap{-webkit-transform:translateY(0)!important;-ms-transform:translateY(0)!important;transform:translateY(0)!important}.premium-adv-carousel__infinite.premium-adv-carousel__horizontal{white-space:nowrap}.premium-adv-carousel__infinite.premium-adv-carousel__vertical .premium-adv-carousel__inner-container{height:500px}.premium-adv-carousel__infinite.premium-adv-carousel__vertical .premium-adv-carousel__items{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-adv-carousel__infinite.premium-adv-carousel__vertical .premium-adv-carousel__item,.premium-adv-carousel__infinite.premium-adv-carousel__vertical .premium-adv-carousel__item-outer-wrapper{width:100%}.premium-adv-carousel__carousel .premium-adv-carousel__media-info-wrap,.premium-adv-carousel__coverflow .premium-adv-carousel__media-info-wrap,.premium-adv-carousel__flat .premium-adv-carousel__media-info-wrap{visibility:hidden;opacity:0}.premium-adv-carousel__carousel .flipster__item--current .premium-adv-carousel__media-info-wrap,.premium-adv-carousel__coverflow .flipster__item--current .premium-adv-carousel__media-info-wrap,.premium-adv-carousel__flat .flipster__item--current .premium-adv-carousel__media-info-wrap{visibility:visible;opacity:1}.premium-adv-carousel__carousel .premium-adv-carousel__item-outer-wrapper,.premium-adv-carousel__coverflow .premium-adv-carousel__item-outer-wrapper,.premium-adv-carousel__flat .premium-adv-carousel__item-outer-wrapper{cursor:pointer}.premium-adv-carousel__item .pa-media-icons-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-adv-carousel__item .pa-media-icons-wrapper .pa-media-icons-inner-container{position:absolute;top:50%;width:100%;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:3}.premium-adv-carousel__item .pa-media-icons-wrapper .pa-media-icons-inner-container .pa-media-magnific-image i,.premium-adv-carousel__item .pa-media-icons-wrapper .pa-media-icons-inner-container .pa-media-magnific-image svg{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-adv-carousel__item .pa-media-icons-wrapper .pa-media-icons-inner-container .pa-media-magnific-image span{line-height:1;display:inline-block;opacity:0;padding:15px;border-radius:50%;margin:0 5px 20px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-adv-carousel__item:hover .pa-media-magnific-image span{opacity:1!important}.flipster__button{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:2em;height:2em;line-height:0;text-align:center;border:none;box-shadow:none;color:transparent}.flipster__button svg{width:15px;height:15px;stroke:none}.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-1 .flipster__item__content,.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-1 .flipster__item__content{-webkit-transform:scale(-webkit-calc(.95 - 1 / 10));-ms-transform:scale(calc(.95 - 1 / 10));transform:scale(calc(.95 - 1 / 10))}.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-2 .flipster__item__content,.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-2 .flipster__item__content{-webkit-transform:scale(-webkit-calc(.95 - 2 / 10));-ms-transform:scale(calc(.95 - 2 / 10));transform:scale(calc(.95 - 2 / 10))}.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-3 .flipster__item__content,.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-3 .flipster__item__content{-webkit-transform:scale(-webkit-calc(.95 - 3 / 10));-ms-transform:scale(calc(.95 - 3 / 10));transform:scale(calc(.95 - 3 / 10))}.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-4 .flipster__item__content,.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-4 .flipster__item__content{-webkit-transform:scale(-webkit-calc(.95 - 4 / 10));-ms-transform:scale(calc(.95 - 4 / 10));transform:scale(calc(.95 - 4 / 10))}.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-5 .flipster__item__content,.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-5 .flipster__item__content{-webkit-transform:scale(-webkit-calc(.95 - 5 / 10));-ms-transform:scale(calc(.95 - 5 / 10));transform:scale(calc(.95 - 5 / 10))}.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-6 .flipster__item__content,.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-6 .flipster__item__content{-webkit-transform:scale(-webkit-calc(.95 - 6 / 10));-ms-transform:scale(calc(.95 - 6 / 10));transform:scale(calc(.95 - 6 / 10))}.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-7 .flipster__item__content,.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-7 .flipster__item__content{-webkit-transform:scale(-webkit-calc(.95 - 7 / 10));-ms-transform:scale(calc(.95 - 7 / 10));transform:scale(calc(.95 - 7 / 10))}.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-8 .flipster__item__content,.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-8 .flipster__item__content{-webkit-transform:scale(-webkit-calc(.95 - 8 / 10));-ms-transform:scale(calc(.95 - 8 / 10));transform:scale(calc(.95 - 8 / 10))}.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-9 .flipster__item__content,.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-9 .flipster__item__content{-webkit-transform:scale(-webkit-calc(.95 - 9 / 10));-ms-transform:scale(calc(.95 - 9 / 10));transform:scale(calc(.95 - 9 / 10))}.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-10 .flipster__item__content,.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-10 .flipster__item__content{-webkit-transform:scale(-webkit-calc(.95 - 10 / 10));-ms-transform:scale(calc(.95 - 10 / 10));transform:scale(calc(.95 - 10 / 10))}.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .flipster--flat .flipster__item--future,.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .flipster--flat .flipster__item--past{opacity:.3}.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .flipster--flat .flipster__item--future-1,.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .flipster--flat .flipster__item--past-1{opacity:.8}@media (max-width:1024px){.premium-adv-carousel__item .pa-media-icons-wrapper .pa-media-icons-inner-container .pa-media-magnific-image span{opacity:1}}.pa-woo-mc__icon-wrapper,.pa-woo-mc__inner-container,.pa-woo-mc__outer-container,.pa-woo-mc__text-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex}.pa-woo-mc__outer-container{gap:5px}.pa-woo-mc__content-wrapper .pa-woo-mc__outer-container a:hover{color:currentColor}.pa-woo-mc__inner-container{cursor:pointer;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pa-woo-mc__inner-container *{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-woo-mc__tax-label{text-transform:none;font-size:80%}.pa-woo-mc__widget-shopping-outer-wrapper{position:relative;-webkit-flex:1;-ms-flex:1;flex:1;overflow-y:auto}.pa-woo-mc__widget-shopping-outer-wrapper .premium-loading-feed{display:block;position:absolute;width:100%;height:100%;top:0;left:0;bottom:0;right:0;background:rgba(255,255,255,.2);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pa-woo-mc__badge{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pa-woo-mc__subtotal.pa-counting{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:3px}.pa-woo-mc__subtotal.pa-counting .pa-woo-mc__subtotal-val{font-family:inherit;line-height:inherit}.pa-woo-mc__subtotal.pa-counting .pa-woo-mc__subtotal-currency{margin-bottom:1px}.pa-woo-mc__float .pa-woo-mc__inner-container{position:fixed;z-index:99;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.pa-woo-mc__float .pa-woo-mc__icon-wrapper{position:relative}.pa-woo-mc__float .pa-woo-mc__badge{top:-5px;inset-inline-end:-7px}.pa-woo-mc__float .pa-woo-mc__text-wrapper .pa-woo-mc__subtotal{font-size:14px}.pa-woo-mc__float .pa-woo-mc__badge,.pa-woo-mc__preset-2 .pa-woo-mc__badge,.pa-woo-mc__preset-3 .pa-woo-mc__badge,.pa-woo-mc__preset-4 .pa-woo-mc__badge,.pa-woo-mc__preset-6 .pa-woo-mc__badge{position:absolute;z-index:1}.pa-woo-mc__preset-2 .pa-woo-mc__badge,.pa-woo-mc__preset-4 .pa-woo-mc__badge,.pa-woo-mc__preset-6 .pa-woo-mc__badge{inset-inline-end:0;top:0}.pa-woo-mc__preset-4 .pa-woo-mc__inner-container,.pa-woo-mc__preset-5 .pa-woo-mc__inner-container,.pa-woo-mc__preset-6 .pa-woo-mc__inner-container{gap:8px}.pa-woo-mc__preset-1 .pa-woo-mc__badge{width:19px;height:19px}.pa-woo-mc__preset-1 .pa-woo-mc__icon-wrapper{gap:6px}.pa-woo-mc__preset-2 .pa-woo-mc__inner-container{position:relative;border:1px solid #333;width:50px;height:50px;border-radius:50%}.pa-woo-mc__preset-3 .pa-woo-mc__badge{top:-5px;right:-7px}.pa-woo-mc__preset-3 .pa-woo-mc__icon-wrapper{position:relative}.pa-woo-mc__preset-3 .pa-woo-mc__inner-container{gap:15px}.pa-woo-mc__preset-3 .pa-woo-mc__subtotal{font-size:13px}.pa-woo-mc__preset-4 .pa-woo-mc__subtotal{font-size:14px}.pa-woo-mc__preset-4 .pa-woo-mc__icon-wrapper{position:relative;width:50px;height:50px;border-radius:50%;background-color:#333}.pa-woo-mc__preset-4 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon,.pa-woo-mc__preset-4 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon *{fill:#fff}.pa-woo-mc__preset-5 .pa-woo-mc__text-wrapper{font-size:16px;color:#000;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pa-woo-mc__preset-5 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon,.pa-woo-mc__preset-5 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon *{fill:#000}.pa-woo-mc__preset-6 .pa-woo-mc__inner-container{position:relative;border-radius:42px;background-color:#333;padding:8px 12px}.pa-woo-mc__preset-6 .pa-woo-mc__subtotal{font-size:14px;color:#fff}.pa-woo-mc__preset-6 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon,.pa-woo-mc__preset-6 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon *{fill:#fff}.pa-woo-mc__preset-6 .pa-woo-mc__badge{width:18px;height:18px;font-size:11px;top:-3px;inset-inline-end:-5px}.pa-woo-mc__preset-7 .pa-woo-mc__inner-container{gap:12px;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pa-woo-mc__preset-7 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon,.pa-woo-mc__preset-7 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon *{fill:#000;width:32px;height:32px}.pa-woo-mc__preset-7 .pa-woo-mc__subtotal{color:#439665}.pa-woo-mc__preset-7 .pa-woo-mc__text-wrapper{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-padding-start:12px;padding-inline-start:12px;-webkit-border-start:1px solid rgba(0,0,0,.1);border-inline-start:1px solid rgba(0,0,0,.1);font-size:13px}.pa-woo-mc__preset-7 .pa-woo-mc__badge{-webkit-order:2;-ms-flex-order:2;order:2;color:#767676}.pa-woo-mc__preset-7 .pa-woo-mc__badge-txt{-webkit-padding-start:3px;padding-inline-start:3px}.pa-woo-mc__link{width:100%;height:100%;position:absolute;top:0;left:0;z-index:9}.pa-woo-mc__text-wrapper{gap:5px}.pa-woo-mc__icon-wrapper{-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.pa-woo-mc__icon-wrapper .premium-lottie-animation,.pa-woo-mc__icon-wrapper svg{width:20px;height:20px}.pa-woo-mc__icon-wrapper i{font-size:20px}.pa-woo-mc__cart-content{overflow:hidden}.pa-woo-mc__cart-header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:20px;color:#000;border-bottom:1px solid #dcdcdc}.pa-woo-mc__cart-title{font-size:13px;font-weight:400;text-transform:uppercase;letter-spacing:.3px}.pa-woo-mc__overlay{position:absolute;inset:0;z-index:999;-webkit-transition:all .5s;transition:all .5s}.pa-woo-mc__close-button{cursor:pointer;width:13px;height:13px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-woo-mc__close-button i{font-size:13px;color:rgba(0,0,0,.631372549)}.pa-woo-mc__close-button svg{width:100%;height:100%;fill:rgba(0,0,0,.631372549)}.pa-woo-mc__content-wrapper{z-index:1000;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:360px;-webkit-transition:.5s all ease-in-out;transition:.5s all ease-in-out;-webkit-transition-delay:.1s;transition-delay:.1s;overflow:hidden;border-inline:1px solid #dcdcdc;background:#fff}.pa-woo-mc__content-wrapper.pa-hide-content .pa-woo-mc__cart-footer,.pa-woo-mc__content-wrapper.pa-hide-content .pa-woo-mc__coupon-sec-wrapper,.pa-woo-mc__content-wrapper.pa-hide-content .pa-woo-mc__empty-mc,.pa-woo-mc__content-wrapper.pa-hide-content .pa-woo-mc__progressbar-wrapper{display:none}.pa-woo-mc__content-wrapper.pa-woo-mc__slide{position:fixed;height:100vh;top:0;display:none}.pa-woo-mc__content-wrapper.pa-woo-mc__menu{position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);visibility:hidden;opacity:0;border:1px solid #dcdcdc;box-shadow:0 0 20px 0 rgba(0,0,0,.149)}.pa-woo-mc__content-wrapper.pa-woo-mc__menu.pa-woo-mc__open{visibility:visible;opacity:1}.pa-woo-mc__content-wrapper.pa-woo-mc__menu .pa-woo-mc__items-wrapper{height:255px}.pa-woo-mc__remove-item svg,.pa-woo-mc__remove-item svg *{fill:#a3a3a3}.pa-woo-mc__remove-item i,.pa-woo-mc__remove-item span{color:#a3a3a3}.pa-woo-mc__remove-item:hover svg,.pa-woo-mc__remove-item:hover svg *{fill:#303030}.pa-woo-mc__remove-item:hover i,.pa-woo-mc__remove-item:hover span{color:#303030}.pa-woo-mc__item-price{font-size:14px;font-weight:500}.pa-woo-mc__items-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-top:20px;padding-bottom:20px;row-gap:20px;overflow-y:auto;background:#fff}.pa-woo-mc__item-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0 20px;-webkit-column-gap:20px;column-gap:20px;position:relative}.pa-woo-mc__empty-msg-wrapper{position:absolute;top:40%;left:0;width:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.pa-woo-mc__empty-msg{font-size:16px;font-weight:400;margin-top:20px;margin-bottom:15px;font-family:"DM Sans",Sans-serif}.pa-woo-mc__empty-msg-img{width:150px}.pa-woo-mc__empty-msg-btn{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:13px;font-weight:600;padding:10px 20px;background-color:rgba(2,1,1,.8);color:#fff;letter-spacing:.5px;text-transform:uppercase;text-decoration:none;font-family:"Plus Jakarta Sans",Sans-serif}.pa-woo-mc__empty-msg-btn:hover{background-color:rgba(2,1,1,.8);color:#fff}.pa-woo-mc__item-qty,.pa-woo-mc__price-row,.pa-woo-mc__product-data,.pa-woo-mc__title-row{display:-webkit-flex;display:-ms-flexbox;display:flex}.pa-woo-mc__price-row,.pa-woo-mc__product-data,.pa-woo-mc__title-row{-webkit-flex:1;-ms-flex:1;flex:1}.pa-woo-mc__product-data{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.pa-woo-mc__price-row{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.pa-woo-mc__product-thumbnail{width:105px;height:105px}.pa-woo-mc__product-thumbnail img{height:100%;border-radius:24px}.pa-woo-mc__product-thumbnail a{color:transparent}.pa-woo-mc__item-qty{-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #e2e2e2;padding:5px}.pa-woo-mc__input[type=number]{-webkit-appearance:textfield;appearance:textfield;width:20px;background:0 0;font-size:15px;font-weight:400;pointer-events:none;outline:0}.pa-woo-mc__input[type=number]::-webkit-inner-spin-button,.pa-woo-mc__input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.pa-woo-mc__input[type=number],.pa-woo-mc__qty-btn{padding:0;margin:0;text-align:center;border:none;border-radius:0}.pa-woo-mc__qty-btn{width:13px;height:13px;fill:rgba(0,0,0,.631372549);border:none;cursor:pointer}.pa-woo-mc__qty-btn *{fill:rgba(0,0,0,.631372549)}.pa-woo-mc__qty-btn.disabled{cursor:not-allowed;pointer-events:none}.pa-woo-mc__qty-btn-yes .pa-woo-mc__qty-btn,.pa-woo-mc__qty-btn-yes svg:not(:root).pa-woo-mc__qty-btn{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pa-woo-mc__qty-btn-yes .pa-woo-mc__input[type=number]{pointer-events:auto}.pa-woo-mc__title{font-size:14px;font-weight:600;color:#000}.pa-woo-mc__layout-1{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.pa-woo-mc__layout-1 .pa-woo-mc__title-row{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.pa-woo-mc__layout-2 .pa-woo-mc__product-data{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.pa-woo-mc__layout-2 .pa-woo-mc__title{text-align:start;width:100%}.pa-woo-mc__layout-3 .pa-woo-mc__product-thumbnail{-webkit-order:2;-ms-flex-order:2;order:2;position:relative}.pa-woo-mc__layout-3 .pa-woo-mc__remove-item{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;left:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:11px;padding:10px;z-index:3;box-shadow:0 2px 6px 0 rgba(0,0,0,.4);border-radius:50%;background:#fff}.pa-woo-mc__layout-3 .pa-woo-mc__cart-count{font-size:13px;font-weight:700;text-transform:uppercase;line-height:1.5}.pa-woo-mc__layout-4 .pa-woo-mc__remove-item{position:absolute;top:0;inset-inline-end:0;visibility:inherit;opacity:0;font-size:114%;margin-top:10px;-webkit-margin-end:0;margin-inline-end:0;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.pa-woo-mc__layout-4 .pa-woo-mc__remove-item svg{height:100%;width:100%}.pa-woo-mc__layout-4 .pa-woo-mc__items-wrapper{padding-inline:20px}.pa-woo-mc__layout-4 .pa-woo-mc__item-wrapper{padding:10px 20px}.pa-woo-mc__layout-4 .pa-woo-mc__item-wrapper:hover{background:#f7f7f7;-webkit-transition:all .3s ease;transition:all .3s ease}.pa-woo-mc__layout-4 .pa-woo-mc__item-wrapper:hover .pa-woo-mc__remove-item{opacity:1;-webkit-margin-end:10px;margin-inline-end:10px}.pa-woo-mc__layout-4 .pa-woo-mc__product-data{row-gap:10px}.pa-woo-mc__layout-3 .pa-woo-mc__items-wrapper,.pa-woo-mc__layout-4 .pa-woo-mc__items-wrapper{overflow-y:visible}.pa-woo-mc__layout-3 .pa-woo-mc__item-price,.pa-woo-mc__layout-4 .pa-woo-mc__item-price{display:-webkit-flex;display:-ms-flexbox;display:flex;gap:5px}.pa-woo-mc__layout-3 .pa-woo-mc__content-wrapper,.pa-woo-mc__layout-4 .pa-woo-mc__content-wrapper{overflow:visible}.pa-woo-mc__layout-3 .pa-woo-mc__cart-header,.pa-woo-mc__layout-4 .pa-woo-mc__cart-header{position:relative}.pa-woo-mc__layout-3 .pa-woo-mc__close-button,.pa-woo-mc__layout-4 .pa-woo-mc__close-button{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:unset;height:unset;background:#fff;border-radius:50%}.pa-woo-mc__layout-3 .pa-woo-mc__close-button svg,.pa-woo-mc__layout-4 .pa-woo-mc__close-button svg{width:13px;height:13px;margin:12px}.pa-woo-mc__layout-3 .pa-woo-mc__product-thumbnail,.pa-woo-mc__layout-4 .pa-woo-mc__product-thumbnail{width:80px;height:80px}.pa-woo-mc__layout-3 .pa-woo-mc__product-thumbnail img,.pa-woo-mc__layout-4 .pa-woo-mc__product-thumbnail img{border-radius:15px}.pa-woo-mc__layout-3.pa-slide-dir-left .pa-woo-mc__close-button,.pa-woo-mc__layout-4.pa-slide-dir-left .pa-woo-mc__close-button{right:-55px}.pa-woo-mc__layout-3.pa-slide-dir-right .pa-woo-mc__close-button,.pa-woo-mc__layout-4.pa-slide-dir-right .pa-woo-mc__close-button{left:-55px}.pa-woo-mc__cross-sell-wrapper{margin-top:20px}.pa-woo-mc__cross-sell-product{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.pa-woo-mc__cross-sell-product .pa-woo-mc__cross-sell-thumbnail{width:90px;height:90px;margin-bottom:10px}.pa-woo-mc__cross-sell-product .pa-woo-mc__cross-sell-thumbnail img{height:100%}.pa-woo-mc__cross-sells-wrapper{margin-top:35px}.pa-woo-mc__coupon-sec-wrapper{margin:20px;padding:10px;background-color:rgba(220,220,220,.2784313725)}.pa-woo-mc__cross-sells-heading-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:20px;border-bottom:1px solid #dcd8d8;padding-bottom:7px}.pa-woo-mc__cross-sells-heading{font-size:15px;font-weight:600;text-transform:uppercase}.pa-woo-mc__cross-sells-arrows{display:-webkit-flex;display:-ms-flexbox;display:flex}.pa-woo-mc__cross-sells-arrows a{width:10px;height:10px;color:#000;visibility:hidden;opacity:0;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex}.pa-woo-mc__cross-sells-arrows a svg{width:100%;height:100%}.pa-woo-mc__coupon-submit,.pa-woo-mc__coupon-toggler,.pa-woo-mc__cross-sell-title,.pa-woo-mc__cross-sells-arrows a,.pa-woo-mc__empty-msg-btn{outline:0;border:none;margin:0}.pa-woo-mc__coupon-submit,.pa-woo-mc__coupon-toggler,.pa-woo-mc__cross-sell-title,.pa-woo-mc__cross-sells-arrows a{padding:0}.pa-woo-mc__coupon-submit:hover,.pa-woo-mc__coupon-toggler:hover,.pa-woo-mc__cross-sell-title:hover,.pa-woo-mc__cross-sells-arrows a:hover{color:currentColor;background:0 0;border:none}.pa-woo-mc__coupon-notice{font-size:12px;font-weight:600;color:#439665}.pa-woo-mc__coupon-notice.pa-error-notice{color:#d9534f}.pa-woo-mc__coupon-notice-wrapper .pa-woo-mc__remove-coupon{font-size:12px;font-weight:600;color:#d63638;text-decoration:underline;margin:0;padding:0;background:0 0;box-shadow:none}.pa-woo-mc__coupon-notice-wrapper .pa-woo-mc__remove-coupon:hover{color:#d63638;background:0 0}.pa-woo-mc__coupon-notice-wrapper .pa-woo-mc__remove-coupon:focus{outline:0;border:none;box-shadow:none}.pa-woo-mc__coupon-submit{position:absolute;z-index:4;inset-inline-end:10px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:100%;color:#000;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:inset .3s ease-in-out;transition:inset .3s ease-in-out}.pa-woo-mc__coupon-submit svg{width:18px;height:18px}.pa-woo-mc__coupon-submit:hover{inset-inline-end:8px}.pa-woo-mc__cross-sell-title{font-size:14px;color:#000;font-weight:600;line-height:1.1}.pa-woo-mc__coupon-toggler{font-size:13px;color:#000;font-weight:500;letter-spacing:.3px;text-transform:uppercase}.pa-woo-mc__coupon-wrapper{position:relative;margin-top:10px}.pa-woo-mc__progressbar-wrapper{margin:20px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:10px}.pa-woo-mc__progressbar{height:12px;width:100%;border-radius:3px;background-color:#e6e6e6;background-image:-webkit-linear-gradient(315deg,rgba(255,255,255,.7) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.7) 50%,rgba(255,255,255,.7) 75%,transparent 75%,transparent);background-size:30px 30px;animation:progress-bar-move 2s linear infinite reverse;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-woo-mc__progress-heading{font-size:14px;font-weight:600}.pa-woo-mc__qty-ctrls-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%}.pa-woo-mc__qty-ctrls-row .pa-woo-mc__item-qty{border:1px solid #e2e2e2}.pa-woo-mc__empty-mc{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.pa-woo-mc__empty-mc .pa-woo-mc__empty-mc-confirm,.pa-woo-mc__empty-mc .pa-woo-mc__remove-all-btn{margin:10px 20px;padding:10px 20px;border-radius:4px;border:none;width:100%}.pa-woo-mc__empty-mc .pa-woo-mc__confirm-msg,.pa-woo-mc__empty-mc .pa-woo-mc__remove-all-btn,.pa-woo-mc__empty-mc a.pa-woo-mc__confirm-btn{font-size:11px;background:rgba(2,1,1,0);color:#000;text-align:center;border:none;line-height:1;white-space:nowrap;font-weight:300;text-transform:uppercase;letter-spacing:.7px}.pa-woo-mc__empty-mc .pa-woo-mc__confirm-msg:hover,.pa-woo-mc__empty-mc .pa-woo-mc__remove-all-btn:hover,.pa-woo-mc__empty-mc a.pa-woo-mc__confirm-btn:hover{background:rgba(2,1,1,0)}.pa-woo-mc__empty-mc .pa-woo-mc__confirm-msg:focus,.pa-woo-mc__empty-mc .pa-woo-mc__remove-all-btn:focus,.pa-woo-mc__empty-mc a.pa-woo-mc__confirm-btn:focus{outline:0;border:none;box-shadow:none}.pa-woo-mc__empty-mc .pa-woo-mc__remove-all-btn,.pa-woo-mc__empty-mc a.pa-woo-mc__confirm-btn{text-decoration:underline;cursor:pointer}.pa-woo-mc__empty-mc-confirm{gap:10px;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.pa-woo-mc__confirm-btn{padding:0;margin:0;outline:0;border:none}.pa-woo-mc__confirm-msg{word-spacing:2px}.pa-woo-mc__cart-footer{padding:20px;margin-top:auto;border-top:1px solid #dcdcdc}.pa-woo-mc__cart-footer .pa-woo-mc__cart-subtotal{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.pa-woo-mc__cart-footer .pa-woo-mc__subtotal-heading{font-size:14px;letter-spacing:0;text-transform:capitalize;color:#000;font-weight:400}.pa-woo-mc__cart-footer .pa-woo-mc__subtotal{font-size:15px;letter-spacing:0;text-transform:uppercase;color:#000;font-weight:500}.pa-woo-mc__remove-item{display:none;cursor:pointer;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.pa-woo-mc__remove-item svg{width:100%;height:100%}.pa-woo-mc__remove-icon-yes .pa-woo-mc__remove-item{display:block}.pa-woo-mc__remove-icon-yes.pa-woo-mc__layout-3 .pa-woo-mc__remove-item{display:-webkit-flex;display:-ms-flexbox;display:flex}.pa-woo-mc__cart-buttons{display:-webkit-flex;display:-ms-flexbox;display:flex;gap:10px;margin-top:20px}.pa-woo-mc__mc-btn{width:100%;padding:12px;text-align:center}.pa-woo-mc__btn-txt{font-weight:500;font-size:13px;letter-spacing:.5px;text-transform:uppercase;text-decoration:none}.pa-woo-mc__view-cart{background:#e7e7e7;color:#000}.pa-woo-mc__view-cart:hover{background:#e0e0e0}.pa-woo-mc__checkout{background:#2d2d2d;color:#fff}.pa-woo-mc__checkout:hover{background:#000}.pa-woo-mc__item-notice{position:absolute;left:0;top:100%;width:100%;font-size:15px;padding:0 20px;color:#d9534f}.pa-woo-mc__mw-left .pa-woo-mc__menu,.pa-woo-mc__mw-right .pa-woo-mc__menu{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.pa-woo-mc__mw-left .pa-woo-mc__menu{left:0}.pa-woo-mc__mw-right .pa-woo-mc__menu{right:0;left:unset}.pa-woo-mc__slide-up.pa-woo-mc__mw-center .pa-woo-mc__menu{-webkit-transform:translateX(-50%) translateY(10px);-ms-transform:translateX(-50%) translateY(10px);transform:translateX(-50%) translateY(10px)}.pa-woo-mc__slide-up.pa-woo-mc__mw-center .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}.pa-woo-mc__slide-up.pa-woo-mc__mw-left .pa-woo-mc__menu,.pa-woo-mc__slide-up.pa-woo-mc__mw-right .pa-woo-mc__menu{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}.pa-woo-mc__slide-up.pa-woo-mc__mw-left .pa-woo-mc__menu.pa-woo-mc__open,.pa-woo-mc__slide-up.pa-woo-mc__mw-right .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pa-woo-mc__slide-down.pa-woo-mc__mw-center .pa-woo-mc__menu{-webkit-transform:translateX(-50%) translateY(-10px);-ms-transform:translateX(-50%) translateY(-10px);transform:translateX(-50%) translateY(-10px)}.pa-woo-mc__slide-down.pa-woo-mc__mw-center .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}.pa-woo-mc__slide-down.pa-woo-mc__mw-left .pa-woo-mc__menu,.pa-woo-mc__slide-down.pa-woo-mc__mw-right .pa-woo-mc__menu{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.pa-woo-mc__slide-down.pa-woo-mc__mw-left .pa-woo-mc__menu.pa-woo-mc__open,.pa-woo-mc__slide-down.pa-woo-mc__mw-right .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pa-woo-mc__slide-left.pa-woo-mc__mw-center .pa-woo-mc__menu{-webkit-transform:translateX(-45%);-ms-transform:translateX(-45%);transform:translateX(-45%)}.pa-woo-mc__slide-left.pa-woo-mc__mw-center .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.pa-woo-mc__slide-left.pa-woo-mc__mw-left .pa-woo-mc__menu,.pa-woo-mc__slide-left.pa-woo-mc__mw-right .pa-woo-mc__menu{-webkit-transform:translateX(5%);-ms-transform:translateX(5%);transform:translateX(5%)}.pa-woo-mc__slide-left.pa-woo-mc__mw-left .pa-woo-mc__menu.pa-woo-mc__open,.pa-woo-mc__slide-left.pa-woo-mc__mw-right .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.pa-woo-mc__slide-right.pa-woo-mc__mw-center .pa-woo-mc__menu{-webkit-transform:translateX(-55%);-ms-transform:translateX(-55%);transform:translateX(-55%)}.pa-woo-mc__slide-right.pa-woo-mc__mw-center .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.pa-woo-mc__slide-right.pa-woo-mc__mw-left .pa-woo-mc__menu,.pa-woo-mc__slide-right.pa-woo-mc__mw-right .pa-woo-mc__menu{-webkit-transform:translateX(-5%);-ms-transform:translateX(-5%);transform:translateX(-5%)}.pa-woo-mc__slide-right.pa-woo-mc__mw-left .pa-woo-mc__menu.pa-woo-mc__open,.pa-woo-mc__slide-right.pa-woo-mc__mw-right .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.pa-woo-mc__anim-overlay{transition:transform .5s,-webkit-transform .5s}.pa-woo-mc__anim-overlay.left{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.pa-woo-mc__anim-overlay.right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.pa-hide-empty-badge-yes .pa-hide-badge{display:none}.pa-woo-mc__coupon-wrapper input[type=text].pa-woo-mc__coupon-field{outline:0;border:none;margin:0;padding:10px;box-shadow:0 0 0 transparent;width:100%;font-size:13px;font-style:italic;text-transform:capitalize;background-color:#fff}.elementor-widget-premium-mini-cart:not(.pa-woo-mc__preset-5,.pa-woo-mc__preset-7) .pa-woo-mc__badge{width:15px;height:15px;background-color:#d9534f;color:#fff;font-size:10px;border-radius:50%}.pa-woo-mc__layout-1 .pa-woo-mc__cross-sells-wrapper,.pa-woo-mc__layout-2 .pa-woo-mc__cross-sells-wrapper,.pa-woo-mc__layout-3 .pa-woo-mc__cross-sells-wrapper{padding:0 20px}.pa-show-cs-arrows-yes .pa-woo-mc__cross-sells-arrows a{visibility:inherit;opacity:1}.pa-show-cross-sells-yes .pa-woo-mc__cross-sells-wrapper{display:block!important}.pa-show-trash-text .pa-woo-mc__remove-item span{display:inline!important;font-size:10px;text-decoration:underline}.pa-show-trash-icon .pa-woo-mc__remove-item{width:17px;height:17px}.pa-show-trash-icon .pa-woo-mc__remove-item svg{display:block!important}.pa-woo-mc__layout-4 .pa-show-trash-icon .pa-woo-mc__remove-item{width:11px;height:11px}.widget_shopping_cart_content{overflow-y:auto}.pa-flex-col{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-mc-title-yes .pa-woo-mc__cart-header{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.pa-mc-separator-yes .pa-woo-mc__item-divider{display:block!important;height:1px;border:0;margin-top:20px;margin-bottom:20px;border-top:1px solid #dcdcdc}.pa-mc-separator-yes .pa-woo-mc__items-wrapper{row-gap:0}.premium-mc-float-left .pa-woo-mc__inner-container{left:0}.premium-mc-float-right .pa-woo-mc__inner-container{right:10px}.premium-mc-float-top .pa-woo-mc__inner-container{top:0}.premium-mc-float-middle .pa-woo-mc__inner-container{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-mc-float-bottom .pa-woo-mc__inner-container{bottom:0}html.msection-html{margin-top:0!important}html.offcanvas-open{min-height:100vh}html.offcanvas-open body{overflow-x:hidden}html.offcanvas-open .eb-total-outer-container{overflow:hidden}.premium-magic-section-body-inner{position:relative;z-index:9;-webkit-transition:all .5s;transition:all .5s}.pa-woo-mc__qty-btn,svg:not(:root).pa-woo-mc__qty-btn{display:none}@media (max-width:1024px){.pa-woo-mc__content-wrapper{width:50vw}.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:50%}.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu,.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu{left:0}.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu{right:0;left:unset}.pa-woo-mc__slide-up.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu{-webkit-transform:translateX(-50%) translateY(10px);-ms-transform:translateX(-50%) translateY(10px);transform:translateX(-50%) translateY(10px)}.pa-woo-mc__slide-up.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}.pa-woo-mc__slide-up.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu,.pa-woo-mc__slide-up.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}.pa-woo-mc__slide-up.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu.pa-woo-mc__open,.pa-woo-mc__slide-up.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pa-woo-mc_slide-down.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu{-webkit-transform:translateX(-50%) translateY(-10px);-ms-transform:translateX(-50%) translateY(-10px);transform:translateX(-50%) translateY(-10px)}.pa-woo-mc_slide-down.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}.pa-woo-mc_slide-down.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu,.pa-woo-mc_slide-down.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.pa-woo-mc_slide-down.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu.pa-woo-mc__open,.pa-woo-mc_slide-down.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pa-woo-mc_slide-left.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu{-webkit-transform:translateX(-45%);-ms-transform:translateX(-45%);transform:translateX(-45%)}.pa-woo-mc_slide-left.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.pa-woo-mc_slide-left.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu,.pa-woo-mc_slide-left.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu{-webkit-transform:translateX(5%);-ms-transform:translateX(5%);transform:translateX(5%)}.pa-woo-mc_slide-left.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu.pa-woo-mc__open,.pa-woo-mc_slide-left.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.pa-woo-mc_slide-right.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu{-webkit-transform:translateX(-55%);-ms-transform:translateX(-55%);transform:translateX(-55%)}.pa-woo-mc_slide-right.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.pa-woo-mc_slide-right.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu,.pa-woo-mc_slide-right.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu{-webkit-transform:translateX(-5%);-ms-transform:translateX(-5%);transform:translateX(-5%)}.pa-woo-mc_slide-right.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu.pa-woo-mc__open,.pa-woo-mc_slide-right.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@media (max-width:767px){.pa-woo-mc__content-wrapper{width:100vw}.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:50%}.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu,.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu{left:0}.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu{right:0;left:unset}.pa-woo-mc__slide-up.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu{-webkit-transform:translateX(-50%) translateY(10px);-ms-transform:translateX(-50%) translateY(10px);transform:translateX(-50%) translateY(10px)}.pa-woo-mc__slide-up.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}.pa-woo-mc__slide-up.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu,.pa-woo-mc__slide-up.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}.pa-woo-mc__slide-up.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu.pa-woo-mc__open,.pa-woo-mc__slide-up.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pa-woo-mc_slide-down.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu{-webkit-transform:translateX(-50%) translateY(-10px);-ms-transform:translateX(-50%) translateY(-10px);transform:translateX(-50%) translateY(-10px)}.pa-woo-mc_slide-down.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}.pa-woo-mc_slide-down.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu,.pa-woo-mc_slide-down.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.pa-woo-mc_slide-down.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu.pa-woo-mc__open,.pa-woo-mc_slide-down.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pa-woo-mc_slide-left.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu{-webkit-transform:translateX(-45%);-ms-transform:translateX(-45%);transform:translateX(-45%)}.pa-woo-mc_slide-left.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.pa-woo-mc_slide-left.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu,.pa-woo-mc_slide-left.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu{-webkit-transform:translateX(5%);-ms-transform:translateX(5%);transform:translateX(5%)}.pa-woo-mc_slide-left.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu.pa-woo-mc__open,.pa-woo-mc_slide-left.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.pa-woo-mc_slide-right.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu{-webkit-transform:translateX(-55%);-ms-transform:translateX(-55%);transform:translateX(-55%)}.pa-woo-mc_slide-right.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.pa-woo-mc_slide-right.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu,.pa-woo-mc_slide-right.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu{-webkit-transform:translateX(-5%);-ms-transform:translateX(-5%);transform:translateX(-5%)}.pa-woo-mc_slide-right.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu.pa-woo-mc__open,.pa-woo-mc_slide-right.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes progress-bar-move{0%{background-position:0 0}100%{background-position:30px 30px}}@keyframes progress-bar-move{0%{background-position:0 0}100%{background-position:30px 30px}}.elementor-editor-preview .elementor-widget-empty{display:-webkit-flex;display:-ms-flexbox;display:flex}.rtl .pa-show-cs-arrows-yes .pa-woo-mc__cross-sells-arrows{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.rtl .pa-woo-mc__layout-3 .pa-woo-mc__remove-item{left:0}.rtl .pa-woo-mc__tax-label{font-size:60%}.rtl .pa-woo-mc__subtotal.pa-counting .odometer{direction:ltr}.premium-mobile-menu__wrap{position:relative;z-index:99}.premium-mobile-menu__dir-row .premium-mobile-menu__list{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.premium-mobile-menu__dir-column .premium-mobile-menu__list{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-mobile-menu__left .premium-mobile-menu__wrap{left:0}.premium-mobile-menu__center .premium-mobile-menu__wrap{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.premium-mobile-menu__right .premium-mobile-menu__wrap{right:0}.premium-mobile-menu__top .premium-mobile-menu__wrap{top:0}.premium-mobile-menu__bottom .premium-mobile-menu__wrap{bottom:0}.premium-mobile-menu__list{margin:0;padding:0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:480px;-webkit-column-gap:5px;column-gap:5px}.premium-mobile-menu__item{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;list-style:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;overflow:visible;cursor:pointer;text-align:center;padding:0;margin:0;-webkit-flex:1;-ms-flex:1;flex:1}.premium-mobile-menu__item-inner{background:#eee}.premium-mobile-menu__item-inner .premium-drawable-icon,.premium-mobile-menu__item-inner .premium-lottie-animation,.premium-mobile-menu__item-inner .premium-mobile-menu__icon-wrap{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-mobile-menu__item-inner i{font-size:20px}.premium-mobile-menu__item-inner svg{width:20px;height:20px}.premium-mobile-menu__items-wrap{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-mobile-menu__link{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;overflow:hidden;min-height:70px}.premium-mobile-menu__badge{position:absolute;display:-webkit-flex;display:-ms-flexbox;display:flex;top:5px;right:5px}.premium-mobile-menu__badge span{font-size:10px}.premium-mobile-menu__badge span,.premium-mobile-menu__text span{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-mobile-menu__indicator-yes .active-menu-item .premium-mobile-menu__link::after{position:absolute;content:"";bottom:5px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:5px;height:5px;background-color:#000;border-radius:50%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-modal-box-modal-lower-close,.premium-modal-trigger-btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent}.premium-modal-trigger-btn .premium-modal-box-icon,.premium-modal-trigger-btn i{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-modal-trigger-btn>svg{width:30px;height:30px}.premium-modal-box-modal-close{float:inline-end;font-size:21px;font-weight:700;line-height:1;color:#000;position:relative;z-index:99}.premium-modal-box-modal-close:focus,.premium-modal-box-modal-close:hover{color:#000;text-decoration:none;cursor:pointer}button.premium-modal-box-modal-close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.premium-modal-box-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;-webkit-overflow-scrolling:touch;outline:0;padding:0!important;background:rgba(0,0,0,.5);-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-modal-box-modal .premium-modal-box-modal-dialog{position:absolute;max-height:-webkit-calc(100vh - 150px);max-height:calc(100vh - 150px);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;opacity:0;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:6px}.premium-modal-box-modal-content{background-clip:padding-box;outline:0;overflow-x:hidden}.premium-modal-backdrop.premium-in{opacity:.5!important}.premium-in{opacity:1;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.premium-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.premium-modal-box-modal-header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:5px 15px;border-bottom:1px solid #e5e5e5}.premium-modal-box-modal-header .premium-modal-box-modal-close{margin-top:-2px}.premium-modal-box-modal-header .premium-modal-box-modal-title{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0;padding:0}.premium-modal-box-modal-header .premium-modal-box-modal-title svg{width:50px;height:60px}.premium-modal-box-modal-body{position:relative;padding:15px}.premium-modal-box-modal-footer{padding:15px;text-align:end;border-top:1px solid #e5e5e5}.premium-modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.premium-modal-trigger-text{background:0 0!important;display:inline-block}.premium-modal-box-container{width:100%!important}.premium-modal-trigger-container .premium-modal-trigger-btn{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-modal-trigger-container .premium-modal-trigger-btn.premium-btn-block{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-modal-trigger-container .premium-modal-trigger-animation,.premium-modal-trigger-container .premium-modal-trigger-img,.premium-modal-trigger-container .premium-modal-trigger-text{cursor:pointer}.premium-modal-trigger-container .premium-modal-trigger-animation{display:inline-block;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-modal-box-modal-header img{width:48px;-webkit-padding-end:5px;padding-inline-end:5px}.premium-modal-box-modal-header i,.premium-modal-box-modal-header svg{-webkit-padding-end:6px;padding-inline-end:6px}.premium-modal-box-close-button-container,.premium-modal-box-modal-close,.premium-modal-box-modal-lower-close,.premium-modal-trigger-img,.premium-modal-trigger-text{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media (min-width:768px){.premium-modal-box-modal-dialog{width:700px;max-height:600px;overflow:auto}}@media (max-width:767px){.premium-modal-box-modal-dialog{width:100%;max-height:500px;overflow:auto}}.premium-modal-box-container[data-modal-animation*=animated-]{opacity:0}.premium-nav-widget-container{--pa-menu-width:300px}.premium-nav-widget-container ul{list-style:none;margin:0;padding:0}.premium-nav-widget-container .premium-main-nav-menu{display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%}.premium-nav-ver .premium-ver-inner-container{width:45%;position:relative}.premium-nav-ver .premium-nav-menu-container,.premium-nav-ver .premium-ver-toggler{width:100%}.premium-nav-ver .premium-nav-menu-container{background-color:#fff;box-shadow:0 10px 25px rgba(0,0,0,.1)}.premium-nav-ver .premium-main-nav-menu{position:relative;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item.menu-item-has-children .premium-sub-menu{visibility:hidden;opacity:0;position:absolute;min-width:250px}.premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item.menu-item-has-children.premium-item-hovered .premium-mega-content-container,.premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item.menu-item-has-children.premium-item-hovered>.premium-sub-menu{opacity:1;visibility:visible}.premium-nav-ver .premium-nav-menu-item{width:100%}.premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-right .premium-mega-content-container,.premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-right .premium-nav-menu-item.menu-item-has-children .premium-sub-menu{left:100%;top:0}.premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-left .premium-mega-content-container,.premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-left .premium-nav-menu-item.menu-item-has-children .premium-sub-menu{right:100%;top:0}.premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-left .premium-menu-link{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.premium-nav-ver:not(.premium-hamburger-menu).pa-align-top .premium-main-nav-menu,.premium-nav-ver:not(.premium-hamburger-menu).pa-align-top .premium-nav-menu-item.menu-item-has-children{position:static}.premium-nav-hor>.elementor-widget-container>.premium-nav-widget-container>.premium-ver-inner-container>.premium-nav-menu-container{height:60px}.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item .premium-sub-menu{visibility:hidden;opacity:0;position:absolute;min-width:220px}.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item>.premium-mega-content-container,.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item>.premium-sub-menu{top:100%}.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item>.premium-sub-menu .premium-sub-menu{inset-inline-start:100%;top:0}.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-item-hovered>.premium-mega-content-container,.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-item-hovered>.premium-sub-menu{visibility:visible;opacity:1;pointer-events:auto}.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-mega-item-static .premium-mega-content-container{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item:not(.premium-mega-item-static) .premium-mega-content-container{left:0}.premium-mega-nav-item>.premium-sub-menu{display:none}.premium-mega-nav-item{position:relative}.premium-mega-nav-item.premium-item-hovered>.premium-mega-content-container{visibility:visible;opacity:1;pointer-events:auto}.premium-mega-content-container{visibility:hidden;position:absolute;z-index:9999;opacity:0;pointer-events:none}.premium-hamburger-menu .premium-mega-content-container,.premium-nav-dropdown .premium-mega-content-container,.premium-nav-slide .premium-mega-content-container{visibility:visible;position:relative;opacity:1;pointer-events:auto}.premium-mobile-menu-outer-container .premium-mobile-menu-close,.premium-nav-widget-container .premium-hamburger-toggle{text-decoration:none;cursor:pointer}.premium-nav-widget-container .premium-hamburger-toggle{display:none;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-nav-widget-container .premium-hamburger-toggle i{padding:.25em;font-size:22px}.premium-nav-widget-container .premium-hamburger-toggle svg{width:22px;height:22px}.premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-close,.premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-text,.premium-nav-widget-container .premium-hamburger-toggle i{color:#494c4f}.premium-nav-widget-container .premium-hamburger-toggle svg,.premium-nav-widget-container .premium-hamburger-toggle svg path{fill:#494c4f}.premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-close,.premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-text{margin:2px}.premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-close{display:none}.premium-mobile-menu-container{width:100%}.premium-mobile-menu-container .premium-main-mobile-menu{width:100%}.premium-mobile-menu-container ul{list-style:none;margin:0;padding:0}.premium-mobile-menu-container .premium-mobile-menu,.premium-mobile-menu-container .premium-sub-menu{display:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-mobile-menu-container .premium-nav-menu-item{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-mobile-menu-container .premium-item-badge{top:50%;right:0;left:unset;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-nav-hor .premium-mobile-menu-container .premium-item-badge{top:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.premium-mobile-menu-outer-container{opacity:0}.premium-mobile-menu-outer-container.premium-vertical-toggle-open{opacity:1}.premium-ver-hamburger-menu .premium-mobile-menu-outer-container{background-color:#f7f7f7;width:var(--pa-menu-width);height:100%;position:fixed;top:0;overflow-x:hidden;z-index:10002;-webkit-transition:.5s;transition:.5s;padding-top:50px}.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-container{margin-top:50px}.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-container .premium-item-badge{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close{position:absolute;top:2%;right:5px;padding:0 9px;z-index:10000;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;color:#494c4f;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close .premium-toggle-close{margin:5px}.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close svg{width:22px;height:22px;fill:#494c4f}.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close svg path{fill:#494c4f}.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close i{font-size:22px}.premium-ver-hamburger-menu .premium-vertical-toggle-open{-webkit-transform:translateX(0)!important;-ms-transform:translateX(0)!important;transform:translateX(0)!important;-webkit-transition:.5s;transition:.5s}.premium-slide-left .premium-mobile-menu-outer-container,body:not(.rtl) .premium-slide-auto .premium-mobile-menu-outer-container{left:0;-webkit-transform:translateX(-webkit-calc(-1 * var(--pa-menu-width)));-ms-transform:translateX(calc(-1 * var(--pa-menu-width)));transform:translateX(calc(-1 * var(--pa-menu-width)))}.premium-slide-right .premium-mobile-menu-outer-container,body.rtl .premium-slide-auto .premium-mobile-menu-outer-container{right:0;-webkit-transform:translateX(var(--pa-menu-width));-ms-transform:translateX(var(--pa-menu-width));transform:translateX(var(--pa-menu-width))}.premium-ver-toggle-yes .premium-nav-menu-container{height:auto}.premium-ver-toggle-yes .premium-ver-toggler{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:15px 20px 15px 20px;background:#eee;color:#042551;cursor:pointer}.premium-ver-toggle-yes .premium-ver-toggler .premium-ver-toggler-btn,.premium-ver-toggle-yes .premium-ver-toggler .premium-ver-toggler-title{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-ver-toggle-yes .premium-ver-toggler .premium-ver-toggler-txt{text-indent:5px}.premium-ver-toggle-yes .premium-ver-toggler:hover{background:#54595f;color:#fff}.premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-close svg,.premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-close svg path,.premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-open svg,.premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-open svg path,.premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-title-icon svg,.premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-title-icon svg path{fill:#fff}.premium-ver-toggle-yes .premium-nav-menu-container,.premium-ver-toggle-yes .premium-ver-close,.premium-ver-toggle-yes .premium-ver-open,.premium-ver-toggle-yes .premium-ver-toggler{-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s}.premium-ver-toggle-yes .premium-nav-menu-container i,.premium-ver-toggle-yes .premium-nav-menu-container svg,.premium-ver-toggle-yes .premium-ver-close i,.premium-ver-toggle-yes .premium-ver-close svg,.premium-ver-toggle-yes .premium-ver-open i,.premium-ver-toggle-yes .premium-ver-open svg,.premium-ver-toggle-yes .premium-ver-toggler i,.premium-ver-toggle-yes .premium-ver-toggler svg{-webkit-transition:color .3s linear 0s;transition:color .3s linear 0s}.premium-ver-toggle-yes .premium-ver-toggler-txt{-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s}.premium-ver-toggle-yes .premium-ver-close,.premium-ver-toggle-yes .premium-ver-open,.premium-ver-toggle-yes .premium-ver-title-icon{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-ver-toggle-yes .premium-ver-close i,.premium-ver-toggle-yes .premium-ver-open i,.premium-ver-toggle-yes .premium-ver-title-icon i{font-size:16px}.premium-ver-toggle-yes .premium-ver-close svg,.premium-ver-toggle-yes .premium-ver-open svg,.premium-ver-toggle-yes .premium-ver-title-icon svg{width:17px;height:17px;fill:#042551}.premium-ver-toggle-yes .premium-ver-close svg path,.premium-ver-toggle-yes .premium-ver-open svg path,.premium-ver-toggle-yes .premium-ver-title-icon svg path{fill:#042551}.premium-ver-toggle-yes.premium-ver-always .premium-ver-open{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.premium-ver-toggle-yes .premium-ver-collapsed .premium-nav-menu-container{visibility:hidden;opacity:0}.premium-ver-toggle-yes .premium-ver-collapsed .premium-ver-close{display:none}.premium-ver-toggle-yes .premium-ver-collapsed .premium-ver-open{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.premium-ver-toggle-yes.premium-ver-hover .premium-nav-menu-container{position:absolute;z-index:10002}.premium-ver-toggle-yes.premium-ver-click .premium-nav-menu-container{position:absolute;z-index:10001}.premium-ver-toggle-yes .premium-nav-menu-container,.premium-ver-toggle-yes.premium-ver-hover .premium-ver-inner-container:hover .premium-nav-menu-container{visibility:visible;opacity:1}.premium-ver-toggle-yes .premium-ver-open,.premium-ver-toggle-yes.premium-ver-hover .premium-ver-inner-container:hover .premium-ver-open{display:none}.premium-ver-toggle-yes .premium-ver-close,.premium-ver-toggle-yes .premium-ver-title-icon,.premium-ver-toggle-yes.premium-ver-hover .premium-ver-inner-container:hover .premium-ver-close,.premium-ver-toggle-yes.premium-ver-hover .premium-ver-inner-container:hover .premium-ver-title-icon{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.premium-sticky-parent{position:fixed;z-index:10003;-webkit-transition:all .3s linear;transition:all .3s linear}.premium-sticky-scroll-yes.premium-sticky-parent.headroom--not-top{will-change:transform;-webkit-transition:-webkit-transform .5s linear!important;transition:-webkit-transform .5s linear!important;transition:transform .5s linear!important;transition:transform .5s linear,-webkit-transform .5s linear!important;-webkit-transition-delay:1s;transition-delay:1s}.premium-sticky-scroll-yes.premium-sticky-parent.headroom--not-top.slideDown{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.premium-sticky-scroll-yes.premium-sticky-parent.headroom--not-top.slideUp{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.premium-ham-dropdown .premium-stretch-dropdown .premium-mobile-menu-container,.premium-nav-sticky-yes.premium-sticky-active.premium-ham-dropdown .premium-mobile-menu-container{max-height:400px;overflow-y:auto}.premium-nav-slide-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:rgba(0,0,0,.6);z-index:10002}.premium-nav-slide-overlay.premium-vertical-toggle-open{display:block}.premium-active-menu,.premium-active-menu.premium-mega-nav-item>.premium-mega-content-container,.premium-active-menu:not(.premium-mega-nav-item)>.premium-sub-menu{display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-active-menu .premium-toggle-close{display:block}.premium-nav-menu-container .premium-sub-menu{background-color:#fff}.premium-mobile-menu-container li,.premium-mobile-menu-container li>.premium-mega-content-container{width:100%!important}i.premium-item-icon,i.premium-sub-item-icon{font-size:13px}svg.premium-item-icon,svg.premium-sub-item-icon{width:20px;height:20px}.premium-item-icon,.premium-sub-item-icon{margin:0 7px;display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-item-icon svg,.premium-sub-item-icon svg{width:20px;height:20px}.premium-item-icon.premium-lottie-animation,.premium-sub-item-icon.premium-lottie-animation{width:20px;height:20px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-item-icon.dashicons,.premium-sub-item-icon.dashicons{width:13px;height:13px}.premium-nav-menu-item{position:relative}.premium-nav-menu-item .premium-dropdown-icon,.premium-nav-menu-item .premium-menu-link{-webkit-transition:.3s all ease-in-out;transition:.3s all ease-in-out}.premium-nav-menu-item .premium-menu-link{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;padding:7px 10px;text-decoration:none;position:relative}.premium-nav-menu-item .premium-dropdown-icon{margin:5px}.premium-nav-menu-item.menu-item-has-children{position:relative}.premium-nav-menu-item.menu-item-has-children .premium-sub-menu{z-index:9999}.premium-nav-menu-item.menu-item-has-children .premium-sub-menu .premium-sub-menu-link{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.premium-nav-menu-item .menu-link{position:relative;text-decoration:none}.premium-item-badge,.premium-rn-badge,.premium-sub-item-badge{position:absolute;padding:1px 6px;min-width:35px;text-align:center;font-size:10px;border-radius:4px;line-height:1.8;white-space:nowrap}.premium-nav-hor:not(.premium-hamburger-menu) .premium-item-badge,.premium-nav-hor:not(.premium-nav-dropdown) .premium-item-badge,.premium-nav-hor:not(.premium-nav-slide) .premium-item-badge{position:relative;margin:8px}.premium-nav-dropdown .premium-sub-item-badge,.premium-nav-hor .premium-sub-item-badge,.premium-nav-slide .premium-sub-item-badge,.premium-nav-ver.premium-vertical-right .premium-item-badge,.premium-nav-ver.premium-vertical-right .premium-sub-item-badge{top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-nav-ver.premium-vertical-left .premium-item-badge,.premium-nav-ver.premium-vertical-left .premium-sub-item-badge{top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-hamburger-menu .premium-mega-content-container,.premium-nav-dropdown .premium-mega-content-container,.premium-nav-slide .premium-mega-content-container{display:none}.premium-mega-item-static{position:static!important}.premium-hamburger-menu .premium-nav-menu-container,.premium-nav-dropdown .premium-nav-menu-container,.premium-nav-slide .premium-nav-menu-container{display:none}.premium-hamburger-menu .premium-hamburger-toggle,.premium-nav-dropdown .premium-hamburger-toggle,.premium-nav-slide .premium-hamburger-toggle{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.premium-hidden-icon-yes.premium-hamburger-menu .premium-item-icon,.premium-hidden-icon-yes.premium-hamburger-menu .premium-sub-item-icon,.premium-hidden-icon-yes.premium-nav-dropdown .premium-item-icon,.premium-hidden-icon-yes.premium-nav-dropdown .premium-sub-item-icon,.premium-hidden-icon-yes.premium-nav-slide .premium-item-icon,.premium-hidden-icon-yes.premium-nav-slide .premium-sub-item-icon{display:none}.premium-hidden-badge-yes.premium-hamburger-menu .premium-item-badge,.premium-hidden-badge-yes.premium-hamburger-menu .premium-rn-badge,.premium-hidden-badge-yes.premium-hamburger-menu .premium-sub-item-badge,.premium-hidden-badge-yes.premium-nav-dropdown .premium-item-badge,.premium-hidden-badge-yes.premium-nav-dropdown .premium-rn-badge,.premium-hidden-badge-yes.premium-nav-dropdown .premium-sub-item-badge,.premium-hidden-badge-yes.premium-nav-slide .premium-item-badge,.premium-hidden-badge-yes.premium-nav-slide .premium-rn-badge,.premium-hidden-badge-yes.premium-nav-slide .premium-sub-item-badge{display:none}.premium-ham-dropdown .premium-mobile-menu-container,.premium-nav-dropdown .premium-mobile-menu-container{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-ham-dropdown .premium-toggle-opened .premium-toggle-close,.premium-nav-dropdown .premium-toggle-opened .premium-toggle-close{display:inline!important}.premium-ham-dropdown .premium-toggle-opened .premium-toggle-text,.premium-nav-dropdown .premium-toggle-opened .premium-toggle-text{display:none!important}.premium-stretch-dropdown .premium-mobile-menu-container{position:absolute;z-index:9999}.premium-nav-default{display:none}.premium-hamburger-toggle{width:100%}.premium-hamburger-toggle *{-webkit-transition:.3s all ease-in-out;transition:.3s all ease-in-out}.premium-menu-link-parent::after,.premium-menu-link-parent::before{display:block;position:absolute;-webkit-transition:all .3s cubic-bezier(.58,.3,.005,1);transition:all .3s cubic-bezier(.58,.3,.005,1)}.premium-nav-pointer-double-line .premium-menu-link-parent::after,.premium-nav-pointer-underline .premium-menu-link-parent::after{content:"";bottom:0}.premium-nav-pointer-double-line .premium-menu-link-parent::before,.premium-nav-pointer-overline .premium-menu-link-parent::before{content:"";top:0}.premium-nav-pointer-double-line .premium-menu-link-parent::after,.premium-nav-pointer-double-line .premium-menu-link-parent::before,.premium-nav-pointer-overline .premium-menu-link-parent::after,.premium-nav-pointer-overline .premium-menu-link-parent::before,.premium-nav-pointer-underline .premium-menu-link-parent::after,.premium-nav-pointer-underline .premium-menu-link-parent::before{height:3px;width:100%;left:0;background-color:#55595c;z-index:2}.premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,.premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before{opacity:0}.premium-nav-pointer-double-line.premium-nav-animation-none,.premium-nav-pointer-overline.premium-nav-animation-none,.premium-nav-pointer-underline.premium-nav-animation-none{-webkit-transition-duration:0s;transition-duration:0s}.premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent,.premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent::after,.premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent::before,.premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent:focus,.premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent:hover,.premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent,.premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent::after,.premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent::before,.premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent:focus,.premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent:hover,.premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent,.premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent::after,.premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent::before,.premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent:focus,.premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent:hover{-webkit-transition-duration:0s;transition-duration:0s}.premium-nav-pointer-double-line.premium-nav-animation-slide .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,.premium-nav-pointer-underline.premium-nav-animation-slide .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after{width:10px;inset-inline-start:100%}.premium-nav-pointer-double-line.premium-nav-animation-slide .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,.premium-nav-pointer-overline.premium-nav-animation-slide .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before{width:10px;left:-20px}.premium-nav-pointer-double-line.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,.premium-nav-pointer-double-line.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,.premium-nav-pointer-overline.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,.premium-nav-pointer-overline.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,.premium-nav-pointer-underline.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,.premium-nav-pointer-underline.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before{height:0;width:0;left:50%}.premium-nav-pointer-double-line.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,.premium-nav-pointer-overline.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,.premium-nav-pointer-underline.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before{top:-10px}.premium-nav-pointer-double-line.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,.premium-nav-pointer-overline.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,.premium-nav-pointer-underline.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after{bottom:-10px}.premium-nav-pointer-double-line.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,.premium-nav-pointer-overline.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,.premium-nav-pointer-underline.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before{top:10px}.premium-nav-pointer-double-line.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,.premium-nav-pointer-overline.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,.premium-nav-pointer-underline.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after{bottom:10px}.premium-nav-pointer-framed .premium-menu-link-parent::before{content:""}.premium-nav-pointer-framed .premium-menu-link-parent::after,.premium-nav-pointer-framed .premium-menu-link-parent::before{background:0 0;left:0;top:0;bottom:0;right:0;border:3px solid #55595c}.premium-nav-pointer-framed.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before{-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}.premium-nav-pointer-framed.premium-nav-animation-shrink .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25)}.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent::after,.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent::before{width:3px;height:3px}.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent::before{border-width:0 0 3px 3px;-webkit-transition:width .1s .2s,height .1s .3s,opacity .12s .22s;transition:width .1s .2s,height .1s .3s,opacity .12s .22s}.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent::after{content:"";top:auto;bottom:0;left:auto;right:0;border-width:3px 3px 0 0;-webkit-transition:width .1s,height .1s .1s,opacity 20ms .18s;transition:width .1s,height .1s .1s,opacity 20ms .18s}.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:focus::before,.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:hover::before{-webkit-transition:opacity 20ms,height .1s,width .1s .1s;transition:opacity 20ms,height .1s,width .1s .1s}.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:focus::after,.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:hover::after{-webkit-transition:opacity 20ms .2s,height .1s .2s,width .1s .3s;transition:opacity 20ms .2s,height .1s .2s,width .1s .3s}.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:focus::after,.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:focus::before,.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:hover::after,.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:hover::before{width:100%;height:100%}.premium-nav-pointer-framed.premium-nav-animation-draw .premium-active-item .premium-menu-link-parent::before{-webkit-transition:opacity 20ms,height .1s,width .1s .1s;transition:opacity 20ms,height .1s,width .1s .1s}.premium-nav-pointer-framed.premium-nav-animation-draw .premium-active-item .premium-menu-link-parent::after{-webkit-transition:opacity 20ms .2s,height .1s .2s,width .1s .3s;transition:opacity 20ms .2s,height .1s .2s,width .1s .3s}.premium-nav-pointer-framed.premium-nav-animation-draw .premium-active-item .premium-menu-link-parent::after,.premium-nav-pointer-framed.premium-nav-animation-draw .premium-active-item .premium-menu-link-parent::before{width:100%;height:100%}.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent::before{border-width:3px 0 0 3px}.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent::after{content:"";top:auto;bottom:0;left:auto;right:0;border-width:0 3px 3px 0}.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent::after,.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent::before{width:3px;height:3px}.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent:focus::after,.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent:focus::before,.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent:hover::after,.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent:hover::before{width:100%;height:100%;-webkit-transition:opacity 2ms,width .4s,height .4s;transition:opacity 2ms,width .4s,height .4s}.premium-nav-pointer-framed.premium-nav-animation-corners .premium-active-item .premium-menu-link-parent::after,.premium-nav-pointer-framed.premium-nav-animation-corners .premium-active-item .premium-menu-link-parent::before{width:100%;height:100%;-webkit-transition:opacity 2ms,width .4s,height .4s;transition:opacity 2ms,width .4s,height .4s}.premium-nav-pointer-text.premium-nav-animation-grow .premium-menu-link-parent:focus,.premium-nav-pointer-text.premium-nav-animation-grow .premium-menu-link-parent:hover{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-nav-pointer-text.premium-nav-animation-shrink .premium-menu-link-parent:focus,.premium-nav-pointer-text.premium-nav-animation-shrink .premium-menu-link-parent:hover{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.premium-nav-pointer-text.premium-nav-animation-sink .premium-menu-link-parent:focus,.premium-nav-pointer-text.premium-nav-animation-sink .premium-menu-link-parent:hover{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}.premium-nav-pointer-text.premium-nav-animation-float .premium-menu-link-parent:focus,.premium-nav-pointer-text.premium-nav-animation-float .premium-menu-link-parent:hover{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px)}.premium-nav-pointer-text.premium-nav-animation-skew .premium-menu-link-parent:focus,.premium-nav-pointer-text.premium-nav-animation-skew .premium-menu-link-parent:hover{-webkit-transform:skew(-8deg);-ms-transform:skew(-8deg);transform:skew(-8deg)}.premium-nav-pointer-text.premium-nav-animation-rotate .premium-menu-link-parent:focus,.premium-nav-pointer-text.premium-nav-animation-rotate .premium-menu-link-parent:hover{-webkit-transform:rotate(6deg);-ms-transform:rotate(6deg);transform:rotate(6deg)}.premium-nav-pointer-background .premium-menu-link-parent::before{top:0;left:0;right:0;bottom:0;background:#55595c;background-color:#55595c;z-index:-1}.premium-nav-pointer-background .premium-menu-link-parent::after,.premium-nav-pointer-background .premium-menu-link-parent::before{content:"";-webkit-transition:.3s;transition:.3s}.premium-nav-pointer-background.premium-nav-animation-grow .premium-menu-link-parent::before{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}.premium-nav-pointer-background.premium-nav-animation-grow .premium-menu-link-parent:focus::before,.premium-nav-pointer-background.premium-nav-animation-grow .premium-menu-link-parent:hover::before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-nav-pointer-background.premium-nav-animation-grow .premium-active-item .premium-menu-link-parent::before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-nav-pointer-background.premium-nav-animation-shrink .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);-webkit-transition:.3;transition:.3}.premium-nav-pointer-background.premium-nav-animation-sweep-left .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before{left:100%}.premium-nav-pointer-background.premium-nav-animation-sweep-right .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before{right:100%}.premium-nav-pointer-background.premium-nav-animation-sweep-up .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before{top:100%}.premium-nav-pointer-background.premium-nav-animation-sweep-down .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before{bottom:100%}.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent::after,.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent::after{top:0;left:0;right:0;bottom:0;background:#55595c;background-color:#55595c;z-index:-1}.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent::before{top:0;bottom:100%}.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent::after{top:100%;bottom:0}.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent:focus::before,.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent:hover::before{bottom:50%}.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent:focus::after,.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent:hover::after{top:50%}.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-active-item .premium-menu-link-parent::before{bottom:50%}.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-active-item .premium-menu-link-parent::after{top:50%}.premium-nav-pointer-background.premium-nav-animation-shutter-out-vertical .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before{bottom:50%;top:50%}.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent::before{right:0;left:100%}.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent::after{right:100%;left:0}.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent:focus::before,.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent:hover::before{left:50%}.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent:focus::after,.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent:hover::after{right:50%}.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-active-item .premium-menu-link-parent::before{left:50%}.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-active-item .premium-menu-link-parent::after{right:50%}.premium-nav-pointer-background.premium-nav-animation-shutter-out-horizontal .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before{left:50%;right:50%}.premium-active-item::after,.premium-active-item::before,.premium-menu-link-parent:focus::after,.premium-menu-link-parent:focus::before,.premium-menu-link-parent:hover::after,.premium-menu-link-parent:hover::before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-nav-menu-item .premium-mega-content-container,.premium-nav-menu-item .premium-sub-menu{-webkit-transition:.5s all ease-in-out;transition:.5s all ease-in-out;-webkit-transition-delay:.1s;transition-delay:.1s}[class*=premium-nav-slide-].premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-item-hovered>.premium-mega-content-container,[class*=premium-nav-slide-].premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-item-hovered>.premium-sub-menu,[class*=premium-nav-slide-].premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu.premium-item-hovered>.premium-sub-menu,[class*=premium-nav-slide-].premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-item-hovered>.premium-mega-content-container,[class*=premium-nav-slide-].premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-item-hovered>.premium-sub-menu,[class*=premium-nav-slide-].premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu.premium-item-hovered>.premium-sub-menu{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.premium-nav-slide-up.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-content-container,.premium-nav-slide-up.premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu,.premium-nav-slide-up.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-content-container,.premium-nav-slide-up.premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}.premium-nav-slide-down.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-content-container,.premium-nav-slide-down.premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu,.premium-nav-slide-down.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-content-container,.premium-nav-slide-down.premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.premium-nav-slide-right.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-content-container,.premium-nav-slide-right.premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu,.premium-nav-slide-right.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-content-container,.premium-nav-slide-right.premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}.premium-nav-slide-left.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-content-container,.premium-nav-slide-left.premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu,.premium-nav-slide-left.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-content-container,.premium-nav-slide-left.premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}.premium-nav-slide-up.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static .premium-mega-content-container{-webkit-transform:translateX(-50%) translateY(10px);-ms-transform:translateX(-50%) translateY(10px);transform:translateX(-50%) translateY(10px)}.premium-nav-slide-up.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container{-webkit-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}.premium-nav-slide-down.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static .premium-mega-content-container{-webkit-transform:translateX(-50%) translateY(-10px);-ms-transform:translateX(-50%) translateY(-10px);transform:translateX(-50%) translateY(-10px)}.premium-nav-slide-down.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container{-webkit-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}.premium-nav-slide-left.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static .premium-mega-content-container{-webkit-transform:translateX(-45%);-ms-transform:translateX(-45%);transform:translateX(-45%)}.premium-nav-slide-left.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.premium-nav-slide-right.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static .premium-mega-content-container{-webkit-transform:translateX(-55%);-ms-transform:translateX(-55%);transform:translateX(-55%)}.premium-nav-slide-right.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.premium-nav-slide-down.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container,.premium-nav-slide-up.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.premium-nav-slide-left.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container,.premium-nav-slide-right.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.premium-mega-content-container .premium-rn-badge,.premium-rn-badge{position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;right:10px;-webkit-transition:all .3s;transition:all .3s}.premium-nav-ver.premium-vertical-left .premium-rn-badge{top:50%;left:10px;right:unset;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-nav-ver.premium-vertical-left .premium-mega-content-container .premium-rn-badge{left:unset;right:10px}.has-pa-badge:hover{-webkit-transition:all .3s;transition:all .3s}.premium-sub-item-badge{-webkit-transition:all .3s;transition:all .3s}.premium-mega-content-container .premium-badge-dot .premium-rn-badge,.premium-mega-content-container .premium-badge-dot .premium-sub-item-badge,.premium-sub-menu .premium-badge-dot .premium-rn-badge,.premium-sub-menu .premium-badge-dot .premium-sub-item-badge{font-size:0;min-width:1px;padding:3px;border-radius:50%;-webkit-transition:all .3s;transition:all .3s}.premium-mega-content-container .premium-badge-pulse:hover .premium-rn-badge,.premium-mega-content-container .premium-badge-pulse:hover .premium-sub-item-badge,.premium-sub-menu .premium-badge-pulse:hover .premium-rn-badge,.premium-sub-menu .premium-badge-pulse:hover .premium-sub-item-badge{-webkit-animation:badge-pulse-grow .5s alternate infinite ease-in-out;animation:badge-pulse-grow .5s alternate infinite ease-in-out}.premium-mega-content-container .premium-badge-buzz:hover .premium-rn-badge,.premium-mega-content-container .premium-badge-buzz:hover .premium-sub-item-badge,.premium-sub-menu .premium-badge-buzz:hover .premium-rn-badge,.premium-sub-menu .premium-badge-buzz:hover .premium-sub-item-badge{-webkit-animation:badge-buzz .5s alternate infinite ease-in-out;animation:badge-buzz .5s alternate infinite ease-in-out}.premium-mega-content-container .premium-badge-slide-right .premium-rn-badge,.premium-mega-content-container .premium-badge-slide-right .premium-sub-item-badge,.premium-sub-menu .premium-badge-slide-right .premium-rn-badge,.premium-sub-menu .premium-badge-slide-right .premium-sub-item-badge{-webkit-transform:translateY(-50%) translateX(-5px);-ms-transform:translateY(-50%) translateX(-5px);transform:translateY(-50%) translateX(-5px);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.premium-mega-content-container .premium-badge-slide-right:hover .premium-rn-badge,.premium-mega-content-container .premium-badge-slide-right:hover .premium-sub-item-badge,.premium-sub-menu .premium-badge-slide-right:hover .premium-rn-badge,.premium-sub-menu .premium-badge-slide-right:hover .premium-sub-item-badge{-webkit-transform:translateY(-50%) translateX(5px);-ms-transform:translateY(-50%) translateX(5px);transform:translateY(-50%) translateX(5px)}.premium-mega-content-container .premium-badge-slide-left .premium-rn-badge,.premium-mega-content-container .premium-badge-slide-left .premium-sub-item-badge,.premium-sub-menu .premium-badge-slide-left .premium-rn-badge,.premium-sub-menu .premium-badge-slide-left .premium-sub-item-badge{-webkit-transform:translateY(-50%) translateX(5px);-ms-transform:translateY(-50%) translateX(5px);transform:translateY(-50%) translateX(5px);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.premium-mega-content-container .premium-badge-slide-left:hover .premium-rn-badge,.premium-mega-content-container .premium-badge-slide-left:hover .premium-sub-item-badge,.premium-sub-menu .premium-badge-slide-left:hover .premium-rn-badge,.premium-sub-menu .premium-badge-slide-left:hover .premium-sub-item-badge{-webkit-transform:translateY(-50%) translateX(-5px);-ms-transform:translateY(-50%) translateX(-5px);transform:translateY(-50%) translateX(-5px)}.premium-mega-content-container .premium-badge-expand .premium-rn-badge,.premium-mega-content-container .premium-badge-expand .premium-sub-item-badge,.premium-sub-menu .premium-badge-expand .premium-rn-badge,.premium-sub-menu .premium-badge-expand .premium-sub-item-badge{-webkit-transform:translateY(-50%) scaleX(0);-ms-transform:translateY(-50%) scaleX(0);transform:translateY(-50%) scaleX(0);-webkit-transition:-webkit-transform .25s ease-out;transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out}.premium-mega-content-container .premium-badge-expand:hover .premium-rn-badge,.premium-mega-content-container .premium-badge-expand:hover .premium-sub-item-badge,.premium-sub-menu .premium-badge-expand:hover .premium-rn-badge,.premium-sub-menu .premium-badge-expand:hover .premium-sub-item-badge{-webkit-transform:translateY(-50%) scaleX(1);-ms-transform:translateY(-50%) scaleX(1);transform:translateY(-50%) scaleX(1)}@-webkit-keyframes badge-pulse-grow{to{-webkit-transform:translateY(-50%) scale(1.07);transform:translateY(-50%) scale(1.07)}}@keyframes badge-pulse-grow{to{-webkit-transform:translateY(-50%) scale(1.07);transform:translateY(-50%) scale(1.07)}}@-webkit-keyframes badge-buzz{50%{-webkit-transform:translateY(-50%) translateX(3px) rotate(2deg);transform:translateY(-50%) translateX(3px) rotate(2deg)}100%{-webkit-transform:translateY(-50%) translateX(-3px) rotate(-2deg);transform:translateY(-50%) translateX(-3px) rotate(-2deg)}}@keyframes badge-buzz{50%{-webkit-transform:translateY(-50%) translateX(3px) rotate(3deg);transform:translateY(-50%) translateX(3px) rotate(3deg)}100%{-webkit-transform:translateY(-50%) translateX(-3px) rotate(-3deg);transform:translateY(-50%) translateX(-3px) rotate(-3deg)}}body.premium-scroll-disabled{overflow-y:hidden;height:100vh;margin:0}.elementor-sticky__spacer .premium-nav-widget-container{visibility:unset!important;opacity:unset!important}.elementor-sticky__spacer .premium-mega-content-container{visibility:hidden!important;opacity:0!important}.pa-rec-not-icon-wrap{position:relative;display:inline-block;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#000;border-radius:100%;padding:10px;cursor:pointer}.pa-rec-not-icon-wrap svg{width:50px;height:50px;display:block}.pa-rec-not-icon-wrap i{font-size:50px}.pa-rec-not-icon-wrap img{display:block}.pa-rec-not-icon-wrap .premium-not-icon{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:#fff;fill:#fff}.pa-rec-not-icon-wrap .premium-not-icon-text{margin:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-rec-not-icon-wrap .premium-icon-with-no-post{display:none}.pa-rec-not-number{display:-webkit-flex;display:-ms-flexbox;display:flex;width:25px;height:25px;position:absolute;top:-5px;right:-5px;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;background-color:red;border-radius:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-rec-posts-container{position:fixed;background:#f7f7f7;height:100vh;top:0;width:30vw;z-index:99999}.pa-container-left .pa-rec-posts-container{left:0}.pa-container-right .pa-rec-posts-container{right:0}.pa-rec-posts-body{height:90vh;max-height:90vh;scrollbar-width:none;overflow-y:scroll}.pa-rec-posts-body::-webkit-scrollbar{width:0!important}.pa-rec-posts-header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%}.pa-rec-posts-header .pa-rec-posts-close{cursor:pointer;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.pa-rec-posts-header .pa-rec-posts-close-icon{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.pa-rec-title-wrap{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pa-rec-title-wrap svg{width:50px;height:50px;display:block}.pa-rec-title-wrap i{font-size:50px}.pa-rec-posts-overlay{position:fixed;top:0;right:0;width:100vw;height:100vh;max-width:100%;max-height:100%;display:none;z-index:9999;opacity:0;background-color:rgba(7,7,7,.5215686275)}.pa-rec-posts-container .premium-blog-thumbnail-container{overflow:hidden}.pa-rec-posts-container .premium-blog-thumbnail-container .below-entry-meta,.pa-rec-posts-container .premium-blog-thumbnail-container img{width:100%;height:100%;margin:0!important;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;display:block}@media (max-width:768px){.premium-blog-content-wrapper{top:0;margin:0;padding:15px}.premium-blog-skin-side{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.rtl .premium-blog-squares-effect:hover .premium-blog-squares-square-container:before{-webkit-transform:translate(0,100%);-ms-transform:translate(0,100%);transform:translate(0,100%)}.premium-person-container{position:relative}.premium-person-image-container{position:relative;text-align:center;overflow:hidden}.premium-person-image-container .premium-person-image-wrap{overflow:hidden}.premium-person-scale-effect .premium-person-image-container img,.premium-person-zoomout-effect .premium-person-image-container img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-person-sepia-effect .premium-person-image-container img{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-person-bright-effect .premium-person-image-container img{-webkit-filter:brightness(1);filter:brightness(1)}.premium-person-trans-effect .premium-person-image-container img{-webkit-transform:translateX(-15px) scale(1.1);-ms-transform:translateX(-15px) scale(1.1);transform:translateX(-15px) scale(1.1)}.premium-person-zoomin-effect:hover .premium-person-image-container img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-person-zoomout-effect:hover .premium-person-image-container img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-person-scale-effect:hover .premium-person-image-container img{-webkit-transform:scale(1.3) rotate(5deg);-ms-transform:scale(1.3) rotate(5deg);transform:scale(1.3) rotate(5deg)}.premium-person-grayscale-effect:hover .premium-person-image-container img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-person-blur-effect:hover .premium-person-image-container img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-person-sepia-effect:hover .premium-person-image-container img{-webkit-filter:sepia(0);filter:sepia(0)}.premium-person-bright-effect:hover .premium-person-image-container img{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.premium-person-trans-effect:hover .premium-person-image-container img{-webkit-transform:translateX(0) scale(1.1);-ms-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1)}.premium-person-container .premium-person-image-container img{width:100%;height:100%;display:block;object-fit:cover;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.premium-person-style2 .premium-person-social{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;z-index:2;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;box-shadow:inset 0 0 120px 0 rgba(0,0,0,.5);-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s;opacity:0}.premium-person-style2 .premium-person-image-container:hover .premium-person-social{opacity:1}.premium-person-list-item a{display:inline-block}.premium-person-style2 .premium-person-list-item a{opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all .5s ease-in-out 0s;transition:all .5s ease-in-out 0s}.premium-person-style2 .premium-person-image-container:hover .premium-person-list-item a{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-person-info-container{padding:30px 15px}.premium-person-name{margin:0 0 5px;font-weight:700;-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.premium-person-title{margin:0 0 20px;padding:0}.premium-person-content{margin:0 0 30px}ul.premium-person-social-list{margin:0!important;padding:0}.premium-person-social-list .premium-person-list-item{display:inline;list-style:none}.premium-person-social-list li{position:relative;bottom:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-person-social-list li i{position:relative;bottom:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;font-size:18px}.premium-person-defaults-yes li.premium-person-facebook:hover a{background-color:#3b5998!important}.premium-person-defaults-yes li.premium-person-twitter:hover a{background-color:#55acee!important}.premium-person-defaults-yes li.premium-person-linkedin:hover a{background-color:#0077b5!important}.premium-person-defaults-yes li.premium-person-google:hover a{background-color:#dc4e41!important}.premium-person-defaults-yes li.premium-person-youtube:hover a{background-color:#b31217!important}.premium-person-defaults-yes li.premium-person-instagram:hover a{background-color:#e4405f!important}.premium-person-defaults-yes li.premium-person-skype:hover a{background-color:#00aff0!important}.premium-person-defaults-yes li.premium-person-pinterest:hover a{background-color:#bd081c!important}.premium-person-defaults-yes li.premium-person-dribbble:hover a{background-color:#ea4c89!important}.premium-person-defaults-yes li.premium-person-mail:hover a{background-color:#b23121!important}.premium-person-defaults-yes li.premium-person-behance:hover a{background-color:#1769ff!important}.premium-person-defaults-yes li.premium-person-whatsapp:hover a{background-color:#25d366!important}.premium-person-defaults-yes li.premium-person-telegram:hover a{background-color:#08c!important}.premium-person-defaults-yes li.premium-person-site:hover a{background-color:#0055a5!important}.premium-person-social-list li:hover a{box-shadow:none}.premium-person-social-list li a:focus{box-shadow:none;outline:0}.elementor-widget-premium-addon-person{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-widget-premium-addon-person .elementor-widget-container{width:100%}.premium-persons-container.multiple-persons{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.premium-person-style1 .premium-person-container{overflow:hidden}.premium-person-style1 .premium-person-container .premium-person-info{position:absolute;top:auto;right:0;left:0;-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.premium-person-style1 .premium-person-container:hover .premium-person-info{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);bottom:-1px!important}.premium-person-style1 .premium-person-social-list li:hover{bottom:5px}.premium-person-style1.multiple-persons:not([data-persons-equal=yes]){-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.premium-person-style1 .slick-track{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-person-style1 .slick-slide{height:inherit!important}.premium-person-style3 .premium-person-info-container{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.premium-person-style3 .premium-person-title-desc-wrap{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.premium-person-style3 .premium-person-name-icons-wrap{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.premium-person-style3 .premium-person-title{opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease;width:0}.premium-person-style3 .premium-person-title span{display:inline-block}.premium-person-style3 .premium-person-name{padding-left:10px}.premium-person-style3 .premium-person-social-list{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease}.premium-person-style3 .premium-person-list-item{line-height:0}.premium-person-style3 .premium-person-list-item a{padding:5px 10px 0 0;margin:5px 0}.premium-person-style3 .premium-person-container:hover .premium-person-title{opacity:1}.premium-person-style3 .premium-person-container:hover .premium-person-social-list{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.premium-persons-title-cw .premium-person-title{-webkit-transform:translateX(15px) rotate(90deg);-ms-transform:translateX(15px) rotate(90deg);transform:translateX(15px) rotate(90deg);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top}.premium-persons-title-cw .premium-person-container:hover .premium-person-title{-webkit-transform:translateX(0) rotate(90deg);-ms-transform:translateX(0) rotate(90deg);transform:translateX(0) rotate(90deg)}.premium-persons-title-ccw .premium-person-title{width:auto;-webkit-margin-end:20px;margin-inline-end:20px;-webkit-transform:translateX(15px) rotate(-90deg);-ms-transform:translateX(15px) rotate(-90deg);transform:translateX(15px) rotate(-90deg);-webkit-transform-origin:center right;-ms-transform-origin:center right;transform-origin:center right}.premium-persons-title-ccw .premium-person-container:hover .premium-person-title{-webkit-transform:translateX(0) rotate(-90deg);-ms-transform:translateX(0) rotate(-90deg);transform:translateX(0) rotate(-90deg)}.rtl .premium-person-trans-effect .premium-person-image-container img{-webkit-transform:translateX(15px) scale(1.1);-ms-transform:translateX(15px) scale(1.1);transform:translateX(15px) scale(1.1)}.rtl .premium-person-scale-effect:hover .premium-person-image-container img{-webkit-transform:scale(1.3) rotate(-5deg);-ms-transform:scale(1.3) rotate(-5deg);transform:scale(1.3) rotate(-5deg)}.rtl .premium-person-style3 .premium-person-list-item a{padding:5px 0 0 10px}.rtl .premium-persons-title-cw .premium-person-container:hover .premium-person-title{-webkit-transform:translateX(0) rotate(-90deg);-ms-transform:translateX(0) rotate(-90deg);transform:translateX(0) rotate(-90deg)}.rtl .premium-persons-title-cw .premium-person-title{-webkit-transform:translateX(15px) rotate(-90deg);-ms-transform:translateX(15px) rotate(-90deg);transform:translateX(15px) rotate(-90deg)}.rtl .premium-persons-title-ccw .premium-person-title{-webkit-transform:translateX(-15px) rotate(90deg);-ms-transform:translateX(-15px) rotate(90deg);transform:translateX(-15px) rotate(90deg);-webkit-transform-origin:center left;-ms-transform-origin:center left;transform-origin:center left}.rtl .premium-persons-title-ccw .premium-person-container:hover .premium-person-title{-webkit-transform:translateX(0) rotate(90deg);-ms-transform:translateX(0) rotate(90deg);transform:translateX(0) rotate(90deg)}.premium-pinterest-feed__outer-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-pinterest-feed__pins-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-pinterest-feed__pin-outer-wrapper{padding:0 2.5px}.premium-pinterest-feed__pin-wrapper{height:100%}.premium-pinterest-feed__pin-creator a{display:inline-block;text-transform:capitalize}.premium-pinterest-feed__shares{margin-left:auto}.premium-pinterest-feed__share-outer{-webkit-order:10;-ms-flex-order:10;order:10}.premium-pinterest-feed__meta{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-pinterest-feed__pin-media{cursor:pointer;position:relative;overflow:hidden}.premium-pinterest-feed__pin-media img{width:100%;height:100%!important;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;display:block}.premium-pinterest-feed__cover_wrap{width:100%;overflow:hidden}.premium-pinterest-feed__pinterest-icon svg{display:block}.premium-pinterest-feed__overlay{position:absolute;left:0;top:0;bottom:0;right:0;z-index:8}.premium-pinterest-feed__pin-meta-wrapper{z-index:9}.premium-pinterest-feed__pin-layout-1 .premium-pinterest-feed__pin-meta-wrapper,.premium-pinterest-feed__pin-layout-1 .premium-pinterest-feed__pin-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-pinterest-feed__pin-layout-1 .premium-pinterest-feed__pin-wrapper{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-pinterest-feed__pin-layout-1 .premium-pinterest-feed__pin-meta-wrapper{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-order:0;-ms-flex-order:0;order:0}.premium-pinterest-feed__pin-layout-2 .premium-pinterest-feed__pin-wrapper{position:relative;cursor:pointer;overflow:hidden}.premium-pinterest-feed__pin-layout-2 .premium-pinterest-feed__pin-inner-meta{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-pinterest-feed__pin-layout-2 .premium-pinterest-feed__pin-meta-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:absolute;left:0;top:0;width:100%;height:100%}.premium-pinterest-feed__pin-layout-2 .premium-pinterest-feed__pin-desc{-webkit-order:1;-ms-flex-order:1;order:1;margin-top:auto!important}.premium-pinterest-feed__pin-layout-2 .premium-pinterest-feed__pin-media{width:100%;height:100%}.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__pin-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:hidden}.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__pin-media,.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__pin-meta-wrapper{width:50%}.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__pin-meta-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative}.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__meta{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__pin-media{height:400px}.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__pin-media img{object-fit:cover}.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__pin-desc{text-align:center}.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__pin-wrapper{position:relative;cursor:pointer;overflow:hidden}.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__pin-wrapper:hover .premium-pinterest-feed__pin-meta-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);bottom:-1px!important}.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__pinterest-icon{position:absolute;top:10px;left:10px;z-index:1}.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__pin-desc{padding-left:15px}.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__pin-meta-wrapper{padding:30px 15px 15px 0;position:absolute;width:100%;-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);bottom:10px}.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__pin-media{width:100%;height:100%}.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__dots{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__dot{width:7px;height:7px;border-radius:100%;background-color:#fff;display:inline-block;margin:0 3px}.premium-pinterest-feed__profile-header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;border-radius:12px;margin-bottom:5px}.premium-pinterest-feed__profile-header>*{-webkit-order:1;-ms-flex-order:1;order:1}.premium-pinterest-feed__profile-counts{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:14px;line-height:20px;font-weight:400}.premium-pinterest-feed__profile-counts span{display:inline-block;white-space:nowrap}.premium-pinterest-feed__profile-counts>span{display:-webkit-flex;display:-ms-flexbox;display:flex;padding:3px 5px;margin:0 4px;-webkit-column-gap:6px;column-gap:6px}.premium-pinterest-feed__user-info-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-pinterest-feed__user-info{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:15px;column-gap:15px}.premium-pinterest-feed__avatar{width:100px;height:100px;border-radius:50%;overflow:hidden}.premium-pinterest-feed__avatar img{width:100%;height:100%;border-radius:50%}.premium-pinterest-feed__username a{text-transform:capitalize;font-size:17px;color:#202020;font-weight:700px}.premium-pinterest-feed__follow-button{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:5px 20px;background:#ed455e;color:#fff;border-radius:5px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-order:3;-ms-flex-order:3;order:3;-webkit-column-gap:5px;column-gap:5px}.premium-pinterest-feed__follow-button .premium-pinterest-feed__pinterest-icon *{fill:#fff!important}.premium-pinterest-feed__follow-button:hover{color:#fff}.premium-pinterest-feed__profile-desc{font-size:14px;line-height:20px;font-weight:400;margin-top:10px;margin-bottom:10px}.premium-pinterest-feed__board-trigger-wrapper,.premium-pinterest-feed__load-more-wrapper{width:100%;text-align:center}.premium-pinterest-feed__board-trigger,.premium-pinterest-feed__load-more-btn{cursor:pointer;display:inline-block;padding:7px 20px;margin-bottom:4px;margin-top:4px;border:none;border-radius:5px;background-color:#efefef}.premium-pinterest-feed__boards-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-webkit-transition:.3s all ease-in-out;transition:.3s all ease-in-out}.premium-pinterest-feed__board-wrapper{position:relative;width:250px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;cursor:pointer;overflow:hidden;margin:4px}.premium-pinterest-feed__board-wrapper>*{-webkit-order:1;-ms-flex-order:1;order:1}.premium-pinterest-feed__board-wrapper span{display:inline-block}.premium-pinterest-feed__board-wrapper>a{position:absolute;left:0;right:0;top:0;bottom:0;z-index:2}.premium-pinterest-feed__board-wrapper .premium-pinterest-feed__pinterest-icon{position:absolute;top:10px;left:10px;z-index:1}.premium-pinterest-feed__board-cover{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-pinterest-feed__board-layout-cover .premium-pinterest-feed__board-cover img{width:100%;height:100%;object-fit:cover}.premium-pinterest-feed__board-layout-2 .premium-pinterest-feed__board-cover{display:-webkit-flex;display:-ms-flexbox;display:flex;gap:2px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-pinterest-feed__board-layout-2 .premium-pinterest-feed__board-cover img:nth-of-type(1),.premium-pinterest-feed__board-layout-2 .premium-pinterest-feed__board-cover img:nth-of-type(2){width:-webkit-calc((100% - 2px)/ 2);width:calc((100% - 2px)/ 2)}.premium-pinterest-feed__board-layout-2 .premium-pinterest-feed__board-cover img:nth-of-type(3),.premium-pinterest-feed__board-layout-2 .premium-pinterest-feed__board-cover img:nth-of-type(4),.premium-pinterest-feed__board-layout-2 .premium-pinterest-feed__board-cover img:nth-of-type(5){width:-webkit-calc((100% - 4px)/ 3);width:calc((100% - 4px)/ 3)}.premium-pinterest-feed__board-layout-3 .premium-pinterest-feed__board-cover{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:2px;height:150px}.premium-pinterest-feed__board-layout-3 .premium-pinterest-feed__board-cover .premium-cover-divider{width:35%;display:grid;height:100%;max-height:100%;overflow:hidden;gap:2px}.premium-pinterest-feed__board-layout-3 .premium-pinterest-feed__board-cover .premium-cover-divider img{width:100%;height:100%;object-fit:cover}.premium-pinterest-feed__board-layout-3 .premium-pinterest-feed__board-cover>img:nth-of-type(1){width:-webkit-calc(65% - 2px);width:calc(65% - 2px)}.premium-carousel-yes .slick-track{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-carousel-yes.premium-pinterest-feed__grid .slick-slide{height:inherit!important}.premium-carousel-yes ul.slick-dots{width:100%}.premium-read-more{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;display:block;white-space:nowrap}.premium-display-none{display:none}.premium-pinterest-feed__masonry .premium-pinterest-feed__content-wrapper{width:100%}.premium-post-ticker__content,.premium-post-ticker__date-wrapper,.premium-post-ticker__header-wrapper,.premium-post-ticker__outer-wrapper,.premium-post-ticker__post-wrapper,.premium-post-ticker__title-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-post-ticker__title-wrapper img{max-width:unset}.premium-post-ticker__outer-wrapper{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.premium-post-ticker__date-wrapper,.premium-post-ticker__header-wrapper,.premium-post-ticker__title-wrapper{-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-post-ticker__post-wrapper{-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:7px 20px}.premium-post-ticker__post-wrapper a,.premium-post-ticker__post-wrapper i{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-post-ticker__post-wrapper.slick-slide{display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;position:relative}.premium-post-ticker__content{width:100%;background-color:#ececed}.premium-post-ticker__posts-wrapper{min-width:0;min-height:0}.premium-post-ticker__posts-wrapper .slick-list,.premium-post-ticker__posts-wrapper .slick-track{height:100%}.premium-post-ticker__outer-wrapper,.premium-post-ticker__post-wrapper{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.premium-post-ticker__post-wrapper,.premium-post-ticker__title-wrapper{-webkit-column-gap:5px;column-gap:5px}.premium-post-ticker__date,.premium-post-ticker__title{white-space:nowrap}.premium-post-ticker__post-title,.premium-post-ticker__title{margin:0;text-transform:capitalize}.premium-post-ticker__title{font-size:15px}.premium-post-ticker__post-title{font-size:17px}.premium-post-ticker__post-title a{display:inline-block}.premium-post-ticker__post-date{font-size:12px;-webkit-margin-start:6px;margin-inline-start:6px}.premium-post-ticker__separator{position:absolute;inset-inline-end:0;width:2px;height:20px;background:#000;z-index:1}.premium-post-ticker__icon-wrapper{-webkit-order:1;-ms-flex-order:1;order:1;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-post-ticker__icon-wrapper>svg{width:50px;height:50px}.premium-post-ticker__icon-wrapper img{width:50px}.premium-post-ticker__icon-wrapper .premium-drawable-icon,.premium-post-ticker__icon-wrapper .premium-lottie-animation{width:50px;height:50px;line-height:50px}.premium-post-ticker__icon-wrapper .premium-drawable-icon svg,.premium-post-ticker__icon-wrapper .premium-lottie-animation svg{width:100%;height:100%}.premium-post-ticker__thumbnail-wrapper a{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:0}.premium-post-ticker__thumbnail-wrapper img{width:50px}.premium-post-ticker__post-author{font-size:12px}.premium-post-ticker__arrows{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;z-index:99;-webkit-column-gap:2px;column-gap:2px}.premium-post-ticker__arrows a{cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-appearance:inherit;box-shadow:none;padding:0 5px;border:1px solid currentColor;border-radius:0}.premium-post-ticker__hidden{visibility:hidden;opacity:0}.premium-post-ticker__change-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:5px;column-gap:5px}.premium-post-ticker__change-wrapper .up{color:#009e73}.premium-post-ticker__change-wrapper .down{color:#d94040}.premium-post-ticker__change-percent{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:5px;column-gap:5px}.premium-post-ticker__change-wrapper,.premium-post-ticker__symbol{margin:0 50px}.premium-post-ticker__symbol-icon{border-radius:50%!important}.premium-post-ticker__layout-2 .premium-post-ticker__date-wrapper,.premium-post-ticker__layout-3 .premium-post-ticker__date-wrapper{background:#7a7a7a}.premium-post-ticker__layout-1 .premium-post-ticker__date-wrapper{font-size:13px;margin-bottom:5px}.premium-post-ticker__layout-1 .premium-post-ticker__title-wrapper{padding:0 25px}.premium-post-ticker__layout-2 .premium-post-ticker__date-wrapper{margin:0;padding:0 25px}.premium-post-ticker__layout-2 .premium-post-ticker__title-wrapper{position:relative;padding:3px 10px}.premium-post-ticker__layout-2 .premium-post-ticker__title-wrapper::after{content:"";position:absolute;width:30%;height:100%;bottom:0}.premium-post-ticker__layout-3 .premium-post-ticker__header-wrapper{z-index:99;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%);position:relative}.premium-post-ticker__layout-3 .premium-post-ticker__header-wrapper::after{content:"";position:absolute;width:20px;height:100%;bottom:0}.premium-post-ticker__layout-3 .premium-post-ticker__date-wrapper,.premium-post-ticker__layout-3 .premium-post-ticker__title-wrapper{padding:3px 7px}.premium-post-ticker__layout-3 .premium-post-ticker__post-wrapper{padding:10px 20px}.premium-post-ticker__layout-3 .premium-post-ticker__content{padding-top:10px}.premium-post-ticker__layout-4 .slick-list{overflow-x:visible}.premium-post-ticker__layout-4 .premium-post-ticker__header-wrapper{-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.premium-post-ticker__layout-4 .premium-post-ticker__arrows{background:0 0;-webkit-order:2;-ms-flex-order:2;order:2}.premium-post-ticker__layout-4 .premium-post-ticker__arrows a{padding:0 1px;line-height:15px}.premium-post-ticker__layout-4 .premium-post-ticker__arrows i{font-size:15px}.premium-post-ticker__layout-4 .premium-post-ticker__arrows .prev-arrow{-webkit-order:1;-ms-flex-order:1;order:1}.premium-post-ticker__layout-4 .premium-post-ticker__title-wrapper{margin:0 5px}.premium-post-ticker__layout-4 .premium-post-ticker__content{overflow-x:auto;overflow-y:hidden}.premium-post-ticker__layout-4 .premium-post-ticker__change-wrapper span{text-align:center}.premium-ticker-pointer-yes:not(.premium-post-ticker__layout-3) .premium-post-ticker__content>div:first-child{position:relative}.premium-ticker-pointer-yes:not(.premium-post-ticker__layout-3) .premium-post-ticker__content>div:first-child::after{content:"";position:absolute;width:0;height:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:999;border-style:solid}.premium-typing-yes .premium-post-ticker__post-wrapper>div:first-child{-webkit-order:1;-ms-flex-order:1;order:1}.premium-typing-yes .premium-post-ticker__post-title{position:relative}.premium-typing-yes .premium-post-ticker__post-title.premium-text-typing::after{content:"";position:absolute;opacity:1}.premium-reversed-yes .premium-post-ticker__content{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.premium-reversed-yes.premium-post-ticker__layout-2 .premium-post-ticker__outer-wrapper,.premium-reversed-yes.premium-post-ticker__layout-3 .premium-post-ticker__outer-wrapper,.premium-reversed-yes.premium-post-ticker__layout-4 .premium-post-ticker__outer-wrapper{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.premium-reversed-yes.premium-post-ticker__layout-3 .premium-post-ticker__header-wrapper,.premium-reversed-yes.premium-post-ticker__layout-4 .premium-post-ticker__header-wrapper{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.premium-reversed-yes.premium-post-ticker__layout-4 .premium-post-ticker__header-wrapper{-webkit-column-gap:5px;column-gap:5px}.premium-reversed-yes.premium-post-ticker__layout-4 .slick-list{direction:rtl}.premium-reversed-yes.premium-typing-yes .premium-post-ticker__post-title.premium-text-typing::after{right:100%}.premium-reversed-yes.premium-fade-yes .premium-post-ticker__post-wrapper,.premium-reversed-yes.premium-typing-yes .premium-post-ticker__post-wrapper{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.rtl .premium-post-ticker__layout-2.premium-reversed-yes .premium-post-ticker__title-wrapper::after,body:not(.rtl) .premium-post-ticker__layout-2:not(.premium-reversed-yes) .premium-post-ticker__title-wrapper::after{left:100%;-webkit-clip-path:polygon(0 0,0 100%,100% 100%);clip-path:polygon(0 0,0 100%,100% 100%)}.rtl .premium-post-ticker__layout-2:not(.premium-reversed-yes) .premium-post-ticker__title-wrapper::after,body:not(.rtl) .premium-post-ticker__layout-2.premium-reversed-yes .premium-post-ticker__title-wrapper::after{left:unset;right:100%;-webkit-clip-path:polygon(100% 0,0 100%,100% 100%);clip-path:polygon(100% 0,0 100%,100% 100%)}.rtl .premium-post-ticker__layout-3.premium-reversed-yes .premium-post-ticker__header-wrapper::after,body:not(.rtl) .premium-post-ticker__layout-3:not(.premium-reversed-yes) .premium-post-ticker__header-wrapper::after{left:99%;-webkit-clip-path:polygon(0 0,34% 0,100% 50%,34% 100%,0 100%);clip-path:polygon(0 0,34% 0,100% 50%,34% 100%,0 100%)}.rtl .premium-post-ticker__layout-3:not(.premium-reversed-yes) .premium-post-ticker__header-wrapper::after,body:not(.rtl) .premium-post-ticker__layout-3.premium-reversed-yes .premium-post-ticker__header-wrapper::after{left:unset;right:99%;-webkit-clip-path:polygon(34% 0,100% 0,100% 100%,34% 100%,0 50%);clip-path:polygon(34% 0,100% 0,100% 100%,34% 100%,0 50%)}.rtl .premium-reversed-yes.premium-ticker-pointer-yes:not(.premium-post-ticker__layout-3) .premium-post-ticker__content>div:first-child::after,body:not(.rtl) .premium-ticker-pointer-yes:not(.premium-post-ticker__layout-3):not(.premium-reversed-yes) .premium-post-ticker__content>div:first-child::after{left:100%;border-width:8px 0 8px 7px;border-color:transparent transparent transparent currentColor}.rtl .premium-ticker-pointer-yes:not(.premium-post-ticker__layout-3):not(.premium-reversed-yes) .premium-post-ticker__content>div:first-child::after,body:not(.rtl) .premium-reversed-yes.premium-ticker-pointer-yes:not(.premium-post-ticker__layout-3) .premium-post-ticker__content>div:first-child::after{left:-7px;border-width:8px 8px 7px 0;border-color:transparent currentColor transparent transparent}.rtl .elementor-widget-premium-post-ticker:not(.premium-post-ticker__layout-4) .premium-post-ticker__arrows{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.rtl .premium-fade-yes .slick-slider{direction:ltr}.rtl .premium-fade-yes .slick-slider .premium-post-ticker__post-wrapper.slick-slide{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.rtl .premium-fade-yes .slick-slider .premium-post-ticker__arrows{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.rtl .premium-reversed-yes.premium-fade-yes .premium-post-ticker__post-wrapper.slick-slide{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.rtl .premium-post-ticker__layout-4.premium-reversed-yes .slick-list{direction:ltr}.rtl .premium-typing-yes .slick-slide{float:right}.premium-pricing-table-container{position:relative;text-align:center;display:inline-block;width:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-pricing-icon-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;line-height:0}.premium-pricing-icon-container .premium-pricing-icon{display:inline-block}.premium-pricing-icon-container .premium-pricing-image{overflow:hidden}.premium-pricing-icon-container .premium-pricing-image img{width:25px;height:25px;object-fit:cover}.premium-badge-left:not(.premium-badge-flag){position:absolute;top:0}.premium-badge-right:not(.premium-badge-flag){position:absolute;top:0;right:0}.premium-badge-left{left:0}.premium-badge-triangle.premium-badge-left .corner{width:0;height:0;border-top:150px solid;border-bottom:150px solid transparent;border-right:150px solid transparent}.premium-badge-triangle.premium-badge-right .corner{width:0;height:0;border-bottom:150px solid transparent;border-right:150px solid;border-left:150px solid transparent}.premium-badge-triangle span{position:absolute;top:35px;width:100px;text-align:center;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);display:block;text-transform:uppercase}.premium-badge-triangle.premium-badge-right span{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);right:0}.premium-badge-circle{min-width:4em;min-height:4em;line-height:4em;text-align:center;border-radius:100%;position:absolute;z-index:1}.premium-badge-stripe{position:absolute;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);width:15em;overflow:hidden;height:15em}.premium-badge-stripe.premium-badge-left{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.premium-badge-stripe .corner{text-align:center;left:0;width:150%;-webkit-transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);-ms-transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);margin-top:35px;font-size:13px;line-height:2;font-weight:800;text-transform:uppercase}.premium-badge-flag.premium-badge-right .corner{right:-8px;border-radius:4px 4px 0 4px}.premium-badge-flag.premium-badge-right .corner::after,.premium-badge-flag.premium-badge-right .corner::before{right:0}.premium-badge-flag.premium-badge-left .corner{left:-8px;border-radius:4px 4px 4px 0}.premium-badge-flag.premium-badge-left .corner::after,.premium-badge-flag.premium-badge-left .corner::before{left:0}.premium-badge-flag .corner{text-align:center;padding:3px 15px;position:absolute;top:10%}.premium-badge-flag .corner::after,.premium-badge-flag .corner::before{content:"";display:block;position:absolute;width:0;height:0;top:100%;border-bottom:8px solid transparent}.elementor-widget-premium-addon-pricing-table{overflow:visible!important}.premium-badge-flag.premium-badge-right .corner::after{border-left:8px solid rgba(0,0,0,.2)}.premium-badge-flag.premium-badge-left .corner::before{border-right:8px solid rgba(0,0,0,.2)}.premium-pricing-price-currency{position:relative}.premium-pricing-button-container{display:block;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-pricing-list{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;list-style-type:none;margin:0;padding:0}.premium-pricing-list .premium-pricing-list-item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-pricing-list .premium-pricing-list-item svg{width:50px;height:50px}.premium-pricing-list .premium-pricing-list-item img{width:30px;height:30px;object-fit:cover}.premium-pricing-list .premium-pricing-list-span{position:relative}.premium-pricing-list .list-item-tooltip{border-bottom:1px dotted}.premium-pricing-list .premium-pricing-list-tooltip{position:absolute;top:-webkit-calc(100% + 1px);top:calc(100% + 1px);inset-inline-start:0;visibility:hidden;padding:15px 20px;border-radius:5px;min-width:200px;overflow:hidden;text-align:start;font-size:.8rem;color:#fff;background-color:#aaa}.premium-pricing-features-left .premium-pricing-list-span{text-align:start}.premium-pricing-features-center .premium-pricing-list-span{text-align:center}.premium-pricing-features-right .premium-pricing-list-span{text-align:end}.premium-pricing-list-span:hover .premium-pricing-list-tooltip{z-index:99;visibility:visible;opacity:1}.premium-pricing-slashed-price-value{display:inline-block;font-size:20px;font-weight:400;-webkit-margin-end:5px;margin-inline-end:5px}.premium-pricing-price-value{font-size:70px}.premium-pricing-description-container li{list-style-position:inside;text-indent:-40px}@-moz-document url-prefix(){.premium-pricing-description-container li{text-indent:0}}.premium-pricing-button-container .premium-pricing-price-button{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:6px 12px;text-align:center;color:#fff;background:#6ec1e4;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.rtl .premium-badge-stripe .corner{-webkit-transform:rotate(-45deg) translateY(-50%) translateX(-10px);-ms-transform:rotate(-45deg) translateY(-50%) translateX(-10px);transform:rotate(-45deg) translateY(-50%) translateX(-10px)}.rtl .premium-badge-left.premium-badge-triangle span{left:0}.premium-progressbar-container{position:relative}.premium-progressbar-bar-wrap{position:relative;text-align:start;overflow:hidden;height:25px;margin-bottom:50px;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.premium-progressbar-bar-wrap.premium-progressbar-dots{background-color:transparent;width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;height:auto;box-shadow:none}.premium-progressbar-bar-wrap .progress-segment{position:relative;width:25px;height:25px;border-radius:50%;overflow:hidden;background-color:#f5f5f5}.premium-progressbar-bar-wrap .progress-segment.filled{background:#6ec1e4}.premium-progressbar-bar-wrap .progress-segment:not(:first-child):not(:last-child){margin:0 4px}.premium-progressbar-bar-wrap .progress-segment:first-child{-webkit-margin-end:4px;margin-inline-end:4px}.premium-progressbar-bar-wrap .progress-segment:last-child{-webkit-margin-start:4px;margin-inline-start:4px}.premium-progressbar-bar-wrap .progress-segment .segment-inner{position:absolute;top:0;inset-inline-start:0;height:100%;background-color:#6ec1e4}.premium-progressbar-bar{float:inline-start;width:0%;height:100%;font-size:12px;background:#6ec1e4;text-align:center;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);position:absolute;overflow:hidden;line-height:20px;-webkit-transition:width 0s ease-in-out!important;transition:width 0s ease-in-out!important}.premium-progressbar-striped .premium-progressbar-bar{background-image:-webkit-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.premium-progressbar-active .premium-progressbar-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.premium-progressbar-gradient .premium-progressbar-bar{background-size:400% 400%!important;-webkit-animation:progress-bar-gradient 10s ease-in-out infinite;animation:progress-bar-gradient 10s ease-in-out infinite}.premium-progressbar-container .clearfix{clear:both}.premium-progressbar-container p:first-of-type{margin:0;float:left}.premium-progressbar-container p:nth-of-type(2){margin:0;float:right}.premium-progressbar-name{inset-inline-start:50%;top:0;inset-inline-end:0;-webkit-transform:translateX(-12.5px);-ms-transform:translateX(-12.5px);transform:translateX(-12.5px);z-index:1}.premium-progressbar-multiple-label{position:relative;float:inline-start;width:0;inset-inline-start:50%}.premium-progressbar-center-label{position:relative;white-space:nowrap}.premium-progressbar-arrow{height:15px;inset-inline-start:50%;display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-top:11px solid;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.premium-progressbar-pin{-webkit-border-start:1px solid;border-inline-start:1px solid;height:12px;inset-inline-start:50%;display:inline-block}.premium-progressbar-circle-wrap,.premium-progressbar-hf-circle-wrap{width:200px;height:200px;position:relative;margin:0 auto}.premium-progressbar-circle-wrap .premium-progressbar-circle-content,.premium-progressbar-hf-circle-wrap .premium-progressbar-circle-content{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.premium-progressbar-circle-wrap .premium-lottie-animation,.premium-progressbar-hf-circle-wrap .premium-lottie-animation{line-height:1}.premium-progressbar-circle-wrap .premium-progressbar-circle{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;-webkit-clip-path:inset(0 0 0 50%);clip-path:inset(0 0 0 50%)}.premium-progressbar-circle-wrap .premium-progressbar-circle div{position:absolute;inset-inline-start:0;top:0;height:100%;width:100%;border-width:6px;border-style:solid;border-color:#54595f;border-radius:50%;-webkit-clip-path:inset(0 50% 0 0);clip-path:inset(0 50% 0 0)}.premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-left{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-right{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);visibility:hidden}.premium-progressbar-circle-wrap .premium-progressbar-circle-base{width:100%;height:100%;border:6px solid #eee;border-radius:50%}.premium-progressbar-hf-container{position:relative;width:200px;height:200px}.premium-progressbar-hf-circle-wrap{overflow:hidden}.premium-progressbar-hf-circle-wrap .premium-progressbar-left-label{-webkit-order:1;-ms-flex-order:1;order:1}.premium-progressbar-hf-circle{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-clip-path:inset(0 0 50% 0);clip-path:inset(0 0 50% 0)}.premium-progressbar-hf-circle-progress{position:absolute;left:0;top:0;height:100%;width:100%;border:12px solid #000;border-radius:50%;-webkit-clip-path:inset(50% 0 0 0);clip-path:inset(50% 0 0 0);-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform 1.5s linear;transition:-webkit-transform 1.5s linear;transition:transform 1.5s linear;transition:transform 1.5s linear,-webkit-transform 1.5s linear}.premium-progressbar-circle-inner{height:100%;width:100%;border:12px solid #eee;border-radius:50%}.premium-progressbar-hf-labels{margin:0 auto;position:relative;font-size:12px;font-weight:400;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}@keyframes progress-bar-gradient{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}@media (max-width:768px){.premium-progressbar-center-label{-webkit-transform:rotate(-90deg)!important;-ms-transform:rotate(-90deg)!important;transform:rotate(-90deg)!important;float:none!important;-webkit-transform-origin:0;-ms-transform-origin:0;transform-origin:0}}.rtl .premium-progressbar-striped .premium-progressbar-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.rtl .premium-progressbar-arrow{-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.rtl .premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-right{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}@-webkit-keyframes progress-bar-stripes{from{background-position:100% 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{from{background-position:100% 0}to{background-position:40px 0}}@-webkit-keyframes progress-bar-gradient{0%{background-position:100% 50%}50%{background-position:0 50%}100%{background-position:100% 50%}}@keyframes progress-bar-gradient{0%{background-position:100% 50%}50%{background-position:0 50%}100%{background-position:100% 50%}}.premium-search__container{position:relative}.premium-search__container.is-focused .premium-search__input-wrap::after{width:100%;background-color:#4d7bfb}.premium-search__container.is-focused .premium-search__label{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;opacity:1}.premium-search__spinner .premium-loading-feed{display:block!important;position:relative!important}.premium-search__input-wrap{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%}.premium-search__input-wrap .premium-search__input{width:100%;height:100%;outline:0;border-radius:0;border:1px solid #eee;background-color:#fff;padding:8px 16px}.premium-search__input-wrap .premium-search__input:focus{outline:0;border:1px solid #eee;box-shadow:none}.premium-search__label{padding:8px 0}.premium-search__input-btn-wrap{width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.premium-search__type-select{height:100%;background-color:#fff;outline:0;border-radius:0;border:1px solid #eee}.premium-search__type-select:focus{outline:0;border:1px solid #eee;box-shadow:none}.premium-search__btn-wrap{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-search__spinner{position:absolute;inset-inline-end:5px}.premium-search__remove-wrap{position:absolute;inset-inline-end:20px;cursor:pointer}.premium-search__remove-wrap .premium-search__remove-icon{font-size:15px;background:#aaa;padding:12px;border-radius:100%;width:20px;height:20px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-search__btn[type=button]{width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer}.premium-search__btn[type=button] svg{width:20px;height:20px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-search__query-wrap{position:absolute;left:0;z-index:6;width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:10px}.premium-search__query-wrap.query-hidden{display:none}.premium-search__query-wrap .premium-loading-feed{position:absolute;inset:0;background:rgba(255,255,255,.2);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:99}.premium-search__query-wrap .slick-track{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-search__query-wrap .slick-slide{height:inherit!important}.premium-search__query-wrap ul.slick-dots{width:100%}.premium-search__query-wrap .slick-disabled{opacity:0;visibility:hidden}.premium-search__posts-wrap{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;overflow-y:scroll}.premium-search__results-number{width:100%;margin-left:5px;margin-bottom:10px}.premium-search__select-after .premium-search__input-wrap{-webkit-order:1;-ms-flex-order:1;order:1}.premium-search__select-after .premium-search__type-filter{-webkit-order:2;-ms-flex-order:2;order:2}.premium-search__select-after .premium-search__btn-wrap{-webkit-order:3;-ms-flex-order:3;order:3}.premium-search__post-inner{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:#f5f5f5;overflow:hidden;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-search__link{position:absolute;inset:0;z-index:1}.premium-search__post-content .premium-search__post-title{font-size:18px}.premium-search__post-content .premium-search__post-title a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-search__post-content .premium-search-excerpt-link{background-color:transparent!important;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-search__overlay{position:absolute;inset:0;z-index:2;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-search__overlay a{width:100%;height:100%}.premium-search__post-excerpt{margin:0}.premium-search__thumbnail-wrap{position:relative}.premium-search__thumbnail-wrap span{display:none}.premium-search__thumbnail{text-align:center;overflow:hidden}.premium-search__thumbnail img{width:100%;display:block;object-fit:cover;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.premium-search__skin-classic .premium-search__post-title{margin:20px 20px 10px}.premium-search__skin-classic .premium-search__excerpt-wrap{margin:0 20px 20px}.premium-search__skin-classic .premium-search__post-inner{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-search__skin-side .premium-search__post-title{margin:20px 20px 10px}.premium-search__skin-side .premium-search__excerpt-wrap{margin:0 20px 20px}.premium-search__skin-side .premium-search__post-inner{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-search__skin-side .premium-search__post-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex:1;-ms-flex:1;flex:1}.premium-search__skin-banner .premium-search__post-inner{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-search__skin-banner .premium-search__post-content{position:absolute;width:100%;bottom:-5px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:transparent;z-index:3;-webkit-transition:bottom .3s ease-in-out;transition:bottom .3s ease-in-out;padding:30px}.premium-search__skin-banner .premium-search__post-wrap:hover .premium-search__post-content{bottom:0}.premium-search__arrow-top a.carousel-arrow{top:0}.premium-search__arrow-middle a.carousel-arrow{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);text-decoration:none}.premium-search__arrow-bottom a.carousel-arrow{bottom:0}.premium-search__effect-scale img,.premium-search__effect-zoomout img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-search__effect-sepia img{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-search__effect-sepia .premium-search__post-wrap:hover img{-webkit-filter:sepia(0);filter:sepia(0)}.premium-search__effect-bright img{-webkit-filter:brightness(1);filter:brightness(1)}.premium-search__effect-bright .premium-search__post-wrap:hover img{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.premium-search__effect-trans img{-webkit-transform:translateX(-15px) scale(1.1);-ms-transform:translateX(-15px) scale(1.1);transform:translateX(-15px) scale(1.1)}.premium-search__effect-trans .premium-search__post-wrap:hover img{-webkit-transform:translateX(0) scale(1.1);-ms-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1)}.premium-search__effect-zoomin .premium-search__post-wrap:hover img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-search__effect-zoomout .premium-search__post-wrap:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-search__effect-scale .premium-search__post-wrap:hover img{-webkit-transform:scale(1.3) rotate(5deg);-ms-transform:scale(1.3) rotate(5deg);transform:scale(1.3) rotate(5deg)}.premium-search__effect-gray .premium-search__post-wrap:hover img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-search__effect-blur .premium-search__post-wrap:hover img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-search__footer{width:100%}.premium-search-form__pagination-container{text-align:right}.premium-search-form__pagination-container span{cursor:default}.premium-search-form__pagination-container .page-numbers{display:inline-block;border:none;color:#000;line-height:1;font-size:1em;font-weight:400;text-decoration:none;padding:.75em;margin:0 .4em .4em 0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-search-anim-yes .premium-search__input-wrap::after{display:block;position:absolute;width:0;height:2px;content:"";bottom:0;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.premium-search-anim-middle-yes .premium-search__input-wrap::after{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.premium-search-anim-label .premium-search__input::-webkit-input-placeholder,.premium-search-anim-label-pos-back .premium-search__input::-webkit-input-placeholder{color:transparent!important}.premium-search-anim-label .premium-search__input:-ms-input-placeholder,.premium-search-anim-label-pos-back .premium-search__input:-ms-input-placeholder{color:transparent!important}.premium-search-anim-label .premium-search__input::-ms-input-placeholder,.premium-search-anim-label-pos-back .premium-search__input::-ms-input-placeholder{color:transparent!important}.premium-search-anim-label .premium-search__input::placeholder,.premium-search-anim-label-pos-back .premium-search__input::placeholder{color:transparent!important}.premium-search-anim-label .premium-search__label,.premium-search-anim-label-pos-back .premium-search__label{position:relative;z-index:2;-webkit-transform:translateX(10px) translateY(30px);-ms-transform:translateX(10px) translateY(30px);transform:translateX(10px) translateY(30px);opacity:.3;pointer-events:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-search-anim-css-filters .premium-search__label,.premium-search-anim-label-letter .premium-search__label{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-highlighted-text{margin:0!important;padding:0!important}@media (max-width:768px){.premium-search__container:not(.premium-search__skin-banner) .premium-search__post-content{top:0;margin:0;padding:15px}.premium-search__skin-side .premium-search__post-inner{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.premium-tcloud-term-wrap{margin:5px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-tcloud-hidden{opacity:0;visibility:hidden}.premium-tcloud-canvas-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-tcloud-default .premium-tcloud-term,.premium-tcloud-ribbon .premium-tcloud-term{background-color:var(--tag-color);padding:5px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-tcloud-default .premium-tcloud-term:hover,.premium-tcloud-ribbon .premium-tcloud-term:hover{background-color:var(--tag-hover-color)}.premium-tcloud-default .premium-tcloud-term:hover::before,.premium-tcloud-ribbon .premium-tcloud-term:hover::before{border-inline-end-color:var(--tag-hover-color)}.premium-tcloud-default .premium-tcloud-term-link,.premium-tcloud-ribbon .premium-tcloud-term-link{color:var(--tag-text-color);-webkit-transition:all .3s ease-in-out,font-size 0s;transition:all .3s ease-in-out,font-size 0s;line-height:1}.premium-tcloud-default .premium-tcloud-term{border:1px solid var(--tag-color)}.premium-tcloud-canvas{cursor:pointer}.premium-tcloud-ribbon .premium-tcloud-term{position:relative}.premium-tcloud-ribbon .premium-tcloud-term::before{position:absolute;content:"";top:0;inset-inline-end:100%;margin:0 auto;width:0;height:0;border:var(--tag-ribbon-size) solid transparent;border-inline-start-width:0;border-inline-end-color:var(--tag-color);-webkit-transition:all .3s ease-in-out,border-width 0s;transition:all .3s ease-in-out,border-width 0s}.premium-tcloud-ribbon .premium-tcloud-term::after{position:absolute;content:"";top:50%;inset-inline-start:-8px;margin:0 auto;width:5px;height:5px;border-radius:100%;background-color:#fff;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-tcloud-sphere .premium-tcloud-terms-container{display:none}.premium-testimonial-box.multiple-testimonials{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.premium-testimonial-box{width:100%;background:0 0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-testimonial-box .premium-testimonial-author-info{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.premium-testimonial-job,.premium-testimonial-person-name{margin:0;color:#212121}.premium-testimonial-text-wrapper{margin:10px 0}.premium-testimonial-heading{font-size:24px;color:#212121;font-weight:700;margin-bottom:10px}.premium-testimonial-heading p{margin:0}.premium-testimonial-person-name{font-size:21px;font-weight:600;margin-bottom:5px}.premium-testimonial-job{font-size:18px}.premium-testimonial-container{position:relative;width:100%}.premium-testimonial-img-wrapper{overflow:hidden;border-radius:50%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-testimonial-img-wrapper img{object-fit:cover;width:100%;height:100%!important}.premium-testimonial-content-wrapper{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;padding:20px}.premium-testimonial-clear-float{clear:both}.premium-testimonial-lower-quote,.premium-testimonial-upper-quote{position:absolute;z-index:1}.premium-testimonial-lower-quote{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.premium-testimonial__rating-wrapper{-webkit-order:2;-ms-flex-order:2;order:2}.premium-testimonial__skin1 .premium-testimonial-heading,.premium-testimonial__skin1 .premium-testimonial-text-wrapper{-webkit-order:2;-ms-flex-order:2;order:2}.premium-testimonial__skin1 .premium-testimonial-author-info{-webkit-order:3;-ms-flex-order:3;order:3}.premium-testimonial__skin1 .premium-testimonial-upper-quote{top:0;left:12px}.premium-testimonial__skin1 .premium-testimonial-lower-quote{bottom:3px;right:12px}.premium-testimonial__skin1 .premium-testimonial__rating-wrapper{-webkit-order:4;-ms-flex-order:4;order:4}.premium-testimonial__skin2 .premium-testimonial-text-wrapper{-webkit-order:2;-ms-flex-order:2;order:2}.premium-testimonial__skin2 .premium-testimonial__img-info{-webkit-order:4;-ms-flex-order:4;order:4}.premium-testimonial__skin3 .premium-testimonial-heading{-webkit-order:1;-ms-flex-order:1;order:1}.premium-testimonial__skin3 .premium-testimonial-text-wrapper{-webkit-order:2;-ms-flex-order:2;order:2}.premium-testimonial__skin3 .premium-testimonial-lower-quote{top:12px;right:12px}.premium-testimonial__skin4 .premium-testimonial-text-wrapper{-webkit-order:2;-ms-flex-order:2;order:2}.premium-testimonial__skin4 .premium-testimonial-upper-quote{bottom:-25px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.premium-testimonial__img-info{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-testimonial__img-bottom .premium-testimonial-img-wrapper,.premium-testimonial__img-top .premium-testimonial-img-wrapper{position:absolute;z-index:1}.premium-testimonial__img-top .premium-testimonial-img-wrapper{top:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-testimonial__img-top .premium-testimonial-heading:first-child,.premium-testimonial__img-top .premium-testimonial-text-wrapper:first-child{margin-top:40px}.premium-testimonial__img-bottom .premium-testimonial-img-wrapper{bottom:0;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}.premium-testimonial__img-bottom .premium-testimonial-job{margin-bottom:40px}.premium-testimonial__carousel{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0 auto}.premium-testimonial__carousel .slick-slide{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-testimonial__carousel .slick-slide:not(.slick-center){-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8);opacity:.6;-webkit-filter:grayscale(70%);filter:grayscale(70%)}.premium-testimonial__carousel-img{cursor:pointer}.elementor-widget-premium-addon-testimonials:not(.premium-testimonial__skin1):not(.premium-testimonial__skin4) .premium-testimonial-job,.elementor-widget-premium-addon-testimonials:not(.premium-testimonial__skin1):not(.premium-testimonial__skin4) .premium-testimonial-person-name{margin:0 10px}.pa-txt-sc__item-container,.pa-txt-sc__outer-container{display:-webkit-flex;display:-ms-flexbox;display:flex}.pa-txt-sc__outer-container{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:10px}.pa-txt-sc__outer-container .premium-lottie-animation{width:150px;height:150px}.pa-txt-sc__outer-container .premium-lottie-animation>svg{width:100%;height:100%}.pa-txt-sc__hov-item{position:absolute;visibility:hidden;opacity:0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;-webkit-transition:opacity .13s;transition:opacity .13s}.pa-txt-sc__hov-item :not(.pa-txt-sc__item-img){left:0;top:0}.pa-txt-sc__hov-item.pa-txt-sc__item-img{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.pa-txt-sc__hov-hide:hover .pa-txt-sc__main-item{visibility:hidden;opacity:0}.pa-txt-sc__item-container{-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.pa-txt-sc__item-container:hover .pa-txt-sc__hov-item{visibility:visible!important}.pa-txt-sc__item-container:hover .pa-txt-sc__hov-item,.pa-txt-sc__item-container:hover .pa-txt-sc__main-item{-webkit-transition:opacity .13s ease-in-out;transition:opacity .13s ease-in-out}.pa-txt-sc__item-text{font-size:35px;margin:0}.pa-txt-sc__item-text.pa-txt-sc__main-item{width:100%}.pa-txt-sc__link{position:absolute;top:0;left:0;right:0;bottom:0}.pa-txt-sc__item-icon,.pa-txt-sc__item-svg{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pa-txt-sc__effect-grow{-webkit-clip-path:inset(0 100% 100% 0);clip-path:inset(0 100% 100% 0);-webkit-transition:1.2s cubic-bezier(.16,.09,0,1.02);transition:1.2s cubic-bezier(.16,.09,0,1.02)}.pa-txt-sc__effect-circle svg.outline-svg,.pa-txt-sc__effect-curly svg.outline-svg,.pa-txt-sc__effect-diagonal svg.outline-svg,.pa-txt-sc__effect-double-underline svg.outline-svg,.pa-txt-sc__effect-h-underline svg.outline-svg,.pa-txt-sc__effect-outline svg.outline-svg,.pa-txt-sc__effect-strikethrough svg.outline-svg,.pa-txt-sc__effect-underline-zigzag svg.outline-svg,.pa-txt-sc__effect-x svg.outline-svg{fill:none;stroke-width:2px;position:absolute;left:-5%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:110%;height:113%}.pa-txt-sc__effect-circle svg.outline-svg.outline,.pa-txt-sc__effect-curly svg.outline-svg.outline,.pa-txt-sc__effect-diagonal svg.outline-svg.outline,.pa-txt-sc__effect-double-underline svg.outline-svg.outline,.pa-txt-sc__effect-h-underline svg.outline-svg.outline,.pa-txt-sc__effect-outline svg.outline-svg.outline,.pa-txt-sc__effect-strikethrough svg.outline-svg.outline,.pa-txt-sc__effect-underline-zigzag svg.outline-svg.outline,.pa-txt-sc__effect-x svg.outline-svg.outline{stroke:currentColor}.pa-txt-sc__effect-circle svg.outline-svg.outline path:first-child,.pa-txt-sc__effect-curly svg.outline-svg.outline path:first-child,.pa-txt-sc__effect-diagonal svg.outline-svg.outline path:first-child,.pa-txt-sc__effect-double-underline svg.outline-svg.outline path:first-child,.pa-txt-sc__effect-h-underline svg.outline-svg.outline path:first-child,.pa-txt-sc__effect-outline svg.outline-svg.outline path:first-child,.pa-txt-sc__effect-strikethrough svg.outline-svg.outline path:first-child,.pa-txt-sc__effect-underline-zigzag svg.outline-svg.outline path:first-child,.pa-txt-sc__effect-x svg.outline-svg.outline path:first-child{-webkit-animation:pa-svg-outline .5s ease-in-out 0s forwards;animation:pa-svg-outline .5s ease-in-out 0s forwards;stroke-dasharray:1740 1742;stroke-dashoffset:1741}.pa-txt-sc__effect-circle svg.outline-svg.outline path:nth-child(2),.pa-txt-sc__effect-curly svg.outline-svg.outline path:nth-child(2),.pa-txt-sc__effect-diagonal svg.outline-svg.outline path:nth-child(2),.pa-txt-sc__effect-double-underline svg.outline-svg.outline path:nth-child(2),.pa-txt-sc__effect-h-underline svg.outline-svg.outline path:nth-child(2),.pa-txt-sc__effect-outline svg.outline-svg.outline path:nth-child(2),.pa-txt-sc__effect-strikethrough svg.outline-svg.outline path:nth-child(2),.pa-txt-sc__effect-underline-zigzag svg.outline-svg.outline path:nth-child(2),.pa-txt-sc__effect-x svg.outline-svg.outline path:nth-child(2){-webkit-animation:pa-svg-outline .5s ease-in-out 499ms forwards;animation:pa-svg-outline .5s ease-in-out 499ms forwards;stroke-dasharray:1743 1745;stroke-dashoffset:1744}.pa-txt-sc__effect-min-mask .premium-mask-span{position:relative;overflow:hidden;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important;background:inherit}.pa-txt-sc__effect-min-mask .premium-mask-span::after{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background-color:currentColor;-webkit-backface-visibility:visible;backface-visibility:visible}.pa-txt-sc__effect-underline::after{content:"";position:absolute;width:100%;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);height:2px;bottom:0;left:0;background-color:currentColor;-webkit-transform-origin:bottom left;-ms-transform-origin:bottom left;transform-origin:bottom left;-webkit-transition:-webkit-transform .25s ease-out;transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out;z-index:1}.pa-txt-sc__effect-underline.underline::after{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.pa-txt-sc__effect-hvr-pulse-grow.hvr-pulse-grow{-webkit-animation:hvr-pulse-grow .3s ease-in-out alternate infinite;animation:hvr-pulse-grow .3s ease-in-out alternate infinite}.pa-txt-sc__effect-hvr-buzz.hvr-buzz{-webkit-animation:hvr-buzz .3s ease-in-out alternate infinite;animation:hvr-buzz .3s ease-in-out alternate infinite}.pa-txt-sc__effect-rotate{-webkit-transition:all .5s ease-out;transition:all .5s ease-out;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.pa-txt-sc__effect-rotate.rotate{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}.pa-txt-sc__effect-d-rotate{-webkit-transition:all .5s ease-out;transition:all .5s ease-out;-webkit-transform:rotateY(0);transform:rotateY(0)}.pa-txt-sc__effect-d-rotate.d-rotate{-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}.pa-txt-sc__effect-hvr-wobble-vertical{-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.pa-txt-sc__effect-hvr-wobble-vertical.hvr-wobble-vertical{-webkit-animation-name:hvr-wobble-vertical;animation-name:hvr-wobble-vertical;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.pa-txt-sc__effect-hvr-float-shadow{-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.pa-txt-sc__effect-hvr-float-shadow:after{pointer-events:none;position:absolute;z-index:-1;content:"";top:100%;left:5%;height:10px;width:90%;opacity:0;background:-webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.pa-txt-sc__effect-hvr-float-shadow.hvr-float-shadow{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.pa-txt-sc__effect-hvr-float-shadow.hvr-float-shadow::after{opacity:1;-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px)}.pa-clipped-bg span{background-clip:text;-webkit-text-fill-color:transparent;-webkit-background-clip:text}@-webkit-keyframes pa-svg-outline{100%{stroke-dashoffset:0}}@keyframes pa-svg-outline{100%{stroke-dashoffset:0}}@-webkit-keyframes hvr-pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes hvr-pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@-webkit-keyframes hvr-buzz{50%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}100%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}}@keyframes hvr-buzz{50%{-webkit-transform:translateX(3px) rotate(3deg);transform:translateX(3px) rotate(3deg)}100%{-webkit-transform:translateX(-3px) rotate(-3deg);transform:translateX(-3px) rotate(-3deg)}}@-webkit-keyframes hvr-wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes hvr-wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.premium-tiktok-feed__outer-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-tiktok-feed__videos-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-tiktok-feed__video-outer-wrapper{padding:2.5px}.premium-tiktok-feed__video-wrapper{height:100%}.premium-tiktok-feed__video-wrapper video{height:100%}.premium-tiktok-feed__video-counts{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:12px;column-gap:12px;cursor:pointer;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-top:1px solid #d7d7d7}.premium-tiktok-feed__video-counts span{display:inline-block;white-space:nowrap}.premium-tiktok-feed__vid-creator a{display:inline-block;font-size:17px;text-transform:lowercase}.premium-tiktok-feed__created-at{font-size:14px}.premium-tiktok-feed__shares{position:relative;margin-left:auto;z-index:11}.premium-tiktok-feed__meta{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-tiktok-feed__video-media{cursor:pointer;overflow:hidden;position:relative}.premium-tiktok-feed__video-media img,.premium-tiktok-feed__video-media video{width:100%;height:100%!important;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-tiktok-feed__video-media .premium-tiktok-feed__play-icon{position:absolute;right:20px;top:20px;z-index:9}.premium-tiktok-feed__video-link{position:absolute;inset:0;z-index:10}.premium-tiktok-feed__vid-desc{font-size:14px;line-height:20px;font-weight:200}.premium-tiktok-feed__profile-header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;border-radius:12px;margin-bottom:5px}.premium-tiktok-feed__profile-header>*{-webkit-order:1;-ms-flex-order:1;order:1}.premium-tiktok-feed__profile-counts{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:14px;line-height:20px;font-weight:400}.premium-tiktok-feed__profile-counts span{display:inline-block;white-space:nowrap}.premium-tiktok-feed__profile-counts>span{display:-webkit-flex;display:-ms-flexbox;display:flex;padding:3px 5px;margin:0 4px;-webkit-column-gap:6px;column-gap:6px}.premium-tiktok-feed__user-info-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-tiktok-feed__user-info{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:15px;column-gap:15px}.premium-tiktok-feed__avatar{width:100px;height:100px;border-radius:50%;overflow:hidden}.premium-tiktok-feed__avatar img{width:100%;height:100%;border-radius:50%}.premium-tiktok-feed__username a{text-transform:lowercase;font-size:17px;font-weight:700px}.premium-tiktok-feed__follow-button{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:5px 20px;border-radius:5px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-order:3;-ms-flex-order:3;order:3;-webkit-column-gap:5px;column-gap:5px}.premium-tiktok-feed__follow-button svg{width:100%;height:100%}.premium-tiktok-feed__profile-desc{font-size:14px;line-height:20px;font-weight:400;margin-top:10px;margin-bottom:10px}.premium-tiktok-feed__vid-layout-1 .premium-tiktok-feed__vid-meta-wrapper,.premium-tiktok-feed__vid-layout-1 .premium-tiktok-feed__video-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-tiktok-feed__vid-layout-1 .premium-tiktok-feed__video-wrapper{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-tiktok-feed__vid-layout-1 .premium-tiktok-feed__vid-meta-wrapper{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-order:0;-ms-flex-order:0;order:0}.premium-tiktok-feed__vid-layout-1 .premium-tiktok-feed__video-counts{position:relative;-webkit-order:4;-ms-flex-order:4;order:4}.premium-tiktok-feed__vid-layout-2 .premium-tiktok-feed__video-wrapper{position:relative;cursor:pointer;overflow:hidden}.premium-tiktok-feed__vid-layout-2 .premium-tiktok-feed__vid-inner-meta{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-tiktok-feed__vid-layout-2 .premium-tiktok-feed__vid-meta-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:absolute;left:0;top:0;width:100%;height:100%;z-index:9}.premium-tiktok-feed__vid-layout-2 .premium-tiktok-feed__vid-desc{margin-top:auto!important}.premium-tiktok-feed__vid-layout-2 .premium-tiktok-feed__vid-desc,.premium-tiktok-feed__vid-layout-2 .premium-tiktok-feed__video-counts{-webkit-order:1;-ms-flex-order:1;order:1}.premium-tiktok-feed__vid-layout-2 .premium-tiktok-feed__video-media{width:100%;height:100%}.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__video-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:hidden}.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__vid-meta-wrapper,.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__video-media{width:50%}.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__vid-meta-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative}.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__meta{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__video-counts{position:absolute;bottom:0;left:0;width:100%;padding:15px}.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__video-media{height:400px}.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__video-media img{object-fit:cover}.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__vid-desc{text-align:center}.premium-tiktok-feed__load-more-wrapper{width:100%;text-align:center}.premium-tiktok-feed__load-more-btn{cursor:pointer;display:inline-block;padding:7px 20px;margin-bottom:4px;margin-top:4px;border:none;border-radius:5px;background-color:#efefef}.premium-tiktok-feed .premium-display-none{display:none}.premium-tiktok-feed__scheme-light .premium-tiktok-feed__profile-header,.premium-tiktok-feed__scheme-light .premium-tiktok-feed__video-wrapper{background:#eee}.premium-tiktok-feed__scheme-light .premium-tiktok-feed__follow-button{background-color:#202020;color:#fff}.premium-tiktok-feed__scheme-light .custom-fa,.premium-tiktok-feed__scheme-light .premium-tiktok-feed__created-at,.premium-tiktok-feed__scheme-light .premium-tiktok-feed__profile-counts,.premium-tiktok-feed__scheme-light .premium-tiktok-feed__profile-desc,.premium-tiktok-feed__scheme-light .premium-tiktok-feed__username a,.premium-tiktok-feed__scheme-light .premium-tiktok-feed__vid-creator a,.premium-tiktok-feed__scheme-light .premium-tiktok-feed__vid-desc,.premium-tiktok-feed__scheme-light .premium-tiktok-feed__video-counts>span,.premium-tiktok-feed__scheme-light .premium-tiktok-feed__video-counts>span>i,.premium-tiktok-feed__scheme-light .premium-tiktok-sharer{color:#202020}.premium-tiktok-feed__scheme-light .premium-tiktok-feed__video-counts svg,.premium-tiktok-feed__scheme-light .premium-tiktok-feed__video-counts svg *{color:#202020}.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__profile-header,.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__video-wrapper{background:#202020}.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__follow-button{background-color:#eee;color:#202020}.premium-tiktok-feed__scheme-dark .fa.custom-fa{-webkit-text-stroke-color:#fff}.premium-tiktok-feed__scheme-dark .custom-fa,.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__created-at,.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__profile-counts,.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__profile-desc,.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__username a,.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__vid-creator a,.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__vid-desc,.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__video-counts>span,.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__video-counts>span>i,.premium-tiktok-feed__scheme-dark .premium-tiktok-sharer{color:#fff}.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__video-counts svg,.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__video-counts svg *{color:#fff}.premium-carousel-yes .premium-tiktok-feed__videos-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-carousel-yes.premium-tiktok-feed__grid .slick-slide{height:inherit!important}.premium-tiktok-feed__tiktok-icon.premium-tiktok-icon-video{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-title-container .premium-title-header{position:relative;margin:0;padding:10px}.premium-title-container .premium-title-header:not(.premium-title-style7){-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-title-container .premium-title-header svg{width:40px;height:40px}.premium-title-container .premium-title-header img{width:40px;height:40px;object-fit:cover}.premium-title-container .premium-title-header a{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%}.premium-title-container .premium-lottie-animation{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-title-icon-row .premium-title-icon{-webkit-margin-end:10px;margin-inline-end:10px}.premium-title-icon-row-reverse .premium-title-icon{-webkit-margin-start:10px;margin-inline-start:10px}.premium-title-flex-start .premium-title-header{text-align:left}.premium-title-center .premium-title-header{text-align:center}.premium-title-flex-end .premium-title-header{text-align:right}.premium-title-style3,.premium-title-style4{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-title-style1,.premium-title-style2,.premium-title-style5,.premium-title-style6,.premium-title-style8,.premium-title-style9{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.premium-title-style7{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-title-style7 .premium-title-style7-inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-title-style1{border-width:0;-webkit-border-start:3px solid #6ec1e4;border-inline-start:3px solid #6ec1e4}.premium-title-container.style2,.premium-title-container.style4,.premium-title-container.style5,.premium-title-container.style6{border-bottom:3px solid #6ec1e4}.premium-title-style6:before{position:absolute;inset-inline-start:50%;bottom:0;-webkit-margin-start:-2px;margin-inline-start:-2px;content:"";border:3px solid transparent}.premium-title-style7-stripe-wrap{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-title-style7:before{display:none}.premium-title-style8 .premium-title-text[data-animation=shiny]{background-size:125px!important;color:rgba(255,255,255,0);-webkit-background-clip:text!important;background-clip:text!important;-webkit-animation-name:pa-shinny-text!important;animation-name:pa-shinny-text!important;-webkit-animation-duration:var(--animation-speed)!important;animation-duration:var(--animation-speed)!important;-webkit-animation-iteration-count:infinite!important;animation-iteration-count:infinite!important;background:var(--base-color) -webkit-gradient(linear,left top,right top,from(var(--base-color)),to(var(--base-color)),color-stop(.5,var(--shiny-color))) 0 0 no-repeat}@keyframes pa-shinny-text{0%{background-position:0}100%{background-position:200%}}.premium-title-style9[data-animation-blur=process] .premium-title-style9-letter{-webkit-animation:pa-blur-shadow 2s 1 alternate;animation:pa-blur-shadow 2s 1 alternate}@-webkit-keyframes pa-blur-shadow{from{text-shadow:0 0 var(--shadow-value) var(--shadow-color);color:transparent}to{text-shadow:0}}@keyframes pa-blur-shadow{from{text-shadow:0 0 var(--shadow-value) var(--shadow-color);color:transparent}to{text-shadow:0}}.premium-title-gradient-yes .premium-title-icon,.premium-title-gradient-yes .premium-title-text{-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-image:-webkit-linear-gradient(left,#ffa648,#f17cc1,#4da9fd);background-image:linear-gradient(to right,#ffa648,#f17cc1,#4da9fd);-webkit-animation:pa-text-gradient 8s infinite;animation:pa-text-gradient 8s infinite}.premium-title-noise-yes .premium-title-text{position:relative}.premium-title-noise-yes .premium-title-text::before{content:attr(data-text);position:absolute;left:-2px;text-shadow:1px 0 #00f;top:0;background:0 0;overflow:hidden;clip:rect(0,900px,0,0);animation:pa-noise-anim-1 3s infinite linear alternate-reverse;width:100%;height:100%}.premium-title-noise-yes .premium-title-text::after{content:attr(data-text);position:absolute;left:2px;text-shadow:-1px 0 red;top:0;background:0 0;overflow:hidden;clip:rect(0,900px,0,0);animation:pa-noise-anim-2 2s infinite linear alternate-reverse;width:100%;height:100%}.premium-title-clipped .premium-title-text{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@-webkit-keyframes pa-text-gradient{0%,100%{-webkit-filter:hue-rotate(0);filter:hue-rotate(0)}50%{-webkit-filter:hue-rotate(360deg);filter:hue-rotate(360deg)}}@keyframes pa-text-gradient{0%,100%{-webkit-filter:hue-rotate(0);filter:hue-rotate(0)}50%{-webkit-filter:hue-rotate(360deg);filter:hue-rotate(360deg)}}@-webkit-keyframes pa-noise-anim-1{0%{clip:rect(52px,9999px,255px,0)}5%{clip:rect(88px,9999px,50px,0)}10%{clip:rect(81px,9999px,150px,0)}15%{clip:rect(38px,9999px,230px,0)}20%{clip:rect(62px,9999px,232px,0)}25%{clip:rect(5px,9999px,76px,0)}30%{clip:rect(9px,9999px,5px,0)}35%{clip:rect(17px,9999px,204px,0)}40%{clip:rect(97px,9999px,297px,0)}45%{clip:rect(9px,9999px,107px,0)}50%{clip:rect(94px,9999px,44px,0)}55%{clip:rect(53px,9999px,62px,0)}60%{clip:rect(2px,9999px,10px,0)}65%{clip:rect(24px,9999px,184px,0)}70%{clip:rect(45px,9999px,224px,0)}75%{clip:rect(75px,9999px,38px,0)}80%{clip:rect(9px,9999px,91px,0)}85%{clip:rect(56px,9999px,203px,0)}90%{clip:rect(53px,9999px,142px,0)}95%{clip:rect(86px,9999px,200px,0)}100%{clip:rect(63px,9999px,226px,0)}}@keyframes pa-noise-anim-1{0%{clip:rect(52px,9999px,255px,0)}5%{clip:rect(88px,9999px,50px,0)}10%{clip:rect(81px,9999px,150px,0)}15%{clip:rect(38px,9999px,230px,0)}20%{clip:rect(62px,9999px,232px,0)}25%{clip:rect(5px,9999px,76px,0)}30%{clip:rect(9px,9999px,5px,0)}35%{clip:rect(17px,9999px,204px,0)}40%{clip:rect(97px,9999px,297px,0)}45%{clip:rect(9px,9999px,107px,0)}50%{clip:rect(94px,9999px,44px,0)}55%{clip:rect(53px,9999px,62px,0)}60%{clip:rect(2px,9999px,10px,0)}65%{clip:rect(24px,9999px,184px,0)}70%{clip:rect(45px,9999px,224px,0)}75%{clip:rect(75px,9999px,38px,0)}80%{clip:rect(9px,9999px,91px,0)}85%{clip:rect(56px,9999px,203px,0)}90%{clip:rect(53px,9999px,142px,0)}95%{clip:rect(86px,9999px,200px,0)}100%{clip:rect(63px,9999px,226px,0)}}@-webkit-keyframes pa-noise-anim-2{0%{clip:rect(14px,9999px,208px,0)}5%{clip:rect(19px,9999px,255px,0)}10%{clip:rect(17px,9999px,20px,0)}15%{clip:rect(46px,9999px,234px,0)}20%{clip:rect(28px,9999px,82px,0)}25%{clip:rect(64px,9999px,139px,0)}30%{clip:rect(58px,9999px,53px,0)}35%{clip:rect(18px,9999px,219px,0)}40%{clip:rect(61px,9999px,213px,0)}45%{clip:rect(63px,9999px,85px,0)}50%{clip:rect(59px,9999px,101px,0)}55%{clip:rect(20px,9999px,133px,0)}60%{clip:rect(49px,9999px,165px,0)}65%{clip:rect(70px,9999px,266px,0)}70%{clip:rect(70px,9999px,160px,0)}75%{clip:rect(82px,9999px,217px,0)}80%{clip:rect(25px,9999px,32px,0)}85%{clip:rect(76px,9999px,63px,0)}90%{clip:rect(2px,9999px,215px,0)}95%{clip:rect(9px,9999px,182px,0)}100%{clip:rect(41px,9999px,50px,0)}}@keyframes pa-noise-anim-2{0%{clip:rect(14px,9999px,208px,0)}5%{clip:rect(19px,9999px,255px,0)}10%{clip:rect(17px,9999px,20px,0)}15%{clip:rect(46px,9999px,234px,0)}20%{clip:rect(28px,9999px,82px,0)}25%{clip:rect(64px,9999px,139px,0)}30%{clip:rect(58px,9999px,53px,0)}35%{clip:rect(18px,9999px,219px,0)}40%{clip:rect(61px,9999px,213px,0)}45%{clip:rect(63px,9999px,85px,0)}50%{clip:rect(59px,9999px,101px,0)}55%{clip:rect(20px,9999px,133px,0)}60%{clip:rect(49px,9999px,165px,0)}65%{clip:rect(70px,9999px,266px,0)}70%{clip:rect(70px,9999px,160px,0)}75%{clip:rect(82px,9999px,217px,0)}80%{clip:rect(25px,9999px,32px,0)}85%{clip:rect(76px,9999px,63px,0)}90%{clip:rect(2px,9999px,215px,0)}95%{clip:rect(9px,9999px,182px,0)}100%{clip:rect(41px,9999px,50px,0)}}@-webkit-keyframes pa-shinny-text{0%{background-position:100%}100%{background-position:-100%}}@keyframes pa-shinny-text{0%{background-position:100%}100%{background-position:-100%}}.premium-global-tooltip{display:none}.premium-global-tooltip-content .premium-tootltip-icon img{display:inline-block;vertical-align:middle}.premium-global-tooltip-content .premium-tooltip-gallery,.premium-global-tooltip-content .premium-tootltip-icon{display:inline-block}.premium-global-tooltip-content .premium-tooltip-gallery img,.premium-global-tooltip-content .premium-tootltip-icon img{width:100%;height:100%;object-fit:cover}.premium-video-box-transform{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.premium-video-box-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-video-box-container>div{position:relative;overflow:hidden}.premium-video-box-image-container{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background-size:cover;background-position:50%;cursor:pointer;margin:auto;-webkit-transition:.2s all;transition:.2s all}.premium-video-box-play-icon-container{position:absolute;z-index:2;cursor:pointer;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:rgba(252,252,252,.35)}.premium-video-box-description-container{position:absolute;z-index:2;padding:5px;text-align:center;cursor:pointer;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.premium-video-box-text{margin-bottom:0!important;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-video-box-play-icon{padding:15px;-webkit-transform:translateX(4%);-ms-transform:translateX(4%);transform:translateX(4%);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-vid-lightbox-container,.premium-video-box-video-container{position:absolute;top:0;inset-inline-start:0;z-index:2;width:100%;height:100%;-webkit-transition:opacity .8s ease-in-out;transition:opacity .8s ease-in-out;overflow:hidden;cursor:pointer}.premium-video-box-container[data-overlay=true][data-type=self] .premium-video-box-video-container{opacity:0;visibility:hidden}.premium-video-box-video-container iframe{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none}.premium-video-box-video-container video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;background-color:#000;object-fit:contain}.premium-video-box-container .premium-video-box-vimeo-wrap{display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;top:0;inset-inline-start:0;z-index:3;margin:10px;-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out;-webkit-margin-end:4.6em;margin-inline-end:4.6em}.premium-video-box-vimeo-wrap .premium-video-box-vimeo-portrait{width:60px;height:60px;background:rgba(23,35,34,.75);-webkit-margin-end:1px;margin-inline-end:1px;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;padding:0}.premium-video-box-vimeo-portrait img{width:50px;height:50px;margin:5px;padding:0;border:0;border-radius:50%}.premium-video-box-vimeo-wrap .premium-video-box-vimeo-headers{font-size:10px}.premium-video-box-vimeo-wrap .premium-video-box-vimeo-title{max-width:100%;font-size:2em!important;font-weight:700;margin:0;padding:.1em .2em;background:rgba(23,35,34,.75);display:inline-block;text-transform:none;line-height:normal;letter-spacing:normal}.premium-video-box-vimeo-wrap .premium-video-box-vimeo-byline{font-size:1.2em!important;font-weight:400;color:#fff;margin-top:.1em;padding:.2em .5em;background:rgba(23,35,34,.75);text-transform:none;line-height:normal;letter-spacing:normal}.premium-video-box-playlist-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-video-box-playlist-container .premium-video-box-container{height:100%;overflow:hidden}.premium-video-box-container:hover .premium-video-box-image-container.zoomin{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-video-box-container:hover .premium-video-box-image-container.zoomout{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-video-box-container:hover .premium-video-box-image-container.scale{-webkit-transform:scale(1.3) rotate(5deg);-ms-transform:scale(1.3) rotate(5deg);transform:scale(1.3) rotate(5deg)}.premium-video-box-container:hover .premium-video-box-image-container.gray{-webkit-filter:grayscale(0);filter:grayscale(0)}.premium-video-box-container:hover .premium-video-box-image-container.blur{-webkit-filter:blur(3px);filter:blur(3px)}.premium-video-box-container:hover .premium-video-box-image-container.sepia{-webkit-filter:sepia(0);filter:sepia(0)}.premium-video-box-container:hover .premium-video-box-image-container.trans{-webkit-transform:translateX(0) scale(1.1);-ms-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1)}.premium-video-box-container:hover .premium-video-box-image-container.bright{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.premium-video-box-image-container.gray{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-video-box-image-container.scale,.premium-video-box-image-container.zoomout{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-video-box-image-container.sepia{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-video-box-image-container.bright{-webkit-filter:brightness(1);filter:brightness(1)}.premium-video-box-image-container.trans{-webkit-transform:translateX(-15px) scale(1.1);-ms-transform:translateX(-15px) scale(1.1);transform:translateX(-15px) scale(1.1)}.premium-video-box-mask-media{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.premium-video-box-container.premium-video-box-sticky-apply{z-index:99;overflow:unset}.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{position:fixed!important;z-index:99999;height:225px;width:400px;background:#fff}.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-container:before,.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-vimeo-wrap{visibility:hidden}.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap{box-shadow:unset}.premium-video-box-sticky-close,.premium-video-box-sticky-infobar{display:none}.premium-video-box-sticky-apply .premium-video-box-sticky-close{position:absolute;padding:5px;cursor:pointer;z-index:99999;height:14px;width:14px;box-sizing:content-box;border-radius:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-video-box-sticky-apply .premium-video-box-play-icon-container{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-video-box-sticky-apply .premium-video-box-play-icon{-webkit-transition:none;transition:none}.premium-video-box-sticky-apply .premium-video-box-sticky-infobar{display:block;position:relative;top:100%;width:100%;padding:5px;text-align:center;z-index:9999;margin-top:-1px}.premium-video-box-sticky-apply .premium-video-box-inner-wrap.ui-draggable{cursor:move}.premium-video-sticky-top-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{inset-inline-end:auto;inset-inline-start:20px;top:20px}.premium-video-sticky-bottom-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{inset-inline-end:auto;inset-inline-start:20px;bottom:20px}.premium-video-sticky-top-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{inset-inline-start:auto;inset-inline-end:20px;top:20px}.premium-video-sticky-bottom-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{inset-inline-start:auto;inset-inline-end:20px;bottom:20px}.premium-video-sticky-center-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{inset-inline-end:auto;inset-inline-start:20px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-video-sticky-center-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{inset-inline-start:auto;inset-inline-end:20px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-video-sticky-bottom-left .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap,.premium-video-sticky-bottom-right .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap{bottom:55px}.premium-video-sticky-bottom-left .premium-video-box-sticky-apply .premium-video-box-sticky-close,.premium-video-sticky-center-left .premium-video-box-sticky-apply .premium-video-box-sticky-close,.premium-video-sticky-top-left .premium-video-box-sticky-apply .premium-video-box-sticky-close{top:-10px;inset-inline-end:-10px}.premium-video-sticky-bottom-right .premium-video-box-sticky-apply .premium-video-box-sticky-close,.premium-video-sticky-center-right .premium-video-box-sticky-apply .premium-video-box-sticky-close,.premium-video-sticky-top-right .premium-video-box-sticky-apply .premium-video-box-sticky-close{top:-10px;inset-inline-start:-10px}.premium-video-box-filter-sticky{-webkit-filter:none!important;filter:none!important}.premium-mscroll-yes.elementor-widget-premium-addon-video-box div{cursor:default}.premium-video-box-background{width:100%}.premium-video-box-background+div{position:absolute;width:80%;height:80%;top:0;inset-inline-start:0}.premium-videobox-layout2 .premium-videobox-column{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:50%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-videobox-layout2 .premium-videobox-column:first-child .premium-video-box-trigger{height:100%}.premium-videobox-layout2 .premium-videobox-column:nth-child(2){-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:-webkit-calc(100% - var(--pa-first-column-width));width:calc(100% - var(--pa-first-column-width))}.premium-videobox-layout2 .premium-videobox-column:nth-child(2) .premium-video-box-container{height:auto!important}.rtl .premium-video-box-description-container,.rtl .premium-video-box-play-icon-container{-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.rtl .premium-video-box-play-icon{-webkit-transform:translateX(-4%);-ms-transform:translateX(-4%);transform:translateX(-4%)}.rtl .premium-video-box-container:hover .premium-video-box-image-container.scale{-webkit-transform:scale(1.3) rotate(-5deg);-ms-transform:scale(1.3) rotate(-5deg);transform:scale(1.3) rotate(-5deg)}.rtl .premium-video-box-image-container.trans{-webkit-transform:translateX(15px) scale(1.1);-ms-transform:translateX(15px) scale(1.1);transform:translateX(15px) scale(1.1)}.premium-vscroll-inner{position:relative;min-height:100%}.premium-vscroll-inner .premium-vscroll-dots{position:fixed;z-index:100;opacity:1;margin-top:-32px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-vscroll-wrap .premium-vscroll-nav-menu{opacity:1;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-vscroll-inner .premium-vscroll-dots,.premium-vscroll-wrap .premium-vscroll-dots-hide{opacity:0;visibility:hidden}.premium-vscroll-nav-dots-yes .premium-vscroll-inner .premium-vscroll-dots:not(.premium-vscroll-dots-hide){opacity:1;visibility:visible}.premium-vscroll-dots.middle{top:50%;margin-top:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-vscroll-dots.top{top:40px}.premium-vscroll-dots.bottom{bottom:30px}.premium-vscroll-dots.right{inset-inline-end:17px}.premium-vscroll-dots.left{inset-inline-start:17px}.premium-vscroll-inner ul.premium-vscroll-dots-list,.premium-vscroll-wrap .premium-vscroll-nav-menu{margin:0!important;padding:0}.premium-vscroll-inner ul.premium-vscroll-dots-list li{width:14px;height:13px;margin:7px;position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;overflow:visible}.premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-nav-link{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none}.premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-nav-link span{top:2px;inset-inline-start:2.5px;width:8px;height:8px;border:1px solid #000;border-radius:50%;position:absolute;z-index:1;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-vscroll-inner .premium-vscroll-dot-item.active .premium-vscroll-nav-link span{-webkit-transform:scale(1.6);-ms-transform:scale(1.6);transform:scale(1.6)}.premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-tooltip{position:absolute;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;white-space:nowrap;max-width:220px;padding-left:.4em;padding-right:.4em}.premium-vscroll-inner .premium-vscroll-dots.right .premium-vscroll-tooltip{inset-inline-end:27px}.premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item{width:4px;height:30px}.premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item span{width:100%;height:100%;border-radius:0}.premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item.active span{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-vscroll-inner .premium-vscroll-dots.right .premium-vscroll-tooltip::after{position:absolute;top:50%;content:"";inset-inline-start:-webkit-calc(100% - 1px);inset-inline-start:calc(100% - 1px);width:10px;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;-webkit-border-start:6px solid;border-inline-start:6px solid;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-vscroll-inner .premium-vscroll-dots.left .premium-vscroll-tooltip{inset-inline-start:27px}.premium-vscroll-inner .premium-vscroll-dots.left .premium-vscroll-tooltip::after{position:absolute;top:50%;content:"";inset-inline-end:-webkit-calc(100% - 1px);inset-inline-end:calc(100% - 1px);width:10px;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;-webkit-border-end:6px solid;border-inline-end:6px solid;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media (max-width:768px){.premium-vscroll-dots.right{inset-inline-end:7px}.premium-vscroll-dots.left{inset-inline-start:7px}}.premium-vscroll-nav-menu{position:fixed;top:20px;height:40px;z-index:100;padding:0;margin:0}.premium-vscroll-nav-menu.left{inset-inline-start:0}.premium-vscroll-nav-menu.right{inset-inline-end:0}.premium-vscroll-nav-menu .premium-vscroll-nav-item{display:inline-block;margin:10px;color:#000;background:#fff;background:rgba(255,255,255,.3)}.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link{padding:9px 18px;display:block;cursor:pointer;color:#000}.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link:hover{color:#000}.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link:focus{outline:0}.multiscroll-nav li a:focus{outline:0}.premium-vscroll-temp .slimScrollBar{visibility:hidden}[data-hijacking=off] .premium-vscroll-temp{height:100vh}[data-hijacking=off] .premium-vscroll-temp>div{opacity:0;top:0;left:0;width:100%;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}[data-hijacking=off] .premium-vscroll-temp:first-of-type>div::before{display:none;position:absolute;width:100%;top:20px;z-index:2}[data-hijacking=off][data-animation=rotate] .premium-vscroll-temp{position:relative;-webkit-perspective:1800px;perspective:1800px}[data-hijacking=off][data-animation=rotate] .premium-vscroll-temp>div{position:absolute;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}[data-hijacking=off][data-animation=rotate] .premium-vscroll-temp:last-of-type>div{opacity:1!important;-webkit-transform:translateY(0) scale(1) rotateX(0)!important;transform:translateY(0) scale(1) rotateX(0)!important}[data-hijacking=off][data-animation=parallax] .premium-vscroll-temp>div{position:fixed}[data-hijacking=off][data-animation=scaleDown] .premium-vscroll-temp>div{position:fixed}[data-hijacking=off] .premium-vscroll-parallax-last{-webkit-transform:translateY(0) scale(1)!important;-ms-transform:translateY(0) scale(1)!important;transform:translateY(0) scale(1)!important}[data-hijacking=off] .premium-vscroll-parallax-position{position:unset!important}.premium-weather__outer-wrapper{position:relative}.premium-weather__outer-wrapper *{z-index:10}.premium-weather__temp-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-weather__desc-wrapper,.premium-weather__outer-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-weather__basic-weather{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-weather__icon-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-weather__icon-wrapper i{font-size:70px}.premium-weather__icon-wrapper .premium-lottie-animation,.premium-weather__icon-wrapper img,.premium-weather__icon-wrapper>svg{width:70px;height:70px}.premium-weather__icon-wrapper .premium-lottie-animation svg{width:100%;height:100%}.premium-weather__city-name{font-size:30px;display:inline-block;color:#54595f}.premium-weather__current-weather .premium-weather__temp-wrapper span{font-size:35px}.premium-weather__temp-unit{position:relative;font-size:20px;top:-5px}.premium-weather__temp-val{font-size:45px;font-weight:600}.premium-weather__desc-wrapper{-webkit-margin-start:50px;margin-inline-start:50px}.premium-weather__desc{font-size:20px;text-transform:capitalize;white-space:nowrap}.premium-weather__feels-like{font-size:13px;color:#54595f;white-space:nowrap}.premium-weather__extra-weather{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-column-gap:50px;column-gap:50px}.premium-weather__extra-weather.slick-slide{display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.premium-weather__extra-weather>div{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;gap:5px;margin-top:10px}.premium-weather__extra-weather svg{width:16px;height:16px}.premium-weather__extra-weather span{white-space:nowrap;font-size:15px}.premium-weather__forecast{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:10px}.premium-weather__forecast .premium-weather__forecast-item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-weather__forecast .premium-weather__forecast-item.slick-slide{display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.premium-weather__forecast .premium-weather__forecast-item .premium-weather__forecast-item-data{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-weather__forecast .premium-weather__forecast-item .premium-weather__forecast-item-date{white-space:nowrap;font-size:15px}.premium-weather__forecast .premium-weather__forecast-item .premium-weather__temp-wrapper{font-size:20px;font-weight:600}.premium-weather__hourly-item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-weather__hourly-item.slick-slide{display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.premium-weather__hourly-item .premium-weather__icon-wrapper{margin-bottom:5px}.premium-weather__hourly-item .premium-weather__icon-wrapper i{font-size:35px}.premium-weather__hourly-item .premium-weather__icon-wrapper .premium-lottie-animation,.premium-weather__hourly-item .premium-weather__icon-wrapper img,.premium-weather__hourly-item .premium-weather__icon-wrapper>svg{width:35px;height:35px}.premium-weather__hourly-item .premium-weather__temp-wrapper span{font-size:20px}.premium-weather__hourly-item .premium-weather__hourly-item-date{display:inline-block;white-space:nowrap;font-size:13px;margin-bottom:5px}@media (max-width:1024px){.premium-weather__layout-2 .premium-weather__extra-weather{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.premium-weather__layout-2 .premium-weather__basic-weather{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.premium-weather__layout-2 .premium-weather__basic-weather .premium-weather__icon-weather{width:70px;height:70px}.premium-weather__layout-2 .premium-weather__desc-wrapper{-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-weather__layout-2 .premium-weather__extra-outer-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-weather__layout-2 .premium-weather__extra-outer-wrapper .premium-weather__extra-weather{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.premium-weather__layout-3 .premium-weather__current-weather{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;gap:40px;margin-bottom:10px}.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__extra-outer-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather,.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__extra-outer-wrapper,.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__extra-weather{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather .premium-weather__icon-wrapper i{font-size:80px}.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather .premium-weather__icon-wrapper .premium-lottie-animation,.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather .premium-weather__icon-wrapper img,.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather .premium-weather__icon-wrapper>svg{width:80px;height:80px}.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather .premium-weather__desk{font-size:20px}.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather .premium-weather__feels-like{font-size:10px}.premium-weather__layout-3 .premium-weather__hourly-forecast-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-weather__layout-3 .premium-weather__extra-outer-wrapper{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.premium-weather__layout-3 .premium-weather__extra-outer-wrapper .premium-weather__temp-wrapper span{font-size:60px}.premium-weather__layout-3 .premium-weather__extra-outer-wrapper .premium-weather__extra-weather{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.premium-weather__layout-2 .premium-weather__forecast-item .premium-weather__temp-max,.premium-weather__layout-2 .premium-weather__forecast-item .premium-weather__temp-min,.premium-weather__layout-3 .premium-weather__forecast-item .premium-weather__temp-max,.premium-weather__layout-3 .premium-weather__forecast-item .premium-weather__temp-min{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (max-width:1024px){.premium-daily-forecast__style-1 .premium-weather__forecast,.premium-daily-forecast__style-2 .premium-weather__forecast,.premium-daily-forecast__style-3 .premium-weather__forecast{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.premium-daily-forecast__style-1 .premium-weather__forecast-item,.premium-daily-forecast__style-2 .premium-weather__forecast-item{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;border-radius:20px}.premium-daily-forecast__style-1 .premium-weather__forecast-item .premium-weather__temp-wrapper,.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__temp-wrapper{font-size:17px;font-weight:600}.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__temp-wrapper,.premium-daily-forecast__style-3 .premium-weather__forecast-item .premium-weather__temp-wrapper{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-column-gap:6px;column-gap:6px}.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__forecast-item-data,.premium-daily-forecast__style-3 .premium-weather__forecast-item .premium-weather__forecast-item-data{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-daily-forecast__style-1 .premium-weather__forecast-item .premium-weather__temp-wrapper{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-daily-forecast__style-1 .premium-weather__forecast-item .premium-weather__icon-wrapper i{font-size:50px}.premium-daily-forecast__style-1 .premium-weather__forecast-item .premium-weather__icon-wrapper .premium-lottie-animation,.premium-daily-forecast__style-1 .premium-weather__forecast-item .premium-weather__icon-wrapper img,.premium-daily-forecast__style-1 .premium-weather__forecast-item .premium-weather__icon-wrapper>svg{width:50px;height:50px}.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__forecast-item-date{-webkit-order:2;-ms-flex-order:2;order:2}.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__forecast-item-data{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__icon-wrapper i{font-size:45px}.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__icon-wrapper .premium-lottie-animation,.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__icon-wrapper img,.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__icon-wrapper>svg{width:45px;height:45px}.premium-daily-forecast__style-3 .premium-weather__forecast-item{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-daily-forecast__style-3 .premium-weather__forecast-item .premium-weather__forecast-item-data{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.premium-daily-forecast__style-3 .premium-weather__forecast-item .premium-weather__icon-wrapper i{font-size:40px}.premium-daily-forecast__style-3 .premium-weather__forecast-item .premium-weather__icon-wrapper .premium-lottie-animation,.premium-daily-forecast__style-3 .premium-weather__forecast-item .premium-weather__icon-wrapper img,.premium-daily-forecast__style-3 .premium-weather__forecast-item .premium-weather__icon-wrapper>svg{width:40px;height:40px}.premium-daily-forecast__style-4 .premium-weather__forecast{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.premium-daily-forecast__style-4 .premium-weather__forecast .premium-weather__forecast-item{width:100%;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-daily-forecast__style-4 .premium-weather__forecast .premium-weather__icon-wrapper i{font-size:30px}.premium-daily-forecast__style-4 .premium-weather__forecast .premium-weather__icon-wrapper .premium-lottie-animation,.premium-daily-forecast__style-4 .premium-weather__forecast .premium-weather__icon-wrapper img,.premium-daily-forecast__style-4 .premium-weather__forecast .premium-weather__icon-wrapper>svg{width:30px;height:30px}.premium-daily-forecast__style-4 .premium-weather__forecast .premium-weather__forecast-item-data{gap:50px;-webkit-margin-start:auto;margin-inline-start:auto}.premium-daily-forecast__style-4 .premium-weather__forecast .premium-weather__forecast-item-data>:not(.premium-weather__icon-wrapper){min-width:30px;text-align:center}.premium-daily-forecast__style-1 .premium-weather__forecast-item,.premium-daily-forecast__style-2 .premium-weather__forecast-item,.premium-daily-forecast__style-3 .premium-weather__forecast-item,.premium-daily-forecast__style-4 .premium-weather__forecast{background-color:#f0f0f0;padding:15px}.premium-daily-forecast__style-3 .premium-weather__forecast-item,.premium-daily-forecast__style-4 .premium-weather__forecast{border-radius:15px}.premium-daily-forecast__style-4 .premium-weather__forecast-item{padding:10px 0 10px 0}.premium-hours-vertical .premium-weather__hourly-item,.premium-weather__tab-content .premium-weather__hourly-item{display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:100%;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-hours-vertical .premium-weather__hourly-data,.premium-weather__tab-content .premium-weather__hourly-data{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-column-gap:50px;column-gap:50px}.premium-hours-vertical .premium-weather__hourly-data>*,.premium-weather__tab-content .premium-weather__hourly-data>*{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:5px;column-gap:5px}.premium-hours-vertical .premium-weather__hourly-item-date{font-size:15px}.premium-hours-vertical .premium-weather__hourly-item{padding:10px 0 10px 0}.premium-hours-vertical .premium-weather__hourly-item .premium-weather__hourly-data i{font-size:15px}.premium-hours-vertical .premium-weather__hourly-item .premium-weather__hourly-data svg{width:15px;height:15px}.premium-hours-vertical .premium-weather__hourly-item .premium-weather__icon-wrapper i{font-size:30px}.premium-hours-vertical .premium-weather__hourly-item .premium-weather__icon-wrapper .premium-lottie-animation,.premium-hours-vertical .premium-weather__hourly-item .premium-weather__icon-wrapper img,.premium-hours-vertical .premium-weather__hourly-item .premium-weather__icon-wrapper>svg{width:30px;height:30px}.premium-hours-vertical .premium-weather__hourly-item .premium-weather__hourly-data>:not(.premium-weather__icon-wrapper)>span,.premium-hours-vertical .premium-weather__hourly-item .premium-weather__temp-wrapper>span{font-size:16px;font-weight:600}.premium-weather__forecast-tabs-wrapper{overflow-x:auto;overflow-y:hidden}.premium-weather__forecast-tabs-wrapper .premium-weather__tabs-headers,.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-weather__forecast-tabs-wrapper .premium-weather__tabs-headers{list-style:none;margin:0;padding:0}.premium-weather__forecast-tabs-wrapper .premium-weather__tabs-headers li{background:#f0f0f0;border-radius:10px;padding:10px 0 10px 0;margin:20px 10px 0 10px;cursor:pointer;-webkit-transition:.3s all ease-in-out;transition:.3s all ease-in-out}.premium-weather__forecast-tabs-wrapper .premium-weather__tabs-headers li:hover{background:#e4e3e3}.premium-weather__forecast-tabs-wrapper .premium-weather__tab-content:not(.current){display:none}.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators{width:100%;border-bottom:1px solid #dedede;padding:20px 0 20px 0}.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators .premium-weather__weather-data-wrapper,.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators .premium-weather__weather-indicator{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators .premium-weather__weather-indicator{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators .premium-weather__weather-indicator i{font-size:17px}.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators .premium-weather__weather-indicator svg{width:17px;height:17px}.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators .premium-weather__weather-data-wrapper{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-column-gap:50px;column-gap:50px}.premium-weather__forecast-tabs-wrapper .premium-weather__hourly-item>*,.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators>*{-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;white-space:nowrap}.premium-weather__forecast-tabs-wrapper .premium-weather__hourly-item-date,.premium-weather__forecast-tabs-wrapper .premium-weather__tab-content .premium-weather__hourly-item>:not(.premium-weather__hourly-item-date):not(.premium-weather__icon-wrapper){font-size:15px}.premium-weather__forecast-tabs-wrapper .premium-weather__hourly-item{padding:15px 0 15px 0}.premium-weather__forecast-tabs-wrapper .premium-weather__icon-wrapper i{font-size:30px}.premium-weather__forecast-tabs-wrapper .premium-weather__icon-wrapper .premium-lottie-animation,.premium-weather__forecast-tabs-wrapper .premium-weather__icon-wrapper img,.premium-weather__forecast-tabs-wrapper .premium-weather__icon-wrapper>svg{width:30px;height:30px}.premium-weather-space-between .premium-weather__tab-header{-webkit-flex:1;-ms-flex:1;flex:1;text-align:center}.premium-weather__layout-1 .premium-weather__hourly-forecast-wrapper,.premium-weather__layout-2.premium-weather__hourly-yes .premium-weather__extra-outer-wrapper,.premium-weather__layout-3 .premium-weather__hourly-forecast-wrapper{background-color:#f0f0f0;border-radius:20px;padding:25px 15px 25px 15px;margin:25px 0 15px 0}.premium-cw-sec-inline .premium-weather__current-weather{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-cw-sec-inline .premium-weather__current-weather>*{-webkit-order:1;-ms-flex-order:1;order:1}.premium-cw-sec-block .premium-weather__current-weather{display:block}.premium-weather__layout-1.premium-cw-block .premium-weather__basic-weather{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-weather__layout-1.premium-cw-block .premium-weather__basic-weather .premium-weather__city-wrapper{width:100%}.premium-weather__layout-1.premium-cw-inline .premium-weather__basic-weather{-webkit-flex-wrap:unset;-ms-flex-wrap:unset;flex-wrap:unset}.premium-weather__layout-1.premium-cw-inline .premium-weather__basic-weather .premium-weather__city-wrapper{width:unset}@media (min-width:2400px){.premium-cw-sec-widescreen-inline .premium-weather__current-weather{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-cw-sec-widescreen-inline .premium-weather__current-weather>*{-webkit-order:1;-ms-flex-order:1;order:1}.premium-cw-sec-widescreen-block .premium-weather__current-weather{display:block}.premium-weather__layout-1.premium-cw-widescreen-block .premium-weather__basic-weather{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-weather__layout-1.premium-cw-widescreen-block .premium-weather__basic-weather .premium-weather__city-wrapper{width:100%}.premium-weather__layout-1.premium-cw-widescreen-inline .premium-weather__basic-weather{-webkit-flex-wrap:unset;-ms-flex-wrap:unset;flex-wrap:unset}.premium-weather__layout-1.premium-cw-widescreen-inline .premium-weather__basic-weather .premium-weather__city-wrapper{width:unset}}@media (max-width:1366px){.premium-cw-sec-laptop-inline .premium-weather__current-weather{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-cw-sec-laptop-inline .premium-weather__current-weather>*{-webkit-order:1;-ms-flex-order:1;order:1}.premium-cw-sec-laptop-block .premium-weather__current-weather{display:block}.premium-weather__layout-1.premium-cw-laptop-block .premium-weather__basic-weather{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-weather__layout-1.premium-cw-laptop-block .premium-weather__basic-weather .premium-weather__city-wrapper{width:100%}.premium-weather__layout-1.premium-cw-laptop-inline .premium-weather__basic-weather{-webkit-flex-wrap:unset;-ms-flex-wrap:unset;flex-wrap:unset}.premium-weather__layout-1.premium-cw-laptop-inline .premium-weather__basic-weather .premium-weather__city-wrapper{width:unset}}@media (max-width:1200px){.premium-cw-sec-tablet_extra-inline .premium-weather__current-weather{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-cw-sec-tablet_extra-inline .premium-weather__current-weather>*{-webkit-order:1;-ms-flex-order:1;order:1}.premium-cw-sec-tablet_extra-block .premium-weather__current-weather{display:block}.premium-weather__layout-1.premium-cw-tablet_extra-block .premium-weather__basic-weather{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-weather__layout-1.premium-cw-tablet_extra-block .premium-weather__basic-weather .premium-weather__city-wrapper{width:100%}.premium-weather__layout-1.premium-cw-tablet_extra-inline .premium-weather__basic-weather{-webkit-flex-wrap:unset;-ms-flex-wrap:unset;flex-wrap:unset}.premium-weather__layout-1.premium-cw-tablet_extra-inline .premium-weather__basic-weather .premium-weather__city-wrapper{width:unset}}@media (max-width:1024px){.premium-cw-sec-tablet-inline .premium-weather__current-weather{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-cw-sec-tablet-inline .premium-weather__current-weather>*{-webkit-order:1;-ms-flex-order:1;order:1}.premium-cw-sec-tablet-block .premium-weather__current-weather{display:block}.premium-weather__layout-1.premium-cw-tablet-block .premium-weather__basic-weather{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-weather__layout-1.premium-cw-tablet-block .premium-weather__basic-weather .premium-weather__city-wrapper{width:100%}.premium-weather__layout-1.premium-cw-tablet-inline .premium-weather__basic-weather{-webkit-flex-wrap:unset;-ms-flex-wrap:unset;flex-wrap:unset}.premium-weather__layout-1.premium-cw-tablet-inline .premium-weather__basic-weather .premium-weather__city-wrapper{width:unset}}@media (max-width:880px){.premium-cw-sec-mobile_extra-inline .premium-weather__current-weather{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-cw-sec-mobile_extra-inline .premium-weather__current-weather>*{-webkit-order:1;-ms-flex-order:1;order:1}.premium-cw-sec-mobile_extra-block .premium-weather__current-weather{display:block}.premium-weather__layout-1.premium-cw-mobile_extra-block .premium-weather__basic-weather{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-weather__layout-1.premium-cw-mobile_extra-block .premium-weather__basic-weather .premium-weather__city-wrapper{width:100%}.premium-weather__layout-1.premium-cw-mobile_extra-inline .premium-weather__basic-weather{-webkit-flex-wrap:unset;-ms-flex-wrap:unset;flex-wrap:unset}.premium-weather__layout-1.premium-cw-mobile_extra-inline .premium-weather__basic-weather .premium-weather__city-wrapper{width:unset}}@media (max-width:767px){.premium-cw-sec-mobile-inline .premium-weather__current-weather{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-cw-sec-mobile-inline .premium-weather__current-weather>*{-webkit-order:1;-ms-flex-order:1;order:1}.premium-cw-sec-mobile-block .premium-weather__current-weather{display:block}.premium-weather__layout-1.premium-cw-mobile-block .premium-weather__basic-weather{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-weather__layout-1.premium-cw-mobile-block .premium-weather__basic-weather .premium-weather__city-wrapper{width:100%}.premium-weather__layout-1.premium-cw-mobile-inline .premium-weather__basic-weather{-webkit-flex-wrap:unset;-ms-flex-wrap:unset;flex-wrap:unset}.premium-weather__layout-1.premium-cw-mobile-inline .premium-weather__basic-weather .premium-weather__city-wrapper{width:unset}}.rtl .premium-hours-vertical .premium-weather__hourly-data>div>span,.rtl .premium-weather__extra-weather>div>span,.rtl .premium-weather__tabs-content-wrapper .premium-weather__hourly-item>div>span{direction:ltr}.rtl .premium-weather__current-weather .premium-weather__temp-val{-webkit-order:3;-ms-flex-order:3;order:3}.elementor-widget-premium-woo-categories{width:100%}.premium-woo-cats__list li.product-category{width:100%}.premium-woo-cats__list-wrap ul.products{display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;padding:0;list-style:none outside;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-woo-cats__list-wrap .woocommerce-loop-category__title{margin:10px 0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-cats__list-wrap .woocommerce-loop-category__title sup{-webkit-margin-start:5px;margin-inline-start:5px}.premium-woo-cats__list-wrap ul.slick-dots{width:100%}.premium-woo-cats__category{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-woo-cats__img-wrap{position:relative;overflow:hidden;width:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-cats__img-wrap img{width:100%;display:block;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-cats__img-overlay{position:absolute;inset:0;-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out}.premium-woo-cats__content-wrap{position:relative;overflow:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-cats__count{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-cats__desc{margin:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-cats__img-zoomout img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-woo-cats__img-zoomout li.product:hover img{-webkit-transform:none;-ms-transform:none;transform:none}.premium-woo-cats__img-zoomin img{-webkit-transform:none;-ms-transform:none;transform:none}.premium-woo-cats__img-zoomin li.product:hover img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-woo-cats__img-gray img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-woo-cats__img-gray li.product:hover img{-webkit-filter:grayscale(0);filter:grayscale(0)}.premium-woo-cats__img-sepia img{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-woo-cats__img-sepia li.product:hover img{-webkit-filter:sepia(0);filter:sepia(0)}.premium-woo-cats__img-bright img{-webkit-filter:brightness(1);filter:brightness(1)}.premium-woo-cats__img-bright li.product:hover img{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.premium-woo-cats__img-trans img{-webkit-transform:translateX(-15px) scale(1.1);-ms-transform:translateX(-15px) scale(1.1);transform:translateX(-15px) scale(1.1)}.premium-woo-cats__img-trans li.product:hover img{-webkit-transform:translateX(0) scale(1.1);-ms-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1)}.premium-woo-cats__img-scale li.product:hover img{-webkit-transform:scaleX(1.3) scaleY(1.3) rotate(5deg);-ms-transform:scaleX(1.3) scaleY(1.3) rotate(5deg);transform:scaleX(1.3) scaleY(1.3) rotate(5deg)}.premium-woo-cats__content-below .premium-woo-cats__category{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-woo-cats__content-above .premium-woo-cats__category{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.premium-woo-cats__content-next .premium-woo-cats__category{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.elementor-widget-premium-woo-cta .pa-wrapper-container{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-woo-btn-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-woo-btn-container .premium-woo-cta-button{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer;border:none}.premium-woo-btn-container .premium-woo-btn-text{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-btn-container .premium-add-icon-image{border-color:#000;width:100%;height:100%}.premium-woo-btn-container .premium-woo-btn-icon{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-btn-container .premium-woo-icon-hidden .premium-woo-btn-icon{display:none}.premium-woo-btn-container .premium-woo-cta-button:focus{outline:0}.premium-woo-btn-container .premium-button-text-icon-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-woo-btn-container img{cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-btn-container .quantity-input-wrapper{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-margin-end:7px;margin-inline-end:7px;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;height:inherit}.premium-woo-btn-container input[type=number].product-quantity::-webkit-inner-spin-button,.premium-woo-btn-container input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.premium-wrapper-woo-cta .quantity-grouped-wrapper{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-margin-end:7px;margin-inline-end:7px;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;height:inherit}.premium-wrapper-woo-cta .grouped_product_qty,.premium-wrapper-woo-cta .product-quantity{color:#222;font-size:16px;height:43px;width:70px!important;border-style:solid!important;border-width:1px 1px 1px 1px!important;text-align:center;border-radius:0!important;-webkit-appearance:textfield;appearance:textfield;height:100%;padding:0;margin:0;outline:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-wrapper-woo-cta input[type=number].grouped_product_qty::-webkit-inner-spin-button,.premium-wrapper-woo-cta input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.premium-wrapper-woo-cta .add-to-cart-icons-quantity-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;height:100%}.premium-wrapper-woo-cta .add-to-cart-icons-quantity-wrapper .quantity-button{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#222;background-color:#fff;border-color:#e0e0e0;-webkit-transition-duration:.5s;transition-duration:.5s;height:21.5px;font-size:13px;width:33px;border-style:solid;border-width:1px 1px 1px 1px;cursor:pointer;border-radius:0;height:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-wrapper-woo-cta .add-to-cart-icons-quantity-wrapper .fa-plus:before{content:"\f067"}.premium-wrapper-woo-cta .add-to-cart-icons-quantity-wrapper .fa-minus:before{content:"\f068"}.premium-wrapper-woo-cta .view-cart-button{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.premium-wrapper-woo-cta .premium-cta-message-box{text-align:center}.premium-wrapper-woo-cta .unavailable-message{text-align:center}.premium-wrapper-woo-cta .product-quantity-message{display:block;margin-bottom:10px;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.premium-wrapper-woo-cta .premium-grouped-product,.premium-wrapper-woo-cta .premium-variations{border-collapse:separate;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-wrapper-woo-cta .premium-grouped-product th,.premium-wrapper-woo-cta .premium-variations th{border:none;vertical-align:middle;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-wrapper-woo-cta .premium-grouped-product td,.premium-wrapper-woo-cta .premium-variations td{border:none;text-align:center;vertical-align:middle;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-wrapper-woo-cta .premium-grouped-product .pa-qty-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-wrapper-woo-cta .pro-wish{display:inline;-webkit-margin-start:10px;margin-inline-start:10px;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.premium-wrapper-woo-cta .premium-woo-cta__spinner{position:relative;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.premium-wrapper-woo-cta .premium-woo-cta__spinner.loader-visible{-webkit-margin-start:10px;margin-inline-start:10px}.premium-wrapper-woo-cta .premium-woo-cta__spinner .premium-loading-feed{display:block!important;position:relative!important}.pa-external .quantity-input-wrapper,.pa-grouped .quantity-input-wrapper{display:none}.ast-single-post .entry-content .premium-woocommerce a{text-decoration:none}.premium-woocommerce .premium-woo-qv-btn{cursor:pointer}.premium-woocommerce:not(.premium-woo-skin-grid-7) li.product .star-rating{margin:0 auto .5em}.premium-woocommerce:not(.premium-woo-skin-grid-10) .premium-woo-product-featured-wrap .premium-woo-product-featured,.premium-woocommerce:not(.premium-woo-skin-grid-10) .premium-woo-product-sale-wrap .premium-woo-product-onsale{display:block;text-align:center;color:#fff;min-width:2em;min-height:2em;line-height:2em;padding:.3em .6em;margin:.5em .6em}.premium-woocommerce .pa-out-of-stock{display:block;text-align:center;color:#fff;min-width:2em;min-height:2em;line-height:2em;padding:.3em .6em;top:7px;inset-inline-start:9px;margin:0}.premium-woocommerce .woocommerce-loop-product__title{margin-bottom:.5em;font-size:1em;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woocommerce .premium-woo-product-category{display:block;font-size:.85em;margin-bottom:.5em;line-height:1.3}.premium-woocommerce .premium-woo-products-inner ul.products{display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;padding:0;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none outside;-webkit-column-gap:0;column-gap:0}.premium-woocommerce .premium-woo-products-inner ul.products li.product{margin:0 0 10px;padding:0 10px}.premium-woocommerce .premium-woo-products-inner ul.products li.product .premium-woo-product-wrapper{overflow:hidden;height:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woocommerce .woocommerce-loop-product__link{position:relative;display:block!important;overflow:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woocommerce .pa-out-of-stock,.premium-woocommerce .premium-woo-ribbon-container{position:absolute;z-index:9}.premium-woocommerce .premium-woo-ribbon-container{top:0;inset-inline-start:0}.premium-woo-product-thumbnail{position:relative;overflow:hidden}.premium-woo-product-thumbnail .woocommerce-loop-product__link img{display:block;margin:0;width:100%}.premium-woo-product-featured-wrap,.premium-woo-product-sale-wrap{margin:0}.premium-woocommerce .premium-woo-products-details-wrap{padding:1em 1.2em}.premium-woocommerce li.product .price{display:block;line-height:1.3;font-weight:700;margin-bottom:.5em;font-size:.9em}.premium-woocommerce li.product .price del{display:inline-block;font-weight:400;background:0 0;opacity:1}.premium-woocommerce li.product .price ins{display:inline-block;background:0 0;text-decoration:none;font-weight:inherit}.premium-woocommerce li.product .price .amount{color:inherit!important}.premium-woocommerce li.product .premium-woo-product-desc p{margin:0}.premium-woo-product-align-left .premium-woocommerce li.product .star-rating{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:auto;margin-inline-end:auto}.premium-woo-product-align-center .premium-woocommerce li.product .star-rating{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto}.premium-woo-product-align-right .premium-woocommerce li.product .star-rating{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:0;margin-inline-end:0}.premium-woo-products-pagination ul.page-numbers{display:-webkit-flex;display:-ms-flexbox;display:flex;list-style-type:none;margin:0;margin-top:10px;padding:0;border:none;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-woo-products-pagination ul.page-numbers li{margin:0 .4em .4em 0;padding:0;text-align:center}.premium-woo-products-pagination ul.page-numbers li .page-numbers{margin:0;text-decoration:none;color:#000;border:1px solid #54595f;line-height:1;font-size:1em;font-weight:400;padding:.75em;display:block;min-width:2.5em;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-products-pagination ul.page-numbers li .page-numbers.current,.premium-woo-products-pagination ul.page-numbers li .page-numbers:hover{background-color:#54595f;color:#fff;outline:0}.premium-woo-quick-view-loader .premium-loading-feed,.premium-woocommerce .premium-loading-feed{display:block;position:absolute;width:100%;height:100%;top:0;left:0;bottom:0;right:0;background:rgba(255,255,255,.2);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-woocommerce .woocommerce-loop-product__link img{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-product__hover-zoomout .woocommerce-loop-product__link img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-woo-product__hover-zoomout li.product:hover .woocommerce-loop-product__link img{-webkit-transform:none;-ms-transform:none;transform:none}.premium-woo-product__hover-zoomin .woocommerce-loop-product__link img{-webkit-transform:none;-ms-transform:none;transform:none}.premium-woo-product__hover-zoomin li.product:hover .woocommerce-loop-product__link img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-woo-product__hover-gray .woocommerce-loop-product__link img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-woo-product__hover-gray li.product:hover .woocommerce-loop-product__link img{-webkit-filter:grayscale(0);filter:grayscale(0)}.premium-woo-product__hover-sepia .woocommerce-loop-product__link img{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-woo-product__hover-sepia li.product:hover .woocommerce-loop-product__link img{-webkit-filter:sepia(0);filter:sepia(0)}.premium-woo-product__hover-bright .woocommerce-loop-product__link img{-webkit-filter:brightness(1);filter:brightness(1)}.premium-woo-product__hover-bright li.product:hover .woocommerce-loop-product__link img{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.premium-woo-product__hover-trans .woocommerce-loop-product__link img{-webkit-transform:translateX(-15px) scale(1.1);-ms-transform:translateX(-15px) scale(1.1);transform:translateX(-15px) scale(1.1)}.premium-woo-product__hover-trans li.product:hover .woocommerce-loop-product__link img{-webkit-transform:translateX(0) scale(1.1);-ms-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1)}.premium-woo-product__hover-scale li.product:hover .woocommerce-loop-product__link img{-webkit-transform:scaleX(1.3) scaleY(1.3) rotate(5deg);-ms-transform:scaleX(1.3) scaleY(1.3) rotate(5deg);transform:scaleX(1.3) scaleY(1.3) rotate(5deg)}.premium-woocommerce .premium-woo-product__on_hover{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;opacity:0}.premium-woo-product__hover-swap li.product:hover .premium-woo-product__on_hover{opacity:1}.premium-woo-skin-grid-1 .premium-woo-qv-btn,.premium-woo-skin-grid-3 .premium-woo-qv-btn,.premium-woo-skin-grid-4 .premium-woo-qv-btn{position:absolute;bottom:0;left:0;width:100%;text-align:center;padding:5px;background:rgba(2,2,2,.5);color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:2;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.premium-woo-skin-grid-4 .premium-woo-qv-btn{-webkit-transition-delay:.1s;transition-delay:.1s}.premium-woo-skin-grid-1 .premium-woo-qv-icon,.premium-woo-skin-grid-3 .premium-woo-qv-icon,.premium-woo-skin-grid-4 .premium-woo-qv-icon,.premium-woo-skin-grid-6 .premium-woo-qv-icon{-webkit-margin-start:.5em;margin-inline-start:.5em}.premium-woo-product-thumbnail:hover .premium-woo-qv-btn-translate{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.premium-woo-product-wrapper .premium-woo-qv-data{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden;cursor:pointer}.premium-woo-skin-grid-1 .premium-woo-product-actions-wrapper,.premium-woo-skin-grid-4 .premium-woo-product-actions-wrapper{position:absolute;top:.7em;inset-inline-end:1em;-webkit-transform:translate3d(15px,0,0);transform:translate3d(15px,0,0);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:0;z-index:9}.premium-woocommerce .premium-woo-product-actions-wrapper .premium-woo-cart-btn{position:relative;display:block;margin:0 0 3px;background:#fff;text-align:center;outline:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woocommerce .premium-woo-product-actions-wrapper .premium-woo-add-cart-icon{display:block;color:#54595f;width:30px;line-height:30px;height:30px;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-skin-grid-1 li.product:hover .premium-woo-product-actions-wrapper,.premium-woo-skin-grid-4 li.product:hover .premium-woo-product-actions-wrapper{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0);opacity:1}.premium-woocommerce .premium-woo-cart-btn.adding .premium-woo-add-cart-icon{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.premium-woocommerce .premium-woo-cart-btn.adding .premium-woo-add-cart-icon::before{content:"\f013"}.premium-woocommerce .premium-woo-cart-btn.added .premium-woo-add-cart-icon::before{content:"\f00c"}.premium-woo-skin-grid-2 li.product .premium-woo-products-details-wrap{position:absolute;background:#fff;bottom:0;left:0;width:100%;z-index:2;padding:0;opacity:0;-webkit-transition:opacity .2s,-webkit-transform .4s;transition:opacity .2s,-webkit-transform .4s;transition:transform .4s,opacity .2s;transition:transform .4s,opacity .2s,-webkit-transform .4s;-webkit-transform:translateZ(0) translateY(5px);transform:translateZ(0) translateY(5px)}.premium-woo-skin-grid-2 .premium-woo-product-details{padding:15px 0}.premium-woo-skin-grid-2 li.product:hover .premium-woo-products-details-wrap{opacity:1;-webkit-transform:translateZ(0) translateY(0);transform:translateZ(0) translateY(0)}.premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper{position:static;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.premium-woo-skin-grid-2 .premium-woo-product-actions-wrapper>*{-webkit-flex:1;-ms-flex:1;flex:1;min-width:50%}.premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper .button{display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;text-align:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper .premium-woo-qv-btn{background-color:#54595f}.premium-woo-skin-grid-4 li.product .premium-woo-products-details-wrap{position:absolute;left:0;right:0;top:50%;-webkit-transform:scale(.9) translateZ(0) translateY(-50%);transform:scale(.9) translateZ(0) translateY(-50%);text-align:center;z-index:2;opacity:0;-webkit-transition:opacity .5s,-webkit-transform .3s;transition:opacity .5s,-webkit-transform .3s;transition:opacity .5s,transform .3s;transition:opacity .5s,transform .3s,-webkit-transform .3s}.premium-woo-skin-grid-4 li.product .premium-woo-product-overlay,.premium-woo-skin-grid-8 li.product .premium-woo-product-overlay{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;background-color:rgba(27,27,23,.3);-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.premium-woo-skin-grid-4 li.product:hover .premium-woo-product-overlay,.premium-woo-skin-grid-8 li.product:hover .premium-woo-product-overlay{opacity:1;visibility:visible;z-index:1}.premium-woo-skin-grid-4 li.product:hover .premium-woo-products-details-wrap{-webkit-transform:scale(1) translateZ(0) translateY(-50%);transform:scale(1) translateZ(0) translateY(-50%);opacity:1}.premium-woo-skin-grid-5 li.product .premium-woo-product-actions-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-woo-skin-grid-5 li.product .premium-woo-product-actions-wrapper .premium-woo-qv-btn{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#54595f;padding:10px;-webkit-transition:all .25s ease 0s;transition:all .25s ease 0s}.premium-woo-skin-grid-5 li.product .premium-woo-products-details-wrap{width:75%}.premium-woo-skin-grid-5 .premium-woo-product-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-woo-product-align-right .premium-woo-skin-grid-5 .premium-woo-product-actions-wrapper{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.premium-woo-product-align-center .premium-woo-skin-grid-5 .premium-woo-product-actions-wrapper{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-woo-skin-grid-6 .premium-woo-qv-btn{position:absolute;top:50%;left:50%;min-width:40%;text-align:center;padding:5px;background:rgba(2,2,2,.5);color:#fff;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;visibility:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer;z-index:2}.premium-woo-skin-grid-6 li.product:hover .premium-woo-qv-btn{opacity:1;visibility:visible}.premium-woo-product-align-left .premium-woo-skin-grid-6 li.product .premium-woo-product-info .star-rating,.premium-woo-product-align-left .premium-woo-skin-grid-7 li.product .premium-woo-product-info .star-rating,.premium-woo-product-align-right .premium-woo-skin-grid-6 li.product .premium-woo-product-info .star-rating,.premium-woo-product-align-right .premium-woo-skin-grid-7 li.product .premium-woo-product-info .star-rating{margin:0}.premium-woo-skin-grid-6 li.product .premium-woo-product-info{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.premium-woo-product-align-center .premium-woocommerce li.product .premium-woo-product-info{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-woo-product-align-right .premium-woocommerce li.product .premium-woo-product-info{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.premium-woo-skin-grid-6 li.product .premium-woo-product-gallery-images{display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;bottom:10px;width:100%;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-woo-product-gallery-images .premium-woo-product__gallery_image{width:20%;margin:0 .2em;border:2px solid #aaa;cursor:pointer}.premium-woo-products-metro li.product .premium-woo-product-thumbnail,.premium-woo-products-metro li.product .premium-woo-product-thumbnail img,.premium-woo-products-metro li.product .premium-woo-product-wrapper,.premium-woo-products-metro li.product .woocommerce-LoopProduct-link{height:100%}.premium-woo-products-metro ul.products li.product{margin-bottom:0}.premium-woo-products-metro li.product .premium-woo-product-thumbnail img{object-fit:cover}.premium-carousel-hidden{opacity:0;visibility:hidden}.premium-woocommerce:not(.premium-woo-skin-grid-7) .slick-arrow{border-radius:50%}.premium-woocommerce ul.slick-dots{width:100%}html.premium-woo-qv-opened,html.premium-woo-qv-opened body{overflow:hidden}.premium-woo-quick-view-back{position:fixed;visibility:hidden;overflow:hidden;background:rgba(2,2,2,.5);opacity:0;-webkit-transition:opacity .25s;transition:opacity .25s;z-index:999}.premium-woo-quick-view-active{top:0;left:0;width:100%;height:100%;opacity:1;visibility:visible}#premium-woo-quick-view-modal{position:fixed;visibility:hidden;opacity:0;top:0;left:0;width:100%;height:100%;z-index:1400;text-align:center;-webkit-transition:all .3s;transition:all .3s;overflow-x:hidden;overflow-y:auto}#premium-woo-quick-view-modal.active{visibility:visible;opacity:1}#premium-woo-quick-view-modal.active .premium-woo-content-main{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;width:100%}#premium-woo-quick-view-modal .premium-woo-content-main-wrapper{position:absolute;width:100%;height:100%;top:0;left:0;text-align:center;padding:30px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#premium-woo-quick-view-modal .premium-woo-content-main{position:relative;pointer-events:none;max-width:100%;text-align:start;z-index:1045;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px);opacity:0;-webkit-transition:opacity .3s,-webkit-transform .5s;transition:opacity .3s,-webkit-transform .5s;transition:transform .5s,opacity .3s;transition:transform .5s,opacity .3s,-webkit-transform .5s;margin:0 auto}#premium-woo-quick-view-modal .premium-woo-lightbox-content{position:relative;display:table;pointer-events:auto;background-color:#fff;width:975px;margin:20px auto;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:3px 3px 20px 0 rgba(0,0,0,.15);overflow:hidden}#premium-woo-quick-view-modal .premium-woo-product>.product{display:-webkit-flex;display:-ms-flexbox;display:flex}#premium-woo-quick-view-modal .premium-woo-product-summary{padding:30px}#premium-woo-quick-view-modal .premium-woo-product-summary .quantity{min-width:auto}#premium-woo-quick-view-modal .premium-woo-product-summary .quantity input[type=number]::-webkit-inner-spin-button,#premium-woo-quick-view-modal .premium-woo-product-summary .quantity input[type=number]::-webkit-outer-spin-button{display:unset}#premium-woo-quick-view-modal .added_to_cart{-webkit-margin-start:10px;margin-inline-start:10px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}#premium-woo-quick-view-modal .premium-woo-qv-desc{margin-bottom:30px}#premium-woo-quick-view-modal .woocommerce-product-details__short-description p{margin:0}#premium-woo-quick-view-modal .premium-woo-atc-button{margin-bottom:10px}#premium-woo-quick-view-modal.inline .premium-woo-product>.product .premium-woo-product-summary,#premium-woo-quick-view-modal.inline .premium-woo-product>.product .premium-woo-qv-image-slider{width:50%}#premium-woo-quick-view-modal.block .premium-woo-product>.product{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-woo-lightbox-content .woocommerce-loop-product__title{font-size:30px;margin-bottom:5px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-lightbox-content .price{margin-bottom:10px}.premium-woo-lightbox-content .premium-woo-qv-meta{border-top:1px solid #ccc;border-bottom:0;padding:1em 0 0;margin:0 0 .8em}.premium-woo-lightbox-content .product_meta>span{display:block!important;border:none;font-size:13px;margin-bottom:5px}.premium-woo-lightbox-content .premium-woo-atc-button button.button.alt{display:inline-block;background-color:#6ec1e4;color:#fff;padding:10px 40px;cursor:pointer;text-decoration:none;overflow:visible;font-weight:700;background-image:none;border:none;border-radius:0;box-shadow:none;text-shadow:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-lightbox-content form.cart{display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:20px;padding:0;border:none;width:100%}.premium-woo-lightbox-content form.cart table{border:none;margin-bottom:20px;border-collapse:collapse;width:100%}.premium-woo-lightbox-content form.cart table tbody{display:table-row-group;border:none}.premium-woo-lightbox-content form.cart table tbody tr{border-bottom:1px solid #ccc}.premium-woo-lightbox-content form.cart table tbody tr td{background:rgba(0,0,0,0);vertical-align:middle!important;padding:15px 15px 15px 0!important}.premium-woo-lightbox-content form.cart .group_table td{border:none}.premium-woo-lightbox-content form.cart .group_table td:first-child{width:4em;text-align:center}.premium-woo-lightbox-content form.cart.variations_form{display:block}.premium-woo-lightbox-content form.cart.grouped_form{display:block}.premium-woo-lightbox-content form.cart.grouped_form table .button{line-height:1.2em}.premium-woo-lightbox-content form.cart.grouped_form .quantity{width:100%}.premium-woo-lightbox-content form.cart.grouped_form .qty{min-width:100px;padding:10px}.premium-woo-lightbox-content form.cart table.variations th{background-color:#fff}.premium-woo-lightbox-content form.cart div.woocommerce-variation-add-to-cart{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-woo-lightbox-content form.cart div.quantity{-webkit-margin-end:15px;margin-inline-end:15px;width:auto}.premium-woo-lightbox-content form.cart div.quantity input[type=number]{min-width:90px}.premium-woo-lightbox-content form.cart div.quantity a,.premium-woo-lightbox-content form.cart div.quantity input{height:100%;border:1px solid;box-sizing:border-box}.premium-woo-lightbox-content form.cart div.quantity .qty:focus{outline:0}.premium-qv-badge{position:absolute;top:0;left:0;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);width:15em;height:15em;overflow:hidden;z-index:9}.premium-qv-badge .corner{text-align:center;width:150%;-webkit-transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);-ms-transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);margin-top:35px;font-size:13px;line-height:2;font-weight:800;text-transform:uppercase;background-color:red;color:#fff}.premium-woo-quick-view-close{position:absolute;font-size:22px;top:10px;right:10px;text-align:center;z-index:2;color:#000;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}#premium-woo-quick-view-content div.images{opacity:1!important;margin:0}.premium-woocommerce li.product .added_to_cart.wc-forward{display:none}.premium-woo-atc-button .add_to_cart_button .premium-woo-cart-loader{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;-webkit-margin-start:5px;margin-inline-start:5px;vertical-align:baseline}.premium-woo-lightbox-content div.star-rating,.premium-woocommerce div.star-rating{display:block;float:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;position:relative;height:1em;line-height:1;font-size:.857em;width:5.4em;font-family:star}.premium-woo-lightbox-content div.star-rating::before,.premium-woocommerce div.star-rating::before{content:"sssss";color:#54595f;float:inline-start;top:0;left:0;position:absolute}.premium-woo-lightbox-content div.star-rating span,.premium-woocommerce div.star-rating span{overflow:hidden;float:inline-start;top:0;left:0;position:absolute;padding-top:1.5em}.premium-woo-lightbox-content div.star-rating span::before,.premium-woocommerce div.star-rating span::before{content:"SSSSS";color:inherit;top:0;position:absolute;left:0}.premium-woo-lightbox-content .star-rating{margin-bottom:20px}.premium-woo-products-details-wrap .premium-woo-atc-button .button{display:inline-block;background-color:#6ec1e4;color:#fff;padding:10px 40px;cursor:pointer;text-decoration:none;overflow:visible;font-weight:700;background-image:none;border:none;border-radius:0;box-shadow:none;text-shadow:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-qv-image-slider{position:relative}.premium-woo-qv-image-slider li{list-style:none}.premium-woo-qv-image-slider .flex-control-nav{margin:0;padding:0;width:100%;position:absolute;bottom:10px;text-align:center}.premium-woo-qv-image-slider .flex-control-nav li{margin:0 6px;display:inline-block;vertical-align:middle}.premium-woo-qv-image-slider .flex-control-nav li a{width:11px;height:11px;display:block;cursor:pointer;text-indent:-9999px;box-shadow:inset 0 0 3px rgba(0,0,0,.3);border-radius:20px}.premium-woo-qv-image-slider .flex-control-nav li a.flex-active{cursor:default}.premium-woo-qv-image-slider .flex-control-nav li a:focus{outline:0}.premium-woo-qv-image-slider img{object-fit:cover;width:100%}.premium-woo-qv-image-slider .flex-direction-nav{margin:0;padding:0;list-style:none}.premium-woo-qv-image-slider .flex-direction-nav a{text-decoration:none;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:2em;height:2em;position:absolute;top:50%;z-index:10;cursor:pointer;color:rgba(0,0,0,.8);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-woo-qv-image-slider .flex-direction-nav .flex-next,.premium-woo-qv-image-slider .flex-direction-nav .flex-prev{font-family:"Font Awesome 5 Free";font-weight:900;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.premium-woo-qv-image-slider .flex-direction-nav .flex-prev{left:10px}.premium-woo-qv-image-slider .flex-direction-nav .flex-prev::before{content:"\f104"}.premium-woo-qv-image-slider .flex-direction-nav .flex-next{right:10px}.premium-woo-qv-image-slider .flex-direction-nav .flex-next::before{content:"\f105"}.premium-woo-load-more{position:relative}.premium-woo-load-more .premium-woo-load-more-btn{box-shadow:none;text-shadow:none;border:none;outline:0;-webkit-align-items:center;-ms-flex-align:center;align-items:center;vertical-align:bottom;cursor:pointer;line-height:1;font-style:normal;font-weight:400;background-image:none;color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;padding:10px 20px}.premium-woo-load-more-btn{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-woo-load-more-btn span{-webkit-margin-end:3px;margin-inline-end:3px}.premium-woo-load-more-btn .premium-loader{display:inline-block;width:20px;height:20px}.premium-woo-title-above-yes .premium-woo-product__link{opacity:0}@media (max-width:544px){#premium-woo-quick-view-content .premium-woo-lightbox-content{display:block}}@media (max-width:767px){.premium-woo-qv-btn{display:none}}.rtl .premium-woo-skin-grid-1 .premium-woo-product-actions-wrapper,.rtl .premium-woo-skin-grid-4 .premium-woo-product-actions-wrapper{-webkit-transform:translate3d(-15px,0,0);transform:translate3d(-15px,0,0)}.rtl .premium-woo-product-align-right .premium-woo-skin-grid-6 li.product .premium-woo-product-info{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.rtl .premium-woo-product-align-left .premium-woo-skin-grid-6 li.product .premium-woo-product-info{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.rtl .premium-qv-badge .corner{width:100%}.rtl .premium-woo-skin-grid-9 .premium-woo-qv-btn{right:-36px}.tooltipster-fall,.tooltipster-grow.tooltipster-show{-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{-js-display:flex;display:-webkit-flex;display:-ms-flexbox;display:flex;pointer-events:none;position:absolute}.tooltipster-box{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;border-color:#000}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;transition-property:all;left:0!important;opacity:0}@-webkit-keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{-webkit-animation:tooltipster-fading .4s;animation:tooltipster-fading .4s}@-webkit-keyframes tooltipster-rotating{25%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}75%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes tooltipster-rotating{25%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}75%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.tooltipster-update-rotate{-webkit-animation:tooltipster-rotating .6s;animation:tooltipster-rotating .6s}@-webkit-keyframes tooltipster-scaling{50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes tooltipster-scaling{50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}.tooltipster-update-scale{-webkit-animation:tooltipster-scaling .6s;animation:tooltipster-scaling .6s}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:-2px;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:-2px;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:-2px;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:-2px;height:10px;margin-left:-9px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}.premium-title-bg-text:before{position:absolute;content:attr(data-background);top:0;left:0;text-align:left}.premium-bg-text-yes .elementor-widget-container:before{position:absolute;top:0;left:0;text-align:left}.premium-mask-yes .premium-mask-span{position:relative;overflow:hidden;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.premium-mask-yes .premium-mask-span::after{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background-color:currentColor;-webkit-backface-visibility:visible;backface-visibility:visible}.premium-button .premium-lottie-animation,.premium-image-button .premium-lottie-animation{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-button svg:not(.premium-btn-svg),.premium-image-button svg:not(.premium-btn-svg){width:30px;height:30px}.premium-btn-block,.premium-btn-lg,.premium-btn-md,.premium-btn-sm{background-color:#eee;color:#042551;margin:0;text-decoration:none}.premium-btn-block:hover,.premium-btn-lg:hover,.premium-btn-md:hover,.premium-btn-sm:hover{background-color:#54595f;color:#eee}div[class*=elementor-widget-premium] .premium-btn-sm{padding:12px 24px;font-size:14px;line-height:1}div[class*=elementor-widget-premium] .premium-btn-sm.premium-button-line6::after{padding:12px 24px}div[class*=elementor-widget-premium] .premium-btn-md{padding:14px 26px;font-size:16px;line-height:1.2}div[class*=elementor-widget-premium] .premium-btn-md.premium-button-line6::after{padding:14px 26px}div[class*=elementor-widget-premium] .premium-btn-lg{padding:16px 28px;font-size:18px;line-height:1.3333}div[class*=elementor-widget-premium] .premium-btn-lg.premium-button-line6::after{padding:16px 28px}div[class*=elementor-widget-premium] .premium-btn-block{font-size:18px;line-height:1;padding:20px 0;width:100%;text-align:center}div[class*=elementor-widget-premium] .premium-btn-block.premium-button-line6::after{padding:20px 0}.premium-button-text{display:inline-block;width:100%}.premium-mouse-detect-yes .premium-button-style6 .premium-button-style6-bg{position:absolute;z-index:0;top:0;left:0;width:0;height:0;border-radius:50%;display:block;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:width .4s ease-in-out,height .4s ease-in-out;transition:width .4s ease-in-out,height .4s ease-in-out}.premium-mouse-detect-yes .premium-button-style6:hover .premium-button-style6-bg{width:225%;height:560px}.premium-mouse-detect-yes .premium-button-style6:before{width:0;height:0}.premium-loader{border:3px solid #f3f3f3;border-top-width:3px;border-top-style:solid;border-radius:50%;border-top:3px solid;border-top-color:#bbb;width:30px;height:30px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;margin:0 auto}.premium-svg-drawer *,.premium-svg-nodraw *{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transition-property:stroke,fill,background-color!important;transition-property:stroke,fill,background-color!important}.premium-svg-drawer .no-transition,.premium-svg-nodraw .no-transition{-webkit-transition:none!important;transition:none!important}.premium-svg-drawer *{stroke-width:15px;stroke:#000}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.premium-error-notice{width:100%;padding:10px;color:#b94a48;background-color:#f2dede;border-color:#eed3d7;text-align:center}.premium-error-notice a{color:#252c59}.premium-addons__v-hidden{visibility:hidden;opacity:0}
@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:#000c;background:var(--plyr-captions-background,#000c);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:#0000;border:0;border-radius:4px;border-radius:var(--plyr-control-radius,4px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .1s ease-in-out}.plyr__control svg{display:block;fill:currentColor;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid #0000;border-top-color:#ffffffe6;border:var(--plyr-menu-arrow-size,4px) solid #0000;border-top-color:var(--plyr-menu-background,#ffffffe6);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid #0000;border:var(--plyr-menu-item-arrow-size,4px) solid #0000;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward:focus-visible:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back:focus-visible:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:#0000001a;content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:#23282f1a}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2px);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{appearance:none;background:#0000;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:#0000;background-image:linear-gradient(90deg,currentColor 0,#0000 0);background-image:linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:#0000}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:#0000;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:#fff;background:var(--plyr-tooltip-background,#fff);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:#0000;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc(var(--plyr-range-track-height, 5px)/2*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:#0000}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);max-width:90px;min-width:60px;position:relative;z-index:2}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;inset:0;margin:0;position:fixed;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;cursor:pointer;inset:0;overflow:hidden;position:absolute;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:#fff;background-color:var(--plyr-tooltip-background,#fff);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:7px;border-radius:calc(var(--plyr-menu-radius, 8px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px #00000026;content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:7px;border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:7px;border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{filter:blur(1px);height:100%;inset:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}.cg-carousel{position:relative;overflow:hidden}.cg-carousel__container{position:relative;left:0}.cg-carousel__track{position:relative;display:grid;grid-auto-columns:100%;grid-auto-flow:column}.cg-carousel__slide{box-sizing:border-box;position:relative;width:100%}@-webkit-keyframes slideIn{100%{left:0}}@keyframes slideIn{100%{left:0}}@-webkit-keyframes slideOutLeft{100%{left:-100%}}@keyframes slideOutLeft{100%{left:-100%}}@-webkit-keyframes slideOutRight{100%{left:100%}}@keyframes slideOutRight{100%{left:100%}}.glider,.glider-contain{margin:0 auto;position:relative}.glider,.glider-track{transform:translateZ(0)}.glider-dot,.glider-next,.glider-prev{border:0;padding:0;user-select:none;outline:0}.glider-contain{width:100%}.glider{overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:none}.glider-track{width:100%;margin:0;padding:0;display:flex;z-index:1}.glider.draggable{user-select:none;cursor:-webkit-grab;cursor:grab}.glider.draggable .glider-slide img{user-select:none;pointer-events:none}.glider.drag{cursor:-webkit-grabbing;cursor:grabbing}.glider-slide{user-select:none;justify-content:center;align-content:center;width:100%;min-width:150px}.glider-slide img{max-width:100%}.glider::-webkit-scrollbar{opacity:0;height:0}.glider-next,.glider-prev{position:absolute;background:0 0;z-index:2;font-size:40px;text-decoration:none;left:-23px;top:30%;cursor:pointer;color:#666;opacity:1;line-height:1;transition:opacity .5s cubic-bezier(.17,.67,.83,.67),color .5s cubic-bezier(.17,.67,.83,.67)}.glider-next:focus,.glider-next:hover,.glider-prev:focus,.glider-prev:hover{color:#ccc}.glider-next{right:-23px;left:auto}.glider-next.disabled,.glider-prev.disabled{opacity:.25;color:#666;cursor:default}.glider-hide{opacity:0}.glider-dots{user-select:none;display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;padding:0}.glider-dot{display:block;cursor:pointer;color:#ccc;border-radius:999px;background:#ccc;width:12px;height:12px;margin:7px}.glider-dot:focus,.glider-dot:hover{background:#ddd}.glider-dot.active{background:#a89cc8}@media(max-width:36em){.glider::-webkit-scrollbar{opacity:1;-webkit-appearance:none;width:7px;height:3px}.glider::-webkit-scrollbar-thumb{opacity:1;border-radius:99px;background-color:rgba(156,156,156,.25);-webkit-box-shadow:0 0 1px rgba(255,255,255,.25);box-shadow:0 0 1px rgba(255,255,255,.25)}}.embedpress-wrapper {
position: relative;
}
.ose-dailymotion.responsive,
.ose-kickstarter.responsive,
.ose-rutube.responsive,
.ose-ted.responsive,
.ose-vimeo.responsive,
.ose-youtube.responsive,
.ose-ustream.responsive,
.ose-google-docs.responsive,
.ose-animatron.responsive,
.ose-amcharts.responsive,
.ose-on-aol-com.responsive,
.ose-animoto.responsive,
.ose-soundcloud.responsive,
.ose-videojug.responsive,
.ose-facebook.responsive,
.ose-issuu.responsive {
overflow: hidden;
position: relative;
height: auto;
}
.ose-dailymotion.responsive iframe,
.ose-kickstarter.responsive iframe,
.ose-rutube.responsive iframe,
.ose-ted.responsive iframe,
.ose-vimeo.responsive iframe,
.ose-vine.responsive iframe,
.ose-youtube.responsive iframe,
.ose-ustream.responsive iframe,
.ose-google-docs.responsive iframe,
.ose-animatron.responsive iframe,
.ose-amcharts.responsive iframe,
.ose-on-aol-com.responsive iframe,
.ose-animoto.responsive iframe,
.ose-soundcloud.responsive iframe,
.ose-videojug.responsive iframe,
.ose-issuu.responsive iframe {
left: 0;
top: 0;
height: 100%;
width: 100%;
position: absolute;
} .ose-dailymotion.responsive,
.ose-kickstarter.responsive,
.ose-rutube.responsive,
.ose-ted.responsive,
.ose-vimeo.responsive,
.ose-youtube.responsive,
.ose-animatron.responsive,
.ose-amcharts.responsive,
.ose-on-aol-com.responsive,
.ose-animoto.responsive,
.ose-videojug.responsive {
padding-bottom: 56.25%;
} .ose-vine.responsive {
padding-bottom: 100%;
} .ose-ustream.responsive {
padding-bottom: 63.3%;
}
.ose-google-docs.responsive {
padding-bottom: 62.6%;
}
.ose-google-docs.ose-google-docs-drawings.responsive {
padding-bottom: 74.5%;
}
.ose-google-docs.ose-google-docs-document.responsive,
.ose-google-docs.ose-google-docs-forms.responsive,
.ose-google-docs.ose-google-docs-spreadsheets.responsive {
padding-bottom: 142%;
}
.ose-soundcloud.responsive {
padding-bottom: 155px;
}
.ose-issuu.responsive iframe {
z-index: 2;
}
.ose-issuu.responsive {
padding-bottom: 31.25%;
}
.ose-issuu>div>div>div:last-child {
width: 100% !important;
z-index: 0;
position: absolute;
bottom: 0;
}
.ose-mixcloud.responsive iframe {
width: 100%;
} .ose-google-docs.responsive {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
}
.ose-facebook.responsive iframe {
padding-bottom: 0;
width: 100%;
}
.elementor-widget iframe {
max-height: 100% !important;
}
.elementor-cbutton-preview-wrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 100px 30px;
background: #fbf6f6;
}
@media only screen and (max-width: 800px) {
.elementor-widget-embedpres_elementor .embedpress-facebook-vid-iframe,
.embedpress-gutenberg-wrapper .embedpress-facebook-vid-iframe,
.embedpress-facebook-vid-iframe {
max-height: inherit !important;
}
.ep-first-video iframe {
max-height: 100% !important;
}
.ep-youtube__content__block .youtube__content__body .content__wrap:not(.youtube-carousel) {
grid-template-columns: repeat(auto-fit, minmax(calc(50% - 30px), 1fr)) !important;
}
}
@media only screen and (max-width: 500px) {
.elementor-widget-embedpres_elementor .embedpress-facebook-vid-iframe,
.embedpress-gutenberg-wrapper .embedpress-facebook-vid-iframe,
.embedpress-facebook-vid-iframe {
max-height: 390px !important;
}
.ep-youtube__content__block .youtube__content__body .content__wrap:not(.youtube-carousel) {
grid-template-columns: repeat(auto-fit, minmax(calc(100% - 30px), 1fr)) !important;
}
}
.ose-matterport .embera-embed-responsive, .ose-matterport .embera-embed-responsive iframe {
width: 100%;
height: 100%;
}
.ose-deviantart img, .ose-deviantart a, .ose-deviantart div {
width: 100%;
height: 100%;
} .ose-meetup {
overflow: auto !important;
}
.ose-meetup img {
height: auto;
}
article.embedpress-event div#sponsors {
display: none;
}
.embedpress-event .link {
color: #0098ab;
}
.embedpress-event .visibility--a11yHide {
border: 0;
clip: rect(0 0 0 0);
position: absolute;
overflow: hidden;
margin: -1px;
padding: 0;
width: 1px;
height: 1px;
}
.embedpress-event .text--small {
font-size: 14px;
margin: 0;
}
.embedpress-event .flex {
display: flex;
box-sizing: border-box;
}
.embedpress-event .flex--wrap {
flex-wrap: wrap;
}
.embedpress-event .flex--row {
align-items: center;
box-sizing: border-box;
display: flex;
justify-content: flex-start;
flex-direction: row;
flex-wrap: nowrap;
}
.embedpress-event .flex-item {
flex-basis: 0;
flex-grow: 1;
width: auto;
min-width: 0; box-sizing: border-box;
}
.embedpress-event .flex-item--shrink {
flex-basis: auto;
-webkit-box-flex: 0;
flex-grow: 0;
flex-shrink: 0;
width: auto;
}
.embedpress-event .flex--row>.flex-item:first-child {
padding-left: 0;
}
.embedpress-event .text--bold {
font-weight: 700;
}
.embedpress-event h1,
.embedpress-event h2,
.embedpress-event h3,
.embedpress-event h4,
.embedpress-event h5,
.embedpress-event h6 {
font-size: inherit;
}
.embedpress-event .ep-event--title {
font-size: 32px;
font-weight: 700;
}
.embedpress-event .ep-event--date {
color: #757575;
font-weight: 400;
font-size: 16px;
} .embedpress-event .ep-event--host {
margin-top: 20px;
display: flex;
align-items: center;
margin-bottom: 20px;
}
.ep-event--host .avatar-print {
border-radius: 50%;
height: 50px;
width: 50px;
}
.embedpress-event img.avatar--person {
background-image: none !important;
background-repeat: no-repeat;
background-position: 50%;
background-size: cover;
border-radius: 50%;
box-sizing: border-box;
vertical-align: middle;
}
.event-info-hosts-text {
padding-left: 20px;
font-size: 16px;
font-weight: 400;
}
.embedpress-event .event-description {
margin-top: 20px;
}
.text--sectionTitle {
font-size: 20px;
line-height: 28px;
}
.ep-event--attendees {
margin-top: 50px;
}
.ep-event--attendees>.flex {
margin-bottom: 20px;
}
.ep-event--attendees .gridList {
list-style: none;
margin: 0 -16px 0 0;
padding: 0;
}
.ep-event--attendees .gridList-item {
width: auto;
}
.ep-event--attendees .gridList--autoHeight--has4>.gridList-item {
flex: 0 0 50%;
max-width: 50%;
}
.ep-event--attendees .groupMember-name {
line-height: 1.2 !important;
}
.ep-event--attendees .avatar--person {
margin-bottom: 15px;
display: inline-block;
border-radius: 50%;
}
.ep-event--attendees img.avatar-print {
border-radius: 50%;
}
.ep-event--attendees .groupMember-role {
font-size: 12px;
color: #757575;
padding-top: 2px;
margin: 0;
}
.ep-event--attendees .groupMember {
min-height: 100%;
min-width: 128px;
padding-left: 8px;
padding-right: 8px;
}
.embedpress-event .align--center {
text-align: center;
}
.embedpress-event .card {
background: #fff;
background-clip: padding-box;
background-size: cover;
border: 1px solid rgba(46, 62, 72, .12);
border-radius: 8px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: block;
min-height: 100%;
padding: 16px 16px 18px;
position: relative;
white-space: normal;
}
.embedpress-event .card--hasHoverShadow {
transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1);
}
.embedpress-event .ep-event-group-link {
display: flex;
flex-wrap: wrap;
align-items: center;
background: #ffffff;
border-radius: 8px;
padding: 20px;
margin-bottom: 20px;
border: 1px solid rgba(46, 62, 72, .12);
}
.embedpress-event .ep-event-group--name {
padding-left: 20px;
font-size: 14px;
line-height: 1.45;
margin: 0;
width: 70%;
word-break: break-word;
}
.embedpress-event .ep-event-group--image {
-o-object-fit: cover;
object-fit: cover;
width: 56px;
height: 56px;
border-radius: 4px;
}
.embedpress-event .ep-event-time-location {
background: #ffffff;
border-radius: 8px;
padding: 16px 20px 0 20px;
border: 1px solid rgba(46, 62, 72, .12);
}
.embedpress-event .ep-event-time-location .ep-event-datetime,
.embedpress-event .ep-event-time-location .ep-event-location {
padding-bottom: 20px;
}
.embedpress-event .ep-event-location .wrap--singleLine--truncate,
.embedpress-event .ep-event-time-location .ep-event-datetime {
font-size: 15px;
line-height: 1.5;
color: #2e3e48;
font-style: normal;
margin: 0;
}
.embedpress-event .ep-event-location address {
font-style: normal;
margin: 0;
}
.embedpress-event .ep-event-location .venueDisplay-venue-address {
font-style: normal;
color: #757575;
margin: 0;
}
.embedpress-event .ep-event-location p {
line-height: 20px;
}
.ep-event--attendees .gridList-item {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
font-size: 1rem;
margin: 0;
vertical-align: top;
width: 50%;
}
.gridList-itemInner {
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 100%;
padding: 0 16px 16px 0;
} .embedpress-yt-subscribe {
display: flex;
align-items: center;
align-content: start;
text-align: center;
gap: 1rem;
max-width: 600px;
width: 100%;
}
.embedpress-yt-subscribe .embedpress-yt-subscribe.dark {
color: #ffffff;
}
.embedpress-yt-subscribe .embedpress-yt-sub-text {
display: inline-block;
margin: 0;
padding: 0;
} .dewqijm {
height: 100%;
margin-right: 10px;
}
.dewqijm img[src^="image"] {
display: none;
}
.dewqijm img[src^="http"] {
height: 56px !important;
width: 56px !important;
}
.dewqijm>div>div {
display: none;
}
.embedpress-event .sticky button {
display: none;
}
.embedpress-event .items-center {
align-items: center;
} @media only screen and (min-width: 530px) {
.ep-event--attendees .gridList--autoHeight--has4>.gridList-item {
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
}
@media only screen and (min-width: 640px) {
.embedpress-event .card {
padding: 18px 18px 20px;
}
.ep-event--attendees .gridList--autoHeight--has4>.gridList-item {
flex: 0 0 25%;
max-width: 25%;
}
} .ose-opensea {
height: 100% !important;
width: calc(100% - 40px) !important;
max-height: 100% !important;
}
.ose-github {
overflow: auto;
}
.ep_nft_content_wrap.ep_nft__wrapper {
display: grid;
}
.ep_nft_content_wrap.ep_nft__wrapper,
.ep_nft_content_wrap.ep_nft_list {
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-column-gap: 15px;
grid-row-gap: 15px;
}
.ep_nft_content_wrap .ep_nft_item {
padding-top: 15px;
padding-right: 15px;
padding-left: 15px;
padding-bottom: 15px;
background-color: #ffffff;
border-radius: 10px;
transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s;
box-shadow: 0 4px 15px rgba(0, 0, 0, .09);
overflow: hidden;
padding: 15px;
position: relative;
transition: .3s ease-in-out;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid .ep_nft_item {
display: flex;
flex-direction: column;
}
.ep_nft_content_wrap.ep_nft_list .ep_nft_item {
justify-content: flex-start;
align-items: flex-start;
}
.ep_nft_content_wrap.ep_nft__wrapper.preset-3 .ep_nft_item .ep_nft_content {
background-color: #edecf6e6;
}
.ep_nft_content_wrap .ep_nft_thumbnail {
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 15px;
border-radius: 5px;
}
.ep_nft_content_wrap .ep_nft_thumbnail img {
height: 340px;
border-radius: 5px;
width: 100%;
object-fit: cover;
}
.ep_nft_content .ep_nft_title {
color: #333333;
font-size: 16px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 15px;
font-weight: 600;
word-break: break-all;
}
.ep_nft_content {
text-align: left;
}
.ep_nft_content .ep_nft_price {
color: #333333;
font-size: 14px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;
display: flex;
font-weight: 600;
}
.ep_nft_content .ep_nft_price:first-child {
margin-bottom: 10px;
}
span.eb_nft_currency {
max-width: 28px;
display: flex;
align-items: center;
justify-content: center;
}
span.eb_nft_currency svg {
width: 100%;
height: auto;
}
.ep_nft_content .ep_nft_price_wrapper {
min-height: 20px;
}
.ep_nft_content .ep_nft_creator {
color: #333333;
font-size: 14px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 5px;
}
.ep_nft_content .ep_nft_creator a {
color: #3080E2;
font-size: 14px;
text-decoration: none;
word-break: break-all;
text-decoration: none;
}
.ep_nft_content .ep_nft_creator img {
height: 30px;
width: 30px;
border-radius: 50%;
}
.ep_nft_content .ep_nft_button button {
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;
}
.ep_nft_content .ep_nft_button button a {
background-color: #3080E2;
color: #ffffff;
font-size: 14px;
padding-top: 15px;
padding-right: 20px;
padding-left: 20px;
padding-bottom: 15px;
transition: border 0.5s, border-radius 0.5s, box-shadow 0.5s;
}
.ep_nft_content .ep_nft_button button:hover a {
background-color: rgb(46, 142, 238);
color: #ffffff;
}
.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item:hover .ep_nft_button {
opacity: 1;
transform: translate(0);
visibility: visible;
}
.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a.ep-details-btn:hover {
background-color: rgb(46, 142, 238);
color: #ffffff;
}
.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item:hover .ep_nft_button {
opacity: 1;
transform: translate(0);
visibility: visible;
}
.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item .ep_nft_button {
bottom: 0;
left: 0;
opacity: 0;
position: absolute;
transform: translateY(30px);
visibility: hidden;
width: 100%;
transition: 0.3s;
}
.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep-nft-single-item-wraper .ep_nft_button {
margin-top: auto;
display: flex;
justify-content: space-between;
gap: 15px;
}
.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a {
background-color: #3080E2;
color: #ffffff;
font-size: 14px;
padding: 10px 20px;
transition: border 0.5s, border-radius 0.5s, box-shadow 0.5s;
display: block;
text-align: center;
font-weight: 500;
text-decoration: none;
}
.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button span.ep-nft-rank {
color: #a88484;
border-color: #a88484;
}  .ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item {
display: flex;
gap: 15px;
align-items: center;
border-radius: 10px;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail {
width: 55%;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content {
width: calc(45% - 15px);
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content .ep_nft_price.ep_nft_last_sale {
margin-bottom: 15px;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_thumbnail svg {
border-radius: 10px;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail img {
height: 260px;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_button a {
border-radius: 10px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid.ep-preset-2 .ep_nft_content .ep_nft_price:last-child {
margin-bottom: 15px;
}
.alignleft .ose-opensea,
.alignright .ose-opensea,
.aligncenter .ose-opensea {
max-width: calc(100% - 40px) !important;
}
.embedpress-gutenberg-wrapper.alignright, .embedpress-gutenberg-wrapper.alignleft {
width: 100%;
}
.embedpress-gutenberg-wrapper.alignright .ep-embed-content-wraper>div {
float: right;
}
.embedpress-gutenberg-wrapper.aligncenter.ep-content-share-enabled .ep-embed-content-wraper {
justify-content: center;
}
.embedpress-gutenberg-wrapper.alignright.ep-content-share-enabled .ep-embed-content-wraper {
justify-content: right;
}
.embedpress-gutenberg-wrapper.alignleft.ep-content-share-enabled .ep-embed-content-wraper {
justify-content: left;
}
.embedpress-gutenberg-wrapper.aligncenter {
text-align: center;
clear: both;
}
.theme-twentytwentythree footer.wp-block-template-part {
clear: both;
} @media all and (max-width: 1024px) { .ep_nft_content_wrap.ep_nft__wrapper,
.ep_nft_content_wrap.ep_nft_list {
grid-template-columns: repeat(3, 1fr) !important;
}
.alignleft .ose-opensea,
.alignright .ose-opensea,
.aligncenter .ose-opensea {
max-width: 100% !important;
} }
@media all and (max-width: 991px) { .ose-opensea {
min-width: 100% !important;
max-width: calc(100% - 40px) !important;
}
.ep_nft_content_wrap.ep_nft__wrapper,
.ep_nft_content_wrap.ep_nft_list {
grid-template-columns: repeat(2, 1fr) !important;
} }
@media all and (max-width: 767px) { .ep_nft_content_wrap.ep_nft__wrapper,
.ep_nft_content_wrap.ep_nft_list {
grid-template-columns: repeat(1, 1fr) !important;
} } .ep-nft-single-item-wraper.ep_nft_content_wrap .ep_nft_item {
box-shadow: none;
}
.ep-nft-rank-wraper {
margin-bottom: 16px;
font-weight: 600;
color: #333;
font-size: 16px;
}
.ep-nft-rank-wraper.ep-empty-label span {
margin-left: 0px;
}
span.ep-nft-rank {
padding: 2px 8px;
border-radius: 7px;
margin-left: 10px;
display: inline-block;
font-size: 14px;
font-weight: 600;
background: transparent !important;
border: 1px solid #ddd;
color: #333;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content {
width: calc(55% - 15px);
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail {
width: 45%;
height: 100%;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail img {
height: 100%;
}
.ep-nft-single-item-wraper span.eb_nft_label {
color: #333; }
.ep-nft-single-item-wraper .ep_nft_content .ep_nft_price {
display: flex;
flex-direction: column;
margin-right: 45px;
}
.ep-nft-single-item-wraper span.eb_nft_price {
font-size: 30px;
line-height: normal;
}
.ep-nft-single-item-wraper .ep_nft_content .ep_nft_creator img {
height: 15px;
width: 15px;
border-radius: 50%;
}
.ep-nft-single-item-wraper .ep-usd-price {
bottom: 0;
font-size: 12px;
}
.ep-nft-single-item-wraper span.eb_nft_label { font-size: 15px;
}
.ep-nft-single-item-wraper .ep_nft_content .ep_nft_title {
margin-bottom: 10px;
font-size: 24px;
}
.ep-nft-single-item-wraper .CollectionLink--name svg {
width: 20px;
height: 20px;
margin-left: 5px;
}
.ep-nft-single-item-wraper a.CollectionLink--link {
font-size: 15px;
font-weight: 500;
text-decoration: none;
margin-bottom: 15px;
display: block;
color: #3080E2;
}
.ep-nft-single-item-wraper sub.verified-icon {
bottom: -5px;
left: 4px;
} .ep-nft-single-item-wraper .ep-accordion {
border: 1px solid #ddd;
border-radius: 10px;
margin-top: 15px;
display: block;
}
.ep-nft-single-item-wraper .ep-toggle {
display: none;
}
.ep-nft-single-item-wraper .ep-option {
position: relative;
}
.ep-nft-single-item-wraper .ep-content {
padding: 1em;
border-top: 1px solid #ddd;
}
.ep-nft-single-item-wraper .ep-content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.2s;
}
.ep-nft-single-item-wraper .ep-title {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.2s;
padding: 1em;
display: flex;
color: #333;
font-weight: bold;
cursor: pointer;
border-radius: 10px 10px 0 0;
align-items: center;
}
.ep-nft-single-item-wraper label.ep-title svg {
width: 20px;
height: 20px;
margin-right: 6px;
}
.ep-nft-single-item-wraper .ep-asset-detail-item {
display: flex;
justify-content: space-between;
font-weight: 500;
}
.ep-nft-single-item-wraper .ep-asset-detail-item span {
word-break: break-word;
max-width: 75%;
}
.ep-nft-single-item-wraper .ep-content {
display: block;
}
.ep-nft-single-item-wraper .ep-content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 0.9em;
line-height: 1.5;
}
.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title+.ep-content {
display: none;
background: transparent;
}
.ep-nft-single-item-wraper .ep_nft_content .ep_nft_price_wrapper {
display: flex;
}
.ep-nft-single-item-wraper .ep-toggle+.ep-title:after {
content: "";
display: inline-block;
position: absolute;
width: 12px;
height: 12px;
background: transparent;
text-indent: -9999px;
border-top: 2px solid #bfbfbf;
border-left: 2px solid #bfbfbf;
transition: all 250ms ease-in-out;
text-decoration: none;
color: transparent;
right: 15px;
top: 50%;
transform: rotate(45deg) translate(-20%, -5%);
}
.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title:before {
content: "";
display: inline-block;
position: absolute;
width: 12px;
height: 12px;
background: transparent;
text-indent: -9999px;
border-top: 2px solid #bfbfbf;
border-left: 2px solid #bfbfbf;
transition: all 250ms ease-in-out;
text-decoration: none;
color: transparent;
right: 15px;
top: 50%;
transform: rotate(225deg) translate(80%, 20%);
}
.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title:after {
display: none;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_button span.ep-nft-rank {
pointer-events: none;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-nft-single-item-wraper.ep-grid .ep_nft_content {
margin-bottom: 20px;
}
.elementor-widget-embedpres_elementor .ep-nft-gallery-wrapper .ep-loadmore-wrapper button, .embedpress-gutenberg-wrapper .ep-nft-gallery-wrapper .ep-loadmore-wrapper button {
display: none;
}
@media screen and (max-width: 1024px) {
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper, .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft_list {
grid-template-columns: repeat(1, 1fr) !important;
}
}
@media screen and (max-width: 991px) {
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper, .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft_list {
grid-template-columns: repeat(1, 1fr) !important;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item {
align-items: unset;
flex-direction: column;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail {
width: 100%;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content {
width: 100%;
}
}
@media screen and (max-width: 537px) {
.ep-nft-single-item-wraper sub.ep-usd-price {
margin-bottom: 15px;
display: block;
}
.ose-google-drive iframe {
height: 250px !important;
}
.ose-nrk-radio iframe {
height: 400px !important;
}
}
.emebedpress-unit-percent iframe {
width: 100% !important;
} .password-form-container {
width: 350px;
text-align: center;
padding: 30px;
border-radius: 10px;
box-shadow: 0px 0px 10px #f4eded;
background-color: #f9f9ff;
max-width: 100%;
margin: auto;
}
.password-form-container h2 {
font-size: 22px;
margin-bottom: 15px;
font-family: system-ui;
}
.password-form-container p {
font-size: 12px;
font-family: sans-serif;
line-height: 1.4em;
margin-bottom: 15px;
}
form.password-form {
margin-bottom: 2px;
}
.password-form-container input[type="password"] {
padding: 10px;
border-radius: 5px;
width: 100%;
margin-bottom: 12px;
font-size: 20px;
color: #6354a5;
outline: none;
border: 1px solid #ddd;
outline: 0;
padding-left: 50px;
font-family: sans-serif;
height: 42px;
}
.password-form-container input[type="password"]::placeholder {
color: #e0d1d1;
font-size: 14px;
}
.password-field {
position: relative;
}
.password-field span {
position: absolute;
top: 0px;
left: 0px;
display: flex;
align-items: center;
justify-content: center;
height: 42px;
width: 40px;
background: #DED7FC;
border-radius: 4px;
}
.password-field svg {
width: 22px;
}
.password-form-container input[type="submit"] {
padding: 12px 20px;
background-color: #6354a5;
color: #fff;
border: none;
border-radius: 5px;
font-size: 14px;
cursor: pointer;
font-family: sans-serif;
transition: background-color 0.3s ease, box-shadow 0.3s ease;
font-weight: initial;
white-space: normal;
word-break: break-all;
min-height: 42px;
}
.password-form-container button:hover {
background-color: #0062cc;
box-shadow: 0px 0px 10px #007bff;
}
.password-form-container .error-message {
color: #ff0000;
margin-top: 20px;
font-size: 12px;
line-height: 1.4em;
}
.password-form-container .error-message.hidden {
display: none;
}
p.need-access-message {
margin-bottom: 2px;
margin-top: 13px;
}
.wp-block-embed__wrapper {
display: inline-block;
width: 100%;
max-width: 100% !important;
}
.wp-block-embed__wrapper.position-right-wraper, .wp-block-embed__wrapper.position-right-wraper {
max-width: calc(100% - 40px) !important;
}
.ep-elementor-content {
position: relative;
display: inline-block;
max-width: 100%;
}
.ep-elementor-content.source-opensea {
display: block;
} .wp-block-embedpress-embedpress>div, .ep-gutenberg-content {
position: relative;
clear: both;
}
.gutenberg-pdf-wraper {
position: relative;
width: 100%;
}
.presentationModeEnabledIosDevice {
position: fixed;
left: 0;
top: 0;
border: 0;
height: 100% !important;
width: 100% !important;
z-index: 999999;
min-width: 100% !important;
min-height: 100% !important;
}
.ep-embed-content-wraper {
width: 100%;
}
.embedpress-gutenberg-wrapper.popup_button, .embedpress-elements-wrapper.popup_button {
display: none !important;
}
.elementor-element-edit-mode .embedpress-elements-wrapper.popup_button {
display: block !important;
}
.ep-content-share-enabled .ep-embed-content-wraper {
display: flex !important;
}
.ep-content-share-enabled .ep-embed-content-wraper.hidden {
display: none !important;
}
.ep-share-position-right .ep-embed-content-wraper {
flex-direction: row;
}
.ep-content-share-enabled .ep-embed-content-wraper>div:first-child {
width: 100%;
}
.ep-share-position-left .ep-embed-content-wraper {
flex-direction: row-reverse;
}
.ep-share-position-bottom .ep-embed-content-wraper {
flex-direction: column;
}
.ep-share-position-top .ep-embed-content-wraper {
flex-direction: column-reverse;
}
.ep-fixed-width .gutenberg-pdf-wraper {
display: inline-block;
}
.ep-percentage-width .embedpress-inner-iframe {
width: 100%;
} .ep-social-share {
display: flex;
align-items: center;
}
.ep-social-share.share-position-right {
right: -40px;
top: 0;
flex-direction: column;
}
.ep-social-share.share-position-left {
left: 0px;
top: 0;
flex-direction: column;
}
.ep-social-share.share-position-bottom, .ep-social-share.share-position-top {
justify-content: center;
}
.embedpress-gutenberg-wrapper .ep-social-share.share-position-left, .ep-elementor-content .ep-social-share.share-position-left {
left: -40px;
}
.ep-social-icon {
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
margin: 0;
color: #fff;
text-decoration: none;
font-size: 20px;
}
.ep-social-icon:hover {
opacity: 0.8;
}
.ep-social-share svg {
width: 20px;
height: auto;
}
a.ep-social-icon.pinterest svg {
height: 25px;
}
.ep-social-share .facebook {
background-color: #3b5998;
}
.ep-social-share .facebook svg {
width: 40px;
}
.ep-social-share .twitter {
background-color: #000000;
}
a.ep-social-icon.twitter:focus-visible {
box-shadow: none;
border: none;
outline: none;
}
.ep-social-share .pinterest {
background-color: #bd081c;
}
.ep-social-share .linkedin {
background-color: #0077b5;
}
.ep-social-share .instagram {
background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
}
.ep-social-share .reddit {
background-color: #ff4500;
}
.ep-social-icon i {
margin-right: 0;
}
.ep-content-locked .watermark {
display: none !important;
}
.ep-content-protection-enabled .watermark {
display: none !important;
}
.embedpress-pro-control.not-active {
pointer-events: none;
}
.pro__alert__wrap .pro__alert__card h2 {
font-size: 32px;
font-weight: 450;
color: #131f4d;
margin-bottom: 15px;
}
.pro__alert__wrap .pro__alert__card p {
font-size: 14px;
font-weight: 400;
color: #7c8db5;
margin-top: 10px;
}
.pro__alert__wrap .pro__alert__card p a {
text-decoration: underline;
font-weight: 700;
color: #131f4d;
}
.emebedpress-unit-percent, .ep-elementor-content.ep-percentage-width {
width: 100%;
} [data-theme-mode='dark'] {
--viewer-primary-color: #343434;
--viewer-icons-hover-bgcolor: #453838;
}
[data-theme-mode='light'] {
--viewer-primary-color: #f2f2f6;
--viewer-icons-color: #343434;
--viewer-icons-hover-bgcolor: #e5e1e9;
}
@media (prefers-color-scheme: dark) {
:root {
--viewer-primary-color: #343434;
--viewer-icons-color: #f2f2f6;
--viewer-icons-hover-bgcolor: #453838;
}
}
@media (prefers-color-scheme: light) {
:root {
--viewer-primary-color: #f2f2f6;
--viewer-icons-color: #343434;
--viewer-icons-hover-bgcolor: #e5e1e9;
}
}
.ep-file-download-option-masked::after, .ep-external-doc-icons {
background: var(--viewer-primary-color);
}
.ep-external-doc-icons svg path {
fill: var(--viewer-icons-color);
}
.ep-doc-draw-icon svg path {
fill: var(--viewer-primary-color);
stroke: var(--viewer-icons-color);
}
.ep-external-doc-icons svg:hover svg path {
fill: var(--viewer-icons-color);
stroke: var(--viewer-icons-color);
}
.ep-external-doc-icons svg:hover {
background-color: var(--viewer-icons-hover-bgcolor);
}
.ep-file-download-option-masked {
position: relative;
}
.ep-file-download-option-masked {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.ep-file-download-option-masked .overlay {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: calc(100% - 15px);
height: calc(100% - 45px);
background-color: rgb(66 23 23 / 0%);
pointer-events: unset;
z-index: 1;
user-select: none;
max-width: 800px;
margin: 0 auto;
}
.ep-file-download-option-masked.ep-file-xls .overlay {
height: calc(100% - 78px);
}
.ep-file-download-option-masked iframe {
width: 100%;
height: 100%;
pointer-events: auto;
}
.wp-block-embedpress-document.embedpress-document-embed iframe {
border: none !important;
box-shadow: none !important;
}
.ep-file-download-option-masked.enabled-text-copy {
pointer-events: all;
}
.embed-download-disabled {
width: 200px;
height: 22px;
background: #444444;
position: absolute;
right: 2px;
bottom: 8px;
opacity: 0;
}
.cui-toolbar-button-right {
display: none !important;
}
.ndfHFb-c4YZDc-Wrql6b {
display: none;
}
.ep-external-doc-icons {
position: absolute;
display: flex;
flex-direction: revert;
background: var(--viewer-primary-color);
border-radius: 6px;
z-index: 2;
bottom: -18px;
left: 50%;
transform: translate(-50%, -50%);
padding: 0 10px;
}
.ep-external-doc-icons svg {
width: 30px;
height: 30px;
cursor: pointer;
transition: 0.3s;
padding: 5px;
border-radius: 4px;
}
.block-editor-block-list__block .ep-gutenberg-file-doc .ep-external-doc-icons svg {
width: 22px;
height: 22px;
}
.block-editor-block-list__block .ep-gutenberg-file-doc .ep-doc-download-icon svg, .block-editor-block-list__block .ep-gutenberg-file-doc .ep-doc-fullscreen-icon svg {
width: 20px !important;
}
.ep-doc-minimize-icon svg, .ep-doc-fullscreen-icon svg {
padding: 6px;
}
.ep-external-doc-icons svg:hover {
border-radius: 4px;
}
.ep-doc-draw-icon.active svg {
background: var(--viewer-icons-hover-bgcolor);
}
.ep-doc-download-icon, .ep-doc-print-icon, .ep-doc-fullscreen-icon, .ep-doc-popup-icon, .ep-doc-draw-icon, .ep-doc-minimize-icon {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px; }
.elementor .elementor-element.elementor-element .embedpress-document-embed .fullscreen-enabled iframe, .embedpress-document-embed .fullscreen-enabled iframe {
width: 100% !important;
height: 100% !important;
}
.embedpress-document-embed {
position: relative;
}
.position-right-wraper .main-content-wraper, .position-left-wraper .main-content-wraper {
display: flex;
}
.position-left-wraper .main-content-wraper {
display: flex;
flex-direction: row-reverse;
}
.position-top-wraper .main-content-wraper {
display: flex;
flex-direction: column-reverse;
justify-content: center;
}
.position-bottom-wraper .main-content-wraper {
justify-content: center;
} .ep-file-download-option-masked.ep-file-link.fullscreen-enabled iframe {
margin-left: 22%;
}
.ep-file-download-option-masked::after {
position: absolute;
width: 100%;
height: 30px;
background: var(--viewer-primary-color);
z-index: 1;
bottom: 0;
content: '';
left: 0;
}
.ep-file-download-option-masked.ep-file-docx::after {
bottom: 0;
}
.ep-file-download-option-masked.ep-file-docx.ep-powered-by-enabled::after {
bottom: 0px;
background: white;
height: 22px;
}
.ep-file-download-option-masked.ep-file-docx.ep-powered-by-enabled.fullscreen-enabled::after {
bottom: 0;
}
canvas.ep-doc-canvas {
position: absolute;
z-index: 1;
left: 0;
bottom: 0;
right: 0;
top: 0;
clear: both;
margin: auto;
display: none;
}  :root { --plyr-control-icon-size: 15px;
--plyr-range-track-height: 3px;
--plyr-range-thumb-height: 10px;
}
.plyr--audio .plyr--full-ui input[type=range] {
color: red !important;
}
.ep-embed-content-wraper input[type=range]::-webkit-slider-runnable-track {
box-shadow: none;
}
.ep-embed-content-wraper input[type=range]::-moz-range-track {
box-shadow: none;
}
a.plyr__controls__item.plyr__control {
border-radius: inherit;
color: inherit !important;
}
.plyr-initialized button:focus {
background-color: var(--plyr-color-main);
}
.custom-player-preset-1 .plyr__controls {
background: var(--plyr-color-main) !important;
padding: 0 !important;
}
.custom-player-preset-1 button.plyr__control {
border-radius: 0;
}
.custom-player-preset-1 a.plyr__controls__item.plyr__control {
border-radius: inherit;
}
.custom-player-preset-1 button.plyr__control.plyr__control--overlaid[data-plyr="play"], .custom-player-preset-2 button.plyr__control.plyr__control--overlaid[data-plyr="play"] {
width: 100px !important;
text-align: center;
display: flex;
align-items: center !important;
justify-content: center;
height: 60px;
}
.custom-player-preset-1 button.plyr__control.plyr__control--overlaid[data-plyr="play"] svg, .custom-player-preset-2 button.plyr__control.plyr__control--overlaid[data-plyr="play"] svg {
width: 22px;
height: 22px;
}
.custom-player-preset-1 .plyr__control:focus {
border: none;
}
.custom-player-preset-2 a.plyr__controls__item.plyr__control, .custom-player-preset-2 button.plyr__control.plyr__control--overlaid[data-plyr="play"], .preset-default a.plyr__controls__item.plyr__control {
border-radius: 4px;
}
.custom-player-preset-3 .plyr__controls, .custom-player-preset-4 .plyr__controls {
background: var(--plyr-color-main) !important;
padding: 0 !important;
}
.custom-player-preset-4 button.plyr__control.plyr__control--overlaid {
display: none !important;
} figure .plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
padding-bottom: inherit !important;
}
.plyr {
background-color: black;
}
.plyr--fullscreen-fallback {
width: 100%!important;
max-height: 100vh!important;
height: 100%!important;
}
.pip-mode {
position: fixed !important;
width: 320px !important;
height: 180px !important;
top: calc(100% - 200px) !important;
left: calc(100% - 340px) !important;
z-index: 9999;
border-radius: 15px !important;
}
.plyr [data-plyr="pip"] {
display: block !important;
}
.pip-mode .plyr__video-wrapper {
pointer-events: none;
}
.pip-mode .pip-play {
display: none;
}
.pip-mode .pip-play, .pip-mode .pip-pause {
opacity: 0 !important;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #0000004a;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
border-radius: 50px;
cursor: pointer;
}
.pip-mode .pip-close {
opacity: 0;
position: absolute;
right: 10px;
top: 10px;
background: #0000004a;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
border-radius: 50px;
cursor: pointer;
}
.pip-mode:hover .pip-play, .pip-mode:hover .pip-close, .pip-mode:hover .pip-pause {
opacity: 1 !important;
}
.pip-mode .overlay-mask {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.pip-mode iframe {
pointer-events: none !important;
}
[data-playerid] {
opacity: 0;
}
[data-playerid].audio.plyr-initialized {
opacity: 1;
}
.plyr--paused.plyr__poster-enabled .plyr__poster {
display: block !important;
opacity: 1;
background-size: cover;
}
@media only screen and (max-width: 767px) {
.plyr__controls [data-plyr="restart"], .plyr__controls [data-plyr="rewind"], .plyr__controls [data-plyr="fast-forward"], .plyr__controls [data-plyr="pip"] {
display: none !important;
}
.plyr__video-wrapper iframe {
max-height: 100% !important;
}
.plyr__controls .plyr__volume input[type=range] {
max-width: 40px;
min-width: 40px;
}
}  .profile-header {
display: flex;
align-items: center;
padding: 16px;
border-bottom: 1px solid #ddd;
justify-content: center;
gap: 30px;
padding-bottom: 30px;
} .posts-tab-options {
text-align: center;
margin: 0;
} .posts-tab-options .tabs {
list-style: none;
padding: 0;
margin: 0;
display: inline-flex;
border-radius: 5px;
gap: 25px;
padding: 0;
}
.posts-tab-options .tabs svg {
width: 15px;
height: 15px;
}
li[data-media-type="ALL"] svg {
width: 12px;
height: 12px;
}
.posts-tab-options .tabs li {
margin-right: 15px;
cursor: pointer;
padding: 10px 0;
text-transform: uppercase;
font-size: 12px;
font-weight: 500;
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
}
.posts-tab-options .tabs li:last-child {
margin-right: 0;
} .posts-tab-options .tabs li.active { position: relative;
color: rgb(115, 115, 115);
}
.posts-tab-options .tabs li svg {
border-radius: 2px;
}
.posts-tab-options .tabs li.active svg {
color: rgb(115, 115, 115);
}
.posts-tab-options .tabs li:hover, .posts-tab-options .tabs li:hover svg, .posts-tab-options .tabs li:hover .fill-color {
color: rgb(115, 115, 115);
}
.posts-tab-options .tabs li:hover .fill-color, .posts-tab-options .tabs li.active .fill-color {
fill: rgb(115, 115, 115) !important;
}
.posts-tab-options .tabs li.active::after {
content: '';
position: absolute;
top: -1px;
height: 1px;
width: 100%;
background-color: rgb(115, 115, 115);
left: 0;
right: 0;
} .profile-image {
margin-right: 16px;
}
.posts-count {
margin-right: 15px;
}
.profile-image img {
width: 120px;
height: 120px !important;
object-fit: cover;
border-radius: 50% !important;
border: 3px solid #037bff;
}
.change-photo-button {
background-color: transparent;
border: none;
cursor: pointer;
}
.change-photo-image {
width: 100px;
height: 100px;
border-radius: 50%;
object-fit: cover;
} .username-section {
display: flex;
align-items: center;
margin-bottom: 8px;
}
.profile-link {
text-decoration: none;
}
.username {
font-size: 18px;
font-weight: bold;
margin-right: 12px;
}
.edit-profile-link {
text-decoration: none;
color: #3897f0;
font-weight: bold;
} .profile-stats {
display: flex;
margin-bottom: 8px;
}
.stats-list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
}
.stats-list li {
margin-right: 24px;
font-size: 14px;
} .bio-section {
margin-bottom: 12px;
text-align: left;
}
section.profile-details div:last-child {
margin: 0;
}
.bio {
font-size: 14px;
}
a.edit-profile-link {
padding: 8px 15px;
background: #efefef;
text-decoration: none !important;
border-radius: 7px;
color: #222;
font-size: 12px;
font-weight: 500;
}
span.count {
font-weight: 600;
}
a.followers-link {
text-decoration: none !important;
} a.profile-link, a.profile-link h2 {
font-size: 20px;
text-decoration: none !important;
margin: 0;
margin-right: 15px;
} .embedpress-insta-container {
overflow: hidden;
position: relative;
}
.ose-instagram-feed {
max-height: 100% !important;
height: 100% !important;
}
.insta-grid .embedpress-insta-container .insta-gallery, .ose-instagram-feed .insta-gallery {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px;
grid-auto-flow: row; }
.insta-carousel .embedpress-insta-container .insta-gallery {
grid-auto-columns: calc(25% + 0px);
gap: 0px;
left: 0px;
}
.insta-masonry .embedpress-insta-container .insta-gallery {
column-count: 3;
gap: .5em;
margin: auto;
width: 100%;
display: inherit;
}
.insta-grid .embedpress-insta-container .insta-gallery-item {
position: relative;
color: #fff;
cursor: pointer;
height: 350px;
}
.embedpress-insta-container .insta-gallery-item:hover {
cursor: pointer;
}
.insta-masonry .embedpress-insta-container .insta-gallery .insta-gallery-item {
height: auto;
margin-bottom: .5em;
}
.insta-masonry .embedpress-insta-container .insta-gallery .insta-gallery-item video.insta-gallery-image {
height: 550px;
margin-bottom: -13px;
}
.embedpress-insta-container .insta-gallery-item .insta-gallery-item-info,
.embedpress-insta-container .insta-gallery-item .insta-gallery-item-info {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
transition: 0.3s;
opacity: 0;
visibility: hidden;
}
.insta-masonry .embedpress-insta-container .insta-gallery-item .insta-gallery-item-info {
height: calc(100% + 4px);
}
.embedpress-insta-container .insta-gallery-item:hover .insta-gallery-item-info,
.embedpress-insta-container .insta-gallery-item:hover .insta-gallery-item-info {
opacity: 1;
visibility: visible;
}
.embedpress-insta-container .insta-gallery-item-info ul {
display: flex;
align-items: center;
justify-content: center;
padding: 0;
margin: 0;
height: 100%;
}
.embedpress-insta-container .insta-gallery-item-info li {
display: flex;
align-items: center;
font-size: 1.7rem;
font-weight: 600;
gap: 5px;
}
.embedpress-insta-container .insta-gallery-item-likes {
margin-right: 2.2rem;
}
.embedpress-insta-container .insta-gallery-item-type {
position: absolute;
right: 1rem;
top: 1rem;
text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, .1);
}
.embedpress-insta-container .insta-gallery-image {
width: 100%;
height: 100%;
object-fit: cover;
min-height: 320px;
}
.insta-masonry .embedpress-insta-container .insta-gallery-image {
margin-bottom: -13px;
}
.insta-gallery-item-info svg {
width: 40px;
height: 40px;
}
.insta-item-reaction-count {
display: flex;
}
.insta-item-reaction-count .insta-gallery-item-likes, .insta-item-reaction-count .insta-gallery-item-comments {
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
font-size: 20px;
font-weight: bold;
color: #fff;
}
.insta-gallery-item-info .insta-item-reaction-count svg {
width: 25px;
height: 25px;
}
.insta-gallery-item-type svg {
width: 25px;
height: 25px;
}
.insta-gallery-item-type svg.insta-video-icon {
width: 22px;
height: 22px;
}
.cg-carousel__btns.hidden {
display: none;
}
.cg-carousel__btns {
top: 50%;
transform: translateY(-50%);
position: absolute;
width: 100%;
}
.ep-embed-content-wraper.insta-carousel .cg-carousel__btns {
top: calc(50% - 16px);
}
.ep-embed-content-wraper.insta-carousel .insta-gallery-item-permalink {
display: flex;
align-content: center;
}
.cg-carousel__btns button {
background: #262323;
border: 0;
border-radius: 50px;
width: 35px;
height: 35px;
display: inline-grid;
align-items: center;
justify-content: center;
cursor: pointer;
padding: 0;
}
button#js-carousel__prev-1 {
position: absolute;
left: 30px; z-index: 1;
padding: 8px 15px;
}
button#js-carousel__next-1 {
position: absolute;
right: 30px; z-index: 1;
padding: 8px 15px;
}
.embedpress-popup-block.embedpress-popup-img {
position: relative;
height: 100%;
display: flex;
background: #000;
}
.popup-carousel, .cg-carousel__track {
height: 100%;
}
.popup-container .popup-carousel .cg-carousel__track {
align-items: center;
background-color: #000;
}
.popup-container .popup-carousel {
background-color: #000;
}
button.js-carousel__prev-1 {
position: absolute;
left: 30px;
top: 50%;
transform: translateY(-50%);
z-index: 1;
}
button.js-carousel__next-1 {
position: absolute;
right: 30px;
top: 50%;
transform: translateY(-50%);
z-index: 1;
}
.cg-carousel__btn svg {
width: 16px;
height: 16px;
}
.load-more-button-container, .load-more-button-container button {
display: flex;
align-items: center;
justify-content: center;
gap: 5px;
}
.load-more-button-container button {
border-style: solid;
border-top-width: 0;
border-right-width: 0;
border-left-width: 0;
border-bottom-width: 0;
color: #ffffff;
border-color: #037bff;
background-color: #037bff;
padding-top: 15px;
padding-right: 30px;
padding-bottom: 15px;
padding-left: 30px;
font-family: inherit;
font-weight: inherit;
line-height: 1em;
cursor: pointer;
border-radius: 5px;
margin-top: 30px;
} .popup-container {
display: flex;
width: 100%;
} .popup-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.85);
display: flex;
justify-content: center;
align-items: center;
z-index: 99999;
} .popup {
border-radius: 10px;
overflow: hidden;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
align-items: center;
justify-content: center;
max-height: 100%;
max-width: 100%;
}  .popup-container .popup-md-9.white {
width: 60%;
overflow: hidden;
}
.popup-md-3.red {
width: 40%;
} .embedpress-popup-img img {
width: 100%;
height: auto;
object-fit: contain;
}
video.popup-media-image {
height: auto;
max-width: 100%;
width: 100%;
max-height: 100vh;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
img.popup-media-image {
height: auto;
} .embedpress-popup-header, .embedpress-hashtag-header {
display: flex;
align-items: center;
padding: 15px 10px;
justify-content: space-between;
border-bottom: 1px solid #f4e9e9;
}
.hashtag-container {
border-bottom: 1px solid #f4e9e9;
}
.embedpress-hashtag-header {
border: none;
max-width: 350px;
margin: auto;
}
.embedpress-hashtag-username {
font-weight: bold;
}
.embedpress-popup-header-img img, .embedpress-hashtag-header-img img {
border-radius: 50% !important;
margin-right: 10px;
width: 30px;
height: 30px !important;
object-fit: cover;
border: 2px solid #037bff !important;
}
.embedpress-popup-header-img a, .embedpress-hashtag-header-img a {
display: flex;
align-items: center;
justify-content: center;
text-decoration: none !important;
}
.embedpress-popup-username {
color: #005293;
font-weight: bold;
font-size: 15px;
text-decoration: none !important;
}
img.embedpress-hashtag-round {
border-radius: 50px !important;
}
.insta-followbtn a {
text-decoration: none !important;
padding: 6px 15px;
background: #007bff;
border-radius: 5px;
color: #fff !important;
font-size: 14px;
font-weight: normal;
} .embedpress-popup-block.embedpress-popup-info {
display: flex;
flex-direction: column;
justify-content: space-between;
flex-grow: 1;
height: 100%;
background-color: #fff; }
.embedpress-popup-text {
font-size: 14px;
font-weight: normal;
overflow: hidden;
letter-spacing: 0.04em;
line-height: 1.8rem;
padding: 10px;
flex: auto;
border-bottom: 1px solid #f4e9e9;
text-align: left;
max-height: calc(100vh - 235px);
overflow: auto;
word-break: break-all;
} .embedpress-popup-stats {
display: flex;
align-items: center;
justify-content: space-between;
padding: 16px 10px;
}
.embedpress-popup-stats .embedpress-inline {
display: flex;
align-items: center;
gap: 5px;
font-weight: bold;
color: #000;
cursor: pointer;
position: relative;
}
.embedpress-popup-stats .embedpress-inline a {
display: flex;
align-items: center;
gap: 6px;
color: #000;
text-decoration: none;
font-weight: 400;
}
.embedpress-popup-stats .embedpress-inline a svg {
width: 20px;
height: 20px;
} .embedpress-popup-share-buttons {
padding: 10px;
background-color: #fafafa;
display: flex;
align-items: center;
}
.embedpress-popup-share-buttons a {
color: #007bff;
}
.embedpress-href.embedpress-popup-share {
cursor: pointer;
color: #ca379d;
display: flex;
align-items: center;
gap: 6px;
}
.embedpress-popup-share-buttons {
background: #f4f9ff;
position: absolute;
top: -50px;
left: -55px;
gap: 10px;
border-radius: 5px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
visibility: hidden;
opacity: 0;
margin-bottom: -10px;
transition: 0.3s;
}
.embedpress-popup-share-buttons.show {
visibility: visible;
opacity: 1;
margin-bottom: 0;
}
.embedpress-popup-share-buttons::before {
content: "";
position: absolute;
bottom: -15px;
left: 50%;
margin-left: -8px;
border-width: 8px;
border-style: solid;
border-color: #f4f9ff transparent transparent transparent;
}
.embedpress-popup-share-buttons::before {
content: "";
position: absolute;
bottom: -15px;
left: 50%;
margin-left: -8px;
border-width: 8px;
border-style: solid;
border-color: #f4f9ff transparent transparent transparent;
z-index: 1 !important;
}
.embedpress-popup-share-buttons::after {
content: "";
position: absolute;
bottom: -16.1px;
left: 50%;
margin-left: -8px;
border-width: 8px;
border-style: solid;
border-color: #e7eaef transparent transparent transparent;
}
.embedpress-popup-share-buttons span {
color: #fff;
font-size: 18px;
display: flex;
align-items: center;
}
.embedpress-popup-share-buttons span svg {
width: 16px !important;
height: 16px !important;
}
.embedpress-popup-share-buttons span.dashicons.dashicons-linkedin {
color: #0077b5;
}
.embedpress-popup-share-buttons span.dashicons.dashicons-facebook {
color: #1877F2;
}
.embedpress-popup-share-buttons span.dashicons.dashicons-pinterest {
color: #E60023;
}
span.tag-wrapper a {
font-weight: bold;
text-decoration: none !important;
}
.embedpress-href.embedpress-popup-share svg {
width: 20px;
height: 20px;
}
.embedpress-popup-instagram-buttons svg {
width: 18px !important;
height: 20px !important;
}
.embedpress-popup-stats .embedpress-inline {
transition: 0.3s;
}
.embedpress-popup-stats .embedpress-inline:hover svg, .embedpress-popup-stats .embedpress-inline a:hover, .embedpress-popup-stats .embedpress-inline:hover, .embedpress-href:hover svg .st0 {
color: rgb(115, 115, 115) !important; }
.embedpress-inline.embedpress-popup-instagram-buttons a:hover svg path {
stroke: rgb(115, 115, 115);
}
.embedpress-inline.popup-like-button a:hover svg {
color: rgb(115, 115, 115);
fill: rgb(115, 115, 115);
}
.embedpress-href.embedpress-popup-share:hover svg {
fill: rgb(115, 115, 115);
} .date-post {
padding: 10px;
font-size: 12px;
color: #8e8e8e;
}
div.popup-close {
position: absolute;
top: 50px;
right: 50px;
color: white;
z-index: 15566555655;
cursor: pointer;
padding: 15px;
background: #643535;
border-radius: 50px;
height: 10px;
width: 10px;
display: flex;
align-items: center;
justify-content: center;
text-transform: uppercase;
cursor: pointer;
}
.load-spin {
width: 100px;
height: 100px;
background-color: #f00;
animation: spin 2s linear infinite;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.loader {
margin: auto;
border: 5px solid #EAF0F6;
border-radius: 50%;
border-top: 5px solid #FF7A59;
width: 30px;
height: 30px;
animation: spinner 4s linear infinite;
}
.sponsored-youtube-video {
height: 100%;
}
@keyframes spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@media screen and (max-width: 1200px) {
.popup-container .popup-md-9.white {
width: 50%;
}
.popup-container .popup-md-3 {
width: 50%;
}
}
@media screen and (max-width: 991px) {
.popup-container {
flex-direction: column;
}
.popup-container .popup-md-9.white {
width: 100%;
}
.popup-container .popup-md-3 {
width: 100%;
}
.embedpress-popup-text {
max-height: 300px;
}
}
@media screen and (max-width: 768px) {
.insta-grid .embedpress-insta-container .insta-gallery {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.embedpress-popup-text {
max-height: 250px;
}
}
@media screen and (max-width: 420px) {
.insta-grid .embedpress-insta-container .insta-gallery {
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.profile-header {
flex-direction: column;
}
.embedpress-popup-text {
max-height: 200px;
}
.insta-followbtn {
display: none;
}
} .ep-player-wrap .hide {
display: none;
}
.ep-gdrp-content {
background: #222;
padding: 50px 30px;
color: #fff;
}
.ep-gdrp-content a {
color: #fff;
}
.ep-youtube__content__pagination {
display: flex;
justify-content: center;
align-items: center;
margin-top: 30px;
gap: 10px;
}
.ep-loader-wrap {
margin-top: 30px;
display: flex;
justify-content: center;
}
.ep-youtube__content__pagination .ep-prev,
.ep-youtube__content__pagination .ep-next {
cursor: pointer;
border: 1px solid rgba(0, 0, 0, .1);
border-radius: 30px;
padding: 0 20px;
height: 40px;
transition: .3s;
display: flex;
align-items: center;
}
.ep-youtube__content__pagination .ep-prev:hover,
.ep-youtube__content__pagination .ep-next:hover {
background-color: #5B4E96;
color: #fff;
}
.ep-youtube__content__pagination .ep-page-numbers {
display: flex;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}
.ep-youtube__content__pagination .ep-page-numbers>span {
border: 1px solid rgba(0, 0, 0, .1);
border-radius: 30px;
display: inline-block;
width: 45px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
}
.active__current_page {
background: #5B4E96;
color: #fff;
}
.ep-youtube__content__block .youtube__content__body .content__wrap:not(.youtube-carousel) {
margin-top: 30px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
}
[data-source-id] .layout-list .ep-youtube__content__block .youtube__content__body .content__wrap {
grid-template-columns: repeat(auto-fit, minmax(calc(100% - 30px), 1fr)) !important;
}
[data-youtube-channel-carousel].ep-youtube__content__block {
position: relative
}
.ep-youtube__content__block .item {
cursor: pointer;
white-space: initial;
}
.ep-youtube__content__block .youtube-carousel .item {
margin: 10px;
}
.ep-youtube__content__block .item:hover .thumb .play-icon {
opacity: 1;
top: 50%;
}
.ep-youtube__content__block .item:hover .thumb:after {
opacity: .4;
z-index: 0;
}
.ep-youtube__content__block .thumb {
padding-top: 56.25%;
margin-bottom: 5px;
position: relative;
background-color: #222;
background-size: contain !important;
border-radius: 12px;
overflow: hidden;
}
figure .ep-youtube__content__block .thumb {
background-color: #222 !important;
}
.ep-youtube__content__block .thumb:after {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
content: '';
background: #000;
opacity: 0;
transition: opacity .3s ease;
}
.ep-youtube__content__block .thumb:before {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
content: '';
background: #222;
z-index: -1;
}
.ep-youtube__content__block .thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.ep-youtube__content__block .thumb .play-icon {
width: 50px;
height: auto;
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0;
transition: all .3s ease;
z-index: 2;
}
.ep-youtube__content__block .thumb .play-icon img {
width: 100;
}
.ep-youtube__content__block .body p {
margin-bottom: 0;
font-size: 15px;
text-align: left;
line-height: 1.5;
font-weight: 400;
}
.ep-youtube__content__block.loading .ep-youtube__content__pagination {
display: none;
}
.ep-youtube__content__block .ep-loader {
display: none;
}
.ep-youtube__content__block.loading .ep-loader {
display: block;
}
.ep-loader img {
width: 20px;
}
.is_mobile_device {
display: none !important;
}
.is_mobile_devic.ep-page-numbers {
gap: 5px;
}
@media only screen and (max-width: 480px) {
.is_desktop_device {
display: none !important;
}
.ep-youtube__content__pagination .ep-page-numbers>span {
width: 35px;
height: 35px;
}
.ep-youtube__content__pagination .ep-prev, .ep-youtube__content__pagination .ep-next {
height: 35px;
}
.is_mobile_device {
display: flex !important;
;
}
.ep-youtube__content__pagination .ep-page-numbers {
gap: 5px;
}
} .embedded-youtube-channel .ose-youtube {
height: 100% !important;
max-height: 100% !important;
}
.ep-embed-content-wraper.embedded-youtube-channel .ose-youtube, .ep-youtube-channel .ose-youtube {
height: 100% !important;
max-height: 100% !important;
}
.ose-youtube .channel-header {
display: flex;
align-items: center;
padding: 20px;
border-radius: 10px;
}
.ose-youtube .profile-picture {
width: 120px;
height: 120px;
border-radius: 50%;
margin-right: 20px;
}
.ose-youtube .channel-info {
flex-grow: 1;
text-align: left;
}
.ose-youtube .info-description {
margin-bottom: 20px;
}
.ose-youtube .channel-name {
font-size: 24px;
margin: 0;
}
.ose-youtube .channel-details {
margin: 5px 0;
}
.ose-youtube .more-info {
text-decoration: none;
}
.ose-youtube .subscribe-button {
background-color: red;
border: none;
padding: 10px 20px 10px 12px;
border-radius: 30px;
cursor: pointer;
display: inline-flex;
align-items: center; text-decoration: none !important;
color: white;
font-weight: 600;
}
.ose-youtube .subscribe-button svg {
height: 20px;
width: 20px;
margin-right: 5px;
}
.ose-youtube .subscribe-button:hover {
background-color: #ff6868;
}
#videoPopup.video-popup {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.95);
}
.video-popup-content {
position: absolute;
left: 50%;
top: calc(50% + 30px);
transform: translate(-50%, -50%);
max-width: 90%;
max-height: 90%;
text-align: center;
}
.video-popup-inner-content {
width: 100%;
height: 100%;
max-height: 90vh;
overflow: auto !important;
border: 1px solid #333;
border-radius: 8px;
background: #000;
box-sizing: border-box;
padding: 20px;
}
.video-popup-content iframe {
width: 700px !important;
height: 420px !important;
max-width: 100%;
max-height: 100%;
}
#videoPopup.video-popup .close {
position: absolute;
top: -25px;
right: -30px;
color: #fff;
font-size: 35px;
}
#videoPopup.video-popup .close:hover,
#videoPopup.video-popup .close:focus {
color: #999;
text-decoration: none;
cursor: pointer;
}
#videoPopup.video-popup .popup-controls {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: flex;
justify-content: space-between;
align-items: center;
pointer-events: none; }
#videoPopup.video-popup .nav-icon {
pointer-events: auto; color: white;
font-size: 50px;
cursor: pointer;
user-select: none;
}
#videoPopup.video-popup .prev-icon {
position: absolute;
left: -60%;
top: 50%;
transform: translate(0, -50%);
padding: 10px;
}
#videoPopup.video-popup .next-icon {
position: absolute;
right: -60%;
top: 50%;
transform: translate(0, -50%);
padding: 10px;
}
#videoDescription {
color: #fff;
font-size: 14px;
}
.youtube-video-description {
font-family: Arial, sans-serif;
margin: 0;
padding: 0 20px;
bottom: no;
max-width: 700px;
text-align: left;
}
.youtube-video-header h1 {
font-size: 20px;
margin: 0 0 10px 0;
color: #fff;
}
.youtube-video-meta {
font-size: 14px;
color: #666;
margin-bottom: 10px;
}
.youtube-video-meta span {
margin-right: 10px;
}
.youtube-video-body {
max-height: 200px;
overflow: auto;
}
.youtube-video-body p {
font-size: 15px;
margin: 0 0 20px 0;
color: #ddd;
}
.youtube-video-footer {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 5px;
}
.youtube-video-link {
font-size: 16px;
color: #0073aa;
text-decoration: none;
}
.youtube-video-link:hover {
text-decoration: underline;
}
.youtube-video-stats {
font-size: 14px;
color: #666;
display: flex;
align-items: center;
gap: 18px;
}
.youtube-video-stats svg {
height: 12px;
width: 14px;
}
.youtube-video-stats span {
margin-right: 10px;
display: flex;
align-items: center;
gap: 8px;
color: #dad2d2;
}
.youtube-video-stats i {
margin-right: 5px;
} .youtube-body-content .description-container {
display: flex; border-radius: 4px;
max-width: 600px;
text-align: left;
margin-top: 10px;
}
.youtube-body-content.body {
width: 100%;
}
.youtube-body-content .thumbnail {
width: 30px;
height: 30px;
border-radius: 4px;
margin-right: 10px;
}
.youtube-body-content .thumbnail img {
border-radius: 50%;
margin-right: 10px;
width: 30px;
height: 30px;
}
.youtube-body-content .details {
display: flex;
flex-direction: column;
justify-content: space-between;
width: calc(100% - 30px);
}
.youtube-body-content .title {
font-size: 14px;
font-weight: 500;
color: #000000;
margin-bottom: 4px;
line-height: 1.4;
}
.youtube-body-content .channel,
.youtube-body-content .views,
.youtube-body-content .time {
font-size: 14px;
color: #606060;
}
.youtube-body-content .channel {
margin-bottom: 4px;
} .ep-player-wrap.layout-gallery .ep-first-video iframe {
border-radius: 15px;
}
.ep-player-wrap.layout-list .ep-youtube__content__block .item {
display: flex;
width: 100%;
gap: 20px;
}
.ep-player-wrap.layout-list .ep-youtube__content__block .thumb {
padding-top: 20.25%;
min-width: 250px;
max-width: 300px;
} [data-youtube-channel-carousel] .youtube-carousel-container {
position: relative;
width: 100%;
overflow: hidden;
}
[data-youtube-channel-carousel] .youtube-carousel {
display: flex;
transition: transform 0.5s ease-in-out;
}
[data-youtube-channel-carousel] .youtube-carousel .item {
min-width: calc(33.3333% - 20px); box-sizing: border-box;
}
[data-youtube-channel-carousel] button {
position: absolute;
top: 50%;
transform: translateY(-50%);
color: white;
border: none;
cursor: pointer;
padding: 10px;
box-shadow: none;
background-color: #000000ba;
width: 40px;
height: 40px;
display: flex;
align-items: center;
border-radius: 50%;
justify-content: center;
}
[data-youtube-channel-carousel] button.preview {
left: -100px;
}
.carousel-controls button.next {
right: -100px;
} .fc-list-table .fc-event, .fc-list-table .fc-event:hover {
color: inherit !important;
text-decoration: none !important;
}
.fc-list-table .fc-event, .fc-list-table .fc-event-dot {
background-color: transparent !important;
}
.fc table.fc-list-table {
table-layout: inherit !important;
}
.fc-list-table .fc-event {
display: table-row !important;
}
@media screen and (max-width: 1400px) {
.ose-youtube .video-popup-content iframe {
height: 305px !important;
}
.ose-youtube .prev-icon {
left: -50%
}
.ose-youtube .next-icon {
right: -50%
}
}
@media screen and (max-width: 1200px) {
.ose-youtube .video-popup-content iframe {
height: 305px !important;
}
.ose-youtube .prev-icon {
left: -40%
}
.ose-youtube .next-icon {
right: -40%
}
}
@media screen and (max-width: 992px) {
.ose-youtube .video-popup-content iframe {
height: 305px !important;
}
.ose-youtube .prev-icon {
left: -40%
}
.ose-youtube .next-icon {
right: -40%
}
}
@media screen and (max-width: 576px) {
.ose-youtube .prev-icon {
left: -26%
}
.ose-youtube .next-icon {
right: -26%
}
}
@media screen and (max-width: 580px) {
.ose-youtube .prev-icon {
left: -18%;
}
.ose-youtube .next-icon {
right: -18%;
}
}
.youtube-video-body {
display: none;
}
.video-popup-content {
width: 100%;
max-width: 720px;
margin: auto;
}
@media (max-width: 1024px) {
.youtube-carousel .item {
min-width: calc(50% - 20px) !important; }
}
@media (max-width: 768px) {
.youtube-carousel .item {
min-width: calc(100% - 20px) !important; }
[data-youtube-channel-carousel] button.preview {
left: 0 !important;
}
[data-youtube-channel-carousel] button.next {
right: 0;
}
.video-popup-content {
width: calc(100% - 40px);
margin: auto;
}
.video-popup-content iframe {
max-height: 300px;
}
#videoPopup.video-popup .close {
top: -25px;
transform: translate(0%, -50%);
right: unset;
}
}
@media (max-width: 580px) {
.ep-first-video {
margin-bottom: 20px;
}
.video-popup-content iframe {
max-height: 220px;
}
.ep-player-wrap .ep-youtube__content__block .item {
gap: 15px;
}
.ep-embed-content-wraper .ep-youtube__content__block .youtube__content__body .content__wrap {
gap: 30px !important;
}
.ose-youtube .profile-picture {
width: 80px;
height: 80px;
}
.ose-youtube .channel-header {
gap: 10px;
align-items: start;
padding: 0;
}
.description-container {
margin-top: 0px;
}
.description-container p.description {
display: none;
}
.ep-player-wrap.layout-list .ep-youtube__content__block .item {
flex-direction: column;
}
.ep-player-wrap.layout-list .ep-youtube__content__block .thumb {
min-width: 100%;
min-height: 200px;
}
}
.ep-google-photos-gallery-grid .ose-google-photos,
.ep-google-photos-gallery-masonary .ose-google-photos,
.ep-google-photos-gallery-justify .ose-google-photos {
height: 100% !important;
max-height: 100% !important;
}
.pa-carousel-widget.jx-carousel-widget, .pa-gallery-player-widget, .ose-google-photos {
position: relative;
}
.pa-carousel-widget.jx-carousel-widget::after, .pa-gallery-player-widget::after {
position: absolute;
right: 0;
left: 0;
width: 100%;
height: 60px;
background: #fff;
content: '';
top: 10px;
background: transparent;
}  .ep-google-photos-visit-btn:hover {
background: rgba(0, 0, 0, 0.9);
color: white;
text-decoration: none;
}
.ep-google-photos-visit-btn svg {
width: 16px;
height: 16px;
fill: currentColor;
}  .photos-gallery-grid, .photos-gallery-masonry, .photos-gallery-justify {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 3px;
}
.photos-gallery-grid .photo-item, .photos-gallery-masonary .photo-item {
width: 100%;
height: 200px;
background-color: #f1efef;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
text-align: center;
} .photos-gallery-masonary {
columns: 250px;
gap: 3px;
position: relative;
width: 100%;
}
.photos-gallery-masonary .photo-item {
width: 100%;
height: auto;
object-fit: cover;
display: block;
margin-bottom: 3px;
cursor: pointer;
}
.photos-gallery-masonary .photo-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
} .photos-gallery-grid {
display: grid;
gap: 3px;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
position: relative;
}
.photos-gallery-grid .photo-item {
border-radius: 10px;
text-align: center;
height: 280px;
cursor: pointer;
}
.photos-gallery-grid .photo-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}  .photos-gallery-justify {
display: flex;
flex-wrap: wrap;
}
.photos-gallery-justify .photo-item {
cursor: pointer;
height: auto;
}
.photos-gallery-justify .photo-item:hover {
opacity: 0.9;
}
.photos-gallery-justify .photo-item img {
user-select: none;
width: 100%;
vertical-align: middle;
}
.photos-gallery-justify::after {
content: "";
flex-grow: 99999;
min-width: calc(100vw / 4);
}
@media (max-width: 460px) {
.photos-gallery-justify {
flex-direction: column;
}
.photos-gallery-justify .photo-item {
width: 100% !important;
}
} .popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.9);
display: none;
justify-content: center;
align-items: center;
z-index: 1000;
transition: 0.5s ease;
}
.popup-overlay .popup {
position: relative;
max-width: 100%;
max-height: 100%;
width: 100%;
height: 100%;
background-color: transparent;
display: flex !important;
justify-content: center;
align-items: center;
color: black;
}
.popup-overlay .close-btn {
position: absolute;
top: 10px;
right: 10px;
color: white;
font-size: 30px;
cursor: pointer;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: #0a0a0a;
border-radius: 50%;
}
.popup-overlay .prev-btn,
.popup-overlay .next-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
font-size: 30px;
background-color: rgba(0, 0, 0, 0.5);
color: white;
border: none;
padding: 10px;
cursor: pointer;
z-index: 10;
opacity: 0;
visibility: hidden;
transition: 0.2s;
display: flex;
}
.popup-overlay:hover .prev-btn, .popup-overlay:hover .next-btn {
opacity: 1;
visibility: visible;
}
.popup-overlay .prev-btn {
left: 10px;
}
.popup-overlay .next-btn {
right: 10px;
}
.popup-overlay img#popup-image {
width: 100%;
height: auto;
max-height: 100vh;
}
.popup-overlay .prev-btn:hover,
.popup-overlay .next-btn:hover {
background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 1024px) {
.photos-gallery-grid .photo-item {
width: 100%;
height: 150px !important;
} .photos-gallery-masonary {
columns: 200px !important;
} .photos-gallery-grid {
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
}
}
.ose-codesandbox .embera-embed-responsive.embera-embed-responsive-rich.embera-embed-responsive-provider-codesandbox {
width: 100%;
height: 100%;
}
.ose-codesandbox .embera-embed-responsive.embera-embed-responsive-rich.embera-embed-responsive-provider-codesandbox iframe {
width: 100%;
height: 100%;
}
@media (max-width: 767px) {
.popup-overlay .prev-btn,
.popup-overlay .next-btn {
font-size: 20px;
padding: 5px;
}
}
.getty div:last-child {
padding: 0 !important;
height: 100% !important;
max-height: 100% !important;
}.wp-block-embedpress-embedpress{margin:var(--ep-space-4) 0;position:relative}.wp-block-embedpress-embedpress .embedpress-embed-wrapper{position:relative}.wp-block-embedpress-embedpress .embedpress-embed-wrapper.responsive{max-width:100%;height:auto}.wp-block-embedpress-embedpress .embedpress-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--ep-space-8);background:var(--ep-gray-50);border:1px solid var(--ep-gray-200);border-radius:var(--ep-radius)}.wp-block-embedpress-embedpress .embedpress-loading .embedpress-spinner{width:2rem;height:2rem;border:2px solid var(--ep-gray-300);border-top:2px solid var(--ep-primary);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:var(--ep-space-2)}.wp-block-embedpress-embedpress .embedpress-loading p{margin:0;color:var(--ep-gray-600);font-size:var(--ep-text-sm)}.wp-block-embedpress-embedpress.provider-youtube .embedpress-embed-wrapper{background:#000}.wp-block-embedpress-embedpress.provider-vimeo .embedpress-embed-wrapper{background:#1ab7ea}.wp-block-embedpress-embedpress.provider-wistia .embedpress-embed-wrapper{background:#54bbff}.editor-styles-wrapper .wp-block-embedpress-embedpress .embedpress-provider-info{background:var(--ep-info-light);color:var(--ep-info);padding:var(--ep-space-2);border-radius:var(--ep-radius);font-size:var(--ep-text-sm);margin-bottom:var(--ep-space-3)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.embedpress-gutenberg-wrapper{margin:30px auto}.embedpress-gutenberg-wrapper .ose-embedpress-responsive:not(.ose-youtube) iframe{max-width:100%!important;max-height:100%!important}.embedpress-gutenberg-wrapper.alignright{max-width:100%}.flexia-wrapper.flexia-container>.content-area .embedpress-gutenberg-wrapper{margin:0 auto}@media only screen and (min-width: 482px){.entry-content>.embedpress-gutenberg-wrapper.alignright,.entry-content>.embedpress-gutenberg-wrapper.alignleft,.embedpress-gutenberg-wrapper.alignright,.embedpress-gutenberg-wrapper.alignleft{max-width:100%}}.embedpress-gutenberg-wrapper .alignleft,.embedpress-gutenberg-wrapper .alignright,.embedpress-gutenberg-wrapper .aligncenter{float:none;display:block}.embedpress-gutenberg-wrapper .alignright{text-align:right;max-width:100%!important}.embedpress-gutenberg-wrapper .alignleft{text-align:left;max-width:100%!important}.embedpress-gutenberg-wrapper .aligncenter{clear:both;display:block;float:none;margin-right:auto;margin-left:auto;text-align:center}.wp-block-embedpress-embedpress.aligncenter{text-align:center}.embedpress-gutenberg-wrapper .ose-embedpress-responsive{display:inline-block}.embedpress-gutenberg-wrapper{max-width:100%!important}.ep-first-video{position:relative;height:0;padding-bottom:56.25%;border-radius:15px;overflow:hidden}.ep-first-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.embedpress-gutenberg-controls .components-base-control__label,.embedpress-gutenberg-controls .components-input-control__label,.embedpress-gutenberg-controls .components-base-control__field{font-weight:500}.sponsored-upload{margin-bottom:20px}label.components-truncate.components-text.components-input-control__label.em5sgkm4.ecfd-bd--d-eecc-1iznhho.em57xhy0{font-weight:600!important}.text-center{text-align:center!important}.wp-block-embed.is-loading{align-items:center}.css-vwt1e3{margin:0 11px!important}.ep-youtube__content__pagination .ep-prev,.ep-youtube__content__pagination .ep-next{user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.wp-block-embed.is-loading p{margin:0!important}.wp-block-embed.is-loading svg{margin-top:0}.ose-opensea{height:100%!important;width:100%!important;min-width:900px}.alignleft .ose-opensea,.alignright .ose-opensea,.aligncenter .ose-opensea{min-width:900px;max-width:860px!important}.aligncenter .ose-opensea{margin:0 auto;display:block!important}.wp-block[data-align=right]{float:right}.wp-block[data-align=left]{float:left}.ep_nft_content_wrap.ep_nft__wrapper{display:grid}.ep_nft_content_wrap.ep_nft__wrapper,.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-column-gap:15px;grid-row-gap:15px}.ep_nft_content_wrap .ep_nft_item{background-color:#fff;border-radius:10px;transition:background .5s,border .5s,border-radius .5s,box-shadow .5s;box-shadow:0 4px 15px #00000017;overflow:hidden;padding:15px;position:relative;transition:.3s ease-in-out}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid .ep_nft_item{display:flex;flex-direction:column}.ep_nft_content_wrap.ep_nft_list .ep_nft_item{justify-content:flex-start;align-items:flex-start}.ep_nft_content_wrap.ep_nft__wrapper.preset-3 .ep_nft_item .ep_nft_content{background-color:#edecf6e6}.ep_nft_content_wrap .ep_nft_thumbnail{margin:0 0 15px;border-radius:5px}.ep_nft_content_wrap .ep_nft_thumbnail img{height:340px;border-radius:10px;width:100%;object-fit:cover}.ep_nft_content .ep_nft_title{color:#333;font-size:16px;margin:0 0 15px;font-weight:600}.ep_nft_content{text-align:left}.ep_nft_content .ep_nft_price{color:#333;font-size:14px;margin:0;display:flex;font-weight:600}.ep_nft_content .ep_nft_price:first-child{margin-bottom:10px}span.eb_nft_currency{max-width:28px;display:flex;align-items:center;justify-content:center}span.eb_nft_currency svg{width:100%;height:auto}.ep_nft_content .ep_nft_price_wrapper{min-height:20px}.ep_nft_content .ep_nft_creator{color:#333;font-size:14px;margin:0 0 20px;display:flex;align-items:center;gap:5px}.ep_nft_content .ep_nft_creator a{color:#3080e2;font-size:14px;text-decoration:none;word-break:break-all}.ep_nft_content .ep_nft_creator img{height:30px;width:30px;border-radius:50%}.ep_nft_content .ep_nft_button button{margin:0}.ep_nft_content .ep_nft_button button a{background-color:#3080e2;color:#fff;font-size:14px;padding:15px 20px;transition:border .5s,border-radius .5s,box-shadow .5s}.ep_nft_content .ep_nft_button button:hover a{background-color:#2e8eee;color:#fff}.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a.ep-details-btn:hover{background-color:#2e8eee;color:#fff}.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item:hover .ep_nft_button{opacity:1;transform:translate(0);visibility:visible}.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item .ep_nft_button{bottom:0;left:0;opacity:0;position:absolute;transform:translateY(30px);visibility:hidden;width:100%;transition:.3s}.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button{margin-top:auto}.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a{background-color:#3080e2;color:#fff;font-size:14px;padding:10px 20px;transition:border .5s,border-radius .5s,box-shadow .5s;display:block;text-align:center;font-weight:500;text-decoration:none}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item{display:flex;gap:15px;align-items:center;border-radius:10px}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail{width:55%}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content{width:calc(45% - 15px)}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content .ep_nft_price.ep_nft_last_sale{margin-bottom:15px}.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_thumbnail svg{border-radius:10px}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail img{height:260px}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_button a,.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_button a{border-radius:10px}.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item .ep_nft_button a{border-radius:0}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid.ep-preset-2 .ep_nft_content .ep_nft_price:last-child{margin-bottom:15px}.ose-opensea{min-width:100%!important;max-width:calc(100% - 40px)!important}.ep-loadmore-wrapper{margin-top:30px;text-align:center}.ep-loadmore-wrapper button{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;color:#fff;border-color:#0170b9;background-color:#0170b9;border-radius:2px;padding:15px 30px;font-family:inherit;font-weight:inherit;line-height:1;display:flex;align-items:center;justify-content:center;margin:auto;cursor:pointer}.ep-loadmore-wrapper button svg{margin-left:5px}@media all and (max-width: 1024px){.ep_nft_content_wrap.ep_nft__wrapper,.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(3,1fr)!important}}@media all and (max-width: 991px){.ose-opensea{min-width:auto!important;max-width:calc(100% - 40px)!important}.ep_nft_content_wrap.ep_nft__wrapper,.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(2,1fr)!important}}@media all and (max-width: 767px){.ep_nft_content_wrap.ep_nft__wrapper,.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(1,1fr)!important}}.ep-nft-single-item-wraper.ep_nft_content_wrap .ep_nft_item{box-shadow:none}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content{width:calc(55% - 15px)}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail{width:45%;height:100%}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail img{height:100%}.ep-nft-single-item-wraper span.eb_nft_label{color:#333}.ep-nft-single-item-wraper .ep_nft_content .ep_nft_price{display:flex;flex-direction:column;margin-right:45px}.ep-nft-single-item-wraper span.eb_nft_price{font-size:30px}.ep-nft-single-item-wraper .ep_nft_content .ep_nft_creator img{height:15px;width:15px;border-radius:50%}.ep-nft-single-item-wraper .ep-usd-price{bottom:0;font-size:12px}.ep-nft-single-item-wraper span.eb_nft_label{font-size:15px}.ep-nft-single-item-wraper .ep_nft_content .ep_nft_title{margin-bottom:10px;font-size:24px}.ep-nft-single-item-wraper .CollectionLink--name svg{width:20px;height:20px;margin-left:5px}.ep-nft-single-item-wraper a.CollectionLink--link{font-size:15px;font-weight:500;text-decoration:none;margin-bottom:15px;display:block;color:#3080e2}.ep-nft-single-item-wraper sub.verified-icon{bottom:-5px;left:4px}.ep-nft-single-item-wraper .ep-accordion{border:1px solid #ddd;border-radius:10px;margin-top:15px;display:block}.ep-nft-single-item-wraper .ep-toggle{display:none}.ep-nft-single-item-wraper .ep-option{position:relative}.ep-nft-single-item-wraper .ep-content{padding:1em;border-top:1px solid #ddd}.ep-nft-single-item-wraper .ep-content{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);transition:all .2s}.ep-nft-single-item-wraper .ep-title{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);transition:all .2s;padding:1em;display:flex;color:#333;font-weight:700;cursor:pointer;border-radius:10px 10px 0 0;align-items:center}.ep-nft-single-item-wraper label.ep-title svg{width:20px;height:20px;margin-right:6px}.ep-nft-single-item-wraper .ep-asset-detail-item{display:flex;justify-content:space-between;font-weight:500;line-height:1.8em}.ep-nft-single-item-wraper .ep-asset-detail-item span{word-break:break-word;max-width:75%}.ep-nft-single-item-wraper .ep-content{display:block}.ep-nft-single-item-wraper .ep-content p{margin:0;padding:.5em 1em 1em;font-size:.9em;line-height:1.5}.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title+.ep-content{display:none;background:transparent}.ep-nft-single-item-wraper .ep_nft_content .ep_nft_price_wrapper{display:flex}.ep-nft-single-item-wraper .ep-toggle+.ep-title:after{content:"";display:inline-block;position:absolute;width:12px;height:12px;background:transparent;text-indent:-9999px;border-top:2px solid #bfbfbf;border-left:2px solid #bfbfbf;transition:all .25s ease-in-out;text-decoration:none;color:transparent;right:15px;top:50%;transform:rotate(45deg) translate(-20%,-5%)}.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title:before{content:"";display:inline-block;position:absolute;width:12px;height:12px;background:transparent;text-indent:-9999px;border-top:2px solid #bfbfbf;border-left:2px solid #bfbfbf;transition:all .25s ease-in-out;text-decoration:none;color:transparent;right:15px;top:50%;transform:rotate(225deg) translate(80%,20%)}.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title:after{display:none}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_button span.ep-nft-rank{pointer-events:none}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-nft-single-item-wraper.ep-grid .ep_nft_content{margin-bottom:20px}@media screen and (max-width: 1024px){.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper,.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(1,1fr)!important}}@media screen and (max-width: 991px){.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper,.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(1,1fr)!important}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item{align-items:unset;flex-direction:column}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail,.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content{width:100%}.ep-embed-content-wraper>div{max-width:100%}}@media screen and (max-width: 537px){.ep-nft-single-item-wraper sub.ep-usd-price{margin-bottom:15px;display:block}}.components-panel__body .ep-control-header{border-top:1px solid #fbf0f0;padding-top:16px;width:calc(100% + 32px);margin-left:-16px;padding-left:16px}button.components-color-palette__custom-color-button{height:24px}.components-color-palette__custom-color-text-wrapper{display:none!important}.components-panel__body.is-opened.ep-opensea-options h2.components-panel__body-title,.components-panel__body.is-opened.ep-colors-typography h2.components-panel__body-title{margin-bottom:16px!important}.components-panel__body.is-opened.ep-colors-typography .ep-opensea-sub-controls h2.components-panel__body-title{margin-bottom:0!important}.embedpress-gutenberg-controls .components-panel__body.is-opened h2.components-panel__body-title{margin-bottom:16px!important}.ep-controls-margin{margin-bottom:24px}.ep__instafeed-options .instagram-profile-image-uploader{margin-bottom:0}.block-editor-block-inspector .components-base-control:last-child{margin-bottom:24px!important}.ep-video-controlers .ep-control-field .components-base-control__field{display:-ms-flexbox;display:flex;justify-content:space-between;align-items:center}.ep-video-controlers .ep-control-field .components-base-control__field input{width:70px}.ep-video-controlers .ep-control-field .components-base-control__field .components-base-control__label{margin-bottom:0}.ep-video-controlers .components-base-control .components-base-control__label{margin-right:0}button.ep-remove__image{position:absolute;z-index:1;color:#fff;font-weight:700;border:none;top:10px;left:10px;background:#f11c1d;width:32px;height:32px;text-align:center;display:flex;align-items:center;justify-content:center;border-radius:50px;padding:0;margin:0;cursor:pointer}.ep__custom-logo{text-align:center;margin-bottom:15px}.ep__custom-logo img{width:100%;height:200px;object-fit:cover;border-radius:5px}.ep-logo-upload-button{border:1px solid #ddd;border-radius:5px;padding:20px 15px}.instagram-profile-image-uploader{margin-bottom:20px}.ep-yt-related-videos .components-base-control{margin-bottom:10px!important}.content-share-controls .ep-custom-logo-button{margin-bottom:30px!important}.pro-control.ep-custom-logo-button{margin-bottom:20px!important}.ep-custom-logo-button .isPro{top:50%;transform:translateY(-50%)}.ep-custom-logo-position{margin-top:20px}.ep-yt-related-videos p,.ep-video-controlers p{margin-top:8px;font-size:12px;font-style:normal;color:#757575;margin-bottom:revert}p.is-ep-description{margin-top:-20px!important;color:#757575}span.ep-wistia-message{position:absolute;left:50%;background:#fff;border-radius:15px;padding:8px 15px;top:32%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:calc(100% - 200px);text-align:center;max-width:320px}@media only screen and (max-width: 520px){.wistia_embed,.ose-wistia{max-height:280px}}.lock-content-pass-input span{position:absolute;right:8px;z-index:1;cursor:pointer;bottom:3.5px;display:none}.lock-content-pass-input span.active{display:block}span.copy-password.active{top:0;width:20px;background:#5b4e96;height:20px;border-radius:15px;padding:3px;right:0}span.copy-tooltip{top:0;display:block;right:10px;font-weight:600;background:#5b4e96;height:max-content;color:#fff;border-radius:15px;visibility:none;transition:.3s;position:absolute;padding:1px 8px;font-size:12px;opacity:0}.copy-tooltip.show{opacity:1;visibility:visible;right:25px}.gutenberg-block-wraper,.gutenberg-wraper{position:relative}.gutenberg-block-wraper{display:inline-block}.gutenberg-block-wraper.ep-content-share-enabled .ep-embed-content-wraper{display:-ms-inline-flexbox!important;display:inline-flex!important;justify-content:center;align-items:center}.gutenberg-block-wraper.ep-content-share-enabled .ep-embed-content-wraper{align-items:center}.gutenberg-block-wraper.ep-content-share-enabled .position-left-wraper.ep-embed-content-wraper,.gutenberg-block-wraper.ep-content-share-enabled .position-right-wraper.ep-embed-content-wraper{align-items:self-start}.gutenberg-block-wraper.source-opensea{display:block}.wp-block-embedpress-embedpress>div{position:relative}.gutenberg-wraper{display:flex}.position-right-wraper.gutenberg-pdf-wraper,.position-left-wraper.gutenberg-pdf-wraper,.position-top-wraper.gutenberg-pdf-wraper,.position-bottom-wraper.gutenberg-pdf-wraper{width:100%}.ep-share-position-right .gutenberg-wraper{flex-direction:row}.ep-share-position-left .gutenberg-wraper{flex-direction:row-reverse}.ep-share-position-bottom .gutenberg-wraper{flex-direction:column}.ep-share-position-top .gutenberg-wraper{flex-direction:column-reverse}.ep-social-share{display:flex;align-items:center}.ep-social-share.share-position-right{right:-40px;top:0;flex-direction:column}.ep-social-share.share-position-left{left:0;top:0;flex-direction:column}.embedpress-gutenberg-wrapper .ep-social-share.share-position-left,.ep-elementor-content .ep-social-share.share-position-left{left:-40px}.ep-social-share.share-position-top,.ep-social-share.share-position-bottom{justify-content:center}.ep-social-icon{display:flex;justify-content:center;align-items:center;width:40px;height:40px;margin:0;color:#fff;text-decoration:none;font-size:20px}.ep-social-icon:hover{opacity:.8}.ep-social-share svg{width:20px;height:auto}a.ep-social-icon.pinterest svg{height:25px}.ep-social-share .facebook{background-color:#3b5998}.ep-social-share .facebook svg{width:40px}.ep-social-share .twitter{background-color:#000}a.ep-social-icon.twitter:focus-visible{box-shadow:none;border:none;outline:none}.ep-social-share .pinterest{background-color:#bd081c}.ep-social-share .linkedin{background-color:#0077b5}.ep-social-share .reddit{background-color:#ff4500}.ep-social-icon i{margin-right:0}.gutenberg-block-wraper .ep-social-share.share-position-left{left:-40px;top:0;flex-direction:column}.block-editor-block-list__block .ep-social-share{pointer-events:none}.custom-share-thumbnail-label{font-size:11px;font-weight:500;line-height:1.4;text-transform:uppercase;box-sizing:border-box;display:block;padding-top:0;padding-bottom:0;max-width:100%;z-index:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:8px}.lock-content-controllers .components-form-toggle.is-checked .components-form-toggle__track,.content-share-toggle .components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #6354a5))}.ep-pannel-icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%;gap:10px}.ep-pannel-icon svg{width:18px;height:auto}.ep-documentation,.ep-tips-and-tricks{display:flex;align-items:center;gap:10px;margin-bottom:5px}.ep-documentation svg,.ep-tips-and-tricks svg{width:25px;height:auto}.ep-documentation a,.ep-tips-and-tricks a{font-weight:500;font-size:13px;color:#5b4e96}.ep-calendly-data-link{display:-ms-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:5px;margin-bottom:5px;padding:0 10px;margin-top:-10px!important;margin-bottom:15px}.ep-calendly-data-link svg{width:22px;height:auto}.ep-calendly-data-link a{font-weight:500;font-size:14px;color:#5b4e96}.tips__alert__wrap{position:fixed;top:0;left:0;height:100%;width:100%;background:#0000009c;z-index:99999;display:none}.tips__alert__wrap .tips__alert__card{width:calc(100% - 30px);max-width:500px;margin:7% auto 0;background:#fff;border-radius:20px;padding:30px;display:flex;flex-direction:column;align-items:center;text-align:center}.tips__alert__wrap .tips__alert__card img{height:150px}.tips__alert__wrap .tips__alert__card h2{font-size:17.5px;font-weight:500;color:#131f4d;margin-bottom:15px}.tips__alert__wrap .tips__alert__card p{font-size:14px;font-weight:400;color:#7c8db5;margin-bottom:15px}.tips__alert__wrap .tips__alert__card a{text-decoration:underline;font-weight:700;color:#131f4d}.tips__alert__wrap .tips__alert__card .button{align-self:flex-end;margin-top:20px;padding:6px 30px;border-radius:10px;text-decoration:none}p.ep-live-video-info{display:flex;gap:8px;font-size:12px;font-weight:700;background:#f6d88c;padding:8px;border-radius:10px}p.ep-live-video-info svg{width:20px}.embedpress-gutenberg-controls .components-text-control__input::placeholder,.embedpress-gutenberg-controls .components-textarea-control__input::placeholder{color:#757575}button.skip-ad-button{position:absolute;bottom:15px;right:10px;border:none;background:#d41556b5!important;color:#fff!important;z-index:122222222;font-size:15px;font-weight:700;border-radius:4px;padding:0}.components-panel__row.elementor-panel-alert.elementor-panel-warning-info{margin-top:-15px;display:inline-block;font-size:12px;font-weight:700;background:#f6d88c;padding:8px;border-radius:10px}.components-panel__row.elementor-panel-alert.elementor-panel-warning-info.margin-bottom-10{margin-bottom:10px}.control-description{margin-top:-10px!important;margin-bottom:20px;font-size:12px;font-style:normal;color:#757575}.ep-select-control{margin-bottom:16px}.ep-select-control .ep-select-control-label{font-size:11px;font-weight:500;line-height:1.4;text-transform:uppercase;box-sizing:border-box;display:block;padding-top:0;padding-bottom:0;max-width:100%;z-index:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ep-select-control .dropdown{position:relative}.ep-select-control .dropdown-header{display:flex;justify-content:space-between;align-items:center;border:1px solid #ccc;padding:8px;cursor:pointer;background-color:#fff;border-radius:4px;font-weight:600}.ep-select-control span.arrow-dropdown svg{width:18px;height:18px}.ep-select-control .dropdown-menu{position:absolute;top:100%;left:0;right:0;border:1px solid #ccc;background-color:#fff;border-radius:4px;z-index:10;max-height:250px;overflow-y:auto;box-shadow:0 4px 6px #0000001a;padding:8px}.ep-select-control .search-input{width:100%;padding:5px 8px;margin-bottom:8px;border:1px solid #ccc;border-radius:4px}.ep-select-control .dropdown-item{display:flex;align-items:center;padding:8px;cursor:pointer;border-radius:4px}.ep-select-control .dropdown-item label{cursor:pointer}.ep-select-control .dropdown-item:hover{background-color:#f0f0f0}.ep-select-control .dropdown-item.selected{background-color:#e6f7ff}.ep-select-control .dropdown-item input{margin-right:8px}.ep-select-control .no-options{padding:8px;text-align:center;color:#888}.plugin-rating{font-family:system-ui;padding:15px;border-top:1px solid #e0e0e0}.plugin-rating h4{margin-bottom:8px;font-size:15px;font-weight:500;color:#1d2939;margin-top:0}.plugin-rating .stars{display:flex;gap:5px;margin-bottom:20px}.plugin-rating .stars .star{color:#b1b8c2;cursor:pointer;width:20px;height:20px}.plugin-rating .tankyou-msg-container,.plugin-rating .feedback-submit-container{margin-top:10px;border-radius:8px;text-align:left;position:relative;margin-bottom:25px}.plugin-rating .tankyou-msg-container textarea.form-control,.plugin-rating .feedback-submit-container textarea.form-control{width:100%;background:#fff;outline:1px solid #ebe1f2;margin-bottom:5px;border:none}.plugin-rating .tankyou-msg-container textarea.form-control::placeholder,.plugin-rating .feedback-submit-container textarea.form-control::placeholder{font-weight:400;font-size:12px;line-height:1.8;color:#5f6c7f}.plugin-rating .tankyou-msg-container textarea:focus,.plugin-rating .feedback-submit-container textarea:focus{outline-color:#5b4e96;box-shadow:none!important;outline:1px solid #5b4e96}.plugin-rating .tankyou-msg-container .submit-button,.plugin-rating .tankyou-msg-container .rating-button,.plugin-rating .feedback-submit-container .submit-button,.plugin-rating .feedback-submit-container .rating-button{border-radius:4px;border-width:1px;padding:8px;width:100%;border:1px solid #5b4e96;color:#5b4e96;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.plugin-rating .tankyou-msg-container .submit-button svg,.plugin-rating .tankyou-msg-container .rating-button svg,.plugin-rating .feedback-submit-container .submit-button svg,.plugin-rating .feedback-submit-container .rating-button svg{height:18px;width:18px}.plugin-rating .tankyou-msg-container .help-message,.plugin-rating .feedback-submit-container .help-message{font-weight:500;font-size:14px;line-height:12px;letter-spacing:0%;margin-bottom:15px;margin-top:0}.plugin-rating .tankyou-msg-container p.form-description,.plugin-rating .feedback-submit-container p.form-description{font-size:12px}.plugin-rating .tankyou-msg-container span.close-icon,.plugin-rating .feedback-submit-container span.close-icon{position:absolute;top:8px;right:8px}.plugin-rating .tankyou-msg-container span.close-icon svg,.plugin-rating .feedback-submit-container span.close-icon svg{height:12px;width:12px;cursor:pointer}.plugin-rating .tankyou-msg-container span.undo-review,.plugin-rating .feedback-submit-container span.undo-review{color:#5b4e96;font-weight:400;text-decoration:none;cursor:pointer}.plugin-rating p.thank-you-message{font-weight:400;color:#5f6c7f;margin-bottom:15px;font-size:14px}.plugin-rating .chat-button{background-color:#5b4e96;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-size:14px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:5px;font-weight:400;width:100%;text-decoration:none}.plugin-rating .chat-button svg{width:18px;height:18px}.plugin-rating .chat-button:hover{background-color:#4b3293}.plugin-rating .upgrade-box{padding:15px;margin-top:20px;border-radius:8px;text-align:left;background:linear-gradient(181.32deg,#fffbf8 1.12%,#fff 98.95%);border:.6px solid #f4efec}.plugin-rating .upgrade-box h5{font-size:14px;margin-top:0;margin-bottom:10px;color:#1d2939;font-weight:600}.plugin-rating .upgrade-box p{font-size:12px;color:#232c39;margin-bottom:12px;font-weight:400}.plugin-rating .upgrade-box .upgrade-link{color:#ec6e00;font-weight:400;text-decoration:none}.plugin-rating .upgrade-box .upgrade-link:hover{text-decoration:underline}.plugin-rating.turn_off_ratting_help{padding:0;margin:0}.plugin-rating.turn_off_ratting_help .upgrade-box{margin:0;border-radius:0}.photos-gallery-grid .ose-google-photos,.photos-gallery-masonary .ose-google-photos,.photos-gallery-justify .ose-google-photos{height:100%!important;max-height:100%!important}.wp-block-embedpress-embedpress iframe{max-width:100%}.wp-block-embedpress-embedpress .components-placeholder.wp-block-embed{min-width:550px;max-width:100%!important}.wp-block-embedpress-embedpress{max-width:100%!important}.ose-the-new-york-times iframe{min-height:500px;max-height:100%}.block-editor-block-list__layout .wp-block figure{margin:0}.block-editor-block-list__layout .wp-block iframe{margin:0}.editor-styles-wrapper .block-editor-block-list__layout.is-root-container>.wp-block-embedpress-embedpress{max-width:1200px!important}.embedpress-event .link{color:#0098ab}.embedpress-event .visibility--a11yHide{border:0;clip:rect(0 0 0 0);position:absolute;overflow:hidden;margin:-1px;padding:0;width:1px;height:1px}.embedpress-event .text--small{font-size:14px;margin:0}.embedpress-event .flex{display:flex;box-sizing:border-box}.embedpress-event .flex--wrap{flex-wrap:wrap}.embedpress-event .flex--row{align-items:center;box-sizing:border-box;display:flex;justify-content:flex-start;flex-direction:row;flex-wrap:nowrap}.embedpress-event .flex--row>.flex-item:first-child{padding-left:0}.embedpress-event .flex-item{flex-basis:0;flex-grow:1;width:auto;min-width:0;box-sizing:border-box}.embedpress-event .flex-item--shrink{flex-basis:auto;-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto}.embedpress-event .text--bold{font-weight:700}.embedpress-event h1,.embedpress-event h2,.embedpress-event h3,.embedpress-event h4,.embedpress-event h5,.embedpress-event h6{font-size:inherit}.embedpress-event .ep-event--title{font-size:32px;font-weight:700}.embedpress-event .ep-event--date{color:#757575;font-weight:400;font-size:16px}.embedpress-event .ep-event--host{margin-top:20px;display:flex;align-items:center;margin-bottom:20px}.embedpress-event img.avatar--person{background-image:none!important;background-repeat:no-repeat;background-position:50%;background-size:cover;border-radius:50%;box-sizing:border-box;vertical-align:middle}.embedpress-event .event-description{margin-top:20px}.embedpress-event .align--center{text-align:center}.embedpress-event .card{background:#fff;background-clip:padding-box;background-size:cover;border:1px solid rgba(46,62,72,.12);border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;min-height:100%;padding:16px 16px 18px;position:relative;white-space:normal}.embedpress-event .card--hasHoverShadow{transition:box-shadow .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1)}.embedpress-event .ep-event-group-link{display:flex;flex-wrap:wrap;align-items:center;background:#fff;border-radius:8px;padding:20px;margin-bottom:20px;border:1px solid rgba(46,62,72,.12)}.embedpress-event .ep-event-group--name{padding-left:20px;font-size:14px;line-height:1.45;margin:0;width:70%;word-break:break-word}.embedpress-event .ep-event-group--image{-o-object-fit:cover;object-fit:cover;width:56px;height:56px;border-radius:4px}.embedpress-event .ep-event-time-location{background:#fff;border-radius:8px;padding:16px 20px 0;border:1px solid rgba(46,62,72,.12)}.embedpress-event .ep-event-time-location .ep-event-datetime{padding-bottom:20px;font-size:15px;line-height:1.5;color:#2e3e48;font-style:normal;margin:0}.embedpress-event .ep-event-time-location .ep-event-location{padding-bottom:20px}.embedpress-event .ep-event-location .wrap--singleLine--truncate{font-size:15px;line-height:1.5;color:#2e3e48;font-style:normal;margin:0}.embedpress-event .ep-event-location address{font-style:normal;margin:0}.embedpress-event .ep-event-location .venueDisplay-venue-address{font-style:normal;color:#757575;margin:0}.embedpress-event .ep-event-location p{line-height:20px}.ep-event--host .avatar-print{border-radius:50%;height:50px;width:50px}.event-info-hosts-text{padding-left:20px;font-size:16px;font-weight:400}.text--sectionTitle{font-size:20px;line-height:28px}.ep-event--attendees{margin-top:50px}.ep-event--attendees>.flex{margin-bottom:20px}.ep-event--attendees .gridList{list-style:none;margin:0 -16px 0 0;padding:0}.ep-event--attendees .gridList-item{width:auto;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;font-size:1rem;margin:0;vertical-align:top;width:50%}.ep-event--attendees .gridList--autoHeight--has4>.gridList-item{flex:0 0 50%;max-width:50%}.ep-event--attendees .groupMember-name{line-height:1.2!important}.ep-event--attendees .avatar--person{margin-bottom:15px;display:inline-block;border-radius:50%}.ep-event--attendees img.avatar-print{border-radius:50%}.ep-event--attendees .groupMember-role{font-size:12px;color:#757575;padding-top:2px;margin:0}.ep-event--attendees .groupMember{min-height:100%;min-width:128px;padding-left:8px;padding-right:8px}.gridList-itemInner{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;padding:0 16px 16px 0}.cbutton-preview-wrapper{text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#fff8f8;height:200px;width:300px;margin:-350px auto auto}h4.cbutton-preview-text{padding-top:0;margin-top:0}@media screen and (max-width: 782px){.block-editor-block-list__layout .wp-block figure{height:250px}.block-editor-block-list__layout .wp-block iframe{height:250px}}@media only screen and (min-width: 530px){.ep-event--attendees .gridList--autoHeight--has4>.gridList-item{flex:0 0 33.333333%;max-width:33.333333%}}@media only screen and (min-width: 640px){.embedpress-event .card{padding:18px 18px 20px}.ep-event--attendees .gridList--autoHeight--has4>.gridList-item{flex:0 0 25%;max-width:25%}}@media only screen and (min-width: 482px){.editor-styles-wrapper .wp-block[data-align=right]>*{max-width:100%!important}.editor-styles-wrapper .wp-block[data-align=left]>*{max-width:100%!important}}[data-theme-mode=dark]{--viewer-primary-color: #343434;--viewer-icons-hover-bgcolor: #453838;--viewer-icons-color: #f2f2f6}[data-theme-mode=light]{--viewer-primary-color: #f2f2f6;--viewer-icons-color: #343434;--viewer-icons-hover-bgcolor: #e5e1e9}@media (prefers-color-scheme: dark){:root{--viewer-primary-color: #343434;--viewer-icons-color: #f2f2f6;--viewer-icons-hover-bgcolor: #453838}}@media (prefers-color-scheme: light){:root{--viewer-primary-color: #f2f2f6;--viewer-icons-color: #343434;--viewer-icons-hover-bgcolor: #e5e1e9}}.ep-file-download-option-masked:after,.ep-external-doc-icons{background:var(--viewer-primary-color)}.ep-external-doc-icons svg path{fill:var(--viewer-icons-color)}.ep-doc-draw-icon svg path{fill:var(--viewer-primary-color);stroke:var(--viewer-icons-color)}.ep-external-doc-icons svg:hover svg path{fill:var(--viewer-icons-color);stroke:var(--viewer-icons-color)}.ep-external-doc-icons svg:hover{background-color:var(--viewer-icons-hover-bgcolor)}.ep-file-download-option-masked{position:relative}.embed-download-disabled{width:200px;height:22px;background:#444;position:absolute;right:2px;bottom:8px;opacity:0}.cui-toolbar-button-right{display:none!important}.ndfHFb-c4YZDc-Wrql6b{display:none}.ep-external-doc-icons{position:absolute;display:flex;flex-direction:revert;background:var(--viewer-primary-color);border-radius:6px;z-index:2;bottom:-18px;left:50%;transform:translate(-50%,-50%);padding:0 10px}.ep-external-doc-icons svg{width:30px;height:30px;cursor:pointer;transition:.3s;padding:5px;border-radius:4px}.block-editor-block-list__block .ep-gutenberg-file-doc .ep-external-doc-icons svg{width:22px;height:22px}.block-editor-block-list__block .ep-gutenberg-file-doc .ep-doc-download-icon svg,.block-editor-block-list__block .ep-gutenberg-file-doc .ep-doc-fullscreen-icon svg{width:20px!important}.ep-doc-minimize-icon svg,.ep-doc-fullscreen-icon svg{padding:6px}.ep-external-doc-icons svg:hover{border-radius:4px}.ep-doc-draw-icon.active svg{background:var(--viewer-icons-hover-bgcolor)}.ep-doc-download-icon,.ep-doc-print-icon,.ep-doc-fullscreen-icon,.ep-doc-popup-icon,.ep-doc-draw-icon,.ep-doc-minimize-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px}.elementor .elementor-element.elementor-element .embedpress-document-embed .fullscreen-enabled iframe,.embedpress-document-embed .fullscreen-enabled iframe{width:100%!important;height:100%!important}.ep-file-download-option-masked.ep-file-link.fullscreen-enabled iframe{margin-left:22%}.ep-file-download-option-masked:after{position:absolute;width:100%;height:30px;background:var(--viewer-primary-color);z-index:1;bottom:0;content:"";left:0}.ep-file-download-option-masked.ep-file-docx:after{bottom:0;background:#fff}.ep-file-download-option-masked.ep-file-docx.ep-powered-by-enabled:after{bottom:0;background:#fff;height:22px}.ep-file-download-option-masked.ep-file-docx.ep-powered-by-enabled.fullscreen-enabled:after{bottom:0}.ep-file-download-option-masked.ep-file-docx .ep-external-doc-icons{right:12px;top:12px;display:flex;flex-direction:column;background:var(--viewer-primary-color);border-radius:6px;bottom:auto;left:auto;transform:translate(0)}canvas.ep-doc-canvas{position:absolute;z-index:1;left:0;bottom:0;right:0;top:0;clear:both;margin:auto;display:none}.embedpress-el-powered{text-align:center;margin-top:0!important;font-size:16px!important;font-weight:700}.wp-block-embedpress-document.aligncenter .embedpress-document-embed{margin:auto}.embedpress-embed-document-pdf{max-width:100%;position:relative}.components-toggle-control .components-base-control__field .components-form-toggle{margin-right:6px}.opensea-control.pro-control span.isPro{right:6px;bottom:5px;transform:scale(.9)}.pro-control.opensea-control input{border-color:#cfc2c2;color:#cfc2c2;border-radius:5px}.pro-control .components-base-control{pointer-events:none}.pro-control .sponsored-manager-controllers{opacity:.5}.sponsored-manager-controllers.opacity,.pro-control.ep-custom-logo-button button{opacity:.3}.ads-help{margin-top:30px}button.components-flex.components-color-palette__custom-color{height:20px}.components-color-palette__custom-color-value{display:none!important}.components-circular-option-picker .components-circular-option-picker__swatches{justify-content:space-around}.wp-block-embedpress-document.embedpress-document-embed{max-width:100%!important}@media only screen and (max-width: 767px){.wp-block-embedpress-document.embedpress-document-embed{max-height:400px!important}.ep-file-download-option-masked{height:100%}iframe.embedpress-embed-document-pdf{max-height:480px}}.embedpress-calendar-gutenberg{margin:30px auto}.embedpress-calendar-gutenberg iframe,.embedpress-calendar-gutenberg.alignright{max-width:100%}body.page .flexia-wrapper>.content-area{padding:0!important}.flexia-wrapper.flexia-container>.content-area{margin:0!important}.flexia-wrapper.flexia-container>.content-area .embedpress-calendar-gutenberg{margin:0 auto}@media only screen and (min-width: 482px){.entry-content>.embedpress-calendar-gutenberg.alignright,.entry-content>.embedpress-calendar-gutenberg.alignleft,.embedpress-calendar-gutenberg.alignright,.embedpress-calendar-gutenberg.alignleft{max-width:100%}}.wp-block-embedpress-embedpress iframe,.wp-block-embedpress-calendar iframe{max-width:100%}.block-editor-block-list__layout .wp-block figure,.block-editor-block-list__layout .wp-block iframe{margin:0}@media screen and (max-width: 782px){.block-editor-block-list__layout .wp-block figure,.block-editor-block-list__layout .wp-block iframe{height:250px}}.editor-block-list__block[data-align=right]>.editor-block-list__block-edit{float:right}.wp-block[data-align=left],.wp-block[data-align=right]{height:auto!important}@media only screen and (min-width: 482px){.editor-styles-wrapper .wp-block[data-align=right]>*,.editor-styles-wrapper .wp-block[data-align=left]>*{max-width:100%!important}}.editor-styles-wrapper .wp-block[data-align=center]{text-align:center}.editor-styles-wrapper .wp-block:after{content:"";display:block;clear:both;min-height:1px}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.pdfobject-container{height:600px;width:600px;margin:0 auto}.embedpress-el-powered{text-align:center;margin-top:10px!important;font-size:16px!important;font-weight:700}.embedpress-embed-document iframe,[data-type="embedpress/document"] iframe{margin:0 auto;display:block}.embedpress-embed-document{max-width:100%}.embedpress-document-editmode .components-form-file-upload{display:none!important}.pro-control{position:relative;margin-bottom:20px}span.isPro{position:absolute;z-index:1;background:#5b4e96;border-radius:20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:40px;height:18px;font-size:10px;right:5px;color:#fff;font-weight:400;text-transform:uppercase;bottom:0;top:0}.pro-control:after{content:"";width:100%;height:100%;background:transparent;position:absolute;z-index:12;top:0;bottom:0;left:0}.theme-astra span.isPro{right:10px;bottom:5px}.pro-control:hover:after{cursor:pointer}.pro__alert__wrap{position:fixed;top:0;left:0;height:100%;width:100%;background:#0000004d;z-index:1;display:none}.pro__alert__wrap .pro__alert__card{width:calc(100% - 30px);max-width:500px;margin:7% auto 0;background:#fff;border-radius:20px;padding:30px;display:flex;flex-direction:column;align-items:center;text-align:center}.pro__alert__wrap .pro__alert__card h2{font-size:32px;font-weight:450;color:#131f4d;margin-bottom:15px}.pro__alert__wrap .pro__alert__card p{font-size:14px;font-weight:400;color:#7c8db5;margin-top:10px}.pro__alert__wrap .pro__alert__card .button{-ms-flex-item-align:end;align-self:flex-end;margin-top:20px;padding:6px 30px;border-radius:10px}.pro__alert__wrap .pro__alert__card p a{text-decoration:underline;font-weight:700;color:#131f4d}.template__wrapper .button:hover{background:#5b4e96!important;color:#fff!important;border-color:#5b4e96!important}.pro__alert__wrap .pro__alert__card img{height:100px;margin-bottom:20px}.pro-control .components-toggle-control__label{color:#bbacac}.pro-control .components-form-toggle .components-form-toggle__track{border:1px solid #b89d9d}.pro-control .components-form-toggle .components-form-toggle__thumb{background-color:#b89d9d;border:5px solid #b89d9d}.ep-gutenberg-controls-wrapper .components-base-control{margin-top:15px;margin-bottom:30px}.ep-gutenberg-controls-wrapper .remove-last-child-margin .components-base-control:last-child{margin-bottom:30px}.embedpress-documents-control .components-base-control{margin-top:0!important}.pro-control-active{margin-bottom:24px}.disabled-content-protection .pro-control-active,.disabled-content-protection .pro-control{margin-bottom:0}.disabled-content-protection .pro-control-active .components-toggle-control,.disabled-content-protection .pro-control .components-toggle-control{margin-bottom:10px}.lock-content-pass-input{position:relative}.ep-alignleft{text-align:left}.ep-alignright{text-align:right}.ep-aligncenter{text-align:center}.embedpress-document-embed.embedpress-pdf{width:100%}.embedpress-document-embed{position:relative}.embedpress-inner-iframe{text-align:center;position:relative}.ep-fixed-width .embedpress-inner-iframe{display:inline-block}.embedpress-inner-iframe.ep-alignright{text-align:right}.embedpress-inner-iframe.ep-aligncenter{text-align:center}.embedpress-inner-iframe.ep-alignleft{text-align:left}.ep__components-placeholder,.wp-block-embedpress-embedpress{clear:both!important}.ep-pdf-width-contol{position:relative}.ep-unit-choice-option{margin:0!important;position:absolute;top:5px;right:0}.ep-unit-choice-option .components-base-control{margin-bottom:0!important}.ep-unit-choice-option .components-base-control__field .components-flex,.ep-unit-choice-option .components-flex{flex-direction:row!important;justify-content:end;gap:10px;padding:4px 5px;border-radius:4px}.ep-unit-choice-option .components-radio-control__option{position:relative}.ep-unit-choice-option .components-radio-control__option label{position:absolute;top:50%;transform:translate(-50%,-50%);font-size:10px;left:-18px}.ep-unit-choice-option .components-radio-control__input{margin:0;border:none;width:20px!important;height:20px!important;max-width:20px!important;max-height:20px!important}.ep-unit-choice-option .components-radio-control__input[type=radio]:checked:before{background-color:var(--wp-admin-theme-color);border:4px solid var(--wp-admin-theme-color)}.ep-unit-choice-option .components-radio-control__input[type=radio]:checked+label{color:#fff}.ep-pdf-width-contol .ep-control-header{font-size:11px}.emebedpress-unit-percent iframe{width:100%!important}.components-panel__body .components-base-control__field{padding:0}@media only screen and (max-width: 850px){.embedpress-inner-iframe.emebedpress-unit-percent{width:100%!important}}.presentationModeEnabledIosDevice{position:fixed;left:0;top:0;border:0;height:100%!important;width:100%!important;z-index:999999;min-width:100%!important;min-height:100%!important}.components-edit-button{border-right:1px solid #1e1e1e;border-radius:0}.embedpress-document-editmode .components-placeholder__instructions:after{content:"\aSupported File Type: PDF, DOC, PPT, XLS etc ";white-space:pre}.wp-block-embedpress-embedpress-pdf+*{clear:both}.embedpress-document-editmode .components-placeholder__instructions:after{display:none!important}:root{--ep-primary: #007cba;--ep-primary-hover: #005a87;--ep-primary-light: #e6f3ff;--ep-secondary: #50575e;--ep-secondary-hover: #3c434a;--ep-secondary-light: #f6f7f7;--ep-success: #00a32a;--ep-success-light: #e6f7e6;--ep-warning: #dba617;--ep-warning-light: #fff8e5;--ep-error: #d63638;--ep-error-light: #ffeaea;--ep-info: #72aee6;--ep-info-light: #e5f5ff;--ep-white: #ffffff;--ep-gray-50: #f9fafb;--ep-gray-100: #f3f4f6;--ep-gray-200: #e5e7eb;--ep-gray-300: #d1d5db;--ep-gray-400: #9ca3af;--ep-gray-500: #6b7280;--ep-gray-600: #4b5563;--ep-gray-700: #374151;--ep-gray-800: #1f2937;--ep-gray-900: #111827;--ep-black: #000000;--ep-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--ep-font-family-mono: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;--ep-text-xs: .75rem;--ep-text-sm: .875rem;--ep-text-base: 1rem;--ep-text-lg: 1.125rem;--ep-text-xl: 1.25rem;--ep-text-2xl: 1.5rem;--ep-text-3xl: 1.875rem;--ep-text-4xl: 2.25rem;--ep-font-light: 300;--ep-font-normal: 400;--ep-font-medium: 500;--ep-font-semibold: 600;--ep-font-bold: 700;--ep-leading-tight: 1.25;--ep-leading-normal: 1.5;--ep-leading-relaxed: 1.75;--ep-space-1: .25rem;--ep-space-2: .5rem;--ep-space-3: .75rem;--ep-space-4: 1rem;--ep-space-5: 1.25rem;--ep-space-6: 1.5rem;--ep-space-8: 2rem;--ep-space-10: 2.5rem;--ep-space-12: 3rem;--ep-space-16: 4rem;--ep-space-20: 5rem;--ep-radius-sm: .125rem;--ep-radius: .25rem;--ep-radius-md: .375rem;--ep-radius-lg: .5rem;--ep-radius-xl: .75rem;--ep-radius-2xl: 1rem;--ep-radius-full: 9999px;--ep-shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--ep-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--ep-shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--ep-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--ep-shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--ep-transition-fast: .15s ease-in-out;--ep-transition-normal: .3s ease-in-out;--ep-transition-slow: .5s ease-in-out;--ep-z-dropdown: 1000;--ep-z-sticky: 1020;--ep-z-fixed: 1030;--ep-z-modal-backdrop: 1040;--ep-z-modal: 1050;--ep-z-popover: 1060;--ep-z-tooltip: 1070;--ep-z-toast: 1080;--ep-breakpoint-sm: 640px;--ep-breakpoint-md: 768px;--ep-breakpoint-lg: 1024px;--ep-breakpoint-xl: 1280px;--ep-breakpoint-2xl: 1536px}.gutenkit [class*=wp-block-gutenkit-]{box-sizing:border-box}.gutenkit [class*=wp-block-gutenkit-] img:not(.wp-block-gutenkit-advanced-image .gkit-image,.wp-block-gutenkit-pro-featured-image img,.wp-block-gutenkit-team img,.wp-block-gutenkit-image-comparison .gkit-image-comparison img-comparison-slider figure img,[draggable]){height:auto;max-width:100%}.gutenkit [class*=wp-block-gutenkit-] *{box-sizing:border-box}.gutenkit [class*=wp-block-gutenkit-] .gkit-btn{border-radius:5px;color:#fff;font-size:15px;padding:15px 30px;fill:#fff;background-color:#2575fc;display:inline-block;line-height:1;position:relative;text-align:center;text-decoration:none;transition:all .4s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.gutenkit [class*=wp-block-gutenkit-] .gkit-icon{display:inline-block;height:1em;width:1em}:where(.gutenkit [class*=wp-block-gutenkit-]:not(.wp-block-gutenkit-container,.wp-block-gutenkit-nav-menu-item,.wp-block-gutenkit-nav-menu-submenu,.alignfull,.wp-block-gutenkit-pro-stylish-list-item,.wp-block-gutenkit-table-builder-item)){width:100%}.gutenkit a:where(:not(.wp-element-button)):focus{text-decoration:none}[class*=wp-block-gutenkit-]{position:relative}[class*=wp-block-popup-builder-block-]{box-sizing:border-box;position:relative;width:100%}[class*=wp-block-popup-builder-block-] img:not(.wp-block-popup-builder-block-advanced-image img,[draggable]){height:auto;max-width:100%}[class*=wp-block-popup-builder-block-] *{box-sizing:border-box}[class*=wp-block-popup-builder-block-] .gkit-icon{display:inline-block;height:1em;width:1em}[class*=wp-block-popup-builder-block-] a:where(:not(.wp-element-button)):focus{text-decoration:none}
.post-type-popupkit-campaigns .block-editor-block-draggable-chip svg path{fill:#fff!important}.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp-solid,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.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-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.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%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}
.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-thumb-tack-slash:before,.fa-thumbtack-slash:before{content:"\e68f"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-table-cells-column-lock:before{content:"\e678"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-table-cells-row-lock:before{content:"\e67a"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-table-cells-row-unlock:before{content:"\e691"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//hotdogexpress.fr/wp-content/plugins/easyjobs/public/assets/webfonts/fa-brands-400.woff2) format("woff2"),url(//hotdogexpress.fr/wp-content/plugins/easyjobs/public/assets/webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-jxl:before{content:"\e67b"}.fa-dart-lang:before{content:"\e693"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before,.fa-square-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-web-awesome:before{content:"\e682"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-square-web-awesome-stroke:before{content:"\e684"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-flutter:before{content:"\e694"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-square-upwork:before{content:"\e67c"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-square-web-awesome:before{content:"\e683"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-bluesky:before{content:"\e671"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(//hotdogexpress.fr/wp-content/plugins/easyjobs/public/assets/webfonts/fa-regular-400.woff2) format("woff2"),url(//hotdogexpress.fr/wp-content/plugins/easyjobs/public/assets/webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(//hotdogexpress.fr/wp-content/plugins/easyjobs/public/assets/webfonts/fa-solid-900.woff2) format("woff2"),url(//hotdogexpress.fr/wp-content/plugins/easyjobs/public/assets/webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(//hotdogexpress.fr/wp-content/plugins/easyjobs/public/assets/webfonts/fa-brands-400.woff2) format("woff2"),url(//hotdogexpress.fr/wp-content/plugins/easyjobs/public/assets/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(//hotdogexpress.fr/wp-content/plugins/easyjobs/public/assets/webfonts/fa-solid-900.woff2) format("woff2"),url(//hotdogexpress.fr/wp-content/plugins/easyjobs/public/assets/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(//hotdogexpress.fr/wp-content/plugins/easyjobs/public/assets/webfonts/fa-regular-400.woff2) format("woff2"),url(//hotdogexpress.fr/wp-content/plugins/easyjobs/public/assets/webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//hotdogexpress.fr/wp-content/plugins/easyjobs/public/assets/webfonts/fa-solid-900.woff2) format("woff2"),url(//hotdogexpress.fr/wp-content/plugins/easyjobs/public/assets/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//hotdogexpress.fr/wp-content/plugins/easyjobs/public/assets/webfonts/fa-brands-400.woff2) format("woff2"),url(//hotdogexpress.fr/wp-content/plugins/easyjobs/public/assets/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//hotdogexpress.fr/wp-content/plugins/easyjobs/public/assets/webfonts/fa-regular-400.woff2) format("woff2"),url(//hotdogexpress.fr/wp-content/plugins/easyjobs/public/assets/webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(//hotdogexpress.fr/wp-content/plugins/easyjobs/public/assets/webfonts/fa-v4compatibility.woff2) format("woff2"),url(//hotdogexpress.fr/wp-content/plugins/easyjobs/public/assets/webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-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}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-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}.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}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//hotdogexpress.fr/wp-content/plugins/easyjobs/public/assets/vendor/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,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{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap");@font-face{font-family:eicon;src:url(//hotdogexpress.fr/wp-content/plugins/easyjobs/admin/assets/vendor/css/eicon/fonts/eicon.eot?85vupd);src:url(//hotdogexpress.fr/wp-content/plugins/easyjobs/admin/assets/vendor/css/eicon/fonts/eicon.eot?85vupd#iefix) format("embedded-opentype"),url(//hotdogexpress.fr/wp-content/plugins/easyjobs/admin/assets/vendor/css/eicon/fonts/eicon.ttf?85vupd) format("truetype"),url(//hotdogexpress.fr/wp-content/plugins/easyjobs/admin/assets/vendor/css/eicon/fonts/eicon.woff?85vupd) format("woff"),url(//hotdogexpress.fr/wp-content/plugins/easyjobs/admin/assets/vendor/css/eicon/fonts/eicon.svg?85vupd#eicon) format("svg");font-weight:400;font-style:normal;font-display:block}.easyjobs-icon{font-family:eicon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.easyjobs-thumbnail:before{content:"\e904"}.easyjobs-trello:before{content:"\e906"}.easyjobs-close:before{content:"\e916"}.easyjobs-arrow-up:before{content:"\e905"}.easyjobs-graphic:before{content:"\e801"}.easyjobs-men:before{content:"\e802"}.easyjobs-office:before{content:"\e803"}.easyjobs-sort-down:before{content:"\e804"}.easyjobs-sort-up:before{content:"\e805"}.easyjobs-double-angle-right:before{content:"\e806"}.easyjobs-google-cf .path1:before{content:"\e900";color:#ff7976}.easyjobs-google-cf .path2:before{content:"\e901";margin-left:-1em;color:#f4d72c}.easyjobs-google-cf .path3:before{content:"\e902";margin-left:-1em;color:#59c96e}.easyjobs-google-cf .path4:before{content:"\e903";margin-left:-1em;color:#0faef4}.easyjobs-linkedin-cf:before{content:"\e909";color:#0077b5}.easyjobs-tick-alt:before{content:"\e90a"}.easyjobs-tick:before{content:"\e90b"}.easyjobs-tick-o:before{content:"\e90c"}.easyjobs-check:before{content:"\e90d"}.easyjobs-check-alt:before{content:"\e90e"}.easyjobs-check-o:before{content:"\e90f"}.easyjobs-back:before{content:"\e910"}.easyjobs-logout:before{content:"\e911"}.easyjobs-arrow-left:before{content:"\e912"}.easyjobs-arrow-down:before{content:"\e913"}.easyjobs-arrow-right:before{content:"\e914"}.easyjobs-plus:before{content:"\e915"}.easyjobs-close2:before{content:"\e807"}.easyjobs-delete:before{content:"\e917"}.easyjobs-rotate-right:before{content:"\e918"}.easyjobs-search:before{content:"\e919"}.easyjobs-download:before{content:"\e91a"}.easyjobs-pencil:before{content:"\e91b"}.easyjobs-edit:before{content:"\e91c"}.easyjobs-bold:before{content:"\e91d"}.easyjobs-italic:before{content:"\e91e"}.easyjobs-underline:before{content:"\e91f"}.easyjobs-user:before{content:"\e920"}.easyjobs-users:before{content:"\e921"}.easyjobs-users-team:before{content:"\e922"}.easyjobs-eye-1:before{content:"\e923"}.easyjobs-eye-alt:before{content:"\e924"}.easyjobs-briefcase:before{content:"\e925"}.easyjobs-briefcase-2:before{content:"\e926"}.easyjobs-mail:before{content:"\e927"}.easyjobs-browser:before{content:"\e928"}.easyjobs-map-maker:before{content:"\e929"}.easyjobs-share:before{content:"\e92a"}.easyjobs-phone:before{content:"\e92b"}.easyjobs-notification:before{content:"\e92c"}.easyjobs-notification-o:before{content:"\e958"}.easyjobs-chat:before{content:"\e92d"}.easyjobs-chat-alt:before{content:"\e957"}.easyjobs-graduation:before{content:"\e92e"}.easyjobs-credit-card:before{content:"\e956"}.easyjobs-portfolio:before{content:"\e92f"}.easyjobs-list:before{content:"\e930"}.easyjobs-contract:before{content:"\e931"}.easyjobs-duplicate:before{content:"\e932"}.easyjobs-cv:before{content:"\e933"}.easyjobs-document:before{content:"\e934"}.easyjobs-paper:before{content:"\e935"}.easyjobs-file:before{content:"\e955"}.easyjobs-pdf:before{content:"\e936"}.easyjobs-pass:before{content:"\e954"}.easyjobs-diagram:before{content:"\e937"}.easyjobs-print:before{content:"\e938"}.easyjobs-dob:before{content:"\e953"}.easyjobs-calender:before{content:"\e939"}.easyjobs-flags:before{content:"\e952"}.easyjobs-gender:before{content:"\e951"}.easyjobs-clock:before{content:"\e93a"}.easyjobs-pipe:before{content:"\e93b"}.easyjobs-more:before{content:"\e93c"}.easyjobs-more-horiz:before{content:"\e950"}.easyjobs-home:before{content:"\e93d"}.easyjobs-star:before{content:"\e93e"}.easyjobs-setting:before{content:"\e93f"}.easyjobs-key:before{content:"\e940"}.easyjobs-facebook:before{content:"\e941"}.easyjobs-twitter:before{content:"\e942"}.easyjobs-linkedin:before{content:"\e943"}.easyjobs-parachute:before{content:"\e944"}.easyjobs-plane:before{content:"\e945"}.easyjobs-helicopter:before{content:"\e946"}.easyjobs-send:before{content:"\e947"}.easyjobs-spaceship:before{content:"\e948"}.easyjobs-boost:before{content:"\e949"}.easyjobs-checkmark:before{content:"\ea10"}@font-face{font-family:eicon-2;src:url(//hotdogexpress.fr/wp-content/plugins/easyjobs/admin/assets/vendor/css/eicon-2/fonts/eicon-2.eot?5x4uc4);src:url(//hotdogexpress.fr/wp-content/plugins/easyjobs/admin/assets/vendor/css/eicon-2/fonts/eicon-2.eot?5x4uc4#iefix) format("embedded-opentype"),url(//hotdogexpress.fr/wp-content/plugins/easyjobs/admin/assets/vendor/css/eicon/fonts-2/eicon-2.ttf?5x4uc4) format("truetype"),url(//hotdogexpress.fr/wp-content/plugins/easyjobs/admin/assets/vendor/css/eicon-2/fonts/eicon-2.woff?5x4uc4) format("woff"),url(//hotdogexpress.fr/wp-content/plugins/easyjobs/admin/assets/vendor/css/eicon-2/fonts/eicon-2.svg?5x4uc4#eicon-2) format("svg");font-weight:400;font-style:normal;font-display:block}.eicon-2{font-family:eicon-2!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.eicon-2-office-push-pin:before{content:"\e900"}.easyjobs-frontend-wrapper{box-sizing:border-box!important}.easyjobs-frontend-wrapper{padding:50px;width:100%;font-family:Poppins,sans-serif;font-size:15px;line-height:1.5;color:#2f323e;background-color:#f5f7fd;margin:0 auto}.easyjobs-frontend-wrapper *{box-sizing:border-box}.easyjobs-frontend-wrapper .easyjobs-content-wrapper{max-width:1600px;margin:0 auto;display:block}@media (max-width:767px){.easyjobs-frontend-wrapper{padding:20px}}.easyjobs-shortcode-wrapper{font-family:Poppins,sans-serif;font-size:15px;line-height:1.5;color:#2f323e;width:100%}.easyjobs-shortcode-wrapper *{box-sizing:border-box}.easyjobs-shortcode-wrapper h1,.easyjobs-shortcode-wrapper h2,.easyjobs-shortcode-wrapper h3,.easyjobs-shortcode-wrapper h4,.easyjobs-shortcode-wrapper h5,.easyjobs-shortcode-wrapper h6{font-family:inherit;color:#263859}.easyjobs-shortcode-wrapper p{font-family:inherit;color:#2f323e}.easyjobs-shortcode-wrapper a{text-decoration:none}.easyjobs-shortcode-wrapper a:hover{text-decoration:none}.easyjobs-shortcode-wrapper a:focus{outline:0}.easyjobs-shortcode-wrapper img{border-radius:0;max-width:100%}.easyjobs-shortcode-wrapper ul{list-style:disc;margin:0;padding-left:40px}.easyjobs-shortcode-wrapper .ej-no-cover-photo{min-height:120px;background-color:#e0e0e0}.easyjobs-shortcode-wrapper .ej-expired{color:#ff806d;margin:0;text-align:center}.easyjobs-shortcode-wrapper .ej-modal{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.4);z-index:999999;overflow-y:auto;padding:50px;display:none}.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner{display:flex;align-items:center;justify-content:center}.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner .ej-modal-content{max-width:1140px;background-color:#fff;border-radius:4px}.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner .ej-modal-content .ej-modal-header{width:100%;display:flex;justify-content:space-between;padding:15px 20px;border-bottom:1px solid #ddd}.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner .ej-modal-content .ej-modal-header .ej-modal-title{text-align:left;margin:0;font-size:20px;font-weight:500}.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner .ej-modal-content .ej-modal-header button{padding:2px 4px;background:0 0;font-size:20px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner .ej-modal-content .ej-modal-header button:focus,.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner .ej-modal-content .ej-modal-header button:hover{text-decoration:none;opacity:1}.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner .ej-modal-content .ej-modal-body{padding:15px 20px}.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner .ej-modal-content .ej-modal-footer{padding:15px 20px;border-top:1px solid #ddd;text-align:right}.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner .ej-modal-content .ej-modal-footer button{padding:6px 12px;font-size:14px;border-radius:4px;background:#6c757d;color:#fff;text-transform:none;font-weight:400;line-height:1.5}.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner .ej-modal-content .ej-modal-footer button:hover{text-decoration:none;background:#545b62}.ej-btn{padding:15px 26px;font-size:14px;line-height:1.4286;font-weight:500;min-width:130px;border-radius:5px;text-align:center;display:inline-block;-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.ej-btn.ej-info-btn{background:#2fc1e1;color:#fff;-webkit-box-shadow:0 10px 10px rgba(47,193,225,.3);box-shadow:0 10px 10px rgba(47,193,225,.3)}.ej-btn.ej-info-btn:focus,.ej-btn.ej-info-btn:hover{background:#1fb6d7;color:#fff}.ej-btn.ej-info-btn-light{background:rgba(47,193,225,.1);color:#2fc1e1}.ej-btn.ej-info-btn-light:hover{background:#2fc1e1;color:#fff;-webkit-box-shadow:0 10px 10px rgba(47,193,225,.3);box-shadow:0 10px 10px rgba(47,193,225,.3)}.ej-section{margin-top:50px}.ej-section .ej-section-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;margin-bottom:40px}.ej-section .ej-section-title .ej-section-title-icon{height:50px;width:50px;min-width:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;font-size:20px;color:#597dfc;background:rgba(89,125,252,.1);border-radius:5px}.ej-section .ej-section-title .ej-section-title-text{font-size:32px;font-weight:600;line-height:1.25;margin-left:20px;text-transform:capitalize}@media (max-width:991px){.ej-section .ej-section-title .ej-section-title-text{font-size:24px}}@media (max-width:767px){.ej-section .ej-section-title .ej-section-title-text{font-size:20px}}.ej-section .ej-section-content.with-margin{margin-left:70px}.easyjobs-shortcode-wrapper .empty-message{background:#fff;padding:40px!important;border-radius:10px}h3.empty-message.mt-10{margin-top:10px}.easyjobs-shortcode-wrapper .error-message{display:none;color:red;text-align:center}#google_translate_element{display:none!important}.skiptranslate .skiptranslate{visibility:hidden!important}body{top:0!important}.skip-link.screen-reader-text{display:none!important}.ej-header{margin:-50px 50px 0;background-color:#fff;border-radius:10px;padding:50px;position:relative;z-index:1}@media (max-width:767px){.ej-header{margin:-30px 10px 0;padding:20px}}.ej-company-highlights{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}@media (max-width:767px){.ej-company-highlights{flex-direction:column}}.ej-company-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;margin-right:10px}.ej-company-info .logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;background:#e0e6f9;border-radius:8px;height:100px;width:100px;min-width:100px;border:5px solid #e0e6f9;margin-right:30px}.ej-company-info .logo img{width:100%;height:100%;object-fit:cover;border-radius:4px}.ej-company-info .info .name{font-size:24px;font-weight:600;line-height:1.333333;color:#212529;margin:0 0 5px}.ej-company-info .info .location{font-size:14px;line-height:1.5rem;color:#7d8091}.ej-company-info .info .location i{margin-right:5px}@media (max-width:767px){.ej-company-info{flex-direction:column}.ej-company-info .info{margin-left:0;margin-bottom:10px}}.ej-company-description{margin-top:50px;color:#7d8091;font-size:16px;line-height:1.5}@media (max-width:767px){.ej-company-description{margin-top:30px}}.ej-company-description p{font-size:inherit;color:inherit;margin-bottom:5px}.ej-landingpage-alignment-left .easyjobs-elementor,.ej-landingpage-alignment-left .ej-job-list-container{float:left}.ej-landingpage-alignment-right .easyjobs-elementor,.ej-landingpage-alignment-right .ej-job-list-container{float:right}.ej-landingpage-alignment-center .easyjobs-elementor,.ej-landingpage-alignment-center .ej-job-list-container{display:block;margin:0 auto}.elej-error-msg{margin:10px 0;background-color:#f2dede;color:#a94442;font-size:85%;padding:15px;border-radius:3px}.elej-error-msg-editor{text-align:center;margin:10px 0;font-size:15px}.tooltip{position:relative;vertical-align:middle;display:inline-flex}.tooltip .tooltiptext{visibility:hidden;width:300px;background-color:#fff;color:#000;border-radius:10px;position:absolute;z-index:1;left:50%;bottom:35px;margin-left:-150px;opacity:0;transition:opacity .3s;font-size:14px;font-weight:400;box-shadow:rgba(100,100,111,.2) 0 7px 29px 0;padding:10px;word-wrap:break-word;text-align:left;border:1px solid #ddd}.tooltip .tooltiptext::after{content:"";position:absolute;top:100%;left:50%;margin-left:-10px;border-width:10px;border-style:solid;border-color:#fff transparent transparent transparent}.tooltip:hover .tooltiptext{visibility:visible;opacity:1}@media only screen and (max-width:768px){.easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-header{background-color:#fff;margin:20px 0 0 0;padding:40px}.easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-header .ej-company-highlights .ej-company-info{margin:0}.easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-header .ej-company-highlights .ej-company-info .logo{margin:0 0 20px 0}.easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-header .ej-company-highlights .ej-company-info .info{padding:0 10px}.easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-job-body .easyjobs-shortcode-wrapper .ej-job-filter-wrap .ej-section-title .ej-section-title-text{font-size:28px}.easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-job-body .easyjobs-shortcode-wrapper .ej-section-content .ej-job-list .ej-job-list-item-cat .ej-job-list-item-inner .ej-job-list-item-col .ej-job-title a{font-size:20px}.easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-job-body .ej-section .ej-section-title .ej-section-title-text{font-size:28px}}@media only screen and (max-width:499px){.easyjobs-landing-page{padding:15px!important}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-default{overflow:hidden}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-header{padding:20px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-header .ej-company-highlights .ej-company-info{margin:0}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-header .ej-company-highlights .ej-company-info .info{padding:0}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-header .ej-company-highlights .ej-company-info .info .name{font-size:20px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-header .ej-company-highlights .ej-header-tools a{padding:13px 18px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-job-body .easyjobs-shortcode-wrapper .ej-job-filter-wrap .ej-section-title .ej-section-title-icon{width:25px!important;height:45px!important}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-job-body .easyjobs-shortcode-wrapper .ej-job-filter-wrap .ej-section-title .ej-section-title-text{font-size:20px;margin-left:15px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-job-body .easyjobs-shortcode-wrapper .ej-section-content .ej-job-list .ej-job-list-item-cat .ej-job-list-item-inner .ej-job-list-item-col{padding:20px!important}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-job-body .easyjobs-shortcode-wrapper .ej-section-content .ej-job-list .ej-job-list-item-cat .ej-job-list-item-inner .ej-job-list-item-col .ej-job-title a{font-size:18px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-job-body .ej-section .ej-section-title .ej-section-title-icon{width:25px!important;height:45px!important}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-job-body .ej-section .ej-section-title .ej-section-title-text{font-size:20px;margin-left:15px}footer{padding:0 15px}}@media only screen and (max-width:768px){.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic{overflow:hidden}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .pb100 .carrier__company{padding:0}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .pb100 .carrier__company .ej-company-info{margin:0}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .pb50 .ej-section .ej-template-classic .ej-section .ej-section-title span{font-size:28px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .pb50 .ej-section .ej-template-classic .ej-job-list-classic .job__card .job__info .ej-job-title{font-size:20px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .pb50 .ej-section .ej-template-classic .ej-job-list-classic .job__card .job__vacancy h4{font-size:23px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .ej-company-showcase-classic{padding:30px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .ej-company-showcase-classic .ej-section-title .ej-section-title-text{font-size:28px}}@media only screen and (max-width:499px){.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic{padding-left:0;padding-right:0}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .pb100{padding-bottom:80px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .pb100 .ej-container{padding:0}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .ej-job-cover{padding-left:0;padding-right:0}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .pb50 .ej-container{padding-left:0;padding-right:0}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .pb50 .ej-container .ej-section .ej-template-classic .ej-section .ej-section-title span{font-size:20px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .pb50 .ej-container .ej-section .ej-template-classic .ej-job-list-classic .job__card{padding:15px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .pb50 .ej-container .ej-section .ej-template-classic .ej-job-list-classic .job__card .job__info .ej-job-title{font-size:18px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .ej-company-showcase-classic{padding:15px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .ej-company-showcase-classic .ej-section-title .ej-section-title-text{font-size:20px}}@media only screen and (max-width:768px){.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .ej-container .about__company{padding:20px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .ej-container .about__company .ej-company-info{margin:0;flex-direction:column}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .ej-container .about__company .ej-company-info .logo{margin:0 0 20px 0}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .mt60 .ej-section .ej-section-title .ej-section-title-text{font-size:28px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .mt60 .ej-job-list-elegant .ej-job-list-item-cat .job__card .ej-job-title{font-size:20px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .mt60 .ej-job-list-elegant .ej-job-list-item-cat .job__card .job__bottom .job__vacancy h4{font-size:23px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .mt60 .ej-container .section__header h2{font-size:28px}}@media only screen and (max-width:499px){.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant{overflow:hidden}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .ej-container .ej-col{padding-left:0;padding-right:0}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .ej-container .ej-col .about__company{padding:0}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .ej-container .ej-col .about__company .ej-company-info{margin:0;flex-direction:column}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .ej-container .ej-col .about__company .ej-company-info .logo{margin:0 0 20px 0}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .ej-container .ej-col .about__company .ej-company-info .name{font-size:20px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .ej-container .ej-col .about__company .ej-company-info .ej-header-tools a{padding:15px 20px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .mt60 .ej-container{padding-right:0;padding-left:0}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .mt60 .ej-container .ej-section .ej-section-title .ej-section-title-text{font-size:20px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .mt60 .ej-job-list-elegant .ej-job-list-item-cat{padding-left:0;padding-right:0}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .mt60 .ej-job-list-elegant .ej-job-list-item-cat .job__card .ej-job-title{font-size:18px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .mt60 .ej-container{width:100%}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .mt60 .ej-container .ej-row{margin:0}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .mt60 .ej-container .section__header h2{font-size:20px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .mt60 .image__gallery{padding:0}}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-title a{font-family:Poppins;text-decoration:none}.easyjobs-shortcode-wrapper .mr-15{margin-right:15px}.easyjobs-shortcode-wrapper .ej-btn{text-decoration:none;text-transform:capitalize;min-width:auto;border:0;cursor:pointer}.easyjobs-shortcode-wrapper .ej-btn.ej-danger-btn{background:#cd2653;color:#fff}.easyjobs-shortcode-wrapper .ej-job-filter-wrap{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:15px;margin-bottom:40px}.easyjobs-shortcode-wrapper .ej-job-filter-wrap .ej-section-title{margin-bottom:0}.easyjobs-shortcode-wrapper .ej-job-filter-wrap .job-filter .ej-btn{padding:13px 20px}.easyjobs-shortcode-wrapper .ej-job-filter-wrap .job-filter .ej-btn:focus{outline:0}.easyjobs-shortcode-wrapper .ej-job-filter-wrap .job-filter .ej-btn:hover{box-shadow:none;border:0}.easyjobs-shortcode-wrapper .job-filter{display:flex;flex-wrap:wrap;gap:15px}.easyjobs-shortcode-wrapper .job-filter .search-bar .form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:0 15px;font-size:1rem;font-weight:500;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:5px;background:#fff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.easyjobs-shortcode-wrapper .job-filter .search-bar .form-control{height:46px;font-size:14px}.easyjobs-shortcode-wrapper .job-filter .search-bar .form-control:focus{outline:0}.easyjobs-shortcode-wrapper .job-filter .select-option{position:relative;background:#fff;border-radius:5px;height:46px;border:none}.easyjobs-shortcode-wrapper .job-filter .select-option select{padding-right:66px;padding-left:15px;font-size:.875rem;line-height:1.4286;font-family:unset;font-weight:500;border-radius:5px;height:100%;background:0 0;color:#7d8091;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:14px;border:1px solid #ced4da;padding-top:3px;padding-bottom:3px;cursor:pointer}.easyjobs-shortcode-wrapper .job-filter .select-option select:focus{outline:0}.easyjobs-shortcode-wrapper .job-filter .select-option:after{position:absolute;content:"\e913";font-family:eicon;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:15px;background:rgba(89,125,252,.1);color:#597dfc;pointer-events:none;text-align:center;height:20px;width:20px;font-size:10px;line-height:20px}.easyjobs-shortcode-wrapper .easyjobs-job-post{width:100%;background-color:#fff;border-radius:5px;padding:20px 25px;margin-bottom:30px;box-shadow:0 5px 15px rgba(0,0,0,.05);display:flex;justify-content:space-between;align-items:center}.easyjobs-shortcode-wrapper .easyjobs-job-post .job-title{font-size:24px;font-weight:500;margin:0 0 10px;color:#757575}.easyjobs-shortcode-wrapper .easyjobs-job-post .job-meta p{margin:0 0 5px;font-size:12px;letter-spacing:1px;text-transform:uppercase;color:#9a9595;font-weight:400}.easyjobs-shortcode-wrapper .easyjobs-job-post .job-meta p strong{font-weight:400}.easyjobs-shortcode-wrapper .easyjobs-job-post .job-buttons{padding-left:15px}.easyjobs-shortcode-wrapper .easyjobs-job-post .job-buttons a{display:block;width:120px;padding:5px 20px;text-align:center;background:#ddd;font-size:12px;text-transform:uppercase;text-decoration:none!important;border-radius:2px;border:1px solid}.easyjobs-shortcode-wrapper .easyjobs-job-post .job-buttons a+a{margin-top:12px}.easyjobs-shortcode-wrapper .easyjobs-job-post .job-buttons a.apply{background:#e4f1dd;color:#37a000;border-color:#c9e0bd}.easyjobs-shortcode-wrapper .easyjobs-job-post .job-buttons a.details{color:#4285f4;border-color:#bfc7d6;background:#e1e8f5}.easyjobs-shortcode-wrapper .easyjobs-job-post .job-buttons a:focus{outline:0}.easyjobs-shortcode-wrapper .ej-job-list-section{padding-bottom:20px}.easyjobs-shortcode-wrapper .ej-list-header{padding-bottom:25px}.easyjobs-shortcode-wrapper .ej-list-header .ej-list-heading h3{font-size:22px;margin-bottom:10px;font-weight:600;color:#242424}.easyjobs-shortcode-wrapper .ej-list-header .ej-list-subheading p{font-size:14px;color:#242424;margin-bottom:0;font-weight:300}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-header{background-color:#f1f1f1;padding:15px;width:100%}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-header .title{display:inline-block;max-width:30%;margin:0}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item{position:relative;border-top:0;background-color:#fff;border-radius:10px}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item+.ej-job-list-item{margin-top:20px}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner{display:table;width:100%;border-radius:10px}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col{padding:25px 30px;display:table-cell;vertical-align:middle;padding-left:50px!important;width:23%;border-right:1px solid #f5f7fd}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col:first-child{width:54%;position:relative}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col:first-child>a{display:inline-block}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col:first-child>a span{display:block}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col:last-child{border:none;text-align:right}@media (max-width:767px){.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col:last-child{text-align:left}}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-title{font-size:24px;font-weight:600;line-height:1.5;margin:0 0 8px}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-title a{color:#212529}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-title a:hover{color:#0056b3}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-list-info{display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;-webkit-align-items:center;align-items:center}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-list-info .ej-job-list-info-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;margin-right:30px;font-size:14px;color:#7d8091;font-weight:500}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-list-info .ej-job-list-info-block i{margin-right:10px}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-list-info .ej-job-list-info-block a{color:#0056b3}@media (max-width:991px){.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-list-info .ej-job-list-info-block{font-size:12px}}@media (max-width:575px){.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-list-info{flex-direction:column;-webkit-align-items:flex-start;align-items:flex-start}}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-deadline{font-size:18px;font-weight:500;line-height:2;margin-bottom:0;color:#7d8091}@media (max-width:991px){.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-deadline{font-size:16px}}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-list-sub{color:#7d8091;font-size:14px}@media (max-width:991px){.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-list-sub{font-size:12px}}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-employment-badge{display:inline-block;padding:10px 15px;background:#d674f3;font-size:16px;font-weight:600;color:#fff;letter-spacing:.5px;border-radius:4px}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-employment-badge.permanent{background-color:#7492f3}@media (max-width:991px){.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col{padding:15px 20px}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-title{font-size:18px}}@media (max-width:767px){.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-list-item-col{border-right:0}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col+.ej-job-list-item-col{border-top:1px solid #f5f7fd}}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-apply-btn{display:inline-block;padding:8px 20px;background-color:#7492f3;font-size:14px;font-weight:600;color:#fff;letter-spacing:.5px;border-radius:4px}@media (max-width:767px){.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner{display:block}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col{display:block;width:100%}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col:first-child{width:100%}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-list-title.ej-job-title{font-size:18px}}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-link{position:absolute;left:0;right:0;top:0;bottom:0;z-index:1}.ej-job-apply-btn-alignment-right .ej-job-apply-btn{text-align:right!important}.ej-job-apply-btn-alignment-left .ej-job-apply-btn{text-align:left!important}.ej-job-apply-btn-alignment-center .ej-job-apply-btn{text-align:center!important}.easyjobs-elementor-job-list .ej-section{margin-top:unset}.no-job .ej-job-list-item-col{border-right:none!important}.easyjobs-shortcode-wrapper .ej-job-filter-wrap .job-filter .ej-btn{padding:13px 20px}@media all and (max-width:767px){.easyjobs-shortcode-wrapper .ej-job-filter-wrap .job-filter .search-bar{width:100%}.easyjobs-shortcode-wrapper .ej-job-filter-wrap .job-filter .select-option{flex:0 0 calc(50% - 7.5px)}.easyjobs-shortcode-wrapper .ej-job-filter-wrap .job-filter .select-option select{width:100%}}@media all and (max-width:575px){.easyjobs-shortcode-wrapper .ej-job-filter-wrap .job-filter .select-option{flex:1 1 100%}.easyjobs-shortcode-wrapper .ej-job-filter-wrap .job-filter .select-option select{width:100%;min-width:auto}}.ej-has-badge{position:relative}.ej-has-badge:before{position:absolute;top:0;left:0;content:"";border-top-left-radius:10px;border-top:55px solid #2fc1e1;border-right:55px solid transparent}.ej-has-badge:after{position:absolute;top:8px;left:8px;color:#fff;content:"\e900";font-family:eicon-2;font-size:15px;line-height:1}.custom-job-pagination .pagination{display:flex;align-items:center;gap:0;padding:0;margin:40px 0 0;list-style:none;justify-content:center}.custom-job-pagination .pagination .page-item.active .page-link{color:#597dfc;background-color:transparent;border-top:4px solid #597dfc}.custom-job-pagination .pagination .page-item .page-link{position:relative;padding:.5rem .75rem;margin-left:0;font-size:16px;line-height:1.25;color:#212529;background-color:transparent;border-top:4px solid #fff;border-radius:0;width:60px;height:48px;display:flex;justify-content:center;transition:ease-in-out .35s;align-items:center;cursor:pointer}.custom-job-pagination .pagination .page-item .page-link i{font-size:12px;font-weight:700}.custom-job-pagination .pagination .page-item .page-link .pagination-text{padding:0 8px}@media (max-width:767px){.custom-job-pagination .pagination .page-item .page-link{width:44px;height:40px}.custom-job-pagination .pagination .page-item .page-link .pagination-text{display:none}}.custom-job-pagination .pagination .page-item.active .page-link,.custom-job-pagination .pagination .page-item.disabled .page-link{pointer-events:none}.custom-job-pagination .pagination .page-item:not(.disabled,.active) .page-link:hover{color:#597dfc;background-color:transparent}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-list-info .ej-job-list-info-block a{text-decoration:none}.easyjobs-shortcode-wrapper .ej-job-filter-wrap .ej-job-filter-form .ej-info-btn-light,.easyjobs-shortcode-wrapper .ej-job-filter-wrap .ej-job-filter-form .ej-info-btn-light:hover{font-size:14px;color:#ff9635;background-color:rgba(255,150,53,.1)}.easyjobs-shortcode-wrapper .ej-job-filter-wrap .ej-job-filter-form .ej-danger-btn,.easyjobs-shortcode-wrapper .ej-job-filter-wrap .ej-job-filter-form .ej-danger-btn:hover{font-size:14px;color:#ff5f74;background-color:rgba(255,95,116,.1)}.easyjobs-details{padding-bottom:30px;border-radius:5px}.easyjobs-details div.ej-section-margin{margin-bottom:25px}.easyjobs-details .ej-job-cover{position:relative;border-radius:10px;overflow:hidden}.easyjobs-details .ej-job-cover img{width:100%;height:auto;max-width:100%;display:block;margin:0 auto}.easyjobs-details .ej-job-header{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:0 50px}.easyjobs-details .ej-job-header .ej-job-header-left{width:41%;width:-webkit-calc((100% / 12) * 5);width:41.6666666667%;padding-right:15px;height:100%}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview{padding:50px;margin-top:-50px;background-color:#fff;position:relative;z-index:1;border-radius:10px}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-highlights{margin-top:45px;margin-bottom:30px;display:table;border-collapse:separate;border-spacing:0 20px}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-highlights .ej-job-highlights-item{display:table-row;color:#7d8091;font-size:16px;font-weight:500;line-height:1.333333}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-highlights .ej-job-highlights-item .ej-job-highlights-item-label{display:table-cell;color:#1c2238;font-weight:600;position:relative;min-width:110px;width:110px}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-highlights .ej-job-highlights-item .ej-job-highlights-item-label:after{content:":";position:absolute;right:0;top:0}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-highlights .ej-job-highlights-item .ej-job-highlights-item-value{display:table-cell;padding-left:25px}@media (max-width:767px){.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview{padding:20px;margin-top:-30px}}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}@media (max-width:1400px){.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer{flex-direction:column;-webkit-align-items:flex-start;align-items:flex-start}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-apply-link{margin-bottom:20px}}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share{margin-left:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share .ej-social-share-title{margin-bottom:0;font-size:16px;font-weight:500}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul{list-style:none;padding-left:10px;display:flex}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li{display:inline-block;margin:0 0 0 8px}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a{display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;width:50px;height:50px;background:rgba(47,193,225,.1);border-radius:50px}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a svg{width:18px;height:18px}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a.ej-facebook svg{fill:#597dfc}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a.ej-facebook:hover{background-color:#597dfc}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a.ej-facebook:hover svg{fill:#fff}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a.ej-twitter svg{fill:#597dfc}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a.ej-twitter:hover{background-color:#2fc1e1}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a.ej-twitter:hover svg{fill:#fff}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a.ej-linkedin svg{fill:#597dfc}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a.ej-linkedin:hover{background-color:#597dfc}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a.ej-linkedin:hover svg{fill:#fff}@media (max-width:1170px){.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer{flex-direction:row;justify-content:space-between}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-apply-link{margin-bottom:0}}@media (max-width:600px){.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer{flex-direction:column}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-apply-link{margin-bottom:20px}}@media (max-width:1170px){.easyjobs-details .ej-job-header .ej-job-header-left{width:100%;padding:0;margin-bottom:50px}}.easyjobs-details .ej-job-header .ej-job-header-right{width:59%;width:-webkit-calc((100% / 12) * 7);width:58.3333333333%;padding-left:15px;padding-top:50px}@media (max-width:1170px){.easyjobs-details .ej-job-header .ej-job-header-right{width:100%;padding:0}.easyjobs-details .ej-job-header .ej-job-header-right .ej-content-block,.easyjobs-details .ej-job-header .ej-job-header-right .ej-section{width:calc(100% + 100px);margin-left:-50px}}@media (max-width:1170px){.easyjobs-details .ej-job-header{flex-direction:column}}@media (max-width:767px){.easyjobs-details .ej-job-header{padding:0 15px}.easyjobs-details .ej-job-header .ej-job-header-right .ej-content-block,.easyjobs-details .ej-job-header .ej-job-header-right .ej-section{width:calc(100% + 30px);margin-left:-15px}}.easyjobs-details .ej-job-header.no-cover .ej-job-header-left .ej-job-overview{margin-top:0}.easyjobs-details .ej-content-block h1{padding-left:70px;color:#1c2238;font-size:32px;font-weight:600;line-height:1.25;padding-top:8px;position:relative;margin:0 0 40px}.easyjobs-details .ej-content-block h1:before{position:absolute;font-family:eicon;content:"\e930";height:50px;width:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:0;top:0;border-radius:5px;background:rgba(89,125,252,.1);color:#597dfc;font-size:22px}.easyjobs-details .ej-content-block h2,.easyjobs-details .ej-content-block h3,.easyjobs-details .ej-content-block h4,.easyjobs-details .ej-content-block h5,.easyjobs-details .ej-content-block h6{margin-top:0;margin-bottom:10px;font-weight:500;line-height:1.2}.easyjobs-details .ej-content-block h2{font-size:28px}.easyjobs-details .ej-content-block h3{font-size:24px}.easyjobs-details .ej-content-block h4{font-size:21px}.easyjobs-details .ej-content-block h5{font-size:18px}.easyjobs-details .ej-content-block h6{font-size:16px}.easyjobs-details .ej-content-block>:not(h1){margin-left:70px}.easyjobs-details .ej-content-block p{color:#7d8091;font-size:14px;line-height:1.5;margin-bottom:5px}.easyjobs-details .ej-content-block ul{padding-left:0;list-style:none!important}.easyjobs-details .ej-content-block ul li{color:#7d8091;font-size:14px;line-height:1.5;position:relative;padding-left:22px;margin:0 0 10px}.easyjobs-details .ej-content-block ul li:before{content:"";width:8px;height:8px;border-radius:10px;position:absolute;left:0;top:6px;background-color:#597dfc}.easyjobs-details .ej-content-block ol{padding-left:0}.easyjobs-details .ej-content-block ol li{color:#7d8091;font-size:14px;line-height:1.5;margin:0 0 10px}.easyjobs-details .ej-job-body{margin:0 auto}.easyjobs-details .ej-job-body .ej-job-highlights{margin-bottom:25px}.easyjobs-details .ej-job-body .ej-job-highlights ul{list-style:none;margin:0}.easyjobs-details .ej-job-body .ej-job-highlights ul li{font-size:17px;color:#343a40;margin:5px 0}.easyjobs-details .ej-job-body .ej-job-highlights ul li span{display:inline-block;width:145px;color:#707791;margin-right:10px}.easyjobs-details .ej-job-body .ej-job-section-title{font-size:20px;line-height:1.5;font-weight:500;margin:10px 0}.easyjobs-details .ej-job-body .ej-job-benefits .ej-job-benefits-title{font-size:16px;color:#98a6ad;line-height:1.5;font-weight:500;margin:10px 0}.easyjobs-details .ej-job-body .ej-job-benefits .ej-job-benefits-highlight{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start}.easyjobs-details .ej-job-body .ej-job-benefits .ej-job-benefits-highlight .ej-job-benefits-block{margin-bottom:20px;width:32%}.easyjobs-details .ej-job-body .ej-job-benefits .ej-job-benefits-highlight .ej-job-benefits-block+.ej-job-benefits-block{margin-left:2%}@media (max-width:767px){.easyjobs-details .ej-job-body .ej-job-benefits .ej-job-benefits-highlight .ej-job-benefits-block{width:100%}.easyjobs-details .ej-job-body .ej-job-benefits .ej-job-benefits-highlight .ej-job-benefits-block+.ej-job-benefits-block{margin-left:0}}.easyjobs-details .ej-job-body .ej-job-benefits .ej-job-benefits-highlight .ej-job-benefits-text{margin:0;font-size:18px;line-height:1.5}.easyjobs-details .ej-job-body .ej-job-benefits ul li{font-size:16px}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -12px}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-image{padding:12px}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-image .ej-image{background-color:#dee2e6;height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;border-radius:5px;overflow:hidden}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-left{width:50%}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-left .ej-showcase-image{width:100%;display:block;height:450px}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-left .ej-showcase-image img{width:100%;height:100%;object-fit:cover;max-width:100%}@media (max-width:991px){.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-left{width:100%}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-left .ej-showcase-image{height:auto}}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-right{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:50%}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-right .ej-showcase-image{width:50%;height:225px}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-right .ej-image img{height:100%;width:100%;object-fit:cover}@media (max-width:991px){.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-right{width:100%}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-right .ej-showcase-image{height:auto}}.easyjobs-details .ej-job-skills{list-style:none;margin:0;padding:0}.easyjobs-details .ej-job-skills li{display:inline-block;margin:0 4px 5px}.easyjobs-details .ej-label{padding:10px 20px;margin-bottom:5px;border-radius:50px;line-height:1.42858;font-size:14px;font-weight:500;display:inline-block}.easyjobs-details .ej-label.ej-info-label{background:rgba(47,193,225,.15);color:#2fc1e1}.easyjobs-details .ej-label.ej-success-label{background:rgba(96,206,131,.15);color:#60ce83}.easyjobs-details .ej-label.ej-primary-label{background:rgba(89,125,252,.15);color:#597dfc}.easyjobs-details .ej-label.ej-danger-label{background:rgba(255,95,116,.15);color:#ff5f74}.easyjobs-details .ej-label.ej-warning-label{background:rgba(255,150,53,.15);color:#ff9635}.easyjobs-details .ej-remote-label{padding:10px 20px;background:rgba(89,125,252,.15);color:#597dfc;border-radius:50px;line-height:1.42858;font-size:14px;font-weight:500;display:inline-block;margin-left:8px}.ej-template-default .easyjobs-details .ej-content-block ol{padding-left:12px}.ej-template-classic .easyjobs-details .ej-content-block ol{padding-left:18px}@media (min-width:1600.98px){.easyjobs-frontend-wrapper.easyjobs-single-page{padding:40px!important;overflow:hidden}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer{align-items:center}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-btn{padding:14px 18px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-social-share .ej-social-share-title{font-size:14px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-social-share ul li{margin-left:5px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-social-share ul li a{height:30px;width:30px}}@media (max-width:1600.98px){.easyjobs-frontend-wrapper.easyjobs-single-page{padding:40px!important;overflow:hidden}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer{align-items:center}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-btn{padding:14px 18px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-social-share .ej-social-share-title{font-size:14px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-social-share ul li{margin-left:5px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-social-share ul li a{height:30px;width:30px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-body .ej-content-block h1{font-size:1.875rem}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-body .ej-content-block h1::before{height:46px;width:46px;min-width:46px;font-size:20px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-body .ej-section-title .ej-section-title-icon{height:46px;width:46px;min-width:46px;font-size:20px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-body .ej-section-title .ej-section-title-text{font-size:1.875rem}}@media (max-width:991.98px){.easyjobs-frontend-wrapper.easyjobs-single-page{padding:40px!important}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer{align-items:center}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-btn{padding:14px 18px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-social-share .ej-social-share-title{font-size:14px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-social-share ul li{margin-left:5px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-social-share ul li a{height:30px;width:30px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-body .ej-section-content .ej-content-block h1{font-size:1.75rem}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-body .ej-section-content .ej-content-block h1::before{height:40px;width:40px;min-width:40px;font-size:1rem}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .ej-section-title .ej-section-title-icon{height:40px;width:40px;min-width:40px;font-size:1rem}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .ej-section-title .ej-section-title-text{font-size:1.75rem}}@media (max-width:767.98px){.easyjobs-frontend-wrapper.easyjobs-single-page{padding:30px!important}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header{padding:0;display:block}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview{padding:20px!important;margin:20px 0 0 0}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-company-info{margin:0}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-company-info .logo{height:80px;width:80px;min-width:80px;margin:0 0 10px 0}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-company-info h2{font-size:1.25rem}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-right .ej-content-block{width:100%;padding-right:10px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-right .ej-section{width:100%!important;padding:0!important;margin-left:0!important}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-elegant .ej-hero{padding:70px 0}}@media all and (max-width:575px){.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left{width:100%!important}}@media (max-width:600px){.easyjobs-frontend-wrapper.easyjobs-single-page{padding:20px!important}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left{flex:1}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-highlights{margin:0 10px 0 0}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-highlights .ej-job-highlights-item{display:block;padding:10px 0}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-highlights .ej-job-highlights-item .ej-job-highlights-item-label{display:block}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-highlights .ej-job-highlights-item .ej-job-highlights-item-label::after{content:""}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-highlights .ej-job-highlights-item .ej-job-highlights-item-value{display:block;padding:5px 0}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer{flex-direction:column-reverse}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-btn{padding:14px 18px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-social-share{margin-bottom:40px;margin-left:0}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-social-share .ej-social-share-title{margin-top:0}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-social-share ul li{margin-left:5px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-social-share ul li a{height:30px;width:30px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-right .ej-content-block{margin-left:10px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-right .ej-content-block h1{font-size:20px;padding-top:0}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-right .ej-content-block p{margin-left:0}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-right .ej-section .ej-section-title .ej-section-title-text{font-size:18px!important;margin-left:10px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-right .ej-section .ej-section-content.with-margin{padding:0;margin:0}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-right .ej-section .ej-section-content.with-margin .ej-job-skills li .ej-info-label{padding:8px 10px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-body .ej-content-block h1{font-size:18px!important;margin-left:10px;padding-left:47px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-body .ej-content-block p{margin-left:12px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-body .ej-content-block ul{margin-left:12px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-body .ej-section-title .ej-section-title-text{font-size:18px!important;margin-left:7px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-body .ej-section-content .ej-content-block h2{font-size:18px!important;margin-left:0}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-classic .ej-container{padding:0}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-classic .ej-container .ej-row .ej-col-lg-7 .easyjobs-details .job__title{font-size:25px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-classic .ej-container .ej-row .ej-col-lg-7 .easyjobs-details .job__details__block .title{font-size:18px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-classic .ej-container .ej-row .ej-col-lg-7 .easyjobs-details .job__details__block .company__description h2{font-size:18px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-classic .ej-container .ej-row .ej-col-lg-5 .job__more__details{padding:30px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-classic .ej-container .ej-row .ej-col-lg-5 .job__more__details .button{padding:14px 18px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-classic .ej-container .ej-row .ej-col-lg-5 .job__more__details .infos{flex-wrap:wrap}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-classic .ej-container .ej-row .ej-col-lg-5 .job__more__details .infos .info{width:100%;border:none;padding:10px 0}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-classic .ej-container .ej-row .ej-col-lg-5 .job__more__details .share__options p{margin:0 10px 0 0}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-classic .ej-container .ej-row .ej-col-lg-5 .job__more__details .share__options ul li{margin-right:9px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-classic .ej-container .ej-row .ej-col-lg-5 .job__more__details .share__options ul li a{height:30px;width:30px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-classic .ej-container .ej-row .ej-col-lg-5 .job__more__details .share__options ul li a i{line-height:30px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-elegant .hero__bg .ej-hero .job__title{font-size:25px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-elegant .hero__bg .job__infos__block .meta .button{padding:14px 18px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-elegant .job__details__block.ej-content-block h3.title{font-size:18px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-elegant .job__details__block.ej-content-block .company__description h2{font-size:18px}}.easyjobs-shortcode-wrapper p{margin-bottom:0}.easyjobs-shortcode-wrapper a{color:inherit}.easyjobs-shortcode-wrapper .ej-template-classic *{padding:0;margin:0}.easyjobs-shortcode-wrapper .ej-row{display:flex;flex-wrap:wrap}.easyjobs-shortcode-wrapper .ej-col,.easyjobs-shortcode-wrapper .ej-col-lg-5,.easyjobs-shortcode-wrapper .ej-col-lg-7{padding-left:15px;padding-right:15px}.easyjobs-shortcode-wrapper .ej-col-lg-7{flex:0 0 58.333333%;max-width:58.333333%}.easyjobs-shortcode-wrapper .ej-col-lg-5{flex:0 0 41.666667%;max-width:41.666667%}.easyjobs-shortcode-wrapper .ej-col{flex:1 0 0;max-width:100%}@media all and (max-width:991px){.easyjobs-shortcode-wrapper .ej-col-lg-7{flex:0 0 100%;max-width:100%}.easyjobs-shortcode-wrapper .ej-col-lg-5{flex:0 0 100%;max-width:100%}}.easyjobs-shortcode-wrapper.ej-template-classic .mt60{margin-top:60px}.easyjobs-shortcode-wrapper.ej-template-classic .pb100{padding-bottom:100px}.easyjobs-shortcode-wrapper.ej-template-classic .pt100{padding-top:100px}.easyjobs-shortcode-wrapper.ej-template-classic .pb100{padding-bottom:100px}.easyjobs-shortcode-wrapper.ej-template-classic .pb50{padding-bottom:50px}.easyjobs-shortcode-wrapper.ej-template-classic .px30{padding-right:30px;padding-left:30px}.easyjobs-shortcode-wrapper.ej-template-classic .mr-15{margin-right:15px}.easyjobs-shortcode-wrapper.ej-template-classic .button{padding:15px 23px;font-size:14px;line-height:1.3;font-weight:500;text-align:center;border:1px solid #0c9;display:inline-block;color:#0c9;text-decoration:none!important;transition:background .3s ease,color .3s ease,border .3s ease,box-shadow .3s ease}.easyjobs-shortcode-wrapper.ej-template-classic .button__success{background:#0c9;color:#fff}.easyjobs-shortcode-wrapper.ej-template-classic .button__danger{border-color:transparent;color:#fff}.easyjobs-shortcode-wrapper.ej-template-classic .button.button__radius{border-radius:60px}.easyjobs-shortcode-wrapper.ej-template-classic .button.radius-5{border-radius:5px}.easyjobs-shortcode-wrapper.ej-template-classic.easyjobs-single-page.ej-frontend-fluid{width:100%;max-width:100%;padding:0}.easyjobs-shortcode-wrapper.ej-template-classic.easyjobs-single-page.ej-frontend-fluid .easyjobs-content-wrapper{max-width:100%}.easyjobs-shortcode-wrapper.ej-template-classic .ej-container{max-width:1140px;margin:0 auto;padding:0 15px}.easyjobs-shortcode-wrapper.ej-template-classic .carrier__company{text-align:center;margin:0 auto;padding-top:20px}.easyjobs-shortcode-wrapper.ej-template-classic .carrier__company .ej-company-info{flex-direction:column}.easyjobs-shortcode-wrapper.ej-template-classic .carrier__company .logo{margin:0 auto 15px;max-width:120px;border:0}.easyjobs-shortcode-wrapper.ej-template-classic .label{font-size:14px;font-weight:400;padding:8px 20px;border-radius:20px;text-transform:capitalize;display:inline-block}.easyjobs-shortcode-wrapper.ej-template-classic .label__primary{background:#fff0f2!important}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description h1{font-size:24px;color:#212529;font-weight:600;line-height:1.333333;margin-bottom:10px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description h2{font-size:22px;color:#212529;font-weight:600;line-height:1.333333;margin-bottom:8px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description p{font-size:16px;color:#6e748a;font-weight:400;line-height:1.7;margin-bottom:5px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description ul{text-align:left;padding:0;margin:0;margin-bottom:10px;list-style:none}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description ul li{font-size:16px;font-weight:500;color:#6e748a;position:relative;padding-left:25px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description ul li:not(:last-child){margin-bottom:7px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description ul li:before{position:absolute;top:7px;left:0;height:10px;width:10px;background:#597dfc;border-radius:50%;content:""}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description ul li:after{position:absolute;top:10px;left:3px;height:4px;width:4px;background:#fff;border-radius:50%;content:""}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description ol{padding-left:18px;margin-bottom:10px;margin-left:0;text-align:left}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description ol li{font-size:16px;font-weight:500;color:#6e748a;position:relative;padding-left:10px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description ol li:not(:last-child){margin-bottom:7px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description blockquote{margin-left:0;font-size:16px;color:#6e748a;font-weight:400;line-height:1.7;position:relative;padding-left:15px;border-left:5px solid #597dfc;margin-bottom:10px}.easyjobs-shortcode-wrapper.ej-template-classic .carrier__company .button{margin-top:20px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-job-cover{position:relative;z-index:1;height:auto;max-width:100%;margin:0 auto}.easyjobs-shortcode-wrapper.ej-template-classic .ej-job-cover img{border-radius:30px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.easyjobs-shortcode-wrapper.ej-template-classic .section__header{text-align:center;margin-bottom:50px}.easyjobs-shortcode-wrapper.ej-template-classic .section__header--flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px}.easyjobs-shortcode-wrapper.ej-template-classic .section__header--text-center{text-align:center}.easyjobs-shortcode-wrapper.ej-template-classic .section__header--text-center .ej-section-title{display:block}.easyjobs-shortcode-wrapper.ej-template-classic .section__header .ej-section-title{margin-bottom:0}.easyjobs-shortcode-wrapper.ej-template-classic .section__header .ej-section-title .ej-section-title-text{margin-left:0}.easyjobs-shortcode-wrapper.ej-template-classic .section__header h2{color:#1a1751;font-size:36px;font-weight:600}.easyjobs-shortcode-wrapper.ej-template-classic .section__header .job-filter{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px}.easyjobs-shortcode-wrapper.ej-template-classic .section__header .job-filter .search-bar .form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:0 15px;font-size:1rem;font-weight:500;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:5px;background:#fff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.easyjobs-shortcode-wrapper.ej-template-classic .section__header .job-filter .search-bar .form-control{height:50px;font-size:14px}.easyjobs-shortcode-wrapper.ej-template-classic .section__header .job-filter .select-option{position:relative;background:#fff;border-radius:5px;height:50px;border:none}.easyjobs-shortcode-wrapper.ej-template-classic .section__header .job-filter .select-option select{padding-right:66px;padding-left:15px;font-size:.875rem;line-height:1.4286;font-family:unset;font-weight:500;border-radius:5px;height:100%;background:0 0;color:#7d8091;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:14px;border:1px solid #ced4da}.easyjobs-shortcode-wrapper.ej-template-classic .section__header .job-filter .select-option:after{position:absolute;content:"\e913";font-family:eicon;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:15px;background:rgba(89,125,252,.1);color:#597dfc;pointer-events:none;height:20px;width:20px;font-size:10px;line-height:20px}.easyjobs-shortcode-wrapper.ej-template-classic .d-flex{display:-ms-flexbox!important;display:flex!important}.easyjobs-shortcode-wrapper.ej-template-classic select{word-wrap:normal}.easyjobs-shortcode-wrapper.ej-template-classic .job__card{display:-webkit-box;display:-ms-flexbox;display:flex;padding:50px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;border-radius:5px}.easyjobs-shortcode-wrapper.ej-template-classic .job__card:not(:last-child){margin-bottom:30px}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info{-webkit-box-flex:1;-ms-flex:1 1 40%;flex:1 1 40%;padding-right:15px}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info h3{font-size:24px;font-weight:600;margin-bottom:10px}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info h3 a{color:#1a1751}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info h3 a:hover{color:#ff5f74}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info .meta a,.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info .meta span{color:#6e748a;font-size:14px;font-weight:500}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info .meta a i,.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info .meta span i{font-size:15px;margin-right:8px}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info .meta a:not(:last-child),.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info .meta span:not(:last-child){margin-right:20px}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__vacancy{-webkit-box-flex:1;-ms-flex:1 1 140px;flex:1 1 140px}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__vacancy h4{font-size:28px;font-weight:700;color:#0c9;margin-bottom:0;line-height:1}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__vacancy p{font-size:16px;font-weight:400;color:#6e748a}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__apply{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;text-align:right}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__apply .deadline{font-size:15px;font-weight:400;color:#9397a3;margin-top:5px;display:block}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-showcase-classic{background:#fff;padding-top:50px}.easyjobs-shortcode-wrapper.ej-template-classic .office__gallery__slider{padding-bottom:70px}.easyjobs-shortcode-wrapper.ej-template-classic .office__gallery__slider .owl-stage{display:flex;max-height:400px}.easyjobs-shortcode-wrapper.ej-template-classic .office__gallery__slider .owl-item .item{width:auto;height:100%}.easyjobs-shortcode-wrapper.ej-template-classic .office__gallery__slider .owl-item .item img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;border-radius:20px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-footer{padding-left:30px;padding-right:30px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-footer .footer__wrap{padding:50px 70px 10px;display:flex;align-items:center;justify-content:center;gap:15px;border-top:1px solid #cfdceb}.easyjobs-shortcode-wrapper.ej-template-classic .ej-header{display:flex;justify-content:space-between;align-items:center;padding:30px 0;background:0 0}.easyjobs-shortcode-wrapper.ej-template-classic .ej-header .site__logo img{max-height:50px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-breadcrumb{border-top:1px solid #cfdceb;border-bottom:1px solid #cfdceb}.easyjobs-shortcode-wrapper.ej-template-classic .ej-breadcrumb .breadcrumb{display:flex;flex-wrap:wrap;list-style:none;border-radius:.25rem;background:0 0;padding:14.5px 0}.easyjobs-shortcode-wrapper.ej-template-classic .ej-breadcrumb .breadcrumb ul{padding:0;margin:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.easyjobs-shortcode-wrapper.ej-template-classic .ej-breadcrumb .breadcrumb ul li{font-size:14px;font-weight:400}.easyjobs-shortcode-wrapper.ej-template-classic .ej-breadcrumb .breadcrumb ul li:not(:last-child){margin-right:10px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-breadcrumb .breadcrumb ul li:not(:first-child):before{content:"\e806";font-family:eicon!important;font-size:12px;padding-right:10px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-breadcrumb .breadcrumb ul li:last-child span{color:#ff5f74}.easyjobs-shortcode-wrapper.ej-template-classic .ej-breadcrumb .breadcrumb ul li a{color:#6e748a}.easyjobs-shortcode-wrapper.ej-template-classic .ej-breadcrumb .breadcrumb ul li a:hover{color:#ff5f74}.easyjobs-shortcode-wrapper.ej-template-classic .job__details .job__title{font-size:42px;font-weight:700;color:#1a1751;margin-bottom:15px}.easyjobs-shortcode-wrapper.ej-template-classic .job__details .meta{display:flex;gap:10px;flex-wrap:wrap}.easyjobs-shortcode-wrapper.ej-template-classic .job__details .job__details__block>:not(h1){margin-left:0}.easyjobs-shortcode-wrapper.ej-template-classic .job__details .job__details__block .title{font-size:36px;font-weight:600;color:#1a1751;margin-bottom:20px}.easyjobs-shortcode-wrapper.ej-template-classic .job__details .job__details__block p{font-size:16px;font-weight:400;color:#6e748a;line-height:2}.easyjobs-shortcode-wrapper.ej-template-classic .job__details .required__skill ul{padding:0;margin:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.easyjobs-shortcode-wrapper.ej-template-classic .job__details .required__skill ul li{font-size:16px;color:#6e748a;font-weight:400;padding:3px 0}.easyjobs-shortcode-wrapper.ej-template-classic .job__details .required__skill ul li:not(:last-child):after{content:"|";padding-left:10px;padding-right:10px}.easyjobs-shortcode-wrapper.ej-template-classic .job__details .required__skill ul li:before{height:0;width:0}.easyjobs-shortcode-wrapper.ej-template-classic .company__description h2{font-size:22px;color:#212529;font-weight:600;line-height:1.333333}.easyjobs-shortcode-wrapper.ej-template-classic .company__description p{font-size:16px;color:#6e748a;font-weight:400;line-height:1.7;margin-bottom:5px}.easyjobs-shortcode-wrapper.ej-template-classic .company__description ul{text-align:left;padding:0;margin:0;margin-bottom:10px;list-style:none}.easyjobs-shortcode-wrapper.ej-template-classic .company__description ul li{font-size:16px;font-weight:500;color:#6e748a;position:relative;padding-left:25px}.easyjobs-shortcode-wrapper.ej-template-classic .company__description ul li:not(:last-child){margin-bottom:7px}.easyjobs-shortcode-wrapper.ej-template-classic .company__description ul li:before{background:#ff5f74!important;position:absolute;top:7px;left:0;height:10px;width:10px;background:#597dfc;border-radius:50%;content:""}.easyjobs-shortcode-wrapper.ej-template-classic .company__description ul li:after{position:absolute;top:10px;left:3px;height:4px;width:4px;background:#fff;border-radius:50%;content:""}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details{background:#f6f8ff;padding:70px 50px}@media all and (max-width:991px){.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details{padding:30px;margin-top:30px}}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .deadline{font-size:14px;color:#6e748a;margin-top:20px}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details>a.button{border:0}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .infos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:30px;margin-bottom:30px}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .infos .info:not(:last-child){margin-right:20px;padding-right:20px;border-right:1px solid #b4b9ca}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .infos .info p{color:#1a1751;font-weight:500;font-size:16px;line-height:1.3}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .infos .info span{color:#6e748a;font-weight:400;font-size:14px}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .office__time{font-size:14px;color:#6e748a}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .office__time i{color:#6e748a;margin-right:7px}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .office__time span{font-size:18px;color:#1a1751}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .about__company{margin-top:30px}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .about__company p{font-size:14px;font-weight:400;color:#6e748a;line-height:2}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .share__options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:30px}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .share__options p{font-size:14px;font-weight:400;color:#6e748a;margin-right:15px}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .share__options ul{padding:0;margin:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .share__options ul li{margin:0}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .share__options ul li:not(:last-child){margin-right:12px}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .share__options ul li a{height:35px;width:35px;border-radius:50%;background:#fff;text-align:center;font-size:14px;display:inline-block}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .share__options ul li a.facebook{color:#1877f2}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .share__options ul li a.twitter{color:#1da1f2}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .share__options ul li a.linkedin{color:#0077b5}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .share__options ul li a:hover{background:#ff5f74!important;border:transparent;color:#fff}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info .meta a:hover,.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__vacancy h4,.easyjobs-shortcode-wrapper.ej-template-classic .job__info h3 a:hover,.easyjobs-shortcode-wrapper.ej-template-classic .label__primary,.easyjobs-shortcode-wrapper.ej-template-classic .section__header .job-filter .select-option:after{color:#ff5f74}.easyjobs-shortcode-wrapper.ej-template-classic .button__danger,.easyjobs-shortcode-wrapper.ej-template-classic .button__success:not(.hover__highlight),.easyjobs-shortcode-wrapper.ej-template-classic .company__description ul li::before{background:#ff5f74}.easyjobs-shortcode-wrapper.ej-template-classic .button__success:not(.hover__highlight),.easyjobs-shortcode-wrapper.ej-template-classic .company__description blockquote{border-color:#ff5f74}.easyjobs-shortcode-wrapper.ej-template-classic .custom-job-pagination .pagination{margin:20px 0 0}@media all and (max-width:1399px){.easyjobs-shortcode-wrapper.ej-template-classic .ej-job-cover{height:650px}}@media all and (max-width:1199px){.easyjobs-shortcode-wrapper.ej-template-classic .ej-job-cover{padding:0 15px;height:600px}}@media all and (max-width:991px){.easyjobs-shortcode-wrapper.ej-template-classic .ej-job-cover{height:550px}.easyjobs-shortcode-wrapper.ej-template-classic .office__gallery__slider{padding:0 15px}.easyjobs-shortcode-wrapper.ej-template-classic .job__card{padding:20px 15px}}@media all and (max-width:767px){.easyjobs-shortcode-wrapper.ej-template-classic .ej-job-cover{height:400px}.easyjobs-shortcode-wrapper.ej-template-classic.section__header h2{font-size:28px}.easyjobs-shortcode-wrapper.ej-template-classic .job__card{display:block;padding:30px}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info{margin-bottom:15px;padding-right:0}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info .meta a{display:inline-block}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__apply{text-align:left;margin-top:15px}}@media all and (max-width:575px){.easyjobs-shortcode-wrapper.ej-template-classic .ej-job-cover{height:300px}}.easyjobs-shortcode-wrapper.ej-template-classic .carrier__company .button{border:0}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info h3 a{font-family:Poppins;text-decoration:none}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info .meta a{text-decoration:none}.easyjobs-shortcode-wrapper h1,.easyjobs-shortcode-wrapper h2,.easyjobs-shortcode-wrapper h3,.easyjobs-shortcode-wrapper h4{margin:0}.easyjobs-shortcode-wrapper p{margin-bottom:0}.easyjobs-shortcode-wrapper a{color:inherit}.easyjobs-shortcode-wrapper .ej-template-elegant *{padding:0;margin:0}.easyjobs-shortcode-wrapper .mt60{margin-top:60px}.easyjobs-shortcode-wrapper .ej-row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.easyjobs-shortcode-wrapper .ej-col{flex:1 0 0;max-width:100%;padding-left:15px;padding-right:15px}.easyjobs-shortcode-wrapper .ej-col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding-left:15px;padding-right:15px}.easyjobs-shortcode-wrapper .pb100{padding-bottom:100px}.easyjobs-shortcode-wrapper .pt100{padding-top:100px}.easyjobs-shortcode-wrapper .pt60{padding-top:60px}.easyjobs-shortcode-wrapper .mr15{margin-right:15px}@media all and (max-width:991px){.easyjobs-shortcode-wrapper .ej-col-lg-6{flex:0 0 100%;max-width:100%}}.easyjobs-details.ej-template-elegant .ej-content-block>:not(h1){margin-left:0}.ej-template-elegant .job__vacancy h4{margin:0}.ej-template-elegant .ej-container{max-width:1140px;margin:0 auto;padding:0 15px}.ej-template-elegant .ej-section{margin-top:0}.ej-template-elegant .button{display:inline-block;padding:15px 23px;font-size:14px;line-height:1.3;font-weight:500;text-align:center;background:#ff5f74;border:1px solid #ff5f74;color:#fff;border-radius:5px;-webkit-transition:background .3s ease,color .3s ease,border .3s ease,-webkit-box-shadow .3s ease;transition:background .3s ease,color .3s ease,box-shadow .3s ease,border .3s ease;transition:background .3s ease,color .3s ease,box-shadow .3s ease,border .3s ease,-webkit-box-shadow .3s ease}.ej-template-elegant .button:hover{background:#ff5f74;border:1px solid #ff5f74;color:#fff}.ej-template-elegant .button .button__primary{background:#597dfc;color:#fff}.ej-template-elegant .button .button__primary:not(.hover__highlight){background:#ff5f74}.ej-template-elegant .button__primary:not(.hover__highlight),.ej-template-elegant .ej-header .header__block .button__area .button{border-color:#ff5f74}.ej-template-elegant .button.radius-15{border-radius:15px}.ej-template-elegant .section__header{text-align:center;margin-bottom:50px}.ej-template-elegant .section__header--flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px}.ej-template-elegant .section__header .ej-section-title{margin-bottom:0}.ej-template-elegant .section__header .ej-section-title .ej-section-title-text{margin-left:0}.ej-template-elegant .section__header h2{color:#1a1751;font-size:36px;font-weight:600}.ej-template-elegant .section__header .job-filter{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px}.ej-template-elegant .section__header .job-filter .search-bar .form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:0 15px;font-size:1rem;font-weight:500;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:5px;background:#fff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.ej-template-elegant .section__header .job-filter .search-bar .form-control{height:50px;font-size:14px}.ej-template-elegant .section__header .job-filter .select-option{position:relative;background:#fff;border-radius:5px;height:50px;border:none}.ej-template-elegant .section__header .job-filter .select-option select{padding-right:66px;padding-left:15px;font-size:.875rem;line-height:1.4286;font-family:unset;font-weight:500;border-radius:5px;height:100%;background:0 0;color:#7d8091;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:14px;border:1px solid #ced4da}.ej-template-elegant .section__header .job-filter .select-option:after{position:absolute;content:"\e913";font-family:eicon;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:15px;background:rgba(89,125,252,.1);color:#597dfc;pointer-events:none;height:20px;width:20px;font-size:10px;line-height:20px}@media all and (max-width:767px){.ej-template-elegant .section__header .job-filter .ej-btn{padding:13px 15px}}.ej-template-elegant .about__company .ej-company-info{display:flex;flex-direction:row;align-items:center;margin-bottom:20px}.ej-template-elegant .about__company .ej-company-info .info .name{color:#1a1751;font-weight:500;font-size:24px;line-height:1.3;margin-bottom:0}.ej-template-elegant .about__company .ej-company-info .info .name a{color:inherit}.ej-template-elegant .about__company .ej-company-info .info .location{color:#6e748a;font-size:14px;font-weight:400;line-height:1.3}.ej-template-elegant .about__company .about__company__bottom{display:flex;margin-top:30px;align-items:flex-start}.ej-template-elegant .about__company .about__company__bottom .bottom__thumb{flex:1 1 auto}.ej-template-elegant .about__company .about__company__bottom .bottom__thumb img{max-width:100%}.ej-template-elegant .ej-company-description h1{font-size:24px;color:#212529;font-weight:600;line-height:1.333333}.ej-template-elegant .ej-company-description h2{font-size:22px;color:#212529;font-weight:600;line-height:1.333333}.ej-template-elegant .ej-company-description p{font-size:16px;color:#6e748a;font-weight:400;line-height:1.7;margin-bottom:5px}.ej-template-elegant .ej-company-description ul{text-align:left;padding:0;margin:0;margin-bottom:10px;list-style:none}.ej-template-elegant .ej-company-description ul li{font-size:16px;font-weight:500;color:#6e748a;position:relative;padding-left:25px}.ej-template-elegant .ej-company-description ul li::before{position:absolute;top:7px;left:0;height:10px;width:10px;background:#597dfc;border-radius:50%;content:""}.ej-template-elegant .ej-company-description ul li::after{position:absolute;top:10px;left:3px;height:4px;width:4px;background:#fff;border-radius:50%;content:""}.ej-template-elegant .ej-company-description ul li:not(:last-child){margin-bottom:7px}.ej-template-elegant .ej-company-description ol{padding-left:18px;margin-bottom:10px;margin-left:0;text-align:left}.ej-template-elegant .ej-company-description ol li{font-size:16px;font-weight:500;color:#6e748a;position:relative;padding-left:10px}.ej-template-elegant .ej-company-description ol li:not(:last-child){margin-bottom:7px}.ej-template-elegant .ej-company-description blockquote{font-size:16px;color:#6e748a;font-weight:400;line-height:1.7;position:relative;padding-left:15px;border-left:5px solid #597dfc;margin-bottom:10px}.ej-template-elegant .job__card{background:#fff;box-shadow:0 20px 100px rgba(40,37,91,.05);border-radius:5px;padding:50px;margin-bottom:30px}@media all and (max-width:767px){.ej-template-elegant .job__card{padding:25px 15px}}.ej-template-elegant .job__card h3{font-size:24px;font-weight:600;color:#1a1751;margin-bottom:5px}.ej-template-elegant .job__card h3 a{color:inherit}.ej-template-elegant .job__card .job__bottom{display:flex;margin-top:20px}@media all and (max-width:575px){.ej-template-elegant .job__card .job__bottom{flex-direction:column;gap:15px}}.ej-template-elegant .job__card .job__bottom .job__apply{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-right:30px}.ej-template-elegant .job__card .job__bottom .job__vacancy{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.ej-template-elegant .job__card .job__bottom .job__vacancy h4{font-size:32px;font-weight:700;color:#597dfc;margin-bottom:0;line-height:1}.ej-template-elegant .job__card .job__bottom .job__vacancy p{font-size:16px;font-weight:400;color:#6e748a}.ej-template-elegant .job__card .meta a,.ej-template-elegant .job__card .meta span{color:#6e748a}.ej-template-elegant .job__card .meta a:not(:last-child),.ej-template-elegant .job__card .meta span:not(:last-child){margin-right:20px}.ej-template-elegant .job__card .meta a i,.ej-template-elegant .job__card .meta span i{font-size:15px;margin-right:8px}.ej-template-elegant .job__card .deadline{display:block;font-size:15px;font-weight:400;color:#9397a3;margin-top:10px}.ej-template-elegant .image__gallery{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;gap:30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 30px}.ej-template-elegant .image__gallery .item{flex:0 0 calc(33.33% - 20px);height:400px}@media all and (max-width:991px){.ej-template-elegant .image__gallery .item{height:300px}}@media all and (max-width:767px){.ej-template-elegant .image__gallery .item{height:250px}}@media all and (max-width:575px){.ej-template-elegant .image__gallery .item{flex:0 0 calc(50% - 20px)}}@media all and (max-width:439px){.ej-template-elegant .image__gallery .item{flex:0 0 calc(100% - 30px)}}.ej-template-elegant .image__gallery .item img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.ej-template-elegant .ej-hero{padding:200px 0 100px}@media all and (max-width:767px){.ej-template-elegant .ej-hero{padding:120px 0 80px}}.ej-template-elegant .ej-hero h1{font-size:48px;font-weight:700;color:#fff;margin-bottom:20px}.ej-template-elegant .ej-hero .job__infos__block{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;margin-top:30px;gap:15px}@media all and (max-width:767px){.ej-template-elegant .ej-hero .job__infos__block{flex-direction:column;gap:20px}}.ej-template-elegant .ej-hero .job__infos__block .job__informations{flex:1}@media all and (max-width:767px){.ej-template-elegant .ej-hero .job__infos__block .job__informations{width:100%}}.ej-template-elegant .ej-hero .job__infos__block .job__informations .location_time p span{color:#e7e7e7;font-size:14px;font-weight:400}.ej-template-elegant .ej-hero .job__infos__block .job__informations .location_time p span:not(:last-child){margin-right:10px;padding-right:10px;border-right:1px solid #e7e7e7}.ej-template-elegant .ej-hero .job__infos__block .job__informations .location_time p span i{font-size:12px;margin-right:5px}.ej-template-elegant .ej-hero .job__infos__block .job__info{display:flex;flex-wrap:wrap;align-items:center;flex:1 1 45%;gap:15px;width:100%;margin-top:20px}@media all and (max-width:767px){.ej-template-elegant .ej-hero .job__infos__block .job__info{flex:1 1 100%}}.ej-template-elegant .ej-hero .job__infos__block .job__info .info__item{text-align:center;padding:10px;border:1px solid #fff;border-radius:5px;-webkit-box-flex:0;-ms-flex:0 0 150px;flex:0 0 150px;transition:background .3s ease}.ej-template-elegant .ej-hero .job__infos__block .job__info .info__item:hover p,.ej-template-elegant .ej-hero .job__infos__block .job__info .info__item:hover span{color:#ff5f74!important}.ej-template-elegant .ej-hero .job__infos__block .job__info .info__item:hover{background:#fff}.ej-template-elegant .ej-hero .job__infos__block .job__info .info__item p{font-size:16px;font-weight:600;color:#fff;-webkit-transition:color .3s ease;transition:color .3s ease}.ej-template-elegant .ej-hero .job__infos__block .job__info .info__item span{font-size:14px;font-weight:400;color:#e7e7e7;-webkit-transition:color .3s ease;transition:color .3s ease}.ej-template-elegant .ej-hero .job__infos__block .meta{flex:0 0 auto;text-align:right}@media all and (max-width:767px){.ej-template-elegant .ej-hero .job__infos__block .meta{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}}.ej-template-elegant .ej-hero .job__infos__block .meta .button{margin-bottom:12px;border:0}@media all and (max-width:767px){.ej-template-elegant .ej-hero .job__infos__block .meta .button{order:3;margin-bottom:0;margin-top:14px}}.ej-template-elegant .ej-hero .job__infos__block .meta .deadline{color:#e7e7e7;font-size:14px;font-weight:400;text-align:right;margin-bottom:15px}@media all and (max-width:767px){.ej-template-elegant .ej-hero .job__infos__block .meta .deadline{order:1}}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:auto}@media all and (max-width:767px){.ej-template-elegant .ej-hero .job__infos__block .meta .share__options{order:2}}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options span{font-size:14px;font-weight:400;color:#e7e7e7;margin-right:15px}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options ul{padding:0;margin:0;list-style:none;display:flex;align-items:center;gap:10px}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options ul li{margin:0}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options ul li a{height:35px;width:35px;border-radius:50%;border:1px solid #e9ecf0;background:#fff;text-align:center;font-size:14px;line-height:35px;display:inline-block}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options ul li a:hover{background:#ff5f74;border-color:#ff5f74}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options ul li a.facebook{color:#1877f2}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options ul li a.facebook:hover{color:#fff}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options ul li a.twitter{color:#1da1f2}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options ul li a.twitter:hover{color:#fff}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options ul li a.linkedin{color:#0077b5}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options ul li a.linkedin:hover{color:#fff}.ej-template-elegant .hero__bg{background:#f5f7fd;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat}.ej-template-elegant .hero__bg>.ej-container{position:relative}.ej-template-elegant .hero__bg::before{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);content:""}.ej-template-elegant .job__details__block .title{font-size:36px;font-weight:600;color:#1a1751;margin-bottom:20px}.ej-template-elegant .job__details__block .skills{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.ej-template-elegant .job__details__block ol{margin-left:0;list-style:inside decimal}.ej-template-elegant .label{font-size:14px;font-weight:400;padding:8px 20px;border-radius:20px;text-transform:capitalize;display:inline-block}.ej-template-elegant .label.label__primary{background:#fff0f2!important;color:#ff5f74!important}.ej-template-elegant .ej-header.fixed .button__area .button,.ej-template-elegant .job__card .job__bottom .job__vacancy h4,.ej-template-elegant .job__card .meta a:hover,.ej-template-elegant .job__card h3 a:hover{color:#ff5f74}.ej-template-elegant .company__description ul li::before,.ej-template-elegant .job__details .job__details__block__list li::before{background:#ff5f74!important}.ej-template-elegant.ej-template-elegant .ej-header-tools{flex-grow:1;text-align:right}.ej-template-elegant.ej-template-elegant .ej-company-description{margin-top:30px}.ej-template-elegant .job__card h3 a{font-family:Poppins;text-decoration:none}.ej-template-elegant .job__card .meta a{text-decoration:none}.wslu-color-scheme--facebook{--wslu-color-scheme:#3B5998;--wslu-color-scheme-lighten:#718dc8;--wslu-color-scheme-darken:#2d4373}.wslu-color-scheme--twitter{--wslu-color-scheme:#1DA1F2;--wslu-color-scheme-lighten:#7dc9f8;--wslu-color-scheme-darken:#0c85d0}.wslu-color-scheme--dribbble{--wslu-color-scheme:#EA4C89;--wslu-color-scheme-lighten:#f5a7c5;--wslu-color-scheme-darken:#e51e6b}.wslu-color-scheme--pinterest{--wslu-color-scheme:#bd081c;--wslu-color-scheme-lighten:#f6354a;--wslu-color-scheme-darken:#8c0615}.wslu-color-scheme--instagram{--wslu-color-scheme:#5851DB;--wslu-color-scheme-lighten:#a9a6ec;--wslu-color-scheme-darken:#332bce}.wslu-color-scheme--github{--wslu-color-scheme:#6E5494;--wslu-color-scheme-lighten:#a28fbf;--wslu-color-scheme-darken:#564273}.wslu-color-scheme--linkedin{--wslu-color-scheme:#0077B5;--wslu-color-scheme-lighten:#1cb1ff;--wslu-color-scheme-darken:#005582}.wslu-color-scheme--vkontakte{--wslu-color-scheme:#45668E;--wslu-color-scheme-lighten:#7a99bf;--wslu-color-scheme-darken:#344d6c}.wslu-color-scheme--reddit{--wslu-color-scheme:#FF4500;--wslu-color-scheme-lighten:#ff8f66;--wslu-color-scheme-darken:#cc3700}.wslu-color-scheme--skype{--wslu-color-scheme:#00aff0;--wslu-color-scheme-lighten:#57d2ff;--wslu-color-scheme-darken:#008abd}.wslu-color-scheme--wordpress{--wslu-color-scheme:#21759B;--wslu-color-scheme-lighten:#4aacd8;--wslu-color-scheme-darken:#185571}.wslu-color-scheme--google{--wslu-color-scheme:#4285F4;--wslu-color-scheme-lighten:#a2c3fa;--wslu-color-scheme-darken:#1266f1}.wslu-color-scheme--youtube{--wslu-color-scheme:#ff0000;--wslu-color-scheme-lighten:#ff6666;--wslu-color-scheme-darken:#cc0000}.wslu-color-scheme--vimeo{--wslu-color-scheme:#1ab7ea;--wslu-color-scheme-lighten:#77d4f3;--wslu-color-scheme-darken:#1295bf}.wslu-color-scheme--whatsapp{--wslu-color-scheme:#25d366;--wslu-color-scheme-lighten:#77e7a1;--wslu-color-scheme-darken:#1da851}.wslu-color-scheme--mailchimp{--wslu-color-scheme:#6dc5dc;--wslu-color-scheme-lighten:#bfe6f0;--wslu-color-scheme-darken:#44b5d2}.wslu-color-scheme--posts{--wslu-color-scheme:#36454f;--wslu-color-scheme-lighten:#5f7a8c;--wslu-color-scheme-darken:#212b31}.wslu-color-scheme--comments{--wslu-color-scheme:#000000;--wslu-color-scheme-lighten:#333333;--wslu-color-scheme-darken:black}.wslu-color-scheme--facebook-messenger{--wslu-color-scheme:#3b5998;--wslu-color-scheme-lighten:#718dc8;--wslu-color-scheme-darken:#2d4373}.wslu-color-scheme--kik{--wslu-color-scheme:#82bc23;--wslu-color-scheme-lighten:#b2e263;--wslu-color-scheme-darken:#64911b}.wslu-color-scheme--trello{--wslu-color-scheme:#0079bf;--wslu-color-scheme-lighten:#26afff;--wslu-color-scheme-darken:#00598c}.wslu-color-scheme--viber{--wslu-color-scheme:#59267c;--wslu-color-scheme-lighten:#9043c5;--wslu-color-scheme-darken:#3d1a55}.wslu-color-scheme--telegram{--wslu-color-scheme:#0088cc;--wslu-color-scheme-lighten:#33bbff;--wslu-color-scheme-darken:#006699}.wslu-color-scheme--email{--wslu-color-scheme:#ea4335;--wslu-color-scheme-lighten:#f49991;--wslu-color-scheme-darken:#d62516}.wslu-color-scheme--digg{--wslu-color-scheme:#005be2;--wslu-color-scheme-lighten:#4992ff;--wslu-color-scheme-darken:#0046af}.wslu-color-scheme--stumbleupon{--wslu-color-scheme:#eb4924;--wslu-color-scheme-lighten:#f49781;--wslu-color-scheme-darken:#ca3412}.wslu-color-scheme--lineapp{--wslu-color-scheme:#06C755;--wslu-color-scheme-lighten:#3af988;--wslu-color-scheme-darken:#059540}.wslu #loginform #XS_social_login_div{display:none}.wslu #loginform #XS_social_login_div_login{display:-webkit-box}#XS_social_login_div{clear:both;display:-webkit-box;width:100%;max-width:300px;margin:0 auto}#XS_social_login_div_login{clear:both;position:relative;padding-top:25px;width:100%;margin:0 auto;display:-webkit-box}.wslu-hover-content{display:none;z-index:1}._login_button_style__ul{width:100%;list-style:none;margin:0}._login_button_style__ul .facebook .social-icon{background-color:#3b5998}._login_button_style__ul .facebook .login-button-text{color:#3b5998}._login_button_style__ul .facebook:hover>a{background-color:#3b5998}._login_button_style__ul .facebook:hover .social-icon{background-color:#344e86}._login_button_style__ul .twitter .social-icon{background-color:#1da1f2}._login_button_style__ul .twitter .login-button-text{color:#1da1f2}._login_button_style__ul .twitter:hover>a{background-color:#1da1f2}._login_button_style__ul .twitter:hover .social-icon{background-color:#0d95e8}._login_button_style__ul .dribbble .social-icon{background-color:#ea4c89}._login_button_style__ul .dribbble .login-button-text{color:#ea4c89}._login_button_style__ul .dribbble:hover>a{background-color:#ea4c89}._login_button_style__ul .dribbble:hover .social-icon{background-color:#e7357a}._login_button_style__ul .pinterest .social-icon{background-color:#bd081c}._login_button_style__ul .pinterest .login-button-text{color:#bd081c}._login_button_style__ul .pinterest:hover>a{background-color:#bd081c}._login_button_style__ul .pinterest:hover .social-icon{background-color:#a50718}._login_button_style__ul .instagram .social-icon{background-color:#5851db}._login_button_style__ul .instagram .login-button-text{color:#5851db}._login_button_style__ul .instagram:hover>a{background-color:#5851db}._login_button_style__ul .instagram:hover .social-icon{background-color:#443cd7}._login_button_style__ul .github .social-icon{background-color:#6e5494}._login_button_style__ul .github .login-button-text{color:#6e5494}._login_button_style__ul .github:hover>a{background-color:#6e5494}._login_button_style__ul .github:hover .social-icon{background-color:#624b84}._login_button_style__ul .linkedin .social-icon{background-color:#0077b5}._login_button_style__ul .linkedin .login-button-text{color:#0077b5}._login_button_style__ul .linkedin:hover>a{background-color:#0077b5}._login_button_style__ul .linkedin:hover .social-icon{background-color:#00669c}._login_button_style__ul .vkontakte .social-icon{background-color:#45668e}._login_button_style__ul .vkontakte .login-button-text{color:#45668e}._login_button_style__ul .vkontakte:hover>a{background-color:#45668e}._login_button_style__ul .vkontakte:hover .social-icon{background-color:#3d5a7d}._login_button_style__ul .reddit .social-icon{background-color:#ff4500}._login_button_style__ul .reddit .login-button-text{color:#ff4500}._login_button_style__ul .reddit:hover>a{background-color:#ff4500}._login_button_style__ul .reddit:hover .social-icon{background-color:#e63e00}._login_button_style__ul .skype .social-icon{background-color:#00aff0}._login_button_style__ul .skype .login-button-text{color:#00aff0}._login_button_style__ul .skype:hover>a{background-color:#00aff0}._login_button_style__ul .skype:hover .social-icon{background-color:#009cd7}._login_button_style__ul .wordpress .social-icon{background-color:#21759b}._login_button_style__ul .wordpress .login-button-text{color:#21759b}._login_button_style__ul .wordpress:hover>a{background-color:#21759b}._login_button_style__ul .wordpress:hover .social-icon{background-color:#1d6586}._login_button_style__ul .google .social-icon{background-color:#4285f4}._login_button_style__ul .google .login-button-text{color:#4285f4}._login_button_style__ul .google:hover>a{background-color:#4285f4}._login_button_style__ul .google:hover .social-icon{background-color:#2a75f3}._login_button_style__ul .youtube .social-icon{background-color:red}._login_button_style__ul .youtube .login-button-text{color:red}._login_button_style__ul .youtube:hover>a{background-color:red}._login_button_style__ul .youtube:hover .social-icon{background-color:#e60000}._login_button_style__ul .vimeo .social-icon{background-color:#1ab7ea}._login_button_style__ul .vimeo .login-button-text{color:#1ab7ea}._login_button_style__ul .vimeo:hover>a{background-color:#1ab7ea}._login_button_style__ul .vimeo:hover .social-icon{background-color:#14a7d7}._login_button_style__ul .whatsapp .social-icon{background-color:#25d366}._login_button_style__ul .whatsapp .login-button-text{color:#25d366}._login_button_style__ul .whatsapp:hover>a{background-color:#25d366}._login_button_style__ul .whatsapp:hover .social-icon{background-color:#21bd5c}._login_button_style__ul .mailchimp .social-icon{background-color:#6dc5dc}._login_button_style__ul .mailchimp .login-button-text{color:#6dc5dc}._login_button_style__ul .mailchimp:hover>a{background-color:#6dc5dc}._login_button_style__ul .mailchimp:hover .social-icon{background-color:#58bdd7}._login_button_style__ul .posts .social-icon{background-color:#36454f}._login_button_style__ul .posts .login-button-text{color:#36454f}._login_button_style__ul .posts:hover>a{background-color:#36454f}._login_button_style__ul .posts:hover .social-icon{background-color:#2c3840}._login_button_style__ul .comments .social-icon{background-color:#000}._login_button_style__ul .comments .login-button-text{color:#000}._login_button_style__ul .comments:hover>a{background-color:#000}._login_button_style__ul .comments:hover .social-icon{background-color:#000}._login_button_style__ul .facebook-messenger .social-icon{background-color:#3b5998}._login_button_style__ul .facebook-messenger .login-button-text{color:#3b5998}._login_button_style__ul .facebook-messenger:hover>a{background-color:#3b5998}._login_button_style__ul .facebook-messenger:hover .social-icon{background-color:#344e86}._login_button_style__ul .kik .social-icon{background-color:#82bc23}._login_button_style__ul .kik .login-button-text{color:#82bc23}._login_button_style__ul .kik:hover>a{background-color:#82bc23}._login_button_style__ul .kik:hover .social-icon{background-color:#73a71f}._login_button_style__ul .trello .social-icon{background-color:#0079bf}._login_button_style__ul .trello .login-button-text{color:#0079bf}._login_button_style__ul .trello:hover>a{background-color:#0079bf}._login_button_style__ul .trello:hover .social-icon{background-color:#0069a6}._login_button_style__ul .viber .social-icon{background-color:#59267c}._login_button_style__ul .viber .login-button-text{color:#59267c}._login_button_style__ul .viber:hover>a{background-color:#59267c}._login_button_style__ul .viber:hover .social-icon{background-color:#4b2068}._login_button_style__ul .telegram .social-icon{background-color:#08c}._login_button_style__ul .telegram .login-button-text{color:#08c}._login_button_style__ul .telegram:hover>a{background-color:#08c}._login_button_style__ul .telegram:hover .social-icon{background-color:#0077b3}._login_button_style__ul .email .social-icon{background-color:#ea4335}._login_button_style__ul .email .login-button-text{color:#ea4335}._login_button_style__ul .email:hover>a{background-color:#ea4335}._login_button_style__ul .email:hover .social-icon{background-color:#e82e1e}._login_button_style__ul .digg .social-icon{background-color:#005be2}._login_button_style__ul .digg .login-button-text{color:#005be2}._login_button_style__ul .digg:hover>a{background-color:#005be2}._login_button_style__ul .digg:hover .social-icon{background-color:#0051c9}._login_button_style__ul .stumbleupon .social-icon{background-color:#eb4924}._login_button_style__ul .stumbleupon .login-button-text{color:#eb4924}._login_button_style__ul .stumbleupon:hover>a{background-color:#eb4924}._login_button_style__ul .stumbleupon:hover .social-icon{background-color:#e13b15}._login_button_style__ul .lineapp .social-icon{background-color:#06c755}._login_button_style__ul .lineapp .login-button-text{color:#06c755}._login_button_style__ul .lineapp:hover>a{background-color:#06c755}._login_button_style__ul .lineapp:hover .social-icon{background-color:#05ae4a}._login_button_style__ul>li:not(:last-child){margin-bottom:20px}._login_button_style__ul>li>a{display:block;text-decoration:none;-webkit-box-shadow:0 15px 50px 0 rgba(0,0,0,.07);box-shadow:0 15px 50px 0 rgba(0,0,0,.07);padding:10px;border-radius:30px;-webkit-transition:background .4s cubic-bezier(.47,0,.75,.72),-webkit-transform .6s cubic-bezier(.39,.58,.57,1);transition:background .4s cubic-bezier(.47,0,.75,.72),-webkit-transform .6s cubic-bezier(.39,.58,.57,1);transition:background .4s cubic-bezier(.47,0,.75,.72),transform .6s cubic-bezier(.39,.58,.57,1);transition:background .4s cubic-bezier(.47,0,.75,.72),transform .6s cubic-bezier(.39,.58,.57,1),-webkit-transform .6s cubic-bezier(.39,.58,.57,1)}._login_button_style__ul>li>a:hover{-webkit-transform:scale(.95);transform:scale(.95)}._login_button_style__ul>li>a:hover .login-button-text{color:#fff}._login_button_style__ul>li>a .xs-social-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}._login_button_style__ul>li>a .social-icon{height:40px;width:40px;line-height:40px;border-radius:20px;text-align:center;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}._login_button_style__ul>li>a .social-icon>img{max-width:12px;display:inline-block}._login_button_style__ul>li>a .social-icon>span{color:#fff;font-size:13px}._login_button_style__ul>li>a .login-button-text{font-size:14px;font-weight:500;margin-left:15px;-webkit-transition:color .4s ease;transition:color .4s ease}._login_button_style__ul .xs-li-style2{display:inline-block}._login_button_style__ul .xs-li-style2:not(:last-child){margin-right:5px}._login_button_style__ul .xs-li-style2>a{display:inline-block;padding:0}._login_button_style__ul .xs-li-style2>a:hover{-webkit-transform:scale(1);transform:scale(1)}.xs_social_counter_widget{width:100%;clear:both}.xs_social_counter_widget .xs_counter_url{width:100%;list-style:none;text-align:center;margin:0;padding:0}.xs_social_counter_widget .xs_counter_url li{border-right:0;margin:0!important;min-width:33.33%;-webkit-box-flex:1;-ms-flex:1;flex:1;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;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;padding:0;border:none}.xs_social_counter_widget .xs_counter_url li a{width:100%;padding:18px 0 12px 0!important;-webkit-transition:all .4s;transition:all .4s;text-decoration:none;-webkit-box-shadow:none;box-shadow:none}.xs_social_counter_widget .xs_counter_url li a .met-social,.xs_social_counter_widget .xs_counter_url li a>div{-webkit-transition:all .4s;transition:all .4s}.xs_social_counter_widget .xs_counter_url li a .met-social:before,.xs_social_counter_widget .xs_counter_url li a>div:before{-webkit-transition:all .4s;transition:all .4s}.xs_social_counter_widget .xs_counter_url li a:active,.xs_social_counter_widget .xs_counter_url li a:focus,.xs_social_counter_widget .xs_counter_url li a:hover{outline:0;-webkit-box-shadow:none;box-shadow:none}.xs_social_counter_widget .xs_counter_url li a>div{line-height:14px}.xs_social_counter_widget .xs_counter_url li a>div.xs-social-icon{line-height:initial;margin-bottom:5px}.xs_social_counter_widget .xs_counter_url.wslu-theme-font-no .wslu-both-counter-text,.xs_social_counter_widget .xs_counter_url.wslu-theme-font-no .wslu-share-count--text,.xs_social_counter_widget .xs_counter_url.wslu-theme-font-no .wslu-share-count--total,.xs_social_counter_widget .xs_counter_url.wslu-theme-font-no .xs-social-follower,.xs_social_counter_widget .xs_counter_url.wslu-theme-font-no .xs-social-follower-label,.xs_social_counter_widget .xs_counter_url.wslu-theme-font-no .xs-social-follower-text{font-family:Helvetica,sans-serif}.xs_social_counter_widget .xs_counter_url.wslu-counter-box-shaped{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xs_social_counter_widget .xs_counter_url.wslu-counter-box-shaped li{max-width:33.33%}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.facebook span{background-color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.facebook span::before{color:#3b5998!important}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.twitter span{background-color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.twitter span::before{color:#1da1f2!important}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.dribbble span{background-color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.dribbble span::before{color:#ea4c89!important}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.pinterest span{background-color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.pinterest span::before{color:#bd081c!important}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.instagram span{background-color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.instagram span::before{color:#5851db!important}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.github span{background-color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.github span::before{color:#6e5494!important}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.linkedin span{background-color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.linkedin span::before{color:#0077b5!important}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.vkontakte span{background-color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.vkontakte span::before{color:#45668e!important}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.reddit span{background-color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.reddit span::before{color:#ff4500!important}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.skype span{background-color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.skype span::before{color:#00aff0!important}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.wordpress span{background-color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.wordpress span::before{color:#21759b!important}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.google span{background-color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.google span::before{color:#4285f4!important}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.youtube span{background-color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.youtube span::before{color:red!important}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.vimeo span{background-color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.vimeo span::before{color:#1ab7ea!important}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.whatsapp span{background-color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.whatsapp span::before{color:#25d366!important}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.mailchimp span{background-color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.mailchimp span::before{color:#6dc5dc!important}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.posts span{background-color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.posts span::before{color:#36454f!important}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.comments span{background-color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.comments span::before{color:#000!important}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.facebook-messenger span{background-color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.facebook-messenger span::before{color:#3b5998!important}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.kik span{background-color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.kik span::before{color:#82bc23!important}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.trello span{background-color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.trello span::before{color:#0079bf!important}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.viber span{background-color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.viber span::before{color:#59267c!important}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.telegram span{background-color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.telegram span::before{color:#08c!important}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.email span{background-color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.email span::before{color:#ea4335!important}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.digg span{background-color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.digg span::before{color:#005be2!important}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.stumbleupon span{background-color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.stumbleupon span::before{color:#eb4924!important}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.lineapp span{background-color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color li.lineapp span::before{color:#06c755!important}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored.wslu-counter-icon-fill-color.wslu-counter-thin-border li{border-color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li{border-color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li:last-child,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li:nth-child(3n+3){border-color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.facebook{background-color:#3b5998}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.facebook .xs-social-follower,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.facebook .xs-social-follower-text,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.facebook a,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.facebook span{color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.twitter{background-color:#1da1f2}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.twitter .xs-social-follower,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.twitter .xs-social-follower-text,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.twitter a,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.twitter span{color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.dribbble{background-color:#ea4c89}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.dribbble .xs-social-follower,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.dribbble .xs-social-follower-text,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.dribbble a,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.dribbble span{color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.pinterest{background-color:#bd081c}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.pinterest .xs-social-follower,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.pinterest .xs-social-follower-text,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.pinterest a,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.pinterest span{color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.instagram{background-color:#5851db}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.instagram .xs-social-follower,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.instagram .xs-social-follower-text,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.instagram a,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.instagram span{color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.github{background-color:#6e5494}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.github .xs-social-follower,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.github .xs-social-follower-text,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.github a,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.github span{color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.linkedin{background-color:#0077b5}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.linkedin .xs-social-follower,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.linkedin .xs-social-follower-text,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.linkedin a,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.linkedin span{color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.vkontakte{background-color:#45668e}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.vkontakte .xs-social-follower,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.vkontakte .xs-social-follower-text,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.vkontakte a,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.vkontakte span{color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.reddit{background-color:#ff4500}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.reddit .xs-social-follower,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.reddit .xs-social-follower-text,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.reddit a,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.reddit span{color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.skype{background-color:#00aff0}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.skype .xs-social-follower,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.skype .xs-social-follower-text,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.skype a,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.skype span{color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.wordpress{background-color:#21759b}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.wordpress .xs-social-follower,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.wordpress .xs-social-follower-text,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.wordpress a,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.wordpress span{color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.google{background-color:#4285f4}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.google .xs-social-follower,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.google .xs-social-follower-text,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.google a,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.google span{color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.youtube{background-color:red}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.youtube .xs-social-follower,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.youtube .xs-social-follower-text,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.youtube a,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.youtube span{color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.vimeo{background-color:#1ab7ea}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.vimeo .xs-social-follower,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.vimeo .xs-social-follower-text,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.vimeo a,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.vimeo span{color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.whatsapp{background-color:#25d366}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.whatsapp .xs-social-follower,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.whatsapp .xs-social-follower-text,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.whatsapp a,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.whatsapp span{color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.mailchimp{background-color:#6dc5dc}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.mailchimp .xs-social-follower,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.mailchimp .xs-social-follower-text,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.mailchimp a,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.mailchimp span{color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.posts{background-color:#36454f}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.posts .xs-social-follower,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.posts .xs-social-follower-text,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.posts a,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.posts span{color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.comments{background-color:#000}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.comments .xs-social-follower,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.comments .xs-social-follower-text,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.comments a,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.comments span{color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.facebook-messenger{background-color:#3b5998}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.facebook-messenger .xs-social-follower,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.facebook-messenger .xs-social-follower-text,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.facebook-messenger a,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.facebook-messenger span{color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.kik{background-color:#82bc23}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.kik .xs-social-follower,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.kik .xs-social-follower-text,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.kik a,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.kik span{color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.trello{background-color:#0079bf}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.trello .xs-social-follower,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.trello .xs-social-follower-text,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.trello a,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.trello span{color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.viber{background-color:#59267c}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.viber .xs-social-follower,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.viber .xs-social-follower-text,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.viber a,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.viber span{color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.telegram{background-color:#08c}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.telegram .xs-social-follower,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.telegram .xs-social-follower-text,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.telegram a,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.telegram span{color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.email{background-color:#ea4335}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.email .xs-social-follower,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.email .xs-social-follower-text,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.email a,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.email span{color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.digg{background-color:#005be2}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.digg .xs-social-follower,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.digg .xs-social-follower-text,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.digg a,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.digg span{color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.stumbleupon{background-color:#eb4924}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.stumbleupon .xs-social-follower,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.stumbleupon .xs-social-follower-text,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.stumbleupon a,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.stumbleupon span{color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.lineapp{background-color:#06c755}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.lineapp .xs-social-follower,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.lineapp .xs-social-follower-text,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.lineapp a,.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li.lineapp span{color:#fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-fill-colored li a:focus{outline:0}.xs_social_counter_widget .xs_counter_url.wslu-counter-rounded li{border-radius:100px}.xs_social_counter_widget .xs_counter_url.wslu-counter-rounded .wslu-hover-content{border-radius:100px}.xs_social_counter_widget .xs_counter_url.wslu-counter-space li{border:3px solid #fff}.xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-max-content;width:-moz-max-content;width:max-content}.xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped.wslu-counter-icon-fill-color li .xs-social-icon span{width:26px;height:26px;text-align:center;margin:0}.xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped li{width:100%;padding:0}.xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped li:not(:last-child){border-bottom:0}.xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped li a{display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px!important;font-size:15px;text-transform:uppercase;line-height:15px;text-decoration:none;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped li .xs-social-follower,.xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped li .xs-social-follower-text,.xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped li .xs-social-icon{margin:0 5px}.xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped li .met-social{height:auto;width:auto;font-size:12px}.xs_social_counter_widget .xs_counter_url .xs-social-icon span{color:#333;font-size:24px;display:inline-block;border-radius:100px}.xs_social_counter_widget .xs_counter_url .xs-social-follower{color:#333;font-size:16px;font-weight:600;margin-bottom:5px}.xs_social_counter_widget .xs_counter_url .xs-social-follower-text{font-size:9px;color:#999;text-transform:uppercase}.xs_social_share_widget.wslu-theme-font-no .wslu-both-counter-text,.xs_social_share_widget.wslu-theme-font-no .wslu-share-count--text,.xs_social_share_widget.wslu-theme-font-no .wslu-share-count--total,.xs_social_share_widget.wslu-theme-font-no .xs-social-follower,.xs_social_share_widget.wslu-theme-font-no .xs-social-follower-label,.xs_social_share_widget.wslu-theme-font-no .xs-social-follower-text{font-family:Helvetica,sans-serif}.xs_social_share_widget.xs_share_url{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;max-width:100%!important}.xs_social_share_widget.xs_share_url ul{position:relative;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;text-align:center;margin:0;padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-ms-flex-wrap:wrap;flex-wrap:wrap}.xs_social_share_widget.xs_share_url ul li{margin:0}.xs_social_share_widget.xs_share_url ul li>a{display:block;text-decoration:none;-webkit-box-shadow:0 15px 50px 0 rgba(0,0,0,.07);box-shadow:0 15px 50px 0 rgba(0,0,0,.07);padding:5px;-webkit-transition:all .4s cubic-bezier(.47,0,.75,.72);transition:all .4s cubic-bezier(.47,0,.75,.72);-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;line-height:17px;position:relative;background-color:transparent}.xs_social_share_widget.xs_share_url ul li>a .xs-social-icon{text-align:center}.xs_social_share_widget.xs_share_url ul li>a .xs-social-icon span{color:#fff;-webkit-transition:background,opacity .3s ease-in-out;transition:background,opacity .3s ease-in-out}.xs_social_share_widget.xs_share_url ul li.wslu-no-extra-data>a .xs-social-icon{padding:6px 10px;min-width:36px}.xs_social_share_widget.xs_share_url ul li .wslu-both-counter-text{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xs_social_share_widget.xs_share_url ul li.wslu-share-more-btn{margin:0;padding:0!important}.xs_social_share_widget.xs_share_url ul li.wslu-share-more-btn a{background-color:#00a600;color:#fff;font-size:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;cursor:pointer;-webkit-transition:all .4s;transition:all .4s}.xs_social_share_widget.xs_share_url ul li.wslu-share-more-btn a .wslu-share-more-btn--icon{margin-right:3px}.xs_social_share_widget.xs_share_url ul .wslu-share-more{position:absolute;top:120%;right:0;width:250px;background-color:#fff;padding:30px;-webkit-box-shadow:0 10px 25px rgba(0,0,0,.1);box-shadow:0 10px 25px rgba(0,0,0,.1);border-radius:5px;margin-top:15px;opacity:0;visibility:hidden;-webkit-transition:all .4s;transition:all .4s;z-index:1}.xs_social_share_widget.xs_share_url ul .wslu-share-more.active{opacity:1;visibility:visible;top:100%}.xs_social_share_widget.xs_share_url ul .wslu-share-more:before{content:"";width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-bottom:15px solid #fff;position:absolute;top:-15px;right:20px}.xs_social_share_widget.xs_share_url ul .wslu-share-more ul{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.xs_social_share_widget.xs_share_url ul .wslu-share-more .wslu-share-more-btn-title{font-size:16px;line-height:18px;color:#101010;font-weight:600;margin:0;margin-bottom:12px;text-align:left}.xs_social_share_widget.xs_share_url ul .wslu-share-more .wslu-share-more-btn-close{color:#ff433c;font-size:15px;font-weight:700;position:absolute;right:15px;top:13px;cursor:pointer}.xs_social_share_widget.xs_share_url.wslu-share-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.xs_social_share_widget.xs_share_url.wslu-share-vertical ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xs_social_share_widget.xs_share_url.wslu-share-vertical.wslu-share-m-5 li{margin:3px}.xs_social_share_widget.xs_share_url.wslu-share-vertical.wslu-share-m-5 .wslu-share-count{margin:0;margin-bottom:5px}.xs_social_share_widget.xs_share_url.wslu-share-vertical .wslu-share-count{width:100%}.xs_social_share_widget.xs_share_url.wslu-fill-colored .facebook a{background-color:#3b5998}.xs_social_share_widget.xs_share_url.wslu-fill-colored .facebook a .wslu-both-counter-text,.xs_social_share_widget.xs_share_url.wslu-fill-colored .facebook a .xs-social-follower{background-color:#263961}.xs_social_share_widget.xs_share_url.wslu-fill-colored .twitter a{background-color:#1da1f2}.xs_social_share_widget.xs_share_url.wslu-fill-colored .twitter a .wslu-both-counter-text,.xs_social_share_widget.xs_share_url.wslu-fill-colored .twitter a .xs-social-follower{background-color:#0b76b8}.xs_social_share_widget.xs_share_url.wslu-fill-colored .dribbble a{background-color:#ea4c89}.xs_social_share_widget.xs_share_url.wslu-fill-colored .dribbble a .wslu-both-counter-text,.xs_social_share_widget.xs_share_url.wslu-fill-colored .dribbble a .xs-social-follower{background-color:#d11960}.xs_social_share_widget.xs_share_url.wslu-fill-colored .pinterest a{background-color:#bd081c}.xs_social_share_widget.xs_share_url.wslu-fill-colored .pinterest a .wslu-both-counter-text,.xs_social_share_widget.xs_share_url.wslu-fill-colored .pinterest a .xs-social-follower{background-color:#740511}.xs_social_share_widget.xs_share_url.wslu-fill-colored .instagram a{background-color:#5851db}.xs_social_share_widget.xs_share_url.wslu-fill-colored .instagram a .wslu-both-counter-text,.xs_social_share_widget.xs_share_url.wslu-fill-colored .instagram a .xs-social-follower{background-color:#2e26b9}.xs_social_share_widget.xs_share_url.wslu-fill-colored .github a{background-color:#6e5494}.xs_social_share_widget.xs_share_url.wslu-fill-colored .github a .wslu-both-counter-text,.xs_social_share_widget.xs_share_url.wslu-fill-colored .github a .xs-social-follower{background-color:#4a3863}.xs_social_share_widget.xs_share_url.wslu-fill-colored .linkedin a{background-color:#0077b5}.xs_social_share_widget.xs_share_url.wslu-fill-colored .linkedin a .wslu-both-counter-text,.xs_social_share_widget.xs_share_url.wslu-fill-colored .linkedin a .xs-social-follower{background-color:#004569}.xs_social_share_widget.xs_share_url.wslu-fill-colored .vkontakte a{background-color:#45668e}.xs_social_share_widget.xs_share_url.wslu-fill-colored .vkontakte a .wslu-both-counter-text,.xs_social_share_widget.xs_share_url.wslu-fill-colored .vkontakte a .xs-social-follower{background-color:#2c415b}.xs_social_share_widget.xs_share_url.wslu-fill-colored .reddit a{background-color:#ff4500}.xs_social_share_widget.xs_share_url.wslu-fill-colored .reddit a .wslu-both-counter-text,.xs_social_share_widget.xs_share_url.wslu-fill-colored .reddit a .xs-social-follower{background-color:#b33000}.xs_social_share_widget.xs_share_url.wslu-fill-colored .skype a{background-color:#00aff0}.xs_social_share_widget.xs_share_url.wslu-fill-colored .skype a .wslu-both-counter-text,.xs_social_share_widget.xs_share_url.wslu-fill-colored .skype a .xs-social-follower{background-color:#0077a4}.xs_social_share_widget.xs_share_url.wslu-fill-colored .wordpress a{background-color:#21759b}.xs_social_share_widget.xs_share_url.wslu-fill-colored .wordpress a .wslu-both-counter-text,.xs_social_share_widget.xs_share_url.wslu-fill-colored .wordpress a .xs-social-follower{background-color:#14455c}.xs_social_share_widget.xs_share_url.wslu-fill-colored .google a{background-color:#4285f4}.xs_social_share_widget.xs_share_url.wslu-fill-colored .google a .wslu-both-counter-text,.xs_social_share_widget.xs_share_url.wslu-fill-colored .google a .xs-social-follower{background-color:#0d5bdd}.xs_social_share_widget.xs_share_url.wslu-fill-colored .youtube a{background-color:red}.xs_social_share_widget.xs_share_url.wslu-fill-colored .youtube a .wslu-both-counter-text,.xs_social_share_widget.xs_share_url.wslu-fill-colored .youtube a .xs-social-follower{background-color:#b30000}.xs_social_share_widget.xs_share_url.wslu-fill-colored .vimeo a{background-color:#1ab7ea}.xs_social_share_widget.xs_share_url.wslu-fill-colored .vimeo a .wslu-both-counter-text,.xs_social_share_widget.xs_share_url.wslu-fill-colored .vimeo a .xs-social-follower{background-color:#0f83a8}.xs_social_share_widget.xs_share_url.wslu-fill-colored .whatsapp a{background-color:#25d366}.xs_social_share_widget.xs_share_url.wslu-fill-colored .whatsapp a .wslu-both-counter-text,.xs_social_share_widget.xs_share_url.wslu-fill-colored .whatsapp a .xs-social-follower{background-color:#1a9247}.xs_social_share_widget.xs_share_url.wslu-fill-colored .mailchimp a{background-color:#6dc5dc}.xs_social_share_widget.xs_share_url.wslu-fill-colored .mailchimp a .wslu-both-counter-text,.xs_social_share_widget.xs_share_url.wslu-fill-colored .mailchimp a .xs-social-follower{background-color:#31accc}.xs_social_share_widget.xs_share_url.wslu-fill-colored .posts a{background-color:#36454f}.xs_social_share_widget.xs_share_url.wslu-fill-colored .posts a .wslu-both-counter-text,.xs_social_share_widget.xs_share_url.wslu-fill-colored .posts a .xs-social-follower{background-color:#171d22}.xs_social_share_widget.xs_share_url.wslu-fill-colored .comments a{background-color:#000}.xs_social_share_widget.xs_share_url.wslu-fill-colored .comments a .wslu-both-counter-text,.xs_social_share_widget.xs_share_url.wslu-fill-colored .comments a .xs-social-follower{background-color:#000}.xs_social_share_widget.xs_share_url.wslu-fill-colored .facebook-messenger a{background-color:#3b5998}.xs_social_share_widget.xs_share_url.wslu-fill-colored .facebook-messenger a .wslu-both-counter-text,.xs_social_share_widget.xs_share_url.wslu-fill-colored .facebook-messenger a .xs-social-follower{background-color:#263961}.xs_social_share_widget.xs_share_url.wslu-fill-colored .kik a{background-color:#82bc23}.xs_social_share_widget.xs_share_url.wslu-fill-colored .kik a .wslu-both-counter-text,.xs_social_share_widget.xs_share_url.wslu-fill-colored .kik a .xs-social-follower{background-color:#557c17}.xs_social_share_widget.xs_share_url.wslu-fill-colored .trello a{background-color:#0079bf}.xs_social_share_widget.xs_share_url.wslu-fill-colored .trello a .wslu-both-counter-text,.xs_social_share_widget.xs_share_url.wslu-fill-colored .trello a .xs-social-follower{background-color:#004973}.xs_social_share_widget.xs_share_url.wslu-fill-colored .viber a{background-color:#59267c}.xs_social_share_widget.xs_share_url.wslu-fill-colored .viber a .wslu-both-counter-text,.xs_social_share_widget.xs_share_url.wslu-fill-colored .viber a .xs-social-follower{background-color:#2f1441}.xs_social_share_widget.xs_share_url.wslu-fill-colored .telegram a{background-color:#08c}.xs_social_share_widget.xs_share_url.wslu-fill-colored .telegram a .wslu-both-counter-text,.xs_social_share_widget.xs_share_url.wslu-fill-colored .telegram a .xs-social-follower{background-color:#005580}.xs_social_share_widget.xs_share_url.wslu-fill-colored .email a{background-color:#ea4335}.xs_social_share_widget.xs_share_url.wslu-fill-colored .email a .wslu-both-counter-text,.xs_social_share_widget.xs_share_url.wslu-fill-colored .email a .xs-social-follower{background-color:#bf2114}.xs_social_share_widget.xs_share_url.wslu-fill-colored .digg a{background-color:#005be2}.xs_social_share_widget.xs_share_url.wslu-fill-colored .digg a .wslu-both-counter-text,.xs_social_share_widget.xs_share_url.wslu-fill-colored .digg a .xs-social-follower{background-color:#003c96}.xs_social_share_widget.xs_share_url.wslu-fill-colored .stumbleupon a{background-color:#eb4924}.xs_social_share_widget.xs_share_url.wslu-fill-colored .stumbleupon a .wslu-both-counter-text,.xs_social_share_widget.xs_share_url.wslu-fill-colored .stumbleupon a .xs-social-follower{background-color:#b22e10}.xs_social_share_widget.xs_share_url.wslu-fill-colored .lineapp a{background-color:#06c755}.xs_social_share_widget.xs_share_url.wslu-fill-colored .lineapp a .wslu-both-counter-text,.xs_social_share_widget.xs_share_url.wslu-fill-colored .lineapp a .xs-social-follower{background-color:#047d35}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .wslu-share-more-btn,.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored a{background-color:#333}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .facebook:hover a{background-color:#3b5998}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .facebook:hover a span{color:#fff}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .twitter:hover a{background-color:#1da1f2}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .twitter:hover a span{color:#fff}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .dribbble:hover a{background-color:#ea4c89}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .dribbble:hover a span{color:#fff}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .pinterest:hover a{background-color:#bd081c}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .pinterest:hover a span{color:#fff}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .instagram:hover a{background-color:#5851db}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .instagram:hover a span{color:#fff}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .github:hover a{background-color:#6e5494}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .github:hover a span{color:#fff}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .linkedin:hover a{background-color:#0077b5}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .linkedin:hover a span{color:#fff}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .vkontakte:hover a{background-color:#45668e}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .vkontakte:hover a span{color:#fff}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .reddit:hover a{background-color:#ff4500}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .reddit:hover a span{color:#fff}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .skype:hover a{background-color:#00aff0}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .skype:hover a span{color:#fff}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .wordpress:hover a{background-color:#21759b}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .wordpress:hover a span{color:#fff}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .google:hover a{background-color:#4285f4}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .google:hover a span{color:#fff}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .youtube:hover a{background-color:red}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .youtube:hover a span{color:#fff}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .vimeo:hover a{background-color:#1ab7ea}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .vimeo:hover a span{color:#fff}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .whatsapp:hover a{background-color:#25d366}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .whatsapp:hover a span{color:#fff}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .mailchimp:hover a{background-color:#6dc5dc}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .mailchimp:hover a span{color:#fff}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .posts:hover a{background-color:#36454f}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .posts:hover a span{color:#fff}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .comments:hover a{background-color:#000}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .comments:hover a span{color:#fff}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .facebook-messenger:hover a{background-color:#3b5998}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .facebook-messenger:hover a span{color:#fff}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .kik:hover a{background-color:#82bc23}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .kik:hover a span{color:#fff}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .trello:hover a{background-color:#0079bf}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .trello:hover a span{color:#fff}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .viber:hover a{background-color:#59267c}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .viber:hover a span{color:#fff}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .telegram:hover a{background-color:#08c}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .telegram:hover a span{color:#fff}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .email:hover a{background-color:#ea4335}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .email:hover a span{color:#fff}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .digg:hover a{background-color:#005be2}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .digg:hover a span{color:#fff}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .stumbleupon:hover a{background-color:#eb4924}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .stumbleupon:hover a span{color:#fff}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .lineapp:hover a{background-color:#06c755}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored .lineapp:hover a span{color:#fff}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored.wslu-icon-border-colored-hover li a{background-color:#fff}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored.wslu-icon-border-colored-hover li a span{color:#333}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored.wslu-icon-border-colored-hover li a:hover span{color:#fff}.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored li.wslu-share-more-btn.active,.xs_social_share_widget.xs_share_url.wslu-fill-brand-hover-colored li.wslu-share-more-btn:hover{background-color:#00a600}.xs_social_share_widget.xs_share_url.wslu-share-m-5 li{margin:3px}.xs_social_share_widget.xs_share_url.wslu-share-m-5 .wslu-share-count{margin:3px 5px 3px 0}.xs_social_share_widget.xs_share_url.wslu-share-rounded li a{border-radius:100px}.xs_social_share_widget.xs_share_url.wslu-share-rounded li a .wslu-both-counter-text{border-top-right-radius:100px;border-bottom-right-radius:100px}.xs_social_share_widget.xs_share_url.wslu-share-rounded li a .xs-social-icon{border-radius:100px}.xs_social_share_widget.xs_share_url.wslu-share-rounded li.wslu-share-more-btn{border-radius:100px}.xs_social_share_widget.xs_share_url.wslu-share-rounded .wslu-hover-content,.xs_social_share_widget.xs_share_url.wslu-share-rounded .wslu-share-count{border-radius:100px}.xs_social_share_widget.xs_share_url.wslu-share-rounded.wslu-slide-top li:hover .wslu-hover-content{margin-bottom:2px}.xs_social_share_widget.xs_share_url.wslu-share-rounded.wslu-slide-down li:hover .wslu-hover-content{margin-top:2px}.xs_social_share_widget.xs_share_url.wslu-share-rounded.wslu-slide-right li:hover .wslu-hover-content{margin-left:2px}.xs_social_share_widget.xs_share_url.wslu-share-rounded.wslu-slide-left li:hover .wslu-hover-content{margin-right:2px}.xs_social_share_widget.xs_share_url.wslu-share-box-shaped{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.xs_social_share_widget.xs_share_url.wslu-share-box-shaped li a{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xs_social_share_widget.xs_share_url.wslu-share-box-shaped li a .wslu-both-counter-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:10px;-ms-flex:10px;flex:10px}.xs_social_share_widget.xs_share_url.wslu-share-box-shaped li a .wslu-both-counter-text,.xs_social_share_widget.xs_share_url.wslu-share-box-shaped li a .xs-social-icon{padding:0 10px}.xs_social_share_widget.xs_share_url.wslu-share-box-shaped li.wslu-extra-data a .xs-social-icon{padding-top:3px;padding-bottom:3px}.xs_social_share_widget.xs_share_url .wslu-both-counter-text,.xs_social_share_widget.xs_share_url .xs-social-follower{font-size:12px;color:#fff;line-height:14px}.xs_social_share_widget.xs_share_url.wslu-radius-3 a{border-radius:3px}.xs_social_share_widget.xs_share_url.wslu-radius-3 a .wslu-both-counter-text{border-top-right-radius:3px;border-bottom-right-radius:3px}.xs_social_share_widget.xs_share_url.wslu-radius-3 a .wslu-hover-content{border-radius:3px}.xs_social_share_widget.xs_share_url.wslu-radius-3 .wslu-share-count,.xs_social_share_widget.xs_share_url.wslu-radius-3 .wslu-share-more-btn{border-radius:3px}.xs_social_share_widget.xs_share_url.wslu-radius-3.wslu-slide-top li a:hover .wslu-hover-content{margin-bottom:2px}.xs_social_share_widget.xs_share_url.wslu-radius-3.wslu-slide-down li a:hover .wslu-hover-content{margin-top:2px}.xs_social_share_widget.xs_share_url.wslu-radius-3.wslu-slide-right li a:hover .wslu-hover-content{margin-left:2px}.xs_social_share_widget.xs_share_url.wslu-radius-3.wslu-slide-left li a:hover .wslu-hover-content{margin-right:2px}.xs_social_share_widget.xs_share_url.wslu-share-horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex}.xs_social_share_widget.xs_share_url.wslu-share-horizontal ul{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.xs_social_share_widget.xs_share_url.wslu-share-horizontal .wslu-share-count{padding:4px 9px}.xs_social_share_widget.xs_share_url.wslu-share-horizontal.wslu-share-m-5 li{margin:3px}.xs_social_share_widget.xs_share_url.wslu-share-horizontal.wslu-share-m-5 .wslu-share-more li{margin:3px}.xs_social_share_widget.xs_share_url.wslu-share-horizontal.wslu-style-18{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.xs_social_share_widget.xs_share_url.wslu-share-horizontal.wslu-style-18 a{height:100%}.xs_social_share_widget.left_content,.xs_social_share_widget.right_content{position:fixed;z-index:9999;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-box-align:inherit!important;-ms-flex-align:inherit!important;align-items:inherit!important}.xs_social_share_widget.left_content .wslu-share-count,.xs_social_share_widget.right_content .wslu-share-count{padding:9px 9px;max-width:100%;width:100%}.xs_social_share_widget.left_content.xs_share_url li,.xs_social_share_widget.right_content.xs_share_url li{display:block;margin-left:0;margin-right:0;min-width:38px}.xs_social_share_widget.left_content.wslu-share-m-5 li,.xs_social_share_widget.right_content.wslu-share-m-5 li{margin:3px}.xs_social_share_widget.left_content.wslu-share-m-5 .wslu-share-count,.xs_social_share_widget.right_content.wslu-share-m-5 .wslu-share-count{margin-bottom:5px}.xs_social_share_widget.right_content{left:auto;right:0}.xs_social_share_widget.bottom_content,.xs_social_share_widget.top_content{position:fixed;z-index:9999;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.xs_social_share_widget.bottom_content.xs_share_url ul li,.xs_social_share_widget.top_content.xs_share_url ul li{display:inline-block}.xs_social_share_widget.bottom_content{top:auto;bottom:0}.xs_social_share_widget .met-social{line-height:24px}.wslu-fill-brand-hover-colored .wslu-share-count,.wslu-fill-colored .wslu-share-count{padding:9px}.wslu-share-count{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:transparent;background-color:#fff;margin:0 auto;padding:0 12px}.wslu-share-count--total{font-size:16px;line-height:18px;color:#333}.wslu-share-count--text{font-size:10px;line-height:10px;letter-spacing:.5px;color:#333;text-transform:uppercase}#xs-social-login-container a{text-decoration:none;display:inline-block}#xs-social-login-container a:hover{text-decoration:none}#xs-social-login-container a:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}#xs-social-login-container span{display:inline-block}#xs-social-login-container .wslu-logout-button{background:#2271b1;color:#fff;font-size:16px;padding:10px;width:100%;text-align:center;font-weight:400;border-radius:5px;-webkit-transition:all linear .3s;transition:all linear .3s}#xs-social-login-container .wslu-logout-button:hover{color:#fff;background-color:#005b93}#xs-social-login-container{max-width:300px;margin:30px auto;padding-bottom:50px}#xs-social-login-container .xs-login--style-1{display:grid;grid-template-columns:1fr;grid-gap:15px;--iconbox-size:40px}#xs-social-login-container .xs-login--style-1 .xs-login__item{background-color:#fff;padding:6px;border-radius:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-shadow:0 15px 35px rgba(0,0,0,.06);box-shadow:0 15px 35px rgba(0,0,0,.06);-webkit-transition:all linear .3s;transition:all linear .3s}#xs-social-login-container .xs-login--style-1 .xs-login__item:hover{background-color:var(--wslu-color-scheme);-webkit-box-shadow:0;box-shadow:0}#xs-social-login-container .xs-login--style-1 .xs-login__item:hover .xs-login__item--icon{background-color:#fff;color:var(--wslu-color-scheme)}#xs-social-login-container .xs-login--style-1 .xs-login__item:hover .xs-login__item--label{color:#fff}#xs-social-login-container .xs-login--style-1 .xs-login__item--icon{background-color:var(--wslu-color-scheme);width:var(--iconbox-size);height:var(--iconbox-size);line-height:var(--iconbox-size);text-align:center;border-radius:var(--iconbox-size);color:#fff;font-size:calc(var(--iconbox-size)/ 2)}#xs-social-login-container .xs-login--style-1 .xs-login__item--label{color:var(--wslu-color-scheme);font-size:14px;font-weight:600;padding-left:10px}#xs-social-login-container .xs-login--style-2{--iconbox-size:45px;display:grid;grid-template-columns:repeat(auto-fit,calc(var(--iconbox-size) + 7px));grid-gap:10px}#xs-social-login-container .xs-login--style-2 .xs-login__item{border-radius:100px}#xs-social-login-container .xs-login--style-2 .xs-login__item:hover .xs-login__item--icon{background-color:#fff;color:var(--wslu-color-scheme);-webkit-box-shadow:0 15px 35px rgba(0,0,0,.06);box-shadow:0 15px 35px rgba(0,0,0,.06)}#xs-social-login-container .xs-login--style-2 .xs-login__item--icon{background-color:var(--wslu-color-scheme);width:var(--iconbox-size);height:var(--iconbox-size);line-height:var(--iconbox-size);text-align:center;border-radius:50%;color:#fff;font-size:calc(var(--iconbox-size)/ 3);-webkit-transition:.2s;transition:.2s}#xs-social-login-container .xs-login--style-3{display:grid;grid-template-columns:1fr;grid-gap:15px}#xs-social-login-container .xs-login--style-3 .xs-login__item{background-color:#fff;padding:13px 30px;border-radius:100px;-webkit-box-shadow:0 15px 35px rgba(0,0,0,.06);box-shadow:0 15px 35px rgba(0,0,0,.06);-webkit-transition:all linear .3s;transition:all linear .3s;text-align:center}#xs-social-login-container .xs-login--style-3 .xs-login__item:hover{background-color:var(--wslu-color-scheme);-webkit-box-shadow:0;box-shadow:0}#xs-social-login-container .xs-login--style-3 .xs-login__item:hover .xs-login__item--label{color:#fff}#xs-social-login-container .xs-login--style-3 .xs-login__item--label{color:var(--wslu-color-scheme);font-size:16px;font-weight:600}@font-face{font-family:met-social;src:url(//hotdogexpress.fr/wp-content/plugins/wp-social/assets/css/fonts/met-social.eot?kjn5hn);src:url(//hotdogexpress.fr/wp-content/plugins/wp-social/assets/css/fonts/met-social.eot?kjn5hn#iefix) format('embedded-opentype'),url(//hotdogexpress.fr/wp-content/plugins/wp-social/assets/css/fonts/met-social.ttf?kjn5hn) format('truetype'),url(//hotdogexpress.fr/wp-content/plugins/wp-social/assets/css/fonts/met-social.woff?kjn5hn) format('woff'),url(//hotdogexpress.fr/wp-content/plugins/wp-social/assets/css/fonts/met-social.svg?kjn5hn#met-social) format('svg');font-weight:400;font-style:normal;font-display:block}.met-social{font-family:met-social!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.met-social-home:before{content:"\e800"}.met-social-apartment:before{content:"\e801"}.met-social-pencil:before{content:"\e802"}.met-social-magic-wand:before{content:"\e803"}.met-social-drop:before{content:"\e804"}.met-social-lighter:before{content:"\e805"}.met-social-poop:before{content:"\e806"}.met-social-sun:before{content:"\e807"}.met-social-moon:before{content:"\e808"}.met-social-cloud:before{content:"\e809"}.met-social-cloud-upload:before{content:"\e80a"}.met-social-cloud-download:before{content:"\e80b"}.met-social-cloud-sync:before{content:"\e80c"}.met-social-cloud-check:before{content:"\e80d"}.met-social-database:before{content:"\e80e"}.met-social-lock:before{content:"\e80f"}.met-social-cog:before{content:"\e810"}.met-social-trash:before{content:"\e811"}.met-social-dice:before{content:"\e812"}.met-social-heart:before{content:"\e813"}.met-social-star1:before{content:"\e814"}.met-social-star-half:before{content:"\e815"}.met-social-star-empty:before{content:"\e816"}.met-social-flag:before{content:"\e817"}.met-social-envelope:before{content:"\e818"}.met-social-paperclip:before{content:"\e819"}.met-social-inbox:before{content:"\e81a"}.met-social-eye:before{content:"\e81b"}.met-social-printer:before{content:"\e81c"}.met-social-file-empty:before{content:"\e81d"}.met-social-file-add:before{content:"\e81e"}.met-social-enter:before{content:"\e81f"}.met-social-exit:before{content:"\e820"}.met-social-graduation-hat:before{content:"\e821"}.met-social-license:before{content:"\e822"}.met-social-music-note:before{content:"\e823"}.met-social-film-play:before{content:"\e824"}.met-social-camera-video:before{content:"\e825"}.met-social-camera:before{content:"\e826"}.met-social-picture:before{content:"\e827"}.met-social-book:before{content:"\e828"}.met-social-bookmark:before{content:"\e829"}.met-social-user:before{content:"\e82a"}.met-social-users:before{content:"\e82b"}.met-social-shirt:before{content:"\e82c"}.met-social-store:before{content:"\e82d"}.met-social-cart:before{content:"\e82e"}.met-social-tag:before{content:"\e82f"}.met-social-phone-handset:before{content:"\e830"}.met-social-phone:before{content:"\e831"}.met-social-pushpin:before{content:"\e832"}.met-social-map-marker:before{content:"\e833"}.met-social-map:before{content:"\e834"}.met-social-location:before{content:"\e835"}.met-social-calendar-full:before{content:"\e836"}.met-social-keyboard:before{content:"\e837"}.met-social-spell-check:before{content:"\e838"}.met-social-screen:before{content:"\e839"}.met-social-smartphone:before{content:"\e83a"}.met-social-tablet:before{content:"\e83b"}.met-social-laptop:before{content:"\e83c"}.met-social-laptop-phone:before{content:"\e83d"}.met-social-power-switch:before{content:"\e83e"}.met-social-bubble:before{content:"\e83f"}.met-social-heart-pulse:before{content:"\e840"}.met-social-construction:before{content:"\e841"}.met-social-pie-chart:before{content:"\e842"}.met-social-chart-bars:before{content:"\e843"}.met-social-gift:before{content:"\e844"}.met-social-diamond:before{content:"\e845"}.met-social-dinner:before{content:"\e847"}.met-social-coffee-cup:before{content:"\e848"}.met-social-leaf:before{content:"\e849"}.met-social-paw:before{content:"\e84a"}.met-social-rocket:before{content:"\e84b"}.met-social-briefcase:before{content:"\e84c"}.met-social-bus:before{content:"\e84d"}.met-social-car:before{content:"\e84e"}.met-social-train:before{content:"\e84f"}.met-social-bicycle:before{content:"\e850"}.met-social-wheelchair:before{content:"\e851"}.met-social-select:before{content:"\e852"}.met-social-earth:before{content:"\e853"}.met-social-smile:before{content:"\e854"}.met-social-sad:before{content:"\e855"}.met-social-neutral:before{content:"\e856"}.met-social-mustache:before{content:"\e857"}.met-social-alarm:before{content:"\e858"}.met-social-bullhorn:before{content:"\e859"}.met-social-volume-high:before{content:"\e85a"}.met-social-volume-medium:before{content:"\e85b"}.met-social-volume-low:before{content:"\e85c"}.met-social-volume:before{content:"\e85d"}.met-social-mic:before{content:"\e85e"}.met-social-hourglass:before{content:"\e85f"}.met-social-undo:before{content:"\e860"}.met-social-redo:before{content:"\e861"}.met-social-sync:before{content:"\e862"}.met-social-history:before{content:"\e863"}.met-social-clock:before{content:"\e864"}.met-social-download:before{content:"\e865"}.met-social-upload:before{content:"\e866"}.met-social-enter-down:before{content:"\e867"}.met-social-exit-up:before{content:"\e868"}.met-social-bug:before{content:"\e869"}.met-social-code:before{content:"\e86a"}.met-social-link:before{content:"\e86b"}.met-social-unlink:before{content:"\e86c"}.met-social-thumbs-up:before{content:"\e86d"}.met-social-thumbs-down:before{content:"\e86e"}.met-social-magnifier:before{content:"\e86f"}.met-social-cross:before{content:"\e870"}.met-social-menu:before{content:"\e871"}.met-social-list:before{content:"\e872"}.met-social-chevron-up:before{content:"\e873"}.met-social-chevron-down:before{content:"\e874"}.met-social-chevron-left:before{content:"\e875"}.met-social-chevron-right:before{content:"\e876"}.met-social-arrow-up:before{content:"\e877"}.met-social-arrow-down:before{content:"\e878"}.met-social-arrow-left:before{content:"\e879"}.met-social-arrow-right:before{content:"\e87a"}.met-social-move:before{content:"\e87b"}.met-social-warning:before{content:"\e87c"}.met-social-question-circle:before{content:"\e87d"}.met-social-menu-circle:before{content:"\e87e"}.met-social-checkmark-circle:before{content:"\e87f"}.met-social-cross-circle:before{content:"\e880"}.met-social-plus-circle:before{content:"\e881"}.met-social-circle-minus:before{content:"\e882"}.met-social-arrow-up-circle:before{content:"\e883"}.met-social-arrow-down-circle:before{content:"\e884"}.met-social-arrow-left-circle:before{content:"\e885"}.met-social-arrow-right-circle:before{content:"\e886"}.met-social-chevron-up-circle:before{content:"\e887"}.met-social-chevron-down-circle:before{content:"\e888"}.met-social-chevron-left-circle:before{content:"\e889"}.met-social-chevron-right-circle:before{content:"\e88a"}.met-social-crop:before{content:"\e88b"}.met-social-frame-expand:before{content:"\e88c"}.met-social-frame-contract:before{content:"\e88d"}.met-social-layers:before{content:"\e88e"}.met-social-funnel:before{content:"\e88f"}.met-social-text-format:before{content:"\e890"}.met-social-text-size:before{content:"\e892"}.met-social-bold:before{content:"\e893"}.met-social-italic:before{content:"\e894"}.met-social-underline:before{content:"\e895"}.met-social-strikethrough:before{content:"\e896"}.met-social-highlight:before{content:"\e897"}.met-social-text-align-left:before{content:"\e898"}.met-social-text-align-center:before{content:"\e899"}.met-social-text-align-right:before{content:"\e89a"}.met-social-text-align-justify:before{content:"\e89b"}.met-social-line-spacing:before{content:"\e89c"}.met-social-indent-increase:before{content:"\e89d"}.met-social-indent-decrease:before{content:"\e89e"}.met-social-page-break:before{content:"\e8a2"}.met-social-hand:before{content:"\e8a5"}.met-social-pointer-up:before{content:"\e8a6"}.met-social-pointer-right:before{content:"\e8a7"}.met-social-pointer-down:before{content:"\e8a8"}.met-social-pointer-left:before{content:"\e8a9"}.met-social-behance:before{content:"\e901"}.met-social-behance-line:before{content:"\e902"}.met-social-dribbble:before{content:"\e903"}.met-social-dribbble-line:before{content:"\e904"}.met-social-uniE905:before{content:"\e905"}.met-social-uniE906:before{content:"\e906"}.met-social-envato-line:before{content:"\e907"}.met-social-facebook:before{content:"\e908"}.met-social-facebook-line:before{content:"\e909"}.met-social-flickr:before{content:"\e90a"}.met-social-flickr-line:before{content:"\e90b"}.met-social-github:before{content:"\e90c"}.met-social-github-line:before{content:"\e90d"}.met-social-google:before{content:"\e90e"}.met-social-google-line:before{content:"\e90f"}.met-social-instagram:before{content:"\e910"}.met-social-instagram-line:before{content:"\e911"}.met-social-linkedin:before{content:"\e912"}.met-social-linkedin-line:before{content:"\e913"}.met-social-mailchimp:before{content:"\e914"}.met-social-mailchimp-line:before{content:"\e915"}.met-social-pinterest:before{content:"\e916"}.met-social-pinterest-line:before{content:"\e917"}.met-social-reddit:before{content:"\e918"}.met-social-reddit-line:before{content:"\e919"}.met-social-tumblr:before{content:"\e91a"}.met-social-tumblr-line:before{content:"\e91b"}.met-social-twitter1:before{content:"\e91c"}.met-social-twitter-line:before{content:"\e91d"}.met-social-vimeo:before{content:"\e91e"}.met-social-vimeo-line:before{content:"\e91f"}.met-social-vkontakte:before{content:"\e920"}.met-social-vkontakte-line:before{content:"\e921"}.met-social-wordpress:before{content:"\e922"}.met-social-wordpress-line:before{content:"\e923"}.met-social-youtube:before{content:"\e924"}.met-social-youtube-line:before{content:"\e925"}.met-social-posts:before{content:"\e926"}.met-social-comments:before{content:"\e927"}.met-social-digg:before{content:"\e928"}.met-social-digg-line:before{content:"\e929"}.met-social-email:before{content:"\e92a"}.met-social-mail-line:before{content:"\e92b"}.met-social-telegram:before{content:"\e92c"}.met-social-telegram-line:before{content:"\e92d"}.met-social-facebook-messenger:before{content:"\e92e"}.met-social-facebook-messenger-line:before{content:"\e92f"}.met-social-kik:before{content:"\e930"}.met-social-kik-line:before{content:"\e931"}.met-social-skype:before{content:"\e932"}.met-social-skype-line:before{content:"\e933"}.met-social-trello:before{content:"\e934"}.met-social-trello-line:before{content:"\e935"}.met-social-viber:before{content:"\e936"}.met-social-viber-line:before{content:"\e937"}.met-social-stumbleupon:before{content:"\e938"}.met-social-stumbleupon-line:before{content:"\e939"}.met-social-whatsapp-line:before{content:"\e93a"}.met-social-whatsapp:before{content:"\e93b"}.met-social-cog-icon:before{content:"\e93c"}.met-social-lineapp:before{content:"\e93d"}.met-social-elements-kit-logo:before{content:"\e940"}.met-social-degree-image:before{content:"\e941"}.met-social-accordion:before{content:"\e942"}.met-social-animated-flip-box:before{content:"\e943"}.met-social-animated-text:before{content:"\e944"}.met-social-brands:before{content:"\e945"}.met-social-business-hour:before{content:"\e946"}.met-social-ekit:before{content:"\e947"}.met-social-button:before{content:"\e948"}.met-social-carousel:before{content:"\e949"}.met-social-Circle-progress:before{content:"\e94a"}.met-social-contact-form:before{content:"\e94b"}.met-social-countdown-timer:before{content:"\e94c"}.met-social-dropbar:before{content:"\e94d"}.met-social-faq:before{content:"\e94e"}.met-social-full-width-scroll:before{content:"\e94f"}.met-social-google-map:before{content:"\e950"}.met-social-heading-style:before{content:"\e951"}.met-social-help-desk:before{content:"\e952"}.met-social-horizontal-timeline:before{content:"\e953"}.met-social-iframe:before{content:"\e954"}.met-social-image-comparison:before{content:"\e955"}.met-social-image-gallery:before{content:"\e956"}.met-social-image-justify:before{content:"\e957"}.met-social-image-magnifier:before{content:"\e958"}.met-social-image-masonry:before{content:"\e959"}.met-social-inline-svg:before{content:"\e95a"}.met-social-instagram1:before{content:"\e95b"}.met-social-listing:before{content:"\e95c"}.met-social-music-player:before{content:"\e95d"}.met-social-news-ticker:before{content:"\e95e"}.met-social-off-canvus-menu:before{content:"\e95f"}.met-social-parallax:before{content:"\e960"}.met-social-portfolio:before{content:"\e961"}.met-social-post-banner:before{content:"\e962"}.met-social-post-carousel:before{content:"\e963"}.met-social-post-grid:before{content:"\e964"}.met-social-post-slider:before{content:"\e965"}.met-social-pricing-list:before{content:"\e966"}.met-social-pricing-table:before{content:"\e967"}.met-social-product-featured:before{content:"\e968"}.met-social-product-image:before{content:"\e969"}.met-social-product-recent:before{content:"\e96a"}.met-social-product-sale:before{content:"\e96b"}.met-social-product-top-rated:before{content:"\e96c"}.met-social-product-top-seller:before{content:"\e96d"}.met-social-progress-bar:before{content:"\e96e"}.met-social-protected-content-v2:before{content:"\e96f"}.met-social-protected-content-v3:before{content:"\e970"}.met-social-protected-content:before{content:"\e971"}.met-social-qr_code:before{content:"\e972"}.met-social-scroll-button:before{content:"\e973"}.met-social-search:before{content:"\e974"}.met-social-service:before{content:"\e975"}.met-social-slider-image:before{content:"\e976"}.met-social-social-share:before{content:"\e977"}.met-social-subscribe:before{content:"\e978"}.met-social-tab:before{content:"\e979"}.met-social-table:before{content:"\e97a"}.met-social-team-join:before{content:"\e97b"}.met-social-team-member:before{content:"\e97c"}.met-social-testimonial-carousel:before{content:"\e97d"}.met-social-testimonial-grid:before{content:"\e97e"}.met-social-testimonial-quote:before{content:"\e97f"}.met-social-testimonial-slider:before{content:"\e980"}.met-social-toggle:before{content:"\e981"}.met-social-user-login:before{content:"\e982"}.met-social-double-left-chevron:before{content:"\e983"}.met-social-double-angle-pointing-to-right:before{content:"\e984"}.met-social-left-arrow:before{content:"\e985"}.met-social-download-arrow:before{content:"\e986"}.met-social-left-arrow2:before{content:"\e987"}.met-social-right-arrow2:before{content:"\e988"}.met-social-burger:before{content:"\e989"}.met-social-cakes:before{content:"\e98a"}.met-social-cheese:before{content:"\e98b"}.met-social-drink-glass:before{content:"\e98c"}.met-social-pizza:before{content:"\e98d"}.met-social-vplay:before{content:"\e98e"}.met-social-newsletter:before{content:"\e98f"}.met-social-coins-2:before{content:"\e990"}.met-social-commerce-2:before{content:"\e991"}.met-social-monitor:before{content:"\e992"}.met-social-business:before{content:"\e993"}.met-social-down-arrow1:before{content:"\e994"}.met-social-up-arrow1:before{content:"\e995"}.met-social-right-arrow:before{content:"\e996"}.met-social-left-arrows:before{content:"\e997"}.met-social-graphic-2:before{content:"\e998"}.met-social-commerce-1:before{content:"\e999"}.met-social-hammer:before{content:"\e99a"}.met-social-justice-1:before{content:"\e99b"}.met-social-line:before{content:"\e99c"}.met-social-money-3:before{content:"\e99d"}.met-social-commerce:before{content:"\e99e"}.met-social-agenda:before{content:"\e99f"}.met-social-justice:before{content:"\e9a0"}.met-social-technology:before{content:"\e9a1"}.met-social-coins-1:before{content:"\e9a2"}.met-social-bank:before{content:"\e9a3"}.met-social-calculator:before{content:"\e9a4"}.met-social-soundcloud:before{content:"\e9a5"}.met-social-chart2:before{content:"\e9a6"}.met-social-checked:before{content:"\e9a7"}.met-social-clock1:before{content:"\e9a8"}.met-social-comment:before{content:"\e9a9"}.met-social-comments1:before{content:"\e9aa"}.met-social-consult:before{content:"\e9ab"}.met-social-consut2:before{content:"\e9ac"}.met-social-deal:before{content:"\e9ad"}.met-social-envelope1:before{content:"\e9ae"}.met-social-folder:before{content:"\e9af"}.met-social-invest:before{content:"\e9b0"}.met-social-loan:before{content:"\e9b1"}.met-social-map-marker1:before{content:"\e9b2"}.met-social-mutual-fund:before{content:"\e9b3"}.met-social-google-plus:before{content:"\e9b4"}.met-social-phone1:before{content:"\e9b5"}.met-social-pie-chart1:before{content:"\e9b6"}.met-social-play:before{content:"\e9b7"}.met-social-savings:before{content:"\e9b8"}.met-social-search1:before{content:"\e9b9"}.met-social-tag1:before{content:"\e9ba"}.met-social-tags:before{content:"\e9bb"}.met-social-instagram2:before{content:"\e9bc"}.met-social-quote:before{content:"\e9bd"}.met-social-arrow-point-to-down:before{content:"\e9be"}.met-social-play-button:before{content:"\e9bf"}.met-social-minus:before{content:"\e9c0"}.met-social-plus:before{content:"\e9c1"}.met-social-tick:before{content:"\e9c2"}.met-social-up-arrow:before{content:"\e9c3"}.met-social-arrows:before{content:"\e9c4"}.met-social-right-arrow1:before{content:"\e9c5"}.met-social-edit:before{content:"\e9c6"}.met-social-reply:before{content:"\e9c7"}.met-social-cogwheel-outline:before{content:"\e9c8"}.met-social-apple:before{content:"\e9c9"}.met-social-abacus:before{content:"\e9ca"}.met-social-abacus1:before{content:"\e9cb"}.met-social-agenda1:before{content:"\e9cc"}.met-social-shopping-basket:before{content:"\e9cd"}.met-social-users1:before{content:"\e9ce"}.met-social-man:before{content:"\e9cf"}.met-social-support:before{content:"\e9d0"}.met-social-favorites:before{content:"\e9d1"}.met-social-calendar:before{content:"\e9d2"}.met-social-paper-plane:before{content:"\e9d3"}.met-social-placeholder:before{content:"\e9d4"}.met-social-phone-call:before{content:"\e9d5"}.met-social-contact:before{content:"\e9d6"}.met-social-email1:before{content:"\e9d7"}.met-social-internet:before{content:"\e9d8"}.met-social-quote1:before{content:"\e9d9"}.met-social-medical:before{content:"\e9da"}.met-social-eye1:before{content:"\e9db"}.met-social-full-screen:before{content:"\e9dc"}.met-social-tools:before{content:"\e9dd"}.met-social-pie-chart2:before{content:"\e9de"}.met-social-diamond1:before{content:"\e9df"}.met-social-valentines-heart:before{content:"\e9e0"}.met-social-like:before{content:"\e9e1"}.met-social-team:before{content:"\e9e2"}.met-social-tshirt:before{content:"\e9e3"}.met-social-cancel:before{content:"\e9e4"}.met-social-drink:before{content:"\e9e5"}.met-social-home1:before{content:"\e9e6"}.met-social-music:before{content:"\e9e7"}.met-social-rich:before{content:"\e9e8"}.met-social-brush:before{content:"\e9e9"}.met-social-opposite-way:before{content:"\e9ea"}.met-social-cloud-computing:before{content:"\e9eb"}.met-social-technology-1:before{content:"\e9ec"}.met-social-rotate:before{content:"\e9ed"}.met-social-medical1:before{content:"\e9ee"}.met-social-flash-1:before{content:"\e9ef"}.met-social-flash:before{content:"\e9f0"}.met-social-uturn:before{content:"\e9f1"}.met-social-down-arrow:before{content:"\e9f2"}.met-social-hours-support:before{content:"\e9f3"}.met-social-bag:before{content:"\e9f4"}.met-social-photo-camera:before{content:"\e9f5"}.met-social-school:before{content:"\e9f6"}.met-social-settings:before{content:"\e9f7"}.met-social-smartphone1:before{content:"\e9f8"}.met-social-technology-11:before{content:"\e9f9"}.met-social-tool:before{content:"\e9fa"}.met-social-business1:before{content:"\e9fb"}.met-social-shuffle-arrow:before{content:"\e9fc"}.met-social-van-1:before{content:"\e9fd"}.met-social-van:before{content:"\e9fe"}.met-social-vegetables:before{content:"\e9ff"}.met-social-women:before{content:"\ea00"}.met-social-vintage:before{content:"\ea01"}.met-social-team-1:before{content:"\ea02"}.met-social-team1:before{content:"\ea03"}.met-social-watch:before{content:"\ea04"}.met-social-cogwheel:before{content:"\ea05"}.met-social-light-bulb:before{content:"\ea06"}.met-social-light-bulb-1:before{content:"\ea07"}.met-social-heart-shape-outline:before{content:"\ea08"}.met-social-online-shopping-cart:before{content:"\ea09"}.met-social-shopping-cart:before{content:"\ea0a"}.met-social-star2:before{content:"\ea0b"}.met-social-star-1:before{content:"\ea0c"}.met-social-favorite:before{content:"\ea0d"}.met-social-agenda2:before{content:"\ea0e"}.met-social-agenda-1:before{content:"\ea0f"}.met-social-alarm-clock:before{content:"\ea10"}.met-social-alarm-clock1:before{content:"\ea11"}.met-social-atomic:before{content:"\ea12"}.met-social-auction:before{content:"\ea13"}.met-social-balance:before{content:"\ea14"}.met-social-balance1:before{content:"\ea15"}.met-social-bank1:before{content:"\ea16"}.met-social-bar-chart:before{content:"\ea17"}.met-social-barrier:before{content:"\ea18"}.met-social-battery:before{content:"\ea19"}.met-social-battery-1:before{content:"\ea1a"}.met-social-bell:before{content:"\ea1b"}.met-social-bluetooth:before{content:"\ea1c"}.met-social-book1:before{content:"\ea1d"}.met-social-briefcase1:before{content:"\ea1e"}.met-social-briefcase-1:before{content:"\ea1f"}.met-social-briefcase-2:before{content:"\ea20"}.met-social-calculator1:before{content:"\ea21"}.met-social-calculator2:before{content:"\ea22"}.met-social-calculator-1:before{content:"\ea23"}.met-social-calendar1:before{content:"\ea24"}.met-social-calendar2:before{content:"\ea25"}.met-social-calendar-1:before{content:"\ea26"}.met-social-car1:before{content:"\ea27"}.met-social-carrier:before{content:"\ea28"}.met-social-cash:before{content:"\ea29"}.met-social-chat:before{content:"\ea2a"}.met-social-chat-1:before{content:"\ea2b"}.met-social-checked1:before{content:"\ea2c"}.met-social-clip:before{content:"\ea2d"}.met-social-clip1:before{content:"\ea2e"}.met-social-clipboard:before{content:"\ea2f"}.met-social-clipboard1:before{content:"\ea30"}.met-social-clock2:before{content:"\ea31"}.met-social-clock-1:before{content:"\ea32"}.met-social-cloud1:before{content:"\ea33"}.met-social-cloud-computing1:before{content:"\ea34"}.met-social-cloud-computing-1:before{content:"\ea35"}.met-social-cogwheel1:before{content:"\ea36"}.met-social-coins:before{content:"\ea37"}.met-social-compass:before{content:"\ea38"}.met-social-contract:before{content:"\ea39"}.met-social-conversation:before{content:"\ea3a"}.met-social-crane:before{content:"\ea3b"}.met-social-crane-2:before{content:"\ea3c"}.met-social-credit-card:before{content:"\ea3d"}.met-social-credit-card1:before{content:"\ea3e"}.met-social-cursor:before{content:"\ea3f"}.met-social-customer-service:before{content:"\ea40"}.met-social-cutlery:before{content:"\ea41"}.met-social-dart-board:before{content:"\ea42"}.met-social-decision-making:before{content:"\ea43"}.met-social-desk-chair:before{content:"\ea44"}.met-social-desk-lamp:before{content:"\ea45"}.met-social-diamond2:before{content:"\ea46"}.met-social-direction:before{content:"\ea47"}.met-social-document:before{content:"\ea48"}.met-social-dollar-bill:before{content:"\ea49"}.met-social-download1:before{content:"\ea4a"}.met-social-edit1:before{content:"\ea4b"}.met-social-email11:before{content:"\ea4c"}.met-social-envelope2:before{content:"\ea4d"}.met-social-envelope3:before{content:"\ea4e"}.met-social-eraser:before{content:"\ea4f"}.met-social-eye2:before{content:"\ea50"}.met-social-factory:before{content:"\ea51"}.met-social-fast-forward:before{content:"\ea52"}.met-social-favorites1:before{content:"\ea53"}.met-social-file:before{content:"\ea54"}.met-social-file-1:before{content:"\ea55"}.met-social-file-2:before{content:"\ea56"}.met-social-file-3:before{content:"\ea57"}.met-social-filter:before{content:"\ea58"}.met-social-finance-book:before{content:"\ea59"}.met-social-flag1:before{content:"\ea5a"}.met-social-folder1:before{content:"\ea5b"}.met-social-folder-1:before{content:"\ea5c"}.met-social-folders:before{content:"\ea5d"}.met-social-folders1:before{content:"\ea5e"}.met-social-gamepad:before{content:"\ea5f"}.met-social-gift1:before{content:"\ea60"}.met-social-growth:before{content:"\ea61"}.met-social-heart1:before{content:"\ea62"}.met-social-home2:before{content:"\ea63"}.met-social-house:before{content:"\ea64"}.met-social-house-1:before{content:"\ea65"}.met-social-house-2:before{content:"\ea66"}.met-social-id-card:before{content:"\ea67"}.met-social-id-card1:before{content:"\ea68"}.met-social-id-card-1:before{content:"\ea69"}.met-social-idea:before{content:"\ea6a"}.met-social-image:before{content:"\ea6b"}.met-social-improvement:before{content:"\ea6c"}.met-social-inbox1:before{content:"\ea6d"}.met-social-information:before{content:"\ea6e"}.met-social-key:before{content:"\ea6f"}.met-social-key1:before{content:"\ea70"}.met-social-laptop1:before{content:"\ea71"}.met-social-layers1:before{content:"\ea72"}.met-social-light-bulb1:before{content:"\ea73"}.met-social-like1:before{content:"\ea74"}.met-social-line-chart:before{content:"\ea75"}.met-social-mail:before{content:"\ea76"}.met-social-manager:before{content:"\ea77"}.met-social-map1:before{content:"\ea78"}.met-social-medal1:before{content:"\ea79"}.met-social-megaphone:before{content:"\ea7a"}.met-social-megaphone1:before{content:"\ea7b"}.met-social-message:before{content:"\ea7c"}.met-social-message-1:before{content:"\ea7d"}.met-social-message-2:before{content:"\ea7e"}.met-social-microphone:before{content:"\ea7f"}.met-social-money:before{content:"\ea80"}.met-social-money-bag1:before{content:"\ea81"}.met-social-monitor1:before{content:"\ea82"}.met-social-music1:before{content:"\ea83"}.met-social-next:before{content:"\ea84"}.met-social-open-book:before{content:"\ea85"}.met-social-padlock:before{content:"\ea86"}.met-social-padlock-1:before{content:"\ea87"}.met-social-paint-brush:before{content:"\ea88"}.met-social-pause:before{content:"\ea89"}.met-social-pen:before{content:"\ea8a"}.met-social-pencil1:before{content:"\ea8b"}.met-social-percentage:before{content:"\ea8c"}.met-social-phone-call1:before{content:"\ea8d"}.met-social-phone-call2:before{content:"\ea8e"}.met-social-photo-camera1:before{content:"\ea8f"}.met-social-pie-chart3:before{content:"\ea90"}.met-social-pipe:before{content:"\ea91"}.met-social-placeholder1:before{content:"\ea92"}.met-social-placeholder2:before{content:"\ea93"}.met-social-planet-earth:before{content:"\ea94"}.met-social-play-button1:before{content:"\ea95"}.met-social-power-button:before{content:"\ea96"}.met-social-presentation:before{content:"\ea97"}.met-social-presentation1:before{content:"\ea98"}.met-social-printer1:before{content:"\ea99"}.met-social-push-pin:before{content:"\ea9a"}.met-social-push-pin1:before{content:"\ea9b"}.met-social-refresh:before{content:"\ea9c"}.met-social-reload:before{content:"\ea9d"}.met-social-return:before{content:"\ea9e"}.met-social-rocket-ship:before{content:"\ea9f"}.met-social-rss:before{content:"\eaa0"}.met-social-safebox:before{content:"\eaa1"}.met-social-safebox1:before{content:"\eaa2"}.met-social-settings1:before{content:"\eaa3"}.met-social-settings-2:before{content:"\eaa4"}.met-social-sewing-machine:before{content:"\eaa5"}.met-social-share:before{content:"\eaa6"}.met-social-shield:before{content:"\eaa7"}.met-social-shield1:before{content:"\eaa8"}.met-social-shopping:before{content:"\eaa9"}.met-social-shopping-bag:before{content:"\eaaa"}.met-social-shopping-bag-1:before{content:"\eaab"}.met-social-shopping-bag-2:before{content:"\eaac"}.met-social-shopping-cart1:before{content:"\eaad"}.met-social-shopping-cart2:before{content:"\eaae"}.met-social-check:before{content:"\eaaf"}.met-social-shopping-cart-1:before{content:"\eab0"}.met-social-shopping-cart-2:before{content:"\eab1"}.met-social-shopping-cart-3:before{content:"\eab2"}.met-social-smartphone2:before{content:"\eab3"}.met-social-speaker:before{content:"\eab4"}.met-social-speakers:before{content:"\eab5"}.met-social-stats:before{content:"\eab6"}.met-social-stats-1:before{content:"\eab7"}.met-social-stats-2:before{content:"\eab8"}.met-social-stats-3:before{content:"\eab9"}.met-social-stats-4:before{content:"\eaba"}.met-social-stats-5:before{content:"\eabb"}.met-social-stats-6:before{content:"\eabc"}.met-social-sticky-note:before{content:"\eabd"}.met-social-store1:before{content:"\eabe"}.met-social-store-1:before{content:"\eabf"}.met-social-suitcase:before{content:"\eac0"}.met-social-suitcase-1:before{content:"\eac1"}.met-social-tag2:before{content:"\eac2"}.met-social-target:before{content:"\eac3"}.met-social-team2:before{content:"\eac4"}.met-social-tie:before{content:"\eac5"}.met-social-trash1:before{content:"\eac6"}.met-social-trolley:before{content:"\eac7"}.met-social-trolley-1:before{content:"\eac8"}.met-social-trolley-2:before{content:"\eac9"}.met-social-trophy1:before{content:"\eaca"}.met-social-truck:before{content:"\eacb"}.met-social-truck-1:before{content:"\eacc"}.met-social-truck-2:before{content:"\eacd"}.met-social-umbrella:before{content:"\eace"}.met-social-upload1:before{content:"\eacf"}.met-social-user1:before{content:"\ead0"}.met-social-user-1:before{content:"\ead1"}.met-social-user-2:before{content:"\ead2"}.met-social-user-3:before{content:"\ead3"}.met-social-users2:before{content:"\ead4"}.met-social-video-camera:before{content:"\ead5"}.met-social-voucher:before{content:"\ead6"}.met-social-voucher-1:before{content:"\ead7"}.met-social-voucher-2:before{content:"\ead8"}.met-social-voucher-3:before{content:"\ead9"}.met-social-voucher-4:before{content:"\eada"}.met-social-wallet:before{content:"\eadb"}.met-social-wallet1:before{content:"\eadc"}.met-social-wifi:before{content:"\eadd"}.met-social-worker:before{content:"\eade"}.met-social-zoom-in:before{content:"\eadf"}.met-social-zoom-out:before{content:"\eae0"}.met-social-burger-menu:before{content:"\eae1"}.met-social-squares:before{content:"\eae2"}.met-social-options:before{content:"\eae3"}.met-social-apps:before{content:"\eae4"}.met-social-menu-1:before{content:"\eae5"}.met-social-menu1:before{content:"\eae6"}.met-social-back_up:before{content:"\eae7"}.met-social-cart1:before{content:"\eae8"}.met-social-checkmark:before{content:"\eae9"}.met-social-dollar:before{content:"\eaea"}.met-social-domian:before{content:"\eaeb"}.met-social-hosting:before{content:"\eaec"}.met-social-key2:before{content:"\eaed"}.met-social-migration:before{content:"\eaee"}.met-social-play1:before{content:"\eaef"}.met-social-quote2:before{content:"\eaf0"}.met-social-api_setup:before{content:"\eaf1"}.met-social-coin:before{content:"\eaf2"}.met-social-hand_shake:before{content:"\eaf3"}.met-social-idea_generate:before{content:"\eaf4"}.met-social-page_search:before{content:"\eaf5"}.met-social-pen_shape:before{content:"\eaf6"}.met-social-pencil_art:before{content:"\eaf7"}.met-social-review:before{content:"\eaf8"}.met-social-star:before{content:"\eaf9"}.met-social-timing:before{content:"\eafa"}.met-social-trophy:before{content:"\eafb"}.met-social-communication:before{content:"\eafc"}.met-social-money-bag:before{content:"\eafd"}.met-social-dentist:before{content:"\eafe"}.met-social-bill:before{content:"\eaff"}.met-social-label:before{content:"\eb00"}.met-social-money1:before{content:"\eb01"}.met-social-shield2:before{content:"\eb02"}.met-social-support1:before{content:"\eb03"}.met-social-one:before{content:"\eb04"}.met-social-clock3:before{content:"\eb05"}.met-social-cart2:before{content:"\eb06"}.met-social-globe:before{content:"\eb07"}.met-social-tooth:before{content:"\eb08"}.met-social-tooth-1:before{content:"\eb09"}.met-social-tooth-2:before{content:"\eb0a"}.met-social-brain:before{content:"\eb0b"}.met-social-view:before{content:"\eb0c"}.met-social-doctor:before{content:"\eb0d"}.met-social-heart2:before{content:"\eb0e"}.met-social-medicine:before{content:"\eb0f"}.met-social-stethoscope:before{content:"\eb10"}.met-social-hospital:before{content:"\eb11"}.met-social-clipboard2:before{content:"\eb12"}.met-social-medicine-1:before{content:"\eb13"}.met-social-hospital-1:before{content:"\eb14"}.met-social-customer-support:before{content:"\eb15"}.met-social-brickwall:before{content:"\eb16"}.met-social-crane1:before{content:"\eb17"}.met-social-valve:before{content:"\eb18"}.met-social-safety:before{content:"\eb19"}.met-social-energy-saving:before{content:"\eb1a"}.met-social-paint-roller:before{content:"\eb1b"}.met-social-paint-brushes:before{content:"\eb1c"}.met-social-construction-tool-vehicle-with-crane-lifting-materials:before{content:"\eb1d"}.met-social-trowel:before{content:"\eb1e"}.met-social-bucket:before{content:"\eb1f"}.met-social-smart:before{content:"\eb20"}.met-social-repair:before{content:"\eb21"}.met-social-saw:before{content:"\eb22"}.met-social-cutter:before{content:"\eb23"}.met-social-plier:before{content:"\eb24"}.met-social-drill:before{content:"\eb25"}.met-social-save-money:before{content:"\eb26"}.met-social-planting:before{content:"\eb27"}.met-social-line-chart1:before{content:"\eb28"}.met-social-open-book1:before{content:"\eb29"}.met-social-money-bag2:before{content:"\eb2a"}.met-social-server:before{content:"\eb2b"}.met-social-server-1:before{content:"\eb2c"}.met-social-server-2:before{content:"\eb2d"}.met-social-cloud-computing2:before{content:"\eb2e"}.met-social-cloud2:before{content:"\eb2f"}.met-social-database1:before{content:"\eb30"}.met-social-computer:before{content:"\eb31"}.met-social-server-3:before{content:"\eb32"}.met-social-server-4:before{content:"\eb33"}.met-social-server-5:before{content:"\eb34"}.met-social-server-6:before{content:"\eb35"}.met-social-server-7:before{content:"\eb36"}.met-social-cloud-1:before{content:"\eb37"}.met-social-server-8:before{content:"\eb38"}.met-social-business-and-finance:before{content:"\eb39"}.met-social-cloud-2:before{content:"\eb3a"}.met-social-server-9:before{content:"\eb3b"}.met-social-hosting1:before{content:"\eb3c"}.met-social-car2:before{content:"\eb3d"}.met-social-car-frontal-view:before{content:"\eb3e"}.met-social-car-1:before{content:"\eb3f"}.met-social-racing:before{content:"\eb40"}.met-social-car-wheel:before{content:"\eb41"}.met-social-steering-wheel:before{content:"\eb42"}.met-social-frontal-taxi-cab:before{content:"\eb43"}.met-social-taxi:before{content:"\eb44"}.met-social-cosmetics:before{content:"\eb45"}.met-social-flower:before{content:"\eb46"}.met-social-mirror:before{content:"\eb47"}.met-social-salon:before{content:"\eb48"}.met-social-hair-dryer:before{content:"\eb49"}.met-social-shampoo:before{content:"\eb4a"}.met-social-download-button:before{content:"\eb4b"}.met-social-list1:before{content:"\eb4c"}.met-social-loupe:before{content:"\eb4d"}.met-social-search2:before{content:"\eb4e"}.met-social-search-1:before{content:"\eb4f"}.met-social-shopping-cart3:before{content:"\eb50"}.met-social-menu2:before{content:"\eb51"}.met-social-menu-11:before{content:"\eb52"}.met-social-menu-button-of-three-horizontal-lines:before{content:"\eb53"}.met-social-menu-2:before{content:"\eb54"}.met-social-menu-3:before{content:"\eb55"}.met-social-menu-5:before{content:"\eb56"}.met-social-menu-button:before{content:"\eb57"}.met-social-list-1:before{content:"\eb58"}.met-social-menu-6:before{content:"\eb59"}.met-social-menu-7:before{content:"\eb5a"}.met-social-menu-8:before{content:"\eb5b"}.met-social-list-2:before{content:"\eb5c"}.met-social-dot:before{content:"\eb5d"}.met-social-menu-9:before{content:"\eb5e"}.met-social-search11:before{content:"\eb5f"}.met-social-search-minus:before{content:"\eb60"}.met-social-search-11:before{content:"\eb61"}.met-social-search-2:before{content:"\eb62"}.met-social-search-3:before{content:"\eb63"}.met-social-magnifying-glass-search:before{content:"\eb64"}.met-social-loupe1:before{content:"\eb65"}.met-social-speed:before{content:"\eb66"}.met-social-search21:before{content:"\eb67"}.met-social-search-4:before{content:"\eb68"}.met-social-search-5:before{content:"\eb69"}.met-social-detective:before{content:"\eb6a"}.met-social-itunes:before{content:"\eb6b"}.met-social-cart3:before{content:"\eb6c"}.met-social-buying-on-smartphone:before{content:"\eb6d"}.met-social-badge:before{content:"\eb6e"}.met-social-basket:before{content:"\eb6f"}.met-social-commerce-and-shopping:before{content:"\eb70"}.met-social-comment1:before{content:"\eb71"}.met-social-comment-1:before{content:"\eb72"}.met-social-share1:before{content:"\eb73"}.met-social-share-1:before{content:"\eb74"}.met-social-share-2:before{content:"\eb75"}.met-social-share-3:before{content:"\eb76"}.met-social-comment2:before{content:"\eb77"}.met-social-favorite1:before{content:"\eb78"}.met-social-retweet:before{content:"\eb79"}.met-social-share2:before{content:"\eb7a"}.met-social-facebook1:before{content:"\eb7b"}.met-social-twitter11:before{content:"\eb7c"}.met-social-linkedin1:before{content:"\eb7d"}.met-social-whatsapp-1:before{content:"\eb7e"}.met-social-dribbble1:before{content:"\eb7f"}.met-social-facebook-2:before{content:"\eb80"}.met-social-twitter111:before{content:"\eb81"}.met-social-vk:before{content:"\eb82"}.met-social-youtube-v:before{content:"\eb83"}.met-social-vimeo1:before{content:"\eb84"}.met-social-youtube1:before{content:"\eb85"}.met-social-snapchat-1:before{content:"\eb86"}.met-social-behance1:before{content:"\eb87"}.met-social-github1:before{content:"\eb88"}.met-social-pinterest1:before{content:"\eb89"}.met-social-spotify:before{content:"\eb8a"}.met-social-soundcloud-1:before{content:"\eb8b"}.met-social-skype-1:before{content:"\eb8c"}.met-social-rss1:before{content:"\eb8d"}.met-social-reddit-1:before{content:"\eb8e"}.met-social-dribbble-1:before{content:"\eb8f"}.met-social-wordpress-1:before{content:"\eb90"}.met-social-logo:before{content:"\eb91"}.met-social-dropbox-1:before{content:"\eb92"}.met-social-blogger-1:before{content:"\eb93"}.met-social-photo:before{content:"\eb94"}.met-social-hangouts:before{content:"\eb95"}.met-social-xing:before{content:"\eb96"}.met-social-myspace:before{content:"\eb97"}.met-social-flickr-1:before{content:"\eb98"}.met-social-envato:before{content:"\eb99"}.met-social-picasa-1:before{content:"\eb9a"}.met-social-wattpad:before{content:"\eb9b"}.met-social-emoji:before{content:"\eb9c"}.met-social-deviantart-1:before{content:"\eb9d"}.met-social-yahoo-1:before{content:"\eb9e"}.met-social-Anti-Lock:before{content:"\eb9f"}.met-social-apartment1:before{content:"\eba0"}.met-social-ek_stroke_icon:before{content:"\eba1"}.met-social-app:before{content:"\eba2"}.met-social-Aroma:before{content:"\eba3"}.met-social-vine-1:before{content:"\eba4"}.met-social-bambooLeaf:before{content:"\eba5"}.met-social-basket1:before{content:"\eba6"}.met-social-Battery:before{content:"\eba7"}.met-social-Bettery:before{content:"\eba8"}.met-social-building:before{content:"\eba9"}.met-social-car21:before{content:"\ebaa"}.met-social-Car:before{content:"\ebab"}.met-social-Child:before{content:"\ebac"}.met-social-cityscape:before{content:"\ebad"}.met-social-cleaner:before{content:"\ebae"}.met-social-Coffeecup:before{content:"\ebaf"}.met-social-coins1:before{content:"\ebb0"}.met-social-Computer:before{content:"\ebb1"}.met-social-Consultancy:before{content:"\ebb2"}.met-social-cottage:before{content:"\ebb3"}.met-social-crane2:before{content:"\ebb4"}.met-social-Customapi:before{content:"\ebb5"}.met-social-customersupport2:before{content:"\ebb6"}.met-social-Design2:before{content:"\ebb7"}.met-social-Design3:before{content:"\ebb8"}.met-social-design:before{content:"\ebb9"}.met-social-diamond3:before{content:"\ebba"}.met-social-diploma:before{content:"\ebbb"}.met-social-DocumentSearch:before{content:"\ebbc"}.met-social-Download:before{content:"\ebbd"}.met-social-drilling:before{content:"\ebbe"}.met-social-engine:before{content:"\ebbf"}.met-social-engineer:before{content:"\ebc0"}.met-social-envelope4:before{content:"\ebc1"}.met-social-Family:before{content:"\ebc2"}.met-social-friendship:before{content:"\ebc3"}.met-social-gift2:before{content:"\ebc4"}.met-social-graph2:before{content:"\ebc5"}.met-social-graph:before{content:"\ebc6"}.met-social-hamburger2:before{content:"\ebc7"}.met-social-handshake:before{content:"\ebc8"}.met-social-Helmet:before{content:"\ebc9"}.met-social-hotStone2:before{content:"\ebca"}.met-social-hotstone:before{content:"\ebcb"}.met-social-idea1:before{content:"\ebcc"}.met-social-Leaf:before{content:"\ebcd"}.met-social-management:before{content:"\ebce"}.met-social-Massagetable:before{content:"\ebcf"}.met-social-Mechanic:before{content:"\ebd0"}.met-social-delicious:before{content:"\ebd1"}.met-social-Money2:before{content:"\ebd2"}.met-social-money-bag3:before{content:"\ebd3"}.met-social-Money:before{content:"\ebd4"}.met-social-oilbottle:before{content:"\ebd5"}.met-social-Physiotherapy:before{content:"\ebd6"}.met-social-Profile:before{content:"\ebd7"}.met-social-Rating:before{content:"\ebd8"}.met-social-rightmark:before{content:"\ebd9"}.met-social-rings:before{content:"\ebda"}.met-social-Safehouse:before{content:"\ebdb"}.met-social-Scan:before{content:"\ebdc"}.met-social-social-care:before{content:"\ebdd"}.met-social-SpeedClock:before{content:"\ebde"}.met-social-stopwatch:before{content:"\ebdf"}.met-social-Support2:before{content:"\ebe0"}.met-social-target2:before{content:"\ebe1"}.met-social-Target:before{content:"\ebe2"}.met-social-tripod:before{content:"\ebe3"}.met-social-truck1:before{content:"\ebe4"}.met-social-university:before{content:"\ebe5"}.met-social-User:before{content:"\ebe6"}.met-social-WebPortals:before{content:"\ebe7"}.met-social-window:before{content:"\ebe8"}.met-social-ek_line_icon:before{content:"\ebe9"}.met-social-kickstarter-1:before{content:"\ebea"}.met-social-stumbleupon-1:before{content:"\ebeb"}.met-social-brands-and-logotypes:before{content:"\ebec"}.met-social-instagram-1:before{content:"\ebed"}.met-social-facebook-1:before{content:"\ebee"}.met-social-instagram-2:before{content:"\ebef"}.met-social-twitter-1:before{content:"\ebf0"}.met-social-whatsapp-2:before{content:"\ebf1"}.met-social-youtube-1:before{content:"\ebf2"}.met-social-linkedin-1:before{content:"\ebf3"}.met-social-telegram1:before{content:"\ebf4"}.met-social-github-1:before{content:"\ebf5"}.met-social-vk-1:before{content:"\ebf6"}.met-social-pinterest-1:before{content:"\ebf7"}.met-social-rss-1:before{content:"\ebf8"}.met-social-twitch:before{content:"\ebf9"}.met-social-snapchat-2:before{content:"\ebfa"}.met-social-skype-2:before{content:"\ebfb"}.met-social-behance-2:before{content:"\ebfc"}.met-social-spotify-1:before{content:"\ebfd"}.met-social-periscope:before{content:"\ebfe"}.met-social-dribbble-2:before{content:"\ebff"}.met-social-tumblr-1:before{content:"\ec00"}.met-social-soundcloud-2:before{content:"\ec01"}.met-social-google-drive-1:before{content:"\ec02"}.met-social-dropbox-2:before{content:"\ec03"}.met-social-reddit-2:before{content:"\ec04"}.met-social-html:before{content:"\ec05"}.met-social-vimeo-1:before{content:"\ec06"}.met-social-hangout:before{content:"\ec07"}.met-social-blogger-2:before{content:"\ec08"}.met-social-yahoo-2:before{content:"\ec09"}.met-social-path:before{content:"\ec0a"}.met-social-yelp-1:before{content:"\ec0b"}.met-social-slideshare:before{content:"\ec0c"}.met-social-picasa-2:before{content:"\ec0d"}.met-social-myspace-1:before{content:"\ec0e"}.met-social-flickr-2:before{content:"\ec0f"}.met-social-xing-1:before{content:"\ec10"}.met-social-envato-1:before{content:"\ec11"}.met-social-swarm:before{content:"\ec12"}.met-social-wattpad-1:before{content:"\ec13"}.met-social-foursquare:before{content:"\ec14"}.met-social-deviantart-2:before{content:"\ec15"}.met-social-kickstarter-2:before{content:"\ec16"}.met-social-delicious-1:before{content:"\ec17"}.met-social-vine-2:before{content:"\ec18"}.met-social-digg1:before{content:"\ec19"}.met-social-bebo:before{content:"\ec1a"}.met-social-stumbleupon-2:before{content:"\ec1b"}.met-social-forrst:before{content:"\ec1c"}.met-social-eye3:before{content:"\ec1d"}.met-social-microscope:before{content:"\ec1e"}.met-social-calendar-page-empty:before{content:"\ec1f"}.met-social-calendar3:before{content:"\ec20"}.met-social-folder2:before{content:"\ec21"}.met-social-user-registration:before{content:"\ec22"}.met-social-vertical-timeline:before{content:"\ec23"}.met-social-video-player:before{content:"\ec24"}.met-social-weather:before{content:"\ec25"}.met-social-twitter:before{content:"\e900"}.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}.footer-width-fixer {
width: 100%;
} .ehf-template-genesis.ehf-header .site-header .wrap,
.ehf-template-genesis.ehf-footer .site-footer .wrap,
.ehf-template-generatepress.ehf-header .site-header .inside-header {
width: 100%;
padding: 0;
max-width: 100%;
} .ehf-template-generatepress.ehf-header .site-header,
.ehf-template-generatepress.ehf-footer .site-footer {
width: 100%;
padding: 0;
max-width: 100%;
background-color: transparent !important; }
.bhf-hidden {
display: none
} .ehf-header #masthead {
z-index: 99;
position: relative;
}.comments-area a,.page-content a{text-decoration:underline}.alignright{float:right;margin-left:1rem}.alignleft{float:left;margin-right:1rem}.aligncenter{clear:both;display:block;margin-inline:auto}.alignwide{margin-inline:-80px}.alignfull{margin-inline:calc(50% - 50vw);max-width:100vw}.alignfull,.alignfull img{width:100vw}.wp-caption{margin-block-end:1.25rem;max-width:100%}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{display:block;margin-inline:auto}.wp-caption-text{margin:0}.gallery-caption{display:block;font-size:.8125rem;line-height:1.5;margin:0;padding:.75rem}.pagination{display:flex;justify-content:space-between;margin:20px auto}.sticky{display:block;position:relative}.bypostauthor{font-size:inherit}.hide{display:none!important}.post-password-form{margin:50px auto;max-width:500px}.post-password-form p{align-items:flex-end;display:flex;width:100%}.post-password-form [type=submit]{margin-inline-start:3px}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;clip-path:none;color:#333;display:block;font-size:1rem;height:auto;left:5px;line-height:normal;padding:12px 24px;text-decoration:none;top:5px;width:auto;z-index:100000}.post .entry-title a{text-decoration:none}.post .wp-post-image{max-height:500px;-o-object-fit:cover;object-fit:cover;width:100%}@media(max-width:991px){.post .wp-post-image{max-height:400px}}@media(max-width:575px){.post .wp-post-image{max-height:300px}}#comments .comment-list{font-size:.9em;list-style:none;margin:0;padding:0}#comments .comment,#comments .pingback{position:relative}#comments .comment .comment-body,#comments .pingback .comment-body{border-block-end:1px solid #ccc;display:flex;flex-direction:column;padding-block-end:30px;padding-block-start:30px;padding-inline-end:0;padding-inline-start:60px}#comments .comment .avatar,#comments .pingback .avatar{border-radius:50%;left:0;margin-inline-end:10px;position:absolute}body.rtl #comments .comment .avatar,body.rtl #comments .pingback .avatar,html[dir=rtl] #comments .comment .avatar,html[dir=rtl] #comments .pingback .avatar{left:auto;right:0}#comments .comment-meta{display:flex;justify-content:space-between;margin-block-end:.9rem}#comments .comment-metadata,#comments .reply{font-size:11px;line-height:1}#comments .children{list-style:none;margin:0;padding-inline-start:30px;position:relative}#comments .children li:last-child{padding-block-end:0}#comments ol.comment-list .children:before{content:"↪";display:inline-block;font-size:1em;font-weight:400;left:0;line-height:100%;position:absolute;top:45px;width:auto}body.rtl #comments ol.comment-list .children:before,html[dir=rtl] #comments ol.comment-list .children:before{content:"↩";left:auto;right:0}@media(min-width:768px){#comments .comment-author,#comments .comment-metadata{line-height:1}}@media(max-width:767px){#comments .comment .comment-body{padding:30px 0}#comments .children{padding-inline-start:20px}#comments .comment .avatar{float:left;position:inherit}body.rtl #comments .comment .avatar,html[dir=rtl] #comments .comment .avatar{float:right}}.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{margin-inline-end:auto;margin-inline-start:auto;width:100%}@media(max-width:575px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{padding-inline-end:10px;padding-inline-start:10px}}@media(min-width:576px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:500px}.site-footer.footer-full-width .footer-inner,.site-header.header-full-width .header-inner{max-width:100%}}@media(min-width:768px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:600px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:992px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:800px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:1200px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:1140px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}.site-header+.elementor{min-height:calc(100vh - 320px)}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}.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}.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}
.infobox-icon{height:auto}.infobox-icon .eaa-svg{font-size:40px}.infobox-icon .eaa-svg svg{width:1em;height:1em}.infobox-icon .infobox-icon-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:auto;-webkit-transition:.3s;transition:.3s;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.infobox-icon .infobox-icon-wrap i{-webkit-transition:.3s;transition:.3s}.infobox-content .infobox-title-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.infobox-content .infobox-title-section .sub_title{margin:0 0 10px 0}.eael-infobox-content-v-align--middle .eael-infobox .infobox-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-infobox-content-v-align--bottom .eael-infobox .infobox-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.eael-infobox-content-align--left .eael-infobox .infobox-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.eael-infobox-content-align--left .eael-infobox .infobox-content,.eael-infobox-content-align--left .eael-infobox .infobox-button{text-align:left}.eael-infobox-content-align--right .eael-infobox .infobox-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.eael-infobox-content-align--right .eael-infobox .infobox-content,.eael-infobox-content-align--right .eael-infobox .infobox-button{text-align:right}.eael-infobox-content-align--right.eael-infobox-icon-bg-shape-none .infobox-icon-wrap{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.eael-infobox-content-align--left.eael-infobox-icon-bg-shape-none .infobox-icon-wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.eael-infobox-content-align--center .eael-infobox .infobox-icon,.eael-infobox-content-align--center .eael-infobox .infobox-content,.eael-infobox-content-align--center .eael-infobox .infobox-button{text-align:center}.eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap,.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap{width:90px;height:90px;text-align:center}.eael-infobox-icon-hover-bg-shape-square:hover .infobox-icon .infobox-icon-wrap{border-radius:0}.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,.eael-infobox-icon-hover-bg-shape-radius:hover .infobox-icon .infobox-icon-wrap{border-radius:15px}.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap,.eael-infobox-icon-hover-bg-shape-circle:hover .infobox-icon .infobox-icon-wrap{border-radius:50%}.eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap i,.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap i{margin-top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.eael-infobox .infobox-button a.eael-infobox-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 10px;-webkit-transition:all 300ms ease-in-out 0s;transition:all 300ms ease-in-out 0s}.eael-infobox .infobox-button a.eael-infobox-button .eaa-svg{font-size:16px}.eael-infobox .infobox-button a.eael-infobox-button .eaa-svg svg{width:1em;height:1em}.eael-infobox-content-align--left.eael-infobox-icon-bg-shape-square .infobox-icon,.eael-infobox-content-align--left.eael-infobox-icon-bg-shape-radius .infobox-icon,.eael-infobox-content-align--left.eael-infobox-icon-bg-shape-circle .infobox-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.eael-infobox-content-align--center.eael-infobox-icon-bg-shape-square .infobox-icon,.eael-infobox-content-align--center.eael-infobox-icon-bg-shape-radius .infobox-icon,.eael-infobox-content-align--center.eael-infobox-icon-bg-shape-circle .infobox-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-infobox-content-align--right.eael-infobox-icon-bg-shape-square .infobox-icon,.eael-infobox-content-align--right.eael-infobox-icon-bg-shape-radius .infobox-icon,.eael-infobox-content-align--right.eael-infobox-icon-bg-shape-circle .infobox-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.eael-infobox.icon-on-top,.eael-infobox.icon-on-bottom{position:relative;z-index:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.eael-infobox.icon-on-right .infobox-icon-wrap,.eael-infobox.icon-on-bottom .infobox-icon-wrap{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-infobox.icon-on-bottom .infobox-icon .infobox-icon-wrap{background:none;border:0px;text-align:center;height:auto;display:block}.eael-infobox .infobox-content p{margin:0 0 15px}.eael-infobox.icon-on-bottom .infobox-icon .infobox-icon-wrap i{margin-top:0px;-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%)}.eael-infobox.icon-on-bottom .infobox-icon{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-top:15px}.eael-infobox.icon-on-bottom .infobox-content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.eael-infobox.icon-on-bottom .infobox-content .title{line-height:1;margin:0 0 10px 0}.eael-infobox.icon-on-left{position:relative;z-index:0;display:-webkit-box;display:-ms-flexbox;display:flex}.eael-infobox.icon-on-right .infobox-icon-wrap,.eael-infobox.icon-on-left .infobox-icon-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap{background:none;border:0px;text-align:center;height:auto;display:block}.eael-infobox .infobox-content p{margin:0 0 15px}.eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap i{margin-top:0px;-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%)}.eael-infobox.icon-on-left .infobox-content{padding-left:15px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.eael-infobox.icon-on-left .infobox-content .title{line-height:1;margin:0 0 10px 0}.eael-infobox.icon-on-right{position:relative;z-index:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap{background:none;border:0px;text-align:right;width:auto;height:auto;display:block}.eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap i{margin-top:0px;-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%)}.eael-infobox.icon-on-right .infobox-content{padding-right:15px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.eael-infobox.icon-on-right .infobox-content .title{line-height:1;margin:0 0 10px 0}.eael-infobox .infobox-icon img{-webkit-transition:all 300ms ease-in-out 0s;transition:all 300ms ease-in-out 0s}.eael-infobox-hover-img-shape-square:hover .eael-infobox .infobox-icon img{border-radius:0}.eael-infobox-shape-circle .eael-infobox .infobox-icon img,.eael-infobox-hover-img-shape-circle:hover .eael-infobox .infobox-icon img{border-radius:50%}.eael-infobox-shape-radius .eael-infobox .infobox-icon img,.eael-infobox-hover-img-shape-radius:hover .eael-infobox .infobox-icon img{border-radius:15px}[data-elementor-device-mode=tablet] .eael-infobox-content-align--tablet-left .eael-infobox .infobox-icon .infobox-icon-wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}[data-elementor-device-mode=tablet] .eael-infobox-content-align--tablet-left .eael-infobox .infobox-content{text-align:left}[data-elementor-device-mode=tablet] .eael-infobox-content-align--tablet-center .eael-infobox .infobox-icon .infobox-icon-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}[data-elementor-device-mode=tablet] .eael-infobox-content-align--tablet-center .eael-infobox .infobox-content{text-align:center}[data-elementor-device-mode=tablet] .eael-infobox-content-align--tablet-right .eael-infobox .infobox-icon .infobox-icon-wrap{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}[data-elementor-device-mode=tablet] .eael-infobox-content-align--tablet-right .eael-infobox .infobox-content{text-align:right}[data-elementor-device-mode=mobile] .eael-infobox-content-align--mobile-left .eael-infobox .infobox-icon .infobox-icon-wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}[data-elementor-device-mode=mobile] .eael-infobox-content-align--mobile-left .eael-infobox .infobox-content{text-align:left}[data-elementor-device-mode=mobile] .eael-infobox-content-align--mobile-center .eael-infobox .infobox-icon .infobox-icon-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}[data-elementor-device-mode=mobile] .eael-infobox-content-align--mobile-center .eael-infobox .infobox-content{text-align:center}[data-elementor-device-mode=mobile] .eael-infobox-content-align--mobile-right .eael-infobox .infobox-icon .infobox-icon-wrap{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}[data-elementor-device-mode=mobile] .eael-infobox-content-align--mobile-right .eael-infobox .infobox-content{text-align:right}