.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important;
}

@media screen and (max-height: 1024px) {

    .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important;
    }
}

@media screen and (max-height: 640px) {

    .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important;
    }
}

/* Navigation Menu CSS */

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;
}

/* Alignemnt CSS */
.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 .elementor-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.elementor-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.elementor-button-wrapper {
    text-align: right;
}

.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.elementor-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.elementor-button-wrapper {
    text-align: left;
}

.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.elementor-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;
}

/* Alignment CSS ends */

.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;
}

/*  Horizontal Menu */

.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);
}

/* Icons CSS */
.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: 'ïƒš';
}

/* Icon CSS ends */

.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;
}

/* Submenus */

.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;
}

/* Common Animation CSS */

.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);
}

/* Double Line / Underline / Overline Style */

.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);
}


/* Framed Style */

.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;
}

/* Background Style */

.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;
}

/* Text Style */

.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;
}

/* No link hover effect to last menu item */

.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%;
    /*height: 100vh;*/
    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;
}

/* ===========================================================
 *  Flyout Location
 * ======================================================== */

.hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
    top: 0;
    bottom: 0;
    left: auto;
    right: -100%;
    /* default */
    height: 100%;
    /*height: 100vh;*/
    width: 300px;
    /* default */
    max-width: 100%;
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
    top: 0;
    bottom: 0;
    left: -100%;
    /* default */
    right: auto;
    height: 100%;
    /*height: 100vh;*/
    width: 300px;
    /* default */
    max-width: 100%;
    max-width: 100vw;
}

.hfe-flyout-wrapper .hfe-side.top {
    top: -100%;
    /* default */
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    width: 100vw;
    height: 300px;
    /* default */
    max-height: 100%;
}

.hfe-flyout-wrapper .hfe-side.bottom {
    top: auto;
    bottom: -100%;
    /* default */
    left: 0;
    right: 0;
    width: 100%;
    width: 100vw;
    height: 300px;
    /* default */
    max-height: 100%;
}

/* ===========================================================
 *  Flyout Container
 * ======================================================== */

.hfe-flyout-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 1.4em;
    color: #fff;
}

/* iOS fix */
@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;
}

/* Dropdown animation CSS */

.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.elementor-button-wrapper {
    align-self: center;
}

/* Tablet */
@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: 'ïƒ˜'
    }

    /* Effect 1: Fade in and scale up */
    .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;
    }

    /*.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu ul.sub-menu ul.sub-menu li a{
        border-left: 16px solid transparent;
    }*/

    .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.elementor-button-wrapper {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

/* Mobile */
@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.elementor-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;
    }

    /* Effect 1: Fade in and scale up */
    .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)";
    }

    /* Effect 2: Slide from the right */
    .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)";
    }

    /* Effect 3: Slide from the bottom */
    .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;
}

/* Icon common CSS */

.hfe-icon {
    display: inline-block;
}

/* Menu Cart CSS */

.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;
}

/* Default skin for cart*/
.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.elementor-button-wrapper .elementor-button {
    color: #4d4848;
}

/*Search Box CSS*/

.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;
}

/*search icon toggle css*/

.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;
}

/*-------Navigation menu active parent---------*/
.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%;
}

:root {
    --bdt-breakpoint-s: 640px;
    --bdt-breakpoint-m: 960px;
    --bdt-breakpoint-l: 1200px;
    --bdt-breakpoint-xl: 1600px
}

a.bdt-link-muted,
.bdt-link-muted a,
.bdt-link-toggle .bdt-link-muted {
    color: #999
}

a.bdt-link-muted:hover,
.bdt-link-muted a:hover,
.bdt-link-toggle:hover .bdt-link-muted {
    color: #666
}

a.bdt-link-text,
.bdt-link-text a,
.bdt-link-toggle .bdt-link-text {
    color: inherit
}

a.bdt-link-text:hover,
.bdt-link-text a:hover,
.bdt-link-toggle:hover .bdt-link-text {
    color: #999
}

a.bdt-link-heading,
.bdt-link-heading a,
.bdt-link-toggle .bdt-link-heading {
    color: inherit
}

a.bdt-link-heading:hover,
.bdt-link-heading a:hover,
.bdt-link-toggle:hover .bdt-link-heading {
    color: #1e87f0;
    text-decoration: none
}

a.bdt-link-reset,
.bdt-link-reset a {
    color: inherit !important;
    text-decoration: none !important
}

.bdt-link-toggle {
    color: inherit !important;
    text-decoration: none !important
}

[class*='bdt-divider'] {
    border: none;
    margin-bottom: 20px
}

*+[class*='bdt-divider'] {
    margin-top: 20px
}

.bdt-divider-icon {
    position: relative;
    height: 20px;
    background-image: url("../../images/backgrounds/divider-icon.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.bdt-divider-icon::before,
.bdt-divider-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    max-width: calc(50% - (50px / 2));
    border-bottom: 1px solid rgba(214, 214, 214, 0.49)
}

.bdt-divider-icon::before {
    right: calc(50% + (50px / 2));
    width: 100%
}

.bdt-divider-icon::after {
    left: calc(50% + (50px / 2));
    width: 100%
}

.bdt-divider-small {
    line-height: 0
}

.bdt-divider-small::after {
    content: "";
    display: inline-block;
    width: 100px;
    max-width: 100%;
    border-top: 1px solid rgba(214, 214, 214, 0.49);
    vertical-align: top
}

.bdt-divider-vertical {
    width: max-content;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid rgba(214, 214, 214, 0.49)
}

.bdt-list {
    padding: 0;
    list-style: none
}

.bdt-list>* {
    break-inside: avoid-column
}

.bdt-list>*>:last-child {
    margin-bottom: 0
}

.bdt-list>:nth-child(n+2),
.bdt-list>*>ul {
    margin-top: 10px
}

.bdt-list-disc>*,
.bdt-list-circle>*,
.bdt-list-square>*,
.bdt-list-decimal>*,
.bdt-list-hyphen>* {
    padding-left: 30px
}

.bdt-list-decimal {
    counter-reset: decimal
}

.bdt-list-decimal>* {
    counter-increment: decimal
}

.bdt-list-disc>::before,
.bdt-list-circle>::before,
.bdt-list-square>::before,
.bdt-list-decimal>::before,
.bdt-list-hyphen>::before {
    content: "";
    position: relative;
    left: -30px;
    width: 30px;
    height: 1.5em;
    margin-bottom: -1.5em;
    display: list-item;
    list-style-position: inside;
    text-align: right
}

.bdt-list-disc>::before {
    list-style-type: disc
}

.bdt-list-circle>::before {
    list-style-type: circle
}

.bdt-list-square>::before {
    list-style-type: square
}

.bdt-list-decimal>::before {
    content: counter(decimal, decimal) '\200A.\00A0'
}

.bdt-list-hyphen>::before {
    content: 'â€“\00A0\00A0'
}

.bdt-list-muted>::before {
    color: #999 !important
}

.bdt-list-emphasis>::before {
    color: #333 !important
}

.bdt-list-primary>::before {
    color: #1e87f0 !important
}

.bdt-list-secondary>::before {
    color: #222 !important
}

.bdt-list-bullet>* {
    padding-left: 30px
}

.bdt-list-bullet>::before {
    content: "";
    display: list-item;
    position: relative;
    left: -30px;
    width: 30px;
    height: 1.5em;
    margin-bottom: -1.5em;
    background-image: url("../../images/backgrounds/list-bullet.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.bdt-list-divider>:nth-child(n+2) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(214, 214, 214, 0.49)
}

.bdt-list-striped>* {
    padding: 10px 10px
}

.bdt-list-striped>:nth-of-type(odd) {
    background: #f8f8f8
}

.bdt-list-striped>:nth-child(n+2) {
    margin-top: 0
}

.bdt-list-large>:nth-child(n+2),
.bdt-list-large>*>ul {
    margin-top: 20px
}

.bdt-list-collapse>:nth-child(n+2),
.bdt-list-collapse>*>ul {
    margin-top: 0
}

.bdt-list-large.bdt-list-divider>:nth-child(n+2) {
    margin-top: 20px;
    padding-top: 20px
}

.bdt-list-collapse.bdt-list-divider>:nth-child(n+2) {
    margin-top: 0;
    padding-top: 0
}

.bdt-list-large.bdt-list-striped>* {
    padding: 20px 10px
}

.bdt-list-collapse.bdt-list-striped>* {
    padding-top: 0;
    padding-bottom: 0
}

.bdt-list-large.bdt-list-striped>:nth-child(n+2),
.bdt-list-collapse.bdt-list-striped>:nth-child(n+2) {
    margin-top: 0
}

.bdt-description-list>dt {
    color: #333
}

.bdt-description-list>dt:nth-child(n+2) {
    margin-top: 20px
}

.bdt-description-list-divider>dt:nth-child(n+2) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(214, 214, 214, 0.49)
}

.bdt-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 20px
}

*+.bdt-table {
    margin-top: 20px
}

.bdt-table th {
    padding: 16px 12px;
    text-align: left;
    vertical-align: bottom;
    font-size: 16px;
    font-weight: bold;
    color: #666
}

.bdt-table td {
    padding: 16px 12px;
    vertical-align: top
}

.bdt-table td>:last-child {
    margin-bottom: 0
}

.bdt-table tfoot {
    font-size: .875rem
}

.bdt-table caption {
    font-size: .875rem;
    text-align: left;
    color: #999
}

.bdt-table-middle,
.bdt-table-middle td {
    vertical-align: middle !important
}

.bdt-table-divider>tr:not(:first-child),
.bdt-table-divider>:not(:first-child)>tr,
.bdt-table-divider>:first-child>tr:not(:first-child) {
    border-top: 1px solid rgba(214, 214, 214, 0.49)
}

.bdt-table-striped>tr:nth-of-type(odd),
.bdt-table-striped tbody tr:nth-of-type(odd) {
    background: #f8f8f8
}

.bdt-table-hover>tr:hover,
.bdt-table-hover tbody tr:hover {
    background: #ffd
}

.bdt-table>tr.bdt-active,
.bdt-table tbody tr.bdt-active {
    background: #ffd
}

.bdt-table-small th,
.bdt-table-small td {
    padding: 10px 12px
}

.bdt-table-large th,
.bdt-table-large td {
    padding: 22px 12px
}

.bdt-table-justify th:first-child,
.bdt-table-justify td:first-child {
    padding-left: 0
}

.bdt-table-justify th:last-child,
.bdt-table-justify td:last-child {
    padding-right: 0
}

.bdt-table-shrink {
    width: 1px
}

.bdt-table-expand {
    min-width: 150px
}

.bdt-table-link {
    padding: 0 !important
}

.bdt-table-link>a {
    display: block;
    padding: 16px 12px
}

.bdt-table-small .bdt-table-link>a {
    padding: 10px 12px
}

@media (max-width:959px) {

    .bdt-table-responsive,
    .bdt-table-responsive tbody,
    .bdt-table-responsive th,
    .bdt-table-responsive td,
    .bdt-table-responsive tr {
        display: block
    }

    .bdt-table-responsive thead {
        display: none
    }

    .bdt-table-responsive th,
    .bdt-table-responsive td {
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        overflow: visible !important;
        white-space: normal !important
    }

    .bdt-table-responsive th:not(:first-child):not(.bdt-table-link),
    .bdt-table-responsive td:not(:first-child):not(.bdt-table-link),
    .bdt-table-responsive .bdt-table-link:not(:first-child)>a {
        padding-top: 5px !important
    }

    .bdt-table-responsive th:not(:last-child):not(.bdt-table-link),
    .bdt-table-responsive td:not(:last-child):not(.bdt-table-link),
    .bdt-table-responsive .bdt-table-link:not(:last-child)>a {
        padding-bottom: 5px !important
    }

    .bdt-table-justify.bdt-table-responsive th,
    .bdt-table-justify.bdt-table-responsive td {
        padding-left: 0;
        padding-right: 0
    }
}

.bdt-icon {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    fill: currentcolor;
    line-height: 0
}

button.bdt-icon:not(:disabled) {
    cursor: pointer
}

.bdt-icon::-moz-focus-inner {
    border: 0;
    padding: 0
}

.bdt-icon:not(.bdt-preserve) [fill*='#']:not(.bdt-preserve) {
    fill: currentcolor
}

.bdt-icon:not(.bdt-preserve) [stroke*='#']:not(.bdt-preserve) {
    stroke: currentcolor
}

.bdt-icon>* {
    transform: translate(0, 0)
}

.bdt-icon-image {
    width: 20px;
    height: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    object-fit: scale-down;
    max-width: none
}

.bdt-icon-link {
    color: #999;
    text-decoration: none !important
}

.bdt-icon-link:hover {
    color: #666
}

.bdt-icon-link:active,
.bdt-active>.bdt-icon-link {
    color: #595959
}

.bdt-icon-button {
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 500px;
    background: #f8f8f8;
    color: #999;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.bdt-icon-button:hover {
    background-color: #ebebeb;
    color: #666
}

.bdt-icon-button:active,
.bdt-active>.bdt-icon-button {
    background-color: #dfdfdf;
    color: #666
}

.bdt-range {
    -webkit-appearance: none;
    box-sizing: border-box;
    margin: 0;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    background: transparent
}

.bdt-range:focus {
    outline: none
}

.bdt-range::-moz-focus-outer {
    border: none
}

.bdt-range:not(:disabled)::-webkit-slider-thumb {
    cursor: pointer
}

.bdt-range:not(:disabled)::-moz-range-thumb {
    cursor: pointer
}

.bdt-range::-webkit-slider-runnable-track {
    height: 3px;
    background: #ebebeb
}

.bdt-range:focus::-webkit-slider-runnable-track,
.bdt-range:active::-webkit-slider-runnable-track {
    background: #dedede
}

.bdt-range::-moz-range-track {
    height: 3px;
    background: #ebebeb
}

.bdt-range:focus::-moz-range-track {
    background: #dedede
}

.bdt-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    margin-top: -7px;
    height: 15px;
    width: 15px;
    border-radius: 500px;
    background: #666
}

.bdt-range::-moz-range-thumb {
    border: none;
    height: 15px;
    width: 15px;
    margin-top: -7px;
    border-radius: 500px;
    background: #666
}

.bdt-input,
.bdt-select,
.bdt-textarea,
.bdt-radio,
.bdt-checkbox {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit
}

.bdt-input {
    overflow: visible
}

.bdt-select {
    text-transform: none
}

.bdt-select optgroup {
    font: inherit;
    font-weight: bold
}

.bdt-textarea {
    overflow: auto
}

.bdt-input[type="search"]::-webkit-search-cancel-button,
.bdt-input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

.bdt-input[type="number"]::-webkit-inner-spin-button,
.bdt-input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

.bdt-input::-moz-placeholder,
.bdt-textarea::-moz-placeholder {
    opacity: 1
}

.bdt-radio:not(:disabled),
.bdt-checkbox:not(:disabled) {
    cursor: pointer
}

.bdt-fieldset {
    border: none;
    margin: 0;
    padding: 0
}

.bdt-input,
.bdt-textarea {
    -webkit-appearance: none
}

.bdt-input,
.bdt-select,
.bdt-textarea {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: #f8f8f8;
    color: #666;
    border-radius: 3px
}

.bdt-input,
.bdt-select:not([multiple]):not([size]) {
    height: 40px;
    vertical-align: middle;
    display: inline-block
}

.bdt-input:not(input),
.bdt-select:not(select) {
    line-height: 40px
}

.bdt-select[multiple],
.bdt-select[size],
.bdt-textarea {
    padding-top: 6px;
    padding-bottom: 6px;
    vertical-align: top
}

.bdt-select[multiple],
.bdt-select[size] {
    resize: vertical
}

.bdt-input:focus,
.bdt-select:focus,
.bdt-textarea:focus {
    outline: none;
    background-color: #ebebeb;
    color: #666
}

.bdt-input:disabled,
.bdt-select:disabled,
.bdt-textarea:disabled {
    background-color: #f8f8f8;
    color: #999
}

.bdt-input::placeholder {
    color: #999
}

.bdt-textarea::placeholder {
    color: #999
}

.bdt-form-small {
    font-size: .875rem
}

.bdt-form-small:not(textarea):not([multiple]):not([size]) {
    height: 30px;
    padding-left: 8px;
    padding-right: 8px
}

textarea.bdt-form-small,
[multiple].bdt-form-small,
[size].bdt-form-small {
    padding: 5px 8px
}

.bdt-form-small:not(select):not(input):not(textarea) {
    line-height: 30px
}

.bdt-form-large {
    font-size: 1.25rem
}

.bdt-form-large:not(textarea):not([multiple]):not([size]) {
    height: 55px;
    padding-left: 12px;
    padding-right: 12px
}

textarea.bdt-form-large,
[multiple].bdt-form-large,
[size].bdt-form-large {
    padding: 7px 12px
}

.bdt-form-large:not(select):not(input):not(textarea) {
    line-height: 55px
}

.bdt-form-danger,
.bdt-form-danger:focus {
    color: #f0506e
}

.bdt-form-success,
.bdt-form-success:focus {
    color: #32d296
}

.bdt-form-blank {
    background: none
}

input.bdt-form-width-xsmall {
    width: 50px
}

select.bdt-form-width-xsmall {
    width: 75px
}

.bdt-form-width-small {
    width: 130px
}

.bdt-form-width-medium {
    width: 200px
}

.bdt-form-width-large {
    width: 500px
}

.bdt-select:not([multiple]):not([size]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    background-repeat: no-repeat;
    background-position: 100% 50%
}

.bdt-select:not([multiple]):not([size]) option {
    color: #666
}

.bdt-select:not([multiple]):not([size]):disabled {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A")
}

.bdt-input[list] {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 100% 50%
}

.bdt-input[list]:hover,
.bdt-input[list]:focus {
    background-image: url("../../images/backgrounds/form-datalist.svg")
}

.bdt-input[list]::-webkit-calendar-picker-indicator {
    display: none !important
}

.bdt-radio,
.bdt-checkbox {
    display: inline-block;
    height: 16px;
    width: 16px;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ebebeb;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.bdt-radio {
    border-radius: 50%
}

.bdt-radio:focus,
.bdt-checkbox:focus {
    background-color: #dedede;
    outline: none
}

.bdt-radio:checked,
.bdt-checkbox:checked,
.bdt-checkbox:indeterminate {
    background-color: #1e87f0
}

.bdt-radio:checked:focus,
.bdt-checkbox:checked:focus,
.bdt-checkbox:indeterminate:focus {
    background-color: #0e6dcd
}

.bdt-radio:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.bdt-checkbox:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A")
}

.bdt-checkbox:indeterminate {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.bdt-radio:disabled,
.bdt-checkbox:disabled {
    background-color: #f8f8f8
}

.bdt-radio:disabled:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.bdt-checkbox:disabled:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A")
}

.bdt-checkbox:disabled:indeterminate {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.bdt-legend {
    width: 100%;
    color: inherit;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.4
}

.bdt-form-custom {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle
}

.bdt-form-custom select,
.bdt-form-custom input[type="file"] {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-appearance: none;
    opacity: 0;
    cursor: pointer
}

.bdt-form-custom input[type="file"] {
    font-size: 500px;
    overflow: hidden
}

.bdt-form-stacked .bdt-form-label {
    display: block;
    margin-bottom: 10px
}

@media (max-width:959px) {
    .bdt-form-horizontal .bdt-form-label {
        display: block;
        margin-bottom: 10px
    }
}

@media (min-width:960px) {
    .bdt-form-horizontal .bdt-form-label {
        width: 200px;
        margin-top: 7px;
        float: left
    }

    .bdt-form-horizontal .bdt-form-controls {
        margin-left: 215px
    }

    .bdt-form-horizontal .bdt-form-controls-text {
        padding-top: 7px
    }
}

.bdt-form-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #999
}

.bdt-form-icon:hover {
    color: #666
}

.bdt-form-icon:not(a):not(button):not(input) {
    pointer-events: none
}

.bdt-form-icon:not(.bdt-form-icon-flip)~.bdt-input {
    padding-left: 40px !important
}

.bdt-form-icon-flip {
    right: 0;
    left: auto
}

.bdt-form-icon-flip~.bdt-input {
    padding-right: 40px !important
}

.bdt-button {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px
}

.bdt-button:not(:disabled) {
    cursor: pointer
}

.bdt-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.bdt-button:hover {
    text-decoration: none
}

.bdt-button-default {
    background-color: #f8f8f8;
    color: #333
}

.bdt-button-default:hover {
    background-color: #ebebeb;
    color: #333
}

.bdt-button-default:active,
.bdt-button-default.bdt-active {
    background-color: #dfdfdf;
    color: #333
}

.bdt-button-primary {
    background-color: #1e87f0;
    color: #fff
}

.bdt-button-primary:hover {
    background-color: #0f7ae5;
    color: #fff
}

.bdt-button-primary:active,
.bdt-button-primary.bdt-active {
    background-color: #0e6dcd;
    color: #fff
}

.bdt-button-secondary {
    background-color: #222;
    color: #fff
}

.bdt-button-secondary:hover {
    background-color: #151515;
    color: #fff
}

.bdt-button-secondary:active,
.bdt-button-secondary.bdt-active {
    background-color: #080808;
    color: #fff
}

.bdt-button-danger {
    background-color: #f0506e;
    color: #fff
}

.bdt-button-danger:hover {
    background-color: #ee395b;
    color: #fff
}

.bdt-button-danger:active,
.bdt-button-danger.bdt-active {
    background-color: #ec2147;
    color: #fff
}

.bdt-button-default:disabled,
.bdt-button-primary:disabled,
.bdt-button-secondary:disabled,
.bdt-button-danger:disabled {
    background-color: #f8f8f8;
    color: #999
}

.bdt-button-small {
    padding: 0 15px;
    line-height: 30px;
    font-size: .875rem
}

.bdt-button-large {
    padding: 0 40px;
    line-height: 55px;
    font-size: 1.25rem
}

.bdt-button-text {
    padding: 0;
    line-height: 1.5;
    background: none;
    color: #333
}

.bdt-button-text:hover {
    color: #999
}

.bdt-button-text:disabled {
    color: #999
}

.bdt-button-link {
    padding: 0;
    line-height: 1.5;
    background: none;
    color: #333
}

.bdt-button-link:hover {
    color: #999;
    text-decoration: none
}

.bdt-button-link:disabled {
    color: #999;
    text-decoration: none
}

.bdt-button-group {
    display: inline-flex;
    vertical-align: middle;
    position: relative
}

.bdt-progress {
    vertical-align: baseline;
    display: block;
    width: 100%;
    border: 0;
    background-color: #f8f8f8;
    margin-bottom: 20px;
    height: 15px
}

*+.bdt-progress {
    margin-top: 20px
}

.bdt-progress::-webkit-progress-bar {
    background-color: transparent
}

.bdt-progress::-webkit-progress-value {
    background-color: #1e87f0;
    transition: width .6s ease
}

.bdt-progress::-moz-progress-bar {
    background-color: #1e87f0;
    transition: width .6s ease
}

.bdt-section {
    display: flow-root;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width:960px) {
    .bdt-section {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.bdt-section>:last-child {
    margin-bottom: 0
}

.bdt-section-xsmall {
    padding-top: 20px;
    padding-bottom: 20px
}

.bdt-section-small {
    padding-top: 40px;
    padding-bottom: 40px
}

.bdt-section-large {
    padding-top: 70px;
    padding-bottom: 70px
}

@media (min-width:960px) {
    .bdt-section-large {
        padding-top: 140px;
        padding-bottom: 140px
    }
}

.bdt-section-xlarge {
    padding-top: 140px;
    padding-bottom: 140px
}

@media (min-width:960px) {
    .bdt-section-xlarge {
        padding-top: 210px;
        padding-bottom: 210px
    }
}

.bdt-section-default {
    background: #fff
}

.bdt-section-muted {
    background: #f8f8f8
}

.bdt-section-primary {
    background: #1e87f0
}

.bdt-section-secondary {
    background: #222
}

.bdt-container {
    display: flow-root;
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:640px) {
    .bdt-container {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:960px) {
    .bdt-container {
        padding-left: 40px;
        padding-right: 40px
    }
}

.bdt-container>:last-child {
    margin-bottom: 0
}

.bdt-container .bdt-container {
    padding-left: 0;
    padding-right: 0
}

.bdt-container-xsmall {
    max-width: 750px
}

.bdt-container-small {
    max-width: 900px
}

.bdt-container-large {
    max-width: 1400px
}

.bdt-container-xlarge {
    max-width: 1600px
}

.bdt-container-expand {
    max-width: none
}

.bdt-container-expand-left {
    margin-left: 0
}

.bdt-container-expand-right {
    margin-right: 0
}

@media (min-width:640px) {

    .bdt-container-expand-left.bdt-container-xsmall,
    .bdt-container-expand-right.bdt-container-xsmall {
        max-width: calc(50% + (750px / 2) - 30px)
    }

    .bdt-container-expand-left.bdt-container-small,
    .bdt-container-expand-right.bdt-container-small {
        max-width: calc(50% + (900px / 2) - 30px)
    }
}

@media (min-width:960px) {

    .bdt-container-expand-left,
    .bdt-container-expand-right {
        max-width: calc(50% + (1200px / 2) - 40px)
    }

    .bdt-container-expand-left.bdt-container-xsmall,
    .bdt-container-expand-right.bdt-container-xsmall {
        max-width: calc(50% + (750px / 2) - 40px)
    }

    .bdt-container-expand-left.bdt-container-small,
    .bdt-container-expand-right.bdt-container-small {
        max-width: calc(50% + (900px / 2) - 40px)
    }

    .bdt-container-expand-left.bdt-container-large,
    .bdt-container-expand-right.bdt-container-large {
        max-width: calc(50% + (1400px / 2) - 40px)
    }

    .bdt-container-expand-left.bdt-container-xlarge,
    .bdt-container-expand-right.bdt-container-xlarge {
        max-width: calc(50% + (1600px / 2) - 40px)
    }
}

.bdt-container-item-padding-remove-left,
.bdt-container-item-padding-remove-right {
    width: calc(100% + 15px)
}

.bdt-container-item-padding-remove-left {
    margin-left: -15px
}

.bdt-container-item-padding-remove-right {
    margin-right: -15px
}

@media (min-width:640px) {

    .bdt-container-item-padding-remove-left,
    .bdt-container-item-padding-remove-right {
        width: calc(100% + 30px)
    }

    .bdt-container-item-padding-remove-left {
        margin-left: -30px
    }

    .bdt-container-item-padding-remove-right {
        margin-right: -30px
    }
}

@media (min-width:960px) {

    .bdt-container-item-padding-remove-left,
    .bdt-container-item-padding-remove-right {
        width: calc(100% + 40px)
    }

    .bdt-container-item-padding-remove-left {
        margin-left: -40px
    }

    .bdt-container-item-padding-remove-right {
        margin-right: -40px
    }
}

.bdt-tile {
    display: flow-root;
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width:640px) {
    .bdt-tile {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:960px) {
    .bdt-tile {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.bdt-tile>:last-child {
    margin-bottom: 0
}

.bdt-tile-xsmall {
    padding-top: 20px;
    padding-bottom: 20px
}

.bdt-tile-small {
    padding-top: 40px;
    padding-bottom: 40px
}

.bdt-tile-large {
    padding-top: 70px;
    padding-bottom: 70px
}

@media (min-width:960px) {
    .bdt-tile-large {
        padding-top: 140px;
        padding-bottom: 140px
    }
}

.bdt-tile-xlarge {
    padding-top: 140px;
    padding-bottom: 140px
}

@media (min-width:960px) {
    .bdt-tile-xlarge {
        padding-top: 210px;
        padding-bottom: 210px
    }
}

.bdt-tile-default {
    background-color: #fff
}

.bdt-tile-muted {
    background-color: #f8f8f8
}

.bdt-tile-primary {
    background-color: #1e87f0
}

.bdt-tile-secondary {
    background-color: #222
}

.bdt-card {
    position: relative;
    box-sizing: border-box
}

.bdt-card-body {
    display: flow-root;
    padding: 30px 30px
}

.bdt-card-header {
    display: flow-root;
    padding: 15px 30px
}

.bdt-card-footer {
    display: flow-root;
    padding: 15px 30px
}

@media (min-width:1200px) {
    .bdt-card-body {
        padding: 40px 40px
    }

    .bdt-card-header {
        padding: 20px 40px
    }

    .bdt-card-footer {
        padding: 20px 40px
    }
}

.bdt-card-body>:last-child,
.bdt-card-header>:last-child,
.bdt-card-footer>:last-child {
    margin-bottom: 0
}

.bdt-card-title {
    font-size: 1.5rem;
    line-height: 1.4
}

.bdt-card-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    height: 22px;
    padding: 0 10px;
    background: #1e87f0;
    color: #fff;
    font-size: .875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0
}

.bdt-card-badge:first-child+* {
    margin-top: 0
}

.bdt-card-hover:not(.bdt-card-default):not(.bdt-card-primary):not(.bdt-card-secondary):hover {
    background-color: #f8f8f8
}

.bdt-card-default {
    background-color: #f8f8f8;
    color: #666
}

.bdt-card-default .bdt-card-title {
    color: #333
}

.bdt-card-default.bdt-card-hover:hover {
    background-color: #ebebeb
}

.bdt-card-primary {
    background-color: #1e87f0;
    color: #fff
}

.bdt-card-primary .bdt-card-title {
    color: #fff
}

.bdt-card-primary.bdt-card-hover:hover {
    background-color: #0f7ae5
}

.bdt-card-secondary {
    background-color: #222;
    color: #fff
}

.bdt-card-secondary .bdt-card-title {
    color: #fff
}

.bdt-card-secondary.bdt-card-hover:hover {
    background-color: #151515
}

.bdt-card-small.bdt-card-body,
.bdt-card-small .bdt-card-body {
    padding: 20px 20px
}

.bdt-card-small .bdt-card-header {
    padding: 13px 20px
}

.bdt-card-small .bdt-card-footer {
    padding: 13px 20px
}

@media (min-width:1200px) {

    .bdt-card-large.bdt-card-body,
    .bdt-card-large .bdt-card-body {
        padding: 70px 70px
    }

    .bdt-card-large .bdt-card-header {
        padding: 35px 70px
    }

    .bdt-card-large .bdt-card-footer {
        padding: 35px 70px
    }
}

.bdt-close {
    color: #999
}

.bdt-close:hover {
    color: #666
}

.bdt-spinner>* {
    animation: bdt-spinner-rotate 1.4s linear infinite
}

@keyframes bdt-spinner-rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(270deg)
    }
}

.bdt-spinner>*>* {
    stroke-dasharray: 88px;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: bdt-spinner-dash 1.4s ease-in-out infinite;
    stroke-width: 1;
    stroke-linecap: round
}

@keyframes bdt-spinner-dash {
    0% {
        stroke-dashoffset: 88px
    }

    50% {
        stroke-dashoffset: 22px;
        transform: rotate(135deg)
    }

    100% {
        stroke-dashoffset: 88px;
        transform: rotate(450deg)
    }
}

.bdt-totop {
    padding: 5px;
    color: #999
}

.bdt-totop:hover {
    color: #666
}

.bdt-totop:active {
    color: #333
}

.bdt-marker {
    padding: 5px;
    background: #222;
    color: #fff
}

.bdt-marker:hover {
    color: #fff
}

.bdt-alert {
    position: relative;
    margin-bottom: 20px;
    padding: 15px 29px 15px 15px;
    background: #f8f8f8;
    color: #666
}

*+.bdt-alert {
    margin-top: 20px
}

.bdt-alert>:last-child {
    margin-bottom: 0
}

.bdt-alert-close {
    position: absolute;
    top: 20px;
    right: 15px
}

.bdt-alert-close:first-child+* {
    margin-top: 0
}

.bdt-alert-primary {
    background: #d8eafc;
    color: #1e87f0
}

.bdt-alert-success {
    background: #edfbf6;
    color: #32d296
}

.bdt-alert-warning {
    background: #fff6ee;
    color: #faa05a
}

.bdt-alert-danger {
    background: #fef4f6;
    color: #f0506e
}

.bdt-placeholder {
    margin-bottom: 20px;
    padding: 30px 30px;
    background: #f8f8f8
}

*+.bdt-placeholder {
    margin-top: 20px
}

.bdt-placeholder>:last-child {
    margin-bottom: 0
}

.bdt-badge {
    box-sizing: border-box;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 500px;
    vertical-align: middle;
    background: #1e87f0;
    color: #fff;
    font-size: 11px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 0
}

.bdt-badge:hover {
    text-decoration: none
}

.bdt-label {
    display: inline-block;
    padding: 0 10px;
    background: #1e87f0;
    line-height: 1.5;
    font-size: .875rem;
    color: #fff;
    vertical-align: middle;
    white-space: nowrap
}

.bdt-label-success {
    background-color: #32d296;
    color: #fff
}

.bdt-label-warning {
    background-color: #faa05a;
    color: #fff
}

.bdt-label-danger {
    background-color: #f0506e;
    color: #fff
}

.bdt-overlay {
    padding: 30px 30px
}

.bdt-overlay>:last-child {
    margin-bottom: 0
}

.bdt-overlay-default {
    background: rgba(0, 0, 0, 0.5)
}

.bdt-overlay-primary {
    background: rgba(34, 34, 34, 0.8)
}

.bdt-article {
    display: flow-root
}

.bdt-article>:last-child {
    margin-bottom: 0
}

.bdt-article+.bdt-article {
    margin-top: 70px
}

.bdt-article-title {
    font-size: 2.23125rem;
    line-height: 1.2
}

@media (min-width:960px) {
    .bdt-article-title {
        font-size: 2.625rem
    }
}

.bdt-article-meta {
    font-size: .875rem;
    line-height: 1.4;
    color: #999
}

.bdt-comment-body {
    display: flow-root;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.bdt-comment-header {
    display: flow-root;
    margin-bottom: 20px
}

.bdt-comment-body>:last-child,
.bdt-comment-header>:last-child {
    margin-bottom: 0
}

.bdt-comment-title {
    font-size: 1.25rem;
    line-height: 1.4
}

.bdt-comment-meta {
    font-size: .875rem;
    line-height: 1.4;
    color: #999
}

.bdt-comment-list {
    padding: 0;
    list-style: none
}

.bdt-comment-list>:nth-child(n+2) {
    margin-top: 70px
}

.bdt-comment-list .bdt-comment~ul {
    margin: 70px 0 0 0;
    padding-left: 30px;
    list-style: none
}

@media (min-width:960px) {
    .bdt-comment-list .bdt-comment~ul {
        padding-left: 100px
    }
}

.bdt-comment-list .bdt-comment~ul>:nth-child(n+2) {
    margin-top: 70px
}

.bdt-search {
    display: inline-block;
    position: relative;
    max-width: 100%;
    margin: 0
}

.bdt-search-input::-webkit-search-cancel-button,
.bdt-search-input::-webkit-search-decoration {
    -webkit-appearance: none
}

.bdt-search-input::-moz-placeholder {
    opacity: 1
}

.bdt-search-input {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    overflow: visible;
    -webkit-appearance: none;
    vertical-align: middle;
    width: 100%;
    border: none;
    color: #666
}

.bdt-search-input:focus {
    outline: none
}

.bdt-search-input::placeholder {
    color: #999
}

.bdt-search .bdt-search-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #999
}

.bdt-search .bdt-search-icon:hover {
    color: #999
}

.bdt-search .bdt-search-icon:not(a):not(button):not(input) {
    pointer-events: none
}

.bdt-search .bdt-search-icon-flip {
    right: 0;
    left: auto
}

.bdt-search-default {
    width: 240px
}

.bdt-search-default .bdt-search-input {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    background: #f8f8f8
}

.bdt-search-default .bdt-search-input:focus {
    background-color: #ebebeb
}

.bdt-search-default .bdt-search-icon {
    width: 40px
}

.bdt-search-default .bdt-search-icon:not(.bdt-search-icon-flip)~.bdt-search-input {
    padding-left: 40px
}

.bdt-search-default .bdt-search-icon-flip~.bdt-search-input {
    padding-right: 40px
}

.bdt-search-navbar {
    width: 400px
}

.bdt-search-navbar .bdt-search-input {
    height: 40px;
    background: transparent;
    font-size: 1.5rem
}

.bdt-search-navbar .bdt-search-icon {
    width: 40px
}

.bdt-search-navbar .bdt-search-icon:not(.bdt-search-icon-flip)~.bdt-search-input {
    padding-left: 40px
}

.bdt-search-navbar .bdt-search-icon-flip~.bdt-search-input {
    padding-right: 40px
}

.bdt-search-large {
    width: 500px
}

.bdt-search-large .bdt-search-input {
    height: 80px;
    background: transparent;
    font-size: 2.625rem
}

.bdt-search-large .bdt-search-icon {
    width: 80px
}

.bdt-search-large .bdt-search-icon:not(.bdt-search-icon-flip)~.bdt-search-input {
    padding-left: 80px
}

.bdt-search-large .bdt-search-icon-flip~.bdt-search-input {
    padding-right: 80px
}

.bdt-search-toggle {
    color: #999
}

.bdt-search-toggle:hover {
    color: #666
}

.bdt-accordion {
    padding: 0;
    list-style: none
}

.bdt-accordion>:nth-child(n+2) {
    margin-top: 20px
}

.bdt-accordion-title {
    display: block;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #333
}

.bdt-accordion-title:hover {
    color: #666;
    text-decoration: none
}

.bdt-accordion-content {
    display: flow-root;
    margin-top: 20px
}

.bdt-accordion-content>:last-child {
    margin-bottom: 0
}

.bdt-drop {
    display: none;
    position: absolute;
    z-index: 1020;
    --bdt-position-offset: 20px;
    --bdt-position-viewport-offset: 15px;
    box-sizing: border-box;
    width: 300px
}

.bdt-drop.bdt-open {
    display: block
}

.bdt-drop-stack .bdt-drop-grid>* {
    width: 100% !important
}

.bdt-drop-parent-icon {
    margin-left: .25em;
    transition: transform .3s ease-out
}

[aria-expanded="true"]>.bdt-drop-parent-icon {
    transform: rotateX(180deg)
}

.bdt-dropdown {
    --bdt-position-offset: 10px;
    --bdt-position-viewport-offset: 15px;
    width: auto;
    min-width: 200px;
    padding: 15px;
    background: #f8f8f8;
    color: #666
}

.bdt-dropdown>:last-child {
    margin-bottom: 0
}

.bdt-dropdown :focus-visible {
    outline-color: #333 !important
}

.bdt-dropdown-large {
    padding: 40px
}

.bdt-dropdown-dropbar {
    width: auto;
    background: transparent;
    padding: 15px 0 15px 0;
    --bdt-position-viewport-offset: 15px
}

@media (min-width:640px) {
    .bdt-dropdown-dropbar {
        --bdt-position-viewport-offset: 30px
    }
}

@media (min-width:960px) {
    .bdt-dropdown-dropbar {
        --bdt-position-viewport-offset: 40px
    }
}

.bdt-dropdown-dropbar-large {
    padding-top: 40px;
    padding-bottom: 40px
}

.bdt-dropdown-nav>li>a {
    color: #999
}

.bdt-dropdown-nav>li>a:hover,
.bdt-dropdown-nav>li.bdt-active>a {
    color: #666
}

.bdt-dropdown-nav .bdt-nav-subtitle {
    font-size: .875rem
}

.bdt-dropdown-nav .bdt-nav-header {
    color: #333
}

.bdt-dropdown-nav .bdt-nav-divider {
    border-top: 1px solid rgba(214, 214, 214, 0.49)
}

.bdt-dropdown-nav .bdt-nav-sub a {
    color: #999
}

.bdt-dropdown-nav .bdt-nav-sub a:hover,
.bdt-dropdown-nav .bdt-nav-sub li.bdt-active>a {
    color: #666
}

.bdt-dropbar {
    --bdt-position-offset: 0;
    --bdt-position-shift-offset: 0;
    --bdt-position-viewport-offset: 0;
    width: auto;
    padding: 15px 15px 15px 15px;
    background: #f8f8f8;
    color: #666
}

.bdt-dropbar>:last-child {
    margin-bottom: 0
}

@media (min-width:640px) {
    .bdt-dropbar {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:960px) {
    .bdt-dropbar {
        padding-left: 40px;
        padding-right: 40px
    }
}

.bdt-dropbar :focus-visible {
    outline-color: #333 !important
}

.bdt-dropbar-large {
    padding-top: 40px;
    padding-bottom: 40px
}

.bdt-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    overflow-y: auto;
    padding: 15px 15px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity .15s linear
}

@media (min-width:640px) {
    .bdt-modal {
        padding: 50px 30px
    }
}

@media (min-width:960px) {
    .bdt-modal {
        padding-left: 40px;
        padding-right: 40px
    }
}

.bdt-modal.bdt-open {
    opacity: 1
}

.bdt-modal-page {
    overflow: hidden
}

.bdt-modal-dialog {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 600px;
    max-width: 100% !important;
    background: #fff;
    opacity: 0;
    transform: translateY(-100px);
    transition: .3s linear;
    transition-property: opacity, transform;
    border-radius: 3px
}

.bdt-open>.bdt-modal-dialog {
    opacity: 1;
    transform: translateY(0)
}

.bdt-modal-container .bdt-modal-dialog {
    width: 1200px
}

.bdt-modal-full {
    padding: 0;
    background: none
}

.bdt-modal-full .bdt-modal-dialog {
    margin: 0;
    width: 100%;
    max-width: 100%;
    transform: translateY(0)
}

.bdt-modal-body {
    display: flow-root;
    padding: 20px 20px
}

.bdt-modal-header {
    display: flow-root;
    padding: 10px 20px;
    background: #f8f8f8
}

.bdt-modal-footer {
    display: flow-root;
    padding: 10px 20px;
    background: #f8f8f8
}

@media (min-width:640px) {
    .bdt-modal-body {
        padding: 30px 30px
    }

    .bdt-modal-header {
        padding: 15px 30px
    }

    .bdt-modal-footer {
        padding: 15px 30px
    }
}

.bdt-modal-body>:last-child,
.bdt-modal-header>:last-child,
.bdt-modal-footer>:last-child {
    margin-bottom: 0
}

.bdt-modal-title {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400
}

[class*='bdt-modal-close-'] {
    position: absolute;
    z-index: 1010;
    top: 10px;
    right: 10px;
    padding: 5px
}

[class*='bdt-modal-close-']:first-child+* {
    margin-top: 0
}

.bdt-modal-close-outside {
    top: 0;
    right: -5px;
    transform: translate(0, -100%);
    color: #fff
}

.bdt-modal-close-outside:hover {
    color: #fff
}

@media (min-width:960px) {
    .bdt-modal-close-outside {
        right: 0;
        transform: translate(100%, -100%)
    }
}

.bdt-slideshow {
    -webkit-tap-highlight-color: transparent
}

.bdt-slideshow-items {
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    -webkit-touch-callout: none;
    touch-action: pan-y
}

.bdt-slideshow-items>* {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    will-change: transform, opacity
}

.bdt-slideshow-items>:not(.bdt-active) {
    display: none
}

.bdt-slider {
    -webkit-tap-highlight-color: transparent
}

.bdt-slider-container {
    overflow: hidden
}

.bdt-slider-container-offset {
    margin: -11px -25px -39px -25px;
    padding: 11px 25px 39px 25px
}

.bdt-slider-items {
    will-change: transform;
    position: relative;
    touch-action: pan-y
}

.bdt-slider-items:not(.bdt-grid) {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-touch-callout: none
}

.bdt-slider-items.bdt-grid {
    flex-wrap: nowrap
}

.bdt-slider-items>* {
    flex: none;
    max-width: 100%;
    position: relative
}

.bdt-sticky {
    position: relative;
    z-index: 980;
    box-sizing: border-box
}

.bdt-sticky-fixed {
    margin: 0 !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.bdt-sticky[class*='bdt-animation-'] {
    animation-duration: .2s
}

.bdt-sticky.bdt-animation-reverse {
    animation-duration: .2s
}

.bdt-sticky-placeholder {
    pointer-events: none
}

.bdt-offcanvas {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000
}

.bdt-offcanvas-flip .bdt-offcanvas {
    right: 0;
    left: auto
}

.bdt-offcanvas-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -270px;
    box-sizing: border-box;
    width: 270px;
    padding: 20px 20px;
    background: #222;
    overflow-y: auto
}

@media (min-width:640px) {
    .bdt-offcanvas-bar {
        left: -350px;
        width: 350px;
        padding: 30px 30px
    }
}

.bdt-offcanvas-flip .bdt-offcanvas-bar {
    left: auto;
    right: -270px
}

@media (min-width:640px) {
    .bdt-offcanvas-flip .bdt-offcanvas-bar {
        right: -350px
    }
}

.bdt-open>.bdt-offcanvas-bar {
    left: 0
}

.bdt-offcanvas-flip .bdt-open>.bdt-offcanvas-bar {
    left: auto;
    right: 0
}

.bdt-offcanvas-bar-animation {
    transition: left .3s ease-out
}

.bdt-offcanvas-flip .bdt-offcanvas-bar-animation {
    transition-property: right
}

.bdt-offcanvas-reveal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    overflow: hidden;
    transition: width .3s ease-out
}

.bdt-offcanvas-reveal .bdt-offcanvas-bar {
    left: 0
}

.bdt-offcanvas-flip .bdt-offcanvas-reveal .bdt-offcanvas-bar {
    left: auto;
    right: 0
}

.bdt-open>.bdt-offcanvas-reveal {
    width: 270px
}

@media (min-width:640px) {
    .bdt-open>.bdt-offcanvas-reveal {
        width: 350px
    }
}

.bdt-offcanvas-flip .bdt-offcanvas-reveal {
    right: 0;
    left: auto
}

.bdt-offcanvas-close {
    position: absolute;
    z-index: 1000;
    top: 5px;
    right: 5px;
    padding: 5px
}

@media (min-width:640px) {
    .bdt-offcanvas-close {
        top: 10px;
        right: 10px
    }
}

.bdt-offcanvas-close:first-child+* {
    margin-top: 0
}

.bdt-offcanvas-overlay {
    width: 100vw;
    touch-action: none
}

.bdt-offcanvas-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity .15s linear
}

.bdt-offcanvas-overlay.bdt-open::before {
    opacity: 1
}

.bdt-offcanvas-page,
.bdt-offcanvas-container {
    overflow-x: hidden;
    overflow-x: clip
}

.bdt-offcanvas-container {
    position: relative;
    left: 0;
    transition: left .3s ease-out;
    box-sizing: border-box;
    width: 100%
}

:not(.bdt-offcanvas-flip).bdt-offcanvas-container-animation {
    left: 270px
}

.bdt-offcanvas-flip.bdt-offcanvas-container-animation {
    left: -270px
}

@media (min-width:640px) {
    :not(.bdt-offcanvas-flip).bdt-offcanvas-container-animation {
        left: 350px
    }

    .bdt-offcanvas-flip.bdt-offcanvas-container-animation {
        left: -350px
    }
}

.bdt-switcher {
    margin: 0;
    padding: 0;
    list-style: none
}

.bdt-switcher>:not(.bdt-active) {
    display: none
}

.bdt-switcher>*>:last-child {
    margin-bottom: 0
}

.bdt-leader {
    overflow: hidden
}

.bdt-leader-fill::after {
    display: inline-block;
    margin-left: 15px;
    width: 0;
    content: attr(data-fill);
    white-space: nowrap
}

.bdt-leader-fill.bdt-leader-hide::after {
    display: none
}

:root {
    --bdt-leader-fill-content: .
}

.bdt-notification {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1040;
    box-sizing: border-box;
    width: 450px
}

.bdt-notification-top-right,
.bdt-notification-bottom-right {
    left: auto;
    right: 10px
}

.bdt-notification-top-center,
.bdt-notification-bottom-center {
    left: 50%;
    margin-left: -225px
}

.bdt-notification-bottom-left,
.bdt-notification-bottom-right,
.bdt-notification-bottom-center {
    top: auto;
    bottom: 10px
}

@media (max-width:639px) {
    .bdt-notification {
        left: 10px;
        right: 10px;
        width: auto;
        margin: 0
    }
}

.bdt-notification-message {
    position: relative;
    padding: 15px;
    background: #f8f8f8;
    color: #666;
    font-size: 1.25rem;
    line-height: 1.4;
    cursor: pointer
}

*+.bdt-notification-message {
    margin-top: 10px
}

.bdt-notification-close {
    display: none;
    position: absolute;
    top: 20px;
    right: 15px
}

.bdt-notification-message:hover .bdt-notification-close {
    display: block
}

.bdt-notification-message-primary {
    color: #1e87f0
}

.bdt-notification-message-success {
    color: #32d296
}

.bdt-notification-message-warning {
    color: #faa05a
}

.bdt-notification-message-danger {
    color: #f0506e
}

.bdt-tooltip {
    display: none;
    position: absolute;
    z-index: 1030;
    --bdt-position-offset: 10px;
    --bdt-position-viewport-offset: 10;
    top: 0;
    box-sizing: border-box;
    max-width: 200px;
    padding: 3px 6px;
    background: #666;
    border-radius: 2px;
    color: #fff;
    font-size: 12px
}

.bdt-tooltip.bdt-active {
    display: block
}

.bdt-sortable {
    position: relative
}

.bdt-sortable>:last-child {
    margin-bottom: 0
}

.bdt-sortable-drag {
    position: fixed !important;
    z-index: 1050 !important;
    pointer-events: none
}

.bdt-sortable-placeholder {
    opacity: 0;
    pointer-events: none
}

.bdt-sortable-empty {
    min-height: 50px
}

.bdt-sortable-handle:hover {
    cursor: move
}

.bdt-countdown-number {
    font-variant-numeric: tabular-nums;
    font-size: 2rem;
    line-height: .8
}

@media (min-width:640px) {
    .bdt-countdown-number {
        font-size: 4rem
    }
}

@media (min-width:960px) {
    .bdt-countdown-number {
        font-size: 6rem
    }
}

.bdt-countdown-separator {
    font-size: 1rem;
    line-height: 1.6
}

@media (min-width:640px) {
    .bdt-countdown-separator {
        font-size: 2rem
    }
}

@media (min-width:960px) {
    .bdt-countdown-separator {
        font-size: 3rem
    }
}

.bdt-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none
}

.bdt-grid>* {
    margin: 0
}

.bdt-grid>*>:last-child {
    margin-bottom: 0
}

.bdt-grid {
    margin-left: -30px
}

.bdt-grid>* {
    padding-left: 30px
}

.bdt-grid+.bdt-grid,
.bdt-grid>.bdt-grid-margin,
*+.bdt-grid-margin {
    margin-top: 30px
}

@media (min-width:1200px) {
    .bdt-grid {
        margin-left: -40px
    }

    .bdt-grid>* {
        padding-left: 40px
    }

    .bdt-grid+.bdt-grid,
    .bdt-grid>.bdt-grid-margin,
    *+.bdt-grid-margin {
        margin-top: 40px
    }
}

.bdt-grid-small,
.bdt-grid-column-small {
    margin-left: -15px
}

.bdt-grid-small>*,
.bdt-grid-column-small>* {
    padding-left: 15px
}

.bdt-grid+.bdt-grid-small,
.bdt-grid+.bdt-grid-row-small,
.bdt-grid-small>.bdt-grid-margin,
.bdt-grid-row-small>.bdt-grid-margin,
*+.bdt-grid-margin-small {
    margin-top: 15px
}

.bdt-grid-medium,
.bdt-grid-column-medium {
    margin-left: -30px
}

.bdt-grid-medium>*,
.bdt-grid-column-medium>* {
    padding-left: 30px
}

.bdt-grid+.bdt-grid-medium,
.bdt-grid+.bdt-grid-row-medium,
.bdt-grid-medium>.bdt-grid-margin,
.bdt-grid-row-medium>.bdt-grid-margin,
*+.bdt-grid-margin-medium {
    margin-top: 30px
}

.bdt-grid-large,
.bdt-grid-column-large {
    margin-left: -40px
}

.bdt-grid-large>*,
.bdt-grid-column-large>* {
    padding-left: 40px
}

.bdt-grid+.bdt-grid-large,
.bdt-grid+.bdt-grid-row-large,
.bdt-grid-large>.bdt-grid-margin,
.bdt-grid-row-large>.bdt-grid-margin,
*+.bdt-grid-margin-large {
    margin-top: 40px
}

@media (min-width:1200px) {

    .bdt-grid-large,
    .bdt-grid-column-large {
        margin-left: -70px
    }

    .bdt-grid-large>*,
    .bdt-grid-column-large>* {
        padding-left: 70px
    }

    .bdt-grid+.bdt-grid-large,
    .bdt-grid+.bdt-grid-row-large,
    .bdt-grid-large>.bdt-grid-margin,
    .bdt-grid-row-large>.bdt-grid-margin,
    *+.bdt-grid-margin-large {
        margin-top: 70px
    }
}

.bdt-grid-collapse,
.bdt-grid-column-collapse {
    margin-left: 0
}

.bdt-grid-collapse>*,
.bdt-grid-column-collapse>* {
    padding-left: 0
}

.bdt-grid+.bdt-grid-collapse,
.bdt-grid+.bdt-grid-row-collapse,
.bdt-grid-collapse>.bdt-grid-margin,
.bdt-grid-row-collapse>.bdt-grid-margin {
    margin-top: 0
}

.bdt-grid-divider>* {
    position: relative
}

.bdt-grid-divider>:not(.bdt-first-column)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid rgba(214, 214, 214, 0.49)
}

.bdt-grid-divider.bdt-grid-stack>.bdt-grid-margin::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(214, 214, 214, 0.49)
}

.bdt-grid-divider {
    margin-left: -60px
}

.bdt-grid-divider>* {
    padding-left: 60px
}

.bdt-grid-divider>:not(.bdt-first-column)::before {
    left: 30px
}

.bdt-grid-divider.bdt-grid-stack>.bdt-grid-margin {
    margin-top: 60px
}

.bdt-grid-divider.bdt-grid-stack>.bdt-grid-margin::before {
    top: -30px;
    left: 60px
}

@media (min-width:1200px) {
    .bdt-grid-divider {
        margin-left: -80px
    }

    .bdt-grid-divider>* {
        padding-left: 80px
    }

    .bdt-grid-divider>:not(.bdt-first-column)::before {
        left: 40px
    }

    .bdt-grid-divider.bdt-grid-stack>.bdt-grid-margin {
        margin-top: 80px
    }

    .bdt-grid-divider.bdt-grid-stack>.bdt-grid-margin::before {
        top: -40px;
        left: 80px
    }
}

.bdt-grid-divider.bdt-grid-small,
.bdt-grid-divider.bdt-grid-column-small {
    margin-left: -30px
}

.bdt-grid-divider.bdt-grid-small>*,
.bdt-grid-divider.bdt-grid-column-small>* {
    padding-left: 30px
}

.bdt-grid-divider.bdt-grid-small>:not(.bdt-first-column)::before,
.bdt-grid-divider.bdt-grid-column-small>:not(.bdt-first-column)::before {
    left: 15px
}

.bdt-grid-divider.bdt-grid-small.bdt-grid-stack>.bdt-grid-margin,
.bdt-grid-divider.bdt-grid-row-small.bdt-grid-stack>.bdt-grid-margin {
    margin-top: 30px
}

.bdt-grid-divider.bdt-grid-small.bdt-grid-stack>.bdt-grid-margin::before {
    top: -15px;
    left: 30px
}

.bdt-grid-divider.bdt-grid-row-small.bdt-grid-stack>.bdt-grid-margin::before {
    top: -15px
}

.bdt-grid-divider.bdt-grid-column-small.bdt-grid-stack>.bdt-grid-margin::before {
    left: 30px
}

.bdt-grid-divider.bdt-grid-medium,
.bdt-grid-divider.bdt-grid-column-medium {
    margin-left: -60px
}

.bdt-grid-divider.bdt-grid-medium>*,
.bdt-grid-divider.bdt-grid-column-medium>* {
    padding-left: 60px
}

.bdt-grid-divider.bdt-grid-medium>:not(.bdt-first-column)::before,
.bdt-grid-divider.bdt-grid-column-medium>:not(.bdt-first-column)::before {
    left: 30px
}

.bdt-grid-divider.bdt-grid-medium.bdt-grid-stack>.bdt-grid-margin,
.bdt-grid-divider.bdt-grid-row-medium.bdt-grid-stack>.bdt-grid-margin {
    margin-top: 60px
}

.bdt-grid-divider.bdt-grid-medium.bdt-grid-stack>.bdt-grid-margin::before {
    top: -30px;
    left: 60px
}

.bdt-grid-divider.bdt-grid-row-medium.bdt-grid-stack>.bdt-grid-margin::before {
    top: -30px
}

.bdt-grid-divider.bdt-grid-column-medium.bdt-grid-stack>.bdt-grid-margin::before {
    left: 60px
}

.bdt-grid-divider.bdt-grid-large,
.bdt-grid-divider.bdt-grid-column-large {
    margin-left: -80px
}

.bdt-grid-divider.bdt-grid-large>*,
.bdt-grid-divider.bdt-grid-column-large>* {
    padding-left: 80px
}

.bdt-grid-divider.bdt-grid-large>:not(.bdt-first-column)::before,
.bdt-grid-divider.bdt-grid-column-large>:not(.bdt-first-column)::before {
    left: 40px
}

.bdt-grid-divider.bdt-grid-large.bdt-grid-stack>.bdt-grid-margin,
.bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack>.bdt-grid-margin {
    margin-top: 80px
}

.bdt-grid-divider.bdt-grid-large.bdt-grid-stack>.bdt-grid-margin::before {
    top: -40px;
    left: 80px
}

.bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack>.bdt-grid-margin::before {
    top: -40px
}

.bdt-grid-divider.bdt-grid-column-large.bdt-grid-stack>.bdt-grid-margin::before {
    left: 80px
}

@media (min-width:1200px) {

    .bdt-grid-divider.bdt-grid-large,
    .bdt-grid-divider.bdt-grid-column-large {
        margin-left: -140px
    }

    .bdt-grid-divider.bdt-grid-large>*,
    .bdt-grid-divider.bdt-grid-column-large>* {
        padding-left: 140px
    }

    .bdt-grid-divider.bdt-grid-large>:not(.bdt-first-column)::before,
    .bdt-grid-divider.bdt-grid-column-large>:not(.bdt-first-column)::before {
        left: 70px
    }

    .bdt-grid-divider.bdt-grid-large.bdt-grid-stack>.bdt-grid-margin,
    .bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack>.bdt-grid-margin {
        margin-top: 140px
    }

    .bdt-grid-divider.bdt-grid-large.bdt-grid-stack>.bdt-grid-margin::before {
        top: -70px;
        left: 140px
    }

    .bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack>.bdt-grid-margin::before {
        top: -70px
    }

    .bdt-grid-divider.bdt-grid-column-large.bdt-grid-stack>.bdt-grid-margin::before {
        left: 140px
    }
}

.bdt-grid-match>*,
.bdt-grid-item-match {
    display: flex;
    flex-wrap: wrap
}

.bdt-grid-match>*>:not([class*='bdt-width']),
.bdt-grid-item-match>:not([class*='bdt-width']) {
    box-sizing: border-box;
    width: 100%;
    flex: auto
}

.bdt-nav,
.bdt-nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.bdt-nav li>a {
    display: flex;
    align-items: center;
    column-gap: .25em;
    text-decoration: none
}

.bdt-nav>li>a {
    padding: 5px 0
}

ul.bdt-nav-sub {
    padding: 5px 0 5px 15px
}

.bdt-nav-sub ul {
    padding-left: 15px
}

.bdt-nav-sub a {
    padding: 2px 0
}

.bdt-nav-parent-icon {
    margin-left: auto;
    transition: transform .3s ease-out
}

.bdt-nav>li.bdt-open>a .bdt-nav-parent-icon {
    transform: rotateX(180deg)
}

.bdt-nav-header {
    padding: 5px 0;
    text-transform: uppercase;
    font-size: .875rem
}

.bdt-nav-header:not(:first-child) {
    margin-top: 20px
}

.bdt-nav .bdt-nav-divider {
    margin: 5px 0
}

.bdt-nav-default {
    font-size: 16px;
    line-height: 1.5
}

.bdt-nav-default>li>a {
    color: #999
}

.bdt-nav-default>li>a:hover {
    color: #666
}

.bdt-nav-default>li.bdt-active>a {
    color: #333
}

.bdt-nav-default .bdt-nav-subtitle {
    font-size: .875rem
}

.bdt-nav-default .bdt-nav-header {
    color: #333
}

.bdt-nav-default .bdt-nav-divider {
    border-top: 1px solid rgba(214, 214, 214, 0.49)
}

.bdt-nav-default .bdt-nav-sub {
    font-size: 16px;
    line-height: 1.5
}

.bdt-nav-default .bdt-nav-sub a {
    color: #999
}

.bdt-nav-default .bdt-nav-sub a:hover {
    color: #666
}

.bdt-nav-default .bdt-nav-sub li.bdt-active>a {
    color: #333
}

.bdt-nav-primary {
    font-size: 1.5rem;
    line-height: 1.5
}

.bdt-nav-primary>li>a {
    color: #999
}

.bdt-nav-primary>li>a:hover {
    color: #666
}

.bdt-nav-primary>li.bdt-active>a {
    color: #333
}

.bdt-nav-primary .bdt-nav-subtitle {
    font-size: 1.25rem
}

.bdt-nav-primary .bdt-nav-header {
    color: #333
}

.bdt-nav-primary .bdt-nav-divider {
    border-top: 1px solid rgba(214, 214, 214, 0.49)
}

.bdt-nav-primary .bdt-nav-sub {
    font-size: 1.25rem;
    line-height: 1.5
}

.bdt-nav-primary .bdt-nav-sub a {
    color: #999
}

.bdt-nav-primary .bdt-nav-sub a:hover {
    color: #666
}

.bdt-nav-primary .bdt-nav-sub li.bdt-active>a {
    color: #333
}

.bdt-nav-secondary {
    font-size: 16px;
    line-height: 1.5
}

.bdt-nav-secondary>li>a {
    color: #333
}

.bdt-nav-secondary>li>a:hover {
    color: #333
}

.bdt-nav-secondary>li.bdt-active>a {
    color: #333
}

.bdt-nav-secondary .bdt-nav-subtitle {
    font-size: .875rem;
    color: #999
}

.bdt-nav-secondary>li>a:hover .bdt-nav-subtitle {
    color: #666
}

.bdt-nav-secondary>li.bdt-active>a .bdt-nav-subtitle {
    color: #333
}

.bdt-nav-secondary .bdt-nav-header {
    color: #333
}

.bdt-nav-secondary .bdt-nav-divider {
    border-top: 1px solid rgba(214, 214, 214, 0.49)
}

.bdt-nav-secondary .bdt-nav-sub {
    font-size: .875rem;
    line-height: 1.5
}

.bdt-nav-secondary .bdt-nav-sub a {
    color: #999
}

.bdt-nav-secondary .bdt-nav-sub a:hover {
    color: #666
}

.bdt-nav-secondary .bdt-nav-sub li.bdt-active>a {
    color: #333
}

.bdt-nav-center {
    text-align: center
}

.bdt-nav-center li>a {
    justify-content: center
}

.bdt-nav-center .bdt-nav-sub,
.bdt-nav-center .bdt-nav-sub ul {
    padding-left: 0
}

.bdt-nav-center .bdt-nav-parent-icon {
    margin-left: .25em
}

.bdt-nav.bdt-nav-divider>:not(.bdt-nav-header, .bdt-nav-divider)+:not(.bdt-nav-header, .bdt-nav-divider) {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid rgba(214, 214, 214, 0.49)
}

.bdt-navbar {
    display: flex;
    position: relative
}

.bdt-navbar-container:not(.bdt-navbar-transparent) {
    background: #f8f8f8
}

.bdt-navbar-left,
.bdt-navbar-right,
[class*='bdt-navbar-center'] {
    display: flex;
    gap: 0;
    align-items: center
}

.bdt-navbar-right {
    margin-left: auto
}

.bdt-navbar-center:only-child {
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.bdt-navbar-center:not(:only-child) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    box-sizing: border-box;
    z-index: 990
}

.bdt-navbar-center-left,
.bdt-navbar-center-right {
    position: absolute;
    top: 0
}

.bdt-navbar-center-left {
    right: calc(100% + 0px)
}

.bdt-navbar-center-right {
    left: calc(100% + 0px)
}

[class*='bdt-navbar-center-'] {
    width: max-content;
    box-sizing: border-box
}

.bdt-navbar-nav {
    display: flex;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none
}

.bdt-navbar-left,
.bdt-navbar-right,
.bdt-navbar-center:only-child {
    flex-wrap: wrap
}

.bdt-navbar-nav>li>a,
.bdt-navbar-item,
.bdt-navbar-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: .25em;
    box-sizing: border-box;
    min-height: 80px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-decoration: none
}

.bdt-navbar-nav>li>a {
    padding: 0 15px;
    color: #999
}

.bdt-navbar-nav>li:hover>a,
.bdt-navbar-nav>li>a[aria-expanded="true"] {
    color: #666
}

.bdt-navbar-nav>li>a:active {
    color: #333
}

.bdt-navbar-nav>li.bdt-active>a {
    color: #333
}

.bdt-navbar-parent-icon {
    margin-left: 4px;
    transition: transform .3s ease-out
}

.bdt-navbar-nav>li>a[aria-expanded="true"] .bdt-navbar-parent-icon {
    transform: rotateX(180deg)
}

.bdt-navbar-item {
    padding: 0 15px;
    color: #666
}

.bdt-navbar-item>:last-child {
    margin-bottom: 0
}

.bdt-navbar-toggle {
    padding: 0 15px;
    color: #999
}

.bdt-navbar-toggle:hover,
.bdt-navbar-toggle[aria-expanded="true"] {
    color: #666;
    text-decoration: none
}

.bdt-navbar-subtitle {
    font-size: .875rem
}

.bdt-navbar-justify .bdt-navbar-left,
.bdt-navbar-justify .bdt-navbar-right,
.bdt-navbar-justify .bdt-navbar-nav,
.bdt-navbar-justify .bdt-navbar-nav>li,
.bdt-navbar-justify .bdt-navbar-item,
.bdt-navbar-justify .bdt-navbar-toggle {
    flex-grow: 1
}

.bdt-navbar-dropdown {
    --bdt-position-offset: 0;
    --bdt-position-shift-offset: 0;
    --bdt-position-viewport-offset: 15px;
    width: 200px;
    padding: 15px;
    background: #f8f8f8;
    color: #666
}

.bdt-navbar-dropdown>:last-child {
    margin-bottom: 0
}

.bdt-navbar-dropdown :focus-visible {
    outline-color: #333 !important
}

.bdt-navbar-dropdown .bdt-drop-grid {
    margin-left: -30px
}

.bdt-navbar-dropdown .bdt-drop-grid>* {
    padding-left: 30px
}

.bdt-navbar-dropdown .bdt-drop-grid>.bdt-grid-margin {
    margin-top: 30px
}

.bdt-navbar-dropdown-width-2:not(.bdt-drop-stack) {
    width: 400px
}

.bdt-navbar-dropdown-width-3:not(.bdt-drop-stack) {
    width: 600px
}

.bdt-navbar-dropdown-width-4:not(.bdt-drop-stack) {
    width: 800px
}

.bdt-navbar-dropdown-width-5:not(.bdt-drop-stack) {
    width: 1000px
}

.bdt-navbar-dropdown-large {
    --bdt-position-shift-offset: 0;
    padding: 40px
}

.bdt-navbar-dropdown-dropbar {
    width: auto;
    background: transparent;
    padding: 15px 0 15px 0;
    --bdt-position-offset: 0;
    --bdt-position-shift-offset: 0;
    --bdt-position-viewport-offset: 15px
}

@media (min-width:640px) {
    .bdt-navbar-dropdown-dropbar {
        --bdt-position-viewport-offset: 30px
    }
}

@media (min-width:960px) {
    .bdt-navbar-dropdown-dropbar {
        --bdt-position-viewport-offset: 40px
    }
}

.bdt-navbar-dropdown-dropbar-large {
    --bdt-position-shift-offset: 0;
    padding-top: 40px;
    padding-bottom: 40px
}

.bdt-navbar-dropdown-nav>li>a {
    color: #999
}

.bdt-navbar-dropdown-nav>li>a:hover {
    color: #666
}

.bdt-navbar-dropdown-nav>li.bdt-active>a {
    color: #333
}

.bdt-navbar-dropdown-nav .bdt-nav-subtitle {
    font-size: .875rem
}

.bdt-navbar-dropdown-nav .bdt-nav-header {
    color: #333
}

.bdt-navbar-dropdown-nav .bdt-nav-divider {
    border-top: 1px solid rgba(214, 214, 214, 0.49)
}

.bdt-navbar-dropdown-nav .bdt-nav-sub a {
    color: #999
}

.bdt-navbar-dropdown-nav .bdt-nav-sub a:hover {
    color: #666
}

.bdt-navbar-dropdown-nav .bdt-nav-sub li.bdt-active>a {
    color: #333
}

.bdt-subnav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -20px;
    padding: 0;
    list-style: none
}

.bdt-subnav>* {
    flex: none;
    padding-left: 20px;
    position: relative
}

.bdt-subnav>*>:first-child {
    display: flex;
    align-items: center;
    column-gap: .25em;
    color: #999
}

.bdt-subnav>*>a:hover {
    color: #666;
    text-decoration: none
}

.bdt-subnav>.bdt-active>a {
    color: #333
}

.bdt-subnav-divider {
    margin-left: -41px
}

.bdt-subnav-divider>* {
    display: flex;
    align-items: center
}

.bdt-subnav-divider>::before {
    content: "";
    height: 1.5em;
    margin-left: 0;
    margin-right: 20px;
    border-left: 1px solid transparent
}

.bdt-subnav-divider>:nth-child(n+2):not(.bdt-first-column)::before {
    border-left-color: rgba(214, 214, 214, 0.49)
}

.bdt-subnav-pill>*>:first-child {
    padding: 5px 10px;
    background: transparent;
    color: #999
}

.bdt-subnav-pill>*>a:hover {
    background-color: #f8f8f8;
    color: #666
}

.bdt-subnav-pill>*>a:active {
    background-color: #f8f8f8;
    color: #666
}

.bdt-subnav-pill>.bdt-active>a {
    background-color: #1e87f0;
    color: #fff
}

.bdt-subnav>.bdt-disabled>a {
    color: #999
}

.bdt-breadcrumb {
    padding: 0;
    list-style: none
}

.bdt-breadcrumb>* {
    display: contents
}

.bdt-breadcrumb>*>* {
    font-size: .875rem;
    color: #999
}

.bdt-breadcrumb>*>:hover {
    color: #666;
    text-decoration: none
}

.bdt-breadcrumb>:last-child>span,
.bdt-breadcrumb>:last-child>a:not([href]) {
    color: #666
}

.bdt-breadcrumb>:nth-child(n+2):not(.bdt-first-column)::before {
    content: "/";
    display: inline-block;
    margin: 0 20px 0 calc(20px - 4px);
    font-size: .875rem;
    color: #999
}

.bdt-pagination {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    padding: 0;
    list-style: none
}

.bdt-pagination>* {
    flex: none;
    padding-left: 0;
    position: relative
}

.bdt-pagination>*>* {
    display: block;
    padding: 5px 10px;
    color: #999
}

.bdt-pagination>*>:hover {
    color: #666;
    text-decoration: none
}

.bdt-pagination>.bdt-active>* {
    color: #666
}

.bdt-pagination>.bdt-disabled>* {
    color: #999
}

.bdt-tab {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    padding: 0;
    list-style: none
}

.bdt-tab>* {
    flex: none;
    padding-left: 20px;
    position: relative
}

.bdt-tab>*>a {
    display: flex;
    align-items: center;
    column-gap: .25em;
    justify-content: center;
    padding: 10px 15px;
    color: #999
}

.bdt-tab>*>a:hover {
    color: #666;
    text-decoration: none
}

.bdt-tab>.bdt-active>a {
    color: #333
}

.bdt-tab>.bdt-disabled>a {
    color: #999
}

.bdt-tab-left,
.bdt-tab-right {
    flex-direction: column;
    margin-left: 0
}

.bdt-tab-left>*,
.bdt-tab-right>* {
    padding-left: 0
}

.bdt-tab-left>*>a {
    justify-content: left
}

.bdt-tab-right>*>a {
    justify-content: left
}

.bdt-slidenav {
    padding: 5px 10px;
    color: rgba(102, 102, 102, 0.5)
}

.bdt-slidenav:hover {
    color: rgba(102, 102, 102, 0.9)
}

.bdt-slidenav:active {
    color: rgba(102, 102, 102, 0.5)
}

.bdt-slidenav-large {
    padding: 10px 10px
}

.bdt-slidenav-container {
    display: flex
}

.bdt-dotnav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -12px
}

.bdt-dotnav>* {
    flex: none;
    padding-left: 12px
}

.bdt-dotnav>*>* {
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(102, 102, 102, 0.2);
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap
}

.bdt-dotnav>*>:hover {
    background-color: rgba(102, 102, 102, 0.6)
}

.bdt-dotnav>*>:active {
    background-color: rgba(102, 102, 102, 0.2)
}

.bdt-dotnav>.bdt-active>* {
    background-color: rgba(102, 102, 102, 0.6)
}

.bdt-dotnav-vertical {
    flex-direction: column;
    margin-left: 0;
    margin-top: -12px
}

.bdt-dotnav-vertical>* {
    padding-left: 0;
    padding-top: 12px
}

.bdt-thumbnav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -15px
}

.bdt-thumbnav>* {
    padding-left: 15px
}

.bdt-thumbnav>*>* {
    display: inline-block
}

.bdt-thumbnav-vertical {
    flex-direction: column;
    margin-left: 0;
    margin-top: -15px
}

.bdt-thumbnav-vertical>* {
    padding-left: 0;
    padding-top: 15px
}

.bdt-iconnav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -10px
}

.bdt-iconnav>* {
    padding-left: 10px
}

.bdt-iconnav>*>a {
    display: flex;
    align-items: center;
    column-gap: .25em;
    line-height: 0;
    color: #999;
    text-decoration: none
}

.bdt-iconnav>*>a:hover {
    color: #666
}

.bdt-iconnav>.bdt-active>a {
    color: #666
}

.bdt-iconnav-vertical {
    flex-direction: column;
    margin-left: 0;
    margin-top: -10px
}

.bdt-iconnav-vertical>* {
    padding-left: 0;
    padding-top: 10px
}

.bdt-lightbox {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    background: #000;
    opacity: 0;
    transition: opacity .15s linear;
    touch-action: pinch-zoom
}

.bdt-lightbox.bdt-open {
    display: block;
    opacity: 1
}

.bdt-lightbox :focus-visible {
    outline-color: rgba(255, 255, 255, 0.7)
}

.bdt-lightbox-page {
    overflow: hidden
}

.bdt-lightbox-items>* {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    will-change: transform, opacity
}

.bdt-lightbox-items>*>* {
    max-width: 100vw;
    max-height: 100vh
}

.bdt-lightbox-items>*>:not(iframe) {
    width: auto;
    height: auto
}

.bdt-lightbox-items>.bdt-active {
    display: flex
}

.bdt-lightbox-toolbar {
    padding: 10px 10px;
    background: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.7)
}

.bdt-lightbox-toolbar>* {
    color: rgba(255, 255, 255, 0.7)
}

.bdt-lightbox-toolbar-icon {
    padding: 5px;
    color: rgba(255, 255, 255, 0.7)
}

.bdt-lightbox-toolbar-icon:hover {
    color: #fff
}

.bdt-lightbox-button {
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.7);
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.bdt-lightbox-button:hover {
    color: #fff
}

.bdt-lightbox-caption:empty {
    display: none
}

.bdt-lightbox-iframe {
    width: 80%;
    height: 80%
}

[class*='bdt-animation-'] {
    animation: .5s ease-out both
}

.bdt-animation-fade {
    animation-name: bdt-fade;
    animation-duration: .8s;
    animation-timing-function: linear
}

.bdt-animation-scale-up {
    animation-name: bdt-fade, bdt-scale-up
}

.bdt-animation-scale-down {
    animation-name: bdt-fade, bdt-scale-down
}

.bdt-animation-slide-top {
    animation-name: bdt-fade, bdt-slide-top
}

.bdt-animation-slide-bottom {
    animation-name: bdt-fade, bdt-slide-bottom
}

.bdt-animation-slide-left {
    animation-name: bdt-fade, bdt-slide-left
}

.bdt-animation-slide-right {
    animation-name: bdt-fade, bdt-slide-right
}

.bdt-animation-slide-top-small {
    animation-name: bdt-fade, bdt-slide-top-small
}

.bdt-animation-slide-bottom-small {
    animation-name: bdt-fade, bdt-slide-bottom-small
}

.bdt-animation-slide-left-small {
    animation-name: bdt-fade, bdt-slide-left-small
}

.bdt-animation-slide-right-small {
    animation-name: bdt-fade, bdt-slide-right-small
}

.bdt-animation-slide-top-medium {
    animation-name: bdt-fade, bdt-slide-top-medium
}

.bdt-animation-slide-bottom-medium {
    animation-name: bdt-fade, bdt-slide-bottom-medium
}

.bdt-animation-slide-left-medium {
    animation-name: bdt-fade, bdt-slide-left-medium
}

.bdt-animation-slide-right-medium {
    animation-name: bdt-fade, bdt-slide-right-medium
}

.bdt-animation-kenburns {
    animation-name: bdt-kenburns;
    animation-duration: 15s
}

.bdt-animation-shake {
    animation-name: bdt-shake
}

.bdt-animation-stroke {
    animation-name: bdt-stroke;
    animation-duration: 2s;
    stroke-dasharray: var(--bdt-animation-stroke)
}

.bdt-animation-reverse {
    animation-direction: reverse;
    animation-timing-function: ease-in
}

.bdt-animation-fast {
    animation-duration: .1s
}

.bdt-animation-toggle:not(:hover):not(:focus) [class*='bdt-animation-'] {
    animation-name: none
}

@keyframes bdt-fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes bdt-scale-up {
    0% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes bdt-scale-down {
    0% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes bdt-slide-top {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes bdt-slide-bottom {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes bdt-slide-left {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes bdt-slide-right {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes bdt-slide-top-small {
    0% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes bdt-slide-bottom-small {
    0% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes bdt-slide-left-small {
    0% {
        transform: translateX(-10px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes bdt-slide-right-small {
    0% {
        transform: translateX(10px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes bdt-slide-top-medium {
    0% {
        transform: translateY(-50px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes bdt-slide-bottom-medium {
    0% {
        transform: translateY(50px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes bdt-slide-left-medium {
    0% {
        transform: translateX(-50px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes bdt-slide-right-medium {
    0% {
        transform: translateX(50px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes bdt-kenburns {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    }
}

@keyframes bdt-shake {

    0%,
    100% {
        transform: translateX(0)
    }

    10% {
        transform: translateX(-9px)
    }

    20% {
        transform: translateX(8px)
    }

    30% {
        transform: translateX(-7px)
    }

    40% {
        transform: translateX(6px)
    }

    50% {
        transform: translateX(-5px)
    }

    60% {
        transform: translateX(4px)
    }

    70% {
        transform: translateX(-3px)
    }

    80% {
        transform: translateX(2px)
    }

    90% {
        transform: translateX(-1px)
    }
}

@keyframes bdt-stroke {
    0% {
        stroke-dashoffset: var(--bdt-animation-stroke)
    }

    100% {
        stroke-dashoffset: 0
    }
}

[class*='bdt-child-width']>* {
    box-sizing: border-box;
    width: 100%
}

.bdt-child-width-1-2>* {
    width: 50%
}

.bdt-child-width-1-3>* {
    width: calc(100% * 1 / 3.001)
}

.bdt-child-width-1-4>* {
    width: 25%
}

.bdt-child-width-1-5>* {
    width: 20%
}

.bdt-child-width-1-6>* {
    width: calc(100% * 1 / 6.001)
}

.bdt-child-width-auto>* {
    width: auto
}

.bdt-child-width-expand>:not([class*='bdt-width']) {
    flex: 1;
    min-width: 1px
}

@media (min-width:640px) {
    .bdt-child-width-1-1\@s>* {
        width: 100%
    }

    .bdt-child-width-1-2\@s>* {
        width: 50%
    }

    .bdt-child-width-1-3\@s>* {
        width: calc(100% * 1 / 3.001)
    }

    .bdt-child-width-1-4\@s>* {
        width: 25%
    }

    .bdt-child-width-1-5\@s>* {
        width: 20%
    }

    .bdt-child-width-1-6\@s>* {
        width: calc(100% * 1 / 6.001)
    }

    .bdt-child-width-auto\@s>* {
        width: auto
    }

    .bdt-child-width-expand\@s>:not([class*='bdt-width']) {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width:960px) {
    .bdt-child-width-1-1\@m>* {
        width: 100%
    }

    .bdt-child-width-1-2\@m>* {
        width: 50%
    }

    .bdt-child-width-1-3\@m>* {
        width: calc(100% * 1 / 3.001)
    }

    .bdt-child-width-1-4\@m>* {
        width: 25%
    }

    .bdt-child-width-1-5\@m>* {
        width: 20%
    }

    .bdt-child-width-1-6\@m>* {
        width: calc(100% * 1 / 6.001)
    }

    .bdt-child-width-auto\@m>* {
        width: auto
    }

    .bdt-child-width-expand\@m>:not([class*='bdt-width']) {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width:1200px) {
    .bdt-child-width-1-1\@l>* {
        width: 100%
    }

    .bdt-child-width-1-2\@l>* {
        width: 50%
    }

    .bdt-child-width-1-3\@l>* {
        width: calc(100% * 1 / 3.001)
    }

    .bdt-child-width-1-4\@l>* {
        width: 25%
    }

    .bdt-child-width-1-5\@l>* {
        width: 20%
    }

    .bdt-child-width-1-6\@l>* {
        width: calc(100% * 1 / 6.001)
    }

    .bdt-child-width-auto\@l>* {
        width: auto
    }

    .bdt-child-width-expand\@l>:not([class*='bdt-width']) {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width:1600px) {
    .bdt-child-width-1-1\@xl>* {
        width: 100%
    }

    .bdt-child-width-1-2\@xl>* {
        width: 50%
    }

    .bdt-child-width-1-3\@xl>* {
        width: calc(100% * 1 / 3.001)
    }

    .bdt-child-width-1-4\@xl>* {
        width: 25%
    }

    .bdt-child-width-1-5\@xl>* {
        width: 20%
    }

    .bdt-child-width-1-6\@xl>* {
        width: calc(100% * 1 / 6.001)
    }

    .bdt-child-width-auto\@xl>* {
        width: auto
    }

    .bdt-child-width-expand\@xl>:not([class*='bdt-width']) {
        flex: 1;
        min-width: 1px
    }
}

[class*='bdt-width'] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%
}

.bdt-width-1-2 {
    width: 50%
}

.bdt-width-1-3 {
    width: calc(100% * 1 / 3.001)
}

.bdt-width-2-3 {
    width: calc(100% * 2 / 3.001)
}

.bdt-width-1-4 {
    width: 25%
}

.bdt-width-3-4 {
    width: 75%
}

.bdt-width-1-5 {
    width: 20%
}

.bdt-width-2-5 {
    width: 40%
}

.bdt-width-3-5 {
    width: 60%
}

.bdt-width-4-5 {
    width: 80%
}

.bdt-width-1-6 {
    width: calc(100% * 1 / 6.001)
}

.bdt-width-5-6 {
    width: calc(100% * 5 / 6.001)
}

.bdt-width-small {
    width: 150px
}

.bdt-width-medium {
    width: 300px
}

.bdt-width-large {
    width: 450px
}

.bdt-width-xlarge {
    width: 600px
}

.bdt-width-2xlarge {
    width: 750px
}

.bdt-width-auto {
    width: auto
}

.bdt-width-expand {
    flex: 1;
    min-width: 1px
}

@media (min-width:640px) {
    .bdt-width-1-1\@s {
        width: 100%
    }

    .bdt-width-1-2\@s {
        width: 50%
    }

    .bdt-width-1-3\@s {
        width: calc(100% * 1 / 3.001)
    }

    .bdt-width-2-3\@s {
        width: calc(100% * 2 / 3.001)
    }

    .bdt-width-1-4\@s {
        width: 25%
    }

    .bdt-width-3-4\@s {
        width: 75%
    }

    .bdt-width-1-5\@s {
        width: 20%
    }

    .bdt-width-2-5\@s {
        width: 40%
    }

    .bdt-width-3-5\@s {
        width: 60%
    }

    .bdt-width-4-5\@s {
        width: 80%
    }

    .bdt-width-1-6\@s {
        width: calc(100% * 1 / 6.001)
    }

    .bdt-width-5-6\@s {
        width: calc(100% * 5 / 6.001)
    }

    .bdt-width-small\@s {
        width: 150px
    }

    .bdt-width-medium\@s {
        width: 300px
    }

    .bdt-width-large\@s {
        width: 450px
    }

    .bdt-width-xlarge\@s {
        width: 600px
    }

    .bdt-width-2xlarge\@s {
        width: 750px
    }

    .bdt-width-auto\@s {
        width: auto
    }

    .bdt-width-expand\@s {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width:960px) {
    .bdt-width-1-1\@m {
        width: 100%
    }

    .bdt-width-1-2\@m {
        width: 50%
    }

    .bdt-width-1-3\@m {
        width: calc(100% * 1 / 3.001)
    }

    .bdt-width-2-3\@m {
        width: calc(100% * 2 / 3.001)
    }

    .bdt-width-1-4\@m {
        width: 25%
    }

    .bdt-width-3-4\@m {
        width: 75%
    }

    .bdt-width-1-5\@m {
        width: 20%
    }

    .bdt-width-2-5\@m {
        width: 40%
    }

    .bdt-width-3-5\@m {
        width: 60%
    }

    .bdt-width-4-5\@m {
        width: 80%
    }

    .bdt-width-1-6\@m {
        width: calc(100% * 1 / 6.001)
    }

    .bdt-width-5-6\@m {
        width: calc(100% * 5 / 6.001)
    }

    .bdt-width-small\@m {
        width: 150px
    }

    .bdt-width-medium\@m {
        width: 300px
    }

    .bdt-width-large\@m {
        width: 450px
    }

    .bdt-width-xlarge\@m {
        width: 600px
    }

    .bdt-width-2xlarge\@m {
        width: 750px
    }

    .bdt-width-auto\@m {
        width: auto
    }

    .bdt-width-expand\@m {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width:1200px) {
    .bdt-width-1-1\@l {
        width: 100%
    }

    .bdt-width-1-2\@l {
        width: 50%
    }

    .bdt-width-1-3\@l {
        width: calc(100% * 1 / 3.001)
    }

    .bdt-width-2-3\@l {
        width: calc(100% * 2 / 3.001)
    }

    .bdt-width-1-4\@l {
        width: 25%
    }

    .bdt-width-3-4\@l {
        width: 75%
    }

    .bdt-width-1-5\@l {
        width: 20%
    }

    .bdt-width-2-5\@l {
        width: 40%
    }

    .bdt-width-3-5\@l {
        width: 60%
    }

    .bdt-width-4-5\@l {
        width: 80%
    }

    .bdt-width-1-6\@l {
        width: calc(100% * 1 / 6.001)
    }

    .bdt-width-5-6\@l {
        width: calc(100% * 5 / 6.001)
    }

    .bdt-width-small\@l {
        width: 150px
    }

    .bdt-width-medium\@l {
        width: 300px
    }

    .bdt-width-large\@l {
        width: 450px
    }

    .bdt-width-xlarge\@l {
        width: 600px
    }

    .bdt-width-2xlarge\@l {
        width: 750px
    }

    .bdt-width-auto\@l {
        width: auto
    }

    .bdt-width-expand\@l {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width:1600px) {
    .bdt-width-1-1\@xl {
        width: 100%
    }

    .bdt-width-1-2\@xl {
        width: 50%
    }

    .bdt-width-1-3\@xl {
        width: calc(100% * 1 / 3.001)
    }

    .bdt-width-2-3\@xl {
        width: calc(100% * 2 / 3.001)
    }

    .bdt-width-1-4\@xl {
        width: 25%
    }

    .bdt-width-3-4\@xl {
        width: 75%
    }

    .bdt-width-1-5\@xl {
        width: 20%
    }

    .bdt-width-2-5\@xl {
        width: 40%
    }

    .bdt-width-3-5\@xl {
        width: 60%
    }

    .bdt-width-4-5\@xl {
        width: 80%
    }

    .bdt-width-1-6\@xl {
        width: calc(100% * 1 / 6.001)
    }

    .bdt-width-5-6\@xl {
        width: calc(100% * 5 / 6.001)
    }

    .bdt-width-small\@xl {
        width: 150px
    }

    .bdt-width-medium\@xl {
        width: 300px
    }

    .bdt-width-large\@xl {
        width: 450px
    }

    .bdt-width-xlarge\@xl {
        width: 600px
    }

    .bdt-width-2xlarge\@xl {
        width: 750px
    }

    .bdt-width-auto\@xl {
        width: auto
    }

    .bdt-width-expand\@xl {
        flex: 1;
        min-width: 1px
    }
}

.bdt-width-max-content {
    width: max-content
}

.bdt-width-min-content {
    width: min-content
}

[class*='bdt-height'] {
    box-sizing: border-box
}

.bdt-height-1-1 {
    height: 100%
}

.bdt-height-viewport {
    min-height: 100vh
}

.bdt-height-viewport-2 {
    min-height: 200vh
}

.bdt-height-viewport-3 {
    min-height: 300vh
}

.bdt-height-viewport-4 {
    min-height: 400vh
}

.bdt-height-small {
    height: 150px
}

.bdt-height-medium {
    height: 300px
}

.bdt-height-large {
    height: 450px
}

.bdt-height-max-small {
    max-height: 150px
}

.bdt-height-max-medium {
    max-height: 300px
}

.bdt-height-max-large {
    max-height: 450px
}

.bdt-text-lead {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #333
}

.bdt-text-meta {
    font-size: .875rem;
    line-height: 1.4;
    color: #999
}

.bdt-text-small {
    font-size: .875rem;
    line-height: 1.5
}

.bdt-text-large {
    font-size: 1.5rem;
    line-height: 1.5
}

.bdt-text-default {
    font-size: 16px;
    line-height: 1.5
}

.bdt-text-light {
    font-weight: 300
}

.bdt-text-normal {
    font-weight: 400
}

.bdt-text-bold {
    font-weight: 700
}

.bdt-text-lighter {
    font-weight: lighter
}

.bdt-text-bolder {
    font-weight: bolder
}

.bdt-text-italic {
    font-style: italic
}

.bdt-text-capitalize {
    text-transform: capitalize !important
}

.bdt-text-uppercase {
    text-transform: uppercase !important
}

.bdt-text-lowercase {
    text-transform: lowercase !important
}

.bdt-text-decoration-none {
    text-decoration: none !important
}

.bdt-text-muted {
    color: #999 !important
}

.bdt-text-emphasis {
    color: #333 !important
}

.bdt-text-primary {
    color: #1e87f0 !important
}

.bdt-text-secondary {
    color: #222 !important
}

.bdt-text-success {
    color: #32d296 !important
}

.bdt-text-warning {
    color: #faa05a !important
}

.bdt-text-danger {
    color: #f0506e !important
}

.bdt-text-background {
    -webkit-background-clip: text;
    color: transparent !important;
    display: inline-block;
    background-color: #1e87f0
}

.bdt-text-left {
    text-align: left !important
}

.bdt-text-right {
    text-align: right !important
}

.bdt-text-center {
    text-align: center !important
}

.bdt-text-justify {
    text-align: justify !important
}

@media (min-width:640px) {
    .bdt-text-left\@s {
        text-align: left !important
    }

    .bdt-text-right\@s {
        text-align: right !important
    }

    .bdt-text-center\@s {
        text-align: center !important
    }
}

@media (min-width:960px) {
    .bdt-text-left\@m {
        text-align: left !important
    }

    .bdt-text-right\@m {
        text-align: right !important
    }

    .bdt-text-center\@m {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .bdt-text-left\@l {
        text-align: left !important
    }

    .bdt-text-right\@l {
        text-align: right !important
    }

    .bdt-text-center\@l {
        text-align: center !important
    }
}

@media (min-width:1600px) {
    .bdt-text-left\@xl {
        text-align: left !important
    }

    .bdt-text-right\@xl {
        text-align: right !important
    }

    .bdt-text-center\@xl {
        text-align: center !important
    }
}

.bdt-text-top {
    vertical-align: top !important
}

.bdt-text-middle {
    vertical-align: middle !important
}

.bdt-text-bottom {
    vertical-align: bottom !important
}

.bdt-text-baseline {
    vertical-align: baseline !important
}

.bdt-text-nowrap {
    white-space: nowrap
}

.bdt-text-truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

th.bdt-text-truncate,
td.bdt-text-truncate {
    max-width: 0
}

.bdt-text-break {
    overflow-wrap: break-word
}

th.bdt-text-break,
td.bdt-text-break {
    word-break: break-word
}

[class*='bdt-column-'] {
    column-gap: 30px
}

@media (min-width:1200px) {
    [class*='bdt-column-'] {
        column-gap: 40px
    }
}

[class*='bdt-column-'] img {
    transform: translate3d(0, 0, 0)
}

.bdt-column-divider {
    column-rule: 1px solid rgba(214, 214, 214, 0.49);
    column-gap: 60px
}

@media (min-width:1200px) {
    .bdt-column-divider {
        column-gap: 80px
    }
}

.bdt-column-1-2 {
    column-count: 2
}

.bdt-column-1-3 {
    column-count: 3
}

.bdt-column-1-4 {
    column-count: 4
}

.bdt-column-1-5 {
    column-count: 5
}

.bdt-column-1-6 {
    column-count: 6
}

@media (min-width:640px) {
    .bdt-column-1-2\@s {
        column-count: 2
    }

    .bdt-column-1-3\@s {
        column-count: 3
    }

    .bdt-column-1-4\@s {
        column-count: 4
    }

    .bdt-column-1-5\@s {
        column-count: 5
    }

    .bdt-column-1-6\@s {
        column-count: 6
    }
}

@media (min-width:960px) {
    .bdt-column-1-2\@m {
        column-count: 2
    }

    .bdt-column-1-3\@m {
        column-count: 3
    }

    .bdt-column-1-4\@m {
        column-count: 4
    }

    .bdt-column-1-5\@m {
        column-count: 5
    }

    .bdt-column-1-6\@m {
        column-count: 6
    }
}

@media (min-width:1200px) {
    .bdt-column-1-2\@l {
        column-count: 2
    }

    .bdt-column-1-3\@l {
        column-count: 3
    }

    .bdt-column-1-4\@l {
        column-count: 4
    }

    .bdt-column-1-5\@l {
        column-count: 5
    }

    .bdt-column-1-6\@l {
        column-count: 6
    }
}

@media (min-width:1600px) {
    .bdt-column-1-2\@xl {
        column-count: 2
    }

    .bdt-column-1-3\@xl {
        column-count: 3
    }

    .bdt-column-1-4\@xl {
        column-count: 4
    }

    .bdt-column-1-5\@xl {
        column-count: 5
    }

    .bdt-column-1-6\@xl {
        column-count: 6
    }
}

.bdt-column-span {
    column-span: all
}

[bdt-cover],
[data-bdt-cover] {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    --bdt-position-translate-x: -50%;
    --bdt-position-translate-y: -50%;
    transform: translate(var(--bdt-position-translate-x), var(--bdt-position-translate-y))
}

iframe[bdt-cover],
iframe[data-bdt-cover] {
    pointer-events: none
}

.bdt-cover-container {
    overflow: hidden;
    position: relative
}

.bdt-background-default {
    background-color: #fff
}

.bdt-background-muted {
    background-color: #f8f8f8
}

.bdt-background-primary {
    background-color: #1e87f0
}

.bdt-background-secondary {
    background-color: #222
}

.bdt-background-cover,
.bdt-background-contain,
.bdt-background-width-1-1,
.bdt-background-height-1-1 {
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.bdt-background-cover {
    background-size: cover
}

.bdt-background-contain {
    background-size: contain
}

.bdt-background-width-1-1 {
    background-size: 100%
}

.bdt-background-height-1-1 {
    background-size: auto 100%
}

.bdt-background-top-left {
    background-position: 0 0
}

.bdt-background-top-center {
    background-position: 50% 0
}

.bdt-background-top-right {
    background-position: 100% 0
}

.bdt-background-center-left {
    background-position: 0 50%
}

.bdt-background-center-center {
    background-position: 50% 50%
}

.bdt-background-center-right {
    background-position: 100% 50%
}

.bdt-background-bottom-left {
    background-position: 0 100%
}

.bdt-background-bottom-center {
    background-position: 50% 100%
}

.bdt-background-bottom-right {
    background-position: 100% 100%
}

.bdt-background-norepeat {
    background-repeat: no-repeat
}

.bdt-background-fixed {
    background-attachment: fixed;
    backface-visibility: hidden
}

@media (pointer:coarse) {
    .bdt-background-fixed {
        background-attachment: scroll
    }
}

@media (max-width:639px) {
    .bdt-background-image\@s {
        background-image: none !important
    }
}

@media (max-width:959px) {
    .bdt-background-image\@m {
        background-image: none !important
    }
}

@media (max-width:1199px) {
    .bdt-background-image\@l {
        background-image: none !important
    }
}

@media (max-width:1599px) {
    .bdt-background-image\@xl {
        background-image: none !important
    }
}

.bdt-background-blend-multiply {
    background-blend-mode: multiply
}

.bdt-background-blend-screen {
    background-blend-mode: screen
}

.bdt-background-blend-overlay {
    background-blend-mode: overlay
}

.bdt-background-blend-darken {
    background-blend-mode: darken
}

.bdt-background-blend-lighten {
    background-blend-mode: lighten
}

.bdt-background-blend-color-dodge {
    background-blend-mode: color-dodge
}

.bdt-background-blend-color-burn {
    background-blend-mode: color-burn
}

.bdt-background-blend-hard-light {
    background-blend-mode: hard-light
}

.bdt-background-blend-soft-light {
    background-blend-mode: soft-light
}

.bdt-background-blend-difference {
    background-blend-mode: difference
}

.bdt-background-blend-exclusion {
    background-blend-mode: exclusion
}

.bdt-background-blend-hue {
    background-blend-mode: hue
}

.bdt-background-blend-saturation {
    background-blend-mode: saturation
}

.bdt-background-blend-color {
    background-blend-mode: color
}

.bdt-background-blend-luminosity {
    background-blend-mode: luminosity
}

[class*='bdt-align'] {
    display: block;
    margin-bottom: 30px
}

*+[class*='bdt-align'] {
    margin-top: 30px
}

.bdt-align-center {
    margin-left: auto;
    margin-right: auto
}

.bdt-align-left {
    margin-top: 0;
    margin-right: 30px;
    float: left
}

.bdt-align-right {
    margin-top: 0;
    margin-left: 30px;
    float: right
}

@media (min-width:640px) {
    .bdt-align-left\@s {
        margin-top: 0;
        margin-right: 30px;
        float: left
    }

    .bdt-align-right\@s {
        margin-top: 0;
        margin-left: 30px;
        float: right
    }
}

@media (min-width:960px) {
    .bdt-align-left\@m {
        margin-top: 0;
        margin-right: 30px;
        float: left
    }

    .bdt-align-right\@m {
        margin-top: 0;
        margin-left: 30px;
        float: right
    }
}

@media (min-width:1200px) {
    .bdt-align-left\@l {
        margin-top: 0;
        float: left
    }

    .bdt-align-right\@l {
        margin-top: 0;
        float: right
    }

    .bdt-align-left,
    .bdt-align-left\@s,
    .bdt-align-left\@m,
    .bdt-align-left\@l {
        margin-right: 40px
    }

    .bdt-align-right,
    .bdt-align-right\@s,
    .bdt-align-right\@m,
    .bdt-align-right\@l {
        margin-left: 40px
    }
}

@media (min-width:1600px) {
    .bdt-align-left\@xl {
        margin-top: 0;
        margin-right: 40px;
        float: left
    }

    .bdt-align-right\@xl {
        margin-top: 0;
        margin-left: 40px;
        float: right
    }
}

.bdt-svg,
.bdt-svg:not(.bdt-preserve) [fill*='#']:not(.bdt-preserve) {
    fill: currentcolor
}

.bdt-svg:not(.bdt-preserve) [stroke*='#']:not(.bdt-preserve) {
    stroke: currentcolor
}

.bdt-svg {
    transform: translate(0, 0)
}

.bdt-panel {
    display: flow-root;
    position: relative;
    box-sizing: border-box
}

.bdt-panel>:last-child {
    margin-bottom: 0
}

.bdt-panel-scrollable {
    height: 170px;
    padding: 10px;
    border: 1px solid rgba(214, 214, 214, 0.49);
    overflow: auto;
    resize: both
}

.bdt-clearfix::before {
    content: "";
    display: table-cell
}

.bdt-clearfix::after {
    content: "";
    display: table;
    clear: both
}

.bdt-float-left {
    float: left
}

.bdt-float-right {
    float: right
}

[class*='bdt-float-'] {
    max-width: 100%
}

.bdt-overflow-hidden {
    overflow: hidden
}

.bdt-overflow-auto {
    overflow: auto
}

.bdt-overflow-auto>:last-child {
    margin-bottom: 0
}

.bdt-box-sizing-content {
    box-sizing: content-box
}

.bdt-box-sizing-border {
    box-sizing: border-box
}

.bdt-resize {
    resize: both
}

.bdt-resize-horizontal {
    resize: horizontal
}

.bdt-resize-vertical {
    resize: vertical
}

.bdt-display-block {
    display: block !important
}

.bdt-display-inline {
    display: inline !important
}

.bdt-display-inline-block {
    display: inline-block !important
}

[class*='bdt-inline'] {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    -webkit-backface-visibility: hidden
}

.bdt-inline-clip {
    overflow: hidden
}

.bdt-preserve-width,
.bdt-preserve-width canvas,
.bdt-preserve-width img,
.bdt-preserve-width svg,
.bdt-preserve-width video {
    max-width: none
}

.bdt-responsive-width,
.bdt-responsive-height {
    box-sizing: border-box
}

.bdt-responsive-width {
    max-width: 100% !important;
    height: auto
}

.bdt-responsive-height {
    max-height: 100%;
    width: auto;
    max-width: none
}

[bdt-responsive],
[data-bdt-responsive] {
    max-width: 100%
}

.bdt-object-cover {
    object-fit: cover
}

.bdt-object-contain {
    object-fit: contain
}

.bdt-object-fill {
    object-fit: fill
}

.bdt-object-none {
    object-fit: none
}

.bdt-object-scale-down {
    object-fit: scale-down
}

.bdt-object-top-left {
    object-position: 0 0
}

.bdt-object-top-center {
    object-position: 50% 0
}

.bdt-object-top-right {
    object-position: 100% 0
}

.bdt-object-center-left {
    object-position: 0 50%
}

.bdt-object-center-center {
    object-position: 50% 50%
}

.bdt-object-center-right {
    object-position: 100% 50%
}

.bdt-object-bottom-left {
    object-position: 0 100%
}

.bdt-object-bottom-center {
    object-position: 50% 100%
}

.bdt-object-bottom-right {
    object-position: 100% 100%
}

.bdt-border-circle {
    border-radius: 50%
}

.bdt-border-pill {
    border-radius: 500px
}

.bdt-border-rounded {
    border-radius: 5px
}

.bdt-inline-clip[class*='bdt-border-'] {
    -webkit-transform: translateZ(0)
}

.bdt-box-shadow-small {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08)
}

.bdt-box-shadow-medium {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08)
}

.bdt-box-shadow-large {
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16)
}

.bdt-box-shadow-xlarge {
    box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16)
}

[class*='bdt-box-shadow-hover'] {
    transition: box-shadow .1s ease-in-out
}

.bdt-box-shadow-hover-small:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08)
}

.bdt-box-shadow-hover-medium:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08)
}

.bdt-box-shadow-hover-large:hover {
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16)
}

.bdt-box-shadow-hover-xlarge:hover {
    box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16)
}

@supports (filter: blur(0)) {
    .bdt-box-shadow-bottom {
        display: inline-block;
        position: relative;
        z-index: 0;
        max-width: 100%;
        vertical-align: middle
    }

    .bdt-box-shadow-bottom::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
        z-index: -1;
        height: 30px;
        border-radius: 100%;
        background: #444;
        filter: blur(20px);
        will-change: filter
    }
}

.bdt-dropcap::first-letter,
.bdt-dropcap>p:first-of-type::first-letter {
    display: block;
    margin-right: 10px;
    float: left;
    font-size: 4.5em;
    line-height: 1
}

@-moz-document url-prefix() {

    .bdt-dropcap::first-letter,
    .bdt-dropcap>p:first-of-type::first-letter {
        margin-top: 1.1%
    }
}

.bdt-logo {
    font-size: 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #333;
    text-decoration: none
}

:where(.bdt-logo) {
    display: inline-block;
    vertical-align: middle
}

.bdt-logo:hover {
    color: #333;
    text-decoration: none
}

.bdt-logo :where(img, svg, video) {
    display: block
}

.bdt-logo-inverse {
    display: none
}

.bdt-disabled {
    pointer-events: none
}

.bdt-drag,
.bdt-drag * {
    cursor: move
}

.bdt-drag iframe {
    pointer-events: none
}

.bdt-dragover {
    box-shadow: 0 0 20px rgba(100, 100, 100, 0.3)
}

.bdt-blend-multiply {
    mix-blend-mode: multiply
}

.bdt-blend-screen {
    mix-blend-mode: screen
}

.bdt-blend-overlay {
    mix-blend-mode: overlay
}

.bdt-blend-darken {
    mix-blend-mode: darken
}

.bdt-blend-lighten {
    mix-blend-mode: lighten
}

.bdt-blend-color-dodge {
    mix-blend-mode: color-dodge
}

.bdt-blend-color-burn {
    mix-blend-mode: color-burn
}

.bdt-blend-hard-light {
    mix-blend-mode: hard-light
}

.bdt-blend-soft-light {
    mix-blend-mode: soft-light
}

.bdt-blend-difference {
    mix-blend-mode: difference
}

.bdt-blend-exclusion {
    mix-blend-mode: exclusion
}

.bdt-blend-hue {
    mix-blend-mode: hue
}

.bdt-blend-saturation {
    mix-blend-mode: saturation
}

.bdt-blend-color {
    mix-blend-mode: color
}

.bdt-blend-luminosity {
    mix-blend-mode: luminosity
}

.bdt-transform-center {
    transform: translate(-50%, -50%)
}

.bdt-transform-origin-top-left {
    transform-origin: 0 0
}

.bdt-transform-origin-top-center {
    transform-origin: 50% 0
}

.bdt-transform-origin-top-right {
    transform-origin: 100% 0
}

.bdt-transform-origin-center-left {
    transform-origin: 0 50%
}

.bdt-transform-origin-center-right {
    transform-origin: 100% 50%
}

.bdt-transform-origin-bottom-left {
    transform-origin: 0 100%
}

.bdt-transform-origin-bottom-center {
    transform-origin: 50% 100%
}

.bdt-transform-origin-bottom-right {
    transform-origin: 100% 100%
}

.bdt-flex {
    display: flex
}

.bdt-flex-inline {
    display: inline-flex
}

.bdt-flex-left {
    justify-content: flex-start
}

.bdt-flex-center {
    justify-content: center
}

.bdt-flex-right {
    justify-content: flex-end
}

.bdt-flex-between {
    justify-content: space-between
}

.bdt-flex-around {
    justify-content: space-around
}

@media (min-width:640px) {
    .bdt-flex-left\@s {
        justify-content: flex-start
    }

    .bdt-flex-center\@s {
        justify-content: center
    }

    .bdt-flex-right\@s {
        justify-content: flex-end
    }

    .bdt-flex-between\@s {
        justify-content: space-between
    }

    .bdt-flex-around\@s {
        justify-content: space-around
    }
}

@media (min-width:960px) {
    .bdt-flex-left\@m {
        justify-content: flex-start
    }

    .bdt-flex-center\@m {
        justify-content: center
    }

    .bdt-flex-right\@m {
        justify-content: flex-end
    }

    .bdt-flex-between\@m {
        justify-content: space-between
    }

    .bdt-flex-around\@m {
        justify-content: space-around
    }
}

@media (min-width:1200px) {
    .bdt-flex-left\@l {
        justify-content: flex-start
    }

    .bdt-flex-center\@l {
        justify-content: center
    }

    .bdt-flex-right\@l {
        justify-content: flex-end
    }

    .bdt-flex-between\@l {
        justify-content: space-between
    }

    .bdt-flex-around\@l {
        justify-content: space-around
    }
}

@media (min-width:1600px) {
    .bdt-flex-left\@xl {
        justify-content: flex-start
    }

    .bdt-flex-center\@xl {
        justify-content: center
    }

    .bdt-flex-right\@xl {
        justify-content: flex-end
    }

    .bdt-flex-between\@xl {
        justify-content: space-between
    }

    .bdt-flex-around\@xl {
        justify-content: space-around
    }
}

.bdt-flex-stretch {
    align-items: stretch
}

.bdt-flex-top {
    align-items: flex-start
}

.bdt-flex-middle {
    align-items: center
}

.bdt-flex-bottom {
    align-items: flex-end
}

.bdt-flex-row {
    flex-direction: row
}

.bdt-flex-row-reverse {
    flex-direction: row-reverse
}

.bdt-flex-column {
    flex-direction: column
}

.bdt-flex-column-reverse {
    flex-direction: column-reverse
}

.bdt-flex-nowrap {
    flex-wrap: nowrap
}

.bdt-flex-wrap {
    flex-wrap: wrap
}

.bdt-flex-wrap-reverse {
    flex-wrap: wrap-reverse
}

.bdt-flex-wrap-stretch {
    align-content: stretch
}

.bdt-flex-wrap-top {
    align-content: flex-start
}

.bdt-flex-wrap-middle {
    align-content: center
}

.bdt-flex-wrap-bottom {
    align-content: flex-end
}

.bdt-flex-wrap-between {
    align-content: space-between
}

.bdt-flex-wrap-around {
    align-content: space-around
}

.bdt-flex-first {
    order: -1
}

.bdt-flex-last {
    order: 99
}

@media (min-width:640px) {
    .bdt-flex-first\@s {
        order: -1
    }

    .bdt-flex-last\@s {
        order: 99
    }
}

@media (min-width:960px) {
    .bdt-flex-first\@m {
        order: -1
    }

    .bdt-flex-last\@m {
        order: 99
    }
}

@media (min-width:1200px) {
    .bdt-flex-first\@l {
        order: -1
    }

    .bdt-flex-last\@l {
        order: 99
    }
}

@media (min-width:1600px) {
    .bdt-flex-first\@xl {
        order: -1
    }

    .bdt-flex-last\@xl {
        order: 99
    }
}

.bdt-flex-none {
    flex: none
}

.bdt-flex-auto {
    flex: auto
}

.bdt-flex-1 {
    flex: 1
}

.bdt-margin {
    margin-bottom: 20px
}

*+.bdt-margin {
    margin-top: 20px !important
}

.bdt-margin-top {
    margin-top: 20px !important
}

.bdt-margin-bottom {
    margin-bottom: 20px !important
}

.bdt-margin-left {
    margin-left: 20px !important
}

.bdt-margin-right {
    margin-right: 20px !important
}

.bdt-margin-small {
    margin-bottom: 10px
}

*+.bdt-margin-small {
    margin-top: 10px !important
}

.bdt-margin-small-top {
    margin-top: 10px !important
}

.bdt-margin-small-bottom {
    margin-bottom: 10px !important
}

.bdt-margin-small-left {
    margin-left: 10px !important
}

.bdt-margin-small-right {
    margin-right: 10px !important
}

.bdt-margin-medium {
    margin-bottom: 40px
}

*+.bdt-margin-medium {
    margin-top: 40px !important
}

.bdt-margin-medium-top {
    margin-top: 40px !important
}

.bdt-margin-medium-bottom {
    margin-bottom: 40px !important
}

.bdt-margin-medium-left {
    margin-left: 40px !important
}

.bdt-margin-medium-right {
    margin-right: 40px !important
}

.bdt-margin-large {
    margin-bottom: 40px
}

*+.bdt-margin-large {
    margin-top: 40px !important
}

.bdt-margin-large-top {
    margin-top: 40px !important
}

.bdt-margin-large-bottom {
    margin-bottom: 40px !important
}

.bdt-margin-large-left {
    margin-left: 40px !important
}

.bdt-margin-large-right {
    margin-right: 40px !important
}

@media (min-width:1200px) {
    .bdt-margin-large {
        margin-bottom: 70px
    }

    *+.bdt-margin-large {
        margin-top: 70px !important
    }

    .bdt-margin-large-top {
        margin-top: 70px !important
    }

    .bdt-margin-large-bottom {
        margin-bottom: 70px !important
    }

    .bdt-margin-large-left {
        margin-left: 70px !important
    }

    .bdt-margin-large-right {
        margin-right: 70px !important
    }
}

.bdt-margin-xlarge {
    margin-bottom: 70px
}

*+.bdt-margin-xlarge {
    margin-top: 70px !important
}

.bdt-margin-xlarge-top {
    margin-top: 70px !important
}

.bdt-margin-xlarge-bottom {
    margin-bottom: 70px !important
}

.bdt-margin-xlarge-left {
    margin-left: 70px !important
}

.bdt-margin-xlarge-right {
    margin-right: 70px !important
}

@media (min-width:1200px) {
    .bdt-margin-xlarge {
        margin-bottom: 140px
    }

    *+.bdt-margin-xlarge {
        margin-top: 140px !important
    }

    .bdt-margin-xlarge-top {
        margin-top: 140px !important
    }

    .bdt-margin-xlarge-bottom {
        margin-bottom: 140px !important
    }

    .bdt-margin-xlarge-left {
        margin-left: 140px !important
    }

    .bdt-margin-xlarge-right {
        margin-right: 140px !important
    }
}

.bdt-margin-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.bdt-margin-auto-top {
    margin-top: auto !important
}

.bdt-margin-auto-bottom {
    margin-bottom: auto !important
}

.bdt-margin-auto-left {
    margin-left: auto !important
}

.bdt-margin-auto-right {
    margin-right: auto !important
}

.bdt-margin-auto-vertical {
    margin-top: auto !important;
    margin-bottom: auto !important
}

@media (min-width:640px) {
    .bdt-margin-auto\@s {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .bdt-margin-auto-left\@s {
        margin-left: auto !important
    }

    .bdt-margin-auto-right\@s {
        margin-right: auto !important
    }
}

@media (min-width:960px) {
    .bdt-margin-auto\@m {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .bdt-margin-auto-left\@m {
        margin-left: auto !important
    }

    .bdt-margin-auto-right\@m {
        margin-right: auto !important
    }
}

@media (min-width:1200px) {
    .bdt-margin-auto\@l {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .bdt-margin-auto-left\@l {
        margin-left: auto !important
    }

    .bdt-margin-auto-right\@l {
        margin-right: auto !important
    }
}

@media (min-width:1600px) {
    .bdt-margin-auto\@xl {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .bdt-margin-auto-left\@xl {
        margin-left: auto !important
    }

    .bdt-margin-auto-right\@xl {
        margin-right: auto !important
    }
}

.bdt-margin-remove {
    margin: 0 !important
}

.bdt-margin-remove-top {
    margin-top: 0 !important
}

.bdt-margin-remove-bottom {
    margin-bottom: 0 !important
}

.bdt-margin-remove-left {
    margin-left: 0 !important
}

.bdt-margin-remove-right {
    margin-right: 0 !important
}

.bdt-margin-remove-vertical {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.bdt-margin-remove-adjacent+*,
.bdt-margin-remove-first-child>:first-child {
    margin-top: 0 !important
}

.bdt-margin-remove-last-child>:last-child {
    margin-bottom: 0 !important
}

@media (min-width:640px) {
    .bdt-margin-remove-left\@s {
        margin-left: 0 !important
    }

    .bdt-margin-remove-right\@s {
        margin-right: 0 !important
    }
}

@media (min-width:960px) {
    .bdt-margin-remove-left\@m {
        margin-left: 0 !important
    }

    .bdt-margin-remove-right\@m {
        margin-right: 0 !important
    }
}

@media (min-width:1200px) {
    .bdt-margin-remove-left\@l {
        margin-left: 0 !important
    }

    .bdt-margin-remove-right\@l {
        margin-right: 0 !important
    }
}

@media (min-width:1600px) {
    .bdt-margin-remove-left\@xl {
        margin-left: 0 !important
    }

    .bdt-margin-remove-right\@xl {
        margin-right: 0 !important
    }
}

.bdt-padding {
    padding: 30px
}

@media (min-width:1200px) {
    .bdt-padding {
        padding: 40px
    }
}

.bdt-padding-small {
    padding: 15px
}

.bdt-padding-large {
    padding: 40px
}

@media (min-width:1200px) {
    .bdt-padding-large {
        padding: 70px
    }
}

.bdt-padding-remove {
    padding: 0 !important
}

.bdt-padding-remove-top {
    padding-top: 0 !important
}

.bdt-padding-remove-bottom {
    padding-bottom: 0 !important
}

.bdt-padding-remove-left {
    padding-left: 0 !important
}

.bdt-padding-remove-right {
    padding-right: 0 !important
}

.bdt-padding-remove-vertical {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.bdt-padding-remove-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important
}

:root {
    --bdt-position-margin-offset: .0001px
}

[class*='bdt-position-top'],
[class*='bdt-position-bottom'],
[class*='bdt-position-left'],
[class*='bdt-position-right'],
[class*='bdt-position-center'] {
    position: absolute !important;
    max-width: calc(100% - (var(--bdt-position-margin-offset) * 2));
    box-sizing: border-box
}

.bdt-position-top {
    top: 0;
    left: 0;
    right: 0
}

.bdt-position-bottom {
    bottom: 0;
    left: 0;
    right: 0
}

.bdt-position-left {
    top: 0;
    bottom: 0;
    left: 0
}

.bdt-position-right {
    top: 0;
    bottom: 0;
    right: 0
}

.bdt-position-top-left {
    top: 0;
    left: 0
}

.bdt-position-top-right {
    top: 0;
    right: 0
}

.bdt-position-bottom-left {
    bottom: 0;
    left: 0
}

.bdt-position-bottom-right {
    bottom: 0;
    right: 0
}

.bdt-position-center {
    top: calc(50% - var(--bdt-position-margin-offset));
    left: calc(50% - var(--bdt-position-margin-offset));
    --bdt-position-translate-x: -50%;
    --bdt-position-translate-y: -50%;
    transform: translate(var(--bdt-position-translate-x), var(--bdt-position-translate-y));
    width: max-content
}

[class*='bdt-position-center-left'],
[class*='bdt-position-center-right'] {
    top: calc(50% - var(--bdt-position-margin-offset));
    --bdt-position-translate-y: -50%;
    transform: translate(0, var(--bdt-position-translate-y))
}

.bdt-position-center-left {
    left: 0
}

.bdt-position-center-right {
    right: 0
}

.bdt-position-center-left-out {
    right: 100%;
    width: max-content
}

.bdt-position-center-right-out {
    left: 100%;
    width: max-content
}

.bdt-position-top-center,
.bdt-position-bottom-center {
    left: calc(50% - var(--bdt-position-margin-offset));
    --bdt-position-translate-x: -50%;
    transform: translate(var(--bdt-position-translate-x), 0);
    width: max-content
}

.bdt-position-top-center {
    top: 0
}

.bdt-position-bottom-center {
    bottom: 0
}

.bdt-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.bdt-position-small {
    margin: 15px;
    --bdt-position-margin-offset: 15px
}

.bdt-position-medium {
    margin: 30px;
    --bdt-position-margin-offset: 30px
}

.bdt-position-large {
    margin: 30px;
    --bdt-position-margin-offset: 30px
}

@media (min-width:1200px) {
    .bdt-position-large {
        margin: 50px;
        --bdt-position-margin-offset: 50px
    }
}

.bdt-position-relative {
    position: relative !important
}

.bdt-position-absolute {
    position: absolute !important
}

.bdt-position-fixed {
    position: fixed !important
}

.bdt-position-sticky {
    position: sticky !important
}

.bdt-position-z-index {
    z-index: 1
}

.bdt-position-z-index-zero {
    z-index: 0
}

.bdt-position-z-index-negative {
    z-index: -1
}

:where(.bdt-transition-fade),
:where([class*='bdt-transition-scale']),
:where([class*='bdt-transition-slide']) {
    --bdt-position-translate-x: 0;
    --bdt-position-translate-y: 0
}

.bdt-transition-fade,
[class*='bdt-transition-scale'],
[class*='bdt-transition-slide'] {
    --bdt-translate-x: 0;
    --bdt-translate-y: 0;
    --bdt-scale-x: 1;
    --bdt-scale-y: 1;
    transform: translate(var(--bdt-position-translate-x), var(--bdt-position-translate-y)) translate(var(--bdt-translate-x), var(--bdt-translate-y)) scale(var(--bdt-scale-x), var(--bdt-scale-y));
    transition: .3s ease-out;
    transition-property: opacity, transform, filter;
    opacity: 0
}

.bdt-transition-toggle:hover .bdt-transition-fade,
.bdt-transition-toggle:focus .bdt-transition-fade,
.bdt-transition-toggle .bdt-transition-fade:focus-within,
.bdt-transition-active.bdt-active .bdt-transition-fade {
    opacity: 1
}

[class*='bdt-transition-scale'] {
    -webkit-backface-visibility: hidden
}

.bdt-transition-scale-up {
    --bdt-scale-x: 1;
    --bdt-scale-y: 1
}

.bdt-transition-scale-down {
    --bdt-scale-x: 1.03;
    --bdt-scale-y: 1.03
}

.bdt-transition-toggle:hover .bdt-transition-scale-up,
.bdt-transition-toggle:focus .bdt-transition-scale-up,
.bdt-transition-toggle .bdt-transition-scale-up:focus-within,
.bdt-transition-active.bdt-active .bdt-transition-scale-up {
    --bdt-scale-x: 1.03;
    --bdt-scale-y: 1.03;
    opacity: 1
}

.bdt-transition-toggle:hover .bdt-transition-scale-down,
.bdt-transition-toggle:focus .bdt-transition-scale-down,
.bdt-transition-toggle .bdt-transition-scale-down:focus-within,
.bdt-transition-active.bdt-active .bdt-transition-scale-down {
    --bdt-scale-x: 1;
    --bdt-scale-y: 1;
    opacity: 1
}

.bdt-transition-slide-top {
    --bdt-translate-y: -100%
}

.bdt-transition-slide-bottom {
    --bdt-translate-y: 100%
}

.bdt-transition-slide-left {
    --bdt-translate-x: -100%
}

.bdt-transition-slide-right {
    --bdt-translate-x: 100%
}

.bdt-transition-slide-top-small {
    --bdt-translate-y: calc(-1 * 10px)
}

.bdt-transition-slide-bottom-small {
    --bdt-translate-y: 10px
}

.bdt-transition-slide-left-small {
    --bdt-translate-x: calc(-1 * 10px)
}

.bdt-transition-slide-right-small {
    --bdt-translate-x: 10px
}

.bdt-transition-slide-top-medium {
    --bdt-translate-y: calc(-1 * 50px)
}

.bdt-transition-slide-bottom-medium {
    --bdt-translate-y: 50px
}

.bdt-transition-slide-left-medium {
    --bdt-translate-x: calc(-1 * 50px)
}

.bdt-transition-slide-right-medium {
    --bdt-translate-x: 50px
}

.bdt-transition-toggle:hover [class*='bdt-transition-slide'],
.bdt-transition-toggle:focus [class*='bdt-transition-slide'],
.bdt-transition-toggle [class*='bdt-transition-slide']:focus-within,
.bdt-transition-active.bdt-active [class*='bdt-transition-slide'] {
    --bdt-translate-x: 0;
    --bdt-translate-y: 0;
    opacity: 1
}

.bdt-transition-opaque {
    opacity: 1
}

.bdt-transition-slow {
    transition-duration: .7s
}

[hidden],
.bdt-hidden {
    display: none
}

@media (min-width:640px) {
    .bdt-hidden\@s {
        display: none
    }
}

@media (min-width:960px) {
    .bdt-hidden\@m {
        display: none
    }
}

@media (min-width:1200px) {
    .bdt-hidden\@l {
        display: none
    }
}

@media (min-width:1600px) {
    .bdt-hidden\@xl {
        display: none
    }
}

@media (max-width:639px) {
    .bdt-visible\@s {
        display: none !important
    }
}

@media (max-width:959px) {
    .bdt-visible\@m {
        display: none !important
    }
}

@media (max-width:1199px) {
    .bdt-visible\@l {
        display: none !important
    }
}

@media (max-width:1599px) {
    .bdt-visible\@xl {
        display: none !important
    }
}

.bdt-invisible {
    visibility: hidden !important
}

.bdt-hidden-visually:not(:focus):not(:active):not(:focus-within),
.bdt-visible-toggle:not(:hover):not(:focus) .bdt-hidden-hover:not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important
}

.bdt-visible-toggle:not(:hover):not(:focus) .bdt-invisible-hover:not(:focus-within) {
    opacity: 0 !important
}

@media (hover:none) {
    .bdt-hidden-touch {
        display: none !important
    }
}

@media (hover) {
    .bdt-hidden-notouch {
        display: none !important
    }
}

@media print {

    *,
    *::before,
    *::after {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

.bdt-modal-full {
    overflow-x: hidden
}

.hook-modal-dialog {
    border-radius: 3px
}

.hook-modal-title {
    font-weight: 400
}

.bdt-cover {
    max-width: none !important
}

.bdt-drop .bdt-card p:empty {
    display: none
}

.bdt-drop .bdt-card p:not(:first-child) {
    margin-top: 15px;
    margin-bottom: 0
}

.bdt-tooltip {
    padding: 7px 12px;
    background: #464646;
    border-radius: 3px;
    font-size: 13px
}

.elementor-align-justify .bdt-button {
    width: 100%
}

.bdt-notification .bdt-spinner {
    vertical-align: middle
}

.bdt-notification .bdt-spinner svg {
    width: 20px;
    height: auto
}

.bdt-notification .bdt-icon {
    margin-right: 10px;
    vertical-align: middle;
    line-height: normal
}

.bdt-notification .bdt-close {
    top: 50%;
    transform: translateY(-50%)
}

.bdt-notification .bdt-notification-message {
    padding: 20px 40px 20px 20px;
    background: #ffffff;
    font-size: 1rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 3px
}

.bdt-slideshow .bdt-slideshow-items {
    padding: 0;
    margin: 0
}

.bdt-slideshow .bdt-slideshow-items[bdt-height-viewport] .bdt-slideshow-item img {
    width: auto !important;
    height: auto
}

.bdt-modal-full {
    background-color: #fff
}

.hook-button {
    border-radius: 3px
}

.hook-form {
    border-radius: 3px
}

.bdt-sticky-wrapper {
    width: 100%
}

.bdt-heading-title:before,
.bdt-heading-tag:before,
.bdt-slide-title:before {
    content: none
}

.bdt-tippy-tooltip {
    outline: none
}

[class*="elementor-widget-bdt-"] a:hover {
    text-decoration: none
}

@media (max-width:1200px) {

    .bdt-user-login a.elementor-button .elementor-button-icon,
    .bdt-user-register a.elementor-button .elementor-button-icon {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.rtl .bdt-position-top-center,
.rtl .bdt-position-bottom-center,
.rtl .bdt-position-center {
    right: calc(50% - var(--bdt-position-margin-offset));
    left: auto
}

.rtl [bdt-cover],
.rtl [data-bdt-cover] {
    right: 50%;
    left: auto
}

.bdt-particle-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.bdt-particle-container canvas {
    display: block;
    vertical-align: bottom
}

.bdt-particle-container .particles-js-canvas-el {
    position: absolute;
    top: 0;
    transform: scale(1);
    opacity: 1;
    animation: appear 1.4s 1;
    animation-fill-mode: forwards
}

@-webkit-keyframes appear {
    from {
        transform: scale(0);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes appear {
    from {
        transform: scale(0);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

[class*=" elementor-widget-bdt-"] .swiper-pagination-fraction,
[class*=" elementor-widget-bdt-"] .swiper-pagination-custom,
[class*=" elementor-widget-bdt-"] .swiper-horizontal>.swiper-pagination-bullets,
[class*=" elementor-widget-bdt-"] .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: auto
}

[class*=" elementor-widget-bdt-"] svg.e-font-icon-svg {
    height: 1em;
    width: 1em
}

.elementor-control.elementor-control-type-heading {
    margin-top: -1px
}

.elementor-lightbox .dialog-close-button .ep-icon-close {
    transition: transform .3s
}

.elementor-lightbox .dialog-close-button:hover .ep-icon-close {
    transform: rotate(90deg)
}

.elementor-lightbox .elementor-swiper-button-next .ep-icon-chevron-right,
.elementor-lightbox .elementor-swiper-button-prev .ep-icon-chevron-left {
    transition: transform .3s
}

.elementor-lightbox .elementor-swiper-button-prev:hover .ep-icon-chevron-left {
    transform: scale(1.2)
}

.elementor-lightbox .elementor-swiper-button-next:hover .ep-icon-chevron-right {
    transform: scale(1.2)
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination,
[class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination,
[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination {
    position: relative;
    display: flex;
    align-items: var(--ep-swiper-dots-align, center);
    justify-content: center
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination .swiper-pagination-bullet,
[class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination .swiper-pagination-bullet,
[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    outline: none;
    transition: all .3s ease
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet,
[class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet,
[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: var(--ep-swiper-dots-space-between, 5px);
    outline: none
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination.swiper-pagination-fraction,
[class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination.swiper-pagination-fraction,
[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination.swiper-pagination-fraction {
    bottom: auto;
    z-index: 1
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets,
[class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets,
[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets {
    min-height: var(--ep-swiper-dots-active-height, 10px)
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets .swiper-pagination-bullet,
[class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets .swiper-pagination-bullet,
[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets .swiper-pagination-bullet {
    position: relative
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets .swiper-pagination-bullet:after,
[class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets .swiper-pagination-bullet:after,
[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets .swiper-pagination-bullet:after {
    content: '';
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}

.bdt-arrows-align-center .bdt-position-center,
.bdt-arrows-dots-align-center .bdt-position-center {
    width: 100%
}

.bdt-arrows-align-center .bdt-navigation-prev,
.bdt-arrows-dots-align-center .bdt-navigation-prev {
    left: 0;
    position: absolute;
    transform: translateY(-50%)
}

.bdt-arrows-align-center .bdt-navigation-next,
.bdt-arrows-dots-align-center .bdt-navigation-next {
    right: 0;
    position: absolute;
    transform: translateY(-50%)
}

.rtl .bdt-arrows-align-center .bdt-navigation-prev,
.rtl .bdt-arrows-dots-align-center .bdt-navigation-prev {
    right: 0;
    left: inherit
}

.rtl .bdt-arrows-align-center .bdt-navigation-next,
.rtl .bdt-arrows-dots-align-center .bdt-navigation-next {
    left: 0;
    right: inherit
}

.bdt-arrows-dots-align-center .bdt-dots-container .swiper-pagination,
.bdt-arrows-dots-align-center .bdt-arrows-dots-container .swiper-pagination {
    position: absolute;
    width: 100% !important
}

.bdt-navigation-type-progress .swiper-pagination-progress {
    transform: translateY(15px);
    height: 5px;
    width: 100%
}

.elementor-section.bdt-sticky {
    transition: background-color 250ms ease-out, padding 300ms ease-out
}

.elementor-section.bdt-motion-effect-wrapper {
    overflow: var(--ep-effect-section-overflow, visible) !important
}

.elementor-column.bdt-motion-effect-wrapper {
    overflow: var(--ep-effect-column-overflow, visible) !important
}

.bdt-motion-effect-yes {
    transition: transform var(--ep-effect-transition-duration, 300ms) var(--ep-effect-transition-easing, ease-out)
}

.elementor-widget.bdt-motion-effect-yes {
    transform: translate(var(--ep-effect-trans-x-normal, 0), var(--ep-effect-trans-y-normal, 0)) rotateX(var(--ep-effect-rotate-x-normal, 0)) rotateY(var(--ep-effect-rotate-y-normal, 0)) rotateZ(var(--ep-effect-rotate-z-normal, 0)) scaleX(var(--ep-effect-scale-x-normal, 1)) scaleY(var(--ep-effect-scale-y-normal, 1)) skewX(var(--ep-effect-skew-x-normal, 0)) skewY(var(--ep-effect-skew-y-normal, 0))
}

.elementor-widget.bdt-motion-effect-yes:hover,
.bdt-motion-effect-wrapper:hover .elementor-widget.bdt-motion-effect-yes {
    transform: translate(var(--ep-effect-trans-x-hover, var(--ep-effect-trans-x-normal, 0)), var(--ep-effect-trans-y-hover, var(--ep-effect-trans-y-normal, 0))) rotateX(var(--ep-effect-rotate-x-hover, var(--ep-effect-rotate-x-normal, 0))) rotateY(var(--ep-effect-rotate-y-hover, var(--ep-effect-rotate-y-normal, 0))) rotateZ(var(--ep-effect-rotate-z-hover, var(--ep-effect-rotate-z-normal, 0))) scaleX(var(--ep-effect-scale-x-hover, var(--ep-effect-scale-x-normal, 1))) scaleY(var(--ep-effect-scale-y-hover, var(--ep-effect-scale-y-normal, 1))) skewX(var(--ep-effect-skew-x-hover, var(--ep-effect-skew-x-normal, 0))) skewY(var(--ep-effect-skew-y-hover, var(--ep-effect-skew-y-normal, 0)));
    transition-delay: var(--ep-effect-transition-delay, 0ms)
}

.elementor-column.bdt-backdrop-filter-yes>.elementor-element-populated {
    -webkit-backdrop-filter: blur(var(--ep-backdrop-filter-blur, 0)) brightness(var(--ep-backdrop-filter-brightness, 100%)) contrast(var(--ep-backdrop-filter-contrast, 1)) grayscale(var(--ep-backdrop-filter-grayscale, 0)) invert(var(--ep-backdrop-filter-invert, 0)) opacity(var(--ep-backdrop-filter-opacity, 1)) sepia(var(--ep-backdrop-filter-sepia, 0)) saturate(var(--ep-backdrop-filter-saturate, 1)) hue-rotate(var(--ep-backdrop-filter-hue-rotate, 0));
    backdrop-filter: blur(var(--ep-backdrop-filter-blur, 0)) brightness(var(--ep-backdrop-filter-brightness, 100%)) contrast(var(--ep-backdrop-filter-contrast, 1)) grayscale(var(--ep-backdrop-filter-grayscale, 0)) invert(var(--ep-backdrop-filter-invert, 0)) opacity(var(--ep-backdrop-filter-opacity, 1)) sepia(var(--ep-backdrop-filter-sepia, 0)) saturate(var(--ep-backdrop-filter-saturate, 1)) hue-rotate(var(--ep-backdrop-filter-hue-rotate, 0))
}

.elementor-widget.bdt-backdrop-filter-yes>.elementor-widget-container {
    -webkit-backdrop-filter: blur(var(--ep-backdrop-filter-blur, 0)) brightness(var(--ep-backdrop-filter-brightness, 100%)) contrast(var(--ep-backdrop-filter-contrast, 1)) grayscale(var(--ep-backdrop-filter-grayscale, 0)) invert(var(--ep-backdrop-filter-invert, 0)) opacity(var(--ep-backdrop-filter-opacity, 1)) sepia(var(--ep-backdrop-filter-sepia, 0)) saturate(var(--ep-backdrop-filter-saturate, 1)) hue-rotate(var(--ep-backdrop-filter-hue-rotate, 0));
    backdrop-filter: blur(var(--ep-backdrop-filter-blur, 0)) brightness(var(--ep-backdrop-filter-brightness, 100%)) contrast(var(--ep-backdrop-filter-contrast, 1)) grayscale(var(--ep-backdrop-filter-grayscale, 0)) invert(var(--ep-backdrop-filter-invert, 0)) opacity(var(--ep-backdrop-filter-opacity, 1)) sepia(var(--ep-backdrop-filter-sepia, 0)) saturate(var(--ep-backdrop-filter-saturate, 1)) hue-rotate(var(--ep-backdrop-filter-hue-rotate, 0))
}

.e-container.bdt-backdrop-filter-yes.elementor-element {
    -webkit-backdrop-filter: blur(var(--ep-backdrop-filter-blur, 0)) brightness(var(--ep-backdrop-filter-brightness, 100%)) contrast(var(--ep-backdrop-filter-contrast, 1)) grayscale(var(--ep-backdrop-filter-grayscale, 0)) invert(var(--ep-backdrop-filter-invert, 0)) opacity(var(--ep-backdrop-filter-opacity, 1)) sepia(var(--ep-backdrop-filter-sepia, 0)) saturate(var(--ep-backdrop-filter-saturate, 1)) hue-rotate(var(--ep-backdrop-filter-hue-rotate, 0));
    backdrop-filter: blur(var(--ep-backdrop-filter-blur, 0)) brightness(var(--ep-backdrop-filter-brightness, 100%)) contrast(var(--ep-backdrop-filter-contrast, 1)) grayscale(var(--ep-backdrop-filter-grayscale, 0)) invert(var(--ep-backdrop-filter-invert, 0)) opacity(var(--ep-backdrop-filter-opacity, 1)) sepia(var(--ep-backdrop-filter-sepia, 0)) saturate(var(--ep-backdrop-filter-saturate, 1)) hue-rotate(var(--ep-backdrop-filter-hue-rotate, 0))
}

.e-container.bdt-backdrop-filter-yes .e-container__inner {
    -webkit-backdrop-filter: blur(var(--ep-backdrop-filter-blur, 0)) brightness(var(--ep-backdrop-filter-brightness, 100%)) contrast(var(--ep-backdrop-filter-contrast, 1)) grayscale(var(--ep-backdrop-filter-grayscale, 0)) invert(var(--ep-backdrop-filter-invert, 0)) opacity(var(--ep-backdrop-filter-opacity, 1)) sepia(var(--ep-backdrop-filter-sepia, 0)) saturate(var(--ep-backdrop-filter-saturate, 1)) hue-rotate(var(--ep-backdrop-filter-hue-rotate, 0));
    backdrop-filter: blur(var(--ep-backdrop-filter-blur, 0)) brightness(var(--ep-backdrop-filter-brightness, 100%)) contrast(var(--ep-backdrop-filter-contrast, 1)) grayscale(var(--ep-backdrop-filter-grayscale, 0)) invert(var(--ep-backdrop-filter-invert, 0)) opacity(var(--ep-backdrop-filter-opacity, 1)) sepia(var(--ep-backdrop-filter-sepia, 0)) saturate(var(--ep-backdrop-filter-saturate, 1)) hue-rotate(var(--ep-backdrop-filter-hue-rotate, 0))
}

.bdt-element-align-wrapper {
    flex-wrap: wrap;
    display: flex;
    position: relative
}

.bdt-element-align-center .bdt-element-align-wrapper {
    justify-content: center
}

.bdt-element-align-stretch .bdt-element-align-wrapper .bdt-element {
    flex-basis: 100%
}

.bdt-element-align-start .bdt-element-align-wrapper {
    justify-content: flex-start
}

.bdt-element-align-end .bdt-element-align-wrapper {
    justify-content: flex-end
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets-dynamic,
[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic,
[class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
    width: 100% !important
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
[class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
[class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main,
[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main,
[class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
[class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
[class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
[class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
[class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

[class*="elementor-widget-bdt-"] .bdt-arrows-container {
    -webkit-transform: translate(var(--ep-swiper-carousel-arrows-ncx, 0), var(--ep-swiper-carousel-arrows-ncy, 40));
    transform: translate(var(--ep-swiper-carousel-arrows-ncx, 0), var(--ep-swiper-carousel-arrows-ncy, 40))
}

[class*="elementor-widget-bdt-"] .bdt-dots-container {
    -webkit-transform: translate(var(--ep-swiper-carousel-dots-nnx, 0), var(--ep-swiper-carousel-dots-nny, 30));
    transform: translate(var(--ep-swiper-carousel-dots-nnx, 0), var(--ep-swiper-carousel-dots-nny, 30))
}

[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container {
    -webkit-transform: translate(var(--ep-swiper-carousel-both-ncx, 0), var(--ep-swiper-carousel-both-ncy, 40));
    transform: translate(var(--ep-swiper-carousel-both-ncx, 0), var(--ep-swiper-carousel-both-ncy, 40))
}

[class*="elementor-widget-bdt-"] .bdt-arrows-fraction-container {
    -webkit-transform: translate(var(--ep-swiper-carousel-arrows-fraction-ncx, 0), var(--ep-swiper-carousel-arrows-fraction-ncy, 40));
    transform: translate(var(--ep-swiper-carousel-arrows-fraction-ncx, 0), var(--ep-swiper-carousel-arrows-fraction-ncy, 40))
}

[class*="elementor-widget-bdt-"] .bdt-position-center-left .bdt-arrows-container,
[class*="elementor-widget-bdt-"] .bdt-position-center-right .bdt-arrows-container {
    -webkit-transform: translate(var(--ep-swiper-carousel-arrows-ncx, 0), var(--ep-swiper-carousel-arrows-ncy, 0)) rotate(90deg);
    transform: translate(var(--ep-swiper-carousel-arrows-ncx, 0), var(--ep-swiper-carousel-arrows-ncy, 0)) rotate(90deg)
}

[class*="elementor-widget-bdt-"] .bdt-position-center-left .bdt-dots-container,
[class*="elementor-widget-bdt-"] .bdt-position-center-right .bdt-dots-container {
    -webkit-transform: translate(var(--ep-swiper-carousel-dots-nnx, 0), var(--ep-swiper-carousel-dots-nny, 0)) rotate(90deg);
    transform: translate(var(--ep-swiper-carousel-dots-nnx, 0), var(--ep-swiper-carousel-dots-nny, 0)) rotate(90deg)
}

[class*="elementor-widget-bdt-"] .bdt-position-center-left .bdt-arrows-dots-container,
[class*="elementor-widget-bdt-"] .bdt-position-center-right .bdt-arrows-dots-container {
    -webkit-transform: translate(var(--ep-swiper-carousel-both-ncx, 0), var(--ep-swiper-carousel-both-ncy, 0)) rotate(90deg);
    transform: translate(var(--ep-swiper-carousel-both-ncx, 0), var(--ep-swiper-carousel-both-ncy, 0)) rotate(90deg)
}

[class*="elementor-widget-bdt-"] .bdt-position-center-left .bdt-arrows-fraction-container,
[class*="elementor-widget-bdt-"] .bdt-position-center-right .bdt-arrows-fraction-container {
    -webkit-transform: translate(var(--ep-swiper-carousel-arrows-fraction-ncx, 0), var(--ep-swiper-carousel-arrows-fraction-ncy, 0)) rotate(90deg);
    transform: translate(var(--ep-swiper-carousel-arrows-fraction-ncx, 0), var(--ep-swiper-carousel-arrows-fraction-ncy, 0)) rotate(90deg)
}

[class*="elementor-widget-bdt-"] .swiper-coverflow,
[class*="elementor-widget-bdt-"] .swiper-container-coverflow {
    padding-top: 15px
}

[class*="elementor-widget-bdt-"] .swiper-coverflow .swiper-slide,
[class*="elementor-widget-bdt-"] .swiper-container-coverflow .swiper-slide {
    transition-property: transform, border, background
}

[class*="elementor-widget-bdt-"] .swiper-horizontal>.swiper-pagination-progress,
[class*="elementor-widget-bdt-"] .swiper-container-horizontal>.swiper-pagination-progress {
    top: auto;
    bottom: 0
}

.elementor-pagination-position-inside .swiper-pagination-fraction,
.elementor-pagination-position-inside .swiper-horizontal>.swiper-pagination-bullets,
.elementor-pagination-position-inside .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px
}

.elementor-pagination-position-outside .swiper-carousel {
    padding-bottom: 40px
}

.elementor-pagination-position-outside .swiper-pagination-fraction,
.elementor-pagination-position-outside .swiper-horizontal>.swiper-pagination-bullets,
.elementor-pagination-position-outside .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0
}

@media screen and (max-width:1024px) {
    .bdt-element-align-tablet-center .bdt-element-align-wrapper {
        justify-content: center
    }

    .bdt-element-align-tablet-stretch .bdt-element-align-wrapper .bdt-element {
        flex-basis: 100%
    }

    .bdt-element-align-tablet-start .bdt-element-align-wrapper {
        justify-content: flex-start
    }

    .bdt-element-align-tablet-end .bdt-element-align-wrapper {
        justify-content: flex-end
    }
}

@media screen and (max-width:767px) {
    .bdt-element-align-mobile-center .bdt-element-align-wrapper {
        justify-content: center
    }

    .bdt-element-align-mobile-stretch .bdt-element-align-wrapper .bdt-element {
        flex-basis: 100%
    }

    .bdt-element-align-mobile-start .bdt-element-align-wrapper {
        justify-content: flex-start
    }

    .bdt-element-align-mobile-end .bdt-element-align-wrapper {
        justify-content: flex-end
    }
}

@media only screen and (max-width:767px) {
    .bdt-mobile {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .bdt-tablet {
        display: none
    }
}

@media only screen and (min-width:1200px) {
    .bdt-desktop {
        display: none
    }
}

[class*="bdt-"] *,
[class*="bdt-"] *::before,
[class*="bdt-"] *::after {
    box-sizing: border-box
}

.bdt-advanced-divider>img {
    display: none
}

.bdt-reveal-effects-yes .elementor-widget-container>*:not([class*="block-revealer"]) {
    opacity: 0
}

.bdt-ep-button {
    font-size: 14px;
    color: #666;
    font-weight: 700
}

.bdt-ep-button.bdt-ep-button-size-xs {
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 400
}

.bdt-ep-button.bdt-ep-button-size-sm {
    padding: 10px 20px;
    font-size: 12px
}

.bdt-ep-button.bdt-ep-button-size-md {
    padding: 15px 30px
}

.bdt-ep-button.bdt-ep-button-size-lg {
    padding: 20px 30px;
    font-size: 16px
}

.bdt-ep-button.bdt-ep-button-size-xl {
    padding: 25px 30px;
    font-size: 18px
}

.elementor-align-justify .bdt-ep-button {
    width: 100%
}

@media (max-width:767px) {
    .elementor-mobile-align-justify .bdt-ep-button {
        width: 100%
    }
}

@media (max-width:1024px) {
    .elementor-tablet-align-justify .bdt-ep-button {
        width: 100%
    }
}

.bdt-ep-shadow-mode-yes .bdt-ep-carousel .swiper-carousel,
.bdt-ep-shadow-mode-yes .bdt-custom-carousel .swiper-carousel,
.bdt-ep-shadow-mode-yes .bdt-wc-carousel .swiper-carousel,
.bdt-ep-shadow-mode-yes .bdt-testimonial-carousel .swiper-carousel,
.bdt-ep-shadow-mode-yes .bdt-event-carousel-skin-fable .swiper-carousel,
.bdt-ep-shadow-mode-yes .bdt-event-carousel .swiper-carousel,
.bdt-ep-shadow-mode-yes .bdt-portfolio-carousel .swiper-carousel,
.bdt-ep-shadow-mode-yes .bdt-panel-slider .swiper-carousel,
.bdt-ep-shadow-mode-yes .bdt-learnpress-carousel .swiper-carousel,
.bdt-ep-shadow-mode-yes .ep-edd-product-review-carousel .swiper-carousel,
.bdt-ep-shadow-mode-yes .bdt-tutor-lms-course-carousel .swiper-carousel {
    padding: 10px;
    margin: 0 -10px
}

.bdt-show-hidden-item--yes .swiper-carousel {
    overflow: visible
}

[class*="elementor-widget-bdt-"] .swiper-pagination-fraction,
[class*="elementor-widget-bdt-"] .swiper-pagination-custom,
[class*="elementor-widget-bdt-"] .swiper-horizontal .swiper-pagination-bullets,
[class*="elementor-widget-bdt-"] .swiper-horizontal+.swiper-pagination-bullets,
[class*="elementor-widget-bdt-"] .swiper-container-horizontal .swiper-pagination-bullets,
[class*="elementor-widget-bdt-"] .swiper-container-horizontal+.swiper-pagination-bullets {
    bottom: -50px;
    width: 100%
}

[class*="elementor-widget-bdt-"] .swiper-pagination-fraction .swiper-pagination-bullet,
[class*="elementor-widget-bdt-"] .swiper-pagination-custom .swiper-pagination-bullet,
[class*="elementor-widget-bdt-"] .swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet,
[class*="elementor-widget-bdt-"] .swiper-horizontal+.swiper-pagination-bullets .swiper-pagination-bullet,
[class*="elementor-widget-bdt-"] .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet,
[class*="elementor-widget-bdt-"] .swiper-container-horizontal+.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px
}

.bdt-navigation-type-arrows-fraction .swiper-pagination {
    position: initial
}

.bdt-arrows-fraction-container .bdt-navigation-prev,
.bdt-arrows-dots-container .bdt-navigation-prev,
.bdt-arrows-container .bdt-navigation-prev,
.bdt-arrows-fraction-container .bdt-navigation-next,
.bdt-arrows-dots-container .bdt-navigation-next,
.bdt-arrows-container .bdt-navigation-next {
    transition: all .3s ease
}

.bdt-arrows-fraction-container .bdt-navigation-prev i,
.bdt-arrows-dots-container .bdt-navigation-prev i,
.bdt-arrows-container .bdt-navigation-prev i,
.bdt-arrows-fraction-container .bdt-navigation-next i,
.bdt-arrows-dots-container .bdt-navigation-next i,
.bdt-arrows-container .bdt-navigation-next i {
    display: inline-flex;
    transition: all .3s ease
}

.rtl .bdt-arrows-container,
.rtl .bdt-arrows-fraction-container,
.rtl .bdt-arrows-dots-container {
    direction: rtl
}

.rtl .bdt-arrows-container .swiper-pagination,
.rtl .bdt-arrows-fraction-container .swiper-pagination,
.rtl .bdt-arrows-dots-container .swiper-pagination {
    direction: ltr
}

.rtl .bdt-news-ticker-controls {
    display: flex;
    flex-direction: row-reverse
}

.bdt-pagination-dot-dot {
    display: flex;
    align-items: center;
    justify-content: center
}

.bdt-pagination-dot-dot span {
    line-height: 1px;
    height: 13px;
    color: #bbb !important
}

.elementor-widget-container .bdt-subnav {
    margin-bottom: 10px;
    margin-top: 0;
    color: #999
}

.elementor-widget-container .bdt-subnav * {
    font-size: 13px;
    font-weight: 400
}

.elementor-widget-container .bdt-subnav span {
    color: inherit
}

.elementor-widget-container .bdt-subnav span span {
    display: inline-block
}

.elementor-widget-container .bdt-subnav span a {
    display: inline-block;
    transition: color .5s cubic-bezier(.4, .7, .04, .88)
}

.elementor-widget-container .bdt-subnav span a:hover {
    color: #666
}

.elementor-widget-container .bdt-subnav span a+a {
    margin-right: 5px;
    color: #999
}

.elementor-widget-container .bdt-subnav span:after {
    content: '';
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #adb5bd;
    margin-right: -10px;
    margin-left: 10px;
    display: inline-block;
    line-height: 4px;
    vertical-align: middle
}

.elementor-widget-container .bdt-subnav span:last-child::after {
    content: none
}

.bdt-button-icon-align-left {
    float: left
}

.bdt-button-icon-align-right {
    float: right
}

.bdt-flex-align-left {
    order: -1
}

.bdt-flex-align-right {
    order: 99
}

.bdt-masonry-grid .bdt-gallery-item {
    float: left;
    height: auto
}

.bdt-masonry-grid .bdt-gallery-item .bdt-gallery-thumbnail img {
    height: auto
}

[class*="elementor-widget-bdt-"] .swiper-carousel .elementor-lightbox-content-source {
    display: none
}

[class*="elementor-widget-bdt-"] .swiper-slide {
    border-style: solid;
    border-width: 0;
    overflow: hidden
}

[class*="elementor-widget-bdt-"] .swiper-horizontal+.swiper-pagination-progressbar,
[class*="elementor-widget-bdt-"] .swiper-vertical+.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
[class*="elementor-widget-bdt-"] .swiper-container-horizontal+.swiper-pagination-progressbar,
[class*="elementor-widget-bdt-"] .swiper-container-vertical+.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px
}

[class*="elementor-widget-bdt-"] .swiper-horizontal+.swiper-pagination-progressbar,
[class*="elementor-widget-bdt-"] .swiper-vertical+.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px
}

[class*="elementor-widget-bdt-"] .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

[class*="elementor-widget-bdt-"] .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.bdt-animated-slow>span {
    animation-duration: 2s
}

.bdt-animated-fast>span {
    animation-duration: .75s
}

.bdt-scrollnav-fixed-yes .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important
}

.bdt-scrollnav-fixed-yes .bdt-scrollnav {
    position: fixed !important
}

.bdt-scrollnav-fixed-yes .bdt-scrollnav [class*="bdt-navbar"] {
    margin: 30px
}

.bdt-comment-container .fb_iframe_widget,
.bdt-comment-container .fb_iframe_widget span,
.bdt-comment-container .fb_iframe_widget iframe {
    width: 100% !important
}

.bdt-ep-grid-filters-wrapper {
    margin-bottom: 30px
}

.bdt-ep-grid-filters-wrapper ul li {
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters {
    padding: 0;
    margin: 0
}

.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters .bdt-ep-grid-filter {
    display: inline-block;
    font-weight: 700;
    border-bottom: 2px solid transparent
}

.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters .bdt-ep-grid-filter.bdt-active {
    border-bottom-color: #444
}

.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters .bdt-ep-grid-filter:not(:first-child) {
    margin-left: calc(15px)
}

.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters .bdt-ep-grid-filter:not(:last-child) {
    margin-right: calc(15px)
}

.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters .bdt-ep-grid-filter .bdt-dropdown ul li.bdt-ep-grid-filter {
    margin: 0
}

@media (min-width:1024px) {
    .bdt-ep-grid-filter-container {
        transition: height .5s ease-out
    }
}

.bdt-document-viewer iframe {
    border: none
}

iframe[data-src]:not(.lazy-loaded),
.bdt-lazy-loading {
    background: rgba(152, 152, 152, 0.07);
    background-image: url('../images/loading.svg');
    background-repeat: no-repeat;
    background-position: center
}

.bdt-dummy-loader {
    height: 250px;
    background: rgba(152, 152, 152, 0.05);
    background-repeat: no-repeat;
    background-position: center;
    animation-name: dummy-loader-animation;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in
}

@keyframes dummy-loader-animation {
    0% {
        background: rgba(152, 152, 152, 0.05)
    }

    50% {
        background: rgba(152, 152, 152, 0.2)
    }

    100% {
        background: rgba(152, 152, 152, 0.05)
    }
}

.bdt-modal-link {
    cursor: pointer
}

.bdt-modal-link * {
    cursor: pointer
}

.bdt-ep-shadow-mode-yes .elementor-widget-container:before,
.bdt-ep-shadow-mode-yes .elementor-widget-container:after {
    content: '';
    position: absolute;
    width: 20%;
    height: 100%;
    top: 0;
    z-index: 2;
    pointer-events: none
}

.bdt-ep-shadow-mode-yes .elementor-widget-container:before {
    background: linear-gradient(to right, #fff 5%, rgba(255, 255, 255, 0) 100%);
    left: -10px
}

.bdt-ep-shadow-mode-yes .elementor-widget-container:after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 95%);
    right: -10px
}

@media (max-width:767px) {

    .bdt-ep-shadow-mode-yes .elementor-widget-container:before,
    .bdt-ep-shadow-mode-yes .elementor-widget-container:after {
        content: none
    }
}

.elementor-widget-bdt-easy-digital-download .edd_downloads_list .edd_download {
    margin: 0;
    padding: 0
}

@keyframes attentionAnimation {
    0% {
        left: 0
    }

    1% {
        left: -3px
    }

    2% {
        left: 5px
    }

    3% {
        left: -8px
    }

    4% {
        left: 8px
    }

    5% {
        left: -5px
    }

    6% {
        left: 3px
    }

    7% {
        left: 0
    }
}

.bdt-ep-attention-button {
    animation-name: attentionAnimation;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    position: relative
}

.elementor-widget-wrap [data-tilt] {
    transition: box-shadow 400ms cubic-bezier(.25, .9, .58, 1)
}

.elementor-widget-wrap [data-tilt]:hover {
    box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.45), 0 50px 90px 0 rgba(51, 51, 51, 0.15)
}

.bdt-post-grid-tab dl {
    margin: 0;
    opacity: 0;
    transition: opacity 450ms cubic-bezier(.3, .91, .58, 1)
}

.bdt-post-grid-tab .gridtab[class*="gridtab--"] {
    opacity: 1
}

.bdt-hide-recaptcha-badge-yes .grecaptcha-badge {
    display: none
}

.elementor-widget-bdt-testimonial-slider .bdt-rating-item,
.elementor-widget-bdt-testimonial-carousel .bdt-rating-item,
.elementor-widget-bdt-testimonial-grid .bdt-rating-item {
    color: #e7e7e7
}

.elementor-widget-bdt-testimonial-slider .bdt-rating-1 .bdt-rating-item:nth-child(1),
.elementor-widget-bdt-testimonial-carousel .bdt-rating-1 .bdt-rating-item:nth-child(1),
.elementor-widget-bdt-testimonial-grid .bdt-rating-1 .bdt-rating-item:nth-child(1),
.elementor-widget-bdt-testimonial-slider .bdt-rating-2 .bdt-rating-item:nth-child(-n+2),
.elementor-widget-bdt-testimonial-carousel .bdt-rating-2 .bdt-rating-item:nth-child(-n+2),
.elementor-widget-bdt-testimonial-grid .bdt-rating-2 .bdt-rating-item:nth-child(-n+2),
.elementor-widget-bdt-testimonial-slider .bdt-rating-3 .bdt-rating-item:nth-child(-n+3),
.elementor-widget-bdt-testimonial-carousel .bdt-rating-3 .bdt-rating-item:nth-child(-n+3),
.elementor-widget-bdt-testimonial-grid .bdt-rating-3 .bdt-rating-item:nth-child(-n+3),
.elementor-widget-bdt-testimonial-slider .bdt-rating-4 .bdt-rating-item:nth-child(-n+4),
.elementor-widget-bdt-testimonial-carousel .bdt-rating-4 .bdt-rating-item:nth-child(-n+4),
.elementor-widget-bdt-testimonial-grid .bdt-rating-4 .bdt-rating-item:nth-child(-n+4),
.elementor-widget-bdt-testimonial-slider .bdt-rating-5 .bdt-rating-item:nth-child(-n+5),
.elementor-widget-bdt-testimonial-carousel .bdt-rating-5 .bdt-rating-item:nth-child(-n+5),
.elementor-widget-bdt-testimonial-grid .bdt-rating-5 .bdt-rating-item:nth-child(-n+5) {
    color: #FFCC00
}

.elementor-widget-container .bdt-rating .bdt-rating-item {
    font-size: 14px;
    margin-right: 2px
}

.elementor-widget-container .bdt-review-platform {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6px;
    background: #fff;
    font-size: 13px;
    transition: all .3s ease
}

.elementor-widget-container .bdt-review-platform i {
    height: 1em;
    width: 1em
}

.elementor-widget-container .bdt-review-google .bdt-platform-icon,
.elementor-widget-container .bdt-review-google .bdt-rating-1 .bdt-rating-item:nth-child(1),
.elementor-widget-container .bdt-review-google .bdt-rating-2 .bdt-rating-item:nth-child(-n+2),
.elementor-widget-container .bdt-review-google .bdt-rating-3 .bdt-rating-item:nth-child(-n+3),
.elementor-widget-container .bdt-review-google .bdt-rating-4 .bdt-rating-item:nth-child(-n+4),
.elementor-widget-container .bdt-review-google .bdt-rating-5 .bdt-rating-item:nth-child(-n+5) {
    color: #4285f4
}

.elementor-widget-container .bdt-review-facebook .bdt-platform-icon,
.elementor-widget-container .bdt-review-facebook .bdt-rating-1 .bdt-rating-item:nth-child(1),
.elementor-widget-container .bdt-review-facebook .bdt-rating-2 .bdt-rating-item:nth-child(-n+2),
.elementor-widget-container .bdt-review-facebook .bdt-rating-3 .bdt-rating-item:nth-child(-n+3),
.elementor-widget-container .bdt-review-facebook .bdt-rating-4 .bdt-rating-item:nth-child(-n+4),
.elementor-widget-container .bdt-review-facebook .bdt-rating-5 .bdt-rating-item:nth-child(-n+5) {
    color: #3c5b9b
}

.elementor-widget-container .bdt-review-yelp .bdt-platform-icon,
.elementor-widget-container .bdt-review-yelp .bdt-rating-1 .bdt-rating-item:nth-child(1),
.elementor-widget-container .bdt-review-yelp .bdt-rating-2 .bdt-rating-item:nth-child(-n+2),
.elementor-widget-container .bdt-review-yelp .bdt-rating-3 .bdt-rating-item:nth-child(-n+3),
.elementor-widget-container .bdt-review-yelp .bdt-rating-4 .bdt-rating-item:nth-child(-n+4),
.elementor-widget-container .bdt-review-yelp .bdt-rating-5 .bdt-rating-item:nth-child(-n+5) {
    color: #d80027
}

.elementor-widget-container .bdt-review-g2 .bdt-platform-icon,
.elementor-widget-container .bdt-review-g2 .bdt-rating-1 .bdt-rating-item:nth-child(1),
.elementor-widget-container .bdt-review-g2 .bdt-rating-2 .bdt-rating-item:nth-child(-n+2),
.elementor-widget-container .bdt-review-g2 .bdt-rating-3 .bdt-rating-item:nth-child(-n+3),
.elementor-widget-container .bdt-review-g2 .bdt-rating-4 .bdt-rating-item:nth-child(-n+4),
.elementor-widget-container .bdt-review-g2 .bdt-rating-5 .bdt-rating-item:nth-child(-n+5) {
    color: #ff492c
}

.elementor-widget-container .bdt-review-trustpilot .bdt-platform-icon,
.elementor-widget-container .bdt-review-trustpilot .bdt-rating-1 .bdt-rating-item:nth-child(1),
.elementor-widget-container .bdt-review-trustpilot .bdt-rating-2 .bdt-rating-item:nth-child(-n+2),
.elementor-widget-container .bdt-review-trustpilot .bdt-rating-3 .bdt-rating-item:nth-child(-n+3),
.elementor-widget-container .bdt-review-trustpilot .bdt-rating-4 .bdt-rating-item:nth-child(-n+4),
.elementor-widget-container .bdt-review-trustpilot .bdt-rating-5 .bdt-rating-item:nth-child(-n+5) {
    color: #04da8d
}

.elementor-widget-container .bdt-review-trustradius .bdt-platform-icon,
.elementor-widget-container .bdt-review-trustradius .bdt-rating-1 .bdt-rating-item:nth-child(1),
.elementor-widget-container .bdt-review-trustradius .bdt-rating-2 .bdt-rating-item:nth-child(-n+2),
.elementor-widget-container .bdt-review-trustradius .bdt-rating-3 .bdt-rating-item:nth-child(-n+3),
.elementor-widget-container .bdt-review-trustradius .bdt-rating-4 .bdt-rating-item:nth-child(-n+4),
.elementor-widget-container .bdt-review-trustradius .bdt-rating-5 .bdt-rating-item:nth-child(-n+5) {
    color: #1e50e5
}

.elementor-widget-container .bdt-review-tripadvisor .bdt-platform-icon,
.elementor-widget-container .bdt-review-tripadvisor .bdt-rating-1 .bdt-rating-item:nth-child(1),
.elementor-widget-container .bdt-review-tripadvisor .bdt-rating-2 .bdt-rating-item:nth-child(-n+2),
.elementor-widget-container .bdt-review-tripadvisor .bdt-rating-3 .bdt-rating-item:nth-child(-n+3),
.elementor-widget-container .bdt-review-tripadvisor .bdt-rating-4 .bdt-rating-item:nth-child(-n+4),
.elementor-widget-container .bdt-review-tripadvisor .bdt-rating-5 .bdt-rating-item:nth-child(-n+5) {
    color: #34e0a1
}

.elementor-widget-container .bdt-review-foursquare .bdt-platform-icon,
.elementor-widget-container .bdt-review-foursquare .bdt-rating-1 .bdt-rating-item:nth-child(1),
.elementor-widget-container .bdt-review-foursquare .bdt-rating-2 .bdt-rating-item:nth-child(-n+2),
.elementor-widget-container .bdt-review-foursquare .bdt-rating-3 .bdt-rating-item:nth-child(-n+3),
.elementor-widget-container .bdt-review-foursquare .bdt-rating-4 .bdt-rating-item:nth-child(-n+4),
.elementor-widget-container .bdt-review-foursquare .bdt-rating-5 .bdt-rating-item:nth-child(-n+5) {
    color: #de3160
}

.elementor-widget-container .bdt-review-glassdoor .bdt-platform-icon,
.elementor-widget-container .bdt-review-glassdoor .bdt-rating-1 .bdt-rating-item:nth-child(1),
.elementor-widget-container .bdt-review-glassdoor .bdt-rating-2 .bdt-rating-item:nth-child(-n+2),
.elementor-widget-container .bdt-review-glassdoor .bdt-rating-3 .bdt-rating-item:nth-child(-n+3),
.elementor-widget-container .bdt-review-glassdoor .bdt-rating-4 .bdt-rating-item:nth-child(-n+4),
.elementor-widget-container .bdt-review-glassdoor .bdt-rating-5 .bdt-rating-item:nth-child(-n+5) {
    color: #0CAA41
}

.elementor-widget-container .bdt-review-capterra .bdt-platform-icon,
.elementor-widget-container .bdt-review-capterra .bdt-rating-1 .bdt-rating-item:nth-child(1),
.elementor-widget-container .bdt-review-capterra .bdt-rating-2 .bdt-rating-item:nth-child(-n+2),
.elementor-widget-container .bdt-review-capterra .bdt-rating-3 .bdt-rating-item:nth-child(-n+3),
.elementor-widget-container .bdt-review-capterra .bdt-rating-4 .bdt-rating-item:nth-child(-n+4),
.elementor-widget-container .bdt-review-capterra .bdt-rating-5 .bdt-rating-item:nth-child(-n+5) {
    color: #044d80
}

.elementor-button svg {
    width: 1.2em
}

.ep-pagination .bdt-pagination {
    margin: 20px 0
}

.ep-pagination .bdt-pagination li {
    list-style-type: none;
    padding-left: 5px
}

.ep-pagination .bdt-pagination li:hover a,
.ep-pagination .bdt-pagination li.bdt-active a {
    color: #fff;
    background: #1e87f0
}

.ep-pagination .bdt-pagination li a {
    font-size: 12px;
    padding: 5px 25px;
    background: #ffffff;
    color: #1e87f0;
    border-radius: 3px
}

.ep-pagination .bdt-pagination li:nth-child(1) {
    padding-left: 0 !important
}

.bdt-honeycombs:not(.honeycombs-loaded) {
    opacity: 0
}

.bdt-background-overlay-yes>.elementor-widget-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: calc(100% - var(--ep-overlay-margin-right, 0px) - var(--ep-overlay-margin-left, 0px));
    height: calc(100% - var(--ep-overlay-margin-top, 0px) - var(--ep-overlay-margin-bottom, 0px));
    margin: var(--ep-overlay-margin-top, 0) var(--ep-overlay-margin-right, 0) var(--ep-overlay-margin-bottom, 0) var(--ep-overlay-margin-left, 0);
    pointer-events: none
}

.bdt-background-overlay-yes.bdt-bg-o-t-zoom>.elementor-widget-container:before {
    transform: scale(0);
    opacity: 0;
    transition: transform 300ms, opacity 300ms
}

.bdt-background-overlay-yes.bdt-bg-o-t-zoom>.elementor-widget-container:hover:before {
    transform: scale(1);
    opacity: 1
}

.bdt-background-overlay-yes.bdt-bg-o-t-rotate>.elementor-widget-container:before {
    transform: scale(0) rotate(-30deg);
    opacity: 0;
    transition: transform 300ms, opacity 300ms
}

.bdt-background-overlay-yes.bdt-bg-o-t-rotate>.elementor-widget-container:hover:before {
    transform: scale(1) rotate(0deg);
    opacity: 1
}

.bdt-mini-cart-button-icon svg {
    width: 18px
}

.bdt-svg-image img {
    width: auto
}

.bdt-portfolio-gallery.bdt-portfolio-gallery-skin-janes .bdt-gallery-item .bdt-portfolio-inner .bdt-portfolio-desc {
    transform: rotateY(-90deg)
}

.epsc-clipboard .epsc-copy-btn {
    opacity: 0;
    cursor: pointer
}

.epsc-clipboard:hover .epsc-copy-btn {
    opacity: 1
}

.epsc-rating .epsc-rating-item {
    color: #e7e7e7
}

.epsc-rating .epsc-rating-item i {
    display: inline-flex;
    font-family: 'element-pack' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

.epsc-rating .epsc-rating-item i:before {
    content: '\ece0'
}

.epsc-rating[class*=" epsc-rating-0"] .epsc-rating-item:nth-child(1) i:after,
.epsc-rating[class*=" epsc-rating-1"] .epsc-rating-item:nth-child(-n+1) i:after,
.epsc-rating[class*=" epsc-rating-2"] .epsc-rating-item:nth-child(-n+2) i:after,
.epsc-rating[class*=" epsc-rating-3"] .epsc-rating-item:nth-child(-n+3) i:after,
.epsc-rating[class*=" epsc-rating-4"] .epsc-rating-item:nth-child(-n+4) i:after,
.epsc-rating[class*=" epsc-rating-5"] .epsc-rating-item:nth-child(-n+5) i:after {
    position: absolute;
    content: '\e95b';
    color: #FFCC00
}

.epsc-rating.epsc-rating-0-5 .epsc-rating-item:nth-child(1) i:after,
.epsc-rating.epsc-rating-1-5 .epsc-rating-item:nth-child(2) i:after,
.epsc-rating.epsc-rating-2-5 .epsc-rating-item:nth-child(3) i:after,
.epsc-rating.epsc-rating-3-5 .epsc-rating-item:nth-child(4) i:after,
.epsc-rating.epsc-rating-4-5 .epsc-rating-item:nth-child(5) i:after {
    content: '\e95d';
    color: #FFCC00;
    position: absolute
}

.bdt-floating-effect-infinite--yes .elementor-widget-container>* {
    animation: fe-infinite-rotate var(--bdt-floating-effect-rotate-duration, 2000ms) linear infinite;
    animation-delay: var(--bdt-floating-effect-rotate-delay, 0)
}

@keyframes fe-infinite-rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.tippy-box .tippy-content .bdt-title {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 1.1em
}

@keyframes ep-grid-layer-animation-top-to-bottom {
    from {
        min-height: 0vh
    }

    to {
        min-height: 100vh
    }
}

.bdt-mouse-disabled {
    cursor: not-allowed
}

.bdt-modal .bdt-modal-dialog button.bdt-close {
    width: auto
}

.bdt-lightbox .bdt-lightbox-button {
    transition: all .3s ease
}

.bdt-lightbox .bdt-lightbox-button svg {
    width: 1em
}

.bdt-ep-grid-filter a {
    color: #798184
}

.bdt-realistic-image-shadow {
    position: relative;
    overflow: inherit !important
}

.elementor-widget-image .bdt-realistic-image-shadow img {
    display: block
}

.bdt-realistic-image-shadow img:nth-child(1) {
    position: relative
}

.bdt-realistic-image-shadow img:nth-last-child(1) {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 20px;
    transform: scaleX(.9);
    transition: filter .3s ease-in-out, opacity .3s ease-in-out
}

.bdt-realistic-image-shadow:not(.bdt-hover) img:nth-last-child(1) {
    filter: blur(20px);
    opacity: .8
}

.bdt-realistic-image-shadow.bdt-hover img:nth-last-child(1) {
    height: 100%;
    width: 100%;
    opacity: 0
}

.bdt-realistic-image-shadow.bdt-hover:hover img:nth-last-child(1) {
    filter: blur(20px);
    opacity: .8
}

.data-changed .price-int {
    background: #1e87f0;
    color: #fff;
    padding: 2px 12px;
    border-radius: 5px
}

.footer-width-fixer {
    width: 100%;
}

/* Container fix for genesis themes */

.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%;
}

/* Container fix for generatepress theme */

.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;
    /* override generatepress default white color for header */
}

.bhf-hidden {
    display: none
}

/* Fix: Header hidden below the page content */
.ehf-header #masthead {
    z-index: 99;
    position: relative;
}


/*! elementor - v3.23.0 - 05-08-2024 */
.dialog-widget-content {
    background-color: var(--e-a-bg-default);
    position: absolute;
    border-radius: 3px;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
    overflow: hidden
}

.dialog-message {
    line-height: 1.5;
    box-sizing: border-box
}

.dialog-close-button {
    cursor: pointer;
    position: absolute;
    margin-block-start: 15px;
    right: 15px;
    color: var(--e-a-color-txt);
    font-size: 15px;
    line-height: 1;
    transition: var(--e-a-transition-hover)
}

.dialog-close-button:hover {
    color: var(--e-a-color-txt-hover)
}

.dialog-prevent-scroll {
    overflow: hidden;
    max-height: 100vh
}

.dialog-type-lightbox {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.elementor-editor-active .elementor-popup-modal {
    background-color: initial
}

.dialog-type-alert .dialog-widget-content,
.dialog-type-confirm .dialog-widget-content {
    margin: auto;
    width: 400px;
    padding: 20px
}

.dialog-type-alert .dialog-header,
.dialog-type-confirm .dialog-header {
    font-size: 15px;
    font-weight: 500
}

.dialog-type-alert .dialog-header:after,
.dialog-type-confirm .dialog-header:after {
    content: "";
    display: block;
    border-block-end: var(--e-a-border);
    padding-block-end: 10px;
    margin-block-end: 10px;
    margin-inline-start: -20px;
    margin-inline-end: -20px
}

.dialog-type-alert .dialog-message,
.dialog-type-confirm .dialog-message {
    min-height: 50px
}

.dialog-type-alert .dialog-buttons-wrapper,
.dialog-type-confirm .dialog-buttons-wrapper {
    padding-block-start: 10px;
    display: flex;
    justify-content: flex-end;
    gap: 15px
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    padding: 8px 16px;
    outline: none;
    border: none;
    border-radius: var(--e-a-border-radius);
    background-color: var(--e-a-btn-bg);
    color: var(--e-a-btn-color-invert);
    transition: var(--e-a-transition-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover {
    border: none
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover {
    background-color: var(--e-a-btn-bg-hover);
    color: var(--e-a-btn-color-invert)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active {
    background-color: var(--e-a-btn-bg-active)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]),
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]) {
    cursor: pointer
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled {
    background-color: var(--e-a-btn-bg-disabled);
    color: var(--e-a-btn-color-disabled)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon {
    display: none
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt {
    background: transparent;
    color: var(--e-a-color-txt)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover {
    background: var(--e-a-bg-hover);
    color: var(--e-a-color-txt-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled {
    background: transparent;
    color: var(--e-a-color-txt-disabled)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt-border,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt-border {
    border: 1px solid var(--e-a-color-txt-muted)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success {
    background-color: var(--e-a-btn-bg-success)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover {
    background-color: var(--e-a-btn-bg-success-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary {
    background-color: var(--e-a-btn-bg-primary);
    color: var(--e-a-btn-color)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover {
    background-color: var(--e-a-btn-bg-primary-hover);
    color: var(--e-a-btn-color)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt {
    background: transparent;
    color: var(--e-a-color-primary-bold)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover {
    background: var(--e-a-bg-primary)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro {
    background-color: var(--e-a-btn-bg-accent)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover {
    background-color: var(--e-a-btn-bg-accent-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active {
    background-color: var(--e-a-btn-bg-accent-active)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info {
    background-color: var(--e-a-btn-bg-info)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover {
    background-color: var(--e-a-btn-bg-info-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning {
    background-color: var(--e-a-btn-bg-warning)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover {
    background-color: var(--e-a-btn-bg-warning-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger {
    background-color: var(--e-a-btn-bg-danger)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover {
    background-color: var(--e-a-btn-bg-danger-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button i,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button i {
    margin-inline-end: 5px
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited {
    color: initial
}

.flatpickr-calendar {
    width: 280px
}

.flatpickr-calendar .flatpickr-current-month span.cur-month {
    font-weight: 300
}

.flatpickr-calendar .dayContainer {
    width: 280px;
    min-width: 280px;
    max-width: 280px
}

.flatpickr-calendar .flatpickr-days {
    width: 280px
}

.flatpickr-calendar .flatpickr-day {
    max-width: 37px;
    height: 37px;
    line-height: 37px
}

.elementor-hidden {
    display: none
}

.elementor-visibility-hidden {
    visibility: hidden
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.elementor-clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0
}

.e-logo-wrapper {
    background: var(--e-a-bg-logo);
    display: inline-block;
    padding: .75em;
    border-radius: 50%;
    line-height: 1
}

.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 {
    margin: 0;
    background-color: transparent
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none
}

.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 {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr
}

.elementor .elementor-background-video-container {
    transition: opacity 1s;
    pointer-events: none
}

.elementor .elementor-background-video-container.elementor-loading {
    opacity: 0
}

.elementor .elementor-background-video-embed {
    max-width: none
}

.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.elementor .elementor-background-video {
    max-width: none
}

.elementor .elementor-html5-video {
    -o-object-fit: cover;
    object-fit: cover
}

.elementor .elementor-background-overlay,
.elementor .elementor-background-slideshow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.elementor .elementor-background-slideshow {
    z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover
}

.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;
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order);
    align-self: var(--align-self)
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
    z-index: 1
}

.elementor-element:where(.e-con-full, .elementor-widget) {
    flex-direction: var(--flex-direction);
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    gap: var(--gap)
}

.elementor-invisible {
    visibility: hidden
}

.elementor-align-center {
    text-align: center
}

.elementor-align-center .elementor-button {
    width: auto
}

.elementor-align-right {
    text-align: right
}

.elementor-align-right .elementor-button {
    width: auto
}

.elementor-align-left {
    text-align: left
}

.elementor-align-left .elementor-button {
    width: auto
}

.elementor-align-justify .elementor-button {
    width: 100%
}

.elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.elementor-custom-embed-play i {
    font-size: 100px;
    color: #fff;
    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-property: transform;
    transition-duration: 10s;
    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)
}

@media (min-width:-1) {
    .elementor-widescreen-align-center {
        text-align: center
    }

    .elementor-widescreen-align-center .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-right {
        text-align: right
    }

    .elementor-widescreen-align-right .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-left {
        text-align: left
    }

    .elementor-widescreen-align-left .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-center .elementor-button {
        width: auto
    }

    .elementor-laptop-align-right {
        text-align: right
    }

    .elementor-laptop-align-right .elementor-button {
        width: auto
    }

    .elementor-laptop-align-left {
        text-align: left
    }

    .elementor-laptop-align-left .elementor-button {
        width: auto
    }

    .elementor-laptop-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:-1) {
    .elementor-tablet_extra-align-center {
        text-align: center
    }

    .elementor-tablet_extra-align-center .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-right {
        text-align: right
    }

    .elementor-tablet_extra-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-left {
        text-align: left
    }

    .elementor-tablet_extra-align-left .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-center .elementor-button {
        width: auto
    }

    .elementor-tablet-align-right {
        text-align: right
    }

    .elementor-tablet-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet-align-left {
        text-align: left
    }

    .elementor-tablet-align-left .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-center .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-right {
        text-align: right
    }

    .elementor-mobile_extra-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-left {
        text-align: left
    }

    .elementor-mobile_extra-align-left .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-center .elementor-button {
        width: auto
    }

    .elementor-mobile-align-right {
        text-align: right
    }

    .elementor-mobile-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile-align-left {
        text-align: left
    }

    .elementor-mobile-align-left .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-right: auto;
    margin-left: 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-row {
    width: 100%;
    display: flex
}

@media (max-width:1024px) {
    .elementor-row {
        flex-wrap: wrap
    }
}

.elementor-widget-wrap {
    position: relative;
    /* width: 100%; */
    flex-wrap: wrap;
    align-content: flex-start
}

.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: 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 {
    position: relative;
    min-height: 1px;
    display: flex
}

.elementor-column-wrap {
    width: 100%;
    position: relative;
    display: flex
}

.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: 13%
    }

    .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(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),
    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        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(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),
    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        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%
    }
}

ul.elementor-icon-list-items.elementor-inline-items {
    display: flex;
    flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
    word-break: break-word
}

.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;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-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;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-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;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-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)
    }
}

@media (max-width:-1) {
    .elementor-grid-tablet_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-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;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-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;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-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;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-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"
    }
}

.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);
    --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);
    position: var(--position);
    width: var(--width);
    min-width: 0;
    min-height: var(--min-height);
    height: var(--height);
    border-radius: var(--border-radius);
    z-index: var(--z-index);
    overflow: var(--overflow);
    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);
    --flex-wrap-mobile: wrap;
    margin-block-start: var(--margin-block-start);
    margin-inline-end: var(--margin-inline-end);
    margin-block-end: var(--margin-block-end);
    margin-inline-start: var(--margin-inline-start);
    padding-inline-start: var(--padding-inline-start);
    padding-inline-end: var(--padding-inline-end);
    --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 {
    text-align: var(--text-align);
    padding-block-start: var(--padding-block-start);
    padding-block-end: var(--padding-block-end)
}

.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 {
    grid-template-columns: var(--e-con-grid-template-columns);
    grid-template-rows: var(--e-con-grid-template-rows);
    justify-content: var(--grid-justify-content);
    align-content: var(--grid-align-content);
    grid-auto-flow: var(--grid-auto-flow);
    justify-items: var(--justify-items);
    align-items: var(--align-items)
}

.e-con-boxed.e-flex {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal
}

.e-con-boxed.e-grid {
    justify-items: legacy;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr
}

.e-con-boxed {
    text-align: initial;
    gap: initial
}

.e-con.e-flex>.e-con-inner {
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto
}

.e-con.e-grid>.e-con-inner {
    justify-items: var(--justify-items);
    align-items: var(--align-items)
}

.e-con>.e-con-inner {
    gap: var(--gap);
    width: 100%;
    max-width: var(--content-width);
    margin: 0 auto;
    padding-inline-start: 0;
    padding-inline-end: 0;
    height: 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 {
    content: var(--background-overlay);
    display: block;
    position: absolute;
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: var(--overlay-opacity);
    transition: var(--overlay-transition, .3s);
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    border-color: var(--border-color);
    border-block-start-width: var(--border-block-start-width);
    border-inline-end-width: var(--border-inline-end-width);
    border-block-end-width: var(--border-block-end-width);
    border-inline-start-width: var(--border-inline-start-width);
    top: calc(0px - var(--border-top-width));
    left: calc(0px - var(--border-left-width));
    width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
    height: max(100% + var(--border-top-width) + var(--border-bottom-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-radius: var(--border-radius);
    border-style: var(--border-style);
    border-color: var(--border-color);
    border-block-start-width: var(--border-block-start-width);
    border-inline-end-width: var(--border-inline-end-width);
    border-block-end-width: var(--border-block-end-width);
    border-inline-start-width: var(--border-inline-start-width);
    top: calc(0px - var(--border-top-width));
    left: calc(0px - var(--border-left-width));
    width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
    height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%)
}

@media (max-width:767px) {
    :is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-phone {
        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%
}

@media (max-width:767px) {
    .e-con.e-flex {
        --width: 100%;
        --flex-wrap: var(--flex-wrap-mobile)
    }
}

.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 {
    flex-wrap: wrap;
    align-items: center
}

.elementor-field-group.elementor-field-type-submit {
    align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
    width: 100%;
    max-width: 100%;
    border: 1px solid #69727d;
    background-color: transparent;
    color: #1f2124;
    vertical-align: middle;
    flex-grow: 1
}

.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;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    flex-basis: 100%;
    padding-inline-end: 20px
}

.elementor-field-group .elementor-select-wrapper:before {
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
    text-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.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 {
    content: "*";
    color: red;
    padding-inline-start: .2em
}

.elementor-field-textual {
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    border-radius: 3px
}

.elementor-field-textual.elementor-size-xs {
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px;
    border-radius: 2px
}

.elementor-field-textual.elementor-size-md {
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    border-radius: 4px
}

.elementor-field-textual.elementor-size-lg {
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
    border-radius: 5px
}

.elementor-field-textual.elementor-size-xl {
    font-size: 20px;
    min-height: 72px;
    padding: 8px 24px;
    border-radius: 6px
}

.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 {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1
}

.elementor-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    margin-inline-end: 5px
}

.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 {
    padding-block-start: 0;
    padding-block-end: 0;
    border: none
}

.elementor-form .elementor-button-content-wrapper,
.elementor-form .elementor-button>span {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 5px
}

.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 .elementor-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s)
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #69727d;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    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;
    justify-content: center;
    flex-direction: row;
    gap: 5px
}

.elementor-button-icon svg {
    width: 1em;
    height: auto
}

.elementor-button-icon .e-font-icon-svg {
    height: 1em
}

.elementor-button-text {
    display: inline-block
}

.elementor-button.elementor-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 2px
}

.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px
}

.elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px
}

.elementor-button.elementor-size-xl {
    font-size: 20px;
    padding: 25px 50px;
    border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
    order: 15
}

.elementor-button .elementor-align-icon-left {
    order: 5
}

.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-tab-title a {
    color: inherit
}

.elementor-view-stacked .elementor-icon {
    padding: .5em;
    background-color: #69727d;
    color: #fff;
    fill: #fff
}

.elementor-view-framed .elementor-icon {
    padding: .5em;
    color: #69727d;
    border: 3px solid #69727d;
    background-color: transparent
}

.elementor-icon {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #69727d;
    font-size: 50px;
    text-align: center
}

.elementor-icon:hover {
    color: #69727d
}

.elementor-icon i,
.elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.elementor-icon i:before,
.elementor-icon svg:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.elementor-icon i.fad {
    width: auto
}

.elementor-shape-circle .elementor-icon {
    border-radius: 50%
}

.e-transform .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)
}

.elementor-element,
.elementor-lightbox {
    --swiper-theme-color: #000;
    --swiper-navigation-size: 44px;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px
}

.elementor-element .swiper-container .swiper-slide figure,
.elementor-element .swiper .swiper-slide figure,
.elementor-lightbox .swiper-container .swiper-slide figure,
.elementor-lightbox .swiper .swiper-slide figure {
    line-height: 0
}

.elementor-element .swiper-container .elementor-lightbox-content-source,
.elementor-element .swiper .elementor-lightbox-content-source,
.elementor-lightbox .swiper-container .elementor-lightbox-content-source,
.elementor-lightbox .swiper .elementor-lightbox-content-source {
    display: none
}

.elementor-element .swiper-container .elementor-swiper-button,
.elementor-element .swiper-container~.elementor-swiper-button,
.elementor-element .swiper .elementor-swiper-button,
.elementor-element .swiper~.elementor-swiper-button,
.elementor-lightbox .swiper-container .elementor-swiper-button,
.elementor-lightbox .swiper-container~.elementor-swiper-button,
.elementor-lightbox .swiper .elementor-swiper-button,
.elementor-lightbox .swiper~.elementor-swiper-button {
    position: absolute;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93.3%, .9);
    top: 50%;
    transform: translateY(-50%)
}

.elementor-element .swiper-container .elementor-swiper-button svg,
.elementor-element .swiper-container~.elementor-swiper-button svg,
.elementor-element .swiper .elementor-swiper-button svg,
.elementor-element .swiper~.elementor-swiper-button svg,
.elementor-lightbox .swiper-container .elementor-swiper-button svg,
.elementor-lightbox .swiper-container~.elementor-swiper-button svg,
.elementor-lightbox .swiper .elementor-swiper-button svg,
.elementor-lightbox .swiper~.elementor-swiper-button svg {
    fill: hsla(0, 0%, 93.3%, .9);
    height: 1em;
    width: 1em
}

.elementor-element .swiper-container .elementor-swiper-button-prev,
.elementor-element .swiper-container~.elementor-swiper-button-prev,
.elementor-element .swiper .elementor-swiper-button-prev,
.elementor-element .swiper~.elementor-swiper-button-prev,
.elementor-lightbox .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox .swiper-container~.elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev,
.elementor-lightbox .swiper~.elementor-swiper-button-prev {
    left: 10px
}

.elementor-element .swiper-container .elementor-swiper-button-next,
.elementor-element .swiper-container~.elementor-swiper-button-next,
.elementor-element .swiper .elementor-swiper-button-next,
.elementor-element .swiper~.elementor-swiper-button-next,
.elementor-lightbox .swiper-container .elementor-swiper-button-next,
.elementor-lightbox .swiper-container~.elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next,
.elementor-lightbox .swiper~.elementor-swiper-button-next {
    right: 10px
}

.elementor-element .swiper-container .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper-container~.elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper-container .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper-container~.elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled {
    opacity: .3
}

.elementor-element .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-lightbox .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%
}

.elementor-element .swiper-container .swiper-horizontal>.swiper-pagination-bullets,
.elementor-element .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper-container .swiper-pagination-custom,
.elementor-element .swiper-container .swiper-pagination-fraction,
.elementor-element .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper-container~.swiper-pagination-custom,
.elementor-element .swiper-container~.swiper-pagination-fraction,
.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,
.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper .swiper-pagination-custom,
.elementor-element .swiper .swiper-pagination-fraction,
.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper~.swiper-pagination-custom,
.elementor-element .swiper~.swiper-pagination-fraction,
.elementor-lightbox .swiper-container .swiper-horizontal>.swiper-pagination-bullets,
.elementor-lightbox .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper-container .swiper-pagination-custom,
.elementor-lightbox .swiper-container .swiper-pagination-fraction,
.elementor-lightbox .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper-container~.swiper-pagination-custom,
.elementor-lightbox .swiper-container~.swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,
.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper .swiper-pagination-custom,
.elementor-lightbox .swiper .swiper-pagination-fraction,
.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper~.swiper-pagination-custom,
.elementor-lightbox .swiper~.swiper-pagination-fraction {
    bottom: 5px
}

.elementor-element .swiper-container.swiper-cube .elementor-swiper-button,
.elementor-element .swiper-container.swiper-cube~.elementor-swiper-button,
.elementor-element .swiper.swiper-cube .elementor-swiper-button,
.elementor-element .swiper.swiper-cube~.elementor-swiper-button,
.elementor-lightbox .swiper-container.swiper-cube .elementor-swiper-button,
.elementor-lightbox .swiper-container.swiper-cube~.elementor-swiper-button,
.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,
.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button {
    transform: translate3d(0, -50%, 1px)
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets,
.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets {
    bottom: 5px;
    left: 0;
    width: 100%
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,
.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-progressbar,
.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.elementor-element.elementor-pagination-position-outside .swiper,
.elementor-element.elementor-pagination-position-outside .swiper-container,
.elementor-lightbox.elementor-pagination-position-outside .swiper,
.elementor-lightbox.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px
}

.elementor-element.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button {
    top: calc(50% - 30px / 2)
}

.elementor-element .elementor-swiper,
.elementor-lightbox .elementor-swiper {
    position: relative
}

.elementor-element .elementor-main-swiper,
.elementor-lightbox .elementor-main-swiper {
    position: static
}

.elementor-element.elementor-arrows-position-outside .swiper,
.elementor-element.elementor-arrows-position-outside .swiper-container,
.elementor-lightbox.elementor-arrows-position-outside .swiper,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container {
    width: calc(100% - 60px)
}

.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev {
    left: 0
}

.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next {
    right: 0
}

.elementor-lightbox {
    --lightbox-ui-color: hsla(0, 0%, 93.3%, 0.9);
    --lightbox-ui-color-hover: #fff;
    --lightbox-text-color: var(--lightbox-ui-color);
    --lightbox-header-icons-size: 20px;
    --lightbox-navigation-icons-size: 25px
}

.elementor-lightbox:not(.elementor-popup-modal) .dialog-header,
.elementor-lightbox:not(.elementor-popup-modal) .dialog-message {
    text-align: center
}

.elementor-lightbox .dialog-header {
    display: none
}

.elementor-lightbox .dialog-widget-content {
    background: none;
    box-shadow: none;
    width: 100%;
    height: 100%
}

.elementor-lightbox .dialog-message {
    animation-duration: .3s;
    height: 100%
}

.elementor-lightbox .dialog-message.dialog-lightbox-message {
    padding: 0
}

.elementor-lightbox .dialog-lightbox-close-button {
    cursor: pointer;
    position: absolute;
    font-size: var(--lightbox-header-icons-size);
    right: .75em;
    margin-top: 13px;
    padding: .25em;
    z-index: 2;
    line-height: 1;
    display: flex
}

.elementor-lightbox .dialog-lightbox-close-button svg {
    height: 1em;
    width: 1em
}

.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
    color: var(--lightbox-ui-color);
    transition: all .3s;
    opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button svg,
.elementor-lightbox .elementor-swiper-button svg {
    fill: var(--lightbox-ui-color)
}

.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .dialog-lightbox-close-button:hover svg,
.elementor-lightbox .elementor-swiper-button:hover svg {
    fill: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .swiper,
.elementor-lightbox .swiper-container {
    height: 100%
}

.elementor-lightbox .elementor-lightbox-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 70px;
    box-sizing: border-box;
    height: 100%;
    margin: auto
}

@media (max-width:767px) {
    .elementor-lightbox .elementor-lightbox-item {
        padding: 70px 0
    }
}

.elementor-lightbox .elementor-lightbox-image {
    max-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-lightbox-image:hover {
    opacity: 1;
    filter: none;
    border: none
}

.elementor-lightbox .elementor-lightbox-image {
    box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
    border-radius: 2px
}

.elementor-lightbox .elementor-video-container {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape,
.elementor-lightbox .elementor-video-container .elementor-video-portrait,
.elementor-lightbox .elementor-video-container .elementor-video-square {
    width: 100%;
    height: 100%;
    margin: auto
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
.elementor-lightbox .elementor-video-container .elementor-video-square iframe {
    border: 0;
    background-color: #000
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
.elementor-lightbox .elementor-video-container .elementor-video-landscape video,
.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
.elementor-lightbox .elementor-video-container .elementor-video-portrait video,
.elementor-lightbox .elementor-video-container .elementor-video-square iframe,
.elementor-lightbox .elementor-video-container .elementor-video-square video {
    aspect-ratio: var(--video-aspect-ratio, 1.77777)
}

@supports not (aspect-ratio:1/1) {

    .elementor-lightbox .elementor-video-container .elementor-video-landscape,
    .elementor-lightbox .elementor-video-container .elementor-video-portrait,
    .elementor-lightbox .elementor-video-container .elementor-video-square {
        position: relative;
        overflow: hidden;
        height: 0;
        padding-bottom: calc(100% / var(--video-aspect-ratio, 1.77777))
    }

    .elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
    .elementor-lightbox .elementor-video-container .elementor-video-landscape video,
    .elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
    .elementor-lightbox .elementor-video-container .elementor-video-portrait video,
    .elementor-lightbox .elementor-video-container .elementor-video-square iframe,
    .elementor-lightbox .elementor-video-container .elementor-video-square video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.elementor-lightbox .elementor-video-container .elementor-video-square iframe,
.elementor-lightbox .elementor-video-container .elementor-video-square video {
    width: min(90vh, 90vw);
    height: min(90vh, 90vw)
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
.elementor-lightbox .elementor-video-container .elementor-video-landscape video {
    width: 100%;
    max-height: 90vh
}

.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
.elementor-lightbox .elementor-video-container .elementor-video-portrait video {
    height: 100%;
    max-width: 90vw
}

@media (min-width:1025px) {
    .elementor-lightbox .elementor-video-container .elementor-video-landscape {
        width: 85vw;
        max-height: 85vh
    }

    .elementor-lightbox .elementor-video-container .elementor-video-portrait {
        height: 85vh;
        max-width: 85vw
    }
}

@media (max-width:1024px) {
    .elementor-lightbox .elementor-video-container .elementor-video-landscape {
        width: 95vw;
        max-height: 95vh
    }

    .elementor-lightbox .elementor-video-container .elementor-video-portrait {
        height: 95vh;
        max-width: 95vw
    }
}

.elementor-lightbox .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev {
    left: 0
}

.elementor-lightbox .swiper-container .elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next {
    right: 0
}

.elementor-lightbox .swiper-container .swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-pagination-fraction {
    width: -moz-max-content;
    width: max-content;
    color: #fff
}

.elementor-lightbox .elementor-swiper-button:focus {
    outline-width: 1px
}

.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-swiper-button-prev {
    height: 100%;
    display: flex;
    align-items: center;
    width: 15%;
    justify-content: center;
    font-size: var(--lightbox-navigation-icons-size)
}

@media (max-width:767px) {
    .elementor-lightbox .elementor-swiper-button:focus {
        outline: none
    }

    .elementor-lightbox .elementor-swiper-button-next,
    .elementor-lightbox .elementor-swiper-button-prev {
        width: 20%
    }

    .elementor-lightbox .elementor-swiper-button-next i,
    .elementor-lightbox .elementor-swiper-button-prev i {
        padding: 10px;
        background-color: rgba(0, 0, 0, .5)
    }

    .elementor-lightbox .elementor-swiper-button-prev {
        left: 0;
        justify-content: flex-start
    }

    .elementor-lightbox .elementor-swiper-button-next {
        right: 0;
        justify-content: flex-end
    }
}

.elementor-slideshow__counter {
    color: currentColor;
    font-size: .75em;
    width: -moz-max-content;
    width: max-content
}

.elementor-slideshow__footer,
.elementor-slideshow__header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: .3s
}

.elementor-slideshow__footer {
    color: var(--lightbox-text-color)
}

.elementor-slideshow__header {
    color: var(--lightbox-ui-color);
    display: flex;
    flex-direction: row-reverse;
    font-size: var(--lightbox-header-icons-size);
    padding-inline-start: 1em;
    padding-inline-end: 2.6em;
    top: 0;
    align-items: center;
    z-index: 10
}

.elementor-slideshow__header>i,
.elementor-slideshow__header>svg {
    cursor: pointer;
    padding: .25em;
    margin: 0 .35em
}

.elementor-slideshow__header>i {
    font-size: inherit
}

.elementor-slideshow__header>i:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header>svg {
    box-sizing: content-box;
    fill: var(--lightbox-ui-color);
    height: 1em;
    width: 1em
}

.elementor-slideshow__header>svg:hover {
    fill: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header .elementor-slideshow__counter {
    margin-inline-end: auto
}

.elementor-slideshow__header .elementor-icon-share {
    z-index: 5
}

.elementor-slideshow__share-menu {
    background-color: transparent;
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    transition: background-color .4s
}

.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
    color: #0c0d0e
}

.elementor-slideshow__share-links {
    display: block;
    position: absolute;
    min-width: 200px;
    right: 2.8em;
    top: 3em;
    background-color: #fff;
    border-radius: 3px;
    padding: 14px 20px;
    transform: scale(0);
    opacity: 0;
    transform-origin: 90% 10%;
    transition: all .25s .1s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .3)
}

.elementor-slideshow__share-links a {
    text-align: start;
    color: #3f444b;
    font-size: 12px;
    line-height: 2.5;
    display: block;
    opacity: 0;
    transition: opacity .5s .1s
}

.elementor-slideshow__share-links a:hover {
    color: #000
}

.elementor-slideshow__share-links a i,
.elementor-slideshow__share-links a svg {
    margin-inline-end: .75em
}

.elementor-slideshow__share-links a i {
    font-size: 1.25em
}

.elementor-slideshow__share-links a svg {
    height: 1.25em;
    width: 1.25em
}

.elementor-slideshow__share-links:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: .5em;
    border: .45em solid transparent;
    border-bottom-color: #fff;
    transform: translateY(-100%) scaleX(.7)
}

.elementor-slideshow__footer {
    bottom: 0;
    z-index: 5;
    position: fixed
}

.elementor-slideshow__description,
.elementor-slideshow__title {
    margin: 0
}

.elementor-slideshow__title {
    font-size: 16px;
    font-weight: 700
}

.elementor-slideshow__description {
    font-size: 14px
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer,
.elementor-slideshow--ui-hidden .elementor-slideshow__header {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--ui-hidden .elementor-swiper-button-next,
.elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
    opacity: 0
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
    width: 100%
}

.elementor-slideshow--zoom-mode .elementor-slideshow__footer,
.elementor-slideshow--zoom-mode .elementor-slideshow__header {
    background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--zoom-mode .elementor-swiper-button-next,
.elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    cursor: default;
    background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links {
    transform: scale(1)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links,
.elementor-slideshow--share-mode .elementor-slideshow__share-links a {
    opacity: 1
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
    color: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
    color: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
    color: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
    color: #9da5ae
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter {
    fill: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook {
    fill: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest {
    fill: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold {
    fill: #9da5ae
}

.elementor-slideshow--share-mode .eicon-share-arrow {
    z-index: 2
}

.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
    }
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr
}

.elementor-shape-top {
    top: -1px
}

.elementor-shape-top:not([data-negative=false]) svg {
    z-index: -1
}

.elementor-shape-bottom {
    bottom: -1px
}

.elementor-shape-bottom:not([data-negative=true]) svg {
    z-index: -1
}

.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg)
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg)
}

#wp-admin-bar-elementor_edit_page>.ab-item:before {
    content: "\e813";
    font-family: eicons;
    top: 3px;
    font-size: 18px
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
    display: flex;
    width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
    background: #3f444b;
    font-size: 11px;
    line-height: 9px;
    margin-top: 6px;
    padding: 4px 8px;
    border-radius: 3px
}

#wp-admin-bar-elementor_inspector>.ab-item:before {
    content: "\f348";
    top: 2px
}

#wpadminbar * {
    font-style: normal
}

.page-template-elementor_canvas.elementor-page:before {
    display: none
}

.elementor-post__thumbnail__link {
    transition: none
}

#left-area ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items {
    padding: 0
}

.e--ua-appleWebkit.rtl {
    --flex-right: flex-start
}

.e--ua-appleWebkit .elementor-share-buttons--align-right,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
    --justify-content: var(--flex-right, flex-end)
}

.e--ua-appleWebkit .elementor-share-buttons--align-center,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
    --justify-content: center
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content, space-between);
    margin-left: calc(-.5 * var(--grid-column-gap));
    margin-right: calc(-.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
    margin-left: calc(.5 * var(--grid-column-gap));
    margin-right: calc(.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid {
    display: inline-block
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0
}

@media (max-width:1024px) {

    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
        --justify-content: var(--flex-right, flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content, space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:767px) {

    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
        --justify-content: var(--flex-right, flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content, space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@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
    }
}

.elementor-widget-text-path {
    font-size: 20px;
    text-align: var(--alignment, start)
}

.elementor-widget-text-path svg {
    width: var(--width);
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: var(--word-spacing);
    transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1))
}

.elementor-widget-text-path svg path {
    vector-effect: non-scaling-stroke;
    fill: var(--path-fill, transparent);
    stroke: var(--stroke-color, transparent);
    stroke-width: var(--stroke-width, 1px);
    transition: var(--stroke-transition) stroke, var(--stroke-transition) fill
}

.elementor-widget-text-path svg:hover path {
    --path-fill: var(--path-fill-hover);
    --stroke-color: var(--stroke-color-hover);
    --stroke-width: var(--stroke-width-hover)
}

.elementor-widget-text-path svg text {
    --fill: var(--text-color);
    fill: var(--fill);
    direction: var(--direction, ltr);
    transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill
}

.elementor-widget-text-path svg text:hover {
    --color: var(--text-color-hover, var(--text-color));
    --fill: var(--color);
    color: var(--color)
}

.elementor-widget-n-tabs {
    --n-tabs-color-accent-fallback: #61ce70;
    --n-tabs-color-secondary-fallback: #54595f;
    --n-tabs-default-padding-block: 15px;
    --n-tabs-default-padding-inline: 35px;
    --n-tabs-background-color: transparent;
    --n-tabs-display: flex;
    --n-tabs-direction: column;
    --n-tabs-gap: 10px;
    --n-tabs-heading-display: flex;
    --n-tabs-heading-direction: row;
    --n-tabs-heading-grow: initial;
    --n-tabs-heading-justify-content: center;
    --n-tabs-heading-width: initial;
    --n-tabs-heading-overflow-x: initial;
    --n-tabs-heading-wrap: nowrap;
    --n-tabs-border-width: 1px;
    --n-tabs-border-color: #d5d8dc;
    --n-tabs-content-display: flex;
    --n-tabs-title-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
    --n-tabs-title-color-hover: #fff;
    --n-tabs-title-color-active: #fff;
    --n-tabs-title-background-color: #f1f2f3;
    --n-tabs-title-background-color-hover: var(--e-global-color-accent, var(--n-tabs-color-accent-fallback));
    --n-tabs-title-background-color-active: var(--e-global-color-accent, var(--n-tabs-color-accent-fallback));
    --n-tabs-title-width: initial;
    --n-tabs-title-height: initial;
    --n-tabs-title-font-size: 1rem;
    --n-tabs-title-white-space: initial;
    --n-tabs-title-justify-content-toggle: initial;
    --n-tabs-title-align-items-toggle: center;
    --n-tabs-title-justify-content: center;
    --n-tabs-title-align-items: center;
    --n-tabs-title-text-align: center;
    --n-tabs-title-direction: row;
    --n-tabs-title-gap: 10px;
    --n-tabs-title-flex-grow: 0;
    --n-tabs-title-flex-basis: content;
    --n-tabs-title-flex-shrink: initial;
    --n-tabs-title-order: initial;
    --n-tabs-title-padding-top: var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-bottom: var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-left: var(--n-tabs-default-padding-inline);
    --n-tabs-title-padding-right: var(--n-tabs-default-padding-inline);
    --n-tabs-title-border-radius: initial;
    --n-tabs-title-transition: 0.3s;
    --n-tabs-icon-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
    --n-tabs-icon-color-hover: var(--n-tabs-title-color-hover);
    --n-tabs-icon-color-active: #fff;
    --n-tabs-icon-gap: 5px;
    width: 100%;
    max-width: 100%;
    --n-tabs-title-padding-inline-start: var(--n-tabs-title-padding-left);
    --n-tabs-title-padding-inline-end: var(--n-tabs-title-padding-right);
    --n-tabs-title-padding-block-start: var(--n-tabs-title-padding-top);
    --n-tabs-title-padding-block-end: var(--n-tabs-title-padding-bottom)
}

body.rtl .elementor-widget-n-tabs {
    --n-tabs-title-padding-inline-start: var(--n-tabs-title-padding-right);
    --n-tabs-title-padding-inline-end: var(--n-tabs-title-padding-left)
}

.elementor-widget-n-tabs .e-n-tabs {
    display: var(--n-tabs-display);
    flex-direction: var(--n-tabs-direction);
    gap: var(--n-tabs-gap);
    text-align: start;
    min-width: 0
}

.elementor-widget-n-tabs .e-n-tabs-heading {
    display: var(--n-tabs-heading-display);
    flex-basis: var(--n-tabs-heading-width);
    flex-direction: var(--n-tabs-heading-direction);
    flex-shrink: 0;
    justify-content: var(--n-tabs-heading-justify-content);
    gap: var(--n-tabs-title-gap);
    overflow-x: var(--n-tabs-heading-overflow-x);
    flex-wrap: var(--n-tabs-heading-wrap);
    -ms-overflow-style: none;
    scrollbar-width: none
}

.elementor-widget-n-tabs .e-n-tabs-heading::-webkit-scrollbar {
    display: none
}

.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active {
    position: relative
}

.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active:before {
    content: "";
    position: absolute;
    inset-block: 0;
    inset-inline: -1000vw;
    z-index: 2
}

.elementor-widget-n-tabs .e-n-tabs-content {
    display: var(--n-tabs-content-display);
    flex-grow: 1;
    min-width: 0
}

.elementor-widget-n-tabs .e-n-tabs-content>.e-con:not(.e-active) {
    display: none
}

.elementor-widget-n-tabs .e-n-tabs:not(.e-activated)>.e-n-tabs-content>.e-con:first-child {
    display: flex
}

.elementor-widget-n-tabs .e-n-tab-title {
    background-color: initial;
    border-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    align-items: var(--n-tabs-title-align-items-toggle, var(--n-tabs-title-align-items));
    flex-direction: var(--n-tabs-title-direction);
    justify-content: var(--n-tabs-title-justify-content-toggle, var(--n-tabs-title-justify-content));
    gap: var(--n-tabs-icon-gap);
    border-width: var(--n-tabs-border-width);
    position: relative;
    flex-grow: var(--n-tabs-title-flex-grow);
    flex-basis: var(--n-tabs-title-flex-basis);
    flex-shrink: var(--n-tabs-title-flex-shrink);
    padding-block-start: var(--n-tabs-title-padding-block-start);
    padding-inline-end: var(--n-tabs-title-padding-inline-end);
    padding-block-end: var(--n-tabs-title-padding-block-end);
    padding-inline-start: var(--n-tabs-title-padding-inline-start);
    border-radius: var(--n-tabs-title-border-radius);
    height: var(--n-tabs-title-height);
    width: var(--n-tabs-title-width);
    white-space: var(--n-tabs-title-white-space);
    transition: background var(--n-tabs-title-transition), color var(--n-tabs-title-transition), border var(--n-tabs-title-transition), box-shadow var(--n-tabs-title-transition), text-shadow var(--n-tabs-title-transition), stroke var(--n-tabs-title-transition), stroke-width var(--n-tabs-title-transition), -webkit-text-stroke-width var(--n-tabs-title-transition), -webkit-text-stroke-color var(--n-tabs-title-transition), transform var(--n-tabs-title-transition)
}

.elementor-widget-n-tabs .e-n-tab-title:focus:not(:focus-visible) {
    outline: none
}

.elementor-widget-n-tabs .e-n-tab-title span i,
.elementor-widget-n-tabs .e-n-tab-title span svg {
    transition: color var(--n-tabs-title-transition), fill var(--n-tabs-title-transition)
}

.elementor-widget-n-tabs .e-n-tab-title-text {
    display: flex;
    align-items: center;
    font-size: var(--n-tabs-title-font-size);
    text-align: var(--n-tabs-title-text-align)
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    order: var(--n-tabs-icon-order);
    overflow: hidden
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i {
    font-size: var(--n-tabs-icon-size, var(--n-tabs-title-font-size))
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg {
    width: var(--n-tabs-icon-size, var(--n-tabs-title-font-size));
    height: var(--n-tabs-icon-size, var(--n-tabs-title-font-size))
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty {
    display: none
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] {
    background-color: var(--n-tabs-title-background-color)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false],
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] a {
    color: var(--n-tabs-title-color)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i {
    color: var(--n-tabs-icon-color)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i:last-child,
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg:last-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true],
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] a {
    color: var(--n-tabs-title-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i:first-child,
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg:first-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:active,
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:focus,
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:hover {
    transform: none;
    animation: initial
}

.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover,
.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover a {
    color: var(--n-tabs-title-color-hover)
}

.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-hover)
}

.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-hover)
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover,
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover a {
    color: var(--n-tabs-title-color-active)
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:first-child,
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:first-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:active,
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:focus,
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:hover {
    transform: none;
    animation: initial
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:last-child,
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:last-child {
    transform: none;
    height: auto;
    opacity: 1
}

.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
    background-color: var(--n-tabs-title-background-color-hover);
    background-image: none
}

.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true],
.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=true]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
    background-color: var(--n-tabs-title-background-color-active);
    background-image: none
}

@media (max-width:767px) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile {
        --n-tabs-direction: column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title:not(:first-child) {
        margin-block-start: var(--n-tabs-title-gap)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width:-1) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra {
        --n-tabs-direction: column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title:not(:first-child) {
        margin-block-start: var(--n-tabs-title-gap)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width:1024px) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet {
        --n-tabs-direction: column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title:not(:first-child) {
        margin-block-start: var(--n-tabs-title-gap)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width:-1) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra {
        --n-tabs-direction: column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title:not(:first-child) {
        margin-block-start: var(--n-tabs-title-gap)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width:-1) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop {
        --n-tabs-direction: column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title:not(:first-child) {
        margin-block-start: var(--n-tabs-title-gap)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

.elementor-widget-n-accordion {
    --n-accordion-title-font-size: 20px;
    --n-accordion-title-flex-grow: initial;
    --n-accordion-title-justify-content: initial;
    --n-accordion-title-icon-order: -1;
    --n-accordion-border-width: 1px;
    --n-accordion-border-color: #d5d8dc;
    --n-accordion-border-style: solid;
    --n-accordion-item-title-flex-grow: initial;
    --n-accordion-item-title-space-between: 0px;
    --n-accordion-item-title-distance-from-content: 0px;
    --n-accordion-padding: 10px;
    --n-accordion-border-radius: 0px;
    --n-accordion-icon-size: 15px;
    --n-accordion-title-normal-color: #1f2124;
    --n-accordion-title-hover-color: #1f2124;
    --n-accordion-title-active-color: #1f2124;
    --n-accordion-icon-normal-color: var(--n-accordion-title-normal-color);
    --n-accordion-icon-hover-color: var(--n-accordion-title-hover-color);
    --n-accordion-icon-active-color: var(--n-accordion-title-active-color);
    --n-accordion-icon-gap: 0 10px;
    width: 100%
}

.elementor-widget-n-accordion .e-n-accordion details>summary::-webkit-details-marker {
    display: none
}

.elementor-widget-n-accordion .e-n-accordion-item {
    display: flex;
    flex-direction: column;
    position: relative
}

.elementor-widget-n-accordion .e-n-accordion-item:not(:last-child) {
    margin-block-end: var(--n-accordion-item-title-space-between)
}

.elementor-widget-n-accordion .e-n-accordion-item-title,
:where(.elementor-widget-n-accordion .e-n-accordion-item>.e-con) {
    border: var(--n-accordion-border-width) var(--n-accordion-border-style) var(--n-accordion-border-color)
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: var(--n-accordion-padding);
    justify-content: var(--n-accordion-title-justify-content);
    border-radius: var(--n-accordion-border-radius);
    flex-grow: var(--n-menu-title-flex-grow);
    gap: var(--n-accordion-icon-gap);
    color: var(--n-accordion-title-normal-color);
    align-items: center;
    cursor: pointer
}

.elementor-widget-n-accordion .e-n-accordion-item-title-header {
    display: flex
}

.elementor-widget-n-accordion .e-n-accordion-item-title-header h1,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h2,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h3,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h4,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h5,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h6,
.elementor-widget-n-accordion .e-n-accordion-item-title-header p {
    margin-block-start: 0;
    margin-block-end: 0
}

.elementor-widget-n-accordion .e-n-accordion-item-title-text {
    font-size: var(--n-accordion-title-font-size);
    align-items: center
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    order: var(--n-accordion-title-icon-order);
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span {
    height: var(--n-accordion-icon-size);
    width: auto
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-normal-color);
    font-size: var(--n-accordion-icon-size)
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-normal-color);
    height: var(--n-accordion-icon-size)
}

.elementor-widget-n-accordion .e-n-accordion-item-title>span {
    cursor: pointer
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
    margin-block-end: var(--n-accordion-item-title-distance-from-content);
    color: var(--n-accordion-title-active-color)
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-opened {
    display: flex
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-closed {
    display: none
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-active-color)
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-active-color)
}

.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title {
    color: var(--n-accordion-title-hover-color)
}

.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-hover-color)
}

.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-hover-color)
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-opened {
    display: none
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed {
    display: flex
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-normal-color)
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-normal-color)
}

.elementor-widget-n-accordion .e-n-accordion-item>span {
    cursor: pointer
}

.e-contact-buttons {
    --e-contact-buttons-chat-box-width: 360px;
    --e-contact-buttons-size-small: 55px;
    --e-contact-buttons-size-medium: 65px;
    --e-contact-buttons-size-large: 75px;
    --e-contact-buttons-svg-size-small: 32px;
    --e-contact-buttons-svg-size-medium: 38px;
    --e-contact-buttons-svg-size-large: 42px;
    --e-contact-buttons-profile-image-size-small: 65px;
    --e-contact-buttons-profile-image-size-medium: 75px;
    --e-contact-buttons-profile-image-size-large: 85px;
    --e-contact-buttons-dot: red;
    --e-contact-buttons-dot-size: 16px;
    --e-contact-buttons-profile-dot-bg: #39aa59;
    --e-contact-buttons-border-radius: 20px;
    --e-contact-button-chat-button-animation-delay: 0;
    --e-contact-buttons-icon-size-small: 45px;
    --e-contact-buttons-icon-size-medium: 50px;
    --e-contact-buttons-icon-size-large: 55px;
    --e-contact-buttons-contact-gap: 15px;
    --e-contact-buttons-horizontal-offset: 25px;
    --e-contact-buttons-vertical-offset: 25px;
    --e-contact-buttons-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
    --e-contact-buttons-drop-shadow: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.15));
    --e-contact-buttons-button-bg: #467ff7;
    --e-contact-buttons-button-bg-hover: #1c2448;
    --e-contact-buttons-button-icon: #fff;
    --e-contact-buttons-button-icon-hover: #fff;
    --e-contact-buttons-top-bar-bg: #1c2448;
    --e-contact-buttons-top-bar-title: #fff;
    --e-contact-buttons-top-bar-subtitle: #fff;
    --e-contact-buttons-close-button-color: #fff;
    --e-contact-buttons-active-button-bg: #fff;
    --e-contact-buttons-message-bubble-name: #000;
    --e-contact-buttons-message-bubble-body: #000;
    --e-contact-buttons-message-bubble-time: #000;
    --e-contact-buttons-message-bubble-bubble-bg: #fff;
    --e-contact-buttons-message-bubble-chat-bg: #c8d5dc;
    --e-contact-buttons-send-button-icon: #fff;
    --e-contact-buttons-send-button-bg: #467ff7;
    --e-contact-buttons-send-button-icon-hover: #fff;
    --e-contact-buttons-send-button-bg-hover: #1c2448;
    --e-contact-buttons-chat-box-bg: #fff;
    --e-contact-buttons-contact-button-icon: #fff;
    --e-contact-buttons-contact-button-icon-hover: #fff;
    --e-contact-buttons-contact-button-bg: #467ff7;
    --e-contact-buttons-contact-button-bg-hover: #1c2448;
    --e-contact-buttons-tooltip-text: #1c2448;
    --e-contact-buttons-tooltip-bg: #fff;
    --e-contact-buttons-contact-title-text-color: #1c2448;
    --e-contact-buttons-contact-description-text-color: #1c2448;
    display: flex;
    flex-direction: column;
    gap: 20px;
    pointer-events: none;
    position: fixed;
    width: var(--e-contact-buttons-chat-box-width);
    z-index: 10000
}

@media (max-width:767px) {
    .e-contact-buttons {
        inset-inline-end: 0;
        width: 90vw
    }
}

.e-contact-buttons.has-h-alignment-start {
    justify-content: flex-start;
    inset-inline-start: var(--e-contact-buttons-horizontal-offset)
}

@media (max-width:767px) {
    .e-contact-buttons.has-h-alignment-start {
        inset-inline-start: 0
    }
}

.e-contact-buttons.has-h-alignment-start .e-contact-buttons__chat-button-container {
    justify-content: flex-start;
    padding-inline-start: 20px;
    padding-inline-end: 0
}

@media (max-width:767px) {
    .e-contact-buttons.has-h-alignment-start .e-contact-buttons__chat-button-container {
        inset-inline-end: unset;
        inset-inline-start: var(--e-contact-buttons-horizontal-offset)
    }
}

.e-contact-buttons.has-h-alignment-end {
    align-items: flex-end;
    justify-content: flex-end;
    inset-inline-end: var(--e-contact-buttons-horizontal-offset)
}

.e-contact-buttons.has-h-alignment-end .e-contact-buttons__chat-button-container {
    justify-content: flex-end;
    inset-inline-end: var(--e-contact-buttons-horizontal-offset);
    padding-inline-end: 20px
}

@media (max-width:767px) {
    .e-contact-buttons.has-h-alignment-end .e-contact-buttons__chat-button-container {
        inset-inline-end: unset
    }
}

.e-contact-buttons.has-h-alignment-center {
    inset-inline-start: 50%;
    justify-content: center;
    transform: translateX(-50%)
}

.e-contact-buttons.has-h-alignment-center .e-contact-buttons__chat-button-container {
    justify-content: center;
    padding-inline: 0
}

.e-contact-buttons.has-h-alignment-center .e-contact-buttons__content-wrapper {
    inset-inline-end: calc(var(--e-contact-buttons-chat-box-width) / 2 - 40px);
    position: relative
}

.e-contact-buttons.has-v-alignment-top {
    top: var(--e-contact-buttons-vertical-offset)
}

.e-contact-buttons.has-v-alignment-top .e-contact-buttons__content-wrapper {
    order: 2
}

.e-contact-buttons.has-v-alignment-top .e-contact-buttons__chat-button-container {
    order: 1
}

.e-contact-buttons.has-v-alignment-middle {
    align-items: center;
    flex-direction: row;
    top: 50%;
    transform: translateY(-50%)
}

.e-contact-buttons.has-v-alignment-middle .e-contact-buttons__chat-button-container {
    padding-inline: 0
}

.e-contact-buttons.has-v-alignment-middle.has-h-alignment-start .e-contact-buttons__content-wrapper {
    order: 2
}

.e-contact-buttons.has-v-alignment-middle.has-h-alignment-start .e-contact-buttons__chat-button-container {
    order: 1;
    padding-inline: 0
}

.e-contact-buttons.has-h-alignment-center.has-v-alignment-middle {
    flex-direction: column;
    transform: translate(-50%, -50%)
}

.e-contact-buttons.has-v-alignment-bottom {
    bottom: var(--e-contact-buttons-vertical-offset)
}

.e-contact-buttons.has-platform-whatsapp {
    --e-contact-buttons-button-bg: #25d366;
    --e-contact-buttons-button-bg-hover: #075e54;
    --e-contact-buttons-button-icon: #fff;
    --e-contact-buttons-button-icon-hover: #fff;
    --e-contact-buttons-top-bar-bg: #075e54;
    --e-contact-buttons-top-bar-title: #fff;
    --e-contact-buttons-top-bar-subtitle: #fff;
    --e-contact-buttons-close-button-color: #fff;
    --e-contact-buttons-message-bubble-body: #000;
    --e-contact-buttons-message-bubble-time: #000;
    --e-contact-buttons-message-bubble-name: #000;
    --e-contact-buttons-message-bubble-bubble-bg: #fff;
    --e-contact-buttons-message-bubble-chat-bg: #ece5dd;
    --e-contact-buttons-send-button-icon: #fff;
    --e-contact-buttons-send-button-bg: #25d366;
    --e-contact-buttons-send-button-icon-hover: #fff;
    --e-contact-buttons-send-button-bg-hover: #075e54;
    --e-contact-buttons-chat-box-bg: #fff
}

.e-contact-buttons.has-platform-skype {
    --e-contact-buttons-button-bg: #00aff0;
    --e-contact-buttons-button-bg-hover: #0d72cf;
    --e-contact-buttons-button-icon: #fff;
    --e-contact-buttons-button-icon-hover: #fff;
    --e-contact-buttons-top-bar-bg: #0d72cf;
    --e-contact-buttons-top-bar-title: #fff;
    --e-contact-buttons-top-bar-subtitle: #fff;
    --e-contact-buttons-close-button-color: #fff;
    --e-contact-buttons-message-bubble-body: #000;
    --e-contact-buttons-message-bubble-time: #000;
    --e-contact-buttons-message-bubble-name: #000;
    --e-contact-buttons-message-bubble-bubble-bg: #fff;
    --e-contact-buttons-message-bubble-chat-bg: #cdf7ff;
    --e-contact-buttons-send-button-icon: #fff;
    --e-contact-buttons-send-button-bg: #00aff0;
    --e-contact-buttons-send-button-icon-hover: #fff;
    --e-contact-buttons-send-button-bg-hover: #0d72cf;
    --e-contact-buttons-chat-box-bg: #fff
}

.e-contact-buttons.has-platform-messenger {
    --e-contact-buttons-button-bg: #168aff;
    --e-contact-buttons-button-bg-hover: #168aff;
    --e-contact-buttons-button-icon: #fff;
    --e-contact-buttons-button-icon-hover: #fff;
    --e-contact-buttons-top-bar-bg: #168aff;
    --e-contact-buttons-top-bar-title: #fff;
    --e-contact-buttons-top-bar-subtitle: #fff;
    --e-contact-buttons-close-button-color: #fff;
    --e-contact-buttons-message-bubble-body: #000;
    --e-contact-buttons-message-bubble-time: #000;
    --e-contact-buttons-message-bubble-name: #000;
    --e-contact-buttons-message-bubble-bubble-bg: #fff;
    --e-contact-buttons-message-bubble-chat-bg: #f0f0f0;
    --e-contact-buttons-send-button-icon: #fff;
    --e-contact-buttons-send-button-bg: #168aff;
    --e-contact-buttons-send-button-icon-hover: #fff;
    --e-contact-buttons-send-button-bg-hover: #168aff;
    --e-contact-buttons-chat-box-bg: #fff
}

.e-contact-buttons.has-platform-viber {
    --e-contact-buttons-button-bg: #7360f2;
    --e-contact-buttons-button-bg-hover: #4e4879;
    --e-contact-buttons-button-icon: #fff;
    --e-contact-buttons-button-icon-hover: #fff;
    --e-contact-buttons-top-bar-bg: #4e4879;
    --e-contact-buttons-top-bar-title: #fff;
    --e-contact-buttons-top-bar-subtitle: #fff;
    --e-contact-buttons-close-button-color: #fff;
    --e-contact-buttons-message-bubble-body: #000;
    --e-contact-buttons-message-bubble-time: #000;
    --e-contact-buttons-message-bubble-name: #000;
    --e-contact-buttons-message-bubble-bubble-bg: #fff;
    --e-contact-buttons-message-bubble-chat-bg: #e5e1ff;
    --e-contact-buttons-send-button-icon: #fff;
    --e-contact-buttons-send-button-bg: #7360f2;
    --e-contact-buttons-send-button-icon-hover: #fff;
    --e-contact-buttons-send-button-bg-hover: #4e4879;
    --e-contact-buttons-chat-box-bg: #fff
}

.e-contact-buttons.has-platform-waze {
    --e-contact-buttons-button-bg: #3cf;
    --e-contact-buttons-button-bg-hover: #09f;
    --e-contact-buttons-button-icon: #fff;
    --e-contact-buttons-button-icon-hover: #fff;
    --e-contact-buttons-top-bar-bg: #09f;
    --e-contact-buttons-top-bar-title: #fff;
    --e-contact-buttons-top-bar-subtitle: #fff;
    --e-contact-buttons-close-button-color: #fff;
    --e-contact-buttons-message-bubble-body: #000;
    --e-contact-buttons-message-bubble-time: #000;
    --e-contact-buttons-message-bubble-name: #000;
    --e-contact-buttons-message-bubble-bubble-bg: #fff;
    --e-contact-buttons-message-bubble-chat-bg: #ece5dd;
    --e-contact-buttons-send-button-icon: #fff;
    --e-contact-buttons-send-button-bg: #3cf;
    --e-contact-buttons-send-button-icon-hover: #fff;
    --e-contact-buttons-send-button-bg-hover: #09f;
    --e-contact-buttons-chat-box-bg: #fff
}

.e-contact-buttons.has-corners-rounded {
    --e-contact-buttons-border-radius: 20px
}

.e-contact-buttons.has-corners-round {
    --e-contact-buttons-border-radius: 50px
}

.e-contact-buttons.has-corners-sharp {
    --e-contact-buttons-border-radius: 0
}

.e-contact-buttons:not(.has-animations) .e-contact-buttons__content-wrapper.hidden {
    display: none
}

.e-contact-buttons.has-animations .e-contact-buttons__content-wrapper.hidden {
    display: block;
    visibility: hidden;
    transition: 1s
}

.e-contact-buttons.has-animations .e-contact-buttons__content-wrapper.animated-wrapper {
    visibility: hidden;
    opacity: 0;
    transform: none;
    animation: e-contact-buttons-close 1s
}

.e-contact-buttons__chat-button-shadow,
.e-contact-buttons__contact-box-shadow,
.e-contact-buttons__contact-box-shadow:is(a),
.e-contact-buttons__content {
    box-shadow: var(--e-contact-buttons-box-shadow)
}

.e-contact-buttons__chat-button-drop-shadow {
    filter: var(--e-contact-buttons-drop-shadow)
}

.e-contact-buttons__content {
    border-radius: var(--e-contact-buttons-border-radius);
    font-family: var(--e-global-typography-text-font-family, "Poppins"), Sans-serif;
    overflow: hidden
}

.e-contact-buttons__top-bar {
    align-items: center;
    background-color: var(--e-contact-buttons-top-bar-bg);
    display: flex;
    gap: 20px;
    padding: 20px;
    position: relative
}

.e-contact-buttons__top-bar-title {
    color: var(--e-contact-buttons-top-bar-title);
    font-size: 24px;
    font-weight: 700;
    margin-block-end: 0
}

.e-contact-buttons__top-bar-subtitle {
    color: var(--e-contact-buttons-top-bar-subtitle);
    font-size: 20px;
    margin-block-end: 0
}

.e-contact-buttons__profile-image {
    align-items: center;
    display: flex;
    position: relative
}

.e-contact-buttons__profile-image img {
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.e-contact-buttons__profile-image.has-size-small img {
    height: var(--e-contact-buttons-profile-image-size-small);
    width: var(--e-contact-buttons-profile-image-size-small)
}

.e-contact-buttons__profile-image.has-size-medium img {
    height: var(--e-contact-buttons-profile-image-size-medium);
    width: var(--e-contact-buttons-profile-image-size-medium)
}

.e-contact-buttons__profile-image.has-size-large img {
    height: var(--e-contact-buttons-profile-image-size-large);
    width: var(--e-contact-buttons-profile-image-size-large)
}

.e-contact-buttons__profile-image.has-dot:after {
    background-color: var(--e-contact-buttons-profile-dot-bg);
    border: 3px solid var(--e-contact-buttons-top-bar-bg);
    border-radius: 50%;
    bottom: 5px;
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    width: 20px
}

.e-contact-buttons__close-button,
.e-contact-buttons__close-button[type=button] {
    background: none;
    border: 0;
    color: var(--e-contact-buttons-close-button-color);
    padding: 0;
    position: absolute;
    inset-inline-end: 20px;
    top: 20px
}

.e-contact-buttons__close-button:focus,
.e-contact-buttons__close-button:hover,
.e-contact-buttons__close-button[type=button]:focus,
.e-contact-buttons__close-button[type=button]:hover {
    background: none;
    border: 0;
    color: var(--e-contact-buttons-close-button-color)
}

.e-contact-buttons__chat-button-container,
.e-contact-buttons__contact-icon-link,
.e-contact-buttons__content-wrapper {
    pointer-events: auto
}

.e-contact-buttons__chat-button-container {
    display: flex;
    max-width: -moz-max-content;
    max-width: max-content
}

@media (max-width:767px) {
    .e-contact-buttons__chat-button-container {
        position: relative
    }
}

.e-contact-buttons__chat-button,
.e-contact-buttons__chat-button[type=button] {
    align-items: center;
    background-color: var(--e-contact-buttons-button-bg);
    border-radius: 50%;
    border: 0;
    color: var(--e-contact-buttons-button-icon);
    display: flex;
    justify-content: center;
    padding: 0;
    position: relative;
    transition: all .3s
}

.e-contact-buttons__chat-button[type=button] svg,
.e-contact-buttons__chat-button svg {
    fill: var(--e-contact-buttons-button-icon)
}

.e-contact-buttons__chat-button:focus,
.e-contact-buttons__chat-button:hover,
.e-contact-buttons__chat-button[type=button]:focus,
.e-contact-buttons__chat-button[type=button]:hover {
    background-color: var(--e-contact-buttons-button-bg-hover);
    color: var(--e-contact-buttons-button-icon-hover);
    transition: all .3s
}

.e-contact-buttons__chat-button:focus svg,
.e-contact-buttons__chat-button:hover svg,
.e-contact-buttons__chat-button[type=button]:focus svg,
.e-contact-buttons__chat-button[type=button]:hover svg {
    fill: var(--e-contact-buttons-button-icon-hover)
}

.e-contact-buttons__chat-button.has-dot:after,
.e-contact-buttons__chat-button[type=button].has-dot:after {
    background-color: var(--e-contact-buttons-dot);
    border-radius: 50%;
    content: "";
    height: var(--e-contact-buttons-dot-size);
    position: absolute;
    right: 0;
    top: 0;
    width: var(--e-contact-buttons-dot-size)
}

.e-contact-buttons__chat-button.has-size-small,
.e-contact-buttons__chat-button[type=button].has-size-small {
    height: var(--e-contact-buttons-size-small);
    width: var(--e-contact-buttons-size-small)
}

.e-contact-buttons__chat-button.has-size-small svg,
.e-contact-buttons__chat-button[type=button].has-size-small svg {
    height: var(--e-contact-buttons-svg-size-small);
    width: var(--e-contact-buttons-svg-size-small)
}

.e-contact-buttons__chat-button.has-size-small i,
.e-contact-buttons__chat-button[type=button].has-size-small i {
    font-size: var(--e-contact-buttons-svg-size-small)
}

.e-contact-buttons__chat-button.has-size-medium,
.e-contact-buttons__chat-button[type=button].has-size-medium {
    height: var(--e-contact-buttons-size-medium);
    width: var(--e-contact-buttons-size-medium)
}

.e-contact-buttons__chat-button.has-size-medium svg,
.e-contact-buttons__chat-button[type=button].has-size-medium svg {
    height: var(--e-contact-buttons-svg-size-medium);
    width: var(--e-contact-buttons-svg-size-medium)
}

.e-contact-buttons__chat-button.has-size-medium i,
.e-contact-buttons__chat-button[type=button].has-size-medium i {
    font-size: var(--e-contact-buttons-svg-size-medium)
}

.e-contact-buttons__chat-button.has-size-large,
.e-contact-buttons__chat-button[type=button].has-size-large {
    height: var(--e-contact-buttons-size-large);
    width: var(--e-contact-buttons-size-large)
}

.e-contact-buttons__chat-button.has-size-large svg,
.e-contact-buttons__chat-button[type=button].has-size-large svg {
    height: var(--e-contact-buttons-svg-size-large);
    width: var(--e-contact-buttons-svg-size-large)
}

.e-contact-buttons__chat-button.has-size-large i,
.e-contact-buttons__chat-button[type=button].has-size-large i {
    font-size: var(--e-contact-buttons-svg-size-large)
}

.e-contact-buttons__chat-button.has-entrance-animation-delay,
.e-contact-buttons__chat-button[type=button].has-entrance-animation-delay {
    animation-delay: var(--e-contact-button-chat-button-animation-delay)
}

.e-contact-buttons__chat-button.has-entrance-animation-duration-slow,
.e-contact-buttons__chat-button[type=button].has-entrance-animation-duration-slow {
    animation-duration: 2s
}

.e-contact-buttons__chat-button.has-entrance-animation-duration-normal,
.e-contact-buttons__chat-button[type=button].has-entrance-animation-duration-normal {
    animation-duration: 1s
}

.e-contact-buttons__chat-button.has-entrance-animation-duration-fast,
.e-contact-buttons__chat-button[type=button].has-entrance-animation-duration-fast {
    animation-duration: .8s
}

.e-contact-buttons__chat-button.has-entrance-animation,
.e-contact-buttons__chat-button[type=button].has-entrance-animation {
    opacity: 0
}

.e-contact-buttons__chat-button.visible,
.e-contact-buttons__chat-button[type=button].visible {
    opacity: 1
}

.e-contact-buttons__message-bubble {
    background-color: var(--e-contact-buttons-message-bubble-chat-bg);
    padding: 25px 20px;
    padding-inline-start: 40px
}

.e-contact-buttons__message-bubble.has-typing-animation .e-contact-buttons__bubble-container {
    height: 0;
    opacity: 0;
    visibility: hidden
}

.e-contact-buttons__bubble {
    background-color: var(--e-contact-buttons-message-bubble-bubble-bg);
    border-radius: 15px;
    padding: 20px;
    position: relative
}

.e-contact-buttons__bubble:after {
    border-style: solid;
    border-inline-start-width: 0;
    border-inline-end-width: 40px;
    border-block-start-width: 0;
    border-block-end-width: 40px;
    border-inline-start-color: transparent;
    border-inline-end-color: var(--e-contact-buttons-message-bubble-bubble-bg);
    border-block-start-color: transparent;
    border-block-end-color: transparent;
    content: "";
    height: 0;
    position: absolute;
    inset-inline-start: -20px;
    top: 0;
    width: 0
}

.e-contact-buttons__message-bubble-name {
    color: var(--e-contact-buttons-message-bubble-name);
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin-block-end: 8px
}

.e-contact-buttons__message-bubble-body {
    color: var(--e-contact-buttons-message-bubble-body);
    font-size: 20px;
    line-height: 25px;
    margin-block-end: 8px
}

.e-contact-buttons__message-bubble-time {
    color: var(--e-contact-buttons-message-bubble-time);
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin-block-end: 0;
    text-align: end
}

.e-contact-buttons__powered-container {
    text-align: center
}

.e-contact-buttons__powered-text {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-block-end: 12px
}

.e-contact-buttons__dots-container {
    background-color: var(--e-contact-buttons-message-bubble-bubble-bg);
    border-radius: 15px;
    display: inline-flex;
    padding: 10px 12px
}

.e-contact-buttons__dot {
    animation: e-contact-buttons-typing-jump 1s infinite;
    background-color: var(--e-contact-buttons-message-bubble-name);
    border-radius: 50%;
    display: inline-block;
    height: 7px;
    margin-left: auto;
    margin-right: 3px;
    position: relative;
    width: 7px
}

.e-contact-buttons__dot-1 {
    animation-delay: .2s
}

.e-contact-buttons__dot-2 {
    animation-delay: .4s
}

.e-contact-buttons__dot-3 {
    animation-delay: .6s
}

.e-contact-buttons__send-button {
    background-color: var(--e-contact-buttons-chat-box-bg);
    padding: 12px 20px 20px
}

.e-contact-buttons__send-button .e-contact-buttons__send-cta {
    color: var(--e-contact-buttons-send-button-icon)
}

.e-contact-buttons__send-button .e-contact-buttons__send-cta:focus,
.e-contact-buttons__send-button .e-contact-buttons__send-cta:hover {
    color: var(--e-contact-buttons-send-button-icon-hover)
}

.e-contact-buttons__send-cta {
    align-items: center;
    background-color: var(--e-contact-buttons-send-button-bg);
    border-radius: 30px;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    gap: 8px;
    justify-content: center;
    padding: 10px;
    text-align: center;
    transition: all .3s;
    width: 100%
}

.e-contact-buttons__send-cta svg {
    fill: var(--e-contact-buttons-send-button-icon);
    height: 28px;
    width: 28px
}

.e-contact-buttons__send-cta:focus,
.e-contact-buttons__send-cta:hover {
    background-color: var(--e-contact-buttons-send-button-bg-hover);
    transition: all .3s
}

.e-contact-buttons__send-cta:focus svg,
.e-contact-buttons__send-cta:hover svg {
    fill: var(--e-contact-buttons-send-button-icon-hover)
}

.e-contact-buttons__content.visible .e-contact-buttons__message-bubble.has-typing-animation .e-contact-buttons__dots-container {
    animation-delay: 0;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: e-contact-buttons-disappear
}

.e-contact-buttons__content.visible .e-contact-buttons__message-bubble.has-typing-animation .e-contact-buttons__bubble-container {
    animation-delay: 2s;
    animation-duration: .1s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: e-contact-buttons-appear
}

.elementor-location-floating_buttons .e-con-inner {
    padding: 0
}

@keyframes e-contact-buttons-typing-jump {
    0% {
        bottom: 0
    }

    20% {
        bottom: 5px
    }

    40% {
        bottom: 0
    }
}

@keyframes e-contact-buttons-appear {
    0% {
        height: 0;
        opacity: 0;
        visibility: hidden
    }

    to {
        height: auto;
        opacity: 1;
        visibility: visible
    }
}

@keyframes e-contact-buttons-disappear {
    0% {
        display: inline-flex
    }

    to {
        display: none
    }
}

@keyframes e-contact-buttons-close {

    0%,
    99.99% {
        visibility: visible;
        opacity: 1
    }

    to {
        visibility: hidden;
        opacity: 0;
        transform: none
    }
}

.e-contact-buttons-var-1 {
    --e-contact-buttons-button-bg: #324a6d;
    --e-contact-buttons-button-bg-hover: #1c2448;
    --e-contact-buttons-top-bar-bg: #324a6d;
    --e-contact-buttons-message-bubble-name: #1c2448;
    --e-contact-buttons-message-bubble-body: #1c2448;
    --e-contact-buttons-message-bubble-time: #1c2448;
    --e-contact-buttons-message-bubble-bubble-bg: #c8d5dc;
    --e-contact-buttons-message-bubble-chat-bg: #fff;
    --e-contact-buttons-contact-text: #1c2448;
    --e-contact-buttons-var-1-size-small: 26px;
    --e-contact-buttons-var-1-size-medium: 28px;
    --e-contact-buttons-var-1-size-large: 32px
}

.e-contact-buttons-var-1 .e-contact-buttons__contact {
    align-items: center;
    background-color: var(--e-contact-buttons-chat-box-bg);
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    padding: 0 20px 20px
}

.e-contact-buttons-var-1 .e-contact-buttons__message-bubble {
    background-color: var(--e-contact-buttons-chat-box-bg);
    padding: 20px;
    padding-inline-start: 40px
}

.e-contact-buttons-var-1 .e-contact-buttons__contact-text {
    color: var(--e-contact-buttons-contact-text);
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0
}

.e-contact-buttons-var-1 .e-contact-buttons__contact-links {
    display: flex;
    gap: 12px
}

.e-contact-buttons-var-1 .e-contact-buttons__contact-icon-link {
    align-items: center;
    background-color: var(--e-contact-buttons-contact-button-bg);
    border-radius: 50px;
    color: var(--e-contact-buttons-contact-button-icon);
    display: inline-flex;
    justify-content: center;
    transition: all .3s
}

.e-contact-buttons-var-1 .e-contact-buttons__contact-icon-link svg {
    fill: var(--e-contact-buttons-contact-button-icon)
}

.e-contact-buttons-var-1 .e-contact-buttons__contact-icon-link:focus,
.e-contact-buttons-var-1 .e-contact-buttons__contact-icon-link:hover {
    background-color: var(--e-contact-buttons-contact-button-bg-hover);
    color: var(--e-contact-buttons-contact-button-icon-hover);
    transition: all .3s
}

.e-contact-buttons-var-1 .e-contact-buttons__contact-icon-link:focus svg,
.e-contact-buttons-var-1 .e-contact-buttons__contact-icon-link:hover svg {
    fill: var(--e-contact-buttons-contact-button-icon-hover)
}

.e-contact-buttons-var-1 .e-contact-buttons__contact-icon-link.has-size-small {
    height: var(--e-contact-buttons-icon-size-small);
    width: var(--e-contact-buttons-icon-size-small)
}

.e-contact-buttons-var-1 .e-contact-buttons__contact-icon-link.has-size-small svg {
    height: var(--e-contact-buttons-var-1-size-small);
    width: var(--e-contact-buttons-var-1-size-small)
}

.e-contact-buttons-var-1 .e-contact-buttons__contact-icon-link.has-size-small i {
    font-size: var(--e-contact-buttons-var-1-size-small)
}

.e-contact-buttons-var-1 .e-contact-buttons__contact-icon-link.has-size-medium {
    height: var(--e-contact-buttons-icon-size-medium);
    width: var(--e-contact-buttons-icon-size-medium)
}

.e-contact-buttons-var-1 .e-contact-buttons__contact-icon-link.has-size-medium svg {
    height: var(--e-contact-buttons-var-1-size-medium);
    width: var(--e-contact-buttons-var-1-size-medium)
}

.e-contact-buttons-var-1 .e-contact-buttons__contact-icon-link.has-size-medium i {
    font-size: var(--e-contact-buttons-var-1-size-medium)
}

.e-contact-buttons-var-1 .e-contact-buttons__contact-icon-link.has-size-large {
    height: var(--e-contact-buttons-icon-size-large);
    width: var(--e-contact-buttons-icon-size-large)
}

.e-contact-buttons-var-1 .e-contact-buttons__contact-icon-link.has-size-large svg {
    height: var(--e-contact-buttons-var-1-size-large);
    width: var(--e-contact-buttons-var-1-size-large)
}

.e-contact-buttons-var-1 .e-contact-buttons__contact-icon-link.has-size-large i {
    font-size: var(--e-contact-buttons-var-1-size-large)
}

.e-contact-buttons-var-3 {
    --e-contact-buttons-size-small: 48px;
    --e-contact-buttons-size-medium: 56px;
    --e-contact-buttons-size-large: 64px;
    --e-contact-buttons-svg-size-small: 24px;
    --e-contact-buttons-svg-size-medium: 28px;
    --e-contact-buttons-svg-size-large: 32px;
    --e-contact-buttons-icon-link-gap: 12px;
    --e-contact-buttons-icon-link-spacing: 8px;
    --e-contact-buttons-icon-link-divider-weight: 1px;
    --e-contact-buttons-send-button-padding-block-end: 8px;
    --e-contact-buttons-send-button-padding-block-start: 8px;
    --e-contact-buttons-send-button-padding-inline-end: 16px;
    --e-contact-buttons-send-button-padding-inline-start: 16px;
    --e-contact-buttons-chat-box-padding-block-end: 16px;
    --e-contact-buttons-chat-box-padding-block-start: 16px;
    --e-contact-buttons-chat-box-padding-inline-end: 16px;
    --e-contact-buttons-chat-box-padding-inline-start: 16px;
    --e-contact-buttons-button-bg: #324a6d;
    --e-contact-buttons-button-bg-hover: #1c2448;
    --e-contact-buttons-active-button-bg: #f3f5f8;
    --e-contact-buttons-active-button-color: #1c2448;
    --e-contact-buttons-close-button-color: #1c2448;
    --e-contact-buttons-top-bar-title: #1c2448;
    --e-contact-buttons-icon-link-text-color: #1c2448;
    --e-contact-buttons-icon-link-text-color-hover: #324a6d;
    --e-contact-buttons-icon-link-divider-color: #324a6d;
    --e-contact-buttons-send-button-text: #fff;
    --e-contact-buttons-send-button-text-hover: #fff;
    --e-contact-buttons-send-button-bg: #467ff7;
    --e-contact-buttons-send-button-bg-hover: #324a6d;
    width: auto
}

.e-contact-buttons-var-3.has-h-alignment-center .e-contact-buttons__content-wrapper {
    inset-inline-end: 40px
}

.e-contact-buttons-var-3 .e-contact-buttons__chat-buttons-container {
    display: flex
}

.e-contact-buttons-var-3 .e-contact-buttons__chat-button[aria-expanded=true],
.e-contact-buttons-var-3 .e-contact-buttons__chat-button[type=button][aria-expanded=true] {
    background-color: var(--e-contact-buttons-active-button-bg);
    color: var(--e-contact-buttons-active-button-color)
}

.e-contact-buttons-var-3 .e-contact-buttons__chat-button[aria-expanded=true] svg,
.e-contact-buttons-var-3 .e-contact-buttons__chat-button[type=button][aria-expanded=true] svg {
    fill: var(--e-contact-buttons-active-button-color)
}

.e-contact-buttons-var-3 .e-contact-buttons__chat-button.has-size-small,
.e-contact-buttons-var-3 .e-contact-buttons__chat-button[type=button].has-size-small,
.e-contact-buttons-var-3 .e-contact-buttons__close-button.has-size-small,
.e-contact-buttons-var-3 .e-contact-buttons__close-button[type=button].has-size-small {
    height: var(--e-contact-buttons-size-small);
    width: var(--e-contact-buttons-size-small)
}

.e-contact-buttons-var-3 .e-contact-buttons__chat-button.has-size-small svg,
.e-contact-buttons-var-3 .e-contact-buttons__chat-button[type=button].has-size-small svg,
.e-contact-buttons-var-3 .e-contact-buttons__close-button.has-size-small svg,
.e-contact-buttons-var-3 .e-contact-buttons__close-button[type=button].has-size-small svg {
    height: var(--e-contact-buttons-svg-size-small);
    width: var(--e-contact-buttons-svg-size-small)
}

.e-contact-buttons-var-3 .e-contact-buttons__chat-button.has-size-small i,
.e-contact-buttons-var-3 .e-contact-buttons__chat-button[type=button].has-size-small i,
.e-contact-buttons-var-3 .e-contact-buttons__close-button.has-size-small i,
.e-contact-buttons-var-3 .e-contact-buttons__close-button[type=button].has-size-small i {
    font-size: var(--e-contact-buttons-svg-size-small)
}

.e-contact-buttons-var-3 .e-contact-buttons__chat-button.has-size-medium,
.e-contact-buttons-var-3 .e-contact-buttons__chat-button[type=button].has-size-medium,
.e-contact-buttons-var-3 .e-contact-buttons__close-button.has-size-medium,
.e-contact-buttons-var-3 .e-contact-buttons__close-button[type=button].has-size-medium {
    height: var(--e-contact-buttons-size-medium);
    width: var(--e-contact-buttons-size-medium)
}

.e-contact-buttons-var-3 .e-contact-buttons__chat-button.has-size-medium svg,
.e-contact-buttons-var-3 .e-contact-buttons__chat-button[type=button].has-size-medium svg,
.e-contact-buttons-var-3 .e-contact-buttons__close-button.has-size-medium svg,
.e-contact-buttons-var-3 .e-contact-buttons__close-button[type=button].has-size-medium svg {
    height: var(--e-contact-buttons-svg-size-medium);
    width: var(--e-contact-buttons-svg-size-medium)
}

.e-contact-buttons-var-3 .e-contact-buttons__chat-button.has-size-medium i,
.e-contact-buttons-var-3 .e-contact-buttons__chat-button[type=button].has-size-medium i,
.e-contact-buttons-var-3 .e-contact-buttons__close-button.has-size-medium i,
.e-contact-buttons-var-3 .e-contact-buttons__close-button[type=button].has-size-medium i {
    font-size: var(--e-contact-buttons-svg-size-medium)
}

.e-contact-buttons-var-3 .e-contact-buttons__chat-button.has-size-large,
.e-contact-buttons-var-3 .e-contact-buttons__chat-button[type=button].has-size-large,
.e-contact-buttons-var-3 .e-contact-buttons__close-button.has-size-large,
.e-contact-buttons-var-3 .e-contact-buttons__close-button[type=button].has-size-large {
    height: var(--e-contact-buttons-size-large);
    width: var(--e-contact-buttons-size-large)
}

.e-contact-buttons-var-3 .e-contact-buttons__chat-button.has-size-large svg,
.e-contact-buttons-var-3 .e-contact-buttons__chat-button[type=button].has-size-large svg,
.e-contact-buttons-var-3 .e-contact-buttons__close-button.has-size-large svg,
.e-contact-buttons-var-3 .e-contact-buttons__close-button[type=button].has-size-large svg {
    height: var(--e-contact-buttons-svg-size-large);
    width: var(--e-contact-buttons-svg-size-large)
}

.e-contact-buttons-var-3 .e-contact-buttons__chat-button.has-size-large i,
.e-contact-buttons-var-3 .e-contact-buttons__chat-button[type=button].has-size-large i,
.e-contact-buttons-var-3 .e-contact-buttons__close-button.has-size-large i,
.e-contact-buttons-var-3 .e-contact-buttons__close-button[type=button].has-size-large i {
    font-size: var(--e-contact-buttons-svg-size-large)
}

.e-contact-buttons-var-3 .e-contact-buttons__content {
    background-color: var(--e-contact-buttons-chat-box-bg);
    padding-block-start: var(--e-contact-buttons-chat-box-padding-block-start);
    padding-block-end: var(--e-contact-buttons-chat-box-padding-block-end);
    padding-inline-start: var(--e-contact-buttons-chat-box-padding-inline-start);
    padding-inline-end: var(--e-contact-buttons-chat-box-padding-inline-end)
}

.e-contact-buttons-var-3 .e-contact-buttons__top-bar {
    background-color: var(--e-contact-buttons-chat-box-bg);
    padding: 0 20px 20px 0;
    position: relative
}

.e-contact-buttons-var-3 .e-contact-buttons__top-bar .e-contact-buttons__close-button {
    background: none;
    border: 0;
    color: var(--e-contact-buttons-close-button-color);
    display: flex;
    padding: 0;
    position: absolute;
    inset-inline-end: 0;
    top: 0
}

.e-contact-buttons-var-3 .e-contact-buttons__top-bar .e-contact-buttons__close-button:focus,
.e-contact-buttons-var-3 .e-contact-buttons__top-bar .e-contact-buttons__close-button:hover {
    background: none;
    border: 0;
    color: var(--e-contact-buttons-close-button-color)
}

.e-contact-buttons-var-3 .e-contact-buttons__top-bar-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px
}

.e-contact-buttons-var-3 .e-contact-buttons__links {
    background-color: var(--e-contact-buttons-chat-box-bg);
    display: flex;
    flex-direction: column;
    padding-inline: 16px;
    padding-block-end: 20px
}

.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link,
.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:not([href]):not([tabindex]) {
    color: var(--e-contact-buttons-icon-link-text-color);
    display: flex;
    flex-direction: row;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    gap: var(--e-contact-buttons-icon-link-gap);
    margin-block-end: var(--e-contact-buttons-icon-link-spacing)
}

.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:last-of-type,
.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:not([href]):not([tabindex]):last-of-type {
    margin-block-end: 0
}

.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:not([href]):not([tabindex]) svg,
.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link svg {
    fill: var(--e-contact-buttons-icon-link-text-color);
    height: 1em;
    width: 1em
}

.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:focus,
.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:hover,
.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:not([href]):not([tabindex]):focus,
.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:not([href]):not([tabindex]):hover {
    color: var(--e-contact-buttons-icon-link-text-color-hover)
}

.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:focus svg,
.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:hover svg,
.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:not([href]):not([tabindex]):focus svg,
.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:not([href]):not([tabindex]):hover svg {
    fill: var(--e-contact-buttons-icon-link-text-color-hover)
}

.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link.has-icon-position-start .e-contact-buttons__contact-icon-container,
.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:not([href]):not([tabindex]).has-icon-position-start .e-contact-buttons__contact-icon-container {
    order: 1
}

.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link.has-icon-position-start .e-contact-buttons__contact-tooltip,
.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:not([href]):not([tabindex]).has-icon-position-start .e-contact-buttons__contact-tooltip {
    order: 2
}

.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link.has-icon-position-end .e-contact-buttons__contact-icon-container,
.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:not([href]):not([tabindex]).has-icon-position-end .e-contact-buttons__contact-icon-container {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    order: 2
}

.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link.has-icon-position-end .e-contact-buttons__contact-tooltip,
.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:not([href]):not([tabindex]).has-icon-position-end .e-contact-buttons__contact-tooltip {
    order: 1
}

.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link.has-dividers,
.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:not([href]):not([tabindex]).has-dividers {
    padding-block-end: var(--e-contact-buttons-icon-link-spacing);
    position: relative
}

.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link.has-dividers:after,
.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:not([href]):not([tabindex]).has-dividers:after {
    background-color: var(--e-contact-buttons-icon-link-divider-color);
    bottom: 0;
    content: "";
    display: block;
    height: var(--e-contact-buttons-icon-link-divider-weight);
    position: absolute;
    left: 0;
    width: 100%
}

.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link.has-dividers:last-of-type,
.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:not([href]):not([tabindex]).has-dividers:last-of-type {
    padding-block-end: 0
}

.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link.has-dividers:last-of-type:after,
.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-link:not([href]):not([tabindex]).has-dividers:last-of-type:after {
    display: none
}

.e-contact-buttons-var-3 .e-contact-buttons__contact-icon-container {
    align-items: center;
    display: flex
}

.e-contact-buttons-var-3 .e-contact-buttons__cta-button {
    background-color: var(--e-contact-buttons-send-button-bg);
    border-radius: 5px;
    color: var(--e-contact-buttons-send-button-text);
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    line-height: 24px;
    padding-block-start: var(--e-contact-buttons-send-button-padding-block-start);
    padding-block-end: var(--e-contact-buttons-send-button-padding-block-end);
    padding-inline-start: var(--e-contact-buttons-send-button-padding-inline-start);
    padding-inline-end: var(--e-contact-buttons-send-button-padding-inline-end)
}

.e-contact-buttons-var-3 .e-contact-buttons__cta-button:focus,
.e-contact-buttons-var-3 .e-contact-buttons__cta-button:hover {
    background-color: var(--e-contact-buttons-send-button-bg-hover);
    color: var(--e-contact-buttons-send-button-text-hover)
}

.e-contact-buttons-var-4 {
    --e-contact-buttons-size-small: 45px;
    --e-contact-buttons-size-medium: 50px;
    --e-contact-buttons-size-large: 55px;
    --e-contact-buttons-icon-small: 20px;
    --e-contact-buttons-icon-medium: 24px;
    --e-contact-buttons-icon-large: 26px;
    --e-contact-buttons-button-bg-hover: #324a6d;
    --e-contact-buttons-active-button-color: #1c2448;
    --e-contact-buttons-contact-button-icon-hover: #467ff7;
    --e-contact-buttons-contact-button-bg-hover: #fff;
    width: auto
}

.e-contact-buttons-var-4 .e-contact-buttons__chat-buttons-container {
    display: flex
}

.e-contact-buttons-var-4 .e-contact-buttons__close-button {
    border-radius: 50%;
    inset-inline-end: unset;
    inset-inline-start: unset;
    position: relative;
    top: unset
}

.e-contact-buttons-var-4 .e-contact-buttons__close-button,
.e-contact-buttons-var-4 .e-contact-buttons__close-button:focus,
.e-contact-buttons-var-4 .e-contact-buttons__close-button:hover {
    background-color: var(--e-contact-buttons-active-button-bg);
    color: var(--e-contact-buttons-active-button-color)
}

.e-contact-buttons-var-4 .e-contact-buttons__chat-button[aria-expanded=true],
.e-contact-buttons-var-4 .e-contact-buttons__chat-button[type=button][aria-expanded=true],
.e-contact-buttons-var-4 .e-contact-buttons__close-button[aria-expanded=false],
.e-contact-buttons-var-4 .e-contact-buttons__close-button[type=button][aria-expanded=false] {
    display: none
}

.e-contact-buttons-var-4 .e-contact-buttons__content {
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    overflow: visible
}

.e-contact-buttons-var-4 .e-contact-buttons__contact-links {
    display: flex;
    flex-direction: column;
    gap: var(--e-contact-buttons-contact-gap)
}

.e-contact-buttons-var-4 .e-contact-buttons__contact-icon-container {
    align-items: center;
    background-color: var(--e-contact-buttons-contact-button-bg);
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    transition: all .3s
}

.e-contact-buttons-var-4 .e-contact-buttons__contact-icon-link {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 14px
}

.e-contact-buttons-var-4 .e-contact-buttons__contact-icon-link .e-contact-buttons__contact-icon-container {
    color: var(--e-contact-buttons-contact-button-icon)
}

.e-contact-buttons-var-4 .e-contact-buttons__contact-icon-link svg {
    fill: var(--e-contact-buttons-contact-button-icon)
}

.e-contact-buttons-var-4 .e-contact-buttons__contact-icon-link:focus .e-contact-buttons__contact-icon-container,
.e-contact-buttons-var-4 .e-contact-buttons__contact-icon-link:hover .e-contact-buttons__contact-icon-container {
    background-color: var(--e-contact-buttons-contact-button-bg-hover);
    color: var(--e-contact-buttons-contact-button-icon-hover);
    transition: all .3s
}

.e-contact-buttons-var-4 .e-contact-buttons__contact-icon-link:focus svg,
.e-contact-buttons-var-4 .e-contact-buttons__contact-icon-link:hover svg {
    fill: var(--e-contact-buttons-contact-button-icon-hover)
}

.e-contact-buttons-var-4 .e-contact-buttons__contact-tooltip {
    background-color: var(--e-contact-buttons-tooltip-bg);
    border-radius: 16px;
    box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, .15);
    color: var(--e-contact-buttons-tooltip-text);
    font-size: 13px;
    line-height: 25px;
    padding: 4px 14px;
    position: relative
}

.e-contact-buttons-var-4 .e-contact-buttons__contact-tooltip:after {
    border-style: solid;
    content: "";
    height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0
}

.e-contact-buttons-var-4.has-h-alignment-end .e-contact-buttons__chat-button-container {
    padding-inline-end: 0
}

.e-contact-buttons-var-4.has-h-alignment-end .e-contact-buttons__contact-links {
    align-items: flex-end
}

.e-contact-buttons-var-4.has-h-alignment-center .e-contact-buttons__contact-tooltip:after,
.e-contact-buttons-var-4.has-h-alignment-end .e-contact-buttons__contact-tooltip:after {
    border-inline-start-color: var(--e-contact-buttons-tooltip-bg);
    border-inline-end-color: transparent;
    border-block-start-color: transparent;
    border-block-end-color: transparent;
    border-inline-start-width: 10px;
    border-inline-end-width: 0;
    border-block-start-width: 8px;
    border-block-end-width: 8px;
    inset-inline-end: -8px
}

.e-contact-buttons-var-4.has-h-alignment-start .e-contact-buttons__chat-button-container {
    padding-inline-start: 0
}

.e-contact-buttons-var-4.has-h-alignment-start .e-contact-buttons__contact-links {
    align-items: flex-start
}

.e-contact-buttons-var-4.has-h-alignment-start .e-contact-buttons__contact-tooltip {
    order: 2
}

.e-contact-buttons-var-4.has-h-alignment-start .e-contact-buttons__contact-icon-container {
    order: 1
}

.e-contact-buttons-var-4.has-h-alignment-start .e-contact-buttons__contact-tooltip:after {
    border-inline-start-color: transparent;
    border-inline-end-color: var(--e-contact-buttons-tooltip-bg);
    border-block-start-color: transparent;
    border-block-end-color: transparent;
    border-inline-start-width: 0;
    border-inline-end-width: 10px;
    border-block-start-width: 8px;
    border-block-end-width: 8px;
    inset-inline-start: -8px
}

.e-contact-buttons-var-4.has-h-alignment-center .e-contact-buttons__contact-links {
    align-items: flex-end
}

.e-contact-buttons-var-4.has-h-alignment-center .e-contact-buttons__content-wrapper {
    inset-inline-end: 0
}

.e-contact-buttons-var-4.has-h-alignment-center .e-contact-buttons__contact-tooltip {
    inset-inline-end: calc(100% + 14px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap
}

.e-contact-buttons-var-4.has-h-alignment-center .e-contact-buttons__contact-icon-link {
    position: relative
}

.e-contact-buttons-var-4 .has-size-small.e-contact-buttons__chat-button,
.e-contact-buttons-var-4 .has-size-small.e-contact-buttons__close-button,
.e-contact-buttons-var-4 .has-size-small .e-contact-buttons__contact-icon-container {
    height: var(--e-contact-buttons-size-small);
    width: var(--e-contact-buttons-size-small)
}

.e-contact-buttons-var-4 .has-size-small.e-contact-buttons__chat-button svg,
.e-contact-buttons-var-4 .has-size-small.e-contact-buttons__close-button svg,
.e-contact-buttons-var-4 .has-size-small .e-contact-buttons__contact-icon-container svg {
    height: var(--e-contact-buttons-icon-small);
    width: var(--e-contact-buttons-icon-small)
}

.e-contact-buttons-var-4 .has-size-small.e-contact-buttons__chat-button i,
.e-contact-buttons-var-4 .has-size-small.e-contact-buttons__close-button i,
.e-contact-buttons-var-4 .has-size-small .e-contact-buttons__contact-icon-container i {
    font-size: var(--e-contact-buttons-icon-small)
}

.e-contact-buttons-var-4 .has-size-medium.e-contact-buttons__chat-button,
.e-contact-buttons-var-4 .has-size-medium.e-contact-buttons__close-button,
.e-contact-buttons-var-4 .has-size-medium .e-contact-buttons__contact-icon-container {
    height: var(--e-contact-buttons-size-medium);
    width: var(--e-contact-buttons-size-medium)
}

.e-contact-buttons-var-4 .has-size-medium.e-contact-buttons__chat-button svg,
.e-contact-buttons-var-4 .has-size-medium.e-contact-buttons__close-button svg,
.e-contact-buttons-var-4 .has-size-medium .e-contact-buttons__contact-icon-container svg {
    height: var(--e-contact-buttons-icon-medium);
    width: var(--e-contact-buttons-icon-medium)
}

.e-contact-buttons-var-4 .has-size-medium.e-contact-buttons__chat-button i,
.e-contact-buttons-var-4 .has-size-medium.e-contact-buttons__close-button i,
.e-contact-buttons-var-4 .has-size-medium .e-contact-buttons__contact-icon-container i {
    font-size: var(--e-contact-buttons-icon-medium)
}

.e-contact-buttons-var-4 .has-size-large.e-contact-buttons__chat-button,
.e-contact-buttons-var-4 .has-size-large.e-contact-buttons__close-button,
.e-contact-buttons-var-4 .has-size-large .e-contact-buttons__contact-icon-container {
    height: var(--e-contact-buttons-size-large);
    width: var(--e-contact-buttons-size-large)
}

.e-contact-buttons-var-4 .has-size-large.e-contact-buttons__chat-button svg,
.e-contact-buttons-var-4 .has-size-large.e-contact-buttons__close-button svg,
.e-contact-buttons-var-4 .has-size-large .e-contact-buttons__contact-icon-container svg {
    height: var(--e-contact-buttons-icon-large);
    width: var(--e-contact-buttons-icon-large)
}

.e-contact-buttons-var-4 .has-size-large.e-contact-buttons__chat-button i,
.e-contact-buttons-var-4 .has-size-large.e-contact-buttons__close-button i,
.e-contact-buttons-var-4 .has-size-large .e-contact-buttons__contact-icon-container i {
    font-size: var(--e-contact-buttons-icon-large)
}

.e-contact-buttons-var-6 {
    --e-contact-buttons-icon-size-small: 25px;
    --e-contact-buttons-icon-size-medium: 30px;
    --e-contact-buttons-icon-size-large: 35px;
    --e-contact-buttons-button-bar-bg: #324a6d;
    --e-contact-buttons-links-border-radius: 50px;
    --e-contact-buttons-contact-button-icon-hover: #c8d5dc;
    --e-contact-buttons-button-bar-padding-block-end: 12px;
    --e-contact-buttons-button-bar-padding-block-start: 12px;
    --e-contact-buttons-button-bar-padding-inline-end: 12px;
    --e-contact-buttons-button-bar-padding-inline-start: 12px;
    --e-contact-buttons-vertical-offset: 20px;
    width: auto
}

.e-contact-buttons-var-6 .e-contact-buttons__contact-links {
    background-color: var(--e-contact-buttons-button-bar-bg);
    border-radius: var(--e-contact-buttons-links-border-radius);
    display: flex;
    justify-content: center;
    gap: 0;
    padding-inline-end: var(--e-contact-buttons-button-bar-padding-inline-end);
    padding-inline-start: var(--e-contact-buttons-button-bar-padding-inline-start)
}

.e-contact-buttons-var-6 .e-contact-buttons__contact-links.has-corners-rounded {
    --e-contact-buttons-links-border-radius: 20px
}

.e-contact-buttons-var-6 .e-contact-buttons__contact-links.has-corners-round {
    --e-contact-buttons-links-border-radius: 50px
}

.e-contact-buttons-var-6 .e-contact-buttons__contact-links.has-corners-sharp {
    --e-contact-buttons-links-border-radius: 0
}

.e-contact-buttons-var-6 .e-contact-buttons__contact-icon-link {
    color: var(--e-contact-buttons-contact-button-icon);
    display: flex;
    padding-block-end: var(--e-contact-buttons-button-bar-padding-block-end);
    padding-block-start: var(--e-contact-buttons-button-bar-padding-block-start);
    padding-inline-end: var(--e-contact-buttons-button-bar-padding-inline-end);
    padding-inline-start: var(--e-contact-buttons-button-bar-padding-inline-start)
}

.e-contact-buttons-var-6 .e-contact-buttons__contact-icon-link svg {
    fill: var(--e-contact-buttons-contact-button-icon);
    height: 28px;
    transition: all .3s;
    width: 28px
}

.e-contact-buttons-var-6 .e-contact-buttons__contact-icon-link:focus,
.e-contact-buttons-var-6 .e-contact-buttons__contact-icon-link:hover {
    color: var(--e-contact-buttons-contact-button-icon-hover)
}

.e-contact-buttons-var-6 .e-contact-buttons__contact-icon-link:focus svg,
.e-contact-buttons-var-6 .e-contact-buttons__contact-icon-link:hover svg {
    fill: var(--e-contact-buttons-contact-button-icon-hover);
    transition: all .3s
}

.e-contact-buttons-var-6 .e-contact-buttons__contact-icon-link.has-size-small svg {
    height: var(--e-contact-buttons-icon-size-small);
    width: var(--e-contact-buttons-icon-size-small)
}

.e-contact-buttons-var-6 .e-contact-buttons__contact-icon-link.has-size-small i {
    font-size: var(--e-contact-buttons-icon-size-small)
}

.e-contact-buttons-var-6 .e-contact-buttons__contact-icon-link.has-size-medium svg {
    height: var(--e-contact-buttons-icon-size-medium);
    width: var(--e-contact-buttons-icon-size-medium)
}

.e-contact-buttons-var-6 .e-contact-buttons__contact-icon-link.has-size-medium i {
    font-size: var(--e-contact-buttons-icon-size-medium)
}

.e-contact-buttons-var-6 .e-contact-buttons__contact-icon-link.has-size-large svg {
    height: var(--e-contact-buttons-icon-size-large);
    width: var(--e-contact-buttons-icon-size-large)
}

.e-contact-buttons-var-6 .e-contact-buttons__contact-icon-link.has-size-large i {
    font-size: var(--e-contact-buttons-icon-size-large)
}

.e-contact-buttons-var-7 {
    --e-contact-buttons-chat-button-padding-block-end: 16px;
    --e-contact-buttons-chat-button-padding-block-start: 16px;
    --e-contact-buttons-chat-button-padding-inline-end: 20px;
    --e-contact-buttons-chat-button-padding-inline-start: 20px;
    --e-contact-buttons-chat-button-gap: 8px;
    --e-contact-buttons-horizontal-offset: 0;
    --e-contact-buttons-vertical-offset: 0
}

.e-contact-buttons-var-7.has-h-alignment-end .e-contact-buttons__chat-button-container,
.e-contact-buttons-var-7.has-h-alignment-start .e-contact-buttons__chat-button-container {
    padding-inline: 0
}

@media (max-width:767px) {

    .e-contact-buttons-var-7.has-mobile-full-width,
    .e-contact-buttons-var-7.has-mobile-full-width .e-contact-buttons__chat-button {
        width: 100%
    }
}

.e-contact-buttons-var-7 .e-contact-buttons__chat-button,
.e-contact-buttons-var-7 .e-contact-buttons__chat-button:not([href]):not([tabindex]),
.e-contact-buttons-var-7 .e-contact-buttons__chat-button[type=button] {
    border-radius: 0;
    color: var(--e-contact-buttons-button-icon);
    display: inline-flex;
    font-size: 18px;
    font-weight: 500;
    gap: var(--e-contact-buttons-chat-button-gap);
    height: -moz-fit-content;
    height: fit-content;
    line-height: 28px;
    padding-block-end: var(--e-contact-buttons-chat-button-padding-block-end);
    padding-block-start: var(--e-contact-buttons-chat-button-padding-block-start);
    padding-inline-end: var(--e-contact-buttons-chat-button-padding-inline-end);
    padding-inline-start: var(--e-contact-buttons-chat-button-padding-inline-start);
    width: -moz-fit-content;
    width: fit-content
}

.e-contact-buttons-var-7 .e-contact-buttons__chat-button:not([href]):not([tabindex]) svg,
.e-contact-buttons-var-7 .e-contact-buttons__chat-button[type=button] svg,
.e-contact-buttons-var-7 .e-contact-buttons__chat-button svg {
    height: 1em;
    width: 1em
}

.e-contact-buttons-var-7 .e-contact-buttons__chat-button:focus,
.e-contact-buttons-var-7 .e-contact-buttons__chat-button:hover,
.e-contact-buttons-var-7 .e-contact-buttons__chat-button:not([href]):not([tabindex]):focus,
.e-contact-buttons-var-7 .e-contact-buttons__chat-button:not([href]):not([tabindex]):hover,
.e-contact-buttons-var-7 .e-contact-buttons__chat-button[type=button]:focus,
.e-contact-buttons-var-7 .e-contact-buttons__chat-button[type=button]:hover {
    color: var(--e-contact-buttons-button-icon-hover)
}

.e-contact-buttons-var-7 .e-contact-buttons__chat-button.has-icon-position-start .e-contact-buttons__chat-button-text,
.e-contact-buttons-var-7 .e-contact-buttons__chat-button:not([href]):not([tabindex]).has-icon-position-start .e-contact-buttons__chat-button-text,
.e-contact-buttons-var-7 .e-contact-buttons__chat-button[type=button].has-icon-position-start .e-contact-buttons__chat-button-text {
    order: 2
}

.e-contact-buttons-var-7 .e-contact-buttons__chat-button.has-icon-position-end .e-contact-buttons__chat-button-text,
.e-contact-buttons-var-7 .e-contact-buttons__chat-button.has-icon-position-start svg,
.e-contact-buttons-var-7 .e-contact-buttons__chat-button:not([href]):not([tabindex]).has-icon-position-end .e-contact-buttons__chat-button-text,
.e-contact-buttons-var-7 .e-contact-buttons__chat-button:not([href]):not([tabindex]).has-icon-position-start svg,
.e-contact-buttons-var-7 .e-contact-buttons__chat-button[type=button].has-icon-position-end .e-contact-buttons__chat-button-text,
.e-contact-buttons-var-7 .e-contact-buttons__chat-button[type=button].has-icon-position-start svg {
    order: 1
}

.e-contact-buttons-var-7 .e-contact-buttons__chat-button.has-icon-position-end svg,
.e-contact-buttons-var-7 .e-contact-buttons__chat-button:not([href]):not([tabindex]).has-icon-position-end svg,
.e-contact-buttons-var-7 .e-contact-buttons__chat-button[type=button].has-icon-position-end svg {
    order: 2
}

.e-contact-buttons-var-8 {
    --e-contact-buttons-size-small: 48px;
    --e-contact-buttons-size-medium: 56px;
    --e-contact-buttons-size-large: 64px;
    --e-contact-buttons-svg-size-small: 22px;
    --e-contact-buttons-svg-size-medium: 28px;
    --e-contact-buttons-svg-size-large: 36px;
    --e-contact-buttons-chat-box-width: 280px;
    --e-contact-buttons-button-bg: #324a6d;
    --e-contact-buttons-button-bg-hover: #1c2448;
    --e-contact-buttons-active-button-bg: #f3f5f8;
    --e-contact-buttons-active-button-color: #324a6d;
    --e-contact-buttons-top-bar-bg: #324a6d;
    --e-contact-buttons-contact-button-bg: #c8d5dc;
    --e-contact-buttons-contact-button-icon: #324a6d
}

.e-contact-buttons-var-8 .has-colors-type-default.has-platform-email,
.e-contact-buttons-var-8 .has-colors-type-default.has-platform-phone,
.e-contact-buttons-var-8 .has-colors-type-default.has-platform-sms,
.e-contact-buttons-var-8 .has-colors-type-default.has-platform-url {
    --e-contact-buttons-contact-button-icon: #467ff7
}

.e-contact-buttons-var-8 .has-colors-type-default.has-platform-whatsapp {
    --e-contact-buttons-contact-button-icon: #25d366
}

.e-contact-buttons-var-8 .has-colors-type-default.has-platform-skype {
    --e-contact-buttons-contact-button-icon: #00aff0
}

.e-contact-buttons-var-8 .has-colors-type-default.has-platform-messenger {
    --e-contact-buttons-contact-button-icon: #168aff
}

.e-contact-buttons-var-8 .has-colors-type-default.has-platform-viber {
    --e-contact-buttons-contact-button-icon: #7360f2
}

.e-contact-buttons-var-8 .has-colors-type-default.has-platform-waze {
    --e-contact-buttons-contact-button-icon: #3cf
}

.e-contact-buttons-var-8 .has-size-small.e-contact-buttons__close-button {
    align-items: center;
    display: flex;
    height: var(--e-contact-buttons-size-small);
    justify-content: center;
    width: var(--e-contact-buttons-size-small)
}

.e-contact-buttons-var-8 .has-size-small.e-contact-buttons__close-button .eicon-close {
    font-size: 24px
}

.e-contact-buttons-var-8 .has-size-medium.e-contact-buttons__close-button {
    height: var(--e-contact-buttons-size-medium);
    width: var(--e-contact-buttons-size-medium)
}

.e-contact-buttons-var-8 .has-size-medium.e-contact-buttons__close-button .eicon-close {
    font-size: 28px
}

.e-contact-buttons-var-8 .has-size-large.e-contact-buttons__close-button {
    height: var(--e-contact-buttons-size-large);
    width: var(--e-contact-buttons-size-large)
}

.e-contact-buttons-var-8 .has-size-large.e-contact-buttons__close-button .eicon-close {
    font-size: 32px
}

.e-contact-buttons-var-8 .e-contact-buttons__chat-buttons-container {
    display: flex
}

.e-contact-buttons-var-8 .e-contact-buttons__close-button {
    border-radius: 50%;
    inset-inline-end: unset;
    inset-inline-start: unset;
    position: relative;
    top: unset
}

.e-contact-buttons-var-8 .e-contact-buttons__close-button,
.e-contact-buttons-var-8 .e-contact-buttons__close-button:focus,
.e-contact-buttons-var-8 .e-contact-buttons__close-button:hover {
    background-color: var(--e-contact-buttons-active-button-bg);
    color: var(--e-contact-buttons-active-button-color)
}

.e-contact-buttons-var-8 .e-contact-buttons__chat-button[aria-expanded=true],
.e-contact-buttons-var-8 .e-contact-buttons__chat-button[type=button][aria-expanded=true],
.e-contact-buttons-var-8 .e-contact-buttons__close-button[aria-expanded=false] {
    display: none
}

.e-contact-buttons-var-8 .e-contact-buttons__top-bar-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600
}

.e-contact-buttons-var-8 .e-contact-buttons__top-bar-subtitle {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500px
}

.e-contact-buttons-var-8 .e-contact-buttons__contact-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px
}

.e-contact-buttons-var-8 .e-contact-buttons__contact-icon-link {
    background-color: var(--e-contact-buttons-contact-button-bg);
    border-start-end-radius: 15px;
    border-end-end-radius: 15px;
    border-end-start-radius: 15px;
    color: var(--e-contact-buttons-contact-button-icon);
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 0;
    padding: 10px 20px
}

.e-contact-buttons-var-8 .e-contact-buttons__contact-icon-link svg {
    fill: var(--e-contact-buttons-contact-button-icon)
}

.e-contact-buttons-var-8 .e-contact-buttons__contact-icon-link.has-size-small svg {
    height: var(--e-contact-buttons-svg-size-small);
    width: var(--e-contact-buttons-svg-size-small)
}

.e-contact-buttons-var-8 .e-contact-buttons__contact-icon-link.has-size-small i {
    font-size: var(--e-contact-buttons-svg-size-small)
}

.e-contact-buttons-var-8 .e-contact-buttons__contact-icon-link.has-size-medium svg {
    height: var(--e-contact-buttons-svg-size-medium);
    width: var(--e-contact-buttons-svg-size-medium)
}

.e-contact-buttons-var-8 .e-contact-buttons__contact-icon-link.has-size-medium i {
    font-size: var(--e-contact-buttons-svg-size-medium)
}

.e-contact-buttons-var-8 .e-contact-buttons__contact-icon-link.has-size-large svg {
    height: var(--e-contact-buttons-svg-size-large);
    width: var(--e-contact-buttons-svg-size-large)
}

.e-contact-buttons-var-8 .e-contact-buttons__contact-icon-link.has-size-large i {
    font-size: var(--e-contact-buttons-svg-size-large)
}

.e-contact-buttons-var-8 .e-contact-buttons__contact-icon-container {
    align-items: center;
    display: flex;
    grid-area: 1/1/3/2
}

.e-contact-buttons-var-8 .e-contact-buttons__contact-title {
    color: var(--e-contact-buttons-contact-title-text-color);
    grid-area: 1/2/2/3;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.e-contact-buttons-var-8 .e-contact-buttons__contact-description {
    color: var(--e-contact-buttons-contact-description-text-color);
    grid-area: 2/2/3/3;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px
}

.e-contact-buttons-var-8 .e-contact-buttons__links-container {
    background-color: var(--e-contact-buttons-chat-box-bg)
}

.e-contact-buttons-var-9 {
    --e-contact-buttons-size-small: 48px;
    --e-contact-buttons-size-medium: 56px;
    --e-contact-buttons-size-large: 64px;
    --e-contact-buttons-svg-size-small: 24px;
    --e-contact-buttons-svg-size-medium: 28px;
    --e-contact-buttons-svg-size-large: 32px;
    --e-contact-buttons-transition-duration: .3s;
    --e-contact-buttons-transition: all var(--e-contact-buttons-transition-duration);
    --e-contact-buttons-overlap-margin: -10px;
    --e-contact-buttons-chat-button-padding-block-end: 8px;
    --e-contact-buttons-chat-button-padding-block-start: 8px;
    --e-contact-buttons-chat-button-padding-inline-end: 16px;
    --e-contact-buttons-chat-button-padding-inline-start: 16px;
    width: auto
}

.e-contact-buttons-var-9 .e-contact-buttons__chat-button-icon-container {
    align-items: center;
    background-color: var(--e-contact-buttons-button-bg);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    position: relative;
    transition: var(--e-contact-buttons-transition);
    z-index: 1
}

.e-contact-buttons-var-9 .e-contact-buttons__chat-button-icon-container svg {
    position: relative;
    z-index: 2
}

.e-contact-buttons-var-9 .e-contact-buttons__chat-button-text {
    background-color: var(--e-contact-buttons-button-bg);
    color: var(--e-contact-buttons-button-icon);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding-block-end: var(--e-contact-buttons-chat-button-padding-block-end);
    padding-block-start: var(--e-contact-buttons-chat-button-padding-block-start);
    padding-inline-end: var(--e-contact-buttons-chat-button-padding-inline-end);
    padding-inline-start: var(--e-contact-buttons-chat-button-padding-inline-start);
    position: relative;
    transition: var(--e-contact-buttons-transition)
}

.e-contact-buttons-var-9 .e-contact-buttons__chat-button {
    background-color: transparent;
    border-radius: 0;
    color: var(--e-contact-buttons-button-icon);
    height: auto;
    width: auto
}

.e-contact-buttons-var-9 .e-contact-buttons__chat-button:focus,
.e-contact-buttons-var-9 .e-contact-buttons__chat-button:hover {
    color: var(--e-contact-buttons-button-icon)
}

.e-contact-buttons-var-9 .e-contact-buttons__chat-button:focus svg,
.e-contact-buttons-var-9 .e-contact-buttons__chat-button:hover svg {
    fill: var(--e-contact-buttons-button-icon)
}

.e-contact-buttons-var-9 .e-contact-buttons__chat-button:focus .e-contact-buttons__chat-button-icon-container,
.e-contact-buttons-var-9 .e-contact-buttons__chat-button:focus .e-contact-buttons__chat-button-text,
.e-contact-buttons-var-9 .e-contact-buttons__chat-button:focus .e-contact-buttons__chat-button-text:before,
.e-contact-buttons-var-9 .e-contact-buttons__chat-button:hover .e-contact-buttons__chat-button-icon-container,
.e-contact-buttons-var-9 .e-contact-buttons__chat-button:hover .e-contact-buttons__chat-button-text,
.e-contact-buttons-var-9 .e-contact-buttons__chat-button:hover .e-contact-buttons__chat-button-text:before {
    background-color: var(--e-contact-buttons-button-bg);
    color: var(--e-contact-buttons-button-icon);
    transition: var(--e-contact-buttons-transition)
}

.e-contact-buttons-var-9 .e-contact-buttons__chat-button.has-size-small .e-contact-buttons__chat-button-icon-container {
    height: var(--e-contact-buttons-size-small);
    width: var(--e-contact-buttons-size-small)
}

.e-contact-buttons-var-9 .e-contact-buttons__chat-button.has-size-small .e-contact-buttons__chat-button-icon-container svg {
    height: var(--e-contact-buttons-svg-size-small);
    width: var(--e-contact-buttons-svg-size-small)
}

.e-contact-buttons-var-9 .e-contact-buttons__chat-button.has-size-small .e-contact-buttons__chat-button-icon-container i {
    font-size: var(--e-contact-buttons-svg-size-small)
}

.e-contact-buttons-var-9 .e-contact-buttons__chat-button.has-size-medium .e-contact-buttons__chat-button-icon-container {
    height: var(--e-contact-buttons-size-medium);
    width: var(--e-contact-buttons-size-medium)
}

.e-contact-buttons-var-9 .e-contact-buttons__chat-button.has-size-medium .e-contact-buttons__chat-button-icon-container svg {
    height: var(--e-contact-buttons-svg-size-medium);
    width: var(--e-contact-buttons-svg-size-medium)
}

.e-contact-buttons-var-9 .e-contact-buttons__chat-button.has-size-medium .e-contact-buttons__chat-button-icon-container i {
    font-size: var(--e-contact-buttons-svg-size-medium)
}

.e-contact-buttons-var-9 .e-contact-buttons__chat-button.has-size-large .e-contact-buttons__chat-button-icon-container {
    height: var(--e-contact-buttons-size-large);
    width: var(--e-contact-buttons-size-large)
}

.e-contact-buttons-var-9 .e-contact-buttons__chat-button.has-size-large .e-contact-buttons__chat-button-icon-container svg {
    height: var(--e-contact-buttons-svg-size-large);
    width: var(--e-contact-buttons-svg-size-large)
}

.e-contact-buttons-var-9 .e-contact-buttons__chat-button.has-size-large .e-contact-buttons__chat-button-icon-container i {
    font-size: var(--e-contact-buttons-svg-size-large)
}

.e-contact-buttons-var-9.has-h-alignment-end .e-contact-buttons__chat-button-container {
    padding-inline-end: 0
}

@media (min-width:1025px) {
    .e-contact-buttons-var-9.has-h-alignment-end .e-contact-buttons__chat-button-icon-container {
        position: absolute;
        inset-inline-end: -5px;
        transition: var(--e-contact-buttons-transition)
    }
}

.e-contact-buttons-var-9.has-h-alignment-end .e-contact-buttons__chat-button-text {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
    border-start-end-radius: 50px;
    border-end-end-radius: 50px;
    margin-inline-start: var(--e-contact-buttons-overlap-margin)
}

@media (min-width:1025px) {
    .e-contact-buttons-var-9.has-h-alignment-end .e-contact-buttons__chat-button-text {
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%)
    }
}

@media (min-width:1025px) {

    .e-contact-buttons-var-9.has-h-alignment-end .e-contact-buttons__chat-button:focus .e-contact-buttons__chat-button-text,
    .e-contact-buttons-var-9.has-h-alignment-end .e-contact-buttons__chat-button:hover .e-contact-buttons__chat-button-text {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        transition: var(--e-contact-buttons-transition)
    }

    .e-contact-buttons-var-9.has-h-alignment-end .e-contact-buttons__chat-button:focus .e-contact-buttons__chat-button-icon-container,
    .e-contact-buttons-var-9.has-h-alignment-end .e-contact-buttons__chat-button:hover .e-contact-buttons__chat-button-icon-container {
        inset-inline-end: 100%;
        transition: var(--e-contact-buttons-transition)
    }
}

.e-contact-buttons-var-9.has-h-alignment-start .e-contact-buttons__chat-button-container {
    padding-inline-start: 0
}

.e-contact-buttons-var-9.has-h-alignment-start .e-contact-buttons__chat-button-icon-container {
    order: 2
}

@media (min-width:1025px) {
    .e-contact-buttons-var-9.has-h-alignment-start .e-contact-buttons__chat-button-icon-container {
        position: absolute;
        inset-inline-start: -5px;
        transition: var(--e-contact-buttons-transition)
    }
}

.e-contact-buttons-var-9.has-h-alignment-start .e-contact-buttons__chat-button-text {
    border-start-start-radius: 50px;
    border-end-start-radius: 50px;
    border-start-end-radius: 0;
    border-end-end-radius: 0;
    margin-inline-end: var(--e-contact-buttons-overlap-margin);
    order: 1
}

@media (min-width:1025px) {
    .e-contact-buttons-var-9.has-h-alignment-start .e-contact-buttons__chat-button-text {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        transition: var(--e-contact-buttons-transition)
    }
}

@media (min-width:1025px) {

    .e-contact-buttons-var-9.has-h-alignment-start .e-contact-buttons__chat-button:focus .e-contact-buttons__chat-button-text,
    .e-contact-buttons-var-9.has-h-alignment-start .e-contact-buttons__chat-button:hover .e-contact-buttons__chat-button-text {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        transition: var(--e-contact-buttons-transition)
    }

    .e-contact-buttons-var-9.has-h-alignment-start .e-contact-buttons__chat-button:focus .e-contact-buttons__chat-button-icon-container,
    .e-contact-buttons-var-9.has-h-alignment-start .e-contact-buttons__chat-button:hover .e-contact-buttons__chat-button-icon-container {
        inset-inline-start: 100%;
        transition: var(--e-contact-buttons-transition)
    }
}

@media (min-width:1025px) {
    .e-contact-buttons-var-9.has-h-alignment-center .e-contact-buttons__chat-button-icon-container {
        order: 2;
        position: absolute;
        inset-inline-start: 50%;
        transform: translateX(-50%)
    }
}

.e-contact-buttons-var-9.has-h-alignment-center .e-contact-buttons__chat-button-text {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
    border-start-end-radius: 50px;
    border-end-end-radius: 50px;
    margin-inline-start: var(--e-contact-buttons-overlap-margin)
}

@media (min-width:1025px) {
    .e-contact-buttons-var-9.has-h-alignment-center .e-contact-buttons__chat-button-text {
        inset-inline-end: 50%;
        order: 1;
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%)
    }
}

@media (min-width:1025px) {

    .e-contact-buttons-var-9.has-h-alignment-center .e-contact-buttons__chat-button:focus .e-contact-buttons__chat-button-text,
    .e-contact-buttons-var-9.has-h-alignment-center .e-contact-buttons__chat-button:hover .e-contact-buttons__chat-button-text {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        transition: var(--e-contact-buttons-transition)
    }

    .e-contact-buttons-var-9.has-h-alignment-center .e-contact-buttons__chat-button:focus .e-contact-buttons__chat-button-icon-container,
    .e-contact-buttons-var-9.has-h-alignment-center .e-contact-buttons__chat-button:hover .e-contact-buttons__chat-button-icon-container {
        inset-inline-start: -100%;
        transform: unset;
        transition: var(--e-contact-buttons-transition)
    }
}

.e-contact-buttons-var-9.has-h-alignment-center .e-contact-buttons__chat-button.has-size-small:focus .e-contact-buttons__chat-button-icon-container,
.e-contact-buttons-var-9.has-h-alignment-center .e-contact-buttons__chat-button.has-size-small:hover .e-contact-buttons__chat-button-icon-container {
    inset-inline-start: calc(-100% + 10px)
}

.e-contact-buttons-var-9.has-h-alignment-center .e-contact-buttons__chat-button.has-size-large:focus .e-contact-buttons__chat-button-icon-container,
.e-contact-buttons-var-9.has-h-alignment-center .e-contact-buttons__chat-button.has-size-large:hover .e-contact-buttons__chat-button-icon-container {
    inset-inline-start: calc(-100% - 5px)
}

.e-contact-buttons-var-10 {
    --e-contact-buttons-size-small: 40px;
    --e-contact-buttons-size-medium: 48px;
    --e-contact-buttons-size-large: 56px;
    --e-contact-buttons-svg-size-small: 20px;
    --e-contact-buttons-svg-size-medium: 24px;
    --e-contact-buttons-svg-size-large: 28px;
    --e-contact-buttons-svg-size: var(--e-contact-buttons-svg-size-medium);
    --e-contact-buttons-horizontal-offset: 0;
    --e-contact-buttons-transition-duration: .3s;
    --e-contact-buttons-transition: all var(--e-contact-buttons-transition-duration);
    --e-contact-buttons-contact-gap: 4px;
    --e-contact-buttons-contact-padding-block-end: 8px;
    --e-contact-buttons-contact-padding-block-start: 8px;
    --e-contact-buttons-contact-padding-inline-end: 12px;
    --e-contact-buttons-contact-padding-inline-start: 12px;
    width: auto
}

.e-contact-buttons-var-10 .has-corners-rounded {
    --e-contact-buttons-border-radius: 20px
}

.e-contact-buttons-var-10 .has-corners-round {
    --e-contact-buttons-border-radius: 50px
}

.e-contact-buttons-var-10 .has-corners-sharp {
    --e-contact-buttons-border-radius: 0
}

.e-contact-buttons-var-10 .has-size-small {
    --e-contact-buttons-svg-size: var(--e-contact-buttons-svg-size-small)
}

.e-contact-buttons-var-10 .has-size-medium {
    --e-contact-buttons-svg-size: var(--e-contact-buttons-svg-size-medium)
}

.e-contact-buttons-var-10 .has-size-large {
    --e-contact-buttons-svg-size: var(--e-contact-buttons-svg-size-large)
}

.e-contact-buttons-var-10 .e-contact-buttons__contact-links {
    display: flex;
    gap: var(--e-contact-buttons-contact-gap)
}

.e-contact-buttons-var-10 .e-contact-buttons__contact-icon-container {
    align-items: center;
    display: inline-flex;
    justify-content: center
}

.e-contact-buttons-var-10 .e-contact-buttons__contact-icon-container svg {
    height: var(--e-contact-buttons-svg-size);
    width: var(--e-contact-buttons-svg-size)
}

.e-contact-buttons-var-10 .e-contact-buttons__contact-icon-container i {
    font-size: var(--e-contact-buttons-svg-size)
}

.e-contact-buttons-var-10 .e-contact-buttons__contact-icon-link {
    align-items: center;
    background-color: var(--e-contact-buttons-contact-button-bg);
    color: var(--e-contact-buttons-contact-button-icon);
    display: flex;
    transition: all .3s
}

.e-contact-buttons-var-10 .e-contact-buttons__contact-icon-link svg {
    fill: var(--e-contact-buttons-contact-button-icon)
}

.e-contact-buttons-var-10 .e-contact-buttons__contact-icon-link:focus,
.e-contact-buttons-var-10 .e-contact-buttons__contact-icon-link:hover {
    background-color: var(--e-contact-buttons-contact-button-bg);
    color: var(--e-contact-buttons-contact-button-icon);
    transition: all .3s
}

.e-contact-buttons-var-10 .e-contact-buttons__contact-icon-link:focus svg,
.e-contact-buttons-var-10 .e-contact-buttons__contact-icon-link:hover svg {
    fill: var(--e-contact-buttons-contact-button-icon)
}

.e-contact-buttons-var-10 .e-contact-buttons__contact-title {
    display: inline-block;
    padding-block-end: var(--e-contact-buttons-contact-padding-block-end);
    padding-block-start: var(--e-contact-buttons-contact-padding-block-start);
    padding-inline-end: var(--e-contact-buttons-contact-padding-inline-end);
    padding-inline-start: var(--e-contact-buttons-contact-padding-inline-start)
}

.e-contact-buttons-var-10.has-h-alignment-start .e-contact-buttons__contact-icon-link {
    --e-contact-buttons-margin-offset: 8px;
    justify-content: flex-end;
    padding-inline-end: 12px;
    transform: translateX(calc(-100% + var(--e-contact-buttons-svg-size) * 2 - var(--e-contact-buttons-margin-offset)));
    transition: var(--e-contact-buttons-transition)
}

.e-contact-buttons-var-10.has-h-alignment-start .e-contact-buttons__contact-icon-link.has-size-small {
    --e-contact-buttons-margin-offset: 2px
}

[dir=rtl] .e-contact-buttons-var-10.has-h-alignment-start .e-contact-buttons__contact-icon-link {
    --e-contact-buttons-margin-offset: 2px;
    transform: translateX(calc(100% - (var(--e-contact-buttons-svg-size) * 2 - var(--e-contact-buttons-margin-offset))))
}

[dir=rtl] .e-contact-buttons-var-10.has-h-alignment-start .e-contact-buttons__contact-icon-link.has-size-large {
    --e-contact-buttons-margin-offset: 8px
}

.e-contact-buttons-var-10.has-h-alignment-start .e-contact-buttons__contact-links {
    align-items: flex-start;
    flex-direction: column
}

.e-contact-buttons-var-10.has-h-alignment-start .e-contact-buttons__contact-icon-link {
    border-start-start-radius: 0;
    border-start-end-radius: var(--e-contact-buttons-border-radius);
    border-end-start-radius: 0;
    border-end-end-radius: var(--e-contact-buttons-border-radius)
}

@media (min-width:768px) {

    .e-contact-buttons-var-10.has-h-alignment-start .e-contact-buttons__contact-icon-link:focus,
    .e-contact-buttons-var-10.has-h-alignment-start .e-contact-buttons__contact-icon-link:hover {
        transform: none;
        transition: var(--e-contact-buttons-transition)
    }
}

.e-contact-buttons-var-10.has-h-alignment-start .e-contact-buttons__contact-icon-link.active {
    transform: none;
    transition: var(--e-contact-buttons-transition)
}

.e-contact-buttons-var-10.has-h-alignment-end .e-contact-buttons__contact-icon-link {
    --e-contact-buttons-margin-offset: 8px;
    padding-inline-start: 12px;
    transform: translateX(calc(100% - var(--e-contact-buttons-svg-size) * 2 + var(--e-contact-buttons-margin-offset)));
    transition: var(--e-contact-buttons-transition)
}

.e-contact-buttons-var-10.has-h-alignment-end .e-contact-buttons__contact-icon-link.has-size-small {
    --e-contact-buttons-margin-offset: 2px
}

[dir=rtl] .e-contact-buttons-var-10.has-h-alignment-end .e-contact-buttons__contact-icon-link {
    --e-contact-buttons-margin-offset: 2px;
    transform: translateX(calc(-100% + var(--e-contact-buttons-svg-size) * 2 - var(--e-contact-buttons-margin-offset)))
}

[dir=rtl] .e-contact-buttons-var-10.has-h-alignment-end .e-contact-buttons__contact-icon-link.has-size-large {
    --e-contact-buttons-margin-offset: 8px
}

@media (min-width:768px) {

    .e-contact-buttons-var-10.has-h-alignment-end .e-contact-buttons__contact-icon-link:focus,
    .e-contact-buttons-var-10.has-h-alignment-end .e-contact-buttons__contact-icon-link:hover {
        transform: none;
        transition: var(--e-contact-buttons-transition)
    }
}

.e-contact-buttons-var-10.has-h-alignment-end .e-contact-buttons__contact-icon-link.active {
    transform: none;
    transition: var(--e-contact-buttons-transition)
}

.e-contact-buttons-var-10.has-h-alignment-end .e-contact-buttons__contact-links {
    align-items: flex-end;
    flex-direction: column
}

.e-contact-buttons-var-10.has-h-alignment-end .e-contact-buttons__contact-icon-container {
    order: 1
}

.e-contact-buttons-var-10.has-h-alignment-end .e-contact-buttons__contact-title {
    order: 2
}

.e-contact-buttons-var-10.has-h-alignment-end .e-contact-buttons__contact-icon-link {
    border-start-start-radius: var(--e-contact-buttons-border-radius);
    border-start-end-radius: 0;
    border-end-start-radius: var(--e-contact-buttons-border-radius);
    border-end-end-radius: 0
}

.e-contact-buttons-var-10.has-h-alignment-center .e-contact-buttons__contact-icon-link {
    flex-direction: column
}

.e-contact-buttons-var-10.has-h-alignment-center .e-contact-buttons__contact-title {
    writing-mode: vertical-lr
}

.e-contact-buttons-var-10.has-h-alignment-center.has-v-alignment-bottom .e-contact-buttons__contact-links {
    align-items: flex-end
}

.e-contact-buttons-var-10.has-h-alignment-center.has-v-alignment-bottom .e-contact-buttons__contact-icon-container {
    order: 1
}

.e-contact-buttons-var-10.has-h-alignment-center.has-v-alignment-bottom .e-contact-buttons__contact-title {
    order: 2
}

.e-contact-buttons-var-10.has-h-alignment-center.has-v-alignment-bottom .e-contact-buttons__contact-icon-link {
    --e-contact-buttons-margin-offset: 14px;
    border-start-start-radius: var(--e-contact-buttons-border-radius);
    border-start-end-radius: var(--e-contact-buttons-border-radius);
    border-end-start-radius: 0;
    border-end-end-radius: 0;
    padding-block-start: 12px;
    transform: translateY(calc(100% - var(--e-contact-buttons-svg-size) * 2 + var(--e-contact-buttons-margin-offset)));
    transition: var(--e-contact-buttons-transition)
}

@media (min-width:768px) {

    .e-contact-buttons-var-10.has-h-alignment-center.has-v-alignment-bottom .e-contact-buttons__contact-icon-link:focus,
    .e-contact-buttons-var-10.has-h-alignment-center.has-v-alignment-bottom .e-contact-buttons__contact-icon-link:hover {
        transform: none;
        transition: var(--e-contact-buttons-transition)
    }
}

.e-contact-buttons-var-10.has-h-alignment-center.has-v-alignment-bottom .e-contact-buttons__contact-icon-link.active {
    transform: none;
    transition: var(--e-contact-buttons-transition)
}

.e-contact-buttons-var-10.has-h-alignment-center.has-v-alignment-bottom .e-contact-buttons__contact-icon-link.has-size-small {
    --e-contact-buttons-margin-offset: 5px
}

.e-contact-buttons-var-10.has-h-alignment-center.has-v-alignment-top .e-contact-buttons__contact-links {
    align-items: flex-start
}

.e-contact-buttons-var-10.has-h-alignment-center.has-v-alignment-top .e-contact-buttons__contact-icon-container {
    align-items: flex-end
}

.e-contact-buttons-var-10.has-h-alignment-center.has-v-alignment-top .e-contact-buttons__contact-icon-link {
    --e-contact-buttons-margin-offset: 14px;
    border-start-start-radius: 0;
    border-start-end-radius: 0;
    border-end-start-radius: var(--e-contact-buttons-border-radius);
    border-end-end-radius: var(--e-contact-buttons-border-radius);
    justify-content: flex-end;
    padding-block-end: 12px;
    transform: translateY(calc(-100% + var(--e-contact-buttons-svg-size) + var(--e-contact-buttons-margin-offset)));
    transition: var(--e-contact-buttons-transition)
}

@media (min-width:768px) {

    .e-contact-buttons-var-10.has-h-alignment-center.has-v-alignment-top .e-contact-buttons__contact-icon-link:focus,
    .e-contact-buttons-var-10.has-h-alignment-center.has-v-alignment-top .e-contact-buttons__contact-icon-link:hover {
        transform: none;
        transition: var(--e-contact-buttons-transition)
    }
}

.e-contact-buttons-var-10.has-h-alignment-center.has-v-alignment-top .e-contact-buttons__contact-icon-link.active {
    transform: none;
    transition: var(--e-contact-buttons-transition)
}

.e-link-in-bio {
    --e-link-in-bio-border-color: transparent;
    --e-link-in-bio-border-style: none;
    --e-link-in-bio-border-width: 0;
    --e-link-in-bio-container-height: auto;
    --e-link-in-bio-container-width: 360px;
    --e-link-in-bio-content-align-h: center;
    --e-link-in-bio-content-align-v: center;
    --e-link-in-bio-content-width: 280px;
    --e-link-in-bio-full-height: 100vh;
    --e-link-in-bio-gutter-block-end: 45px;
    --e-link-in-bio-gutter-block-start: 38px;
    --e-link-in-bio-gutter-inline: 40px;
    --e-link-in-bio-identity-image-cover-border-bottom-width: 0;
    --e-link-in-bio-identity-image-cover-border-color: transparent;
    --e-link-in-bio-identity-image-cover-border-style: none;
    --e-link-in-bio-identity-image-cover-height: 170px;
    --e-link-in-bio-identity-image-cover-position: center center;
    --e-link-in-bio-identity-image-profile-border-color: transparent;
    --e-link-in-bio-identity-image-profile-position: center center;
    --e-link-in-bio-identity-image-profile-border-radius: 50%;
    --e-link-in-bio-identity-image-profile-border-style: none;
    --e-link-in-bio-identity-image-profile-border-width: 0;
    --e-link-in-bio-identity-image-profile-width: 115px;
    --e-link-in-bio-heading-color: inherit;
    --e-link-in-bio-title-color: inherit;
    --e-link-in-bio-about-heading-color: inherit;
    --e-link-in-bio-description-color: #324a6d;
    --e-link-in-bio-icon-background-color: transparent;
    --e-link-in-bio-icon-border-color: transparent;
    --e-link-in-bio-icon-border-style: none;
    --e-link-in-bio-icon-border-width: 0;
    --e-link-in-bio-icon-color: inherit;
    --e-link-in-bio-icon-columns: 3;
    --e-link-in-bio-icon-gap: 20px 29px;
    --e-link-in-bio-icon-size: 25px;
    --e-link-in-bio-ctas-background-color: #467ff7;
    --e-link-in-bio-ctas-border-color: transparent;
    --e-link-in-bio-ctas-border-radius: 20px;
    --e-link-in-bio-ctas-border-style: none;
    --e-link-in-bio-ctas-border-width: 0;
    --e-link-in-bio-ctas-gap: 22px;
    --e-link-in-bio-ctas-padding-block-end: 17px;
    --e-link-in-bio-ctas-padding-block-start: 17px;
    --e-link-in-bio-ctas-padding-inline-end: 20px;
    --e-link-in-bio-ctas-padding-inline-start: 20px;
    --e-link-in-bio-ctas-text-color: #fff;
    --e-link-in-bio-image-links-border-color: transparent;
    --e-link-in-bio-image-links-border-style: solid;
    --e-link-in-bio-image-links-border-width: 0;
    --e-link-in-bio-image-links-columns: 2;
    --e-link-in-bio-image-links-gap: 10px;
    --e-link-in-bio-image-links-height: auto;
    --background-overlay-opacity: 0.5;
    align-items: var(--e-link-in-bio-content-align-h);
    border: var(--e-link-in-bio-border-width) var(--e-link-in-bio-border-style) var(--e-link-in-bio-border-color);
    display: flex;
    flex-direction: column;
    justify-content: var(--e-link-in-bio-content-align-v);
    margin-inline: auto;
    max-width: 100%;
    min-height: var(--e-link-in-bio-container-height);
    padding: var(--e-link-in-bio-gutter-block-start) var(--e-link-in-bio-gutter-inline) var(--e-link-in-bio-gutter-block-end);
    position: relative;
    width: var(--e-link-in-bio-container-width)
}

@supports (height:100dvh) {
    .e-link-in-bio {
        --e-link-in-bio-full-height: 100dvh
    }
}

.e-link-in-bio.has-border {
    --e-link-in-bio-border-style: solid
}

@media (max-width:767px) {
    .e-link-in-bio.is-full-height-mobile {
        --e-link-in-bio-container-height: var(--e-link-in-bio-full-height, 100vh)
    }
}

@media (min-width:-1) and (max-width:-1) {
    .e-link-in-bio.is-full-height-mobile_extra {
        --e-link-in-bio-container-height: var(--e-link-in-bio-full-height, 100vh)
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .e-link-in-bio.is-full-height-tablet {
        --e-link-in-bio-container-height: var(--e-link-in-bio-full-height, 100vh)
    }
}

@media (min-width:-1) and (max-width:-1) {

    .e-link-in-bio.is-full-height-laptop,
    .e-link-in-bio.is-full-height-tablet_extra {
        --e-link-in-bio-container-height: var(--e-link-in-bio-full-height, 100vh)
    }
}

@media (min-width:1025px) {
    .e-link-in-bio.is-full-height-desktop {
        --e-link-in-bio-container-height: var(--e-link-in-bio-full-height, 100vh)
    }
}

@media (min-width:1025px) and (max-width:99999px) {
    .e-link-in-bio.is-full-height-desktop.is-full-height-widescreen {
        --e-link-in-bio-container-height: var(--e-link-in-bio-full-height, 100vh)
    }
}

@media (min-width:-1) {
    .e-link-in-bio.is-full-height-widescreen {
        --e-link-in-bio-container-height: var(--e-link-in-bio-full-height, 100vh)
    }
}

.e-link-in-bio.is-full-width {
    --e-link-in-bio-container-width: 100%
}

.e-link-in-bio__bg {
    display: grid;
    inset: 0;
    position: absolute;
    z-index: 0
}

.e-link-in-bio__bg,
.e-link-in-bio__bg-overlay {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.e-link-in-bio__bg-overlay {
    opacity: var(--background-overlay-opacity)
}

.e-link-in-bio__content {
    color: #1c2448;
    display: flex;
    flex-direction: column;
    font-family: var(--e-global-typography-text-font-family, "Poppins"), Sans-serif;
    max-width: 100%;
    text-align: center;
    width: var(--e-link-in-bio-content-width);
    z-index: 1
}

.e-link-in-bio__content * {
    word-wrap: break-word
}

.e-link-in-bio__identity {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    margin-block-end: 14px;
    margin-block-start: calc(var(--e-link-in-bio-gutter-block-start) * -1)
}

.e-link-in-bio__identity .e-link-in-bio__identity-image {
    display: flex;
    position: relative
}

.e-link-in-bio__identity .e-link-in-bio__identity-image-element {
    display: block;
    flex: 1 1 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.e-link-in-bio__identity .e-link-in-bio__identity-image-cover {
    align-self: start;
    border: 0 var(--e-link-in-bio-identity-image-cover-border-style) var(--e-link-in-bio-identity-image-cover-border-color);
    border-bottom: var(--e-link-in-bio-identity-image-cover-border-bottom-width) var(--e-link-in-bio-identity-image-cover-border-style) var(--e-link-in-bio-identity-image-cover-border-color);
    grid-column: 1;
    grid-row: 1;
    margin-inline: calc(var(--e-link-in-bio-gutter-inline) * -1);
    max-height: var(--e-link-in-bio-identity-image-cover-height);
    overflow: hidden;
    width: calc(100% + var(--e-link-in-bio-gutter-inline) * 2)
}

.e-link-in-bio__identity .e-link-in-bio__identity-image-cover.has-border {
    --e-link-in-bio-identity-image-cover-border-style: solid
}

.e-link-in-bio__identity .e-link-in-bio__identity-image-cover .e-link-in-bio__identity-image-element {
    -o-object-position: var(--e-link-in-bio-identity-image-cover-position);
    object-position: var(--e-link-in-bio-identity-image-cover-position)
}

.e-link-in-bio__identity .e-link-in-bio__identity-image-profile {
    align-self: center;
    aspect-ratio: 1;
    border-radius: var(--e-link-in-bio-identity-image-profile-border-radius);
    border: var(--e-link-in-bio-identity-image-profile-border-width) var(--e-link-in-bio-identity-image-profile-border-style) var(--e-link-in-bio-identity-image-profile-border-color);
    grid-column: 1;
    grid-row: 1;
    overflow: hidden;
    margin-block-start: var(--e-link-in-bio-gutter-block-start);
    margin-block-end: 17px;
    margin-inline: auto;
    max-width: 100%;
    width: var(--e-link-in-bio-identity-image-profile-width)
}

.e-link-in-bio__identity .e-link-in-bio__identity-image-profile.has-border {
    --e-link-in-bio-identity-image-profile-border-style: solid
}

.e-link-in-bio__identity .e-link-in-bio__identity-image-profile.has-style-square {
    --e-link-in-bio-identity-image-profile-border-radius: 0
}

.e-link-in-bio__identity .e-link-in-bio__identity-image-profile .e-link-in-bio__identity-image-element {
    aspect-ratio: inherit;
    -o-object-position: var(--e-link-in-bio-identity-image-profile-position);
    object-position: var(--e-link-in-bio-identity-image-profile-position)
}

.e-link-in-bio__identity .e-link-in-bio__identity-image-cover+.e-link-in-bio__identity-image-profile {
    margin-block-start: 17px
}

.e-link-in-bio__bio>* {
    margin-block: 0
}

.e-link-in-bio__heading {
    color: var(--e-link-in-bio-heading-color);
    font-size: 36px;
    font-weight: 600;
    line-height: 42px
}

.e-link-in-bio__about-heading {
    color: var(--e-link-in-bio-about-heading-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px
}

.e-link-in-bio__title {
    color: var(--e-link-in-bio-title-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 35px
}

.e-link-in-bio__description {
    color: var(--e-link-in-bio-description-color);
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-block-start: 20px
}

.e-link-in-bio__bio--footer {
    margin-block-start: 34px
}

.e-link-in-bio__bio--footer .e-link-in-bio__description {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    margin-block-start: 0
}

.e-link-in-bio__bio--footer .e-link-in-bio__about-heading+.e-link-in-bio__description {
    margin-block-start: 3px
}

.e-link-in-bio__icons {
    display: flex;
    flex-flow: row wrap;
    gap: var(--e-link-in-bio-icon-gap);
    justify-content: center;
    margin-block-start: 20px
}

.e-link-in-bio__icons i {
    font-size: var(--e-link-in-bio-icon-size)
}

.e-link-in-bio__icons.has-size-medium {
    --e-link-in-bio-icon-size: 30px
}

.e-link-in-bio__icons.has-size-large {
    --e-link-in-bio-icon-gap: 20px 24px;
    --e-link-in-bio-icon-size: 35px
}

.e-link-in-bio__icon {
    display: flex
}

.e-link-in-bio__icon .e-link-in-bio__icon-link {
    align-items: center;
    color: inherit;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column
}

.e-link-in-bio__icon .e-link-in-bio__icon-link:active,
.e-link-in-bio__icon .e-link-in-bio__icon-link:focus,
.e-link-in-bio__icon .e-link-in-bio__icon-link:hover {
    color: inherit
}

.e-link-in-bio__icon .e-link-in-bio__icon-svg {
    align-items: center;
    color: var(--e-link-in-bio-icon-color);
    display: flex;
    justify-content: center
}

.e-link-in-bio__icon svg {
    fill: currentColor;
    height: var(--e-link-in-bio-icon-size)
}

.e-link-in-bio__icon i {
    font-size: var(--e-link-in-bio-icon-size)
}

.e-link-in-bio__icon .e-link-in-bio__icon-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center
}

.e-link-in-bio__image-links {
    display: grid;
    grid-template-columns: repeat(var(--e-link-in-bio-image-links-columns, 2), minmax(0, 1fr));
    grid-template-rows: auto;
    gap: var(--e-link-in-bio-image-links-gap);
    margin-block-start: 24px
}

.e-link-in-bio__image-links.has-1-columns {
    --e-link-in-bio-image-links-columns: 1;
    --e-link-in-bio-image-links-gap: 14px
}

.e-link-in-bio__image-links.has-3-columns {
    --e-link-in-bio-image-links-columns: 3;
    --e-link-in-bio-image-links-gap: 5px
}

.e-link-in-bio__image-links .e-link-in-bio__image-links-link {
    display: grid
}

.e-link-in-bio__image-links img.e-link-in-bio__image-links-img {
    aspect-ratio: 1;
    border: var(--e-link-in-bio-image-links-border-width) var(--e-link-in-bio-image-links-border-style) var(--e-link-in-bio-image-links-border-color);
    display: block;
    height: var(--e-link-in-bio-image-links-height, auto);
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.e-link-in-bio__ctas {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    gap: var(--e-link-in-bio-ctas-gap);
    margin-block-start: 31px
}

.e-link-in-bio__ctas.has-type-link {
    --e-link-in-bio-ctas-gap: 10px;
    justify-items: center
}

.e-link-in-bio__ctas.has-type-divider {
    --e-link-in-bio-ctas-gap: 0
}

.e-link-in-bio__ctas .e-link-in-bio__cta {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px
}

.e-link-in-bio__ctas .e-link-in-bio__cta,
.e-link-in-bio__ctas .e-link-in-bio__cta:active,
.e-link-in-bio__ctas .e-link-in-bio__cta:focus,
.e-link-in-bio__ctas .e-link-in-bio__cta:hover {
    color: var(--e-link-in-bio-ctas-text-color)
}

.e-link-in-bio__ctas .e-link-in-bio__cta-image {
    flex: 0 0 min(50%, 140px)
}

.e-link-in-bio__ctas .e-link-in-bio__cta-image-element {
    aspect-ratio: 140/100;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.e-link-in-bio__ctas .e-link-in-bio__cta-text {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    justify-content: center
}

.e-link-in-bio__ctas .e-link-in-bio__cta.is-type-button {
    border-radius: var(--e-link-in-bio-ctas-border-radius);
    overflow: hidden
}

.e-link-in-bio__ctas .e-link-in-bio__cta.is-type-button.has-border {
    --e-link-in-bio-ctas-border-style: solid;
    border: var(--e-link-in-bio-ctas-border-width) var(--e-link-in-bio-ctas-border-style) var(--e-link-in-bio-ctas-border-color)
}

.e-link-in-bio__ctas .e-link-in-bio__cta.is-type-button.has-corners-rounded {
    --e-link-in-bio-ctas-border-radius: 20px
}

.e-link-in-bio__ctas .e-link-in-bio__cta.is-type-button.has-corners-round {
    --e-link-in-bio-ctas-border-radius: 50px
}

.e-link-in-bio__ctas .e-link-in-bio__cta.is-type-button.has-corners-sharp {
    --e-link-in-bio-ctas-border-radius: 0
}

.e-link-in-bio__ctas .e-link-in-bio__cta.is-type-button .e-link-in-bio__cta-text {
    background-color: var(--e-link-in-bio-ctas-background-color);
    padding-block-end: var(--e-link-in-bio-ctas-padding-block-end);
    padding-block-start: var(--e-link-in-bio-ctas-padding-block-start);
    padding-inline-end: var(--e-link-in-bio-ctas-padding-inline-end);
    padding-inline-start: var(--e-link-in-bio-ctas-padding-inline-start)
}

.e-link-in-bio__ctas .e-link-in-bio__cta.is-type-link {
    --e-link-in-bio-ctas-text-color: #467ff7;
    font-weight: 700;
    margin-block: 17px;
    justify-content: center
}

.e-link-in-bio .e-link-in-bio__content .e-link-in-bio__ctas .e-link-in-bio__cta.is-type-link {
    text-decoration: underline
}

.e-link-in-bio-var-2 {
    --e-link-in-bio-gutter-block-end: 35px;
    --e-link-in-bio-identity-image-cover-height: 215px;
    --e-link-in-bio-identity-image-profile-width: 130px;
    --e-link-in-bio-identity-image-profile-border-color: #fff;
    --e-link-in-bio-identity-image-profile-border-style: solid;
    --e-link-in-bio-identity-image-profile-border-width: 3px
}

.e-link-in-bio-var-2 .e-link-in-bio__identity {
    grid-template-rows: 1fr auto auto
}

.e-link-in-bio-var-2 .e-link-in-bio__identity .e-link-in-bio__identity-image-cover {
    grid-row: 1/span 2
}

.e-link-in-bio-var-2 .e-link-in-bio__identity .e-link-in-bio__identity-image-profile {
    grid-row: 2/span 2
}

.e-link-in-bio-var-2 .e-link-in-bio__identity .e-link-in-bio__identity-image-cover+.e-link-in-bio__identity-image-profile {
    margin-block: 17px
}

.e-link-in-bio-var-2 .e-link-in-bio__icons {
    margin-block-start: 35px
}

.e-link-in-bio-var-3 {
    --e-link-in-bio-gutter-block-end: 20px;
    --e-link-in-bio-ctas-border-radius: 0;
    --e-link-in-bio-ctas-gap: 8px
}

.e-link-in-bio-var-3 .e-link-in-bio__ctas .e-link-in-bio__cta.has-border {
    border: none
}

.e-link-in-bio-var-3 .e-link-in-bio__ctas .e-link-in-bio__cta.has-border .e-link-in-bio__cta-image {
    --e-link-in-bio-ctas-border-style: solid;
    border: var(--e-link-in-bio-ctas-border-width) var(--e-link-in-bio-ctas-border-style) var(--e-link-in-bio-ctas-border-color)
}

.e-link-in-bio-var-3 .e-link-in-bio__ctas .e-link-in-bio__cta.has-corners-round,
.e-link-in-bio-var-3 .e-link-in-bio__ctas .e-link-in-bio__cta.has-corners-rounded {
    --e-link-in-bio-ctas-border-radius: 0
}

.e-link-in-bio-var-4 {
    --e-link-in-bio-ctas-text-color: #1c2448;
    --e-link-in-bio-ctas-background-color: transparent;
    --e-link-in-bio-ctas-divider-color: #1c2448;
    --e-link-in-bio-ctas-divider-width: 1px;
    --e-link-in-bio-ctas-divider-style: solid;
    --e-link-in-bio-ctas-padding-inline-end: 16px;
    --e-link-in-bio-ctas-padding-inline-start: 16px
}

.e-link-in-bio-var-4 .e-link-in-bio__ctas {
    grid-gap: 0;
    margin-block-end: 28px;
    margin-block-start: 28px
}

.e-link-in-bio-var-4 .e-link-in-bio__ctas .e-link-in-bio__cta {
    border-bottom: var(--e-link-in-bio-ctas-divider-width) var(--e-link-in-bio-ctas-divider-style) var(--e-link-in-bio-ctas-divider-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 42px
}

.e-link-in-bio-var-4 .e-link-in-bio__ctas .e-link-in-bio__cta.has-corners-rounded,
.e-link-in-bio-var-5 {
    --e-link-in-bio-ctas-border-radius: 0
}

.e-link-in-bio-var-5 {
    --e-link-in-bio-ctas-gap: 20px 15px;
    --e-link-in-bio-ctas-padding-block-end: 5px;
    --e-link-in-bio-ctas-padding-block-start: 5px;
    --e-link-in-bio-ctas-padding-inline-end: 7px;
    --e-link-in-bio-ctas-padding-inline-start: 7px
}

.e-link-in-bio-var-5 .e-link-in-bio__ctas.has-type-button {
    grid-template-columns: repeat(2, minmax(0, 100px));
    grid-template-rows: auto;
    justify-content: center
}

.e-link-in-bio-var-5 .e-link-in-bio__ctas .e-link-in-bio__cta.has-border {
    border: none
}

.e-link-in-bio-var-5 .e-link-in-bio__ctas .e-link-in-bio__cta.has-border .e-link-in-bio__cta-image {
    --e-link-in-bio-ctas-border-style: solid;
    border: var(--e-link-in-bio-ctas-border-width) var(--e-link-in-bio-ctas-border-style) var(--e-link-in-bio-ctas-border-color)
}

.e-link-in-bio-var-5 .e-link-in-bio__ctas .e-link-in-bio__cta.has-corners-round,
.e-link-in-bio-var-5 .e-link-in-bio__ctas .e-link-in-bio__cta.has-corners-rounded {
    --e-link-in-bio-ctas-border-radius: 0
}

.e-link-in-bio-var-5 .e-link-in-bio__ctas .e-link-in-bio__cta.is-type-button {
    flex-direction: column;
    font-size: 14px
}

.e-link-in-bio-var-5 .e-link-in-bio__ctas .e-link-in-bio__cta.is-type-button .e-link-in-bio__cta-image {
    flex: 0 0 auto;
    margin-bottom: 4px
}

.e-link-in-bio-var-5 .e-link-in-bio__ctas .e-link-in-bio__cta.is-type-button .e-link-in-bio__cta-image-element {
    aspect-ratio: 1;
    height: auto
}

.e-link-in-bio-var-5 .e-link-in-bio__identity-image-cover .e-link-in-bio__identity-image-element {
    -o-object-position: var(--e-link-in-bio-identity-image-profile-position);
    object-position: var(--e-link-in-bio-identity-image-profile-position)
}

.e-link-in-bio-var-7 {
    --e-link-in-bio-icon-background-color: #467ff7;
    --e-link-in-bio-icon-color: #fff;
    --e-link-in-bio-icon-gap-col: 10px;
    --e-link-in-bio-icon-gap-row: 20px;
    --e-link-in-bio-icon-gap: var(--e-link-in-bio-icon-gap-row) 0;
    --e-link-in-bio-icon-text-color: inherit
}

.e-link-in-bio-var-7 .e-link-in-bio__identity .e-link-in-bio__identity-image-cover {
    height: var(--e-link-in-bio-identity-image-cover-height, auto)
}

.e-link-in-bio-var-7 .e-link-in-bio__icons {
    align-items: start;
    gap: var(--e-link-in-bio-icon-gap);
    margin-block-start: 34px;
    margin-inline: auto;
    max-width: 254px;
    width: 100%
}

.e-link-in-bio-var-7 .e-link-in-bio__icons.has-size-large {
    --e-link-in-bio-icon-gap: var(--e-link-in-bio-icon-gap-row) 0
}

.e-link-in-bio-var-7 .e-link-in-bio__icon {
    flex: 1 1 calc(100% / var(--e-link-in-bio-icon-columns));
    max-width: calc(100% / var(--e-link-in-bio-icon-columns));
    padding-inline: calc(var(--e-link-in-bio-icon-gap-col) / 2)
}

.e-link-in-bio-var-7 .e-link-in-bio__icon-svg {
    aspect-ratio: 1;
    background-color: var(--e-link-in-bio-icon-background-color);
    border-radius: 100%;
    height: calc(var(--e-link-in-bio-icon-size) + 30px);
    padding: 15px
}

.e-link-in-bio-var-7 .e-link-in-bio__icon {
    --e-link-in-bio-icon-border-style: solid
}

.e-link-in-bio-var-7 .e-link-in-bio__icon.has-border .e-link-in-bio__icon-svg {
    border: var(--e-link-in-bio-icon-border-width) var(--e-link-in-bio-icon-border-style) var(--e-link-in-bio-icon-border-color);
    height: calc(var(--e-link-in-bio-icon-size) + 30px + var(--e-link-in-bio-icon-border-width) * 2)
}

.e-link-in-bio-var-7 .e-link-in-bio__icon-label {
    color: var(--e-link-in-bio-icon-text-color)
}

.e-link-in-bio-var-7 .e-link-in-bio__ctas {
    margin-block-start: 34px
}

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

/*! elementor-pro - v3.23.0 - 15-07-2024 */
.elementor-bg-transform .elementor-bg {
    will-change: transform
}

.elementor-bg-transform-zoom-in:hover .elementor-bg,
.elementor-bg-transform-zoom-out .elementor-bg {
    transform: scale(1.2)
}

.elementor-bg-transform-zoom-out:hover .elementor-bg {
    transform: scale(1)
}

.elementor-bg-transform-move-left .elementor-bg {
    transform: scale(1.2) translateX(8%)
}

.elementor-bg-transform-move-left:hover .elementor-bg,
.elementor-bg-transform-move-right .elementor-bg {
    transform: scale(1.2) translateX(-8%)
}

.elementor-bg-transform-move-right:hover .elementor-bg {
    transform: scale(1.2) translateX(8%)
}

.elementor-bg-transform-move-up .elementor-bg {
    transform: scale(1.2) translateY(8%)
}

.elementor-bg-transform-move-down .elementor-bg,
.elementor-bg-transform-move-up:hover .elementor-bg {
    transform: scale(1.2) translateY(-8%)
}

.elementor-bg-transform-move-down:hover .elementor-bg {
    transform: scale(1.2) translateY(8%)
}

.elementor-animated-content {
    --translate: 0, 0
}

.elementor-animated-content:focus .elementor-animated-item--grow,
.elementor-animated-content:hover .elementor-animated-item--grow {
    transform: scale(1.1)
}

.elementor-animated-content:focus .elementor-animated-item--shrink,
.elementor-animated-content:hover .elementor-animated-item--shrink {
    transform: scale(.85)
}

.elementor-animated-content:focus .elementor-animated-item--shrink-contained,
.elementor-animated-content:hover .elementor-animated-item--shrink-contained {
    transform: scale(1)
}

.elementor-animated-content:focus .elementor-animated-item--enter-zoom-in,
.elementor-animated-content:focus .elementor-animated-item--enter-zoom-out,
.elementor-animated-content:focus .elementor-animated-item--fade-in,
.elementor-animated-content:hover .elementor-animated-item--enter-zoom-in,
.elementor-animated-content:hover .elementor-animated-item--enter-zoom-out,
.elementor-animated-content:hover .elementor-animated-item--fade-in {
    transform: scale(1);
    opacity: 1
}

.elementor-animated-content:focus .elementor-animated-item--exit-zoom-in,
.elementor-animated-content:focus .elementor-animated-item--exit-zoom-out,
.elementor-animated-content:focus .elementor-animated-item--fade-out,
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in,
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out,
.elementor-animated-content:hover .elementor-animated-item--fade-out {
    opacity: 0
}

.elementor-animated-content:focus .elementor-animated-item--exit-zoom-out,
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out {
    transform: scale(.2)
}

.elementor-animated-content:focus .elementor-animated-item--exit-zoom-in,
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in {
    transform: scale(2)
}

.elementor-animated-content:focus .elementor-animated-item--enter-from-bottom,
.elementor-animated-content:focus .elementor-animated-item--enter-from-left,
.elementor-animated-content:focus .elementor-animated-item--enter-from-right,
.elementor-animated-content:focus .elementor-animated-item--enter-from-top,
.elementor-animated-content:hover .elementor-animated-item--enter-from-bottom,
.elementor-animated-content:hover .elementor-animated-item--enter-from-left,
.elementor-animated-content:hover .elementor-animated-item--enter-from-right,
.elementor-animated-content:hover .elementor-animated-item--enter-from-top {
    opacity: 1;
    transform: translateY(0) translateX(0)
}

.elementor-animated-content:focus .elementor-animated-item--exit-to-right,
.elementor-animated-content:hover .elementor-animated-item--exit-to-right {
    transform: translateX(1000px)
}

.elementor-animated-content:focus .elementor-animated-item--exit-to-left,
.elementor-animated-content:hover .elementor-animated-item--exit-to-left {
    transform: translateX(-1000px)
}

.elementor-animated-content:focus .elementor-animated-item--exit-to-top,
.elementor-animated-content:hover .elementor-animated-item--exit-to-top {
    transform: translateY(-600px)
}

.elementor-animated-content:focus .elementor-animated-item--exit-to-bottom,
.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom {
    transform: translateY(600px)
}

.elementor-animated-content:focus .elementor-animated-item--exit-to-bottom,
.elementor-animated-content:focus .elementor-animated-item--exit-to-left,
.elementor-animated-content:focus .elementor-animated-item--exit-to-right,
.elementor-animated-content:focus .elementor-animated-item--exit-to-top,
.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom,
.elementor-animated-content:hover .elementor-animated-item--exit-to-left,
.elementor-animated-content:hover .elementor-animated-item--exit-to-right,
.elementor-animated-content:hover .elementor-animated-item--exit-to-top {
    opacity: 0
}

.elementor-animated-content:focus .elementor-animated-item--move-right,
.elementor-animated-content:hover .elementor-animated-item--move-right {
    transform: translateX(30px)
}

.elementor-animated-content:focus .elementor-animated-item--move-left,
.elementor-animated-content:hover .elementor-animated-item--move-left {
    transform: translateX(-30px)
}

.elementor-animated-content:focus .elementor-animated-item--move-up,
.elementor-animated-content:hover .elementor-animated-item--move-up {
    transform: translateY(-30px)
}

.elementor-animated-content:focus .elementor-animated-item--move-down,
.elementor-animated-content:hover .elementor-animated-item--move-down {
    transform: translateY(30px)
}

.elementor-animated-content:focus .elementor-animated-item--move-contained-right,
.elementor-animated-content:hover .elementor-animated-item--move-contained-right {
    --translate: 8%, 0
}

.elementor-animated-content:focus .elementor-animated-item--move-contained-left,
.elementor-animated-content:hover .elementor-animated-item--move-contained-left {
    --translate: -8%, 0
}

.elementor-animated-content:focus .elementor-animated-item--move-contained-top,
.elementor-animated-content:hover .elementor-animated-item--move-contained-top {
    --translate: 0, -8%
}

.elementor-animated-content:focus .elementor-animated-item--move-contained-bottom,
.elementor-animated-content:hover .elementor-animated-item--move-contained-bottom {
    --translate: 0, 8%
}

.elementor-animated-content [class^=elementor-animated-item] {
    will-change: transform, opacity
}

.elementor-animated-content .elementor-animated-item--shrink-contained {
    transform: scale(1.17)
}

.elementor-animated-content .elementor-animated-item--enter-zoom-in {
    transform: scale(.2)
}

.elementor-animated-content .elementor-animated-item--enter-zoom-out {
    transform: scale(2)
}

.elementor-animated-content .elementor-animated-item--enter-zoom-in,
.elementor-animated-content .elementor-animated-item--enter-zoom-out,
.elementor-animated-content .elementor-animated-item--fade-in {
    opacity: 0
}

.elementor-animated-content .elementor-animated-item--exit-zoom-in,
.elementor-animated-content .elementor-animated-item--exit-zoom-out,
.elementor-animated-content .elementor-animated-item--fade-out {
    opacity: 1;
    transform: scale(1)
}

.elementor-animated-content .elementor-animated-item--enter-from-right {
    transform: translateX(1000px)
}

.elementor-animated-content .elementor-animated-item--enter-from-left {
    transform: translateX(-1000px)
}

.elementor-animated-content .elementor-animated-item--enter-from-top {
    transform: translateY(-600px)
}

.elementor-animated-content .elementor-animated-item--enter-from-bottom {
    transform: translateY(500px)
}

.elementor-animated-content .elementor-animated-item--enter-from-bottom,
.elementor-animated-content .elementor-animated-item--enter-from-left,
.elementor-animated-content .elementor-animated-item--enter-from-right,
.elementor-animated-content .elementor-animated-item--enter-from-top {
    opacity: 0
}

.elementor-animated-content .elementor-animated-item--exit-to-bottom,
.elementor-animated-content .elementor-animated-item--exit-to-left,
.elementor-animated-content .elementor-animated-item--exit-to-right,
.elementor-animated-content .elementor-animated-item--exit-to-top {
    opacity: 1;
    transform: translateY(0) translateX(0)
}

.elementor-animated-content .elementor-animated-item--move-contained-bottom,
.elementor-animated-content .elementor-animated-item--move-contained-left,
.elementor-animated-content .elementor-animated-item--move-contained-right,
.elementor-animated-content .elementor-animated-item--move-contained-top {
    transform: scale(1.2) translate(var(--translate))
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-widget.elementor-global-widget:hover {
    outline: 1px solid var(--e-p-border-global)
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings {
    background-color: var(--e-p-border-global)
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting {
    background-color: var(--e-p-border-global);
    color: var(--e-p-border-global-invert)
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting:hover {
    background-color: var(--e-p-border-global-hover)
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting.elementor-editor-element-save {
    display: none
}

.elementor-theme-builder-content-area {
    height: 400px
}

.elementor-location-footer:before,
.elementor-location-header:before {
    content: "";
    display: table;
    clear: both
}

.elementor-posts.elementor-posts--skin-archive_full_content article.elementor-post {
    display: block
}

.elementor-sticky--active {
    z-index: 99
}

.e-con.elementor-sticky--active {
    z-index: var(--z-index, 99)
}

[data-elementor-type=popup] .elementor-section-wrap:not(:empty)+#elementor-add-new-section,
[data-elementor-type=popup]:not(.elementor-edit-area) {
    display: none
}

.elementor-popup-modal {
    display: flex;
    pointer-events: none;
    background-color: transparent;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto
}

.elementor-popup-modal .dialog-buttons-wrapper,
.elementor-popup-modal .dialog-header {
    display: none
}

.elementor-popup-modal .dialog-close-button {
    display: none;
    top: 20px;
    margin-top: 0;
    right: 20px;
    opacity: 1;
    z-index: 9999;
    pointer-events: all
}

.elementor-popup-modal .dialog-close-button svg {
    fill: #1f2124;
    height: 1em;
    width: 1em
}

.elementor-popup-modal .dialog-widget-content {
    background-color: #fff;
    width: auto;
    overflow: visible;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
    box-shadow: none;
    pointer-events: all
}

.elementor-popup-modal .dialog-message {
    width: 640px;
    max-width: 100vw;
    max-height: 100vh;
    padding: 0;
    overflow: auto;
    display: flex
}

.elementor-popup-modal .elementor {
    width: 100%
}

.elementor-motion-effects-element,
.elementor-motion-effects-layer {
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0, .33, .07, 1.03);
    transition-duration: 1s
}

.elementor-motion-effects-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.elementor-motion-effects-layer {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover
}

.elementor-motion-effects-perspective {
    perspective: 1200px
}

.elementor-motion-effects-element {
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}


.elementor-2034 .elementor-element.elementor-element-67a13f7e {
    --display: flex;
    --min-height: 350px;
    --background-transition: 0.3s;
    --overlay-opacity: 1;
    --padding-top: 30px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-2034 .elementor-element.elementor-element-67a13f7e .ui-e-fluid-canvas {
    /* --ui-fluid-1: #FF6241AD;
    --ui-fluid-2: #FFE55C;
    --ui-fluid-3: #5CFFA7;
    --ui-fluid-4: #5CCEFF; */
    --ui-fluid-1: #fff;
    --ui-fluid-2: #fff;
    --ui-fluid-3: #fff;
    --ui-fluid-4: #fff;
}

.elementor-2034 .elementor-element.elementor-element-67a13f7e::before,
.elementor-2034 .elementor-element.elementor-element-67a13f7e>.elementor-background-video-container::before,
.elementor-2034 .elementor-element.elementor-element-67a13f7e>.e-con-inner>.elementor-background-video-container::before,
.elementor-2034 .elementor-element.elementor-element-67a13f7e>.elementor-background-slideshow::before,
.elementor-2034 .elementor-element.elementor-element-67a13f7e>.e-con-inner>.elementor-background-slideshow::before,
.elementor-2034 .elementor-element.elementor-element-67a13f7e>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
    --background-overlay: '';
    background-color: transparent;
    background-image: radial-gradient(at top right, #FFFFFF00 0%, var(--e-global-color-uicore_white) 75%);
}

.elementor-2034 .elementor-element.elementor-element-67a13f7e,
.elementor-2034 .elementor-element.elementor-element-67a13f7e::before {
    --overlay-transition: 0.3s;
    --border-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-51f707cb {
    text-align: center;
}

.elementor-2034 .elementor-element.elementor-element-51f707cb .elementor-heading-title {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 49px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-4d36f349 {
    text-align: center;
}

.elementor-2034 .elementor-element.elementor-element-4d36f349 .elementor-heading-title {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    font-weight: 500;
}

.elementor-2034 .elementor-element.elementor-element-06ae358 img {
    width: 543px;
}

.elementor-2034 .elementor-element.elementor-element-572851bd>.elementor-widget-container {
    margin: -96px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-7f7cae44 {
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    /* margin-top: -25px; */
    /* margin-bottom: -20px; */
    padding: 2px 0px 10px 0px;
    z-index: 1;
    max-height: 620px;
    overflow-y: scroll !important;
    oveflow-x: hidden !important;
}

.elementor-2034 .elementor-element.elementor-element-7f7cae44:not(.elementor-motion-effects-element-type-background),
.elementor-2034 .elementor-element.elementor-element-7f7cae44>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #4e63d7;
    color: white !important;
}

.elementor-2034 .elementor-element.elementor-element-7f7cae44>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-7f7cae44::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
}

.elementor-2034 .elementor-element.elementor-element-7f7cae44::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 16px;
}

.elementor-2034 .elementor-element.elementor-element-7f7cae44::-webkit-scrollbar {
    width: 31px;
}

.elementor-bc-flex-widget .elementor-2034 .elementor-element.elementor-element-58144eb7.elementor-column .elementor-widget-wrap {
    align-items: center;
}

.elementor-2034 .elementor-element.elementor-element-58144eb7.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
    align-content: center;
    align-items: center;
}

.elementor-2034 .elementor-element.elementor-element-58144eb7.elementor-column>.elementor-widget-wrap {
    justify-content: flex-end;
}

.elementor-2034 .elementor-element.elementor-element-576ec152 {
    --iteration-count: infinite;
    --animation-duration: 1200ms;
    --dynamic-text-color: #262626;
}

.elementor-2034 .elementor-element.elementor-element-576ec152 .elementor-headline {
    text-align: center;
}

.elementor-2034 .elementor-element.elementor-element-576ec152 .elementor-headline-dynamic-wrapper path {
    stroke: #000000;
}

.elementor-2034 .elementor-element.elementor-element-576ec152 .elementor-headline-plain-text {
    color: #fff;
}

.elementor-2034 .elementor-element.elementor-element-576ec152>.elementor-widget-container {
    margin: -38px 0px -38px 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-6c939488 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --margin-top: 21px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
}

.elementor-2034 .elementor-element.elementor-element-6c939488:not(.elementor-motion-effects-element-type-background),
.elementor-2034 .elementor-element.elementor-element-6c939488>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(180deg, #39D3FF29 0%, #29B6F208 100%);
}

.elementor-2034 .elementor-element.elementor-element-6c939488,
.elementor-2034 .elementor-element.elementor-element-6c939488::before {
    --border-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-3a8d2f00 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-3a8d2f00.e-con {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-2ecb8b81 .elementor-heading-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 38px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-2ecb8b81>.elementor-widget-container {
    margin: 58px 0px 30px 0px;
}

.elementor-2034 .elementor-element.elementor-element-2ecb8b81 {
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-2ecb8b81.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-35146d7e {
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    width: var(--container-widget-width, 606px);
    max-width: 606px;
    --container-widget-width: 606px;
    --container-widget-flex-grow: 0;
}

.elementor-2034 .elementor-element.elementor-element-35146d7e>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-275d50a6 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(16px/2);
}

.elementor-2034 .elementor-element.elementor-element-275d50a6 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(16px/2);
}

.elementor-2034 .elementor-element.elementor-element-275d50a6 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(16px/2);
    margin-left: calc(16px/2);
}

.elementor-2034 .elementor-element.elementor-element-275d50a6 .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-16px/2);
    margin-left: calc(-16px/2);
}

body.rtl .elementor-2034 .elementor-element.elementor-element-275d50a6 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-16px/2);
}

body:not(.rtl) .elementor-2034 .elementor-element.elementor-element-275d50a6 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-16px/2);
}

.elementor-2034 .elementor-element.elementor-element-275d50a6 .elementor-icon-list-icon i {
    color: var(--e-global-color-uicore_headline);
    transition: color 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-275d50a6 .elementor-icon-list-icon svg {
    fill: var(--e-global-color-uicore_headline);
    transition: fill 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-275d50a6 {
    --e-icon-list-icon-size: 20px;
    --e-icon-list-icon-align: center;
    --e-icon-list-icon-margin: 0 calc(var(--e-icon-list-icon-size, 1em) * 0.125);
    --icon-vertical-align: flex-start;
    --icon-vertical-offset: 7px;
}

.elementor-2034 .elementor-element.elementor-element-275d50a6 .elementor-icon-list-icon {
    padding-right: 7px;
}

.elementor-2034 .elementor-element.elementor-element-275d50a6 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-2034 .elementor-element.elementor-element-275d50a6 .elementor-icon-list-item>a {
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
}

.elementor-2034 .elementor-element.elementor-element-275d50a6 .elementor-icon-list-text {
    color: var(--e-global-color-uicore_headline);
    transition: color 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-275d50a6>.elementor-widget-container {
    margin: 0px 0px 54px 0px;
}

.elementor-2034 .elementor-element.elementor-element-add0f31 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-1e19f153 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
}

.elementor-2034 .elementor-element.elementor-element-1e19f153:not(.elementor-motion-effects-element-type-background),
.elementor-2034 .elementor-element.elementor-element-1e19f153>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(180deg, #29B6F208 0%, #29B6F208 100%);
}

.elementor-2034 .elementor-element.elementor-element-1e19f153,
.elementor-2034 .elementor-element.elementor-element-1e19f153::before {
    --border-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-733d51ea {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-733d51ea.e-con {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-bdbf7bd {
    text-align: center;
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-bdbf7bd .elementor-heading-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 58px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-bdbf7bd>.elementor-widget-container {
    margin: 1px 0px 30px 0px;
    padding: 0px 130px 0px 130px;
}

.elementor-2034 .elementor-element.elementor-element-bdbf7bd.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-3dad540e {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-9c31da6 {
    --display: flex;
    --background-transition: 0.3s;
    --border-radius: 22px 22px 22px 22px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    --margin-top: 7px;
    --margin-bottom: 7px;
    --margin-left: 7px;
    --margin-right: 7px;
}

.elementor-2034 .elementor-element.elementor-element-9c31da6:not(.elementor-motion-effects-element-type-background),
.elementor-2034 .elementor-element.elementor-element-9c31da6>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #FFFFFF;
}

.elementor-2034 .elementor-element.elementor-element-9c31da6,
.elementor-2034 .elementor-element.elementor-element-9c31da6::before {
    --border-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-199595b8 {
    text-align: center;
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-199595b8 .elementor-heading-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 26px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-199595b8>.elementor-widget-container {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-199595b8.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-4bc7b0b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(16px/2);
}

.elementor-2034 .elementor-element.elementor-element-4bc7b0b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(16px/2);
}

.elementor-2034 .elementor-element.elementor-element-4bc7b0b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(16px/2);
    margin-left: calc(16px/2);
}

.elementor-2034 .elementor-element.elementor-element-4bc7b0b .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-16px/2);
    margin-left: calc(-16px/2);
}

body.rtl .elementor-2034 .elementor-element.elementor-element-4bc7b0b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-16px/2);
}

body:not(.rtl) .elementor-2034 .elementor-element.elementor-element-4bc7b0b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-16px/2);
}

.elementor-2034 .elementor-element.elementor-element-4bc7b0b .elementor-icon-list-icon i {
    color: #F80B0B;
    transition: color 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-4bc7b0b .elementor-icon-list-icon svg {
    fill: #F80B0B;
    transition: fill 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-4bc7b0b {
    --e-icon-list-icon-size: 20px;
    --e-icon-list-icon-align: center;
    --e-icon-list-icon-margin: 0 calc(var(--e-icon-list-icon-size, 1em) * 0.125);
    --icon-vertical-align: flex-start;
    --icon-vertical-offset: 7px;
}

.elementor-2034 .elementor-element.elementor-element-4bc7b0b .elementor-icon-list-icon {
    padding-right: 7px;
}

.elementor-2034 .elementor-element.elementor-element-4bc7b0b .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-2034 .elementor-element.elementor-element-4bc7b0b .elementor-icon-list-item>a {
    font-family: "Montserrat", Sans-serif;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-4bc7b0b .elementor-icon-list-text {
    color: var(--e-global-color-uicore_headline);
    transition: color 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-4bc7b0b>.elementor-widget-container {
    margin: 30px 0px 54px 0px;
}

.elementor-2034 .elementor-element.elementor-element-46761c7a {
    --display: flex;
    --background-transition: 0.3s;
    --border-radius: 22px 22px 22px 22px;
    box-shadow: 0px 0px 5px 0px #00aff0;
    --margin-top: 7px;
    --margin-bottom: 7px;
    --margin-left: 7px;
    --margin-right: 7px;
}

.elementor-2034 .elementor-element.elementor-element-46761c7a:not(.elementor-motion-effects-element-type-background),
.elementor-2034 .elementor-element.elementor-element-46761c7a>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #FFFFFF;
}

.elementor-2034 .elementor-element.elementor-element-46761c7a,
.elementor-2034 .elementor-element.elementor-element-46761c7a::before {
    --border-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-28eb22ae {
    text-align: center;
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-28eb22ae .elementor-heading-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 26px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-28eb22ae>.elementor-widget-container {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-28eb22ae.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-5fd95e38 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(16px/2);
}

.elementor-2034 .elementor-element.elementor-element-5fd95e38 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(16px/2);
}

.elementor-2034 .elementor-element.elementor-element-5fd95e38 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(16px/2);
    margin-left: calc(16px/2);
}

.elementor-2034 .elementor-element.elementor-element-5fd95e38 .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-16px/2);
    margin-left: calc(-16px/2);
}

body.rtl .elementor-2034 .elementor-element.elementor-element-5fd95e38 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-16px/2);
}

body:not(.rtl) .elementor-2034 .elementor-element.elementor-element-5fd95e38 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-16px/2);
}

.elementor-2034 .elementor-element.elementor-element-5fd95e38 .elementor-icon-list-icon i {
    color: #24B742;
    transition: color 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-5fd95e38 .elementor-icon-list-icon svg {
    fill: #24B742;
    transition: fill 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-5fd95e38 {
    --e-icon-list-icon-size: 20px;
    --e-icon-list-icon-align: center;
    --e-icon-list-icon-margin: 0 calc(var(--e-icon-list-icon-size, 1em) * 0.125);
    --icon-vertical-align: flex-start;
    --icon-vertical-offset: 7px;
}

.elementor-2034 .elementor-element.elementor-element-5fd95e38 .elementor-icon-list-icon {
    padding-right: 7px;
}

.elementor-2034 .elementor-element.elementor-element-5fd95e38 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-2034 .elementor-element.elementor-element-5fd95e38 .elementor-icon-list-item>a {
    font-family: "Montserrat", Sans-serif;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-5fd95e38 .elementor-icon-list-text {
    color: var(--e-global-color-uicore_headline);
    transition: color 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-5fd95e38>.elementor-widget-container {
    margin: 30px 0px 54px 0px;
}

.elementor-2034 .elementor-element.elementor-element-449c2ad9 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
}

.elementor-2034 .elementor-element.elementor-element-449c2ad9:not(.elementor-motion-effects-element-type-background),
.elementor-2034 .elementor-element.elementor-element-449c2ad9>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(180deg, #29B6F208 0%, #FEFEFEFA 100%);
}

.elementor-2034 .elementor-element.elementor-element-449c2ad9,
.elementor-2034 .elementor-element.elementor-element-449c2ad9::before {
    --border-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-3cda8c0c {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-3cda8c0c.e-con {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-40bb004e {
    text-align: center;
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-40bb004e .elementor-heading-title {
    font-family: "Caveat", Sans-serif;
    font-size: 38px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-40bb004e>.elementor-widget-container {
    margin: 58px 0px 30px 0px;
}

.elementor-2034 .elementor-element.elementor-element-40bb004e.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-e72d5b6 {
    text-align: center;
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-e72d5b6 .elementor-heading-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 43px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-e72d5b6>.elementor-widget-container {
    margin: -41px 0px 30px 0px;
}

.elementor-2034 .elementor-element.elementor-element-e72d5b6.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-6a70fcbe {
    text-align: center;
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-6a70fcbe .elementor-heading-title {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-6a70fcbe>.elementor-widget-container {
    margin: -41px 0px 30px 0px;
}

.elementor-2034 .elementor-element.elementor-element-6a70fcbe.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-62865e8b {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
}

.elementor-2034 .elementor-element.elementor-element-62865e8b:not(.elementor-motion-effects-element-type-background),
.elementor-2034 .elementor-element.elementor-element-62865e8b>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(180deg, #FEFEFEFA 0%, #FEFEFEFA 100%);
}

.elementor-2034 .elementor-element.elementor-element-62865e8b,
.elementor-2034 .elementor-element.elementor-element-62865e8b::before {
    --border-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-50a3e42e {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-50a3e42e.e-con {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-1ba70121 {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-54a42d2d img {
    width: 25%;
}

.elementor-2034 .elementor-element.elementor-element-55b8750a {
    text-align: center;
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-55b8750a .elementor-heading-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-55b8750a>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-55b8750a.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-32d5068a {
    text-align: center;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    line-height: 17px;
    width: var(--container-widget-width, 606px);
    max-width: 606px;
    --container-widget-width: 606px;
    --container-widget-flex-grow: 0;
}

.elementor-2034 .elementor-element.elementor-element-32d5068a>.elementor-widget-container {
    margin: -17px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-3b5dcdac {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-2131ca95 img {
    width: 25%;
}

.elementor-2034 .elementor-element.elementor-element-28a84060 {
    text-align: center;
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-28a84060 .elementor-heading-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-28a84060>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-28a84060.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-16161b71 {
    text-align: center;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    line-height: 17px;
    width: var(--container-widget-width, 606px);
    max-width: 606px;
    --container-widget-width: 606px;
    --container-widget-flex-grow: 0;
}

.elementor-2034 .elementor-element.elementor-element-16161b71>.elementor-widget-container {
    margin: -17px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-3e4dc6e0 {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-70fb3059 img {
    width: 25%;
}

.elementor-2034 .elementor-element.elementor-element-5fd211b7 {
    text-align: center;
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-5fd211b7 .elementor-heading-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-5fd211b7>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-5fd211b7.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-613da4bd {
    text-align: center;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    line-height: 17px;
    width: var(--container-widget-width, 606px);
    max-width: 606px;
    --container-widget-width: 606px;
    --container-widget-flex-grow: 0;
}

.elementor-2034 .elementor-element.elementor-element-613da4bd>.elementor-widget-container {
    margin: -17px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-1f2a69fd {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-c551eab img {
    width: 25%;
}

.elementor-2034 .elementor-element.elementor-element-5411267a {
    text-align: center;
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-5411267a .elementor-heading-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-5411267a>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-5411267a.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-5587b74e {
    text-align: center;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    line-height: 17px;
    width: var(--container-widget-width, 606px);
    max-width: 606px;
    --container-widget-width: 606px;
    --container-widget-flex-grow: 0;
}

.elementor-2034 .elementor-element.elementor-element-5587b74e>.elementor-widget-container {
    margin: -17px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-103c8f9f {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
}

.elementor-2034 .elementor-element.elementor-element-103c8f9f:not(.elementor-motion-effects-element-type-background),
.elementor-2034 .elementor-element.elementor-element-103c8f9f>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(180deg, #FEFEFEFA 0%, #FEFEFEFA 100%);
}

.elementor-2034 .elementor-element.elementor-element-103c8f9f,
.elementor-2034 .elementor-element.elementor-element-103c8f9f::before {
    --border-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-18ff5216 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-18ff5216.e-con {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-2e3ce64f {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-43561de0 img {
    width: 25%;
}

.elementor-2034 .elementor-element.elementor-element-66990200 {
    text-align: center;
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-66990200 .elementor-heading-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-66990200>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-66990200.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-582dd9a0 {
    text-align: center;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    line-height: 17px;
    width: var(--container-widget-width, 606px);
    max-width: 606px;
    --container-widget-width: 606px;
    --container-widget-flex-grow: 0;
}

.elementor-2034 .elementor-element.elementor-element-582dd9a0>.elementor-widget-container {
    margin: -17px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-5002bb54 {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-9bf5e45 img {
    width: 25%;
}

.elementor-2034 .elementor-element.elementor-element-5497a28e {
    text-align: center;
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-5497a28e .elementor-heading-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-5497a28e>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-5497a28e.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-6bef73b2 {
    text-align: center;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    line-height: 17px;
    width: var(--container-widget-width, 606px);
    max-width: 606px;
    --container-widget-width: 606px;
    --container-widget-flex-grow: 0;
}

.elementor-2034 .elementor-element.elementor-element-6bef73b2>.elementor-widget-container {
    margin: -17px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-3b7e87e2 {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-70dfc65a img {
    width: 25%;
}

.elementor-2034 .elementor-element.elementor-element-6b51336c {
    text-align: center;
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-6b51336c .elementor-heading-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-6b51336c>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-6b51336c.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-d69d286 {
    text-align: center;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    line-height: 17px;
    width: var(--container-widget-width, 606px);
    max-width: 606px;
    --container-widget-width: 606px;
    --container-widget-flex-grow: 0;
}

.elementor-2034 .elementor-element.elementor-element-d69d286>.elementor-widget-container {
    margin: -17px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-461bb88b {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-6eba6f8a img {
    width: 25%;
}

.elementor-2034 .elementor-element.elementor-element-2e5aedcb {
    text-align: center;
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-2e5aedcb .elementor-heading-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-2e5aedcb>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-2e5aedcb.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-3208148e {
    text-align: center;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    line-height: 17px;
    width: var(--container-widget-width, 606px);
    max-width: 606px;
    --container-widget-width: 606px;
    --container-widget-flex-grow: 0;
}

.elementor-2034 .elementor-element.elementor-element-3208148e>.elementor-widget-container {
    margin: -17px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-6c78c0b5 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
}

.elementor-2034 .elementor-element.elementor-element-6c78c0b5:not(.elementor-motion-effects-element-type-background),
.elementor-2034 .elementor-element.elementor-element-6c78c0b5>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(180deg, #FEFEFEFA 0%, #FEFEFEFA 100%);
}

.elementor-2034 .elementor-element.elementor-element-6c78c0b5,
.elementor-2034 .elementor-element.elementor-element-6c78c0b5::before {
    --border-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-719b9c25 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-719b9c25.e-con {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-4f0e8145 {
    text-align: center;
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-4f0e8145 .elementor-heading-title {
    font-family: "Caveat", Sans-serif;
    font-size: 23px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-4f0e8145>.elementor-widget-container {
    margin: 5px 0px -9px 0px;
}

.elementor-2034 .elementor-element.elementor-element-4f0e8145.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-14de4896 .elementor-button-content-wrapper {
    flex-direction: row-reverse;
}

.elementor-2034 .elementor-element.elementor-element-14de4896 .elementor-button {
    font-size: 25px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #093267;
    border-style: none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    padding: 29px 29px 29px 29px;
}

.elementor-2034 .elementor-element.elementor-element-14de4896>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-9ea6ce9 {
    text-align: center;
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-9ea6ce9 .elementor-heading-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    font-weight: 500;
    text-decoration: underline;
}

.elementor-2034 .elementor-element.elementor-element-9ea6ce9>.elementor-widget-container {
    margin: -4px 0px 45px 0px;
}

.elementor-2034 .elementor-element.elementor-element-9ea6ce9.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-3bf75833 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
}

.elementor-2034 .elementor-element.elementor-element-3bf75833:not(.elementor-motion-effects-element-type-background),
.elementor-2034 .elementor-element.elementor-element-3bf75833>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(180deg, #29B6F238 0%, #29B6F208 100%);
}

.elementor-2034 .elementor-element.elementor-element-3bf75833,
.elementor-2034 .elementor-element.elementor-element-3bf75833::before {
    --border-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-1bbbc67f {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-1bbbc67f.e-con {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-70cd821e {
    --display: flex;
    --justify-content: center;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-706d5091 .elementor-wrapper {
    --video-aspect-ratio: 1.77777;
}

.elementor-2034 .elementor-element.elementor-element-706d5091>.elementor-widget-container {
    border-radius: 10px 10px 10px 10px;
}

.elementor-2034 .elementor-element.elementor-element-479c6880 {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-d8499f5 {
    text-align: left;
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-d8499f5 .elementor-heading-title {
    font-family: "Caveat", Sans-serif;
    font-size: 23px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-d8499f5>.elementor-widget-container {
    margin: 32px 0px 30px 0px;
}

.elementor-2034 .elementor-element.elementor-element-d8499f5.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-5de1414f {
    text-align: left;
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-5de1414f .elementor-heading-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 28px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-5de1414f>.elementor-widget-container {
    margin: -41px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-5de1414f.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-30d4f8cb {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 17px;
    width: var(--container-widget-width, 606px);
    max-width: 606px;
    --container-widget-width: 606px;
    --container-widget-flex-grow: 0;
}

.elementor-2034 .elementor-element.elementor-element-30d4f8cb>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-48807b1c {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
}

.elementor-2034 .elementor-element.elementor-element-48807b1c:not(.elementor-motion-effects-element-type-background),
.elementor-2034 .elementor-element.elementor-element-48807b1c>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(180deg, #29B6F208 0%, #FEFEFEFA 100%);
}

.elementor-2034 .elementor-element.elementor-element-48807b1c,
.elementor-2034 .elementor-element.elementor-element-48807b1c::before {
    --border-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-77732afb {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-77732afb.e-con {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-3cf19769 {
    text-align: center;
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-3cf19769 .elementor-heading-title {
    font-family: "Caveat", Sans-serif;
    font-size: 38px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-3cf19769>.elementor-widget-container {
    margin: 58px 0px 30px 0px;
}

.elementor-2034 .elementor-element.elementor-element-3cf19769.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-2f4d0d1b {
    text-align: center;
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-2f4d0d1b .elementor-heading-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 31px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-2f4d0d1b>.elementor-widget-container {
    margin: -41px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-2f4d0d1b.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-8561639 {
    text-align: center;
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-8561639 .elementor-heading-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    font-weight: 500;
}

.elementor-2034 .elementor-element.elementor-element-8561639>.elementor-widget-container {
    margin: -4px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-8561639.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-5491c404 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s;
    --margin-top: -21px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
}

.elementor-2034 .elementor-element.elementor-element-22cee1b2 .elementor-icon-wrapper {
    text-align: center;
}

.elementor-2034 .elementor-element.elementor-element-22cee1b2.elementor-view-stacked .elementor-icon {
    background-color: #093267A1;
}

.elementor-2034 .elementor-element.elementor-element-22cee1b2.elementor-view-framed .elementor-icon,
.elementor-2034 .elementor-element.elementor-element-22cee1b2.elementor-view-default .elementor-icon {
    color: #093267A1;
    border-color: #093267A1;
}

.elementor-2034 .elementor-element.elementor-element-22cee1b2.elementor-view-framed .elementor-icon,
.elementor-2034 .elementor-element.elementor-element-22cee1b2.elementor-view-default .elementor-icon svg {
    fill: #093267A1;
}

.elementor-2034 .elementor-element.elementor-element-47e12e41 .elementor-icon-wrapper {
    text-align: center;
}

.elementor-2034 .elementor-element.elementor-element-47e12e41.elementor-view-stacked .elementor-icon {
    background-color: #093267A1;
}

.elementor-2034 .elementor-element.elementor-element-47e12e41.elementor-view-framed .elementor-icon,
.elementor-2034 .elementor-element.elementor-element-47e12e41.elementor-view-default .elementor-icon {
    color: #093267A1;
    border-color: #093267A1;
}

.elementor-2034 .elementor-element.elementor-element-47e12e41.elementor-view-framed .elementor-icon,
.elementor-2034 .elementor-element.elementor-element-47e12e41.elementor-view-default .elementor-icon svg {
    fill: #093267A1;
}

.elementor-2034 .elementor-element.elementor-element-4c7c9264 .elementor-icon-wrapper {
    text-align: center;
}

.elementor-2034 .elementor-element.elementor-element-4c7c9264.elementor-view-stacked .elementor-icon {
    background-color: #093267A1;
}

.elementor-2034 .elementor-element.elementor-element-4c7c9264.elementor-view-framed .elementor-icon,
.elementor-2034 .elementor-element.elementor-element-4c7c9264.elementor-view-default .elementor-icon {
    color: #093267A1;
    border-color: #093267A1;
}

.elementor-2034 .elementor-element.elementor-element-4c7c9264.elementor-view-framed .elementor-icon,
.elementor-2034 .elementor-element.elementor-element-4c7c9264.elementor-view-default .elementor-icon svg {
    fill: #093267A1;
}

.elementor-2034 .elementor-element.elementor-element-bdfc6dc {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
}

.elementor-2034 .elementor-element.elementor-element-bdfc6dc:not(.elementor-motion-effects-element-type-background),
.elementor-2034 .elementor-element.elementor-element-bdfc6dc>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(180deg, #29B6F208 0%, #29B6F208 100%);
}

.elementor-2034 .elementor-element.elementor-element-bdfc6dc,
.elementor-2034 .elementor-element.elementor-element-bdfc6dc::before {
    --border-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-4a4a8095 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s;
    --border-radius: 18px 18px 18px 18px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.27);
}

.elementor-2034 .elementor-element.elementor-element-4a4a8095:not(.elementor-motion-effects-element-type-background),
.elementor-2034 .elementor-element.elementor-element-4a4a8095>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #FFFFFF;
}

.elementor-2034 .elementor-element.elementor-element-4a4a8095,
.elementor-2034 .elementor-element.elementor-element-4a4a8095::before {
    --border-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-4a4a8095.e-con {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-78d2160c {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-135235e8 .elementor-heading-title {
    color: #51A9CF;
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-135235e8>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-135235e8 {
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-135235e8.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-40ed1285 .elementor-heading-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 38px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-40ed1285>.elementor-widget-container {
    margin: -21px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-40ed1285 {
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-40ed1285.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-24b5e440 {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 17px;
    width: var(--container-widget-width, 606px);
    max-width: 606px;
    --container-widget-width: 606px;
    --container-widget-flex-grow: 0;
}

.elementor-2034 .elementor-element.elementor-element-24b5e440>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-6b111716 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(16px/2);
}

.elementor-2034 .elementor-element.elementor-element-6b111716 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(16px/2);
}

.elementor-2034 .elementor-element.elementor-element-6b111716 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(16px/2);
    margin-left: calc(16px/2);
}

.elementor-2034 .elementor-element.elementor-element-6b111716 .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-16px/2);
    margin-left: calc(-16px/2);
}

body.rtl .elementor-2034 .elementor-element.elementor-element-6b111716 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-16px/2);
}

body:not(.rtl) .elementor-2034 .elementor-element.elementor-element-6b111716 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-16px/2);
}

.elementor-2034 .elementor-element.elementor-element-6b111716 .elementor-icon-list-icon i {
    color: #51A9CF;
    transition: color 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-6b111716 .elementor-icon-list-icon svg {
    fill: #51A9CF;
    transition: fill 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-6b111716 {
    --e-icon-list-icon-size: 20px;
    --e-icon-list-icon-align: center;
    --e-icon-list-icon-margin: 0 calc(var(--e-icon-list-icon-size, 1em) * 0.125);
    --icon-vertical-align: flex-start;
    --icon-vertical-offset: 7px;
}

.elementor-2034 .elementor-element.elementor-element-6b111716 .elementor-icon-list-icon {
    padding-right: 7px;
}

.elementor-2034 .elementor-element.elementor-element-6b111716 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-2034 .elementor-element.elementor-element-6b111716 .elementor-icon-list-item>a {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.elementor-2034 .elementor-element.elementor-element-6b111716 .elementor-icon-list-text {
    color: var(--e-global-color-uicore_headline);
    transition: color 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-6b111716>.elementor-widget-container {
    margin: 0px 0px 29px 0px;
}

.elementor-2034 .elementor-element.elementor-element-17555c12 {
    --display: flex;
    --justify-content: center;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-3b7a9987 .elementor-button {
    font-size: 14px;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #093267;
    border-style: none;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    padding: 18px 18px 18px 18px;
}

.elementor-2034 .elementor-element.elementor-element-3b7a9987>.elementor-widget-container {
    margin: 20px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-1cbd787f {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --margin-top: 32px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
}

.elementor-2034 .elementor-element.elementor-element-1cbd787f:not(.elementor-motion-effects-element-type-background),
.elementor-2034 .elementor-element.elementor-element-1cbd787f>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(180deg, #29B6F208 0%, #29B6F208 100%);
}

.elementor-2034 .elementor-element.elementor-element-1cbd787f,
.elementor-2034 .elementor-element.elementor-element-1cbd787f::before {
    --border-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-830973e {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s;
    --border-radius: 18px 18px 18px 18px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.27);
}

.elementor-2034 .elementor-element.elementor-element-830973e:not(.elementor-motion-effects-element-type-background),
.elementor-2034 .elementor-element.elementor-element-830973e>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #FFFFFF;
}

.elementor-2034 .elementor-element.elementor-element-830973e,
.elementor-2034 .elementor-element.elementor-element-830973e::before {
    --border-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-830973e.e-con {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-5d6c9d67 {
    --display: flex;
    --justify-content: center;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-c64d5ba>.elementor-widget-container {
    margin: 0px 0px 66px 0px;
}

.elementor-2034 .elementor-element.elementor-element-5a30bbe {
    width: var(--container-widget-width, 222px);
    max-width: 222px;
    --container-widget-width: 222px;
    --container-widget-flex-grow: 0;
    top: 209px;
}

.elementor-2034 .elementor-element.elementor-element-5a30bbe.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

body:not(.rtl) .elementor-2034 .elementor-element.elementor-element-5a30bbe {
    left: 35px;
}

body.rtl .elementor-2034 .elementor-element.elementor-element-5a30bbe {
    right: 35px;
}

.elementor-2034 .elementor-element.elementor-element-5a30bbe>.elementor-widget-container {
    border-radius: 36px 36px 36px 36px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.elementor-2034 .elementor-element.elementor-element-bab3249 {
    width: var(--container-widget-width, 222px);
    max-width: 222px;
    --container-widget-width: 222px;
    --container-widget-flex-grow: 0;
    top: 209px;
}

.elementor-2034 .elementor-element.elementor-element-bab3249.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

body:not(.rtl) .elementor-2034 .elementor-element.elementor-element-bab3249 {
    left: 35px;
}

body.rtl .elementor-2034 .elementor-element.elementor-element-bab3249 {
    right: 35px;
}

.elementor-2034 .elementor-element.elementor-element-bab3249>.elementor-widget-container {
    border-radius: 36px 36px 36px 36px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.elementor-2034 .elementor-element.elementor-element-3c1f1d69 .elementor-button {
    font-size: 14px;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #093267;
    border-style: none;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    padding: 18px 18px 18px 18px;
}

.elementor-2034 .elementor-element.elementor-element-3c1f1d69>.elementor-widget-container {
    margin: 20px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-299c2960 {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-7ff51fcf .elementor-heading-title {
    color: #51A9CF;
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-7ff51fcf>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-7ff51fcf {
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-7ff51fcf.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-896f46b .elementor-heading-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 38px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-896f46b>.elementor-widget-container {
    margin: -21px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-896f46b {
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-896f46b.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-3c247785>.elementor-widget-container {
    margin: 0px 0px 66px 0px;
}

.elementor-2034 .elementor-element.elementor-element-58e3f0d0 {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 17px;
    width: var(--container-widget-width, 606px);
    max-width: 606px;
    --container-widget-width: 606px;
    --container-widget-flex-grow: 0;
}

.elementor-2034 .elementor-element.elementor-element-58e3f0d0>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-4589e929 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(16px/2);
}

.elementor-2034 .elementor-element.elementor-element-4589e929 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(16px/2);
}

.elementor-2034 .elementor-element.elementor-element-4589e929 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(16px/2);
    margin-left: calc(16px/2);
}

.elementor-2034 .elementor-element.elementor-element-4589e929 .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-16px/2);
    margin-left: calc(-16px/2);
}

body.rtl .elementor-2034 .elementor-element.elementor-element-4589e929 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-16px/2);
}

body:not(.rtl) .elementor-2034 .elementor-element.elementor-element-4589e929 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-16px/2);
}

.elementor-2034 .elementor-element.elementor-element-4589e929 .elementor-icon-list-icon i {
    color: #51A9CF;
    transition: color 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-4589e929 .elementor-icon-list-icon svg {
    fill: #51A9CF;
    transition: fill 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-4589e929 {
    --e-icon-list-icon-size: 20px;
    --e-icon-list-icon-align: center;
    --e-icon-list-icon-margin: 0 calc(var(--e-icon-list-icon-size, 1em) * 0.125);
    --icon-vertical-align: flex-start;
    --icon-vertical-offset: 7px;
}

.elementor-2034 .elementor-element.elementor-element-4589e929 .elementor-icon-list-icon {
    padding-right: 7px;
}

.elementor-2034 .elementor-element.elementor-element-4589e929 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-2034 .elementor-element.elementor-element-4589e929 .elementor-icon-list-item>a {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.elementor-2034 .elementor-element.elementor-element-4589e929 .elementor-icon-list-text {
    color: var(--e-global-color-uicore_headline);
    transition: color 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-4589e929>.elementor-widget-container {
    margin: 0px 0px 29px 0px;
}

.elementor-2034 .elementor-element.elementor-element-74857442 .elementor-button {
    font-size: 14px;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #093267;
    border-style: none;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    padding: 18px 18px 18px 18px;
}

.elementor-2034 .elementor-element.elementor-element-74857442>.elementor-widget-container {
    margin: 20px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-40f37264 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --margin-top: 32px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
}

.elementor-2034 .elementor-element.elementor-element-40f37264:not(.elementor-motion-effects-element-type-background),
.elementor-2034 .elementor-element.elementor-element-40f37264>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(180deg, #29B6F208 0%, #29B6F208 100%);
}

.elementor-2034 .elementor-element.elementor-element-40f37264,
.elementor-2034 .elementor-element.elementor-element-40f37264::before {
    --border-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-7f0cc595 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s;
    --border-radius: 18px 18px 18px 18px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.27);
}

.elementor-2034 .elementor-element.elementor-element-7f0cc595:not(.elementor-motion-effects-element-type-background),
.elementor-2034 .elementor-element.elementor-element-7f0cc595>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #FFFFFF;
}

.elementor-2034 .elementor-element.elementor-element-7f0cc595,
.elementor-2034 .elementor-element.elementor-element-7f0cc595::before {
    --border-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-7f0cc595.e-con {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-7f636000 {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-4860fd92 .elementor-heading-title {
    color: #51A9CF;
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-4860fd92>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-4860fd92 {
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-4860fd92.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-53b6b7a0 .elementor-heading-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 38px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-53b6b7a0>.elementor-widget-container {
    margin: -21px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-53b6b7a0 {
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-53b6b7a0.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-43c9a104 {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 17px;
    width: var(--container-widget-width, 606px);
    max-width: 606px;
    --container-widget-width: 606px;
    --container-widget-flex-grow: 0;
}

.elementor-2034 .elementor-element.elementor-element-43c9a104>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-779d1321 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(16px/2);
}

.elementor-2034 .elementor-element.elementor-element-779d1321 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(16px/2);
}

.elementor-2034 .elementor-element.elementor-element-779d1321 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(16px/2);
    margin-left: calc(16px/2);
}

.elementor-2034 .elementor-element.elementor-element-779d1321 .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-16px/2);
    margin-left: calc(-16px/2);
}

body.rtl .elementor-2034 .elementor-element.elementor-element-779d1321 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-16px/2);
}

body:not(.rtl) .elementor-2034 .elementor-element.elementor-element-779d1321 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-16px/2);
}

.elementor-2034 .elementor-element.elementor-element-779d1321 .elementor-icon-list-icon i {
    color: #51A9CF;
    transition: color 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-779d1321 .elementor-icon-list-icon svg {
    fill: #51A9CF;
    transition: fill 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-779d1321 {
    --e-icon-list-icon-size: 20px;
    --e-icon-list-icon-align: center;
    --e-icon-list-icon-margin: 0 calc(var(--e-icon-list-icon-size, 1em) * 0.125);
    --icon-vertical-align: flex-start;
    --icon-vertical-offset: 7px;
}

.elementor-2034 .elementor-element.elementor-element-779d1321 .elementor-icon-list-icon {
    padding-right: 7px;
}

.elementor-2034 .elementor-element.elementor-element-779d1321 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-2034 .elementor-element.elementor-element-779d1321 .elementor-icon-list-item>a {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.elementor-2034 .elementor-element.elementor-element-779d1321 .elementor-icon-list-text {
    color: var(--e-global-color-uicore_headline);
    transition: color 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-779d1321>.elementor-widget-container {
    margin: 0px 0px 29px 0px;
}

.elementor-2034 .elementor-element.elementor-element-5ffd03c4 {
    --display: flex;
    --justify-content: center;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-5882aa5 .elementor-button {
    font-size: 14px;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #093267;
    border-style: none;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    padding: 18px 18px 18px 18px;
}

.elementor-2034 .elementor-element.elementor-element-5882aa5>.elementor-widget-container {
    margin: 20px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-b47482d {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --margin-top: 32px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
}

.elementor-2034 .elementor-element.elementor-element-b47482d:not(.elementor-motion-effects-element-type-background),
.elementor-2034 .elementor-element.elementor-element-b47482d>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(180deg, #29B6F208 0%, #29B6F208 100%);
}

.elementor-2034 .elementor-element.elementor-element-b47482d,
.elementor-2034 .elementor-element.elementor-element-b47482d::before {
    --border-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-55c73dad {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s;
    --border-radius: 18px 18px 18px 18px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.27);
}

.elementor-2034 .elementor-element.elementor-element-55c73dad:not(.elementor-motion-effects-element-type-background),
.elementor-2034 .elementor-element.elementor-element-55c73dad>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #FFFFFF;
}

.elementor-2034 .elementor-element.elementor-element-55c73dad,
.elementor-2034 .elementor-element.elementor-element-55c73dad::before {
    --border-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-55c73dad.e-con {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-39bf31ee {
    --display: flex;
    --justify-content: center;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-7c1fc201 .elementor-button {
    font-size: 14px;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #093267;
    border-style: none;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    padding: 18px 18px 18px 18px;
}

.elementor-2034 .elementor-element.elementor-element-7c1fc201>.elementor-widget-container {
    margin: 20px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-6b31687f {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-e8219db .elementor-heading-title {
    color: #51A9CF;
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-e8219db>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-e8219db {
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-e8219db.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-31866e7e .elementor-heading-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 38px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-31866e7e>.elementor-widget-container {
    margin: -21px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-31866e7e {
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-31866e7e.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-47e7d620 {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 17px;
    width: var(--container-widget-width, 606px);
    max-width: 606px;
    --container-widget-width: 606px;
    --container-widget-flex-grow: 0;
}

.elementor-2034 .elementor-element.elementor-element-47e7d620>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-595bf133 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(16px/2);
}

.elementor-2034 .elementor-element.elementor-element-595bf133 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(16px/2);
}

.elementor-2034 .elementor-element.elementor-element-595bf133 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(16px/2);
    margin-left: calc(16px/2);
}

.elementor-2034 .elementor-element.elementor-element-595bf133 .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-16px/2);
    margin-left: calc(-16px/2);
}

body.rtl .elementor-2034 .elementor-element.elementor-element-595bf133 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-16px/2);
}

body:not(.rtl) .elementor-2034 .elementor-element.elementor-element-595bf133 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-16px/2);
}

.elementor-2034 .elementor-element.elementor-element-595bf133 .elementor-icon-list-icon i {
    color: #51A9CF;
    transition: color 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-595bf133 .elementor-icon-list-icon svg {
    fill: #51A9CF;
    transition: fill 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-595bf133 {
    --e-icon-list-icon-size: 20px;
    --e-icon-list-icon-align: center;
    --e-icon-list-icon-margin: 0 calc(var(--e-icon-list-icon-size, 1em) * 0.125);
    --icon-vertical-align: flex-start;
    --icon-vertical-offset: 7px;
}

.elementor-2034 .elementor-element.elementor-element-595bf133 .elementor-icon-list-icon {
    padding-right: 7px;
}

.elementor-2034 .elementor-element.elementor-element-595bf133 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-2034 .elementor-element.elementor-element-595bf133 .elementor-icon-list-item>a {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.elementor-2034 .elementor-element.elementor-element-595bf133 .elementor-icon-list-text {
    color: var(--e-global-color-uicore_headline);
    transition: color 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-595bf133>.elementor-widget-container {
    margin: 0px 0px 29px 0px;
}

.elementor-2034 .elementor-element.elementor-element-74a1b04 .elementor-button {
    font-size: 14px;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #093267;
    border-style: none;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    padding: 18px 18px 18px 18px;
}

.elementor-2034 .elementor-element.elementor-element-74a1b04>.elementor-widget-container {
    margin: 20px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-51d0c4d {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --margin-top: 32px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
}

.elementor-2034 .elementor-element.elementor-element-51d0c4d:not(.elementor-motion-effects-element-type-background),
.elementor-2034 .elementor-element.elementor-element-51d0c4d>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(180deg, #29B6F208 0%, #29B6F208 100%);
}

.elementor-2034 .elementor-element.elementor-element-51d0c4d,
.elementor-2034 .elementor-element.elementor-element-51d0c4d::before {
    --border-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-5e4281f {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s;
    --border-radius: 18px 18px 18px 18px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.27);
}

.elementor-2034 .elementor-element.elementor-element-5e4281f:not(.elementor-motion-effects-element-type-background),
.elementor-2034 .elementor-element.elementor-element-5e4281f>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #FFFFFF;
}

.elementor-2034 .elementor-element.elementor-element-5e4281f,
.elementor-2034 .elementor-element.elementor-element-5e4281f::before {
    --border-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-5e4281f.e-con {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-13fe8d8 {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-a047c08 .elementor-heading-title {
    color: #51A9CF;
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-a047c08>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-a047c08 {
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-a047c08.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-42348f1 .elementor-heading-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 38px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-42348f1>.elementor-widget-container {
    margin: -21px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-42348f1 {
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-42348f1.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-1333e08 {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 17px;
    width: var(--container-widget-width, 606px);
    max-width: 606px;
    --container-widget-width: 606px;
    --container-widget-flex-grow: 0;
}

.elementor-2034 .elementor-element.elementor-element-1333e08>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-1bbd803 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(16px/2);
}

.elementor-2034 .elementor-element.elementor-element-1bbd803 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(16px/2);
}

.elementor-2034 .elementor-element.elementor-element-1bbd803 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(16px/2);
    margin-left: calc(16px/2);
}

.elementor-2034 .elementor-element.elementor-element-1bbd803 .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-16px/2);
    margin-left: calc(-16px/2);
}

body.rtl .elementor-2034 .elementor-element.elementor-element-1bbd803 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-16px/2);
}

body:not(.rtl) .elementor-2034 .elementor-element.elementor-element-1bbd803 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-16px/2);
}

.elementor-2034 .elementor-element.elementor-element-1bbd803 .elementor-icon-list-icon i {
    color: #51A9CF;
    transition: color 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-1bbd803 .elementor-icon-list-icon svg {
    fill: #51A9CF;
    transition: fill 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-1bbd803 {
    --e-icon-list-icon-size: 20px;
    --e-icon-list-icon-align: center;
    --e-icon-list-icon-margin: 0 calc(var(--e-icon-list-icon-size, 1em) * 0.125);
    --icon-vertical-align: flex-start;
    --icon-vertical-offset: 7px;
}

.elementor-2034 .elementor-element.elementor-element-1bbd803 .elementor-icon-list-icon {
    padding-right: 7px;
}

.elementor-2034 .elementor-element.elementor-element-1bbd803 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-2034 .elementor-element.elementor-element-1bbd803 .elementor-icon-list-item>a {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.elementor-2034 .elementor-element.elementor-element-1bbd803 .elementor-icon-list-text {
    color: var(--e-global-color-uicore_headline);
    transition: color 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-1bbd803>.elementor-widget-container {
    margin: 0px 0px 29px 0px;
}

.elementor-2034 .elementor-element.elementor-element-f9aa8fe .elementor-button {
    font-size: 14px;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #093267;
    border-style: none;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    padding: 18px 18px 18px 18px;
}

.elementor-2034 .elementor-element.elementor-element-f9aa8fe>.elementor-widget-container {
    margin: 20px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-5ec4dea {
    --display: flex;
    --justify-content: center;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-f262fd1 .elementor-button {
    font-size: 14px;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #093267;
    border-style: none;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    padding: 18px 18px 18px 18px;
}

.elementor-2034 .elementor-element.elementor-element-f262fd1>.elementor-widget-container {
    margin: 20px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-388ce06 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --margin-top: 32px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
}

.elementor-2034 .elementor-element.elementor-element-388ce06:not(.elementor-motion-effects-element-type-background),
.elementor-2034 .elementor-element.elementor-element-388ce06>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(180deg, #29B6F208 0%, #29B6F208 100%);
}

.elementor-2034 .elementor-element.elementor-element-388ce06,
.elementor-2034 .elementor-element.elementor-element-388ce06::before {
    --border-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-d710945 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s;
    --border-radius: 18px 18px 18px 18px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.27);
}

.elementor-2034 .elementor-element.elementor-element-d710945:not(.elementor-motion-effects-element-type-background),
.elementor-2034 .elementor-element.elementor-element-d710945>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #FFFFFF;
}

.elementor-2034 .elementor-element.elementor-element-d710945,
.elementor-2034 .elementor-element.elementor-element-d710945::before {
    --border-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-d710945.e-con {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-8800438 {
    --display: flex;
    --justify-content: center;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-d3cca21 .elementor-button {
    font-size: 14px;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #093267;
    border-style: none;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    padding: 18px 18px 18px 18px;
}

.elementor-2034 .elementor-element.elementor-element-d3cca21>.elementor-widget-container {
    margin: 20px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-d7c5d67 {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-cc44f59 .elementor-heading-title {
    color: #51A9CF;
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-cc44f59>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-cc44f59 {
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-cc44f59.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-263a147 .elementor-heading-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 38px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-263a147>.elementor-widget-container {
    margin: -21px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-263a147 {
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-263a147.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-743ee78 {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 17px;
    width: var(--container-widget-width, 606px);
    max-width: 606px;
    --container-widget-width: 606px;
    --container-widget-flex-grow: 0;
}

.elementor-2034 .elementor-element.elementor-element-743ee78>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-689ec91 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(16px/2);
}

.elementor-2034 .elementor-element.elementor-element-689ec91 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(16px/2);
}

.elementor-2034 .elementor-element.elementor-element-689ec91 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(16px/2);
    margin-left: calc(16px/2);
}

.elementor-2034 .elementor-element.elementor-element-689ec91 .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-16px/2);
    margin-left: calc(-16px/2);
}

body.rtl .elementor-2034 .elementor-element.elementor-element-689ec91 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-16px/2);
}

body:not(.rtl) .elementor-2034 .elementor-element.elementor-element-689ec91 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-16px/2);
}

.elementor-2034 .elementor-element.elementor-element-689ec91 .elementor-icon-list-icon i {
    color: #51A9CF;
    transition: color 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-689ec91 .elementor-icon-list-icon svg {
    fill: #51A9CF;
    transition: fill 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-689ec91 {
    --e-icon-list-icon-size: 20px;
    --e-icon-list-icon-align: center;
    --e-icon-list-icon-margin: 0 calc(var(--e-icon-list-icon-size, 1em) * 0.125);
    --icon-vertical-align: flex-start;
    --icon-vertical-offset: 7px;
}

.elementor-2034 .elementor-element.elementor-element-689ec91 .elementor-icon-list-icon {
    padding-right: 7px;
}

.elementor-2034 .elementor-element.elementor-element-689ec91 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-2034 .elementor-element.elementor-element-689ec91 .elementor-icon-list-item>a {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.elementor-2034 .elementor-element.elementor-element-689ec91 .elementor-icon-list-text {
    color: var(--e-global-color-uicore_headline);
    transition: color 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-689ec91>.elementor-widget-container {
    margin: 0px 0px 29px 0px;
}

.elementor-2034 .elementor-element.elementor-element-2796387 .elementor-button {
    font-size: 14px;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #093267;
    border-style: none;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    padding: 18px 18px 18px 18px;
}

.elementor-2034 .elementor-element.elementor-element-2796387>.elementor-widget-container {
    margin: 20px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-c39ba27 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --margin-top: 32px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
}

.elementor-2034 .elementor-element.elementor-element-c39ba27:not(.elementor-motion-effects-element-type-background),
.elementor-2034 .elementor-element.elementor-element-c39ba27>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(180deg, #29B6F208 0%, #29B6F208 100%);
}

.elementor-2034 .elementor-element.elementor-element-c39ba27,
.elementor-2034 .elementor-element.elementor-element-c39ba27::before {
    --border-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-4e75fcac {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s;
    --border-radius: 18px 18px 18px 18px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.27);
}

.elementor-2034 .elementor-element.elementor-element-4e75fcac:not(.elementor-motion-effects-element-type-background),
.elementor-2034 .elementor-element.elementor-element-4e75fcac>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #FFFFFF;
}

.elementor-2034 .elementor-element.elementor-element-4e75fcac,
.elementor-2034 .elementor-element.elementor-element-4e75fcac::before {
    --border-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-4e75fcac.e-con {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-5b2afbe {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-38db84a2 .elementor-heading-title {
    color: #51A9CF;
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-38db84a2>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-38db84a2 {
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-38db84a2.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-61ad3607 .elementor-heading-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 38px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-61ad3607>.elementor-widget-container {
    margin: -21px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-61ad3607 {
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-61ad3607.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-6c065cb4 {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 17px;
    width: var(--container-widget-width, 606px);
    max-width: 606px;
    --container-widget-width: 606px;
    --container-widget-flex-grow: 0;
}

.elementor-2034 .elementor-element.elementor-element-6c065cb4>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-b09c41 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(16px/2);
}

.elementor-2034 .elementor-element.elementor-element-b09c41 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(16px/2);
}

.elementor-2034 .elementor-element.elementor-element-b09c41 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(16px/2);
    margin-left: calc(16px/2);
}

.elementor-2034 .elementor-element.elementor-element-b09c41 .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-16px/2);
    margin-left: calc(-16px/2);
}

body.rtl .elementor-2034 .elementor-element.elementor-element-b09c41 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-16px/2);
}

body:not(.rtl) .elementor-2034 .elementor-element.elementor-element-b09c41 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-16px/2);
}

.elementor-2034 .elementor-element.elementor-element-b09c41 .elementor-icon-list-icon i {
    color: #51A9CF;
    transition: color 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-b09c41 .elementor-icon-list-icon svg {
    fill: #51A9CF;
    transition: fill 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-b09c41 {
    --e-icon-list-icon-size: 20px;
    --e-icon-list-icon-align: center;
    --e-icon-list-icon-margin: 0 calc(var(--e-icon-list-icon-size, 1em) * 0.125);
    --icon-vertical-align: flex-start;
    --icon-vertical-offset: 7px;
}

.elementor-2034 .elementor-element.elementor-element-b09c41 .elementor-icon-list-icon {
    padding-right: 7px;
}

.elementor-2034 .elementor-element.elementor-element-b09c41 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-2034 .elementor-element.elementor-element-b09c41 .elementor-icon-list-item>a {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.elementor-2034 .elementor-element.elementor-element-b09c41 .elementor-icon-list-text {
    color: var(--e-global-color-uicore_headline);
    transition: color 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-b09c41>.elementor-widget-container {
    margin: 0px 0px 29px 0px;
}

.elementor-2034 .elementor-element.elementor-element-ebbc7fb .elementor-button {
    font-size: 14px;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #093267;
    border-style: none;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    padding: 18px 18px 18px 18px;
}

.elementor-2034 .elementor-element.elementor-element-ebbc7fb>.elementor-widget-container {
    margin: 20px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-17287c00 {
    --display: flex;
    --justify-content: center;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-d39bf05 .elementor-button {
    font-size: 14px;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #093267;
    border-style: none;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    padding: 18px 18px 18px 18px;
}

.elementor-2034 .elementor-element.elementor-element-d39bf05>.elementor-widget-container {
    margin: 20px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-311ea4cb {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --margin-top: 22px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
}

.elementor-2034 .elementor-element.elementor-element-311ea4cb:not(.elementor-motion-effects-element-type-background),
.elementor-2034 .elementor-element.elementor-element-311ea4cb>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(180deg, #29B6F238 0%, #29B6F208 100%);
}

.elementor-2034 .elementor-element.elementor-element-311ea4cb,
.elementor-2034 .elementor-element.elementor-element-311ea4cb::before {
    --border-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-1dbbeeb6 {
    text-align: center;
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-1dbbeeb6 .elementor-heading-title {
    font-family: "Caveat", Sans-serif;
    font-size: 38px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-1dbbeeb6>.elementor-widget-container {
    margin: 42px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-1dbbeeb6.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-43d67c59 {
    text-align: center;
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-43d67c59 .elementor-heading-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 67px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-43d67c59>.elementor-widget-container {
    margin: 0px 0px 30px 0px;
}

.elementor-2034 .elementor-element.elementor-element-43d67c59.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-7c68e499 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-7c68e499:not(.elementor-motion-effects-element-type-background),
.elementor-2034 .elementor-element.elementor-element-7c68e499>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #29B6F208;
}

.elementor-2034 .elementor-element.elementor-element-7c68e499,
.elementor-2034 .elementor-element.elementor-element-7c68e499::before {
    --border-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-65bc8adb {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --align-items: center;
    --background-transition: 0.3s;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 11px;
    --margin-right: 0px;
}

.elementor-2034 .elementor-element.elementor-element-49d63978 {
    text-align: center;
}

.elementor-2034 .elementor-element.elementor-element-49d63978 .elementor-heading-title {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 25px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-49d63978>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-49d63978.elementor-element {
    --align-self: flex-start;
}

.elementor-2034 .elementor-element.elementor-element-4066ca6f {
    text-align: left;
}

.elementor-2034 .elementor-element.elementor-element-4066ca6f .elementor-heading-title {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    font-weight: 500;
}

.elementor-2034 .elementor-element.elementor-element-4066ca6f>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-4066ca6f.elementor-element {
    --align-self: flex-start;
}

.elementor-2034 .elementor-element.elementor-element-49d05544 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --align-items: center;
    --background-transition: 0.3s;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 11px;
    --margin-right: 0px;
}

.elementor-2034 .elementor-element.elementor-element-13fbf571 {
    text-align: center;
}

.elementor-2034 .elementor-element.elementor-element-13fbf571 .elementor-heading-title {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 25px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-13fbf571>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-13fbf571.elementor-element {
    --align-self: flex-start;
}

.elementor-2034 .elementor-element.elementor-element-66db5923 {
    text-align: left;
}

.elementor-2034 .elementor-element.elementor-element-66db5923 .elementor-heading-title {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    font-weight: 500;
}

.elementor-2034 .elementor-element.elementor-element-66db5923>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-66db5923.elementor-element {
    --align-self: flex-start;
}

.elementor-2034 .elementor-element.elementor-element-e85cc5e {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-e85cc5e:not(.elementor-motion-effects-element-type-background),
.elementor-2034 .elementor-element.elementor-element-e85cc5e>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #29B6F208;
}

.elementor-2034 .elementor-element.elementor-element-e85cc5e,
.elementor-2034 .elementor-element.elementor-element-e85cc5e::before {
    --border-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-7b1498d9 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --align-items: center;
    --background-transition: 0.3s;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 11px;
    --margin-right: 0px;
}

.elementor-2034 .elementor-element.elementor-element-659d4020 {
    text-align: center;
}

.elementor-2034 .elementor-element.elementor-element-659d4020 .elementor-heading-title {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 25px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-659d4020>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-659d4020.elementor-element {
    --align-self: flex-start;
}

.elementor-2034 .elementor-element.elementor-element-c55ea5c {
    text-align: left;
}

.elementor-2034 .elementor-element.elementor-element-c55ea5c .elementor-heading-title {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    font-weight: 500;
}

.elementor-2034 .elementor-element.elementor-element-c55ea5c>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-c55ea5c.elementor-element {
    --align-self: flex-start;
}

.elementor-2034 .elementor-element.elementor-element-63f063ba {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --align-items: center;
    --background-transition: 0.3s;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 11px;
    --margin-right: 0px;
}

.elementor-2034 .elementor-element.elementor-element-4d52163 {
    text-align: center;
}

.elementor-2034 .elementor-element.elementor-element-4d52163 .elementor-heading-title {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 25px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-4d52163>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-4d52163.elementor-element {
    --align-self: flex-start;
}

.elementor-2034 .elementor-element.elementor-element-396eee58 {
    text-align: left;
}

.elementor-2034 .elementor-element.elementor-element-396eee58 .elementor-heading-title {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    font-weight: 500;
}

.elementor-2034 .elementor-element.elementor-element-396eee58>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-396eee58.elementor-element {
    --align-self: flex-start;
}

.elementor-2034 .elementor-element.elementor-element-20c39d41 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --background-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-20c39d41:not(.elementor-motion-effects-element-type-background),
.elementor-2034 .elementor-element.elementor-element-20c39d41>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #29B6F208;
}

.elementor-2034 .elementor-element.elementor-element-20c39d41,
.elementor-2034 .elementor-element.elementor-element-20c39d41::before {
    --border-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-61ae27f7 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --align-items: center;
    --background-transition: 0.3s;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 11px;
    --margin-right: 0px;
}

.elementor-2034 .elementor-element.elementor-element-aa771ad {
    text-align: center;
}

.elementor-2034 .elementor-element.elementor-element-aa771ad .elementor-heading-title {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 25px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-aa771ad>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-aa771ad.elementor-element {
    --align-self: flex-start;
}

.elementor-2034 .elementor-element.elementor-element-133ad6c3 {
    text-align: left;
}

.elementor-2034 .elementor-element.elementor-element-133ad6c3 .elementor-heading-title {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    font-weight: 500;
}

.elementor-2034 .elementor-element.elementor-element-133ad6c3>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-133ad6c3.elementor-element {
    --align-self: flex-start;
}

.elementor-2034 .elementor-element.elementor-element-1f15b1ac {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --align-items: center;
    --background-transition: 0.3s;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 11px;
    --margin-right: 0px;
}

.elementor-2034 .elementor-element.elementor-element-5ce90f37 {
    text-align: center;
}

.elementor-2034 .elementor-element.elementor-element-5ce90f37 .elementor-heading-title {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 25px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-5ce90f37>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-5ce90f37.elementor-element {
    --align-self: flex-start;
}

.elementor-2034 .elementor-element.elementor-element-5c7d7aed {
    text-align: left;
}

.elementor-2034 .elementor-element.elementor-element-5c7d7aed .elementor-heading-title {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    font-weight: 500;
}

.elementor-2034 .elementor-element.elementor-element-5c7d7aed>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-5c7d7aed.elementor-element {
    --align-self: flex-start;
}

.elementor-2034 .elementor-element.elementor-element-5d4b5883 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 50px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-2034 .elementor-element.elementor-element-5d4b5883:not(.elementor-motion-effects-element-type-background),
.elementor-2034 .elementor-element.elementor-element-5d4b5883>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #29B6F208;
}

.elementor-2034 .elementor-element.elementor-element-5d4b5883,
.elementor-2034 .elementor-element.elementor-element-5d4b5883::before {
    --border-transition: 0.3s;
}

.elementor-2034 .elementor-element.elementor-element-7a5ca3e5 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --align-items: center;
    --background-transition: 0.3s;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 11px;
    --margin-right: 0px;
}

.elementor-2034 .elementor-element.elementor-element-4fc459cc {
    text-align: center;
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-4fc459cc .elementor-heading-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 29px;
    font-weight: bold;
}

.elementor-2034 .elementor-element.elementor-element-4fc459cc>.elementor-widget-container {
    margin: 0px 0px 30px 0px;
}

.elementor-2034 .elementor-element.elementor-element-4fc459cc.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-2034 .elementor-element.elementor-element-35dca25a .elementor-button-content-wrapper {
    flex-direction: row-reverse;
}

.elementor-2034 .elementor-element.elementor-element-35dca25a .elementor-button {
    font-size: 25px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #093267;
    border-style: none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    padding: 29px 29px 29px 29px;
}

.elementor-2034 .elementor-element.elementor-element-35dca25a>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-2034 .elementor-element.elementor-element-2d2b73b {
    text-align: center;
    width: var(--container-widget-width, 100.477%);
    max-width: 100.477%;
    --container-widget-width: 100.477%;
    --container-widget-flex-grow: 0;
    z-index: 1;
}

.elementor-2034 .elementor-element.elementor-element-2d2b73b .elementor-heading-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
}

.elementor-2034 .elementor-element.elementor-element-2d2b73b>.elementor-widget-container {
    margin: -4px 0px 5px 0px;
}

.elementor-2034 .elementor-element.elementor-element-2d2b73b.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-widget .tippy-tooltip .tippy-content {
    text-align: center;
}

@media(min-width:768px) {
    .elementor-2034 .elementor-element.elementor-element-67a13f7e {
        --content-width: 842px;
    }

    .elementor-2034 .elementor-element.elementor-element-6c939488 {
        --content-width: 1093px;
    }

    .elementor-2034 .elementor-element.elementor-element-3a8d2f00 {
        --width: 48.733%;
    }

    .elementor-2034 .elementor-element.elementor-element-add0f31 {
        --width: 50%;
    }

    .elementor-2034 .elementor-element.elementor-element-1e19f153 {
        --content-width: 1133px;
    }

    .elementor-2034 .elementor-element.elementor-element-733d51ea {
        --width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-3dad540e {
        /* --content-width: 882px; */
    }

    .elementor-2034 .elementor-element.elementor-element-449c2ad9 {
        --content-width: 769px;
    }

    .elementor-2034 .elementor-element.elementor-element-3cda8c0c {
        --width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-62865e8b {
        --content-width: 968px;
    }

    .elementor-2034 .elementor-element.elementor-element-50a3e42e {
        --width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-103c8f9f {
        --content-width: 968px;
    }

    .elementor-2034 .elementor-element.elementor-element-18ff5216 {
        --width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-6c78c0b5 {
        --content-width: 769px;
    }

    .elementor-2034 .elementor-element.elementor-element-719b9c25 {
        --width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-3bf75833 {
        --content-width: 1082px;
    }

    .elementor-2034 .elementor-element.elementor-element-1bbbc67f {
        --width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-48807b1c {
        --content-width: 769px;
    }

    .elementor-2034 .elementor-element.elementor-element-77732afb {
        --width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-5491c404 {
        --content-width: 200px;
    }

    .elementor-2034 .elementor-element.elementor-element-bdfc6dc {
        --content-width: 1082px;
    }

    .elementor-2034 .elementor-element.elementor-element-4a4a8095 {
        --width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-1cbd787f {
        --content-width: 1082px;
    }

    .elementor-2034 .elementor-element.elementor-element-830973e {
        --width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-40f37264 {
        --content-width: 1082px;
    }

    .elementor-2034 .elementor-element.elementor-element-7f0cc595 {
        --width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-b47482d {
        --content-width: 1082px;
    }

    .elementor-2034 .elementor-element.elementor-element-55c73dad {
        --width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-51d0c4d {
        --content-width: 1082px;
    }

    .elementor-2034 .elementor-element.elementor-element-5e4281f {
        --width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-388ce06 {
        --content-width: 1082px;
    }

    .elementor-2034 .elementor-element.elementor-element-d710945 {
        --width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-c39ba27 {
        --content-width: 1082px;
    }

    .elementor-2034 .elementor-element.elementor-element-4e75fcac {
        --width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-311ea4cb {
        --content-width: 786px;
    }

    .elementor-2034 .elementor-element.elementor-element-7c68e499 {
        --content-width: 764px;
    }

    .elementor-2034 .elementor-element.elementor-element-65bc8adb {
        --width: 50%;
    }

    .elementor-2034 .elementor-element.elementor-element-49d05544 {
        --width: 50%;
    }

    .elementor-2034 .elementor-element.elementor-element-e85cc5e {
        --content-width: 764px;
    }

    .elementor-2034 .elementor-element.elementor-element-7b1498d9 {
        --width: 50%;
    }

    .elementor-2034 .elementor-element.elementor-element-63f063ba {
        --width: 50%;
    }

    .elementor-2034 .elementor-element.elementor-element-20c39d41 {
        --content-width: 764px;
    }

    .elementor-2034 .elementor-element.elementor-element-61ae27f7 {
        --width: 50%;
    }

    .elementor-2034 .elementor-element.elementor-element-1f15b1ac {
        --width: 50%;
    }

    .elementor-2034 .elementor-element.elementor-element-5d4b5883 {
        --content-width: 1009px;
    }

    .elementor-2034 .elementor-element.elementor-element-7a5ca3e5 {
        --width: 100%;
    }
}

@media(max-width:1024px) and (min-width:768px) {
    .elementor-2034 .elementor-element.elementor-element-58144eb7 {
        width: 100%;
    }
}

@media(max-width:1024px) {
    .elementor-2034 .elementor-element.elementor-element-67a13f7e {
        --padding-top: 125px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-7f7cae44 {
        padding: 40px 0px 40px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-58144eb7.elementor-column>.elementor-widget-wrap {
        justify-content: center;
    }

    .elementor-2034 .elementor-element.elementor-element-2ecb8b81>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-35146d7e {
        font-size: 18px;
        width: var(--container-widget-width, 450px);
        max-width: 450px;
        --container-widget-width: 450px;
        --container-widget-flex-grow: 0;
    }

    .elementor-2034 .elementor-element.elementor-element-275d50a6 {
        --e-icon-list-icon-size: 16px;
    }

    .elementor-2034 .elementor-element.elementor-element-bdbf7bd>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-199595b8>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-4bc7b0b {
        --e-icon-list-icon-size: 16px;
    }

    .elementor-2034 .elementor-element.elementor-element-28eb22ae>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-5fd95e38 {
        --e-icon-list-icon-size: 16px;
    }

    .elementor-2034 .elementor-element.elementor-element-40bb004e>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-e72d5b6>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-6a70fcbe>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-55b8750a>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-32d5068a {
        font-size: 18px;
        width: var(--container-widget-width, 450px);
        max-width: 450px;
        --container-widget-width: 450px;
        --container-widget-flex-grow: 0;
    }

    .elementor-2034 .elementor-element.elementor-element-28a84060>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-16161b71 {
        font-size: 18px;
        width: var(--container-widget-width, 450px);
        max-width: 450px;
        --container-widget-width: 450px;
        --container-widget-flex-grow: 0;
    }

    .elementor-2034 .elementor-element.elementor-element-5fd211b7>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-613da4bd {
        font-size: 18px;
        width: var(--container-widget-width, 450px);
        max-width: 450px;
        --container-widget-width: 450px;
        --container-widget-flex-grow: 0;
    }

    .elementor-2034 .elementor-element.elementor-element-5411267a>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-5587b74e {
        font-size: 18px;
        width: var(--container-widget-width, 450px);
        max-width: 450px;
        --container-widget-width: 450px;
        --container-widget-flex-grow: 0;
    }

    .elementor-2034 .elementor-element.elementor-element-66990200>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-582dd9a0 {
        font-size: 18px;
        width: var(--container-widget-width, 450px);
        max-width: 450px;
        --container-widget-width: 450px;
        --container-widget-flex-grow: 0;
    }

    .elementor-2034 .elementor-element.elementor-element-5497a28e>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-6bef73b2 {
        font-size: 18px;
        width: var(--container-widget-width, 450px);
        max-width: 450px;
        --container-widget-width: 450px;
        --container-widget-flex-grow: 0;
    }

    .elementor-2034 .elementor-element.elementor-element-6b51336c>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-d69d286 {
        font-size: 18px;
        width: var(--container-widget-width, 450px);
        max-width: 450px;
        --container-widget-width: 450px;
        --container-widget-flex-grow: 0;
    }

    .elementor-2034 .elementor-element.elementor-element-2e5aedcb>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-3208148e {
        font-size: 18px;
        width: var(--container-widget-width, 450px);
        max-width: 450px;
        --container-widget-width: 450px;
        --container-widget-flex-grow: 0;
    }

    .elementor-2034 .elementor-element.elementor-element-4f0e8145>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-9ea6ce9>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-d8499f5>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-5de1414f>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-30d4f8cb {
        font-size: 18px;
        width: var(--container-widget-width, 450px);
        max-width: 450px;
        --container-widget-width: 450px;
        --container-widget-flex-grow: 0;
    }

    .elementor-2034 .elementor-element.elementor-element-3cf19769>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-2f4d0d1b>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-8561639>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-135235e8>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-40ed1285>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-24b5e440 {
        font-size: 18px;
        width: var(--container-widget-width, 450px);
        max-width: 450px;
        --container-widget-width: 450px;
        --container-widget-flex-grow: 0;
    }

    .elementor-2034 .elementor-element.elementor-element-6b111716 {
        --e-icon-list-icon-size: 16px;
    }

    .elementor-2034 .elementor-element.elementor-element-7ff51fcf>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-896f46b>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-58e3f0d0 {
        font-size: 18px;
        width: var(--container-widget-width, 450px);
        max-width: 450px;
        --container-widget-width: 450px;
        --container-widget-flex-grow: 0;
    }

    .elementor-2034 .elementor-element.elementor-element-4589e929 {
        --e-icon-list-icon-size: 16px;
    }

    .elementor-2034 .elementor-element.elementor-element-4860fd92>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-53b6b7a0>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-43c9a104 {
        font-size: 18px;
        width: var(--container-widget-width, 450px);
        max-width: 450px;
        --container-widget-width: 450px;
        --container-widget-flex-grow: 0;
    }

    .elementor-2034 .elementor-element.elementor-element-779d1321 {
        --e-icon-list-icon-size: 16px;
    }

    .elementor-2034 .elementor-element.elementor-element-e8219db>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-31866e7e>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-47e7d620 {
        font-size: 18px;
        width: var(--container-widget-width, 450px);
        max-width: 450px;
        --container-widget-width: 450px;
        --container-widget-flex-grow: 0;
    }

    .elementor-2034 .elementor-element.elementor-element-595bf133 {
        --e-icon-list-icon-size: 16px;
    }

    .elementor-2034 .elementor-element.elementor-element-a047c08>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-42348f1>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-1333e08 {
        font-size: 18px;
        width: var(--container-widget-width, 450px);
        max-width: 450px;
        --container-widget-width: 450px;
        --container-widget-flex-grow: 0;
    }

    .elementor-2034 .elementor-element.elementor-element-1bbd803 {
        --e-icon-list-icon-size: 16px;
    }

    .elementor-2034 .elementor-element.elementor-element-cc44f59>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-263a147>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-743ee78 {
        font-size: 18px;
        width: var(--container-widget-width, 450px);
        max-width: 450px;
        --container-widget-width: 450px;
        --container-widget-flex-grow: 0;
    }

    .elementor-2034 .elementor-element.elementor-element-689ec91 {
        --e-icon-list-icon-size: 16px;
    }

    .elementor-2034 .elementor-element.elementor-element-38db84a2>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-61ad3607>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-6c065cb4 {
        font-size: 18px;
        width: var(--container-widget-width, 450px);
        max-width: 450px;
        --container-widget-width: 450px;
        --container-widget-flex-grow: 0;
    }

    .elementor-2034 .elementor-element.elementor-element-b09c41 {
        --e-icon-list-icon-size: 16px;
    }

    .elementor-2034 .elementor-element.elementor-element-1dbbeeb6>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-43d67c59>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-4fc459cc>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-2034 .elementor-element.elementor-element-2d2b73b>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }
}

@media(max-width:767px) {
    .elementor-2034 .elementor-element.elementor-element-67a13f7e {
        --content-width: 500px;
        --min-height: 75px;
        --padding-top: 43px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-51f707cb .elementor-heading-title {
        font-size: 27px;
    }

    .elementor-2034 .elementor-element.elementor-element-4d36f349 .elementor-heading-title {
        font-size: 18px;
    }

    .elementor-2034 .elementor-element.elementor-element-4d36f349>.elementor-widget-container {
        padding: 4px 4px 4px 4px;
    }

    .elementor-2034 .elementor-element.elementor-element-2049f52 img {
        width: 389px;
    }

    .elementor-2034 .elementor-element.elementor-element-572851bd>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-7f7cae44 {
        padding: 30px 0px 30px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-6c939488 {
        --margin-top: 0px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-2ecb8b81 {
        text-align: center;
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-2ecb8b81 .elementor-heading-title {
        font-size: 26px;
    }

    .elementor-2034 .elementor-element.elementor-element-2ecb8b81>.elementor-widget-container {
        margin: 22px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-35146d7e {
        text-align: center;
        font-size: 16px;
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-35146d7e>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-275d50a6 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
        padding-bottom: calc(14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-275d50a6 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
        margin-top: calc(14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-275d50a6 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin-right: calc(14px/2);
        margin-left: calc(14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-275d50a6 .elementor-icon-list-items.elementor-inline-items {
        margin-right: calc(-14px/2);
        margin-left: calc(-14px/2);
    }

    body.rtl .elementor-2034 .elementor-element.elementor-element-275d50a6 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        left: calc(-14px/2);
    }

    body:not(.rtl) .elementor-2034 .elementor-element.elementor-element-275d50a6 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        right: calc(-14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-275d50a6 {
        --e-icon-list-icon-size: 15px;
    }

    .elementor-2034 .elementor-element.elementor-element-1e19f153 {
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-bdbf7bd .elementor-heading-title {
        font-size: 22px;
    }

    .elementor-2034 .elementor-element.elementor-element-bdbf7bd>.elementor-widget-container {
        margin: 0px 0px 20px 0px;
        padding: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-bdbf7bd {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-3dad540e {
        --margin-top: 0px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-199595b8 .elementor-heading-title {
        font-size: 22px;
    }

    .elementor-2034 .elementor-element.elementor-element-199595b8>.elementor-widget-container {
        margin: 20px 0px 20px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-199595b8 {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-4bc7b0b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
        padding-bottom: calc(14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-4bc7b0b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
        margin-top: calc(14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-4bc7b0b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin-right: calc(14px/2);
        margin-left: calc(14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-4bc7b0b .elementor-icon-list-items.elementor-inline-items {
        margin-right: calc(-14px/2);
        margin-left: calc(-14px/2);
    }

    body.rtl .elementor-2034 .elementor-element.elementor-element-4bc7b0b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        left: calc(-14px/2);
    }

    body:not(.rtl) .elementor-2034 .elementor-element.elementor-element-4bc7b0b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        right: calc(-14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-4bc7b0b {
        --e-icon-list-icon-size: 15px;
    }

    .elementor-2034 .elementor-element.elementor-element-4bc7b0b>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-28eb22ae .elementor-heading-title {
        font-size: 22px;
    }

    .elementor-2034 .elementor-element.elementor-element-28eb22ae>.elementor-widget-container {
        margin: 20px 0px 20px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-28eb22ae {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-5fd95e38 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
        padding-bottom: calc(14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-5fd95e38 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
        margin-top: calc(14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-5fd95e38 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin-right: calc(14px/2);
        margin-left: calc(14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-5fd95e38 .elementor-icon-list-items.elementor-inline-items {
        margin-right: calc(-14px/2);
        margin-left: calc(-14px/2);
    }

    body.rtl .elementor-2034 .elementor-element.elementor-element-5fd95e38 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        left: calc(-14px/2);
    }

    body:not(.rtl) .elementor-2034 .elementor-element.elementor-element-5fd95e38 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        right: calc(-14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-5fd95e38 {
        --e-icon-list-icon-size: 15px;
    }

    .elementor-2034 .elementor-element.elementor-element-5fd95e38>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-40bb004e .elementor-heading-title {
        font-size: 27px;
    }

    .elementor-2034 .elementor-element.elementor-element-40bb004e>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-40bb004e {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-e72d5b6 .elementor-heading-title {
        font-size: 25px;
    }

    .elementor-2034 .elementor-element.elementor-element-e72d5b6>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-e72d5b6 {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-6a70fcbe .elementor-heading-title {
        font-size: 12px;
    }

    .elementor-2034 .elementor-element.elementor-element-6a70fcbe>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-6a70fcbe {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-55b8750a .elementor-heading-title {
        font-size: 22px;
    }

    .elementor-2034 .elementor-element.elementor-element-55b8750a>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-55b8750a {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-32d5068a {
        font-size: 16px;
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-32d5068a>.elementor-widget-container {
        margin: 0px 0px 20px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-28a84060 .elementor-heading-title {
        font-size: 22px;
    }

    .elementor-2034 .elementor-element.elementor-element-28a84060>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-28a84060 {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-16161b71 {
        font-size: 16px;
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-16161b71>.elementor-widget-container {
        margin: 0px 0px 20px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-5fd211b7 .elementor-heading-title {
        font-size: 22px;
    }

    .elementor-2034 .elementor-element.elementor-element-5fd211b7>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-5fd211b7 {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-613da4bd {
        font-size: 16px;
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-613da4bd>.elementor-widget-container {
        margin: 0px 0px 20px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-5411267a .elementor-heading-title {
        font-size: 22px;
    }

    .elementor-2034 .elementor-element.elementor-element-5411267a>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-5411267a {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-5587b74e {
        font-size: 16px;
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-5587b74e>.elementor-widget-container {
        margin: 0px 0px 20px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-66990200 .elementor-heading-title {
        font-size: 22px;
    }

    .elementor-2034 .elementor-element.elementor-element-66990200>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-66990200 {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-582dd9a0 {
        font-size: 16px;
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-582dd9a0>.elementor-widget-container {
        margin: 0px 0px 20px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-5497a28e .elementor-heading-title {
        font-size: 22px;
    }

    .elementor-2034 .elementor-element.elementor-element-5497a28e>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-5497a28e {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-6bef73b2 {
        font-size: 16px;
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-6bef73b2>.elementor-widget-container {
        margin: 0px 0px 20px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-6b51336c .elementor-heading-title {
        font-size: 22px;
    }

    .elementor-2034 .elementor-element.elementor-element-6b51336c>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-6b51336c {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-d69d286 {
        font-size: 16px;
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-d69d286>.elementor-widget-container {
        margin: 0px 0px 20px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-2e5aedcb .elementor-heading-title {
        font-size: 22px;
    }

    .elementor-2034 .elementor-element.elementor-element-2e5aedcb>.elementor-widget-container {
        margin: 0px 0px 20px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-2e5aedcb {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-3208148e {
        font-size: 16px;
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-3208148e>.elementor-widget-container {
        margin: 0px 0px 20px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-4f0e8145 .elementor-heading-title {
        font-size: 22px;
    }

    .elementor-2034 .elementor-element.elementor-element-4f0e8145>.elementor-widget-container {
        margin: 0px 0px 20px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-4f0e8145 {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-14de4896 .elementor-button {
        font-size: 13px;
    }

    .elementor-2034 .elementor-element.elementor-element-14de4896>.elementor-widget-container {
        margin: 0px 0px 10px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-9ea6ce9 .elementor-heading-title {
        font-size: 17px;
    }

    .elementor-2034 .elementor-element.elementor-element-9ea6ce9>.elementor-widget-container {
        margin: 0px 0px 20px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-9ea6ce9 {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-1bbbc67f {
        --margin-top: 0px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-d8499f5 .elementor-heading-title {
        font-size: 17px;
    }

    .elementor-2034 .elementor-element.elementor-element-d8499f5>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-d8499f5 {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-5de1414f {
        text-align: center;
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-5de1414f .elementor-heading-title {
        font-size: 22px;
    }

    .elementor-2034 .elementor-element.elementor-element-5de1414f>.elementor-widget-container {
        margin: 0px 0px 20px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-30d4f8cb {
        font-size: 16px;
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-30d4f8cb>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-3cf19769 .elementor-heading-title {
        font-size: 22px;
    }

    .elementor-2034 .elementor-element.elementor-element-3cf19769>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-3cf19769 {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-2f4d0d1b .elementor-heading-title {
        font-size: 22px;
    }

    .elementor-2034 .elementor-element.elementor-element-2f4d0d1b>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-2f4d0d1b {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-8561639 .elementor-heading-title {
        font-size: 17px;
    }

    .elementor-2034 .elementor-element.elementor-element-8561639>.elementor-widget-container {
        margin: 0px 0px 20px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-8561639 {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-5491c404 {
        --justify-content: center;
    }

    .elementor-2034 .elementor-element.elementor-element-135235e8 .elementor-heading-title {
        font-size: 19px;
    }

    .elementor-2034 .elementor-element.elementor-element-135235e8>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-135235e8 {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-40ed1285 .elementor-heading-title {
        font-size: 22px;
    }

    .elementor-2034 .elementor-element.elementor-element-40ed1285>.elementor-widget-container {
        margin: -5px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-40ed1285 {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-24b5e440 {
        font-size: 16px;
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-24b5e440>.elementor-widget-container {
        margin: 0px 0px 20px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-6b111716 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
        padding-bottom: calc(14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-6b111716 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
        margin-top: calc(14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-6b111716 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin-right: calc(14px/2);
        margin-left: calc(14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-6b111716 .elementor-icon-list-items.elementor-inline-items {
        margin-right: calc(-14px/2);
        margin-left: calc(-14px/2);
    }

    body.rtl .elementor-2034 .elementor-element.elementor-element-6b111716 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        left: calc(-14px/2);
    }

    body:not(.rtl) .elementor-2034 .elementor-element.elementor-element-6b111716 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        right: calc(-14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-6b111716 {
        --e-icon-list-icon-size: 15px;
    }

    .elementor-2034 .elementor-element.elementor-element-7ff51fcf .elementor-heading-title {
        font-size: 19px;
    }

    .elementor-2034 .elementor-element.elementor-element-7ff51fcf>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-7ff51fcf {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-896f46b .elementor-heading-title {
        font-size: 22px;
    }

    .elementor-2034 .elementor-element.elementor-element-896f46b>.elementor-widget-container {
        margin: -11px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-896f46b {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-3c247785>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-58e3f0d0 {
        font-size: 16px;
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-58e3f0d0>.elementor-widget-container {
        margin: 0px 0px 20px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-4589e929 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
        padding-bottom: calc(14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-4589e929 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
        margin-top: calc(14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-4589e929 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin-right: calc(14px/2);
        margin-left: calc(14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-4589e929 .elementor-icon-list-items.elementor-inline-items {
        margin-right: calc(-14px/2);
        margin-left: calc(-14px/2);
    }

    body.rtl .elementor-2034 .elementor-element.elementor-element-4589e929 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        left: calc(-14px/2);
    }

    body:not(.rtl) .elementor-2034 .elementor-element.elementor-element-4589e929 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        right: calc(-14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-4589e929 {
        --e-icon-list-icon-size: 15px;
    }

    .elementor-2034 .elementor-element.elementor-element-4860fd92 .elementor-heading-title {
        font-size: 19px;
    }

    .elementor-2034 .elementor-element.elementor-element-4860fd92>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-4860fd92 {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-53b6b7a0 .elementor-heading-title {
        font-size: 22px;
    }

    .elementor-2034 .elementor-element.elementor-element-53b6b7a0>.elementor-widget-container {
        margin: -5px 0px 20px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-53b6b7a0 {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-43c9a104 {
        font-size: 16px;
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-43c9a104>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-779d1321 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
        padding-bottom: calc(14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-779d1321 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
        margin-top: calc(14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-779d1321 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin-right: calc(14px/2);
        margin-left: calc(14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-779d1321 .elementor-icon-list-items.elementor-inline-items {
        margin-right: calc(-14px/2);
        margin-left: calc(-14px/2);
    }

    body.rtl .elementor-2034 .elementor-element.elementor-element-779d1321 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        left: calc(-14px/2);
    }

    body:not(.rtl) .elementor-2034 .elementor-element.elementor-element-779d1321 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        right: calc(-14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-779d1321 {
        --e-icon-list-icon-size: 15px;
    }

    .elementor-2034 .elementor-element.elementor-element-e8219db .elementor-heading-title {
        font-size: 19px;
    }

    .elementor-2034 .elementor-element.elementor-element-e8219db>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-e8219db {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-31866e7e .elementor-heading-title {
        font-size: 22px;
    }

    .elementor-2034 .elementor-element.elementor-element-31866e7e>.elementor-widget-container {
        margin: -5px 0px 20px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-31866e7e {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-47e7d620 {
        font-size: 16px;
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-47e7d620>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-595bf133 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
        padding-bottom: calc(14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-595bf133 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
        margin-top: calc(14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-595bf133 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin-right: calc(14px/2);
        margin-left: calc(14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-595bf133 .elementor-icon-list-items.elementor-inline-items {
        margin-right: calc(-14px/2);
        margin-left: calc(-14px/2);
    }

    body.rtl .elementor-2034 .elementor-element.elementor-element-595bf133 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        left: calc(-14px/2);
    }

    body:not(.rtl) .elementor-2034 .elementor-element.elementor-element-595bf133 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        right: calc(-14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-595bf133 {
        --e-icon-list-icon-size: 15px;
    }

    .elementor-2034 .elementor-element.elementor-element-a047c08 .elementor-heading-title {
        font-size: 19px;
    }

    .elementor-2034 .elementor-element.elementor-element-a047c08>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-a047c08 {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-42348f1 .elementor-heading-title {
        font-size: 22px;
    }

    .elementor-2034 .elementor-element.elementor-element-42348f1>.elementor-widget-container {
        margin: -5px 0px 20px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-42348f1 {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-1333e08 {
        font-size: 16px;
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-1333e08>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-1bbd803 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
        padding-bottom: calc(14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-1bbd803 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
        margin-top: calc(14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-1bbd803 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin-right: calc(14px/2);
        margin-left: calc(14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-1bbd803 .elementor-icon-list-items.elementor-inline-items {
        margin-right: calc(-14px/2);
        margin-left: calc(-14px/2);
    }

    body.rtl .elementor-2034 .elementor-element.elementor-element-1bbd803 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        left: calc(-14px/2);
    }

    body:not(.rtl) .elementor-2034 .elementor-element.elementor-element-1bbd803 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        right: calc(-14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-1bbd803 {
        --e-icon-list-icon-size: 15px;
    }

    .elementor-2034 .elementor-element.elementor-element-cc44f59 .elementor-heading-title {
        font-size: 19px;
    }

    .elementor-2034 .elementor-element.elementor-element-cc44f59>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-cc44f59 {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-263a147 .elementor-heading-title {
        font-size: 22px;
    }

    .elementor-2034 .elementor-element.elementor-element-263a147>.elementor-widget-container {
        margin: -5px 0px 20px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-263a147 {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-743ee78 {
        font-size: 16px;
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-743ee78>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-689ec91 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
        padding-bottom: calc(14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-689ec91 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
        margin-top: calc(14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-689ec91 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin-right: calc(14px/2);
        margin-left: calc(14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-689ec91 .elementor-icon-list-items.elementor-inline-items {
        margin-right: calc(-14px/2);
        margin-left: calc(-14px/2);
    }

    body.rtl .elementor-2034 .elementor-element.elementor-element-689ec91 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        left: calc(-14px/2);
    }

    body:not(.rtl) .elementor-2034 .elementor-element.elementor-element-689ec91 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        right: calc(-14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-689ec91 {
        --e-icon-list-icon-size: 15px;
    }

    .elementor-2034 .elementor-element.elementor-element-38db84a2 .elementor-heading-title {
        font-size: 19px;
    }

    .elementor-2034 .elementor-element.elementor-element-38db84a2>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-38db84a2 {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-61ad3607 .elementor-heading-title {
        font-size: 22px;
    }

    .elementor-2034 .elementor-element.elementor-element-61ad3607>.elementor-widget-container {
        margin: -5px 0px 20px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-61ad3607 {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-6c065cb4 {
        font-size: 16px;
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-6c065cb4>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-b09c41 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
        padding-bottom: calc(14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-b09c41 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
        margin-top: calc(14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-b09c41 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin-right: calc(14px/2);
        margin-left: calc(14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-b09c41 .elementor-icon-list-items.elementor-inline-items {
        margin-right: calc(-14px/2);
        margin-left: calc(-14px/2);
    }

    body.rtl .elementor-2034 .elementor-element.elementor-element-b09c41 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        left: calc(-14px/2);
    }

    body:not(.rtl) .elementor-2034 .elementor-element.elementor-element-b09c41 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        right: calc(-14px/2);
    }

    .elementor-2034 .elementor-element.elementor-element-b09c41 {
        --e-icon-list-icon-size: 15px;
    }

    .elementor-2034 .elementor-element.elementor-element-1dbbeeb6 .elementor-heading-title {
        font-size: 22px;
    }

    .elementor-2034 .elementor-element.elementor-element-1dbbeeb6>.elementor-widget-container {
        margin: 40px 0px 20px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-1dbbeeb6 {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-43d67c59 .elementor-heading-title {
        font-size: 31px;
    }

    .elementor-2034 .elementor-element.elementor-element-43d67c59>.elementor-widget-container {
        margin: -14px 0px 20px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-43d67c59 {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-49d63978 {
        text-align: left;
    }

    .elementor-2034 .elementor-element.elementor-element-4066ca6f {
        text-align: left;
    }

    .elementor-2034 .elementor-element.elementor-element-13fbf571 {
        text-align: center;
    }

    .elementor-2034 .elementor-element.elementor-element-659d4020 {
        text-align: left;
    }

    .elementor-2034 .elementor-element.elementor-element-4d52163 {
        text-align: left;
    }

    .elementor-2034 .elementor-element.elementor-element-aa771ad {
        text-align: left;
    }

    .elementor-2034 .elementor-element.elementor-element-5ce90f37 {
        text-align: left;
    }

    .elementor-2034 .elementor-element.elementor-element-4fc459cc .elementor-heading-title {
        font-size: 22px;
    }

    .elementor-2034 .elementor-element.elementor-element-4fc459cc>.elementor-widget-container {
        margin: 0px 0px 20px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-4fc459cc {
        width: 100%;
        max-width: 100%;
    }

    .elementor-2034 .elementor-element.elementor-element-2d2b73b .elementor-heading-title {
        font-size: 17px;
    }

    .elementor-2034 .elementor-element.elementor-element-2d2b73b>.elementor-widget-container {
        margin: 0px 0px 20px 0px;
    }

    .elementor-2034 .elementor-element.elementor-element-2d2b73b {
        width: 100%;
        max-width: 100%;
    }
}

.elementor-element-edit-mode .betterdocs-el-single-sidebar .docs-cat-link-btn {
    display: none;
}

.elementor-element-edit-mode .betterdocs-el-single-sidebar .docs-single-cat-wrap:not(:first-child) .docs-item-container {
    display: none !important;
}

.betterdocs-el-single-share .betterdocs-social-share {
    margin: 0;
}

.elementor-element-edit-mode .betterdocs-categories-wrap .docs-item-container .docs-sub-cat,
.elementor-element-edit-mode .docs-listing-main .docs-category-listing .docs-list .docs-sub-cat,
.elementor-element-edit-mode .docs-sub-cat-list {
    display: block;
}

.elementor-704 .elementor-element.elementor-element-93fc5c0:not(.elementor-motion-effects-element-type-background),
.elementor-704 .elementor-element.elementor-element-93fc5c0>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background: #093267;
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(60, 142, 48, 1) 80%, rgba(23, 121, 9, 1) 100%); */
}

.elementor-704 .elementor-element.elementor-element-93fc5c0 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 50px;
    margin-bottom: 0px;
}

.elementor-704 .elementor-element.elementor-element-93fc5c0>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-704 .elementor-element.elementor-element-3c86665 {
    padding: 120px 0px 70px 0px;
}

.elementor-704 .elementor-element.elementor-element-d2455df {
    --spacer-size: 85px;
    width: var(--container-widget-width, 85px);
    max-width: 85px;
    --container-widget-width: 85px;
    --container-widget-flex-grow: 0;
    top: -175px;
}

body:not(.rtl) .elementor-704 .elementor-element.elementor-element-d2455df {
    left: 25px;
}

body.rtl .elementor-704 .elementor-element.elementor-element-d2455df {
    right: 25px;
}

.elementor-704 .elementor-element.elementor-element-d2455df>.elementor-widget-container {
    background-color: var(--e-global-color-uicore_accent);
    background-image: url("https://wagmii.com/wp-content/uploads/2022/08/Vault-Favicon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.elementor-704 .elementor-element.elementor-element-d2455df.bdt-background-overlay-yes>.elementor-widget-container:before {
    transition: background 0.3s;
}

.elementor-704 .elementor-element.elementor-element-ba53898 img {
    width: 180px;
}

.elementor-704 .elementor-element.elementor-element-ba53898 {
    width: auto;
    max-width: auto;
    top: 139px;
}

body:not(.rtl) .elementor-704 .elementor-element.elementor-element-ba53898 {
    left: -305px;
}

body.rtl .elementor-704 .elementor-element.elementor-element-ba53898 {
    right: -305px;
}

.elementor-704 .elementor-element.elementor-element-409c9c4 {
    text-align: left;
}

.elementor-704 .elementor-element.elementor-element-409c9c4 img {
    width: 229px;
}

.elementor-704 .elementor-element.elementor-element-3219779>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 30px;
}

.elementor-704 .elementor-element.elementor-element-85c0191 .elementor-heading-title {
    color: #FFFFFF96;
}

.elementor-704 .elementor-element.elementor-element-78f29a7 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(8px/2);
}

.elementor-704 .elementor-element.elementor-element-78f29a7 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(8px/2);
}

.elementor-704 .elementor-element.elementor-element-78f29a7 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(8px/2);
    margin-left: calc(8px/2);
}

.elementor-704 .elementor-element.elementor-element-78f29a7 .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-8px/2);
    margin-left: calc(-8px/2);
}

body.rtl .elementor-704 .elementor-element.elementor-element-78f29a7 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-8px/2);
}

body:not(.rtl) .elementor-704 .elementor-element.elementor-element-78f29a7 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-8px/2);
}

.elementor-704 .elementor-element.elementor-element-78f29a7 .elementor-icon-list-icon i {
    transition: color 0.3s;
}

.elementor-704 .elementor-element.elementor-element-78f29a7 .elementor-icon-list-icon svg {
    transition: fill 0.3s;
}

.elementor-704 .elementor-element.elementor-element-78f29a7 {
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px;
}

.elementor-704 .elementor-element.elementor-element-78f29a7 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-704 .elementor-element.elementor-element-78f29a7 .elementor-icon-list-item>a {
    font-size: 17px;
}

.elementor-704 .elementor-element.elementor-element-78f29a7 .elementor-icon-list-text {
    color: #FFFFFFC4;
    transition: color 0.3s;
}

.elementor-704 .elementor-element.elementor-element-78f29a7 .elementor-icon-list-item:hover .elementor-icon-list-text {
    color: var(--e-global-color-uicore_primary);
}

.elementor-704 .elementor-element.elementor-element-bcc1d65>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 30px;
}

.elementor-704 .elementor-element.elementor-element-f7c550f {
    --spacer-size: 20px;
}

.elementor-704 .elementor-element.elementor-element-7402733 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(8px/2);
}

.elementor-704 .elementor-element.elementor-element-7402733 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(8px/2);
}

.elementor-704 .elementor-element.elementor-element-7402733 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(8px/2);
    margin-left: calc(8px/2);
}

.elementor-704 .elementor-element.elementor-element-7402733 .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-8px/2);
    margin-left: calc(-8px/2);
}

body.rtl .elementor-704 .elementor-element.elementor-element-7402733 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-8px/2);
}

body:not(.rtl) .elementor-704 .elementor-element.elementor-element-7402733 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-8px/2);
}

.elementor-704 .elementor-element.elementor-element-7402733 .elementor-icon-list-icon i {
    transition: color 0.3s;
}

.elementor-704 .elementor-element.elementor-element-7402733 .elementor-icon-list-icon svg {
    transition: fill 0.3s;
}

.elementor-704 .elementor-element.elementor-element-7402733 {
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px;
}

.elementor-704 .elementor-element.elementor-element-7402733 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-704 .elementor-element.elementor-element-7402733 .elementor-icon-list-item>a {
    font-size: 17px;
}

.elementor-704 .elementor-element.elementor-element-7402733 .elementor-icon-list-text {
    color: #FFFFFFC4;
    transition: color 0.3s;
}

.elementor-704 .elementor-element.elementor-element-7402733 .elementor-icon-list-item:hover .elementor-icon-list-text {
    color: var(--e-global-color-uicore_primary);
}

.elementor-704 .elementor-element.elementor-element-c80cedf>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 30px;
}

.elementor-704 .elementor-element.elementor-element-11ee7ca .elementor-heading-title {
    color: #FFFFFF96;
}

.elementor-704 .elementor-element.elementor-element-0e16ac4 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(8px/2);
}

.elementor-704 .elementor-element.elementor-element-0e16ac4 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(8px/2);
}

.elementor-704 .elementor-element.elementor-element-0e16ac4 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(8px/2);
    margin-left: calc(8px/2);
}

.elementor-704 .elementor-element.elementor-element-0e16ac4 .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-8px/2);
    margin-left: calc(-8px/2);
}

body.rtl .elementor-704 .elementor-element.elementor-element-0e16ac4 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-8px/2);
}

body:not(.rtl) .elementor-704 .elementor-element.elementor-element-0e16ac4 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-8px/2);
}

.elementor-704 .elementor-element.elementor-element-0e16ac4 .elementor-icon-list-icon i {
    transition: color 0.3s;
}

.elementor-704 .elementor-element.elementor-element-0e16ac4 .elementor-icon-list-icon svg {
    transition: fill 0.3s;
}

.elementor-704 .elementor-element.elementor-element-0e16ac4 {
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px;
}

.elementor-704 .elementor-element.elementor-element-0e16ac4 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-704 .elementor-element.elementor-element-0e16ac4 .elementor-icon-list-item>a {
    font-size: 17px;
}

.elementor-704 .elementor-element.elementor-element-0e16ac4 .elementor-icon-list-text {
    color: #FFFFFFC4;
    transition: color 0.3s;
}

.elementor-704 .elementor-element.elementor-element-0e16ac4 .elementor-icon-list-item:hover .elementor-icon-list-text {
    color: var(--e-global-color-uicore_primary);
}

.elementor-704 .elementor-element.elementor-element-07311d6 {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #FFFFFF1C;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 0px 40px 0px;
}

.elementor-704 .elementor-element.elementor-element-07311d6>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-704 .elementor-element.elementor-element-95b4432 {
    text-align: center;
    color: #FFFFFFC2;
    font-size: 16px;
}

.elementor-bc-flex-widget .elementor-704 .elementor-element.elementor-element-1837dfd.elementor-column .elementor-widget-wrap {
    align-items: center;
}

.elementor-704 .elementor-element.elementor-element-1837dfd.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
    align-content: center;
    align-items: center;
}

.elementor-704 .elementor-element.elementor-element-366b353 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(15px/2);
}

.elementor-704 .elementor-element.elementor-element-366b353 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(15px/2);
}

.elementor-704 .elementor-element.elementor-element-366b353 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(15px/2);
    margin-left: calc(15px/2);
}

.elementor-704 .elementor-element.elementor-element-366b353 .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-15px/2);
    margin-left: calc(-15px/2);
}

body.rtl .elementor-704 .elementor-element.elementor-element-366b353 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-15px/2);
}

body:not(.rtl) .elementor-704 .elementor-element.elementor-element-366b353 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-15px/2);
}

.elementor-704 .elementor-element.elementor-element-366b353 .elementor-icon-list-icon i {
    color: #FFFFFF;
    transition: color 0.3s;
}

.elementor-704 .elementor-element.elementor-element-366b353 .elementor-icon-list-icon svg {
    fill: #FFFFFF;
    transition: fill 0.3s;
}

.elementor-704 .elementor-element.elementor-element-366b353 .elementor-icon-list-item:hover .elementor-icon-list-icon i {
    color: var(--e-global-color-uicore_primary);
}

.elementor-704 .elementor-element.elementor-element-366b353 .elementor-icon-list-item:hover .elementor-icon-list-icon svg {
    fill: var(--e-global-color-uicore_primary);
}

.elementor-704 .elementor-element.elementor-element-366b353 {
    --e-icon-list-icon-size: 22px;
    --icon-vertical-offset: 0px;
}

.elementor-704 .elementor-element.elementor-element-366b353 .elementor-icon-list-text {
    transition: color 0.3s;
}

.elementor-widget .tippy-tooltip .tippy-content {
    text-align: center;
}

@media(max-width:1024px) {
    .elementor-704 .elementor-element.elementor-element-93fc5c0 {
        margin-top: 35px;
        margin-bottom: 0px;
    }

    .elementor-704 .elementor-element.elementor-element-3c86665 {
        padding: 70px 0px 30px 0px;
    }

    .elementor-704 .elementor-element.elementor-element-9c87c96>.elementor-element-populated {
        margin: 0px 0px 30px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }

    .elementor-704 .elementor-element.elementor-element-d2455df {
        --spacer-size: 65px;
        --container-widget-width: 65px;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 65px);
        max-width: 65px;
        top: -110px;
    }

    body:not(.rtl) .elementor-704 .elementor-element.elementor-element-d2455df {
        left: 20px;
    }

    body.rtl .elementor-704 .elementor-element.elementor-element-d2455df {
        right: 20px;
    }

    .elementor-704 .elementor-element.elementor-element-ba53898 img {
        width: 125px;
    }

    body:not(.rtl) .elementor-704 .elementor-element.elementor-element-ba53898 {
        left: -60px;
    }

    body.rtl .elementor-704 .elementor-element.elementor-element-ba53898 {
        right: -60px;
    }

    .elementor-704 .elementor-element.elementor-element-ba53898 {
        top: 125px;
    }

    .elementor-704 .elementor-element.elementor-element-409c9c4 img {
        width: 100px;
    }

    .elementor-704 .elementor-element.elementor-element-3219779>.elementor-element-populated {
        margin: 0px 0px 30px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }

    .elementor-704 .elementor-element.elementor-element-78f29a7 .elementor-icon-list-item>.elementor-icon-list-text,
    .elementor-704 .elementor-element.elementor-element-78f29a7 .elementor-icon-list-item>a {
        font-size: 16px;
    }

    .elementor-704 .elementor-element.elementor-element-bcc1d65>.elementor-element-populated {
        margin: 0px 0px 30px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }

    .elementor-704 .elementor-element.elementor-element-7402733 .elementor-icon-list-item>.elementor-icon-list-text,
    .elementor-704 .elementor-element.elementor-element-7402733 .elementor-icon-list-item>a {
        font-size: 16px;
    }

    .elementor-704 .elementor-element.elementor-element-c80cedf>.elementor-element-populated {
        margin: 0px 0px 30px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }

    .elementor-704 .elementor-element.elementor-element-0e16ac4 .elementor-icon-list-item>.elementor-icon-list-text,
    .elementor-704 .elementor-element.elementor-element-0e16ac4 .elementor-icon-list-item>a {
        font-size: 16px;
    }

    .elementor-704 .elementor-element.elementor-element-07311d6 {
        padding: 30px 0px 30px 0px;
    }

    .elementor-704 .elementor-element.elementor-element-95b4432 {
        text-align: center;
        font-size: 15px;
    }

    .elementor-704 .elementor-element.elementor-element-366b353 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
        padding-bottom: calc(5px/2);
    }

    .elementor-704 .elementor-element.elementor-element-366b353 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
        margin-top: calc(5px/2);
    }

    .elementor-704 .elementor-element.elementor-element-366b353 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin-right: calc(5px/2);
        margin-left: calc(5px/2);
    }

    .elementor-704 .elementor-element.elementor-element-366b353 .elementor-icon-list-items.elementor-inline-items {
        margin-right: calc(-5px/2);
        margin-left: calc(-5px/2);
    }

    body.rtl .elementor-704 .elementor-element.elementor-element-366b353 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        left: calc(-5px/2);
    }

    body:not(.rtl) .elementor-704 .elementor-element.elementor-element-366b353 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        right: calc(-5px/2);
    }

    .elementor-704 .elementor-element.elementor-element-366b353 {
        --e-icon-list-icon-size: 22px;
    }
}

@media(max-width:767px) {
    .elementor-704 .elementor-element.elementor-element-93fc5c0 {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .elementor-704 .elementor-element.elementor-element-3c86665 {
        padding: 50px 0px 0px 0px;
    }

    .elementor-704 .elementor-element.elementor-element-d2455df {
        --spacer-size: 50px;
        --container-widget-width: 50px;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 50px);
        max-width: 50px;
        top: -85px;
    }

    body:not(.rtl) .elementor-704 .elementor-element.elementor-element-d2455df {
        left: 10px;
    }

    body.rtl .elementor-704 .elementor-element.elementor-element-d2455df {
        right: 10px;
    }

    .elementor-704 .elementor-element.elementor-element-ba53898 img {
        width: 100px;
    }

    body:not(.rtl) .elementor-704 .elementor-element.elementor-element-ba53898 {
        left: 0px;
    }

    body.rtl .elementor-704 .elementor-element.elementor-element-ba53898 {
        right: 0px;
    }

    .elementor-704 .elementor-element.elementor-element-409c9c4 {
        text-align: center;
    }

    .elementor-704 .elementor-element.elementor-element-409c9c4 img {
        width: 110px;
    }

    .elementor-704 .elementor-element.elementor-element-3219779>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
        margin-bottom: 20px;
    }

    .elementor-704 .elementor-element.elementor-element-85c0191 {
        text-align: center;
    }

    .elementor-704 .elementor-element.elementor-element-78f29a7 .elementor-icon-list-item>.elementor-icon-list-text,
    .elementor-704 .elementor-element.elementor-element-78f29a7 .elementor-icon-list-item>a {
        font-size: 15px;
    }

    .elementor-704 .elementor-element.elementor-element-bcc1d65>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
        margin-bottom: 20px;
    }

    .elementor-704 .elementor-element.elementor-element-7402733 .elementor-icon-list-item>.elementor-icon-list-text,
    .elementor-704 .elementor-element.elementor-element-7402733 .elementor-icon-list-item>a {
        font-size: 15px;
    }

    .elementor-704 .elementor-element.elementor-element-c80cedf>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
        margin-bottom: 20px;
    }

    .elementor-704 .elementor-element.elementor-element-11ee7ca {
        text-align: center;
    }

    .elementor-704 .elementor-element.elementor-element-0e16ac4 .elementor-icon-list-item>.elementor-icon-list-text,
    .elementor-704 .elementor-element.elementor-element-0e16ac4 .elementor-icon-list-item>a {
        font-size: 15px;
    }

    .elementor-704 .elementor-element.elementor-element-07311d6 {
        padding: 30px 0px 30px 0px;
    }

    .elementor-704 .elementor-element.elementor-element-95b4432 {
        text-align: center;
        font-size: 14px;
    }

    .elementor-704 .elementor-element.elementor-element-366b353 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
        padding-bottom: calc(8px/2);
    }

    .elementor-704 .elementor-element.elementor-element-366b353 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
        margin-top: calc(8px/2);
    }

    .elementor-704 .elementor-element.elementor-element-366b353 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin-right: calc(8px/2);
        margin-left: calc(8px/2);
    }

    .elementor-704 .elementor-element.elementor-element-366b353 .elementor-icon-list-items.elementor-inline-items {
        margin-right: calc(-8px/2);
        margin-left: calc(-8px/2);
    }

    body.rtl .elementor-704 .elementor-element.elementor-element-366b353 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        left: calc(-8px/2);
    }

    body:not(.rtl) .elementor-704 .elementor-element.elementor-element-366b353 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        right: calc(-8px/2);
    }

    .elementor-704 .elementor-element.elementor-element-366b353 {
        --e-icon-list-icon-size: 22px;
    }
}

@media(min-width:768px) {
    .elementor-704 .elementor-element.elementor-element-9c87c96 {
        width: 24%;
    }

    .elementor-704 .elementor-element.elementor-element-3219779 {
        width: 12.848%;
    }

    .elementor-704 .elementor-element.elementor-element-bcc1d65 {
        width: 18.439%;
    }

    .elementor-704 .elementor-element.elementor-element-c80cedf {
        /* width: 31.561%; */
    }

    .elementor-704 .elementor-element.elementor-element-649ae30 {
        width: 21.951%;
    }

    .elementor-704 .elementor-element.elementor-element-02dde79 {
        width: 57.671%;
    }

    .elementor-704 .elementor-element.elementor-element-1837dfd {
        width: 20.042%;
    }
}

@media(max-width:1024px) and (min-width:768px) {
    .elementor-704 .elementor-element.elementor-element-9c87c96 {
        width: 33%;
    }

    .elementor-704 .elementor-element.elementor-element-3219779 {
        width: 33%;
    }

    .elementor-704 .elementor-element.elementor-element-bcc1d65 {
        width: 33%;
    }

    .elementor-704 .elementor-element.elementor-element-c80cedf {
        width: 33%;
    }

    .elementor-704 .elementor-element.elementor-element-649ae30 {
        width: 100%;
    }

    .elementor-704 .elementor-element.elementor-element-02dde79 {
        width: 100%;
    }

    .elementor-704 .elementor-element.elementor-element-1837dfd {
        width: 100%;
    }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    height: auto;
    vertical-align: unset
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

button {
    border: none
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

ol[class],
ul[class] {
    list-style: none
}

ul.menu {
    padding: 0
}

pre {
    display: block;
    margin: 18px 0;
    padding: 18px;
    background: #fafbfb;
    border: 1px solid #f4f4f4;
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    font-family: Menlo, Consolas, monaco, monospace;
    font-size: 14px
}

dd {
    margin-left: 0
}

input[type=search],
input[type=text],
textarea {
    background-clip: padding-box
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

button.customize-partial-edit-shortcut-button {
    padding: 5px !important
}

select {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjM3cHgiIGhlaWdodD0iNHB4IiB2aWV3Qm94PSIwIDAgMzcgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYxLjIgKDg5NjUzKSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4NCiAgICA8dGl0bGU+QXJ0Ym9hcmQ8L3RpdGxlPg0KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPg0KICAgIDxnIGlkPSJBcnRib2FyZCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJBcnJvdy1SaWdodCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuMDAwMDAwLCAwLjAwMDAwMCkiIGZpbGw9IiMzNDMzNTIiPg0KICAgICAgICAgICAgPHBhdGggZD0iTTMuODAzODkyMjIsMy44NzIgTDYuODc0MjUxNSwwLjc1NzMzMzMzMyBDNy4wNDE5MTYxNywwLjU3NiA3LjA0MTkxNjE3LDAuMjk4NjY2NjY3IDYuODc0MjUxNSwwLjEyOCBDNi43MDY1ODY4MywtMC4wNDI2NjY2NjY3IDYuNDIzNjUyNjksLTAuMDQyNjY2NjY2NyA2LjI1NTk4ODAyLDAuMTI4IEwzLjUsMi45MzMzMzMzMyBMMC43NDQwMTE5NzYsMC4xMjggQzAuNTY1ODY4MjYzLC0wLjA0MjY2NjY2NjcgMC4yOTM0MTMxNzQsLTAuMDQyNjY2NjY2NyAwLjEyNTc0ODUwMywwLjEyOCBDLTAuMDQxOTE2MTY3NywwLjI5ODY2NjY2NyAtMC4wNDE5MTYxNjc3LDAuNTc2IDAuMTI1NzQ4NTAzLDAuNzU3MzMzMzMzIEwzLjE4NTYyODc0LDMuODcyIEMzLjM2Mzc3MjQ2LDQuMDQyNjY2NjcgMy42MzYyMjc1NCw0LjA0MjY2NjY3IDMuODAzODkyMjIsMy44NzIgWiIgaWQ9IlBhdGgiPjwvcGF0aD4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position-x: 100%;
    background-position-y: 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent
}

form input,
form select,
form textarea {
    display: block;
    font-family: inherit;
    font-size: 14px;
    line-height: normal;
    padding: 10px 15px;
    border-radius: 3px;
    font-weight: 400;
    border: 1px solid #e6e9ec;
    transition: all .3s ease-in-out;
    width: 100%
}

form input[type=submit] {
    color: #fff;
    transition: all .3s ease-in-out;
    cursor: pointer;
    width: auto;
    padding: 10px 35px
}

input[type=checkbox] {
    margin-right: 5px;
    height: 30px;
    float: left;
    width: auto
}

.ui-no-results #searchform {
    display: flex;
    position: relative
}

.ui-no-results label {
    max-width: 300px;
    width: 100%;
    display: block
}

.ui-no-results .ui-search-title {
    margin: 0 0 .5em
}

.search-form input[type=submit] {
    border: none;
    background: 0 0;
    opacity: 0;
    margin: 0
}

.search-form input[type=submit],
.search-form label:after {
    display: inline-flex;
    width: 32px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 7px;
    align-items: center;
    justify-content: center
}

#searchform label:after {
    content: "\E918";
    font: normal normal 16px/1 uicore-icons !important
}

.search-form input[type=search] {
    padding-left: 40px
}

.wp-block-button__link {
    display: inline-block;
    cursor: pointer
}

.wp-block-buttons {
    gap: 5px;
    display: flex;
    flex-flow: wrap
}

.uicore-nav-menu a.uicore-social-icon,
.uicore-social-icon {
    transition: all .2s cubic-bezier(.68, .01, .58, .75);
    padding: 0 10px !important
}

.uicore-nav-menu a.uicore-social-icon:before,
.uicore-social-icon:before {
    height: 15px;
    width: 15px;
    font-family: uicore-icons;
    padding-top: 2px
}

.uicore-nav-menu a.uicore-social-icon.social_fb:before,
.uicore-social-icon.social_fb:before {
    content: "\E90A"
}

.uicore-nav-menu a.uicore-social-icon.social_tw:before,
.uicore-social-icon.social_tw:before {
    content: "\E920"
}

.uicore-nav-menu a.uicore-social-icon.social_yt:before,
.uicore-social-icon.social_yt:before {
    content: "\E925"
}

.uicore-nav-menu a.uicore-social-icon.social_in:before,
.uicore-social-icon.social_in:before {
    content: "\E90E"
}

.uicore-nav-menu a.uicore-social-icon.social_lk:before,
.uicore-social-icon.social_lk:before {
    content: "\E90F"
}

.uicore-nav-menu a.uicore-social-icon.social_pn:before,
.uicore-social-icon.social_pn:before {
    content: "\E914"
}

.uicore-nav-menu a.uicore-social-icon.social_th:before,
.uicore-social-icon.social_th:before {
    content: "\E91F"
}

.uicore-nav-menu a.uicore-social-icon.social_snapchat:before,
.uicore-social-icon.social_snapchat:before {
    content: "\E91A"
}

.uicore-nav-menu a.uicore-social-icon.social_reddit:before,
.uicore-social-icon.social_reddit:before {
    content: "\E916"
}

.uicore-nav-menu a.uicore-social-icon.social_tiktok:before,
.uicore-social-icon.social_tiktok:before {
    content: "\E91C"
}

.uicore-nav-menu a.uicore-social-icon.social_whatsapp:before,
.uicore-social-icon.social_whatsapp:before {
    content: "\E924"
}

.uicore-nav-menu a.uicore-social-icon.social_vimeo:before,
.uicore-social-icon.social_vimeo:before {
    content: "\E921"
}

.uicore-nav-menu a.uicore-social-icon.social_wechat:before,
.uicore-social-icon.social_wechat:before {
    content: "\E923"
}

.uicore-nav-menu a.uicore-social-icon.social_messenger:before,
.uicore-social-icon.social_messenger:before {
    content: "\E912"
}

.uicore-nav-menu a.uicore-social-icon.social_telegram:before,
.uicore-social-icon.social_telegram:before {
    content: "\E926"
}

.uicore-nav-menu a.uicore-social-icon.social_discord:before,
.uicore-social-icon.social_discord:before {
    content: "\E927"
}

.uicore-nav-menu a.uicore-social-icon.social_opensea:before,
.uicore-social-icon.social_opensea:before {
    content: "\E928"
}

.uicore-socials-shortcode {
    display: inline-block;
    margin: -3px -7px 0
}

.uicore-socials-shortcode .uicore-social-icon {
    font-size: inherit
}

.uicore-social-icon:before {
    vertical-align: middle
}

.uicore-back-to-top {
    position: fixed;
    right: 2em;
    bottom: 2em;
    display: inline-block;
    z-index: 999;
    background: #fff;
    transform: rotate(180deg) scale(1);
    font-size: 15px;
    line-height: 40px !important;
    width: 40px;
    text-align: center;
    box-shadow: 1px 0 22px -9px rgba(0, 0, 0, .4);
    transition: all .3s cubic-bezier(.61, -.12, .08, 1.55);
    cursor: pointer
}

.uicore-back-to-top:hover {
    transform: rotate(180deg) scale(1.1);
    box-shadow: 0 0 20px -9px rgba(0, 0, 0, .2)
}

.uicore-back-to-top:before {
    font-size: 100%
}

.uicore-back-to-top:not(.uicore-visible) {
    opacity: 0;
    pointer-events: none;
    transform: rotate(180deg) scale(.3)
}

.elementor-tab-title a:hover {
    color: inherit;
    opacity: .75
}

.uicore.elementor-section-boxed .uicore.elementor-container {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.bdt-button {
    transition: all .3s ease-out
}

.elementor-animation-grow .elementor-button-content-wrapper,
.elementor-animation-grow>* {
    transition: inherit;
    display: inline-flex
}

.elementor-animation-grow:hover .elementor-button-content-wrapper,
.elementor-animation-grow:hover>* {
    transform: scale(.90909)
}

.bdt-ep-advanced-icon-box-content p,
.elementor-widget-icon-box p,
.elementor-widget-text-editor p {
    font-size: inherit
}

.bdt-ep-advanced-icon-box-content h1:last-child,
.bdt-ep-advanced-icon-box-content h2:last-child,
.bdt-ep-advanced-icon-box-content h3:last-child,
.bdt-ep-advanced-icon-box-content h4:last-child,
.bdt-ep-advanced-icon-box-content h5:last-child,
.bdt-ep-advanced-icon-box-content h6:last-child,
.bdt-ep-advanced-icon-box-content p:last-child,
.elementor-widget-icon-box h1:last-child,
.elementor-widget-icon-box h2:last-child,
.elementor-widget-icon-box h3:last-child,
.elementor-widget-icon-box h4:last-child,
.elementor-widget-icon-box h5:last-child,
.elementor-widget-icon-box h6:last-child,
.elementor-widget-icon-box p:last-child,
.elementor-widget-text-editor h1:last-child,
.elementor-widget-text-editor h2:last-child,
.elementor-widget-text-editor h3:last-child,
.elementor-widget-text-editor h4:last-child,
.elementor-widget-text-editor h5:last-child,
.elementor-widget-text-editor h6:last-child,
.elementor-widget-text-editor p:last-child {
    margin-bottom: 0
}

.bdt-ep-advanced-icon-box-content h1:first-child,
.bdt-ep-advanced-icon-box-content h2:first-child,
.bdt-ep-advanced-icon-box-content h3:first-child,
.bdt-ep-advanced-icon-box-content h4:first-child,
.bdt-ep-advanced-icon-box-content h5:first-child,
.bdt-ep-advanced-icon-box-content h6:first-child,
.bdt-ep-advanced-icon-box-content p:first-child,
.elementor-widget-icon-box h1:first-child,
.elementor-widget-icon-box h2:first-child,
.elementor-widget-icon-box h3:first-child,
.elementor-widget-icon-box h4:first-child,
.elementor-widget-icon-box h5:first-child,
.elementor-widget-icon-box h6:first-child,
.elementor-widget-icon-box p:first-child,
.elementor-widget-text-editor h1:first-child,
.elementor-widget-text-editor h2:first-child,
.elementor-widget-text-editor h3:first-child,
.elementor-widget-text-editor h4:first-child,
.elementor-widget-text-editor h5:first-child,
.elementor-widget-text-editor h6:first-child,
.elementor-widget-text-editor p:first-child {
    margin-top: 0
}

.uicore-library-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    height: 40px;
    width: 40px;
    color: #fff;
    border: 1px solid #532df5;
    background-color: #532df5;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M5.383 15.217c3.1 0 5.4-2.3 5.4-5.3v-7.9h-2.9v7.9c0 1.4-1.1 2.5-2.5 2.5s-2.5-1.1-2.5-2.5v-7.9h-2.9v7.9c0 3 2.3 5.3 5.4 5.3zm8.9-11.1c1 0 1.7-.7 1.7-1.7s-.7-1.7-1.7-1.7-1.7.7-1.7 1.7.7 1.7 1.7 1.7zm1.4 10.9v-9.6h-2.8v9.6z' fill='%23fff'/%3E%3C/svg%3E");
    background-size: 17px;
    background-position: 50%;
    background-repeat: no-repeat
}

.uicore-library-button:hover {
    opacity: .85;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2)
}

.uicore-library-button i {
    opacity: 0
}

.metform-template-item--pro {
    display: none
}

.elementor-editor-active #wrapper-navbar {
    pointer-events: none
}

.elementor-edit-mode .elementor-section:first-child .elementor-editor-section-settings {
    transform: translate3d(-50%, 0, 0) !important;
    border-radius: 0 0 5px 5px !important
}

.elementor-edit-mode .elementor-section:first-child .elementor-editor-section-settings .elementor-editor-element-setting:first-child:before {
    top: 0 !important;
    border-width: 0 12px 22px 0 !important
}

.elementor-edit-mode .elementor-section:first-child .elementor-editor-section-settings .elementor-editor-element-setting:last-child:after {
    top: 0 !important;
    border-width: 0 0 22px 12px !important
}

.ui-float-widget>*,
.ui-float-widget>.elementor-widget-wrap {
    animation: uicoreFloat 1s ease infinite alternate !important
}

.ui-float-widget.ui-float-s>*,
.ui-float-widget.ui-float-s>.elementor-widget-wrap {
    animation: uicoreFloatS 1s ease infinite alternate !important
}

.ui-float-widget.ui-float-l>*,
.ui-float-widget.ui-float-l>.elementor-widget-wrap {
    animation: uicoreFloatL 1s ease infinite alternate !important
}

.elementor-element-edit-mode.ui-float-widget:hover *,
.elementor-element-edit-mode.ui-float-widget:hover .elementor-widget-wrap {
    animation: none !important
}

.elementor-page:not(.elementor-editor-active) #primary {
    max-width: 100vw;
    overflow-x: hidden
}

.elementor-section.elementor-section-stretched {
    position: relative;
    width: 100%
}

.elementor-section {
    position: relative
}

.elementor-container {
    margin: 0 auto
}

.elementor-section .elementor-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

.elementor-section.elementor-section-boxed:not(.elementor-inner-section) .uicore-header-wrapper>.elementor-container,
.elementor-section.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container {
    width: 90%
}

.elementor-widget-icon-list .elementor-icon-list-item .elementor-icon-list-text {
    transition: all .3s ease
}

body,
html {
    margin: 0;
    position: relative
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    text-size-adjust: none;
    text-rendering: optimizelegibility;
    font-feature-settings: "kern";
    font-kerning: normal;
    max-width: 100vw;
    overflow-x: hidden
}

body {
    font-family: Segoe UI, sans-serif
}

:focus {
    outline: none
}

* {
    box-sizing: border-box
}

a {
    text-decoration: none;
    transition: all .2s cubic-bezier(.68, .01, .58, .75)
}

a strong {
    color: inherit
}

p {
    margin-top: 0;
    margin-bottom: 1em
}

.uicore-body-content {
    position: relative;
    width: 100%;
    max-width: 100vw
}

.uicore-no-editor>div {
    width: 100%
}

.elementor-html .uicore-content {
    clear: both
}

.utility-page {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    padding: 10% 0
}

.utility-page .error-404-img {
    width: 267px
}

.utility-page .default-button {
    margin-top: 40px
}

.utility-page .maintenance-title {
    max-width: 700px;
    text-align: center
}

.error404 .uicore-page-title {
    display: none
}

.maintenance-page {
    height: 100vh
}

.uicore-icon-wrapp {
    display: inline-flex;
    align-items: center
}

.uicore-icon-wrapp i {
    min-width: 1em;
    display: flex;
    justify-content: center
}

body {
    --page-title-display: block
}

.uicore-meta-separator:before {
    content: "\2022"
}

.bdt-accordion-container .bdt-accordion h1.bdt-accordion-title,
.elementor-widget-bdt-advanced-icon-box h1.bdt-ep-advanced-icon-box-title,
.elementor-widget-heading h1.elementor-heading-title,
.uicore-title.h1,
h1 {
    font-family: var(--uicore-typography--h1-f, "Inter");
    font-weight: var(--uicore-typography--h1-w, "600");
    line-height: var(--uicore-typography--h1-h, "1.2");
    letter-spacing: var(--uicore-typography--h1-ls, "-0.027em");
    text-transform: var(--uicore-typography--h1-t, "none");
    font-style: var(--uicore-typography--h1-st, "normal");
    color: var(--uicore-typography--h1-c, "#070707");
    font-size: var(--uicore-typography--h1-s, "10px")
}

.bdt-accordion-container .bdt-accordion h2.bdt-accordion-title,
.elementor-widget-heading h2.elementor-heading-title,
.uicore-title.h2,
h2,
h2.elementor-widget-bdt-advanced-icon-box h2.bdt-ep-advanced-icon-box-title {
    font-family: var(--uicore-typography--h2-f, "Inter");
    font-weight: var(--uicore-typography--h2-w, "600");
    line-height: var(--uicore-typography--h2-h, "1.2");
    letter-spacing: var(--uicore-typography--h2-ls, "-0.027em");
    text-transform: var(--uicore-typography--h2-t, "none");
    font-style: var(--uicore-typography--h2-st, "normal");
    color: var(--uicore-typography--h2-c, "#070707");
    font-size: var(--uicore-typography--h2-s, "10px")
}

.bdt-accordion-container .bdt-accordion h3.bdt-accordion-title,
.elementor-widget-bdt-advanced-icon-box h3.bdt-ep-advanced-icon-box-title,
.elementor-widget-heading h3.elementor-heading-title,
.uicore-title.h3,
h3 {
    font-family: var(--uicore-typography--h3-f, "Inter");
    font-weight: var(--uicore-typography--h3-w, "600");
    line-height: var(--uicore-typography--h3-h, "1.2");
    letter-spacing: var(--uicore-typography--h3-ls, "-0.027em");
    text-transform: var(--uicore-typography--h3-t, "none");
    font-style: var(--uicore-typography--h3-st, "normal");
    color: var(--uicore-typography--h3-c, "#070707");
    font-size: var(--uicore-typography--h3-s, "10px")
}

.bdt-accordion-container .bdt-accordion h4.bdt-accordion-title,
.elementor-widget-bdt-advanced-icon-box h4.bdt-ep-advanced-icon-box-title,
.elementor-widget-heading h4.elementor-heading-title,
.uicore-title.h4,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
h4 {
    font-family: var(--uicore-typography--h4-f, "Inter");
    font-weight: var(--uicore-typography--h4-w, "600");
    line-height: var(--uicore-typography--h4-h, "1.2");
    letter-spacing: var(--uicore-typography--h4-ls, "-0.027em");
    text-transform: var(--uicore-typography--h4-t, "none");
    font-style: var(--uicore-typography--h4-st, "normal");
    color: var(--uicore-typography--h4-c, "#070707");
    font-size: var(--uicore-typography--h4-s, "10px")
}

.bdt-accordion-container .bdt-accordion h5.bdt-accordion-title,
.elementor-widget-bdt-advanced-icon-box h5.bdt-ep-advanced-icon-box-title,
.elementor-widget-heading h5.elementor-heading-title,
.uicore-title.h5,
h5 {
    font-family: var(--uicore-typography--h5-f, "Inter");
    font-weight: var(--uicore-typography--h5-w, "600");
    line-height: var(--uicore-typography--h5-h, "1.2");
    letter-spacing: var(--uicore-typography--h5-ls, "-0.027em");
    text-transform: var(--uicore-typography--h5-t, "none");
    font-style: var(--uicore-typography--h5-st, "normal");
    color: var(--uicore-typography--h5-c, "#070707");
    font-size: var(--uicore-typography--h5-s, "10px")
}

.bdt-accordion-container .bdt-accordion h6.bdt-accordion-title,
.elementor-widget-bdt-advanced-icon-box h6.bdt-ep-advanced-icon-box-title,
.elementor-widget-heading h6.elementor-heading-title,
.uicore-title.h6,
h6 {
    font-family: var(--uicore-typography--h6-f, "Inter");
    font-weight: var(--uicore-typography--h6-w, "600");
    line-height: var(--uicore-typography--h6-h, "1.2");
    letter-spacing: var(--uicore-typography--h6-ls, "-0.027em");
    text-transform: var(--uicore-typography--h6-t, "none");
    font-style: var(--uicore-typography--h6-st, "normal");
    color: var(--uicore-typography--h6-c, "#070707");
    font-size: var(--uicore-typography--h6-s, "10px")
}

.elementor-element .mf-input-wrapper .mf-input,
.elementor-element .mf-input-wrapper .mf-input-label,
.elementor-element .mf-input-wrapper input,
.elementor-element .mf-repeater-field-label,
.tags-links a,
.uicore-blog .uicore-post-content article .entry-content,
.uicore-body,
.uicore-body-content input,
.uicore-single-header .uicore-entry-meta,
body,
body .uicore-body-content {
    font-family: var(--uicore-typography--p-f, "Inter");
    font-weight: var(--uicore-typography--p-w, "600");
    line-height: var(--uicore-typography--p-h, "1.2");
    letter-spacing: var(--uicore-typography--p-ls, "-0.027em");
    text-transform: var(--uicore-typography--p-t, "none");
    font-style: var(--uicore-typography--p-st, "normal");
    color: var(--uicore-typography--p-c, "#070707");
    font-size: var(--uicore-typography--p-s, "10px")
}

.bdt-advanced-progress-bar div.bdt-progress-fill,
.bdt-background-primary,
.bdt-badge,
.bdt-circle-info div.bdt-info-sub-circle.active,
.bdt-circle-info div.bdt-info-sub-circle:hover,
.bdt-fancy-card.bdt-fancy-card-skin-default div.bdt-fancy-card-icon,
.bdt-fancy-card.bdt-fancy-card-skin-stack div.bdt-fancy-card-icon,
.bdt-image-accordion .bdt-image-accordion-item .bdt-image-accordion-content div.bdt-image-accordion-button a,
.bdt-news-ticker div.bdt-news-ticker-label,
.bdt-price-list .bdt-price-list-price,
.bdt-price-table div.bdt-price-table-header,
.elementor-widget-bdt-countdown span.bdt-countdown-number,
.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar,
.jp-audio div.jp-play-bar,
.jp-audio div.jp-volume-bar-value,
.uicore-body-content .bdt-fancy-list .number-icon-area,
.uicore-navbar .btn-solid,
.uicore-progress-bar,
a.bdt-ep-button.bdt-ep-button-effect-h:after,
a.bdt-ep-button.bdt-ep-button-effect-h:hover:after,
body .bdt-interactive-card-readmore:before,
div.bdt-dual-button a.bdt-dual-button-b,
div.bdt-fancy-slider .swiper-wrapper .bdt-fancy-slider-item .bdt-slide-image,
div.bdt-fancy-tabs .bdt-fancy-tabs-content .bdt-fancy-tabs-button a,
div.bdt-featured-box .bdt-feature-content .bdt-feature-button .bdt-feature-readmore,
div.bdt-helpdesk .bdt-helpdesk-icons-item,
div.bdt-helpdesk .bdt-helpdesk-icons-open-button,
div.bdt-honeycombs-area .bdt-honeycombs .bdt-honeycombs-inner-wrapper .bdt-comb .bdt-icon-hex-lg,
div.bdt-hover-box .bdt-hover-box-item.active,
div.bdt-icon-nav .bdt-icon-nav-container,
div.bdt-post-block-modern .bdt-post-block-modern-item .bdt-post-block-modern-desc .bdt-post-block-modern-meta span a,
div.bdt-post-card .bdt-post-card-item .bdt-post-card-tag span a,
div.bdt-post-grid .bdt-post-grid-item .bdt-post-grid-category a,
div.bdt-profile-card .bdt-profile-button .bdt-button,
div.bdt-tabs-container .bdt-tab .bdt-tabs-item a:before,
div.bdt-tabs .bdt-tab .bdt-active a:after,
div.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-item-main-wrapper .bdt-timeline-line span,
div.elementor-widget-bdt-table-of-content .bdt-toggle-button-wrapper a.bdt-toggle-button,
div.elementor-widget-bdt-table .bdt-table table.dataTable thead th,
div.jp-video .jp-play-bar,
div.jp-video .jp-volume-bar-value,
div.rvs-container.rvs-thumb-play .rvs-nav-container .rvs-video-active span.rvs-nav-item-thumb:before,
div.rvs-container.rvs-thumb-play .rvs-nav-container span.rvs-nav-item-thumb:hover:before,
div.rvs-container a.rvs-nav-item.rvs-active,
div.rvs-container a.rvs-nav-item.rvs-active:active,
div.rvs-container a.rvs-nav-item.rvs-active:focus,
div.rvs-container a.rvs-nav-item.rvs-active:hover,
div.rvs-container a.rvs-play-video:active,
div.rvs-container a.rvs-play-video:focus,
div.rvs-container a.rvs-play-video:hover,
form input[type=submit],
ul.bdt-circle-menu li.bdt-toggle-icon {
    background-color: var(--e-global-color-uicore_primary)
}

.bdt-ep-advanced-counter span.bdt-ep-advanced-counter-icon-wrapper,
.bdt-ep-button,
.bdt-fancy-card.bdt-fancy-card-skin-default .bdt-fancy-card-content a.bdt-fancy-card-readmore,
.bdt-marker,
.bdt-marker:focus,
.bdt-marker:hover,
.bdt-navbar-nav>li>a:hover,
.bdt-sub-heading,
.elementor-accordion-icon,
.elementor-tab-title a,
.elementor-testimonial-details .elementor-testimonial-job,
.elementor-toggle .elementor-tab-title .elementor-toggle-icon,
.elementor-widget-bdt-advanced-counter div.bdt-ep-advanced-counter-number,
.uicore-body-content .bdt-ep-advanced-icon-box span.bdt-ep-advanced-icon-box-icon-wrap,
.uicore-body-content .bdt-fancy-list ul.custom-list-group li a:hover .list-text h4,
.uicore-body-content .elementor-icon,
.uicore-body-content .elementor-icon-list-icon i,
.uicore-body-content sup,
.uicore-custom-area .uicore-hca i,
.uicore-navbar .btn-solid,
.uicore-widget #wp-calendar a:hover,
.uicore-widget ul li a:hover,
[class*=elementor-widget-wp-widget-] #wp-calendar a:hover,
[class*=elementor-widget-wp-widget-] ul li a:hover,
a,
blockquote cite,
body .bdt-interactive-card-readmore,
div.bdt-fancy-list ul.custom-list-group li a:hover .list-icon i,
div.bdt-fancy-slider .swiper-wrapper .bdt-fancy-slider-item .bdt-fancy-slider-content .bdt-fancy-slider-subtitle,
div.bdt-fancy-tabs .bdt-fancy-tabs-content .bdt-fancy-tab-sub-title,
div.bdt-flip-box .elementor-icon,
div.bdt-helpdesk .bdt-helpdesk-icons-item:hover,
div.bdt-interactive-card .bdt-interactive-card-content .bdt-interactive-card-sub-title,
div.bdt-profile-card .bdt-profile-button .bdt-button:hover,
div.bdt-profile-card .bdt-profile-card-share-link a,
div.bdt-profile-card .bdt-profile-status .bdt-profile-stat,
div.bdt-step-flow .bdt-icon-wrapper,
div.elementor-widget-bdt-step-flow .bdt-step-flow-badge .bdt-badge {
    color: var(--e-global-color-uicore_primary)
}

.bdt-ep-button,
div.bdt-hover-box .bdt-hover-box-item.active,
div.bdt-profile-card .bdt-profile-button .bdt-button,
div.bdt-profile-card .bdt-profile-card-share-link a,
div.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-item-main-wrapper .bdt-timeline-icon span,
div.rvs-container a.rvs-nav-item.rvs-active,
div.rvs-container a.rvs-nav-item.rvs-active:active,
div.rvs-container a.rvs-nav-item.rvs-active:first-child,
div.rvs-container a.rvs-nav-item.rvs-active:first-child:active,
div.rvs-container a.rvs-nav-item.rvs-active:first-child:focus,
div.rvs-container a.rvs-nav-item.rvs-active:first-child:hover,
div.rvs-container a.rvs-nav-item.rvs-active:focus,
div.rvs-container a.rvs-nav-item.rvs-active:hover,
div.rvs-container a.rvs-play-video:active,
div.rvs-container a.rvs-play-video:focus,
div.rvs-container a.rvs-play-video:hover {
    border-color: var(--e-global-color-uicore_primary)
}

.bdt-advanced-progress-bar.bdt-progress-with-perc span.bdt-progress-parcentage:before,
.bdt-fancy-card.bdt-fancy-card-skin-default:hover div.bdt-fancy-card-icon,
.bdt-fancy-card.bdt-fancy-card-skin-stack div.bdt-fancy-card-content-overlay:before,
.bdt-image-accordion .bdt-image-accordion-item .bdt-image-accordion-content div.bdt-image-accordion-button a:hover,
.uicore-body-content .metform-btn:hover,
.uicore-navbar .btn-solid:hover,
div.bdt-dual-button a.bdt-dual-button-b:after,
div.bdt-dual-button a.bdt-dual-button-b:before,
div.bdt-fancy-tabs .bdt-fancy-tabs-content .bdt-fancy-tabs-button a:hover,
div.bdt-featured-box .bdt-feature-content .bdt-feature-button .bdt-feature-readmore:hover,
div.bdt-honeycombs-area .bdt-honeycombs .bdt-honeycombs-inner-wrapper .bdt-comb:hover .bdt-icon-hex-lg,
form input[type=submit]:hover {
    background-color: var(--e-global-color-uicore_secondary)
}

.bdt-ep-advanced-counter span.bdt-ep-advanced-counter-icon-wrapper:hover,
.bdt-fancy-card.bdt-fancy-card-skin-default .bdt-fancy-card-content a.bdt-fancy-card-readmore:hover,
.bdt-fancy-card.bdt-fancy-card-skin-default div.bdt-fancy-card-icon,
.elementor-tab-title.elementor-active .elementor-accordion-icon,
.elementor-tab-title.elementor-active a,
.elementor-tab-title:hover .elementor-accordion-icon,
.elementor-tab-title:hover a,
.elementor-toggle .elementor-tab-title .elementor-toggle-icon-opened,
.elementor-toggle .elementor-tab-title:hover .elementor-toggle-icon,
.uicore-blog-grid h4.uicore-post-title:hover,
.uicore-body-content .bdt-ep-advanced-icon-box span.bdt-ep-advanced-icon-box-icon-wrap:hover,
.uicore-body-content .elementor-icon:hover,
.uicore-navbar .btn-solid,
a:hover,
div.bdt-fancy-tabs .bdt-fancy-tabs-item.active .bdt-icon-wrapper,
div.bdt-profile-card.bdt-profile-card-heline .bdt-profile-card-pro span,
div.bdt-step-flow .bdt-icon-wrapper:hover,
div.elementor-widget-bdt-step-flow .bdt-step-flow-badge .bdt-badge:hover {
    color: var(--e-global-color-uicore_secondary)
}

div.bdt-profile-card.bdt-profile-card-heline .bdt-profile-card-pro span {
    border-color: var(--e-global-color-uicore_secondary)
}

.uicore-navbar .btn-border {
    border: 1px solid var(--e-global-color-uicore_primary);
    color: var(--e-global-color-uicore_primary)
}

.uicore-navbar .btn-border:hover {
    border-color: var(--e-global-color-uicore_secondary) !important;
    background-color: var(--e-global-color-uicore_secondary);
    color: #fff
}

form input[type=submit] {
    border-color: var(--e-global-color-uicore_primary)
}

form input[type=submit]:hover {
    border-color: var(--e-global-color-uicore_secondary)
}

.search-no-results {
    fill: var(--e-global-color-uicore_primary)
}

.bdt-news-ticker div.bdt-news-ticker-label:after {
    border-left-color: var(--e-global-color-uicore_primary)
}

div.bdt-fancy-card.bdt-fancy-card-skin-default:hover {
    box-shadow: 0 0 2px -1px var(--e-global-color-uicore_secondary)
}

div.bdt-fancy-slider .swiper-wrapper .bdt-fancy-slider-item .bdt-fancy-slider-content .bdt-fancy-slider-button a,
div.bdt-fancy-slider .swiper-wrapper .bdt-fancy-slider-item .bdt-slide-image:after,
div.bdt-profile-card .bdt-profile-card-header {
    background-image: linear-gradient(147deg, var(--e-global-color-uicore_primary), var(--e-global-color-uicore_secondary) 74%)
}

div.bdt-fancy-slider .swiper-wrapper .bdt-fancy-slider-item .bdt-fancy-slider-content .bdt-fancy-slider-button a:hover {
    background-image: linear-gradient(147deg, var(--e-global-color-uicore_secondary), var(--e-global-color-uicore_primary) 74%)
}

div.bdt-progress-pie-wrapper .bdt-progress-pie svg path {
    stroke: var(--e-global-color-uicore_secondary)
}

.tags-links a,
.uicore-widget #wp-calendar,
.uicore-widget #wp-calendar a,
.uicore-widget .tagcloud a,
.uicore-widget select,
.uicore-widget ul li a,
[class*=elementor-widget-wp-widget-] #wp-calendar,
[class*=elementor-widget-wp-widget-] #wp-calendar a,
[class*=elementor-widget-wp-widget-] .tagcloud a,
[class*=elementor-widget-wp-widget-] select,
[class*=elementor-widget-wp-widget-] ul li a,
input[type=text],
tags-links a:hover {
    color: var(--e-global-color-uicore_headline)
}

.elementor-widget-highlighted-text.ui-e-a-animate .uicore-svg-wrapper path {
    stroke-dasharray: 1500;
    animation: highlighted-line 2s cubic-bezier(.29, 1.11, .74, 1.04) forwards;
    animation-play-state: paused
}

.elementor-widget-highlighted-text .ui-e-headline-text {
    position: relative
}

.elementor-widget-highlighted-text .ui-e-headline-text svg {
    position: absolute;
    top: auto;
    left: 50%;
    width: 106%;
    height: 100%;
    transform: translate(-50%);
    overflow: visible
}

.elementor-widget-highlighted-text .ui-e-headline-text svg path {
    stroke: red;
    stroke-width: 9;
    fill: none
}

.elementor-widget-highlighted-text .ui-e-headline-highlighted {
    z-index: 1;
    position: relative
}

.elementor-widget-highlighted-text .ui-e-headline-text[class*=" ui-e-headline-stroke"],
.elementor-widget-highlighted-text .ui-e-headline-text[class^=ui-e-headline-stroke] {
    white-space: nowrap
}

.elementor-widget-highlighted-text.elementor-element-edit-mode path {
    animation-play-state: running !important
}

.ui-e--highlighted-text {
    margin: 0
}

@keyframes highlighted-line {
    0% {
        stroke-dasharray: 0 1500
    }

    to {
        stroke-dasharray: 1500 1500
    }
}

.ui-e-fluid-canvas {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    --ui-fluid-1: #ecbec4;
    --ui-fluid-2: #eed5b6;
    --ui-fluid-3: #93d6eb;
    --ui-fluid-4: #a8e2c4
}

.ui-fluid-gradient {
    background: radial-gradient(circle at 80% 3%, var(--ui-fluid-1, #ecbec4), hsla(0, 0%, 100%, 0) 35%), radial-gradient(circle at 60% 60%, var(--ui-fluid-3, #93d6eb), hsla(0, 0%, 100%, 0) 45%), radial-gradient(circle at 36% 65%, var(--ui-fluid-1, #ecbec4), hsla(0, 0%, 100%, 0) 9%);
    background-size: 200% 200%;
    opacity: 0;
    transition: all .5s
}

.ui-fluid-gradient:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 80% 55%, var(--ui-fluid-1, #ecbec4), hsla(0, 0%, 100%, 0) 25%), radial-gradient(circle at 40% 15%, var(--ui-fluid-2, #eed5b6), hsla(0, 0%, 100%, 0) 26%), radial-gradient(circle at 80% 3%, #fff, hsla(0, 0%, 100%, 0) 15%), radial-gradient(circle at 43% 82%, var(--ui-fluid-3, #ecbec4), hsla(0, 0%, 100%, 0) 19%);
    background-size: 200% 200%
}

.has-ui-fluid-gradient .ui-fluid-gradient {
    opacity: 1
}

.ui-fluid-gradient-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 40% 50%, var(--ui-fluid-4, #a8e2c4), hsla(0, 0%, 100%, 0) 30%), radial-gradient(circle at 74% 69%, var(--ui-fluid-3, #93d6eb), hsla(0, 0%, 100%, 0) 20%), radial-gradient(circle at 10% 33%, var(--ui-fluid-1, #ecbec4), hsla(0, 0%, 100%, 0) 25%), radial-gradient(ellipse 122% 172%, #dee2eb, hsla(0, 0%, 100%, 0) 0);
    background-size: 180% 190%
}

.ui-fluid-animation-1 .ui-fluid-gradient {
    animation: testalt4 15s linear infinite
}

.ui-fluid-animation-1 .ui-fluid-gradient:after {
    animation: testalt2 17s linear infinite
}

.ui-fluid-animation-1 .ui-fluid-gradient-wrapper:after {
    animation: test 12s linear infinite
}

.ui-fluid-animation-2 .ui-fluid-gradient {
    animation: testalt3 14s linear infinite
}

.ui-fluid-animation-2 .ui-fluid-gradient:after {
    animation: testalt2 20s linear infinite
}

.ui-fluid-animation-2 .ui-fluid-gradient-wrapper:after {
    animation: test 12s linear infinite
}

.ui-fluid-animation-3 .ui-fluid-gradient {
    animation: testalt2 15s linear infinite
}

.ui-fluid-animation-3 .ui-fluid-gradient:after {
    animation: test 25s linear infinite
}

.ui-fluid-animation-3 .ui-fluid-gradient-wrapper:after {
    animation: testalt3 18s linear infinite
}

.ui-fluid-animation-4 .ui-fluid-gradient {
    animation: testalt3 16s linear infinite
}

.ui-fluid-animation-4 .ui-fluid-gradient:after {
    animation: testalt2 15s linear infinite
}

.ui-fluid-animation-4 .ui-fluid-gradient-wrapper:after {
    animation: test 28s linear infinite
}

.ui-fluid-animation-5 .ui-fluid-gradient {
    animation: testalt3 7s linear infinite
}

.ui-fluid-animation-5 .ui-fluid-gradient:after {
    animation: testalt2 20s linear infinite
}

.ui-fluid-animation-5 .ui-fluid-gradient-wrapper:after {
    animation: test 12s linear infinite
}

@keyframes test {
    0% {
        background-position: 10% 10%
    }

    20% {
        background-position: 10% 40%
    }

    35% {
        background-position: 50% 80%
    }

    55% {
        background-position: 90% 90%
    }

    80% {
        background-position: 60% 70%
    }

    to {
        background-position: 10% 10%
    }
}

@keyframes testalt2 {
    0% {
        background-position: 10% 28%;
        opacity: .8
    }

    16% {
        background-position: 10% 40%;
        opacity: .3
    }

    25% {
        background-position: 50% 50%;
        opacity: 1
    }

    50% {
        background-position: 55% 90%;
        opacity: .6
    }

    50% {
        background-position: 42% 70%;
        opacity: 1
    }

    to {
        background-position: 19% 50%;
        opacity: .5
    }
}

@keyframes testalt3 {
    0% {
        background-position: 50% 80%;
        opacity: 1
    }

    10% {
        background-position: 60% 70%;
        opacity: 1
    }

    20% {
        background-position: 10% 10%;
        opacity: .8
    }

    30% {
        background-position: 10% 30%;
        opacity: 1
    }

    40% {
        background-position: 10% 40%;
        opacity: .6
    }

    50% {
        background-position: 50% 80%;
        opacity: .1
    }

    60% {
        background-position: 55% 50%;
        opacity: .4
    }

    70% {
        background-position: 60% 25%;
        opacity: 1
    }

    80% {
        background-position: 40% 12%;
        opacity: 0
    }

    90% {
        background-position: 53% 45%;
        opacity: .7
    }

    to {
        background-position: 50% 80%;
        opacity: 1
    }
}

@keyframes testalt4 {
    0% {
        background-position: 50% 80%;
        opacity: 1
    }

    20% {
        background-position: 60% 70%;
        opacity: 1
    }

    40% {
        background-position: 10% 10%;
        opacity: .8
    }

    60% {
        background-position: 10% 10%;
        opacity: 1
    }

    80% {
        background-position: 10% 40%;
        opacity: .9
    }

    to {
        background-position: 50% 80%;
        opacity: 1
    }
}

.ui-split-animate {
    opacity: 0
}

.elementor-accordion-icon,
.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
    transition: all .25s cubic-bezier(.42, 0, .29, 1.16)
}

ul.bdt-price-list .bdt-price-list-price {
    color: #fff
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before {
    padding-right: 5px
}

.tippy-tooltip .tippy-content p {
    font-size: inherit
}

.bdt-post-slider .bdt-post-slider-pagination li h6 {
    margin-top: 0
}

.bdt-image-accordion .bdt-image-accordion-item .bdt-image-accordion-content div.bdt-image-accordion-button a:hover {
    color: #fff
}

.bdt-input {
    height: auto;
    line-height: 40px !important
}

.bdt-motion-effect-yes:hover {
    -webkit-transform: translate(var(--ep-effect-trans-x-hover, var(--ep-effect-trans-x-normal, 0)), var(--ep-effect-trans-y-hover, var(--ep-effect-trans-y-normal, 0))) rotateX(var(--ep-effect-rotate-x-hover, var(--ep-effect-rotate-x-normal, 0))) rotateY(var(--ep-effect-rotate-y-hover, var(--ep-effect-rotate-y-normal, 0))) rotate(var(--ep-effect-rotate-z-hover, var(--ep-effect-rotate-z-normal, 0)));
    transform: translate(var(--ep-effect-trans-x-hover, var(--ep-effect-trans-x-normal, 0)), var(--ep-effect-trans-y-hover, var(--ep-effect-trans-y-normal, 0))) rotateX(var(--ep-effect-rotate-x-hover, var(--ep-effect-rotate-x-normal, 0))) rotateY(var(--ep-effect-rotate-y-hover, var(--ep-effect-rotate-y-normal, 0))) rotate(var(--ep-effect-rotate-z-hover, var(--ep-effect-rotate-z-normal, 0)))
}

.bdt-ep-button-wrapper,
button.bdt-button {
    line-height: 1
}

.bdt-heading-tag {
    margin: 0
}

.bdt-grid .bdt-newsletter-signup-wrapper.bdt-grid-margin {
    margin-top: 10px
}

.elementor-widget-bdt-member .bdt-member .bdt-member-photo,
.elementor-widget-bdt-member .bdt-member .bdt-member-photo-flip,
.elementor-widget-bdt-member .bdt-member .bdt-member-photo-flip img,
.elementor-widget-bdt-member .bdt-member .bdt-member-photo img {
    height: auto
}

.bdt-tabs .bdt-tab.bdt-tab-left .bdt-tabs-item a:after,
.bdt-tabs .bdt-tab.bdt-tab-right .bdt-tabs-item a:after {
    display: none
}

.bdt-marker-item.bdt-transform-center {
    transform: translate(-50%, -50%) !important
}

.bdt-sticky-fixed {
    z-index: 10
}

.bdt-flip-box-effect-slide.bdt-flip-box-direction-up .bdt-flip-box-back {
    transform: unset !important;
    opacity: 0;
    pointer-events: none;
    transition: all .9s ease-out
}

.bdt-flip-box-effect-slide.bdt-flip-box-direction-up .bdt-flip-box-back .bdt-flip-box-layer-inner>* {
    transform: translateY(25px);
    opacity: 0;
    transition: all .6s cubic-bezier(.47, .25, .16, 1.26)
}

.bdt-flip-box-effect-slide.bdt-flip-box-direction-up .bdt-flip-box:hover .bdt-flip-box-back {
    opacity: 1;
    pointer-events: all
}

.bdt-flip-box-effect-slide.bdt-flip-box-direction-up .bdt-flip-box:hover .bdt-flip-box-layer-inner>* {
    transform: translateY(0);
    opacity: 1
}

.bdt-flip-box-effect-slide.bdt-flip-box-direction-up .bdt-flip-box:hover .bdt-flip-box-layer-inner>:first-child {
    transition-delay: .1s
}

.bdt-flip-box-effect-slide.bdt-flip-box-direction-up .bdt-flip-box:hover .bdt-flip-box-layer-inner>:nth-child(2) {
    transition-delay: .25s
}

.bdt-flip-box-effect-slide.bdt-flip-box-direction-up .bdt-flip-box:hover .bdt-flip-box-layer-inner>:nth-child(3) {
    transition-delay: .4s
}

.ui-is-marquee .swiper-wrapper {
    transition-timing-function: linear
}

.ui-is-marquee:not(.bdt-skin-default) .swiper-slide {
    width: auto
}

.ui-is-marquee:not(.bdt-skin-default) .swiper-slide>div>* {
    margin: 0
}

.flatpickr-calendar .noCalendar {
    width: 150px
}

.bdt-ep-advanced-icon-box-icon-wrap svg {
    fill: currentColor
}

.mf-input-wrapper .mf-input {
    line-height: inherit
}

.elementor-widget-mf-button .metform-btn {
    box-shadow: none
}

.mf-input-file-upload-label {
    color: var(--e-global-color-uicore_headline);
    background-color: var(--e-global-color-uicore_light)
}

.uicore-pagination {
    margin-top: 60px
}

.uicore-pagination ul {
    margin: 0 auto !important;
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    gap: 5px
}

.uicore-pagination ul li {
    border: 1px solid #e6e9ec;
    border-radius: var(--ui-radius);
    text-align: center;
    transition: all .23s cubic-bezier(.42, .19, .4, .93);
    line-height: 1 !important;
    min-width: 1em
}

.uicore-pagination ul li a,
.uicore-pagination ul li span {
    display: block
}

.uicore-pagination ul li a {
    text-align: center;
    position: relative
}

.uicore-pagination ul li.uicore-active,
.uicore-pagination ul li:hover {
    border: 1px solid #a3afb7
}

.uicore-pagination ul li a.next:before,
.uicore-pagination ul li a.prev:before {
    content: "\E901";
    display: block;
    font-family: uicore-icons !important;
    transform: rotate(90deg)
}

.uicore-pagination ul li a.next:before {
    transform: rotate(-90deg)
}

.uicore-pagination li>* {
    width: 2em;
    line-height: 2em
}

@media (max-width:1025px) {
    .uicore-navbar:not(.elementor-section-boxed) .uicore-header-wrapper {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
}

@media (max-width:1024px) {
    .elementor-section .elementor-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width:1025px) {

    .uicore-navigation-wrapper,
    .uicore_hide_desktop {
        display: none
    }

    .ui-col-align-right>.elementor-column-wrap>.elementor-widget-wrap,
    .ui-col-align-right>.elementor-widget-wrap {
        margin-right: calc((100vw - var(--ui-container-size))/2)
    }

    .ui-col-align-left>.elementor-column-wrap>.elementor-widget-wrap,
    .ui-col-align-left>.elementor-widget-wrap {
        margin-left: calc((100vw - var(--ui-container-size))/2)
    }
}

@media (max-width:768px) {
    .uicore_hide_mobile {
        display: none !important
    }
}

@media (max-width:767px) {
    .utility-page {
        height: auto
    }

    .bdt-newsletter-wrapper form {
        flex-direction: column
    }

    .bdt-newsletter-wrapper form .bdt-newsletter-signup-wrapper {
        width: 100%
    }

    .bdt-newsletter-wrapper form .bdt-input::placeholder {
        text-align: center
    }
}

.uicore-is-ham .uicore-navigation-wrapper,
.uicore-is-ham button.uicore-ham {
    display: block !important
}

.uicore-is-ham.uicore-mobile-nav-show .uicore-navigation-wrapper {
    pointer-events: all
}

@keyframes uiCoreAnimationsHamReveal {
    0% {
        transform: scaleX(0);
        transform-origin: left center
    }

    60% {
        transform: scaleX(1);
        transform-origin: left center
    }

    61% {
        transform: scaleX(1.1);
        transform-origin: right center
    }

    to {
        transform: scaleX(0);
        transform-origin: right center
    }
}

body button.uicore-ham,
body button.uicore-ham:focus,
body button.uicore-ham:hover {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    background: transparent 0 0;
    box-shadow: none;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center
}

button.uicore-ham {
    padding: 0 0 0 20px !important
}

.uicore-ham .bar,
.uicore-ham .bars {
    display: flex;
    flex-flow: column nowrap;
    align-items: inherit;
    justify-content: inherit
}

.uicore-ham .bars {
    float: right;
    width: 20px;
    height: 15px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: all .45s cubic-bezier(.23, 1, .32, 1) .2s
}

.uicore-ham .bar {
    width: 20px;
    height: 2px;
    border-radius: 50em;
    margin-bottom: 4.4px;
    position: relative;
    transition: all .45s cubic-bezier(.23, 1, .32, 1)
}

.uicore-ham .bar:first-child,
.uicore-ham .bar:last-child {
    opacity: 0;
    visibility: hidden;
    transition: all .45s cubic-bezier(.23, 1, .32, 1)
}

.uicore-ham .bar:first-child {
    transform: translate3d(0, -3px, 0)
}

.uicore-ham .bar:last-child {
    margin-bottom: 0;
    transform: translate3d(0, 3px, 0)
}

.uicore-ham .bar:nth-child(2) {
    width: 22px;
    margin-right: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: .1s;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1)
}

.uicore-ham .bar:nth-child(2):before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    transition: inherit;
    background-color: inherit;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

body:not(.uicore-mobile-nav-show) .uicore-ham .bars {
    -webkit-transform: none;
    transform: none;
    transition-delay: 0s
}

body:not(.uicore-mobile-nav-show) .uicore-ham .bar:first-child,
body:not(.uicore-mobile-nav-show) .uicore-ham .bar:last-child,
body:not(.uicore-mobile-nav-show) .uicore-ham .bar:nth-child(2) {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    transition: all .3s ease, background-color .15s
}

body:not(.uicore-mobile-nav-show) .uicore-ham .bar:first-child:after,
body:not(.uicore-mobile-nav-show) .uicore-ham .bar:first-child:before,
body:not(.uicore-mobile-nav-show) .uicore-ham .bar:last-child:after,
body:not(.uicore-mobile-nav-show) .uicore-ham .bar:last-child:before,
body:not(.uicore-mobile-nav-show) .uicore-ham .bar:nth-child(2):after,
body:not(.uicore-mobile-nav-show) .uicore-ham .bar:nth-child(2):before {
    -webkit-transform: rotate(0) translate(0);
    transform: rotate(0) translate(0)
}

body:not(.uicore-mobile-nav-show) .uicore-ham .bar:first-child,
body:not(.uicore-mobile-nav-show) .uicore-ham .bar:last-child {
    transition-delay: .15s
}

body:not(.uicore-mobile-nav-show) .uicore-ham .bar:nth-child(2) {
    width: 16px
}

body button.uicore-ham.uicore-toggle {
    display: none
}

.uicore-navigation-wrapper {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
    pointer-events: none;
    height: 100%;
    max-width: 100vw;
    opacity: 0;
    z-index: 99999999
}

.uicore-navigation-wrapper .elementor-container {
    padding: 0 10px
}

.uicore-navigation-wrapper .uicore-menu-container {
    position: relative;
    padding: 0;
    height: 100%
}

.uicore-navigation-wrapper .uicore-nav {
    justify-content: flex-start !important
}

.uicore-navigation-wrapper .uicore-menu .menu-item,
.uicore-navigation-wrapper .uicore-menu .menu-item:hover {
    position: static
}

.uicore-navigation-wrapper .uicore-menu .sub-menu {
    display: none
}

.uicore-navigation-wrapper .uicore-menu .sub-menu a {
    width: 100%
}

.uicore-navigation-wrapper .uicore-navigation-content {
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.uicore-navigation-wrapper .uicore-navigation-content .uicore-extra {
    flex-direction: column;
    margin-bottom: 30px
}

.uicore-navigation-wrapper .uicore-navigation-content .uicore-extra .uicore-btn {
    width: calc(90% - 20px);
    text-align: center;
    margin: 20px auto 0
}

.uicore-navigation-wrapper .uicore-navigation-content .uicore-extra .uicore-socials {
    margin-left: 0
}

.uicore-navigation-wrapper .uicore-navigation-content .uicore-extra .uicore-socials .uicore-social-icon {
    padding: 0 15px
}

.uicore-navigation-wrapper .uicore-mobile.uicore-active>li {
    transition: opacity .4s cubic-bezier(.22, 1, .36, 1) 0 !important;
    will-change: opacity !important;
    -webkit-transition: opacity .4s cubic-bezier(.22, 1, .36, 1) 0 !important;
    -moz-transition: opacity .4s cubic-bezier(.22, 1, .36, 1) 0 !important;
    -ms-transition: opacity .4s cubic-bezier(.22, 1, .36, 1) 0 !important;
    -o-transition: opacity .4s cubic-bezier(.22, 1, .36, 1) 0 !important
}

.uicore-navigation-wrapper .uicore-menu-container ul .menu-item-has-children>a:after {
    font-family: uicore-icons;
    content: "\E901";
    position: absolute;
    transform: rotate(-90deg) translate3d(50%, -50%, 0);
    font-size: 16px;
    width: 16px;
    height: 16px;
    right: 10px;
    top: 50%;
    opacity: .5;
    transition: all .5s cubic-bezier(.22, 1, .36, 1) .3s
}

.uicore-navigation-wrapper .uicore-menu-container ul .menu-item .back a {
    font-size: 70%;
    text-transform: uppercase;
    letter-spacing: .2em;
    opacity: .75
}

.uicore-navigation-wrapper .uicore-menu-container ul .menu-item {
    display: block !important
}

.uicore-navigation-wrapper .uicore-menu-container ul .menu-item>a {
    position: relative;
    color: inherit;
    display: block;
    margin: 0 auto
}

.uicore-navigation-wrapper .uicore-menu-container ul .menu-item:not(.uicore-visible) {
    opacity: 0;
    transform: translate3d(0, 40px, 0)
}

.uicore-navigation-wrapper .uicore-menu-container ul .menu-item.uicore-visible {
    animation-name: uicoreFadeInUp !important;
    animation-timing-function: cubic-bezier(.22, 1, .36, 1);
    animation-duration: .45s
}

.uicore-navigation-wrapper .uicore-menu-container ul.uicore-animating a:after {
    transition: all .2s cubic-bezier(.22, 1, .36, 1) 0s !important;
    opacity: 0 !important;
    -webkit-transition: all .2s cubic-bezier(.22, 1, .36, 1) 0s !important;
    -moz-transition: all .2s cubic-bezier(.22, 1, .36, 1) 0s !important;
    -ms-transition: all .2s cubic-bezier(.22, 1, .36, 1) 0s !important;
    -o-transition: all .2s cubic-bezier(.22, 1, .36, 1) 0s !important
}

.uicore-overflow-hidden {
    overflow: hidden !important
}

.ui-custom-tap {
    max-width: 70% !important;
    margin-left: 0 !important;
    position: absolute !important;
    width: 70%
}

.ui-custom-tap:after {
    display: none !important
}

.uicore-cart-icon.uicore_hide_desktop {
    margin-left: auto;
    margin-right: 20px
}

.uicore-cart-icon.uicore_hide_desktop .uicore-icon-holder {
    font-size: 16px;
    padding-right: 0 !important
}

.uicore-branding {
    height: var(--uicore-header--logo-h)
}

.uicore-navbar .uicore-branding {
    margin: var(--uicore-header--logo-padding) 0
}

.uicore-custom-area .uicore-hca ul.uicore-menu li.menu-item>a,
.uicore-navbar.uicore-h-classic .uicore-simple-megamenu>.sub-menu,
.uicore-navbar:not(.uicore-left-menu) .uicore-nav-menu ul.uicore-menu li.menu-item>a {
    padding-right: var(--uicore-header--menu-spaceing);
    padding-left: var(--uicore-header--menu-spaceing)
}

.uicore-h-classic.uicore-navbar .uicore-menu>.menu-item-has-children>a:after {
    right: var(--uicore-header--menu-spaceing)
}

.uicore-custom-area .uicore-hca .uicore-icon-wrapp,
.uicore-custom-area .uicore-hca p,
.uicore-drawer-toggle .ui-text,
.uicore-mobile-menu-wrapper .uicore-menu .menu-item>a,
.uicore-nav-menu .uicore-nav .sub-menu:not(.uicore-megamenu)>li a,
.uicore-nav-menu .uicore-nav .uicore-menu>.menu-item>a,
.uicore-navbar .uicore-btn {
    font-family: var(--uicore-header--menu-typo-f, "Inter");
    font-weight: var(--uicore-header--menu-typo-w, "600");
    line-height: var(--uicore-header--menu-typo-h, "1.2");
    letter-spacing: var(--uicore-header--menu-typo-ls, "-0.027em");
    text-transform: var(--uicore-header--menu-typo-t, "none");
    font-style: var(--uicore-header--menu-typo-st, "normal");
    font-size: var(--uicore-header--menu-typo-s, "10px");
    color: inherit
}

.uicore-nav-menu a:hover {
    color: inherit
}

.uicore-custom-area .uicore-menu .menu-item a,
.uicore-mobile-menu-wrapper .uicore-menu-container ul .menu-item-has-children:after {
    line-height: var(--uicore-header--menu-typo-h, "1.2")
}

.uicore-custom-area,
.uicore-custom-area-mobile .uicore-hca,
.uicore-custom-area-mobile .uicore-hca p,
.uicore-custom-area .uicore-hca,
.uicore-custom-area .uicore-hca .uicore-icon-wrapp,
.uicore-custom-area .uicore-hca a,
.uicore-custom-area .uicore-hca p,
.uicore-extra a,
.uicore-header-wrapper .uicore-link,
.uicore-mobile-menu-wrapper .uicore-menu li.menu-item,
.uicore-nav-menu .uicore-nav .sub-menu:not(.uicore-megamenu)>li a,
.uicore-nav-menu li,
.uicore-navbar.uicore-left-menu .uicore-custom-area .uicore-hca * {
    color: var(--uicore-header--menu-typo-c, "#070707")
}

.uicore-custom-area .uicore-hca a:hover,
.uicore-drawer-toggle:hover,
.uicore-extra a:hover,
.uicore-header-wrapper .uicore-link:hover,
.uicore-mobile-menu-wrapper .uicore-menu li.current-menu-item>a,
.uicore-mobile-menu-wrapper .uicore-menu li.menu-item:hover,
.uicore-nav-menu .uicore-menu li:hover,
.uicore-navbar .uicore-nav-menu .uicore-menu li.current-menu-item>a {
    color: var(--uicore-header--menu-typo-ch, "white")
}

.uicore-navbar .uicore-extra .uicore-icon-holder,
.uicore-navbar .uicore-extra .uicore-search-btn,
.uicore-navbar .uicore-extra .uicore-social-icon {
    font-size: clamp(16px, var(--uicore-header--menu-typo-s, "10px"), 21px)
}

.uicore-navbar .uicore-extra .uicore-icon-holder:before,
.uicore-navbar .uicore-extra .uicore-search-btn:before,
.uicore-navbar .uicore-extra .uicore-social-icon:before {
    font-size: 110%
}

.uicore-navigation-wrapper span.bar {
    background: var(--uicore-header--menu-typo-c, "#070707") !important
}

.uicore-navbar .uicore-ham {
    height: var(--uicore-header--logo-h);
    width: var(--uicore-header--logo-h)
}

.uicore-transparent:not(.uicore-scrolled) .uicore-btn.uicore-inverted {
    background: #fff;
    color: var(--e-global-color-uicore_headline)
}

.uicore-custom-area h1,
.uicore-custom-area h2,
.uicore-custom-area h3,
.uicore-custom-area h4,
.uicore-custom-area h5,
.uicore-custom-area h6 {
    margin: 0
}

.uicore-menu .ui-menu-item-wrapper {
    position: relative
}

.uicore-menu>li>a .custom-menu-desc {
    top: -9px;
    right: 0;
    font-size: .73em;
    line-height: 1em;
    position: absolute;
    font-weight: 700;
    opacity: .6
}

.menu-item-has-children ul .custom-menu-desc {
    font-size: .82em;
    opacity: .7;
    display: block;
    max-width: fit-content;
    margin-top: .6em;
    white-space: break-spaces;
    font-weight: 400
}

.ui-menu-img {
    max-height: 2em;
    vertical-align: middle;
    width: auto;
    margin-right: .8em
}

.uicore-menu li:not(.ui-has-description)>a svg {
    vertical-align: middle;
    margin-right: .3em
}

.uicore-menu li:not(.ui-has-description)>a svg circle,
.uicore-menu li:not(.ui-has-description)>a svg path {
    stroke-width: 1.7
}

.uicore-menu li:not(.ui-has-description)>a span+svg {
    margin-left: .3em;
    margin-right: 0
}

.ui-badge {
    color: var(--ui-badge-color, currentColor);
    display: inline-block;
    vertical-align: middle;
    padding: .6em .9em;
    margin-left: 1em;
    border-radius: 4px;
    position: relative;
    font-size: clamp(10px, .7em, 18px);
    line-height: 1em;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 700
}

.ui-badge:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    background: var(--ui-badge-color, currentColor);
    opacity: .125
}

.uicore-menu>li.ui-icon-right.menu-item-has-children>a span+svg {
    margin-left: 0;
    margin-right: .4em
}

.uicore-shrink .uicore-branding,
.uicore-shrink .uicore-nav a {
    transition: line-height .3s ease-out, color .3s ease-out, margin .3s ease-out !important;
    will-change: line-height, color, margin !important
}

.uicore-custom-area-mobile,
.uicore-mobile-main,
.uicore-mobile-second {
    display: none
}

nav.elementor-container.uicore {
    position: unset
}

.uicore-navbar {
    z-index: 11
}

.uicore-navbar .uicore-header-wrapper {
    transition: all .4s ease;
    will-change: unset;
    background-clip: padding-box;
    position: relative;
    top: 0
}

.uicore-navbar .uicore-header-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    will-change: opacity;
    transition: opacity .3s ease-in;
    z-index: -1
}

.uicore-navbar.uicore-shrink:before {
    transition: all .3s ease-in .25s
}

.uicore-navbar.uicore-sticky {
    position: sticky;
    width: 100%;
    top: 0
}

.uicore-navbar.uicore-sticky:before {
    bottom: 0
}

.uicore-navbar.uicore-transparent {
    max-width: 100vw;
    width: 100%
}

.uicore-navbar.uicore-transparent .uicore-header-wrapper {
    position: absolute;
    width: 100%
}

.uicore-navbar.uicore-transparent .uicore-header-wrapper:before,
.uicore-navbar.uicore-transparent .uicore-main,
.uicore-navbar.uicore-transparent .uicore-mobile-main {
    opacity: 0
}

.uicore-navbar.uicore-transparent .uicore-mobile-second,
.uicore-navbar.uicore-transparent.uicore-scrolled .uicore-header-wrapper:before,
.uicore-navbar.uicore-transparent.uicore-scrolled .uicore-main,
.uicore-navbar.uicore-transparent.uicore-scrolled .uicore-mobile-main,
.uicore-navbar.uicore-transparent .uicore-second {
    opacity: 1
}

.uicore-navbar.uicore-transparent.uicore-scrolled .uicore-mobile-second,
.uicore-navbar.uicore-transparent.uicore-scrolled .uicore-second {
    opacity: 0
}

.uicore-navbar:not(.uicore-transparent) .uicore-mobile-second,
.uicore-navbar:not(.uicore-transparent) .uicore-second {
    display: none
}

.uicore-navbar:not(.uicore-left-menu) .uicore-branding {
    padding-right: 20px
}

.uicore-navbar .uicore-branding {
    position: relative
}

.uicore-navbar .uicore-branding a {
    height: inherit;
    transition: none
}

.uicore-navbar .uicore-branding a .uicore-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .2s cubic-bezier(.68, .01, .58, .75);
    height: inherit;
    max-width: unset
}

.uicore-navbar .uicore-branding a .uicore-logo.uicore-main {
    position: relative
}

.uicore-navbar li a {
    transition: all .2s cubic-bezier(.68, .01, .58, .75);
    display: block
}

.uicore-navbar:not(.uicore-left-menu) li.menu-item {
    display: inline-block
}

.uicore-navbar .uicore ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.uicore-navbar .uicore ul.sub-menu:not(.uicore-megamenu) li {
    display: block
}

.uicore-navbar .uicore ul.sub-menu:not(.uicore-megamenu) li a {
    padding: 8px 25px
}

.uicore-navbar nav {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.uicore-navbar nav .uicore-menu {
    display: flex
}

.uicore-navbar .uicore-nav,
.uicore-navbar .uicore-nav-menu {
    display: flex !important;
    flex: 1;
    justify-content: flex-end
}

.uicore-navbar .uicore-nav-menu .uicore-menu>.menu-item-has-children.uicore-edge>.sub-menu,
.uicore-navbar .uicore-nav .uicore-menu>.menu-item-has-children.uicore-edge>.sub-menu {
    left: auto;
    right: 0
}

.uicore-navbar .uicore-nav-menu .uicore,
.uicore-navbar .uicore-nav .uicore {
    display: block
}

.uicore-navbar .sub-menu:hover,
.uicore-navbar nav .menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    transform: none !important;
    pointer-events: all
}

.uicore-navbar nav .menu-item-has-children>a {
    position: relative
}

.uicore-navbar nav .menu-item-has-children>a:after {
    font-family: uicore-icons;
    content: "\E901";
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0
}

.uicore-navbar nav .menu-item-has-children .menu-item-has-children {
    position: relative
}

.uicore-navbar nav .menu-item-has-children .menu-item-has-children a:after {
    transform: rotate(-90deg);
    right: 20px;
    top: calc(50% - 7px)
}

.uicore-navbar nav .menu-item-has-children .sub-menu .menu-item-has-children.uicore-edge>.sub-menu {
    left: -100%
}

.uicore-navbar nav .menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
    left: 100%;
    top: -22px
}

.uicore-navbar nav .menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    display: table
}

.uicore-navbar nav.uicore ul.sub-menu {
    border-radius: var(--ui-radius-sm);
    position: absolute;
    opacity: 0;
    pointer-events: none;
    will-change: opacity, transform;
    z-index: 10
}

.uicore-navbar nav.uicore ul.sub-menu,
.uicore-navbar nav.uicore ul.sub-menu:not(.uicore-megamenu) {
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .02), 0 2px 35px 0 rgba(0, 0, 0, .04);
    min-width: 280px
}

.uicore-navbar nav.uicore ul.sub-menu:not(.uicore-megamenu) {
    padding: 22px 0
}

.uicore-navbar nav.uicore ul.sub-menu:not(.uicore-megamenu) a {
    line-height: 1.3;
    color: inherit !important
}

.uicore-navbar .uicore-extra {
    display: flex !important;
    align-items: center
}

.uicore-navbar .uicore-extra .uicore-btn {
    transition: all .2s cubic-bezier(.68, .01, .58, .75) !important
}

.uicore-navbar .uicore-extra .uicore-search-btn {
    display: inline-block;
    cursor: pointer
}

.uicore-navbar #uicore-site-header-cart .uicore-icon-holder {
    display: inline-block;
    padding-right: 4px
}

.uicore-navbar #uicore-site-header-cart .uicore-icon-holder:before {
    height: 15px;
    width: 15px;
    font-family: uicore-icons;
    content: "\E905";
    display: inline-block;
    cursor: pointer
}

.uicore-navbar #uicore-site-header-cart #uicore-count-update {
    font-size: 70%;
    vertical-align: top;
    font-weight: 600;
    display: inline-block
}

.uicore-menu-left #uicore-page {
    display: grid;
    grid-template-columns: 300px auto
}

.uicore-menu-left #uicore-page .uicore-navbar .uicore-branding a .uicore-logo {
    left: 50%;
    margin-left: -50px
}

.uicore-menu-left #uicore-page nav {
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-end;
    position: fixed;
    text-align: center;
    width: 300px;
    padding: 20px 0
}

.uicore-menu-left #uicore-page nav div {
    align-items: center;
    width: 100%;
    padding: 0 2em
}

.uicore-menu-left #uicore-page nav div .uicore ul {
    display: flex;
    flex-direction: column
}

.uicore-menu-left #uicore-page nav div .uicore ul a {
    width: 100%;
    line-height: 1;
    display: block
}

.uicore-menu-left #uicore-page nav div.uicore-extra {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-end;
    text-align: center
}

.uicore-navbar a.uicore-btn {
    align-self: center
}

.uicore-custom-area {
    display: flex
}

.uicore-custom-area .uicore-hca {
    transition: all .25s cubic-bezier(.42, 0, .29, 1.16)
}

.uicore-custom-area .uicore-hca p {
    margin-bottom: 0
}

.uicore-custom-area .uicore-hca a {
    transition: color .25s cubic-bezier(.42, 0, .29, 1.16);
    will-change: color;
    line-height: inherit
}

.uicore-cta-wrapper,
.uicore-custom-area form {
    display: flex
}

.uicore-menu-focus .uicore-menu li a {
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.uicore-left-menu .uicore-menu {
    flex-direction: column
}

.uicore-h-classic .uicore-simple-megamenu>.sub-menu {
    flex-direction: row !important;
    white-space: nowrap
}

.uicore-h-classic .uicore-simple-megamenu>.sub-menu .sub-menu {
    display: block !important;
    opacity: .7 !important;
    position: relative !important;
    left: 0 !important;
    box-shadow: none !important;
    background: transparent;
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
    top: 0 !important;
    min-width: 120px !important;
    padding: 10px 0 3px !important
}

.uicore-h-classic .uicore-simple-megamenu>.sub-menu .menu-item-has-children>a:after {
    display: none
}

.uicore-h-classic .uicore-simple-megamenu>.sub-menu:hover .sub-menu {
    margin-top: 0
}

.menu-item-has-megamenu.custom-width {
    position: relative
}

.uicore-megamenu {
    left: 0;
    background-color: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    width: var(--uicore-max-width, 100%)
}

.uicore-megamenu .elementor-container {
    padding: 0
}

.container-width .uicore-megamenu>.elementor {
    margin: 0 auto !important
}

.uicore-nav-menu .uicore-nav .uicore-menu>.menu-item-has-children>a .ui-menu-item-wrapper {
    margin-right: 10px
}

.uicore-h-classic.uicore-navbar .uicore-menu>.menu-item-has-children>a:after {
    margin-right: -10px;
    top: 2px
}

.ui-menu-item-wrapper {
    white-space: nowrap;
    vertical-align: middle
}

.uicore-link {
    transition: color .25s cubic-bezier(.42, 0, .29, 1.16);
    will-change: color
}

.ui-menu-item-wrapper .ui-badge {
    font-size: clamp(9px, .6em, 18px);
    margin-top: -4px
}

.uicore-navigation-wrapper .uicore-menu .sub-menu .elementor-element a {
    width: auto
}

@media (min-width:1025px) {
    .uicore-is-ham .uicore-mobile-menu-wrapper .uicore-branding.uicore-desktop {
        display: block
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper .elementor-container,
    .uicore-is-ham .uicore-mobile-menu-wrapper .uicore-extra,
    .uicore-is-ham .uicore-mobile-menu-wrapper .uicore-menu-container.uicore-nav {
        padding: 0 70px;
        width: 100% !important;
        max-width: 100% !important
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper .uicore-extra {
        padding-bottom: 70px
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper .uicore-extra div:last-child {
        margin-bottom: 0 !important
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper .uicore-branding.uicore-mobile,
    .uicore-is-ham .uicore-mobile-menu-wrapper .uicore-custom-area.uicore-only-mobile {
        display: none
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper .uicore-custom-area.uicore-only-desktop {
        display: flex
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper .uicore-navigation-content .uicore-extra {
        align-items: flex-start
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper .uicore-navigation-content .uicore-extra a.uicore-btn {
        align-self: start;
        margin: 0;
        width: auto;
        display: block
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper .uicore-navigation-content .uicore-extra .uicore-custom-area .uicore-hca {
        margin-right: 4vw
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper .uicore-navigation-content .uicore-extra .uicore-custom-area .uicore-hca .uicore-hca-title {
        padding-bottom: 10px
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper .uicore-navigation-content .uicore-extra .uicore-custom-area .uicore-hca ul {
        display: flex;
        flex-direction: column
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper .uicore-navigation-content .uicore-extra .uicore-social-icon {
        font-size: 1.2em
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper .uicore-navigation-content .uicore-extra .uicore-social-icon:first-child {
        padding-left: 0 !important
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper .uicore-navigation-content .uicore-extra .uicore-social-icon:last-child {
        padding-right: 0 !important
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper .uicore-menu a {
        color: inherit
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper .uicore-menu-container.uicore-nav {
        box-sizing: content-box;
        overflow: auto scroll;
        max-width: calc(100% - 110px) !important;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper .uicore-menu-container.uicore-nav::-webkit-scrollbar {
        display: none
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper .menu {
        display: flex;
        flex-direction: column
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper .uicore-menu {
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper .uicore-menu li a {
        padding: var(--uicore-header--menu-spaceing) 2em var(--uicore-header--menu-spaceing) 0;
        white-space: nowrap
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper .uicore-menu .sub-menu {
        padding: 0 0 0 1em;
        width: auto
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper .uicore-menu .sub-menu.uicore-active {
        right: auto
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper .uicore-menu .menu-item-has-children {
        position: relative !important
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper .uicore-menu .menu-item-has-children>a:after {
        right: 0 !important;
        line-height: 1
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper.uicore-ham-classic .sub-menu:hover,
    .uicore-is-ham .uicore-mobile-menu-wrapper.uicore-ham-classic .uicore-menu .menu-item-has-children:hover>.sub-menu {
        display: block;
        opacity: 1;
        transform: translateZ(0);
        pointer-events: all;
        left: 100%
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper.uicore-ham-center .uicore-menu {
        margin: 0 auto;
        text-align: center
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper.uicore-ham-center .uicore-menu li a {
        padding-right: 0
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper.uicore-ham-center .uicore-menu .sub-menu {
        display: none;
        position: relative
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper.uicore-ham-center .uicore-menu .sub-menu li {
        opacity: .65
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper.uicore-ham-center .uicore-menu .sub-menu.uicore-active {
        right: 0 !important
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper.uicore-ham-center .uicore-custom-area .uicore-hca:last-child {
        margin-right: 0
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper.uicore-ham-center .uicore-extra {
        align-items: center;
        text-align: center
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper.uicore-ham-creative .uicore-navigation-content {
        flex-direction: row;
        margin: 0 auto
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper.uicore-ham-creative .uicore-navigation-content .uicore-menu .sub-menu {
        display: none;
        position: relative;
        padding: 0
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper.uicore-ham-creative .uicore-navigation-content .uicore-menu .sub-menu li {
        opacity: .65
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper.uicore-ham-creative .uicore-navigation-content .uicore-menu .sub-menu.uicore-active {
        right: 0 !important
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper.uicore-ham-creative .uicore-navigation-content .uicore-custom-area {
        flex-direction: column;
        margin-bottom: 0
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper.uicore-ham-creative .uicore-navigation-content .uicore-custom-area .uicore-hca {
        margin-bottom: 25px;
        margin-right: 0
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper.uicore-ham-creative .uicore-navigation-content .uicore-extra {
        max-width: 35% !important;
        position: relative;
        justify-content: center;
        padding-bottom: 0
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper.uicore-ham-center .uicore-navigation-content .uicore-menu .menu-item-has-children>a:after,
    .uicore-is-ham .uicore-mobile-menu-wrapper.uicore-ham-creative .uicore-navigation-content .uicore-menu .menu-item-has-children>a:after {
        font-family: inherit;
        content: "+";
        right: auto !important;
        left: auto;
        top: auto;
        margin-top: var(--uicore-header--menu-spaceing);
        display: inline-block;
        padding-left: 2em;
        transform: none
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper.uicore-ham-center .uicore-navigation-content .uicore-menu .menu-item-has-children:hover>a:after,
    .uicore-is-ham .uicore-mobile-menu-wrapper.uicore-ham-creative .uicore-navigation-content .uicore-menu .menu-item-has-children:hover>a:after {
        opacity: 1
    }

    .uicore-mobile-nav-show .uicore-mobile-menu-wrapper .uicore-navigation-content .uicore-extra>div {
        opacity: 1;
        transform: translateZ(0)
    }

    .uicore-mobile-nav-show #wrapper-navbar .uicore-ham {
        opacity: 0 !important
    }

    .uicore-mobile-nav-show .uicore-ham-classic .uicore-menu .sub-menu {
        left: 100%;
        position: absolute;
        top: 0
    }

    .uicore-is-ham .uicore-ham-reveal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        display: block;
        pointer-events: none;
        transform: scaleX(0);
        animation-duration: 1s;
        transform-origin: right center;
        z-index: 100000000000000020000;
        animation-timing-function: cubic-bezier(.87, 0, .13, 1)
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper .uicore-custom-area .uicore-hca .uicore-icon-wrapp,
    .uicore-is-ham .uicore-mobile-menu-wrapper .uicore-custom-area .uicore-hca p,
    .uicore-navbar.uicore-left-menu .uicore-custom-area .uicore-hca .uicore-icon-wrapp,
    .uicore-navbar.uicore-left-menu .uicore-custom-area .uicore-hca p {
        font-family: var(--uicore-typography--p-f, "Inter");
        font-weight: var(--uicore-typography--p-w, "600");
        line-height: var(--uicore-typography--p-h, "1.2");
        letter-spacing: var(--uicore-typography--p-ls, "-0.027em");
        text-transform: var(--uicore-typography--p-t, "none");
        font-style: var(--uicore-typography--p-st, "normal");
        font-size: var(--uicore-typography--p-s, "10px");
        opacity: .6
    }

    .uicore-is-ham .uicore-mobile-menu-wrapper .uicore-custom-area .uicore-hca p.uicore-hca-title,
    .uicore-navbar.uicore-left-menu .uicore-custom-area .uicore-hca p.uicore-hca-title {
        font-family: var(--uicore-typography--h4-f, "Inter");
        font-weight: var(--uicore-typography--h4-w, "600");
        line-height: var(--uicore-typography--h4-h, "1.2");
        letter-spacing: var(--uicore-typography--h4-ls, "-0.027em");
        text-transform: var(--uicore-typography--h4-t, "none");
        font-style: var(--uicore-typography--h4-st, "normal");
        opacity: 1;
        font-size: var(--uicore-typography--h4-s, "10px")
    }

    .menu-item-has-children>a .ui-badge {
        margin-left: 0;
        margin-right: 1em
    }

    .uicore-simple-megamenu.uicore-full>ul {
        left: 0;
        right: 0;
        justify-content: center
    }

    .uicore-simple-megamenu.uicore-full_contained>ul {
        left: 0;
        right: 0
    }

    .uicore-simple-megamenu.uicore-full_contained>ul>li:first-child {
        margin-left: calc((100vw - var(--ui-container-size))/2 - var(--uicore-header--menu-spaceing))
    }

    .uicore-simple-megamenu.uicore-full_contained>ul>li:last-child {
        margin-right: calc((100vw - var(--ui-container-size))/2 - var(--uicore-header--menu-spaceing))
    }

    .uicore-navbar:not(.elementor-section-boxed) .uicore-header-wrapper nav {
        padding: 0 70px
    }

    .uicore-boxed .uicore-navbar:not(.elementor-section-boxed) .uicore-header-wrapper nav {
        padding: 0 50px
    }

    .uicore-navbar .uicore-extra {
        gap: 25px
    }

    .uicore-nav-menu {
        flex: 1
    }

    .menu-item.back {
        display: none !important
    }

    .uicore-is-ham .uicore-custom-area .uicore-hca {
        margin-left: 0
    }

    .uicore-h-classic .uicore-cta-wrapper a {
        padding: clamp(14px, .8em, 18px) clamp(18px, 1.8em, 36px)
    }
}

@media (max-width:1025px) {
    .uicore-ham-creative .uicore-navigation-content {
        max-width: 100% !important
    }

    .uicore-btn {
        display: block
    }

    .uicore-cta-wrapper {
        width: 100%
    }

    .uicore-branding.uicore-desktop,
    .uicore-only-desktop {
        display: none
    }

    .uicore-navigation-wrapper .uicore-menu-container .uicore-menu {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%
    }

    .uicore-navigation-wrapper .uicore-menu-container ul {
        padding: 0
    }

    .uicore-navigation-wrapper .uicore-menu-container ul li.menu-item>a {
        padding: 15px 10px !important;
        max-width: 90%
    }

    .uicore-mobile-menu-wrapper .uicore-menu-container {
        overflow: hidden auto;
        flex: 0 auto
    }

    .uicore-navbar .uicore-branding a .uicore-logo.uicore-mobile-main {
        position: relative
    }

    .ui-has-description .custom-menu-desc,
    .ui-has-description .ui-menu-item-wrapper {
        line-height: 1.4
    }

    .ui-a-dsmm-slide .uicore-navigation-wrapper .uicore-menu .sub-menu {
        top: 0;
        position: absolute;
        left: auto;
        opacity: 1;
        width: 100%;
        z-index: 9
    }

    .ui-a-dsmm-slide .uicore-menu .sub-menu.uicore-active {
        display: block;
        right: -100%
    }

    .ui-a-dsmm-expand .bdt-navbar-dropdown {
        position: relative
    }

    .uicore-socials {
        padding-top: 12px
    }

    .uicore-custom-area {
        margin: 0 auto;
        padding: 20px 0 0;
        display: block
    }

    .uicore-custom-area .uicore-hca {
        text-align: center;
        margin-bottom: 1em
    }

    .uicore-custom-area .uicore-hca:last-child {
        margin-bottom: 0
    }

    .uicore-custom-area .uicore-hca li a {
        padding: 0 10px !important
    }

    .uicore-custom-area .uicore-hca li:first-child a {
        padding-left: 0 !important
    }

    .uicore-custom-area .uicore-hca li:last-child a {
        padding-right: 0 !important
    }

    .ui-a-dsmm-expand .uicore-navigation-wrapper .uicore-menu-container ul .menu-item-has-children>a:after {
        font-family: inherit;
        content: "+";
        display: inline-block;
        transform: none;
        height: auto;
        width: auto;
        top: -5px;
        font-size: calc(1.3*var(--uicore-header--menu-typo-s, "10px"));
        padding: 15px 10px !important
    }

    .ui-a-dsmm-expand .uicore-navigation-wrapper .uicore-menu-container ul .ui-expanded:after {
        content: "-" !important
    }

    .ui-a-dsmm-expand .uicore-navigation-wrapper .uicore-menu-container ul .sub-menu {
        background: hsla(0, 0%, 49.4%, .05);
        box-shadow: inset 0 5px 10px -15px #000
    }

    .uicore-asside-cart .woocommerce a.button:not(.add_to_cart_button):not(.product_type_grouped) {
        padding: 13px
    }

    .uicore-mobile-menu-wrapper .uicore-custom-area .uicore-hca .uicore-icon-wrapp,
    .uicore-mobile-menu-wrapper .uicore-custom-area .uicore-hca p {
        font-family: var(--uicore-typography--p-f, "Inter");
        font-weight: var(--uicore-typography--p-w, "600");
        line-height: var(--uicore-typography--p-h, "1.2");
        letter-spacing: var(--uicore-typography--p-ls, "-0.027em");
        text-transform: var(--uicore-typography--p-t, "none");
        font-style: var(--uicore-typography--p-st, "normal");
        font-size: var(--uicore-typography--p-s, "10px");
        opacity: .6
    }

    .uicore-mobile-menu-wrapper .uicore-custom-area .uicore-hca p.uicore-hca-title {
        font-family: var(--uicore-typography--h4-f, "Inter");
        font-weight: var(--uicore-typography--h4-w, "600");
        line-height: var(--uicore-typography--h4-h, "1.2");
        letter-spacing: var(--uicore-typography--h4-ls, "-0.027em");
        text-transform: var(--uicore-typography--h4-t, "none");
        font-style: var(--uicore-typography--h4-st, "normal");
        opacity: 1;
        font-size: var(--uicore-typography--h4-s, "10px")
    }

    .uicore-navbar:not(.elementor-section-boxed) .uicore-header-wrapper nav {
        max-width: 90%;
        flex-flow: row
    }

    .uicore-header-wrapper .uicore-extra,
    .uicore-navbar .uicore-nav-menu {
        display: none !important
    }

    .uicore-navbar .uicore-ham:not(.uicore-drawer-toggle) {
        display: block !important
    }

    .uicore-custom-area-mobile {
        height: inherit;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .uicore-main,
    .uicore-second {
        display: none
    }

    .uicore-mobile-main,
    .uicore-mobile-second {
        display: block
    }
}

@media (min-width:1025px) {
    .uicore-navbar.uicore-left-menu {
        position: fixed;
        height: 100vh;
        padding: 0;
        top: 0;
        left: 0
    }

    .uicore-navbar.uicore-left-menu.elementor-section .elementor-container,
    .uicore-navbar.uicore-left-menu .uicore-extra,
    .uicore-navbar.uicore-left-menu .uicore-nav {
        flex-direction: column
    }

    .uicore-navbar.uicore-left-menu .uicore-header-wrapper {
        padding: 0 40px !important;
        height: 100%
    }

    .uicore-navbar.uicore-left-menu .uicore-header-wrapper nav.elementor-container {
        padding: 0
    }

    .uicore-navbar.uicore-left-menu .uicore ul li {
        display: block
    }

    .uicore-navbar.uicore-left-menu .uicore-branding {
        margin: 35px 0
    }

    .uicore-navbar.uicore-left-menu .uicore-extra .uicore-btn {
        margin-left: 0
    }

    .uicore-navbar.uicore-left-menu nav {
        height: 100%
    }

    .uicore-navbar.uicore-left-menu nav>div:last-of-type {
        margin: 35px 0
    }

    .uicore-navbar.uicore-left-menu .uicore-extra {
        flex: 1;
        justify-content: flex-end
    }

    .uicore-navbar.uicore-left-menu .uicore-extra .uicore-socials a:first-child {
        padding-left: 0 !important
    }

    .uicore-navbar.uicore-left-menu .uicore-extra .uicore-socials a:last-child {
        padding-right: 0 !important
    }

    .uicore-navbar.uicore-left-menu .uicore-cta-wrapper,
    .uicore-navbar.uicore-left-menu .uicore-socials {
        padding-top: 2em
    }
}

@media (max-width:768px) {
    .uicore-navigation-content a.uicore-social-icon:before {
        width: 36px;
        font-size: clamp(18px, 160%, 30px);
        margin: 0;
        display: inline-block;
        text-align: center;
        height: auto
    }

    .uicore-navbar.uicore-sticky {
        top: 0 !important
    }
}

@media (max-width:1300px) {

    .uicore-custom-area .uicore-hca ul.uicore-menu li.menu-item>a,
    .uicore-navbar.uicore-h-classic .uicore-simple-megamenu>.sub-menu,
    .uicore-navbar:not(.uicore-left-menu) .uicore-nav-menu ul.uicore-menu li.menu-item>a {
        padding-right: calc(var(--uicore-header--menu-spaceing)*0.75);
        padding-left: calc(var(--uicore-header--menu-spaceing)*0.75)
    }

    .uicore-h-classic.uicore-navbar .uicore-menu>.menu-item-has-children>a:after {
        right: calc(var(--uicore-header--menu-spaceing)*0.75)
    }
}

@media (max-width:1200px) {

    .uicore-custom-area .uicore-hca ul.uicore-menu li.menu-item>a,
    .uicore-navbar.uicore-h-classic .uicore-simple-megamenu>.sub-menu,
    .uicore-navbar:not(.uicore-left-menu) .uicore-nav-menu ul.uicore-menu li.menu-item>a {
        padding-right: calc(var(--uicore-header--menu-spaceing)*0.6);
        padding-left: calc(var(--uicore-header--menu-spaceing)*0.6)
    }

    .uicore-h-classic.uicore-navbar .uicore-menu>.menu-item-has-children>a:after {
        right: calc(var(--uicore-header--menu-spaceing)*0.6)
    }
}

@media (max-width:1025px) {
    .ui-badge {
        padding: .4em .6em
    }
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {

    0%,
    to {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {

    0%,
    to {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {

    0%,
    to {
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {

    0%,
    to {
        transform: scaleX(1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {

    0%,
    to {
        transform: none
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {

    0%,
    11.1%,
    to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rollIn {
    0% {
        transform: translate3d(0, 100%, 0) rotateX(-95deg)
    }

    to {
        transform: none
    }
}

.rollIn {
    animation-name: rollIn, uicoreFadeIn;
    animation-timing-function: cubic-bezier(.435, .25, .15, .965), cubic-bezier(.435, .25, .15, .965)
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

.elementor-animation-grow {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-grow:active,
.elementor-animation-grow:focus,
.elementor-animation-grow:hover {
    transform: scale(1.1)
}

.elementor-animation-shrink {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-shrink:active,
.elementor-animation-shrink:focus,
.elementor-animation-shrink:hover {
    transform: scale(.9)
}

@keyframes elementor-animation-pulse {
    25% {
        transform: scale(1.1)
    }

    75% {
        transform: scale(.9)
    }
}

.elementor-animation-pulse:active,
.elementor-animation-pulse:focus,
.elementor-animation-pulse:hover {
    animation-name: elementor-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes elementor-animation-pulse-grow {
    to {
        transform: scale(1.1)
    }
}

.elementor-animation-pulse-grow:active,
.elementor-animation-pulse-grow:focus,
.elementor-animation-pulse-grow:hover {
    animation-name: elementor-animation-pulse-grow;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

@keyframes elementor-animation-pulse-shrink {
    to {
        transform: scale(.9)
    }
}

.elementor-animation-pulse-shrink:active,
.elementor-animation-pulse-shrink:focus,
.elementor-animation-pulse-shrink:hover {
    animation-name: elementor-animation-pulse-shrink;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

@keyframes elementor-animation-push {
    50% {
        transform: scale(.8)
    }

    to {
        transform: scale(1)
    }
}

.elementor-animation-push:active,
.elementor-animation-push:focus,
.elementor-animation-push:hover {
    animation-name: elementor-animation-push;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

@keyframes elementor-animation-pop {
    50% {
        transform: scale(1.2)
    }
}

.elementor-animation-pop:active,
.elementor-animation-pop:focus,
.elementor-animation-pop:hover {
    animation-name: elementor-animation-pop;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

.elementor-animation-bounce-in {
    transition-duration: .5s
}

.elementor-animation-bounce-in:active,
.elementor-animation-bounce-in:focus,
.elementor-animation-bounce-in:hover {
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.elementor-animation-bounce-out {
    transition-duration: .5s
}

.elementor-animation-bounce-out:active,
.elementor-animation-bounce-out:focus,
.elementor-animation-bounce-out:hover {
    transform: scale(.8);
    transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.elementor-animation-rotate {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-rotate:active,
.elementor-animation-rotate:focus,
.elementor-animation-rotate:hover {
    transform: rotate(4deg)
}

.elementor-animation-grow-rotate {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-grow-rotate:active,
.elementor-animation-grow-rotate:focus,
.elementor-animation-grow-rotate:hover {
    transform: scale(1.1) rotate(4deg)
}

.elementor-animation-float {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.elementor-animation-float:active,
.elementor-animation-float:focus,
.elementor-animation-float:hover {
    transform: translateY(-8px)
}

.elementor-animation-sink {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.elementor-animation-sink:active,
.elementor-animation-sink:focus,
.elementor-animation-sink:hover {
    transform: translateY(8px)
}

@keyframes elementor-animation-bob {
    0% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(-4px)
    }

    to {
        transform: translateY(-8px)
    }
}

@keyframes elementor-animation-bob-float {
    to {
        transform: translateY(-8px)
    }
}

.elementor-animation-bob:active,
.elementor-animation-bob:focus,
.elementor-animation-bob:hover {
    animation-name: elementor-animation-bob-float, elementor-animation-bob;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate
}

@keyframes elementor-animation-hang {
    0% {
        transform: translateY(8px)
    }

    50% {
        transform: translateY(4px)
    }

    to {
        transform: translateY(8px)
    }
}

@keyframes elementor-animation-hang-sink {
    to {
        transform: translateY(8px)
    }
}

.elementor-animation-hang:active,
.elementor-animation-hang:focus,
.elementor-animation-hang:hover {
    animation-name: elementor-animation-hang-sink, elementor-animation-hang;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate
}

.elementor-animation-skew {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-skew:active,
.elementor-animation-skew:focus,
.elementor-animation-skew:hover {
    transform: skew(-10deg)
}

.elementor-animation-skew-forward {
    transition-duration: .3s;
    transition-property: transform;
    transform-origin: 0 100%
}

.elementor-animation-skew-forward:active,
.elementor-animation-skew-forward:focus,
.elementor-animation-skew-forward:hover {
    transform: skew(-10deg)
}

.elementor-animation-skew-backward {
    transition-duration: .3s;
    transition-property: transform;
    transform-origin: 0 100%
}

.elementor-animation-skew-backward:active,
.elementor-animation-skew-backward:focus,
.elementor-animation-skew-backward:hover {
    transform: skew(10deg)
}

@keyframes elementor-animation-wobble-vertical {
    16.65% {
        transform: translateY(8px)
    }

    33.3% {
        transform: translateY(-6px)
    }

    49.95% {
        transform: translateY(4px)
    }

    66.6% {
        transform: translateY(-2px)
    }

    83.25% {
        transform: translateY(1px)
    }

    to {
        transform: translateY(0)
    }
}

.elementor-animation-wobble-vertical:active,
.elementor-animation-wobble-vertical:focus,
.elementor-animation-wobble-vertical:hover {
    animation-name: elementor-animation-wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-horizontal {
    16.65% {
        transform: translateX(8px)
    }

    33.3% {
        transform: translateX(-6px)
    }

    49.95% {
        transform: translateX(4px)
    }

    66.6% {
        transform: translateX(-2px)
    }

    83.25% {
        transform: translateX(1px)
    }

    to {
        transform: translateX(0)
    }
}

.elementor-animation-wobble-horizontal:active,
.elementor-animation-wobble-horizontal:focus,
.elementor-animation-wobble-horizontal:hover {
    animation-name: elementor-animation-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-bottom-right {
    16.65% {
        transform: translate(8px, 8px)
    }

    33.3% {
        transform: translate(-6px, -6px)
    }

    49.95% {
        transform: translate(4px, 4px)
    }

    66.6% {
        transform: translate(-2px, -2px)
    }

    83.25% {
        transform: translate(1px, 1px)
    }

    to {
        transform: translate(0)
    }
}

.elementor-animation-wobble-to-bottom-right:active,
.elementor-animation-wobble-to-bottom-right:focus,
.elementor-animation-wobble-to-bottom-right:hover {
    animation-name: elementor-animation-wobble-to-bottom-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-top-right {
    16.65% {
        transform: translate(8px, -8px)
    }

    33.3% {
        transform: translate(-6px, 6px)
    }

    49.95% {
        transform: translate(4px, -4px)
    }

    66.6% {
        transform: translate(-2px, 2px)
    }

    83.25% {
        transform: translate(1px, -1px)
    }

    to {
        transform: translate(0)
    }
}

.elementor-animation-wobble-to-top-right:active,
.elementor-animation-wobble-to-top-right:focus,
.elementor-animation-wobble-to-top-right:hover {
    animation-name: elementor-animation-wobble-to-top-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-top {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    to {
        transform: skew(0)
    }
}

.elementor-animation-wobble-top {
    transform-origin: 0 100%
}

.elementor-animation-wobble-top:active,
.elementor-animation-wobble-top:focus,
.elementor-animation-wobble-top:hover {
    animation-name: elementor-animation-wobble-top;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-bottom {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    to {
        transform: skew(0)
    }
}

.elementor-animation-wobble-bottom {
    transform-origin: 100% 0
}

.elementor-animation-wobble-bottom:active,
.elementor-animation-wobble-bottom:focus,
.elementor-animation-wobble-bottom:hover {
    animation-name: elementor-animation-wobble-bottom;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-skew {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    to {
        transform: skew(0)
    }
}

.elementor-animation-wobble-skew:active,
.elementor-animation-wobble-skew:focus,
.elementor-animation-wobble-skew:hover {
    animation-name: elementor-animation-wobble-skew;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-buzz {
    50% {
        transform: translateX(3px) rotate(2deg)
    }

    to {
        transform: translateX(-3px) rotate(-2deg)
    }
}

.elementor-animation-buzz:active,
.elementor-animation-buzz:focus,
.elementor-animation-buzz:hover {
    animation-name: elementor-animation-buzz;
    animation-duration: .15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes elementor-animation-buzz-out {
    10% {
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        transform: translateX(1px) rotate(0)
    }

    to {
        transform: translateX(-1px) rotate(0)
    }
}

.elementor-animation-buzz-out:active,
.elementor-animation-buzz-out:focus,
.elementor-animation-buzz-out:hover {
    animation-name: elementor-animation-buzz-out;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

@keyframes rotateInUpLeft {
    0% {
        transform: translateY(69px) rotate(8deg) rotateX(65deg);
        opacity: 0
    }

    to {
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft, uicoreFadeIn;
    animation-timing-function: cubic-bezier(.22, 1, .36, 1), cubic-bezier(0, 0, .2, 1)
}

.rotateInUpLeft.animated {
    animation-duration: 1.9s
}

.rotateInUpLeft.animated.animated-fast {
    animation-duration: .8s
}

.rotateInUpLeft.animated.animated-slow {
    animation-duration: 2.9s
}

.zoomIn {
    animation-name: uicoreZoomIn !important;
    animation-fill-mode: forwards
}

@keyframes uicoreZoomIn {
    0% {
        transform: matrix(.85, 0, 0, .85, 0, 0);
        opacity: 0
    }

    to {
        transform: matrix(1, 0, 0, 1, 0, 0);
        opacity: 1
    }
}

.fadeIn {
    animation-name: uicoreFadeIn !important;
    animation-timing-function: cubic-bezier(0, 0, .2, 1) !important
}

@keyframes uicoreFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeInUp {
    animation-name: uicoreFadeInUp, uicoreFadeIn !important;
    animation-timing-function: cubic-bezier(.22, 1, .36, 1), cubic-bezier(0, 0, .2, 1)
}

.fadeInUp.animated {
    animation-duration: 1.9s
}

.fadeInUp.animated.animated-fast {
    animation-duration: .8s
}

.fadeInUp.animated.animated-slow {
    animation-duration: 2.9s
}

@keyframes uicoreFadeInUp {
    0% {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.fadeInDown {
    animation-name: uicoreFadeInDown, uicoreFadeIn !important;
    animation-timing-function: cubic-bezier(.22, 1, .36, 1), cubic-bezier(0, 0, .2, 1)
}

.fadeInDown.animated {
    animation-duration: 1.9s
}

.fadeInDown.animated.animated-fast {
    animation-duration: .8s
}

.fadeInDown.animated.animated-slow {
    animation-duration: 2.9s
}

@keyframes uicoreFadeInDown {
    0% {
        transform: translate3d(0, -40px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.fadeInLeft {
    animation-name: uicoreFadeInLeft, uicoreFadeIn !important;
    animation-timing-function: cubic-bezier(.22, 1, .36, 1), cubic-bezier(0, 0, .2, 1)
}

.fadeInLeft.animated {
    animation-duration: 1.9s
}

.fadeInLeft.animated.animated-fast {
    animation-duration: .8s
}

.fadeInLeft.animated.animated-slow {
    animation-duration: 2.9s
}

@keyframes uicoreFadeInLeft {
    0% {
        transform: translate3d(-40px, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.fadeInRight {
    animation-name: uicoreFadeInRight, uicoreFadeIn !important;
    animation-timing-function: cubic-bezier(.22, 1, .36, 1), cubic-bezier(0, 0, .2, 1)
}

.fadeInRight.animated {
    animation-duration: 1.9s
}

.fadeInRight.animated.animated-fast {
    animation-duration: .8s
}

.fadeInRight.animated.animated-slow {
    animation-duration: 2.9s
}

@keyframes uicoreFadeInRight {
    0% {
        transform: translate3d(40px, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes uicoreFloatS {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(0, -3%, 0)
    }
}

@keyframes uicoreFloat {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(0, -7%, 0)
    }
}

@keyframes uicoreFloatL {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(0, -15%, 0)
    }
}

@keyframes uiCoreAnimationsReveal {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scaleX(1)
    }

    to {
        transform: scaleX(0)
    }
}

@keyframes uiCoreAnimationsRevealBottom {
    0% {
        transform: scaleY(1);
        transform-origin: center top
    }

    30% {
        transform: scaleY(1);
        transform-origin: center top
    }

    to {
        transform: scaleY(0);
        transform-origin: center top
    }
}

@keyframes uiCoreAnimationsRevealInversed {
    0% {
        transform: scaleX(0);
        transform-origin: left center
    }

    70% {
        transform: scaleX(1);
        transform-origin: left center
    }

    to {
        transform: scaleX(1);
        transform-origin: left center
    }
}

@keyframes uiCoreAnimationsFadeT {
    0% {
        transform: scaleX(1);
        opacity: 0
    }

    to {
        transform: scaleX(1);
        opacity: 1
    }
}

.tagcloud,
.wp-block-tag-cloud {
    margin: -5px;
    display: flex;
    flex-wrap: wrap
}

.tagcloud a,
.wp-block-tag-cloud a {
    font-size: 10px !important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 15px;
    border: 1px solid #e6e9ec;
    margin: 5px;
    line-height: 1.5
}

.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
    border: 1px solid #a3afb7
}

.widget_search form {
    position: relative
}

.widget_search input[type=submit] {
    border: none;
    background: 0 0;
    opacity: 0;
    margin: 0
}

.widget_search input[type=submit],
.widget_search label:after {
    display: inline-flex;
    width: 32px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 7px;
    align-items: center;
    justify-content: center
}

.widget_search label:after {
    content: "\E918";
    font: normal normal 16px/1 uicore-icons !important
}

.widget_search input[type=search] {
    padding-left: 40px
}

body .search-form .search-submit {
    padding: 10px 30px;
    line-height: inherit;
    border-radius: 3px;
    margin-left: 5px
}

.uicore-widget {
    padding-bottom: 50px
}

.uicore-widget:last-child {
    padding-bottom: 0
}

.uicore-widget .uicore-widget-title {
    font-size: 16px
}

.uicore-widget .post-date {
    display: block;
    font-size: 12px;
    margin-top: 5px
}

.uicore-widget .gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -5px
}

.uicore-widget .gallery.gallery-columns-1 .gallery-item {
    flex: 0 100%
}

.uicore-widget .gallery.gallery-columns-2 .gallery-item {
    flex: 0 50%
}

.uicore-widget .gallery.gallery-columns-3 .gallery-item {
    flex: 0 33.333%
}

.uicore-widget .gallery.gallery-columns-4 .gallery-item {
    flex: 0 25%
}

.uicore-widget .gallery.gallery-columns-5 .gallery-item {
    flex: 0 20%
}

.uicore-widget .gallery.gallery-columns-6 .gallery-item {
    flex: 0 16.666%
}

.uicore-widget .gallery.gallery-columns-7 .gallery-item {
    flex: 0 14.285%
}

.uicore-widget .gallery.gallery-columns-8 .gallery-item {
    flex: 0 12.5%
}

.uicore-widget .gallery.gallery-columns-9 .gallery-item {
    flex: 0 11.111%
}

.uicore-widget .gallery .gallery-item {
    margin: 0;
    padding: 5px
}

.uicore-widget .gallery .gallery-item img {
    width: 100%;
    height: auto;
    display: block
}

.uicore-widget .gallery .gallery-item a {
    display: block
}

.uicore-widget .gallery .gallery-item .gallery-caption {
    font-size: 12px;
    line-height: 1.5;
    padding: 10px 0
}

.uicore-widget .wp-caption.alignnone {
    max-width: 100%
}

.uicore-widget .wp-caption-text {
    font-size: 12px;
    line-height: 1.5
}

.uicore-widget form {
    position: relative
}

.uicore-widget input[type=text] {
    border: 1px solid #e6e9ec;
    padding: 10px 15px;
    font-size: 12px;
    width: 100%;
    transition: all .3s ease-in-out
}

.uicore-widget input[type=text]:focus,
.uicore-widget input[type=text]:hover {
    border: 1px solid #a3afb7
}

.uicore-widget input[type=submit] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.uicore-widget .search-submit {
    border: none;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 20px !important
}

.uicore-widget .textwidget ul {
    padding-left: 17px !important
}

.uicore-widget .textwidget ul li {
    line-height: inherit;
    font-size: inherit;
    list-style-type: disc;
    padding-bottom: 0
}

.uicore-widget .textwidget ol {
    padding-left: 17px
}

.uicore-widget #wp-calendar {
    width: 100%;
    font-size: 12px;
    border: 1px solid #e6e9ec;
    padding: 10px;
    transition: all .3s ease-in-out
}

.uicore-widget #wp-calendar>caption {
    text-align: left;
    margin-bottom: 15px;
    font-size: 14px
}

.uicore-widget #wp-calendar tbody {
    text-align: center
}

.uicore-widget #wp-calendar tbody a,
.uicore-widget #wp-calendar tfoot {
    font-weight: 700
}

.uicore-widget #wp-calendar tfoot #prev a {
    padding-left: 5px
}

.uicore-widget #wp-calendar tfoot #next a {
    padding-right: 5px
}

.uicore-widget .wp-calendar-nav-prev {
    font-size: 14px;
    line-height: 18px
}

.uicore-widget .select2-hidden-accessible,
.uicore-widget select {
    border: 1px solid #e6e9ec;
    padding: 8px 15px 10px;
    width: 100%;
    background: none;
    border-radius: 0;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    font: inherit;
    color: inherit;
    font-size: 12px;
    background-image: url(../img/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: 100%;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.uicore-widget .select2-hidden-accessible:hover,
.uicore-widget select:hover {
    border: 1px solid #a3afb7
}

.uicore-widget h1,
.uicore-widget h2,
.uicore-widget h3,
.uicore-widget h4,
.uicore-widget h5,
.uicore-widget h6 {
    margin-top: 0;
    margin-bottom: 1.1em
}

.uicore-widget img {
    width: 100%;
    height: auto;
    display: block
}

.uicore-sidebar .blocks-gallery-item {
    border: none;
    padding-bottom: 0
}

.uicore-sidebar .wp-block-image img {
    height: auto
}

.uicore-sidebar .wp-block-latest-comments {
    padding: 0;
    margin: 0
}

.uicore-sidebar .wp-block-latest-comments article {
    font-size: 14px
}

.uicore-sidebar .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
    margin-left: 0
}

.uicore-sidebar .wp-block-latest-posts li:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

.uicore-sidebar .wp-block-latest-posts.wp-block-latest-posts__list li {
    margin-bottom: 20px;
    display: block
}

.uicore-sidebar .wp-block-latest-posts.wp-block-latest-posts__list li a {
    font-weight: 600;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.uicore-sidebar .wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__post-author,
.uicore-sidebar .wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__post-date {
    color: inherit;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 18px
}

.uicore-sidebar .wp-block-search .wp-block-search__input {
    min-width: unset;
    border: none;
    padding-left: 15px
}

.uicore-sidebar .wp-block-search .wp-block-search__label:after {
    display: none
}

.uicore-sidebar .wp-block-search .wp-block-search__button {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.uicore-sidebar ul li ul.children,
.uicore-sidebar ul li ul.children li a:not(:hover) {
    color: var(--uicore-typography--p-c, "#070707") !important
}

body.uicore-sidebar-left main.elementor-section .elementor-container {
    flex-direction: row-reverse
}

.uicore-sidebar-left aside.uicore-sidebar {
    padding-right: 50px
}

.uicore-sidebar-left aside.uicore-sidebar .uicore-content-wrapper {
    flex-direction: row-reverse
}

.uicore-sidebar-right aside.uicore-sidebar {
    padding-left: 50px
}

.uicore-sidebar-right aside.uicore-sidebar .uicore-content-wrapper {
    flex-direction: row
}

.uicore-sidebar ul {
    padding: 0 0 0 16px;
    margin: 0
}

.uicore-sidebar ul li {
    list-style-type: disc;
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 10px
}

.uicore-sidebar ul li ul.children {
    padding: 10px 0 0 15px;
    list-style-type: square
}

.uicore-sidebar ul li ul.children li {
    font-size: 12px;
    color: inherit;
    padding-bottom: 10px
}

.uicore-sidebar ul li ul.children li:last-child {
    padding-bottom: 0
}

.uicore-sidebar ul li:last-child {
    padding-bottom: 0 !important
}

.uicore-sidebar {
    width: 25%
}

.uicore-sidebar .uicore-sticky {
    position: sticky;
    top: 30px
}

.uicore-sidebar-content>.uicore-widget .uicore-widget-title {
    margin-top: 0
}

@media (min-width:1025px) {

    body.uicore-sidebar-left .uicore-archive,
    body.uicore-sidebar-left .uicore-type-post,
    body.uicore-sidebar-right .uicore-archive,
    body.uicore-sidebar-right .uicore-type-post {
        width: 75%
    }
}

@media (max-width:1025px) {
    body.uicore-sidebar-left main.elementor-section .elementor-container {
        flex-direction: column !important
    }

    .uicore-sidebar-left aside.uicore-sidebar .uicore-content-wrapper,
    .uicore-sidebar-right aside.uicore-sidebar .uicore-content-wrapper {
        flex-direction: column
    }

    aside.uicore-sidebar {
        width: 100%;
        padding: 40px 0 0 !important
    }
}

.elementor-kit-8 {
    --e-global-color-uicore_primary: #E3FF75;
    --e-global-color-uicore_secondary: #FFED4E;
    --e-global-color-uicore_accent: #4e63d7;


    --e-global-color-uicore_headline: #093267;
    /* --e-global-color-uicore_headline: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(60,142,48,1) 80%, rgba(23,121,9,1) 100%); */

    --e-global-color-uicore_body: rgba(0, 0, 0, 0.7);
    --e-global-color-uicore_dark: #191919;
    --e-global-color-uicore_light: #FAFAFA;
    --e-global-color-uicore_white: #FFFFFF;
    --e-global-typography-uicore_primary-font-family: "Lora";
    --e-global-typography-uicore_primary-font-weight: normal;
    --e-global-typography-uicore_secondary-font-family: "Poppins";
    --e-global-typography-uicore_secondary-font-weight: 500;
    --e-global-typography-uicore_text-font-family: "Poppins";
    --e-global-typography-uicore_text-font-weight: normal;
    --e-global-typography-uicore_accent-font-family: "Lora";
    --e-global-typography-uicore_accent-font-weight: normal
}

.elementor-kit-8 input[type="button"],
.elementor-kit-8 input[type="submit"],
.elementor-kit-8 .elementor-button.elementor-button,
.elementor-kit-8 .elementor-button:not(.bdt-offcanvas-button),
.elementor-kit-8 .bdt-button-primary,
.elementor-kit-8 .bdt-ep-button,
button.metform-btn,
button.metform-btn:not(.toggle),
.elementor-kit-8 .bdt-callout a.bdt-callout-button,
.elementor-kit-8 [type="submit"],
.elementor-kit-8 .tutor-button,
.elementor-kit-8 .tutor-login-form-wrap input[type="submit"],
.elementor-kit-8 .wp-block-button__link,
.uicore-mobile-menu-wrapper .uicore-cta-wrapper a,
.uicore-left-menu .uicore-cta-wrapper a,
.uicore-navbar a.uicore-btn,
.elementor-kit-8 .bdt-contact-form .elementor-button {
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-transform: None;
    line-height: 1em;
    letter-spacing: 0em;
    color: var(--e-global-color-uicore_accent);
    background-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--e-global-color-uicore_accent)
}

.elementor-kit-8 input[type="button"],
.elementor-kit-8 input[type="submit"],
.elementor-kit-8 .elementor-button.elementor-button,
.elementor-kit-8 .elementor-button:not(.bdt-offcanvas-button),
.elementor-kit-8 .bdt-button-primary,
.elementor-kit-8 .bdt-ep-button,
button.metform-btn,
button.metform-btn:not(.toggle),
.elementor-kit-8 .bdt-callout a.bdt-callout-button,
.elementor-kit-8 [type="submit"],
.elementor-kit-8 .tutor-button,
.elementor-kit-8 .tutor-login-form-wrap input[type="submit"],
.elementor-kit-8 .wp-block-button__link,
.uicore-mobile-menu-wrapper .uicore-cta-wrapper a,
.uicore-left-menu .uicore-cta-wrapper a,
.uicore-navbar a.uicore-btn,
.elementor-kit-8 .bdt-contact-form .elementor-button,
.quantity input,
.coupon input {
    border-radius: 100px 100px 100px 100px
}

.elementor-kit-8 input[type="button"]:hover,
.elementor-kit-8 input[type="button"]:focus,
.elementor-kit-8 input[type="submit"]:hover,
.elementor-kit-8 input[type="submit"]:focus,
.elementor-kit-8 .elementor-button.elementor-button:hover,
.elementor-kit-8 .elementor-button.elementor-button:focus,
.elementor-kit-8 .elementor-button:not(.bdt-offcanvas-button):hover,
.elementor-kit-8 .elementor-button:not(.bdt-offcanvas-button):focus,
.elementor-kit-8 .bdt-button-primary:hover,
.elementor-kit-8 .bdt-button-primary:focus,
.elementor-kit-8 .bdt-ep-button:hover,
.elementor-kit-8 .bdt-ep-button:focus,
button.metform-btn:hover,
button.metform-btn:focus,
button.metform-btn:not(.toggle):hover,
button.metform-btn:not(.toggle):focus,
.elementor-kit-8 .bdt-callout a.bdt-callout-button:hover,
.elementor-kit-8 .bdt-callout a.bdt-callout-button:focus,
.elementor-kit-8 [type="submit"]:hover,
.elementor-kit-8 [type="submit"]:focus,
.elementor-kit-8 .tutor-button:hover,
.elementor-kit-8 .tutor-button:focus,
.elementor-kit-8 .tutor-login-form-wrap input[type="submit"]:hover,
.elementor-kit-8 .tutor-login-form-wrap input[type="submit"]:focus,
.elementor-kit-8 .wp-block-button__link:hover,
.elementor-kit-8 .wp-block-button__link:focus,
.uicore-mobile-menu-wrapper .uicore-cta-wrapper a:hover,
.uicore-mobile-menu-wrapper .uicore-cta-wrapper a:focus,
.uicore-left-menu .uicore-cta-wrapper a:hover,
.uicore-left-menu .uicore-cta-wrapper a:focus,
.uicore-navbar a.uicore-btn:hover,
.uicore-navbar a.uicore-btn:focus,
.elementor-kit-8 .bdt-contact-form .elementor-button:hover,
.elementor-kit-8 .bdt-contact-form .elementor-button:focus,
.uicore-navbar a.uicore-btn:hover,
.uicore-navbar a.uicore-btn:focus,
.uicore-transparent:not(.uicore-scrolled) .uicore-btn.uicore-inverted:hover,
.uicore-transparent:not(.uicore-scrolled) .uicore-btn.uicore-inverted:focus,
.elementor-kit-8 .metform-btn:hover,
.elementor-kit-8 .metform-btn:focus {
    color: #FFF;
    background-color: var(--e-global-color-uicore_accent)
}

.elementor-kit-8 input[type="button"],
.elementor-kit-8 input[type="submit"],
.elementor-kit-8 .elementor-button.elementor-button,
.elementor-kit-8 .elementor-button:not(.bdt-offcanvas-button),
.elementor-kit-8 .bdt-button-primary,
.elementor-kit-8 .bdt-ep-button,
button.metform-btn,
button.metform-btn:not(.toggle),
.elementor-kit-8 .bdt-callout a.bdt-callout-button,
.elementor-kit-8 [type="submit"],
.elementor-kit-8 .tutor-button,
.elementor-kit-8 .tutor-login-form-wrap input[type="submit"],
.elementor-kit-8 .wp-block-button__link,
.uicore-mobile-menu-wrapper .uicore-cta-wrapper a,
.uicore-left-menu .uicore-cta-wrapper a,
.bdt-contact-form button.elementor-button.bdt-button {
    padding: 15px 20px 15px 20px
}

.elementor-section.elementor-section-boxed nav.elementor-container,
.elementor-section.elementor-section-boxed>.elementor-container,
.uicore-ham-creative .uicore-navigation-content,
.container-width .uicore-megamenu>.elementor,
#wrapper-navbar.elementor-section.elementor-section-boxed .elementor-container .uicore-megamenu .elementor-section.elementor-section-boxed .elementor-container,
#wrapper-navbar.elementor-section.elementor-section-full_width .elementor-container .uicore-megamenu .elementor-section.elementor-section-boxed .elementor-container {
    max-width: 1320px
}

.e-container {
    --container-max-width: 1320px
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}

.elementor-element {
    --widgets-spacing: 20px
}

    {}

h1.entry-title {
    display: var(--page-title-display)
}

.elementor-kit-8 e-page-transition {
    background-color: #FFBC7D
}

@media(max-width:1024px) {

    .elementor-kit-8 input[type="button"],
    .elementor-kit-8 input[type="submit"],
    .elementor-kit-8 .elementor-button.elementor-button,
    .elementor-kit-8 .elementor-button:not(.bdt-offcanvas-button),
    .elementor-kit-8 .bdt-button-primary,
    .elementor-kit-8 .bdt-ep-button,
    button.metform-btn,
    button.metform-btn:not(.toggle),
    .elementor-kit-8 .bdt-callout a.bdt-callout-button,
    .elementor-kit-8 [type="submit"],
    .elementor-kit-8 .tutor-button,
    .elementor-kit-8 .tutor-login-form-wrap input[type="submit"],
    .elementor-kit-8 .wp-block-button__link,
    .uicore-mobile-menu-wrapper .uicore-cta-wrapper a,
    .uicore-left-menu .uicore-cta-wrapper a,
    .uicore-navbar a.uicore-btn,
    .elementor-kit-8 .bdt-contact-form .elementor-button {
        font-size: 16px
    }

    .elementor-kit-8 input[type="button"],
    .elementor-kit-8 input[type="submit"],
    .elementor-kit-8 .elementor-button.elementor-button,
    .elementor-kit-8 .elementor-button:not(.bdt-offcanvas-button),
    .elementor-kit-8 .bdt-button-primary,
    .elementor-kit-8 .bdt-ep-button,
    button.metform-btn,
    button.metform-btn:not(.toggle),
    .elementor-kit-8 .bdt-callout a.bdt-callout-button,
    .elementor-kit-8 [type="submit"],
    .elementor-kit-8 .tutor-button,
    .elementor-kit-8 .tutor-login-form-wrap input[type="submit"],
    .elementor-kit-8 .wp-block-button__link,
    .uicore-mobile-menu-wrapper .uicore-cta-wrapper a,
    .uicore-left-menu .uicore-cta-wrapper a,
    .bdt-contact-form button.elementor-button.bdt-button {
        padding: 18px 23px 19px 23px
    }

    .elementor-section.elementor-section-boxed nav.elementor-container,
    .elementor-section.elementor-section-boxed>.elementor-container,
    .uicore-ham-creative .uicore-navigation-content,
    .container-width .uicore-megamenu>.elementor,
    #wrapper-navbar.elementor-section.elementor-section-boxed .elementor-container .uicore-megamenu .elementor-section.elementor-section-boxed .elementor-container,
    #wrapper-navbar.elementor-section.elementor-section-full_width .elementor-container .uicore-megamenu .elementor-section.elementor-section-boxed .elementor-container {
        max-width: 1024px
    }

    .e-container {
        --container-max-width: 1024px
    }
}

@media(max-width:767px) {

    .elementor-kit-8 input[type="button"],
    .elementor-kit-8 input[type="submit"],
    .elementor-kit-8 .elementor-button.elementor-button,
    .elementor-kit-8 .elementor-button:not(.bdt-offcanvas-button),
    .elementor-kit-8 .bdt-button-primary,
    .elementor-kit-8 .bdt-ep-button,
    button.metform-btn,
    button.metform-btn:not(.toggle),
    .elementor-kit-8 .bdt-callout a.bdt-callout-button,
    .elementor-kit-8 [type="submit"],
    .elementor-kit-8 .tutor-button,
    .elementor-kit-8 .tutor-login-form-wrap input[type="submit"],
    .elementor-kit-8 .wp-block-button__link,
    .uicore-mobile-menu-wrapper .uicore-cta-wrapper a,
    .uicore-left-menu .uicore-cta-wrapper a,
    .uicore-navbar a.uicore-btn,
    .elementor-kit-8 .bdt-contact-form .elementor-button {
        font-size: 15px
    }

    .elementor-kit-8 input[type="button"],
    .elementor-kit-8 input[type="submit"],
    .elementor-kit-8 .elementor-button.elementor-button,
    .elementor-kit-8 .elementor-button:not(.bdt-offcanvas-button),
    .elementor-kit-8 .bdt-button-primary,
    .elementor-kit-8 .bdt-ep-button,
    button.metform-btn,
    button.metform-btn:not(.toggle),
    .elementor-kit-8 .bdt-callout a.bdt-callout-button,
    .elementor-kit-8 [type="submit"],
    .elementor-kit-8 .tutor-button,
    .elementor-kit-8 .tutor-login-form-wrap input[type="submit"],
    .elementor-kit-8 .wp-block-button__link,
    .uicore-mobile-menu-wrapper .uicore-cta-wrapper a,
    .uicore-left-menu .uicore-cta-wrapper a,
    .bdt-contact-form button.elementor-button.bdt-button {
        padding: 17px 21px 17px 21px
    }

    .elementor-section.elementor-section-boxed nav.elementor-container,
    .elementor-section.elementor-section-boxed>.elementor-container,
    .uicore-ham-creative .uicore-navigation-content,
    .container-width .uicore-megamenu>.elementor,
    #wrapper-navbar.elementor-section.elementor-section-boxed .elementor-container .uicore-megamenu .elementor-section.elementor-section-boxed .elementor-container,
    #wrapper-navbar.elementor-section.elementor-section-full_width .elementor-container .uicore-megamenu .elementor-section.elementor-section-boxed .elementor-container {
        max-width: 767px
    }

    .e-container {
        --container-max-width: 767px
    }
}

@font-face {
    font-family: 'uicore-icons';
    src: url(https://wagmii.com/wp-content/plugins/uicore-framework/assets/fonts/uicore-icons.woff?bc5uma) format('woff'), url(https://wagmii.com/wp-content/plugins/uicore-framework/assets/fonts/uicore-icons.ttf?bc5uma) format('truetype'), url('https://wagmii.com/wp-content/plugins/uicore-framework/assets/fonts/uicore-icons.svg?bc5uma#uicore-icons') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class^='uicore-i-'],
[class*=' uicore-i-'] {
    font-family: 'uicore-icons' !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
}

.uicore-i-announce:before {
    content: '\e900'
}

.uicore-i-arrow:before {
    content: '\e901'
}

.uicore-i-bolt:before {
    content: '\e902'
}

.uicore-i-box:before {
    content: '\e903'
}

.uicore-i-card:before {
    content: '\e904'
}

.uicore-i-cart:before {
    content: '\e905'
}

.uicore-i-chat:before {
    content: '\e906'
}

.uicore-i-close:before {
    content: '\e907'
}

.uicore-i-cup:before {
    content: '\e908'
}

.uicore-i-download:before {
    content: '\e909'
}

.uicore-i-facebook:before {
    content: '\e90a'
}

.uicore-i-globe:before {
    content: '\e90b'
}

.uicore-i-heart:before {
    content: '\e90c'
}

.uicore-i-info:before {
    content: '\e90d'
}

.uicore-i-instagram:before {
    content: '\e90e'
}

.uicore-i-linkedin:before {
    content: '\e90f'
}

.uicore-i-mail:before {
    content: '\e910'
}

.uicore-i-map-pin:before {
    content: '\e911'
}

.uicore-i-messenger:before {
    content: '\e912'
}

.uicore-i-phone:before {
    content: '\e913'
}

.uicore-i-pinterest:before {
    content: '\e914'
}

.uicore-i-play:before {
    content: '\e915'
}

.uicore-i-reddit:before {
    content: '\e916'
}

.uicore-i-rocket:before {
    content: '\e917'
}

.uicore-i-search:before {
    content: '\e918'
}

.uicore-i-shield:before {
    content: '\e919'
}

.uicore-i-snapchat:before {
    content: '\e91a'
}

.uicore-i-target:before {
    content: '\e91b'
}

.uicore-i-tiktok:before {
    content: '\e91c'
}

.uicore-i-time:before {
    content: '\e91d'
}

.uicore-i-truck:before {
    content: '\e91e'
}

.uicore-i-twitch:before {
    content: '\e91f'
}

.uicore-i-twitter:before {
    content: '\e920'
}

.uicore-i-vimeo:before {
    content: '\e921'
}

.uicore-i-warning:before {
    content: '\e922'
}

.uicore-i-wechat:before {
    content: '\e923'
}

.uicore-i-whatsapp:before {
    content: '\e924'
}

.uicore-i-youtube:before {
    content: '\e925'
}

.uicore-i-telegram:before {
    content: "\e926"
}

.uicore-i-discord:before {
    content: "\e927"
}

.uicore-i-opensea:before {
    content: "\e928"
}

.uicore-transparent~#content header.uicore {
    padding-top: 90px
}

#wrapper-navbar .uicore-header-wrapper:before {
    box-shadow: -2px 3px 90px -20px rgb(0 0 0 / 25%)
}

.uicore-transparent~#content header.uicore {
    padding-top: 90px
}

.uicore-navbar nav .uicore-nav {
    display: flex;
    justify-content: flex-start
}

.uicore-navbar nav .uicore-nav .uicore-socials {
    display: flex
}

.uicore-navbar.uicore-transparent:not(.uicore-scrolled) .uicore-header-wrapper {
    box-shadow: 0 1px 0 transparent
}

.uicore-mobile-menu-wrapper:before,
.uicore-navbar .uicore-header-wrapper:before,
#uicore-back-to-top,
.uicore-wrapper.uicore-search.elementor-section {
    background: var(--e-global-color-uicore_headline)
}

@media only screen and (max-width:1025px) {
    .uicore-navigation-wrapper {
        background: var(--e-global-color-uicore_white)
    }
}

.uicore-cart-icon.uicore_hide_desktop #uicore-site-header-cart {
    color: var(--uicore-header--menu-typo-c)
}

@media only screen and (min-width:1025px) {
    .uicore-navbar .uicore-extra {
        margin-left: 25px
    }
}

.uicore-navbar {
    --uicore-header--logo-h: 60px;
    --uicore-header--logo-padding: 20px;
    --uicore-header--menu-spaceing: 25px;
    --uicore-header--menu-typo-f: var(--e-global-typography-uicore_secondary-font-family);
    --uicore-header--menu-typo-w: 500;
    --uicore-header--menu-typo-h: 100px;
    --uicore-header--menu-typo-ls: 0em;
    --uicore-header--menu-typo-t: None;
    --uicore-header--menu-typo-st: normal;
    --uicore-header--menu-typo-c: var(--e-global-color-uicore_white);
    --uicore-header--menu-typo-ch: var(--e-global-color-uicore_accent);
    --uicore-header--menu-typo-s: 16px;
    --uicore-header--items-gap: 25px
}

@media only screen and (min-width:1025px) {
    .uicore-navbar li ul {
        --uicore-header--menu-typo-f: var(--e-global-typography-uicore_secondary-font-family);
        --uicore-header--menu-typo-w: 500;
        --uicore-header--menu-typo-h: 100px;
        --uicore-header--menu-typo-ls: 0em;
        --uicore-header--menu-typo-t: None;
        --uicore-header--menu-typo-st: normal;
        --uicore-header--menu-typo-c: var(--e-global-color-uicore_headline);
        --uicore-header--menu-typo-ch: var(--e-global-color-uicore_accent);
        --uicore-header--menu-typo-s: 16px
    }
}

.uicore-ham .bar,
#mini-nav .uicore-ham .bar {
    background-color: var(--uicore-header--menu-typo-c)
}

.uicore-transparent:not(.uicore-scrolled) {
    --uicore-header--menu-typo-c: var(--e-global-color-uicore_white);
    --uicore-header--menu-typo-ch: var(--e-global-color-uicore_primary)
}

@media only screen and (min-width:1025px) {
    .uicore-shrink:not(.uicore-scrolled) {
        --uicore-header--logo-padding: 40px;
        --uicore-header--menu-typo-h: 140px
    }
}

@media (max-width:767px) {
    .uicore-navbar {
        --uicore-header--logo-h: 24px
    }

    #wrapper-navbar nav {
        max-width: 90%
    }
}

.uicore-nav-menu .sub-menu:not(.uicore-megamenu) {
    background-color: var(--e-global-color-uicore_white)
}

.uicore-nav-menu .sub-menu:not(.uicore-megamenu) a,
.uicore-nav-menu .sub-menu:not(.uicore-megamenu) li,
.uicore-nav-menu .uicore-simple-megamenu:not(.uicore-megamenu)>.sub-menu>li.menu-item-has-children {
    color: var(--e-global-color-uicore_headline) !important
}

.uicore-nav-menu .sub-menu:not(.uicore-megamenu) a:hover,
.uicore-nav-menu:not(.uicore-megamenu) .sub-menu li:hover {
    color: var(--e-global-color-uicore_accent) !important
}

@media (max-width:767px) {
    .uicore-navbar .uicore-btn {
        font-size: 21px;
        font-weight: 500;
        font-style: normal;
        font-family: var(--e-global-typography-uicore_secondary-font-family);
        letter-spacing: 0em;
        text-transform: None
    }
}

.uicore-menu-left #uicore-page nav div .uicore ul a {
    padding: calc(50px / 2) 0
}

.uicore-menu-left #uicore-page nav div.uicore-extra .uicore-btn {
    margin: 20px auto
}

.uicore-mobile-menu-wrapper-show .uicore-navigation-wrapper {
    color: var(--e-global-color-uicore_headline)
}

.uicore-navigation-content {
    height: calc(100% - 64px)
}

@media only screen and (max-width:1025px) {
    .uicore-mobile-menu-wrapper {
        --uicore-header--menu-typo-f: var(--e-global-typography-uicore_secondary-font-family);
        --uicore-header--menu-typo-w: 500;
        --uicore-header--menu-typo-h: 1;
        --uicore-header--menu-typo-ls: 0em;
        --uicore-header--menu-typo-t: None;
        --uicore-header--menu-typo-st: normal;
        --uicore-header--menu-typo-c: var(--e-global-color-uicore_headline);
        --uicore-header--menu-typo-ch: var(--e-global-color-uicore_accent);
        --uicore-header--menu-typo-s: 21px
    }
}

.uicore-sidebar .uicore-sticky {
    top: calc(calc(60px + calc(20px * 2)) + 60px)
}

.ui-hide .uicore-header-wrapper {
    transform: translate3d(0, -25px, 0);
    opacity: 0;
    transition: all .4s ease;
    pointer-events: none
}

.logged-in.admin-bar .uicore-navbar.uicore-sticky {
    top: 31px
}

#uicore-back-to-top {
    color: var(--e-global-color-uicore_white)
}

@media (min-width:1025px) {
    .uicore-navbar ul.sub-menu {
        transform: translate3d(0, 18px, 0);
        transition: opacity 0.3s cubic-bezier(.165, .84, .44, 1), transform 0.4s cubic-bezier(.1, .76, .37, 1.19)
    }
}

@media (max-width:1025px) {
    .uicore-navigation-wrapper {
        transition: opacity 0.3s ease
    }

    .uicore-mobile-nav-show .uicore-navigation-content {
        opacity: 1
    }

    .uicore-mobile-nav-show .uicore-extra {
        opacity: 1 !important;
        transition: all 0.2s cubic-bezier(.22, 1, .36, 1) 0.25s
    }

    .uicore-mobile-nav-show .uicore-navigation-wrapper {
        transform: translate3d(0, 0, 0);
        pointer-events: all;
        opacity: 1
    }
}

.uicore-menu .sub-menu .ui-has-description>a {
    display: grid !important;
    grid-template-columns: 2.5em 1fr;
    grid-template-rows: auto;
    align-items: center;
    grid-column-gap: 15px
}

.uicore-menu .sub-menu .ui-has-description>a img,
.uicore-menu .sub-menu .ui-has-description>a .ui-svg-wrapp {
    grid-area: 1 / 1 / 3 / 2;
    max-height: 2.6em
}

.uicore-menu .sub-menu .ui-has-description>a .ui-svg-wrapp {
    height: 100%;
    width: 100%;
    position: relative;
    min-width: 38px;
    min-height: 38px;
    display: flex;
    justify-content: center;
    align-items: center
}

.uicore-menu .sub-menu .ui-has-description>a .ui-svg-wrapp:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: var(--ui-radius);
    background-color: currentColor;
    opacity: .1
}

.uicore-menu .menu-item-has-children ul .custom-menu-desc {
    margin-top: 0;
    max-width: 300px
}

.container-width .uicore-megamenu>.elementor,
.custom-width .uicore-megamenu>.elementor {
    width: 100%
}

.uicore-widget ul li a {
    color: var(--e-global-color-uicore_headline)
}

.uicore-widget ul li .post-date {
    color: var(--e-global-color-uicore_body)
}

.tags-links a,
tags-links a:hover,
.uicore-widget ul li a,
[class*="elementor-widget-wp-widget-"] ul li a,
.uicore-widget .tagcloud a,
[class*="elementor-widget-wp-widget-"] .tagcloud a,
.uicore-widget .wp-block-tag-cloud a,
.uicore-sidebar .uicore-widget .wp-block-tag-cloud a:hover,
.uicore-widget #wp-calendar,
[class*="elementor-widget-wp-widget-"] #wp-calendar,
.uicore-widget #wp-calendar a,
[class*="elementor-widget-wp-widget-"] #wp-calendar a,
.uicore-widget select,
[class*="elementor-widget-wp-widget-"] select,
.uicore-widget .price_slider_wrapper .price_slider_amount .price_label,
#woocommerce-product-search-field-0,
input[type=text] {
    color: var(--e-global-color-uicore_headline)
}

.uicore-widget .tagcloud a .tag-link-count,
[class*="elementor-widget-wp-widget-"] .tagcloud a .tag-link-count {
    color: var(--e-global-color-uicore_body)
}

body {
    --uicore-typography--h1-f: var(--e-global-typography-uicore_primary-font-family);
    --uicore-typography--h1-w: normal;
    --uicore-typography--h1-h: 1.2;
    --uicore-typography--h1-ls: -.027em;
    --uicore-typography--h1-t: None;
    --uicore-typography--h1-st: normal;
    --uicore-typography--h1-c: var(--e-global-color-uicore_headline);
    --uicore-typography--h1-s: 72px;
    --uicore-typography--h2-f: var(--e-global-typography-uicore_primary-font-family);
    --uicore-typography--h2-w: normal;
    --uicore-typography--h2-h: 1.2;
    --uicore-typography--h2-ls: -.027em;
    --uicore-typography--h2-t: None;
    --uicore-typography--h2-st: normal;
    --uicore-typography--h2-c: var(--e-global-color-uicore_headline);
    --uicore-typography--h2-s: 58px;
    --uicore-typography--h3-f: var(--e-global-typography-uicore_secondary-font-family);
    --uicore-typography--h3-w: 500;
    --uicore-typography--h3-h: 1.2;
    --uicore-typography--h3-ls: -.027em;
    --uicore-typography--h3-t: None;
    --uicore-typography--h3-st: normal;
    --uicore-typography--h3-c: var(--e-global-color-uicore_headline);
    --uicore-typography--h3-s: 24px;
    --uicore-typography--h4-f: var(--e-global-typography-uicore_secondary-font-family);
    --uicore-typography--h4-w: 500;
    --uicore-typography--h4-h: 1.2;
    --uicore-typography--h4-ls: -.027em;
    --uicore-typography--h4-t: None;
    --uicore-typography--h4-st: normal;
    --uicore-typography--h4-c: var(--e-global-color-uicore_headline);
    --uicore-typography--h4-s: 20px;
    --uicore-typography--h5-f: var(--e-global-typography-uicore_text-font-family);
    --uicore-typography--h5-w: normal;
    --uicore-typography--h5-h: 1.2;
    --uicore-typography--h5-ls: .2em;
    --uicore-typography--h5-t: uppercase;
    --uicore-typography--h5-st: normal;
    --uicore-typography--h5-c: var(--e-global-color-uicore_accent);
    --uicore-typography--h5-s: 15px;
    --uicore-typography--h6-f: var(--e-global-typography-uicore_text-font-family);
    --uicore-typography--h6-w: normal;
    --uicore-typography--h6-h: 1.2;
    --uicore-typography--h6-ls: -.027em;
    --uicore-typography--h6-t: Uppercase;
    --uicore-typography--h6-st: normal;
    --uicore-typography--h6-c: var(--e-global-color-uicore_headline);
    --uicore-typography--h6-s: 14px;
    --uicore-typography--p-f: var(--e-global-typography-uicore_text-font-family);
    --uicore-typography--p-w: normal;
    --uicore-typography--p-h: 1.8;
    --uicore-typography--p-ls: 0em;
    --uicore-typography--p-t: None;
    --uicore-typography--p-st: normal;
    --uicore-typography--p-c: var(--e-global-color-uicore_body);
    --uicore-typography--p-s: 18px
}

@media (max-width:1024px) {
    body {
        --uicore-typography--h1-s: 60px;
        --uicore-typography--h2-s: 42px;
        --uicore-typography--h3-s: 21px;
        --uicore-typography--h4-s: 18px;
        --uicore-typography--h5-s: 15px;
        --uicore-typography--h6-s: 13px;
        --uicore-typography--p-s: 17px
    }

    .uicore-single-header h1.entry-title {
        --uicore-typography--h1-s: 48px
    }

    .uicore-blog .uicore-post-content:not(.uicore-archive) .entry-content {
        --uicore-typography--h1-s: 48px;
        --uicore-typography--h2-s: 34px;
        --uicore-typography--h3-s: 26px;
        --uicore-typography--h4-s: 18px;
        --uicore-typography--h5-s: 15px;
        --uicore-typography--h6-s: 13px;
        --uicore-typography--p-s: 18px
    }

    .uicore-blog-grid {
        --uicore-typography--blog_title-s: 18px;
        --uicore-typography--p-s: 17px
    }
}

@media (max-width:767px) {
    body {
        --uicore-typography--h1-s: 40px;
        --uicore-typography--h2-s: 30px;
        --uicore-typography--h3-s: 19px;
        --uicore-typography--h4-s: 16px;
        --uicore-typography--h5-s: 14px;
        --uicore-typography--h6-s: 12px;
        --uicore-typography--p-s: 16px
    }

    .uicore-single-header h1.entry-title {
        --uicore-typography--h1-s: 34px
    }

    .uicore-blog .uicore-post-content:not(.uicore-archive) .entry-content {
        --uicore-typography--h1-s: 34px;
        --uicore-typography--h2-s: 26px;
        --uicore-typography--h3-s: 20px;
        --uicore-typography--h4-s: 16px;
        --uicore-typography--h5-s: 14px;
        --uicore-typography--h6-s: 12px;
        --uicore-typography--p-s: 16px
    }

    .uicore-blog-grid {
        --uicore-typography--blog_title-s: 16px;
        --uicore-typography--p-s: 16px
    }
}

.uicore-animation-bg {
    background-color: var(--e-global-color-uicore_primary)
}

#uicore-page {
    opacity: 0;
    animation-name: uicoreFadeIn;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
    animation-duration: 0.2s
}

body {
    --ui-border-color: #ebebeb
}

.uicore-reveal .uicore-post-info,
.ui-simple-creative,
.uicore-fade-light .uicore-zoom-wrapper,
.content-area,
.uicore-body-content>footer {
    background: var(--e-global-color-uicore_white)
}

.uicore-page-link.current,
.uicore-pagination ul li a,
.comment-list .says,
blockquote,
dt,
.comment-meta .fn {
    color: var(--e-global-color-uicore_headline)
}

.uicore-body-content {
    background: var(--e-global-color-uicore_white)
}

.bdt-price-table div.bdt-price-table-price {
    color: var(--e-global-color-uicore_headline)
}

.bdt-accordion-title,
.uicore-body-content .elementor-widget-bdt-advanced-icon-box .bdt-ep-advanced-icon-box-title,
.bdt-callout-title,
.elementor-counter .elementor-counter-number-wrapper,
.bdt-fancy-card.bdt-fancy-card-skin-default div.bdt-fancy-card-content .bdt-fancy-card-title,
.bdt-fancy-list div.list-icon i,
div.bdt-fancy-slider .swiper-wrapper .bdt-fancy-slider-item .bdt-fancy-slider-content .bdt-fancy-slider-title,
div.bdt-fancy-tabs .bdt-fancy-tabs-content .bdt-fancy-tab-title,
div.bdt-featured-box .bdt-feature-content .bdt-feature-title,
.bdt-flip-box-front .bdt-flip-box-layer-title,
div.bdt-interactive-card .bdt-interactive-card-content .bdt-interactive-card-title,
.bdt-member-name,
.bdt-navbar-nav>li>a,
div.bdt-post-block .bdt-post-block-item .bdt-post-block-link,
div.bdt-post-card .bdt-post-card-item .bdt-post-card-title,
div.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters .bdt-ep-grid-filter.bdt-active,
div.bdt-post-gallery .bdt-gallery-item .bdt-gallery-item-title,
div.bdt-post-grid.bdt-post-grid-skin-alite .bdt-post-grid-title a,
div.bdt-post-grid.bdt-post-grid-skin-harold .bdt-post-grid-title a,
div.bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-title a,
div.bdt-post-grid.bdt-post-grid-skin-alter .bdt-post-grid-title a,
div.bdt-post-list .bdt-post-list-item .bdt-post-list-link,
div.bdt-post-slider.bdt-post-slider-skin-vast .bdt-post-slider-title,
ul.bdt-price-list .bdt-price-list-title,
.elementor-widget-progress .elementor-title,
.bdt-progress-pie-wrapper .bdt-progress-pie .bdt-progress-pie-label,
div.bdt-social-proof .bdt-social-proof-title,
div.bdt-social-proof .bdt-social-proof-ratting-wrapper .bdt-rating-number,
.elementor-testimonial-content,
.elementor-testimonial-details .elementor-testimonial-name,
.bdt-timeline-icon,
.bdt-timeline-date {
    color: var(--e-global-color-uicore_headline)
}

.bdt-accordion-title:hover,
.bdt-accordion-title:focus,
div.elementor-widget-bdt-advanced-counter .bdt-ep-advanced-counter-content-text,
.bdt-circle-info .bdt-circle-info-content-wrapper .bdt-circle-info-item div.bdt-circle-info-desc,
.elementor-counter .elementor-counter-title,
.bdt-fancy-card.bdt-fancy-card-skin-default div.bdt-fancy-card-content .bdt-fancy-card-description,
div.bdt-fancy-list ul.custom-list-group .list-text-des,
div.bdt-fancy-slider .swiper-wrapper .bdt-fancy-slider-item .bdt-fancy-slider-content .bdt-fancy-slider-description,
div.bdt-fancy-tabs .bdt-fancy-tabs-item .bdt-icon-wrapper,
div.bdt-fancy-tabs .bdt-fancy-tabs-content .bdt-fancy-tab-text,
div.bdt-featured-box .bdt-feature-content .bdt-feature-description,
div.bdt-flip-box-layer-desc,
div.bdt-interactive-card .bdt-interactive-card-content .bdt-interactive-card-description,
div.bdt-post-block-excerpt p,
div.bdt-post-grid.bdt-post-grid-skin-alite .bdt-post-grid-excerpt,
div.bdt-post-grid.bdt-post-grid-skin-harold .bdt-post-grid-excerpt,
div.bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-excerpt,
div.bdt-post-grid.bdt-post-grid-skin-alter .bdt-post-grid-excerpt,
div.bdt-post-slider.bdt-post-slider-skin-vast .bdt-post-slider-text p,
div.bdt-post-slider.bdt-post-slider-skin-vast .bdt-post-slider-meta span,
div.bdt-subnav>*>:first-child,
ul.bdt-price-list .bdt-price-list-description,
div.bdt-profile-card .bdt-profile-bio,
div.bdt-profile-card .bdt-profile-status .bdt-profile-label,
div.bdt-social-proof .bdt-social-proof-reviews,
.elementor-widget-container .bdt-subnav,
.elementor-widget-container .bdt-subnav * {
    color: var(--e-global-color-uicore_body)
}

.uicore-body-content .bdt-accordion-container .bdt-accordion p.bdt-accordion-title,
.bdt-modal-dialog {
    font-family: var(--e-global-typography-uicore_text-font-family);
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
    text-transform: None;
    font-style: normal;
    color: var(--e-global-color-uicore_body)
}

a {
    color: var(--e-global-color-uicore_primary)
}

a:hover {
    color: var(--e-global-color-uicore_secondary)
}

body {
    --uicore-boxed-width: 1300px;
    --ui-container-size: 1320px;
    --ui-radius: 25px;
    --ui-radius-sm: 12.5px
}

.ui-sortable>.e-con,
.elementor>.e-con {
    --container-max-width: min(90%, var(--ui-container-size))
}

#uicore-page {
    position: relative;
    z-index: 0
}

/* cyrillic-ext */
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/caveat/v18/Wnz6HAc5bAfYB2Q7azYYmg8.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/caveat/v18/Wnz6HAc5bAfYB2Q7YjYYmg8.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/caveat/v18/Wnz6HAc5bAfYB2Q7aDYYmg8.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/caveat/v18/Wnz6HAc5bAfYB2Q7ZjYY.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/caveat/v18/Wnz6HAc5bAfYB2Q7azYYmg8.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/caveat/v18/Wnz6HAc5bAfYB2Q7YjYYmg8.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/caveat/v18/Wnz6HAc5bAfYB2Q7aDYYmg8.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/caveat/v18/Wnz6HAc5bAfYB2Q7ZjYY.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/caveat/v18/Wnz6HAc5bAfYB2Q7azYYmg8.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/caveat/v18/Wnz6HAc5bAfYB2Q7YjYYmg8.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/caveat/v18/Wnz6HAc5bAfYB2Q7aDYYmg8.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/caveat/v18/Wnz6HAc5bAfYB2Q7ZjYY.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/caveat/v18/Wnz6HAc5bAfYB2Q7azYYmg8.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/caveat/v18/Wnz6HAc5bAfYB2Q7YjYYmg8.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/caveat/v18/Wnz6HAc5bAfYB2Q7aDYYmg8.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/caveat/v18/Wnz6HAc5bAfYB2Q7ZjYY.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIhMX1D_JOuMw_LLPtLp_A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIhMX1D_JOuMw_LJftLp_A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* math */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIhMX1D_JOuMw_LXftLp_A.woff2) format('woff2');
    unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0330, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2034-2037, U+2057, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2102, U+210A-210E, U+2110-2112, U+2115, U+2119-211D, U+2124, U+2128, U+212C-212D, U+212F-2131, U+2133-2138, U+213C-2140, U+2145-2149, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B6, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIhMX1D_JOuMw_LT_tLp_A.woff2) format('woff2');
    unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8B1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA88, U+1FA90-1FABD, U+1FABF-1FAC5, U+1FACE-1FADB, U+1FAE0-1FAE8, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIhMX1D_JOuMw_LLvtLp_A.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIhMX1D_JOuMw_LL_tLp_A.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIhMX1D_JOuMw_LIftL.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIhMX1D_JOuMw_LLPtLp_A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIhMX1D_JOuMw_LJftLp_A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* math */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIhMX1D_JOuMw_LXftLp_A.woff2) format('woff2');
    unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0330, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2034-2037, U+2057, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2102, U+210A-210E, U+2110-2112, U+2115, U+2119-211D, U+2124, U+2128, U+212C-212D, U+212F-2131, U+2133-2138, U+213C-2140, U+2145-2149, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B6, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIhMX1D_JOuMw_LT_tLp_A.woff2) format('woff2');
    unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8B1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA88, U+1FA90-1FABD, U+1FABF-1FAC5, U+1FACE-1FADB, U+1FAE0-1FAE8, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIhMX1D_JOuMw_LLvtLp_A.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIhMX1D_JOuMw_LL_tLp_A.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIhMX1D_JOuMw_LIftL.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIhMX1D_JOuMw_LLPtLp_A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIhMX1D_JOuMw_LJftLp_A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* math */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIhMX1D_JOuMw_LXftLp_A.woff2) format('woff2');
    unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0330, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2034-2037, U+2057, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2102, U+210A-210E, U+2110-2112, U+2115, U+2119-211D, U+2124, U+2128, U+212C-212D, U+212F-2131, U+2133-2138, U+213C-2140, U+2145-2149, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B6, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIhMX1D_JOuMw_LT_tLp_A.woff2) format('woff2');
    unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8B1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA88, U+1FA90-1FABD, U+1FABF-1FAC5, U+1FACE-1FADB, U+1FAE0-1FAE8, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIhMX1D_JOuMw_LLvtLp_A.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIhMX1D_JOuMw_LL_tLp_A.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIhMX1D_JOuMw_LIftL.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIhMX1D_JOuMw_LLPtLp_A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIhMX1D_JOuMw_LJftLp_A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* math */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIhMX1D_JOuMw_LXftLp_A.woff2) format('woff2');
    unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0330, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2034-2037, U+2057, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2102, U+210A-210E, U+2110-2112, U+2115, U+2119-211D, U+2124, U+2128, U+212C-212D, U+212F-2131, U+2133-2138, U+213C-2140, U+2145-2149, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B6, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIhMX1D_JOuMw_LT_tLp_A.woff2) format('woff2');
    unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8B1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA88, U+1FA90-1FABD, U+1FABF-1FAC5, U+1FACE-1FADB, U+1FAE0-1FAE8, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIhMX1D_JOuMw_LLvtLp_A.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIhMX1D_JOuMw_LL_tLp_A.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIhMX1D_JOuMw_LIftL.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIvMX1D_JOuMwf7I-NP.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIvMX1D_JOuMw77I-NP.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* math */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIvMX1D_JOuM3b7I-NP.woff2) format('woff2');
    unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0330, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2034-2037, U+2057, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2102, U+210A-210E, U+2110-2112, U+2115, U+2119-211D, U+2124, U+2128, U+212C-212D, U+212F-2131, U+2133-2138, U+213C-2140, U+2145-2149, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B6, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIvMX1D_JOuM2T7I-NP.woff2) format('woff2');
    unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8B1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA88, U+1FA90-1FABD, U+1FABF-1FAC5, U+1FACE-1FADB, U+1FAE0-1FAE8, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIvMX1D_JOuMwX7I-NP.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIvMX1D_JOuMwT7I-NP.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIvMX1D_JOuMwr7Iw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIvMX1D_JOuMwf7I-NP.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIvMX1D_JOuMw77I-NP.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* math */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIvMX1D_JOuM3b7I-NP.woff2) format('woff2');
    unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0330, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2034-2037, U+2057, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2102, U+210A-210E, U+2110-2112, U+2115, U+2119-211D, U+2124, U+2128, U+212C-212D, U+212F-2131, U+2133-2138, U+213C-2140, U+2145-2149, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B6, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIvMX1D_JOuM2T7I-NP.woff2) format('woff2');
    unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8B1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA88, U+1FA90-1FABD, U+1FABF-1FAC5, U+1FACE-1FADB, U+1FAE0-1FAE8, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIvMX1D_JOuMwX7I-NP.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIvMX1D_JOuMwT7I-NP.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIvMX1D_JOuMwr7Iw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIvMX1D_JOuMwf7I-NP.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIvMX1D_JOuMw77I-NP.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* math */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIvMX1D_JOuM3b7I-NP.woff2) format('woff2');
    unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0330, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2034-2037, U+2057, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2102, U+210A-210E, U+2110-2112, U+2115, U+2119-211D, U+2124, U+2128, U+212C-212D, U+212F-2131, U+2133-2138, U+213C-2140, U+2145-2149, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B6, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIvMX1D_JOuM2T7I-NP.woff2) format('woff2');
    unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8B1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA88, U+1FA90-1FABD, U+1FABF-1FAC5, U+1FACE-1FADB, U+1FAE0-1FAE8, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIvMX1D_JOuMwX7I-NP.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIvMX1D_JOuMwT7I-NP.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIvMX1D_JOuMwr7Iw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIvMX1D_JOuMwf7I-NP.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIvMX1D_JOuMw77I-NP.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* math */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIvMX1D_JOuM3b7I-NP.woff2) format('woff2');
    unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0330, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2034-2037, U+2057, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2102, U+210A-210E, U+2110-2112, U+2115, U+2119-211D, U+2124, U+2128, U+212C-212D, U+212F-2131, U+2133-2138, U+213C-2140, U+2145-2149, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B6, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIvMX1D_JOuM2T7I-NP.woff2) format('woff2');
    unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8B1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA88, U+1FA90-1FABD, U+1FABF-1FAC5, U+1FACE-1FADB, U+1FAE0-1FAE8, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIvMX1D_JOuMwX7I-NP.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIvMX1D_JOuMwT7I-NP.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/lora/v35/0QIvMX1D_JOuMwr7Iw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiAyp8kv8JHgFVrJJLmE0tMMPKzSQ.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiAyp8kv8JHgFVrJJLmE0tCMPI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmv1pVGdeOcEg.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmv1pVF9eO.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLm21lVGdeOcEg.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLm21lVF9eO.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiGyp8kv8JHgFVrJJLufntAKPY.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiGyp8kv8JHgFVrJJLucHtA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmg1hVGdeOcEg.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmg1hVF9eO.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmr19VGdeOcEg.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmr19VF9eO.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmy15VGdeOcEg.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmy15VF9eO.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLm111VGdeOcEg.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLm111VF9eO.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLm81xVGdeOcEg.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLm81xVF9eO.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiGyp8kv8JHgFVrLPTufntAKPY.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiGyp8kv8JHgFVrLPTucHtA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLFj_Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLFj_Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDD4Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLBT5Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLBT5Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
    font-size: 15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 59px
}


/*! elementor - v3.23.0 - 05-08-2024 */
.elementor-widget-image {
    text-align: center
}

.elementor-widget-image a {
    display: inline-block
}

.elementor-widget-image a img[src$=".svg"] {
    width: 48px
}

.elementor-widget-image img {
    vertical-align: middle;
    display: inline-block
}


/*! elementor-pro - v3.23.0 - 15-07-2024 */
.elementor-headline {
    font-size: 43px;
    line-height: 1.2;
    display: block
}

.elementor-headline-dynamic-text {
    color: var(--dynamic-text-color, #aebcb9)
}

.elementor-headline--style-rotate .elementor-headline-dynamic-wrapper {
    text-align: start
}

.elementor-headline--style-highlight .elementor-headline-dynamic-wrapper {
    overflow: visible;
    text-align: inherit
}

.elementor-headline--style-highlight .elementor-headline-dynamic-text {
    z-index: 1
}

.elementor-headline--style-highlight .elementor-headline-plain-text {
    z-index: 1;
    position: relative
}

.elementor-headline--style-highlight svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    transform: translate(-50%, -50%);
    overflow: visible
}

.elementor-headline--style-highlight svg path {
    stroke: red;
    stroke-width: 9;
    fill: none;
    opacity: 0;
    stroke-dasharray: 0 1500;
    transition: .3s
}

.elementor-headline.e-animated svg path {
    animation: elementor-headline-dash forwards;
    animation-duration: var(--animation-duration, 1.2s);
    animation-iteration-count: 1
}

.elementor-headline.e-animated svg path:nth-of-type(2) {
    animation-delay: calc(var(--animation-duration, 1.2s) / 2)
}

.elementor-headline.e-hide-highlight svg path {
    opacity: 1;
    stroke-dasharray: 1500 1500;
    animation: hide-highlight .4s forwards;
    animation-iteration-count: 1
}

@keyframes elementor-headline-dash {
    0% {
        stroke-dasharray: 0 1500;
        opacity: 1
    }

    to {
        stroke-dasharray: 1500 1500;
        opacity: 1
    }
}

@keyframes hide-highlight {
    0% {
        opacity: 1;
        stroke-dasharray: 1500 1500
    }

    to {
        opacity: 0;
        filter: blur(10px)
    }
}

.elementor-headline-text-wrapper {
    vertical-align: bottom
}

.elementor-headline-dynamic-wrapper {
    display: inline-block;
    position: relative
}

.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0
}

.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text.elementor-headline-text-active {
    position: relative
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper {
    perspective: 300px
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-text {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: rotateX(180deg)
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-active {
    opacity: 1;
    transform: rotateX(0deg);
    animation: elementor-headline-flip-in 1.2s
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-inactive {
    transform: rotateX(180deg);
    animation: elementor-headline-flip-out 1.2s
}

@keyframes elementor-headline-flip-in {
    0% {
        transform: rotateX(180deg);
        opacity: 0
    }

    35% {
        transform: rotateX(120deg);
        opacity: 0
    }

    65% {
        opacity: 0
    }

    to {
        transform: rotateX(1turn);
        opacity: 1
    }
}

@keyframes elementor-headline-flip-out {
    0% {
        transform: rotateX(0deg);
        opacity: 1
    }

    35% {
        transform: rotateX(-40deg);
        opacity: 1
    }

    65% {
        opacity: 0
    }

    to {
        transform: rotateX(180deg);
        opacity: 0
    }
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper {
    vertical-align: top;
    overflow: hidden
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:after {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 90%;
    width: 1px;
    background-color: #0d0d0d
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:not(.elementor-headline-typing-selected):after {
    animation: elementor-headline-pulse 1s infinite
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected {
    background-color: var(--typing-selected-bg-color, #0d0d0d)
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected:after {
    visibility: hidden
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected .elementor-headline-dynamic-text {
    color: var(--typing-selected-color, var(--dynamic-text-color), #aebcb9)
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-text:not(.elementor-headline-text-active) {
    visibility: hidden
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
    position: absolute;
    visibility: hidden
}

@keyframes elementor-headline-pulse {
    0% {
        transform: translateY(-50%) scale(1);
        opacity: 1
    }

    40% {
        transform: translateY(-50%) scale(.9);
        opacity: 0
    }

    to {
        transform: translateY(-50%) scale(0);
        opacity: 0
    }
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper {
    perspective: 300px
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
    display: inline-block;
    backface-visibility: hidden
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text {
    transform: scaleX(1.0005);
    opacity: 0
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
    transform-style: preserve-3d;
    transform: translateZ(-20px) rotateX(90deg);
    opacity: 0
}

.elementor-headline-text-active .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
    opacity: 1
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter.elementor-headline-animation-in {
    animation: elementor-headline-swirl-in .4s forwards
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
    animation: elementor-headline-swirl-out .4s forwards
}

@keyframes elementor-headline-swirl-in {
    0% {
        opacity: 0;
        transform: translateZ(-20px) rotateX(90deg)
    }

    60% {
        opacity: 1;
        transform: translateZ(-20px) rotateX(-10deg)
    }

    to {
        opacity: 1;
        transform: translateZ(-20px) rotateX(0deg)
    }
}

@keyframes elementor-headline-swirl-out {
    0% {
        opacity: 1;
        transform: translateZ(-20px) rotateX(0)
    }

    60% {
        opacity: 0;
        transform: translateZ(-20px) rotateX(-100deg)
    }

    to {
        opacity: 0;
        transform: translateZ(-20px) rotateX(-90deg)
    }
}

.elementor-headline-animation-type-slide-down .elementor-headline-text-wrapper {
    display: inline-block;
    padding: .2em 0
}

.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper {
    overflow: hidden;
    vertical-align: top
}

.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text {
    opacity: 0;
    top: .2em
}

.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-active {
    top: 0;
    opacity: 1;
    animation: elementor-headline-slide-down-in .6s
}

.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-inactive {
    animation: elementor-headline-slide-down-out .6s
}

@keyframes elementor-headline-slide-down-in {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    60% {
        opacity: 1;
        transform: translateY(20%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes elementor-headline-slide-down-out {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    60% {
        opacity: 0;
        transform: translateY(120%)
    }

    to {
        opacity: 0;
        transform: translateY(100%)
    }
}

.elementor-headline-animation-type-clip .elementor-headline-text-wrapper {
    display: inline-block;
    padding: .2em 0
}

.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper {
    overflow: hidden;
    vertical-align: top
}

.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #0d0d0d
}

.elementor-headline-animation-type-clip .elementor-headline-dynamic-text {
    opacity: 0
}

.elementor-headline-animation-type-clip .elementor-headline-dynamic-text.elementor-headline-text-active {
    opacity: 1
}

.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper {
    perspective: 300px
}

.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text {
    opacity: 0
}

.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-active {
    opacity: 1;
    animation: elementor-headline-drop-in-in .8s
}

.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-inactive {
    animation: elementor-headline-drop-in-out .8s
}

@keyframes elementor-headline-drop-in-in {
    0% {
        opacity: 0;
        transform: translateZ(100px)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes elementor-headline-drop-in-out {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translateZ(-100px)
    }
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper {
    perspective: 300px
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text {
    opacity: 0
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter {
    display: inline-block;
    transform: rotateY(180deg);
    backface-visibility: hidden
}

.elementor-headline-text-active .elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter {
    transform: rotateY(0deg)
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter.elementor-headline-animation-in {
    animation: elementor-headline-blinds-in .6s forwards
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
    animation: elementor-headline-blinds-out .6s forwards
}

@keyframes elementor-headline-blinds-in {
    0% {
        transform: rotateY(180deg)
    }

    to {
        transform: rotateY(0deg)
    }
}

@keyframes elementor-headline-blinds-out {
    0% {
        transform: rotateY(0)
    }

    to {
        transform: rotateY(-180deg)
    }
}

.elementor-headline-animation-type-wave .elementor-headline-dynamic-text {
    opacity: 0
}

.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter {
    display: inline-block;
    opacity: 0;
    transform: scale(0)
}

.elementor-headline-text-active .elementor-headline-animation-type-wave .elementor-headline-dynamic-letter {
    opacity: 1
}

.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter.elementor-headline-animation-in {
    animation: elementor-headline-wave-up .6s forwards
}

.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
    animation: elementor-headline-wave-down .6s forwards
}

@keyframes elementor-headline-wave-up {
    0% {
        transform: scale(0);
        opacity: 0
    }

    60% {
        transform: scale(1.2);
        opacity: 1
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes elementor-headline-wave-down {
    0% {
        transform: scale(1);
        opacity: 1
    }

    60% {
        transform: scale(0);
        opacity: 0
    }
}

.elementor-headline-animation-type-slide .elementor-headline-dynamic-text {
    opacity: 0
}

.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-active {
    opacity: 1;
    animation: elementor-headline-slide-in .6s
}

.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-inactive {
    animation: elementor-headline-slide-out .6s
}

@keyframes elementor-headline-slide-in {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }

    60% {
        opacity: 1;
        transform: translateX(10%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes elementor-headline-slide-out {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    60% {
        opacity: 0;
        transform: translateX(110%)
    }

    to {
        opacity: 0;
        transform: translateX(100%)
    }
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-slide .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper {
    transition: width .5s
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper {
    overflow: hidden
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text,
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text,
.elementor-headline-animation-type-wave .elementor-headline-dynamic-text {
    white-space: nowrap
}

.elementor-msie .elementor-headline--style-highlight svg {
    top: auto;
    left: auto;
    transform: translate(-100%)
}

/*! elementor - v3.23.0 - 05-08-2024 */
.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: #69727d;
    color: #fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
    color: #69727d;
    border: 3px solid;
    background-color: transparent
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
    margin-top: 8px
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
    width: 1em;
    height: 1em
}

.elementor-widget-text-editor .elementor-drop-cap {
    float: left;
    text-align: center;
    line-height: 1;
    font-size: 50px
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
    display: inline-block
}

/*! elementor - v3.23.0 - 05-08-2024 */
.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
    overflow: hidden
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
    margin-right: -8px;
    margin-left: -8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: 8px;
    margin-left: 8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    width: auto;
    left: auto;
    right: auto;
    position: relative;
    height: 100%;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left-width: 1px;
    border-style: solid;
    right: -8px
}

.elementor-widget .elementor-icon-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.elementor-widget .elementor-icon-list-item {
    margin: 0;
    padding: 0;
    position: relative
}

.elementor-widget .elementor-icon-list-item:after {
    position: absolute;
    bottom: 0;
    width: 100%
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
    display: flex;
    font-size: inherit;
    align-items: var(--icon-vertical-align, center)
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    align-self: center;
    padding-inline-start: 5px
}

.elementor-widget .elementor-icon-list-icon {
    display: flex;
    position: relative;
    top: var(--icon-vertical-offset, initial)
}

.elementor-widget .elementor-icon-list-icon svg {
    width: var(--e-icon-list-icon-size, 1em);
    height: var(--e-icon-list-icon-size, 1em)
}

.elementor-widget .elementor-icon-list-icon i {
    width: 1.25em;
    font-size: var(--e-icon-list-icon-size)
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
    text-align: var(--e-icon-list-icon-align)
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
    margin: var(--e-icon-list-icon-margin, 0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)
}

.elementor-widget.elementor-list-item-link-full_width a {
    width: 100%
}

.elementor-widget.elementor-align-center .elementor-icon-list-item,
.elementor-widget.elementor-align-center .elementor-icon-list-item a {
    justify-content: center
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
    margin: auto
}

.elementor-widget.elementor-align-center .elementor-inline-items {
    justify-content: center
}

.elementor-widget.elementor-align-left .elementor-icon-list-item,
.elementor-widget.elementor-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left
}

.elementor-widget.elementor-align-left .elementor-inline-items {
    justify-content: flex-start
}

.elementor-widget.elementor-align-right .elementor-icon-list-item,
.elementor-widget.elementor-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
    justify-content: flex-end
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
    left: 0
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
    right: 0
}

@media (min-width:-1) {

    .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-widescreen-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-widescreen-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width:-1) {

    .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-laptop-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-laptop-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-laptop-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width:-1) {

    .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width:1024px) {

    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-tablet-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-tablet-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width:-1) {

    .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width:767px) {

    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-mobile-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-mobile-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

/*! elementor - v3.23.0 - 05-08-2024 */
.elementor-widget-video .elementor-widget-container {
    overflow: hidden;
    transform: translateZ(0)
}

.elementor-widget-video .elementor-wrapper {
    aspect-ratio: var(--video-aspect-ratio)
}

.elementor-widget-video .elementor-wrapper iframe,
.elementor-widget-video .elementor-wrapper video {
    height: 100%;
    width: 100%;
    display: flex;
    border: none;
    background-color: #000
}

@supports not (aspect-ratio:1/1) {
    .elementor-widget-video .elementor-wrapper {
        position: relative;
        overflow: hidden;
        height: 0;
        padding-bottom: calc(100% / var(--video-aspect-ratio))
    }

    .elementor-widget-video .elementor-wrapper iframe,
    .elementor-widget-video .elementor-wrapper video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50%
}

.elementor-widget-video .elementor-custom-embed-image-overlay {
    cursor: pointer;
    text-align: center
}

.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i {
    opacity: 1
}

.elementor-widget-video .elementor-custom-embed-image-overlay img {
    display: block;
    width: 100%;
    aspect-ratio: var(--video-aspect-ratio);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

@supports not (aspect-ratio:1/1) {
    .elementor-widget-video .elementor-custom-embed-image-overlay {
        position: relative;
        overflow: hidden;
        height: 0;
        padding-bottom: calc(100% / var(--video-aspect-ratio))
    }

    .elementor-widget-video .elementor-custom-embed-image-overlay img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.elementor-widget-video .e-hosted-video .elementor-video {
    -o-object-fit: cover;
    object-fit: cover
}

.e-con-inner>.elementor-widget-video,
.e-con>.elementor-widget-video {
    width: var(--container-widget-width);
    --flex-grow: var(--container-widget-flex-grow)
}

/*! elementor - v3.23.0 - 05-08-2024 */
.elementor-column .elementor-spacer-inner {
    height: var(--spacer-size)
}

.e-con {
    --container-widget-width: 100%
}

.e-con-inner>.elementor-widget-spacer,
.e-con>.elementor-widget-spacer {
    width: var(--container-widget-width, var(--spacer-size));
    --align-self: var(--container-widget-align-self, initial);
    --flex-shrink: 0
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,
.e-con>.elementor-widget-spacer>.elementor-widget-container {
    height: 100%;
    width: 100%
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,
.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer {
    height: 100%
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,
.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner {
    height: var(--container-widget-height, var(--spacer-size))
}

.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,
.e-con>.elementor-widget-spacer.elementor-widget-empty {
    position: relative;
    min-height: 22px;
    min-width: 22px
}

.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,
.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    width: 22px;
    height: 22px
}

.fluentform-widget-wrapper.hide-fluent-form-labels .ff-el-input--label {
    display: none !important
}

.fluentform-widget-wrapper.hide-error-message .ff-el-is-error .text-danger {
    display: none
}

.fluentform-widget-wrapper.fluentform-widget-align-left {
    margin: 0 auto 0 0
}

.fluentform-widget-wrapper.fluentform-widget-align-center {
    float: none;
    margin: 0 auto
}

.fluentform-widget-wrapper.fluentform-widget-align-right {
    margin: 0 0 0 auto
}

.fluentform-widget-custom-radio-checkbox input[type=checkbox],
.fluentform-widget-custom-radio-checkbox input[type=radio] {
    background: #ddd;
    height: 15px;
    min-width: 1px;
    outline: none;
    padding: 3px;
    width: 15px
}

.fluentform-widget-custom-radio-checkbox input[type=checkbox]:after,
.fluentform-widget-custom-radio-checkbox input[type=radio]:after {
    border: 0 solid transparent;
    content: "";
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%
}

.fluentform-widget-custom-radio-checkbox input[type=checkbox]:checked:after,
.fluentform-widget-custom-radio-checkbox input[type=radio]:checked:after {
    background: #999;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 12px
}

.fluentform-widget-custom-radio-checkbox input[type=radio],
.fluentform-widget-custom-radio-checkbox input[type=radio]:after {
    border-radius: 50%
}

.fluentform-widget-wrapper .frm-fluent-form .ff-step-header {
    margin-bottom: 0
}

.ff-el-progress-bar {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-end
}

.fluent-form-widget-step-header-yes .ff-step-header .ff-el-progress-status,
.fluent-form-widget-step-progressbar-yes .ff-el-progress {
    display: block
}

.fluent-form-widget-step-header-yes .frm-fluent-form .ff-step-header,
.fluent-form-widget-step-progressbar-yes .frm-fluent-form .ff-step-header {
    margin-bottom: 20px
}

.fluentform-widget-section-break-content-left .ff-el-group.ff-el-section-break {
    text-align: left
}

.fluentform-widget-section-break-content-center .ff-el-group.ff-el-section-break {
    text-align: center
}

.fluentform-widget-section-break-content-right .ff-el-group.ff-el-section-break {
    text-align: right
}

.fluentform-widget-submit-button-full-width .ff-btn-submit {
    display: block;
    width: 100%
}

.fluentform-widget-submit-button-center .ff-el-group .ff-btn-submit,
.fluentform-widget-submit-button-center .ff-el-group.ff-text-left .ff-btn-submit,
.fluentform-widget-submit-button-center .ff-el-group.ff-text-right .ff-btn-submit {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto
}

.fluentform-widget-submit-button-right .ff-el-group .ff-btn-submit,
.fluentform-widget-submit-button-right .ff-el-group.ff-text-left .ff-btn-submit,
.fluentform-widget-submit-button-right .ff-el-group.ff-text-right .ff-btn-submit {
    float: right
}

.fluentform-widget-submit-button-left .ff-el-group .ff-btn-submit,
.fluentform-widget-submit-button-left .ff-el-group.ff-text-left .ff-btn-submit,
.fluentform-widget-submit-button-left .ff-el-group.ff-text-right .ff-btn-submit {
    float: left
}

.fluentform-widget-wrapper.hide-placeholder input::-webkit-input-placeholder,
.fluentform-widget-wrapper.hide-placeholder textarea::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden
}

.fluentform-widget-wrapper.hide-placeholder input:-moz-placeholder,
.fluentform-widget-wrapper.hide-placeholder input::-moz-placeholder,
.fluentform-widget-wrapper.hide-placeholder textarea:-moz-placeholder,
.fluentform-widget-wrapper.hide-placeholder textarea::-moz-placeholder {
    opacity: 0;
    visibility: hidden
}

.fluentform-widget-wrapper.hide-placeholder input:-ms-input-placeholder,
.fluentform-widget-wrapper.hide-placeholder textarea:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden
}

.fluentform-widget-wrapper.hide-placeholder input::-ms-input-placeholder,
.fluentform-widget-wrapper.hide-placeholder textarea::-ms-input-placeholder {
    opacity: 0;
    visibility: hidden
}

.lity {
    z-index: 9999 !important
}



.flex-container {
    display: flex;
    flex-wrap: wrap;
    /* Allows items to wrap onto the next line on smaller screens */
    gap: 20px;
    /* Space between items */
    justify-content: space-between;
    /* Adjust alignment and spacing */
}

.flex-item {
    flex: 1 1 calc(33.333% - 20px);
    /* 3 items per row with gap considered */
    box-sizing: border-box;
    /* Ensures padding and border are included in the width */
    text-align: center;
    /* Centers the text within each item */
}

@media (max-width: 768px) {
    .flex-item {
        flex: 1 1 calc(50% - 20px);
        /* 2 items per row on smaller screens */
    }
}

@media (max-width: 480px) {
    .flex-item {
        flex: 1 1 100%;
        /* 1 item per row on very small screens */
    }
}

h5.fw-normal {
    font-weight: normal;
    /* Ensures the text is not bold */
}

.text-black {
    color: black;
    /* Ensures all text within the container is black */
}

.page-container {
    display: flex;
    justify-content: center;
    /* Centers items horizontally */
    align-items: center;
    /* Centers items vertically */
}

.rating-container {
    display: flex;
    align-items: center;
    /* Centers items vertically within the container */
    gap: 8px;
    /* Space between stars and text */
}

.rating-text {
    margin: 0;
    /* Removes default margin from the h6 element */
    font-size: 16px;
    /* Adjust font size as needed */
}


.set-icon {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 50px;
}

.set-icon a {
    text-decoration: none;
    color: inherit;
}

.set-icon i {
    font-size: 40px;
    color: #044d80 !important;
}

@media (max-width: 850px) {
    .set-icon {
        gap: 50px;
        flex-wrap: wrap;
        width: min-content;
    }

    .set-icon i {
        font-size: 50px;
        color: white !important;
        text-decoration: none;
        background-color: #044d80;
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
    }
}




.container-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.box-flex {
    border: 2px solid black;
    width: 90%;
    max-width: 1200px;
    height: auto;
    background-color: #093267;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 20px;
}

.rowbox {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.colbox {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    width: 100%;
    margin: 10px 0;
}

.colbox img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.colbox h3 {
    color: white;
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    /* text-align: center; */
}

@media (min-width: 768px) {
    .rowbox {
        flex-direction: row;
    }

    .colbox h3 {
        font-size: 25px;
    }
}

@media (min-width: 1024px) {
    .colbox h3 {
        font-size: 35px;
    }

    .box-flex {
        width: 75%;
    }
}

.center-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    /* Full viewport height for vertical centering */
    width: 100%;
    margin: 0;
}

.difference-flex {
    width: 100%;
    max-width: 1200px;
    height: 600px;
    margin: 10px auto;
    padding: 20px;
    /* border: 1px solid black; */
    box-sizing: border-box;
    display: flex;
    /* flex-direction: row; */
    align-items: center;
    justify-content: center;
}

.title-difference {
    display: flex;
    flex-direction: row;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.bg-footer {
    background-color: #33383c;
    padding: 50px 0 30px;
}

.footer-heading {
    letter-spacing: 2px;
}

.footer-link a {
    color: #acacac;
    line-height: 40px;
    font-size: 18px;
    transition: all 0.5s;
}

.footer-link a:hover {
    color: #1bbc9b;
}

.contact-info {
    color: #acacac;
    font-size: 14px;
}

.footer-social-icon {
    font-size: 15px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
}

.facebook {
    background-color: #4e71a8;
    color: #ffffff;
}

.twitter {
    background-color: #55acee;
    color: #ffffff;
}

.google {
    background-color: #d6492f;
    color: #ffffff;
}

.apple {
    background-color: #424041;
    color: #ffffff;
}

.footer-alt {
    color: #acacac;
}

.footer-heading {
    position: relative;
    padding-bottom: 12px;
}

.footer-heading:after {
    content: '';
    width: 25px;
    border-bottom: 1px solid #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    border-bottom: 1px solid #1bbc9b;
}

.bg-darkblue {
    background-color: #093267;
}