html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

*,
:after,
:before {
    box-sizing: border-box
}

body {
    margin: 0;
    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;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-block-start: .5rem;
    margin-block-end: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-block-start: 0;
    margin-block-end: .9rem
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
    white-space: pre-wrap
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #c36
}

a:active,
a:hover {
    color: #336
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

abbr[title] {
    border-block-end: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    height: auto;
    max-width: 100%
}

details {
    display: block
}

summary {
    display: list-item
}

figcaption {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400
}

[hidden],
template {
    display: none
}

@media print {

    *,
    :after,
    :before {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        border: 1px solid #ccc
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        -moz-column-break-inside: avoid;
        break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        -moz-column-break-after: avoid;
        break-after: avoid
    }
}

label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s
}

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    border-color: #333
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    width: auto;
    -webkit-appearance: button
}

[type=button],
[type=submit],
button {
    display: inline-block;
    font-weight: 400;
    color: #c36;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #c36;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s
}

[type=button]:focus:not(:focus-visible),
[type=submit]:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
    outline: none
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
    color: #fff;
    background-color: #c36;
    text-decoration: none
}

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

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;
    resize: vertical
}

[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
}

select {
    display: block
}

table {
    background-color: transparent;
    width: 100%;
    margin-block-end: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse
}

table td,
table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0, 0%, 50.2%, .5019607843)
}

table th {
    font-weight: 700
}

table tfoot th,
table thead th {
    font-size: 1em
}

table caption+thead tr:first-child td,
table caption+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
    border-block-start: 1px solid hsla(0, 0%, 50.2%, .5019607843)
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0, 0%, 50.2%, .0705882353)
}

table tbody tr:hover>td,
table tbody tr:hover>th {
    background-color: hsla(0, 0%, 50.2%, .1019607843)
}

table tbody+tbody {
    border-block-start: 2px solid hsla(0, 0%, 50.2%, .5019607843)
}

@media (max-width:767px) {
    table table {
        font-size: .8em
    }

    table table td,
    table table th {
        padding: 7px;
        line-height: 1.3
    }

    table table th {
        font-weight: 400
    }
}

dd,
dl,
dt,
li,
ol,
ul {
    margin-block-start: 0;
    margin-block-end: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

@charset "UTF-8";

.comments-area a,
.page-content a {
    text-decoration: underline
}

.alignright {
    float: right;
    margin-left: 1rem
}

.alignleft {
    float: left;
    margin-right: 1rem
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignwide {
    margin-left: -80px;
    margin-right: -80px
}

.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw
}

.alignfull,
.alignfull img {
    width: 100vw
}

.wp-caption {
    margin-block-end: 1.25rem;
    max-width: 100%
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption-text {
    margin: 0
}

.gallery-caption {
    display: block;
    font-size: .8125rem;
    line-height: 1.5;
    margin: 0;
    padding: .75rem
}

.pagination {
    display: flex;
    justify-content: space-between;
    margin: 20px auto
}

.sticky {
    position: relative;
    display: block
}

.bypostauthor {
    font-size: inherit
}

.hide {
    display: none !important
}

.post-password-form p {
    width: 100%;
    display: flex;
    align-items: flex-end
}

.post-password-form [type=submit] {
    margin-inline-start: 3px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #333;
    display: block;
    font-size: 1rem;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 12px 24px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.post .entry-title a {
    text-decoration: none
}

.post .wp-post-image {
    width: 100%;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:991px) {
    .post .wp-post-image {
        max-height: 400px
    }
}

@media (max-width:575px) {
    .post .wp-post-image {
        max-height: 300px
    }
}

#comments .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: .9em
}

#comments .comment,
#comments .pingback {
    position: relative
}

#comments .comment .comment-body,
#comments .pingback .comment-body {
    display: flex;
    flex-direction: column;
    padding-block-start: 30px;
    padding-block-end: 30px;
    padding-inline-start: 60px;
    padding-inline-end: 0;
    border-block-end: 1px solid #ccc
}

#comments .comment .avatar,
#comments .pingback .avatar {
    position: absolute;
    left: 0;
    border-radius: 50%;
    margin-inline-end: 10px
}

body.rtl #comments .comment .avatar,
body.rtl #comments .pingback .avatar,
html[dir=rtl] #comments .comment .avatar,
html[dir=rtl] #comments .pingback .avatar {
    left: auto;
    right: 0
}

#comments .comment-meta {
    display: flex;
    justify-content: space-between;
    margin-block-end: .9rem
}

#comments .comment-metadata,
#comments .reply {
    font-size: 11px;
    line-height: 1
}

#comments .children {
    position: relative;
    list-style: none;
    margin: 0;
    padding-inline-start: 30px
}

#comments .children li:last-child {
    padding-block-end: 0
}

#comments ol.comment-list .children:before {
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    line-height: 100%;
    content: "↪";
    position: absolute;
    top: 45px;
    left: 0;
    width: auto
}

body.rtl #comments ol.comment-list .children:before,
html[dir=rtl] #comments ol.comment-list .children:before {
    content: "↩";
    left: auto;
    right: 0
}

@media (min-width:768px) {

    #comments .comment-author,
    #comments .comment-metadata {
        line-height: 1
    }
}

@media (max-width:767px) {
    #comments .comment .comment-body {
        padding: 30px 0
    }

    #comments .children {
        padding-inline-start: 20px
    }

    #comments .comment .avatar {
        position: inherit;
        float: left
    }

    body.rtl #comments .comment .avatar,
    html[dir=rtl] #comments .comment .avatar {
        float: right
    }
}

.page-header .entry-title,
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
.site-header .header-inner,
.site-header:not(.dynamic-header),
body:not([class*=elementor-page-]) .site-main {
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 100%
}

@media (max-width:575px) {

    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body:not([class*=elementor-page-]) .site-main {
        padding-inline-start: 10px;
        padding-inline-end: 10px
    }
}

@media (min-width:576px) {

    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body:not([class*=elementor-page-]) .site-main {
        max-width: 500px
    }

    .site-footer.footer-full-width .footer-inner,
    .site-header.header-full-width .header-inner {
        max-width: 100%
    }
}

@media (min-width:768px) {

    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body:not([class*=elementor-page-]) .site-main {
        max-width: 600px
    }

    .site-footer.footer-full-width,
    .site-header.header-full-width {
        max-width: 100%
    }
}

@media (min-width:992px) {

    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body:not([class*=elementor-page-]) .site-main {
        max-width: 800px
    }

    .site-footer.footer-full-width,
    .site-header.header-full-width {
        max-width: 100%
    }
}

@media (min-width:1200px) {

    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body:not([class*=elementor-page-]) .site-main {
        max-width: 1140px
    }

    .site-footer.footer-full-width,
    .site-header.header-full-width {
        max-width: 100%
    }
}

.site-header+.elementor {
    min-height: calc(100vh - 320px)
}

@charset "UTF-8";

.site-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-block-start: 1rem;
    padding-block-end: 1rem;
    position: relative
}

.site-header .site-title {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2
}

.site-header .site-branding {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .5rem
}

.site-header .header-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.site-header .header-inner .custom-logo-link {
    display: block
}

.site-header .header-inner .site-branding .site-description,
.site-header .header-inner .site-branding .site-title {
    margin: 0
}

.site-header .header-inner .site-branding .site-logo img {
    display: block
}

.site-header .header-inner .site-branding.show-logo .site-title,
.site-header .header-inner .site-branding.show-title .site-logo {
    display: none !important
}

.site-header.header-inverted .header-inner {
    flex-direction: row-reverse
}

.site-header.header-inverted .header-inner .site-branding {
    text-align: end
}

.site-header.header-stacked .header-inner {
    align-items: center;
    flex-direction: column;
    text-align: center
}

.site-footer {
    padding-block-start: 1rem;
    padding-block-end: 1rem;
    position: relative
}

.site-footer .site-title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2
}

.site-footer .site-branding {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .5rem
}

.site-footer .footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.site-footer .footer-inner .custom-logo-link {
    display: block
}

.site-footer .footer-inner .site-branding .site-description,
.site-footer .footer-inner .site-branding .site-title {
    margin: 0
}

.site-footer .footer-inner .site-branding .site-logo img {
    display: block
}

.site-footer .footer-inner .site-branding.show-logo .site-title,
.site-footer .footer-inner .site-branding.show-title .site-logo {
    display: none !important
}

.site-footer .footer-inner .copyright {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

.site-footer .footer-inner .copyright p {
    margin: 0
}

.site-footer.footer-inverted .footer-inner {
    flex-direction: row-reverse
}

.site-footer.footer-inverted .footer-inner .site-branding {
    text-align: end
}

.site-footer.footer-stacked .footer-inner {
    align-items: center;
    flex-direction: column;
    text-align: center
}

.site-footer.footer-stacked .footer-inner .site-branding .site-title {
    text-align: center
}

.site-footer.footer-stacked .footer-inner .site-navigation .menu {
    padding: 0
}

@media (max-width:576px) {

    .site-footer:not(.footer-stacked) .footer-inner .copyright,
    .site-footer:not(.footer-stacked) .footer-inner .site-branding,
    .site-footer:not(.footer-stacked) .footer-inner .site-navigation {
        display: block;
        text-align: center;
        width: 100%;
        max-width: none
    }

    .site-footer .footer-inner .site-navigation ul.menu {
        justify-content: center
    }

    .site-footer .footer-inner .site-navigation ul.menu li {
        display: inline-block
    }
}

.site-header.header-stacked .site-navigation-toggle-holder {
    justify-content: center;
    max-width: 100%
}

.site-header.menu-layout-dropdown .site-navigation {
    display: none
}

.site-navigation-toggle-holder {
    display: flex;
    align-items: center;
    padding: 8px 15px
}

.site-navigation-toggle-holder .site-navigation-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .05);
    color: #494c4f
}

.site-navigation-toggle-holder .site-navigation-toggle-icon {
    display: block;
    width: 1.25rem
}

.site-navigation-toggle-holder .site-navigation-toggle-icon:after,
.site-navigation-toggle-holder .site-navigation-toggle-icon:before {
    content: "";
    background-color: currentColor;
    display: block;
    height: 3px;
    transition: all .2s ease-in-out;
    border-radius: 3px
}

.site-navigation-toggle-holder .site-navigation-toggle-icon:before {
    box-shadow: 0 .35rem 0 currentColor;
    margin-block-end: .5rem
}

.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:before {
    box-shadow: none;
    transform: translateY(.35rem) rotate(45deg)
}

.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:after {
    transform: translateY(-.35rem) rotate(-45deg)
}

.site-navigation {
    display: flex;
    align-items: center
}

.site-navigation ul.menu,
.site-navigation ul.menu ul {
    list-style-type: none;
    padding: 0
}

.site-navigation ul.menu {
    display: flex;
    flex-wrap: wrap
}

.site-navigation ul.menu li {
    position: relative;
    display: flex
}

.site-navigation ul.menu li a {
    display: block;
    padding: 8px 15px
}

.site-navigation ul.menu li.menu-item-has-children {
    padding-inline-end: 15px
}

.site-navigation ul.menu li.menu-item-has-children:after {
    display: flex;
    content: "▾";
    font-size: 1.5em;
    justify-content: center;
    align-items: center;
    color: #666;
    text-decoration: none
}

.site-navigation ul.menu li.menu-item-has-children:focus-within>ul {
    display: block
}

.site-navigation ul.menu li ul {
    background: #fff;
    display: none;
    min-width: 150px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 100%
}

.site-navigation ul.menu li ul li {
    border-block-end: #eee 1px solid
}

.site-navigation ul.menu li ul li:last-child {
    border-block-end: none
}

.site-navigation ul.menu li ul li.menu-item-has-children a {
    flex-grow: 1
}

.site-navigation ul.menu li ul li.menu-item-has-children:after {
    transform: translateY(-50%) rotate(-90deg)
}

.site-navigation ul.menu li ul ul {
    left: 100%;
    top: 0
}

.site-navigation ul.menu li:hover>ul {
    display: block
}

footer .site-navigation ul.menu li ul {
    top: auto;
    bottom: 100%
}

footer .site-navigation ul.menu li ul ul {
    bottom: 0
}

footer .site-navigation ul.menu a {
    padding: 5px 15px
}

.site-navigation-dropdown {
    margin-block-start: 10px;
    transition: max-height .3s, transform .3s;
    transform-origin: top;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10000;
    width: 100%
}

.site-navigation-toggle-holder:not(.elementor-active)+.site-navigation-dropdown {
    transform: scaleY(0);
    max-height: 0
}

.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown {
    transform: scaleY(1);
    max-height: 100vh
}

.site-navigation-dropdown ul {
    padding: 0
}

.site-navigation-dropdown ul.menu {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #fff
}

.site-navigation-dropdown ul.menu li {
    display: block;
    width: 100%;
    position: relative
}

.site-navigation-dropdown ul.menu li a {
    display: block;
    padding: 20px;
    background: #fff;
    color: #55595c;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1019607843)
}

.site-navigation-dropdown ul.menu li.current-menu-item a {
    color: #fff;
    background: #55595c
}

.site-navigation-dropdown ul.menu>li li {
    transition: max-height .3s, transform .3s;
    transform-origin: top;
    transform: scaleY(0);
    max-height: 0
}

.site-navigation-dropdown ul.menu li.elementor-active>ul>li {
    transform: scaleY(1);
    max-height: 100vh
}

@media (max-width:576px) {
    .site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation {
        display: none !important
    }
}

@media (min-width:768px) {
    .site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
        display: none !important
    }
}

@media (min-width:576px) and (max-width:767px) {
    .site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation {
        display: none !important
    }
}

@media (min-width:992px) {
    .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
        display: none !important
    }
}

@media (max-width:992px) {
    .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation {
        display: none !important
    }
}

.site-header.menu-dropdown-none:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
    display: none !important
}

/*! elementor - v3.23.0 - 23-07-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: 25%
    }

    .elementor-column.elementor-col-30,
    .elementor-column[data-col="30"] {
        width: 30%
    }

    .elementor-column.elementor-col-33,
    .elementor-column[data-col="33"] {
        width: 33.333%
    }

    .elementor-column.elementor-col-40,
    .elementor-column[data-col="40"] {
        width: 40%
    }

    .elementor-column.elementor-col-50,
    .elementor-column[data-col="50"] {
        width: 50%
    }

    .elementor-column.elementor-col-60,
    .elementor-column[data-col="60"] {
        width: 60%
    }

    .elementor-column.elementor-col-66,
    .elementor-column[data-col="66"] {
        width: 66.666%
    }

    .elementor-column.elementor-col-70,
    .elementor-column[data-col="70"] {
        width: 70%
    }

    .elementor-column.elementor-col-75,
    .elementor-column[data-col="75"] {
        width: 75%
    }

    .elementor-column.elementor-col-80,
    .elementor-column[data-col="80"] {
        width: 80%
    }

    .elementor-column.elementor-col-83,
    .elementor-column[data-col="83"] {
        width: 83.333%
    }

    .elementor-column.elementor-col-90,
    .elementor-column[data-col="90"] {
        width: 90%
    }

    .elementor-column.elementor-col-100,
    .elementor-column[data-col="100"] {
        width: 100%
    }
}

@media (max-width:479px) {
    .elementor-column.elementor-xs-10 {
        width: 10%
    }

    .elementor-column.elementor-xs-11 {
        width: 11.111%
    }

    .elementor-column.elementor-xs-12 {
        width: 12.5%
    }

    .elementor-column.elementor-xs-14 {
        width: 14.285%
    }

    .elementor-column.elementor-xs-16 {
        width: 16.666%
    }

    .elementor-column.elementor-xs-20 {
        width: 20%
    }

    .elementor-column.elementor-xs-25 {
        width: 25%
    }

    .elementor-column.elementor-xs-30 {
        width: 30%
    }

    .elementor-column.elementor-xs-33 {
        width: 33.333%
    }

    .elementor-column.elementor-xs-40 {
        width: 40%
    }

    .elementor-column.elementor-xs-50 {
        width: 50%
    }

    .elementor-column.elementor-xs-60 {
        width: 60%
    }

    .elementor-column.elementor-xs-66 {
        width: 66.666%
    }

    .elementor-column.elementor-xs-70 {
        width: 70%
    }

    .elementor-column.elementor-xs-75 {
        width: 75%
    }

    .elementor-column.elementor-xs-80 {
        width: 80%
    }

    .elementor-column.elementor-xs-83 {
        width: 83.333%
    }

    .elementor-column.elementor-xs-90 {
        width: 90%
    }

    .elementor-column.elementor-xs-100 {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-column.elementor-sm-10 {
        width: 10%
    }

    .elementor-column.elementor-sm-11 {
        width: 11.111%
    }

    .elementor-column.elementor-sm-12 {
        width: 12.5%
    }

    .elementor-column.elementor-sm-14 {
        width: 14.285%
    }

    .elementor-column.elementor-sm-16 {
        width: 16.666%
    }

    .elementor-column.elementor-sm-20 {
        width: 20%
    }

    .elementor-column.elementor-sm-25 {
        width: 25%
    }

    .elementor-column.elementor-sm-30 {
        width: 30%
    }

    .elementor-column.elementor-sm-33 {
        width: 33.333%
    }

    .elementor-column.elementor-sm-40 {
        width: 40%
    }

    .elementor-column.elementor-sm-50 {
        width: 50%
    }

    .elementor-column.elementor-sm-60 {
        width: 60%
    }

    .elementor-column.elementor-sm-66 {
        width: 66.666%
    }

    .elementor-column.elementor-sm-70 {
        width: 70%
    }

    .elementor-column.elementor-sm-75 {
        width: 75%
    }

    .elementor-column.elementor-sm-80 {
        width: 80%
    }

    .elementor-column.elementor-sm-83 {
        width: 83.333%
    }

    .elementor-column.elementor-sm-90 {
        width: 90%
    }

    .elementor-column.elementor-sm-100 {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-column.elementor-md-10 {
        width: 10%
    }

    .elementor-column.elementor-md-11 {
        width: 11.111%
    }

    .elementor-column.elementor-md-12 {
        width: 12.5%
    }

    .elementor-column.elementor-md-14 {
        width: 14.285%
    }

    .elementor-column.elementor-md-16 {
        width: 16.666%
    }

    .elementor-column.elementor-md-20 {
        width: 20%
    }

    .elementor-column.elementor-md-25 {
        width: 25%
    }

    .elementor-column.elementor-md-30 {
        width: 30%
    }

    .elementor-column.elementor-md-33 {
        width: 33.333%
    }

    .elementor-column.elementor-md-40 {
        width: 40%
    }

    .elementor-column.elementor-md-50 {
        width: 50%
    }

    .elementor-column.elementor-md-60 {
        width: 60%
    }

    .elementor-column.elementor-md-66 {
        width: 66.666%
    }

    .elementor-column.elementor-md-70 {
        width: 70%
    }

    .elementor-column.elementor-md-75 {
        width: 75%
    }

    .elementor-column.elementor-md-80 {
        width: 80%
    }

    .elementor-column.elementor-md-83 {
        width: 83.333%
    }

    .elementor-column.elementor-md-90 {
        width: 90%
    }

    .elementor-column.elementor-md-100 {
        width: 100%
    }
}

@media (min-width:-1) {
    .elementor-reverse-widescreen>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:1025px) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:-1) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:1025px) and (max-width:-1) {

    .elementor-reverse-laptop>.elementor-container>:first-child,
    .elementor-reverse-laptop>.elementor-container>:nth-child(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: inline-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
}

.elementor-kit-21 {
    --e-global-color-primary: #6EC1E4;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #61CE70;
    --e-global-typography-primary-font-family: "Roboto";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Roboto Slab";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Roboto";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-weight: 500;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px;
}

.e-con {
    --container-max-width: 1140px;
}

.elementor-widget:not(:last-child) {
    margin-block-end: 20px;
}

.elementor-element {
    --widgets-spacing: 20px 20px;
}

    {}

h1.entry-title {
    display: var(--page-title-display);
}

.elementor-kit-21 e-page-transition {
    background-color: #FFBC7D;
}

.site-header .site-branding {
    flex-direction: column;
    align-items: stretch;
}

.site-header {
    padding-inline-end: 0px;
    padding-inline-start: 0px;
}

.site-footer .site-branding {
    flex-direction: column;
    align-items: stretch;
}

@media(max-width:1024px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1024px;
    }

    .e-con {
        --container-max-width: 1024px;
    }
}

@media(max-width:767px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 767px;
    }

    .e-con {
        --container-max-width: 767px;
    }
}

/**
 * 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;
    font-display: swap;
}

: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 - 23-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-1814 .elementor-element.elementor-element-2f324879 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: center;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --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-1814 .elementor-element.elementor-element-2f324879:not(.elementor-motion-effects-element-type-background),
.elementor-1814 .elementor-element.elementor-element-2f324879>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #383838;
}

.elementor-1814 .elementor-element.elementor-element-2f324879,
.elementor-1814 .elementor-element.elementor-element-2f324879::before {
    --border-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-653d0bf8 {
    --display: grid;
    --e-con-grid-template-columns: repeat(2, 1fr);
    --e-con-grid-template-rows: repeat(1, 1fr);
    --grid-auto-flow: row;
    --background-transition: 0.3s;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 120px;
    --margin-right: 0px;
}

.elementor-1814 .elementor-element.elementor-element-653d0bf8.e-con {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-1814 .elementor-element.elementor-element-72c3a6b6>.elementor-widget-container {
    margin: 15px 0px 0px 0px;
}

.elementor-1814 .elementor-element.elementor-element-72c3a6b6 .elementor-button {
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: bold;
    fill: #000000;
    color: #000000;
    background-color: #F7D800;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
}

.elementor-1814 .elementor-element.elementor-element-72c3a6b6 .elementor-button:hover,
.elementor-1814 .elementor-element.elementor-element-72c3a6b6 .elementor-button:focus {
    color: #FFFFFF;
}

.elementor-1814 .elementor-element.elementor-element-72c3a6b6 .elementor-button:hover svg,
.elementor-1814 .elementor-element.elementor-element-72c3a6b6 .elementor-button:focus svg {
    fill: #FFFFFF;
}

.elementor-1814 .elementor-element.elementor-element-14409d4b>.elementor-widget-container {
    margin: 0px 0px -20px 0px;
}

.elementor-1814 .elementor-element.elementor-element-14409d4b img {
    width: 72%;
}

.elementor-1814 .elementor-element.elementor-element-6dda75d5 {
    --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;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 6px;
    --margin-right: 0px;
}

.elementor-1814 .elementor-element.elementor-element-6dda75d5.e-con {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-1814 .elementor-element.elementor-element-7265296 {
    width: var(--container-widget-width, 100%);
    max-width: 100%;
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-7265296>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-1814 .elementor-element.elementor-element-7265296.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-1814 .elementor-element.elementor-element-7265296 .elementor-heading-title {
    color: #F5F5F5;
    font-family: "Helvetica", Sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.2em;
}

.elementor-1814 .elementor-element.elementor-element-90e51a7 {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-2af12aea {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-859a4ee>.elementor-widget-container {
    margin: 10px 10px 10px 10px;
}

.elementor-1814 .elementor-element.elementor-element-859a4ee {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-859a4ee .elementor-heading-title {
    color: #0029F0;
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.elementor-1814 .elementor-element.elementor-element-473fa31f {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-473fa31f .elementor-heading-title {
    color: #00013E;
    font-family: "Helvetica", Sans-serif;
    font-size: 30px;
    font-weight: 600;
}

.elementor-1814 .elementor-element.elementor-element-453850c4 {
    --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-1814 .elementor-element.elementor-element-453850c4.e-con {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-1814 .elementor-element.elementor-element-502587e2 {
    --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-1814 .elementor-element.elementor-element-502587e2.e-con {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-1814 .elementor-element.elementor-element-6cbb480a {
    width: var(--container-widget-width, 101.28%);
    max-width: 101.28%;
    --container-widget-width: 101.28%;
    --container-widget-flex-grow: 0;
}

.elementor-1814 .elementor-element.elementor-element-6cbb480a.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-1814 .elementor-element.elementor-element-6cbb480a .elementor-wrapper {
    --video-aspect-ratio: 1;
}

.elementor-1814 .elementor-element.elementor-element-5918407 {
    --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-1814 .elementor-element.elementor-element-5918407.e-con {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-1814 .elementor-element.elementor-element-39052cd4>.elementor-widget-container {
    margin: 20px 0px 0px 0px;
}

.elementor-1814 .elementor-element.elementor-element-39052cd4.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-1814 .elementor-element.elementor-element-39052cd4 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(8px/2);
}

.elementor-1814 .elementor-element.elementor-element-39052cd4 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(8px/2);
}

.elementor-1814 .elementor-element.elementor-element-39052cd4 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(8px/2);
    margin-left: calc(8px/2);
}

.elementor-1814 .elementor-element.elementor-element-39052cd4 .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-8px/2);
    margin-left: calc(-8px/2);
}

body.rtl .elementor-1814 .elementor-element.elementor-element-39052cd4 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-8px/2);
}

body:not(.rtl) .elementor-1814 .elementor-element.elementor-element-39052cd4 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-8px/2);
}

.elementor-1814 .elementor-element.elementor-element-39052cd4 .elementor-icon-list-icon i {
    color: #099F00;
    transition: color 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-39052cd4 .elementor-icon-list-icon svg {
    fill: #099F00;
    transition: fill 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-39052cd4 {
    --e-icon-list-icon-size: 25px;
    --icon-vertical-offset: 0px;
}

.elementor-1814 .elementor-element.elementor-element-39052cd4 .elementor-icon-list-icon {
    padding-right: 0px;
}

.elementor-1814 .elementor-element.elementor-element-39052cd4 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-1814 .elementor-element.elementor-element-39052cd4 .elementor-icon-list-item>a {
    font-family: "Helvetica", Sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.elementor-1814 .elementor-element.elementor-element-39052cd4 .elementor-icon-list-text {
    color: #131313;
    transition: color 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-74d255d5 {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-5ea89d2e {
    --display: flex;
    --background-transition: 0.3s;
    border-style: none;
    --border-style: none;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.elementor-1814 .elementor-element.elementor-element-5ea89d2e:not(.elementor-motion-effects-element-type-background),
.elementor-1814 .elementor-element.elementor-element-5ea89d2e>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #FFFFFF;
}

.elementor-1814 .elementor-element.elementor-element-5ea89d2e,
.elementor-1814 .elementor-element.elementor-element-5ea89d2e::before {
    --border-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-5ea89d2e.e-con {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-1814 .elementor-element.elementor-element-18bc25d5 {
    --divider-border-style: solid;
    --divider-color: #828282;
    --divider-border-width: 1px;
}

.elementor-1814 .elementor-element.elementor-element-18bc25d5 .elementor-divider-separator {
    width: 100%;
}

.elementor-1814 .elementor-element.elementor-element-18bc25d5 .elementor-divider {
    padding-block-start: 15px;
    padding-block-end: 15px;
}

.elementor-1814 .elementor-element.elementor-element-5dbc1525 {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-5dbc1525 .elementor-heading-title {
    color: #C70000;
    font-family: "Montserrat", Sans-serif;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
}

.elementor-1814 .elementor-element.elementor-element-11926379 {
    --iteration-count: infinite;
    --animation-duration: 1200ms;
    --dynamic-text-color: #23A455;
}

.elementor-1814 .elementor-element.elementor-element-11926379>.elementor-widget-container {
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-1814 .elementor-element.elementor-element-11926379 .elementor-headline {
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    font-size: 50px;
    font-weight: 600;
}

.elementor-1814 .elementor-element.elementor-element-11926379 .elementor-headline-dynamic-wrapper path {
    stroke: #23A455;
}

.elementor-1814 .elementor-element.elementor-element-11926379 .elementor-headline-plain-text {
    color: #FF7B00;
}

.elementor-1814 .elementor-element.elementor-element-11926379 .elementor-headline-dynamic-text {
    font-family: "Roboto", Sans-serif;
}

.elementor-1814 .elementor-element.elementor-element-4c6ad5ce {
    --iteration-count: infinite;
    --animation-duration: 1200ms;
    --dynamic-text-color: #000000;
}

.elementor-1814 .elementor-element.elementor-element-4c6ad5ce>.elementor-widget-container {
    margin: -7px 0px -4px 5px;
    padding: 0px 0px 0px 0px;
}

.elementor-1814 .elementor-element.elementor-element-4c6ad5ce .elementor-headline {
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    font-size: 25px;
    font-weight: 600;
}

.elementor-1814 .elementor-element.elementor-element-4c6ad5ce .elementor-headline-dynamic-wrapper path {
    stroke: #FF0101;
}

.elementor-1814 .elementor-element.elementor-element-4c6ad5ce .elementor-headline-plain-text {
    color: #000000;
}

.elementor-1814 .elementor-element.elementor-element-4c6ad5ce .elementor-headline-dynamic-text {
    font-family: "Roboto", Sans-serif;
}

.elementor-1814 .elementor-element.elementor-element-4c6ad5ce .elementor-headline .elementor-headline-dynamic-wrapper {
    -webkit-text-stroke-color: #000;
    stroke: #000;
}

.elementor-1814 .elementor-element.elementor-element-4ff80ad5>.elementor-widget-container {
    margin: 20px 0px 0px 0px;
}

.elementor-1814 .elementor-element.elementor-element-4ff80ad5 .elementor-progress-wrapper .elementor-progress-bar {
    background-color: #FF0000;
}

.elementor-1814 .elementor-element.elementor-element-4ff80ad5 .elementor-progress-wrapper {
    background-color: #131313;
    border-radius: 0px;
    overflow: hidden;
}

.elementor-1814 .elementor-element.elementor-element-4ff80ad5 .elementor-progress-bar {
    height: 26px;
    line-height: 26px;
    font-family: "Open Sans Hebrew", Sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.elementor-1814 .elementor-element.elementor-element-4ff80ad5 .elementor-title {
    color: #131313;
    font-family: "Open Sans Hebrew", Sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.elementor-1814 .elementor-element.elementor-element-45616801 {
    --divider-border-style: solid;
    --divider-color: #828282;
    --divider-border-width: 1px;
}

.elementor-1814 .elementor-element.elementor-element-45616801 .elementor-divider-separator {
    width: 100%;
}

.elementor-1814 .elementor-element.elementor-element-45616801 .elementor-divider {
    padding-block-start: 15px;
    padding-block-end: 15px;
}

.elementor-1814 .elementor-element.elementor-element-710bd4e6 .elementor-button {
    font-family: "Helvetica", Sans-serif;
    font-size: 23px;
    font-weight: bold;
    line-height: 13px;
    letter-spacing: 0.6px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #0091F3 0%, #001EA8 100%);
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
}

.elementor-1814 .elementor-element.elementor-element-710bd4e6 .elementor-button:hover,
.elementor-1814 .elementor-element.elementor-element-710bd4e6 .elementor-button:focus {
    color: #FFFFFF;
}

.elementor-1814 .elementor-element.elementor-element-710bd4e6 .elementor-button:hover svg,
.elementor-1814 .elementor-element.elementor-element-710bd4e6 .elementor-button:focus svg {
    fill: #FFFFFF;
}

.elementor-1814 .elementor-element.elementor-element-a1deabc .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(5px/2);
}

.elementor-1814 .elementor-element.elementor-element-a1deabc .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(5px/2);
}

.elementor-1814 .elementor-element.elementor-element-a1deabc .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(5px/2);
    margin-left: calc(5px/2);
}

.elementor-1814 .elementor-element.elementor-element-a1deabc .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-5px/2);
    margin-left: calc(-5px/2);
}

body.rtl .elementor-1814 .elementor-element.elementor-element-a1deabc .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-5px/2);
}

body:not(.rtl) .elementor-1814 .elementor-element.elementor-element-a1deabc .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-5px/2);
}

.elementor-1814 .elementor-element.elementor-element-a1deabc .elementor-icon-list-icon i {
    color: #23A455;
    transition: color 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-a1deabc .elementor-icon-list-icon svg {
    fill: #23A455;
    transition: fill 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-a1deabc {
    --e-icon-list-icon-size: 32px;
    --icon-vertical-offset: 0px;
}

.elementor-1814 .elementor-element.elementor-element-a1deabc .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-1814 .elementor-element.elementor-element-a1deabc .elementor-icon-list-item>a {
    font-family: "Montserrat", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5em;
}

.elementor-1814 .elementor-element.elementor-element-a1deabc .elementor-icon-list-text {
    color: #333333;
    transition: color 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-508491a1 {
    --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-1814 .elementor-element.elementor-element-4b3c230a {
    --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-1814 .elementor-element.elementor-element-3cb5bc9 img {
    width: 100%;
    max-width: 100%;
}

.elementor-1814 .elementor-element.elementor-element-52d98b61 {
    --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-1814 .elementor-element.elementor-element-6f846322 {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-6f846322 .elementor-heading-title {
    color: #F06100;
    font-family: "Helvetica", Sans-serif;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}

.elementor-1814 .elementor-element.elementor-element-6c7e0346 {
    color: #000000;
    font-family: "Helvetica", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.elementor-1814 .elementor-element.elementor-element-d05f506 .elementor-button {
    font-family: "Helvetica", Sans-serif;
    font-size: 23px;
    font-weight: bold;
    line-height: 13px;
    letter-spacing: 0.6px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #0091F3 0%, #001EA8 100%);
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
}

.elementor-1814 .elementor-element.elementor-element-d05f506 .elementor-button:hover,
.elementor-1814 .elementor-element.elementor-element-d05f506 .elementor-button:focus {
    color: #FFFFFF;
}

.elementor-1814 .elementor-element.elementor-element-d05f506 .elementor-button:hover svg,
.elementor-1814 .elementor-element.elementor-element-d05f506 .elementor-button:focus svg {
    fill: #FFFFFF;
}

.elementor-1814 .elementor-element.elementor-element-45a36fa5 {
    --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-1814 .elementor-element.elementor-element-3bd46894 {
    --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-1814 .elementor-element.elementor-element-30fd3f72 {
    width: var(--container-widget-width, 101.28%);
    max-width: 101.28%;
    --container-widget-width: 101.28%;
    --container-widget-flex-grow: 0;
}

.elementor-1814 .elementor-element.elementor-element-30fd3f72.elementor-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-1814 .elementor-element.elementor-element-30fd3f72 .elementor-wrapper {
    --video-aspect-ratio: 1;
}

.elementor-1814 .elementor-element.elementor-element-1a3c9908 {
    --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-1814 .elementor-element.elementor-element-3ea0368e {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-3ea0368e .elementor-heading-title {
    color: #F06100;
    font-family: "Helvetica", Sans-serif;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}

.elementor-1814 .elementor-element.elementor-element-18b6e652 {
    color: #000000;
    font-family: "Helvetica", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.elementor-1814 .elementor-element.elementor-element-3ea8cfc .elementor-button {
    font-family: "Helvetica", Sans-serif;
    font-size: 23px;
    font-weight: bold;
    line-height: 13px;
    letter-spacing: 0.6px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #0091F3 0%, #001EA8 100%);
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
}

.elementor-1814 .elementor-element.elementor-element-3ea8cfc .elementor-button:hover,
.elementor-1814 .elementor-element.elementor-element-3ea8cfc .elementor-button:focus {
    color: #FFFFFF;
}

.elementor-1814 .elementor-element.elementor-element-3ea8cfc .elementor-button:hover svg,
.elementor-1814 .elementor-element.elementor-element-3ea8cfc .elementor-button:focus svg {
    fill: #FFFFFF;
}

.elementor-1814 .elementor-element.elementor-element-f37ab27 {
    --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;
    --padding-top: 40px;
    --padding-bottom: 40px;
    --padding-left: 10px;
    --padding-right: 10px;
}

.elementor-1814 .elementor-element.elementor-element-43661bd {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-43661bd .elementor-heading-title {
    color: #C7320D;
    font-family: "Montserrat", Sans-serif;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
}

.elementor-1814 .elementor-element.elementor-element-f053c08 {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-cb8ca2f {
    --display: flex;
    --background-transition: 0.3s;
    border-style: solid;
    --border-style: solid;
    border-width: 2px 2px 2px 2px;
    --border-top-width: 2px;
    --border-right-width: 2px;
    --border-bottom-width: 2px;
    --border-left-width: 2px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1814 .elementor-element.elementor-element-cb8ca2f,
.elementor-1814 .elementor-element.elementor-element-cb8ca2f::before {
    --border-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-ce8891e {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: center;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1814 .elementor-element.elementor-element-a670874 {
    --display: flex;
    --background-transition: 0.3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1814 .elementor-element.elementor-element-0c4654c {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-3bb5a92 img {
    width: 100%;
    max-width: 100%;
}

.elementor-1814 .elementor-element.elementor-element-c5d00de {
    --display: flex;
    --background-transition: 0.3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1814 .elementor-element.elementor-element-7fb1af0 {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-e3aa7d6 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: center;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --margin-top: -20px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
}

.elementor-1814 .elementor-element.elementor-element-e3aa7d6:not(.elementor-motion-effects-element-type-background),
.elementor-1814 .elementor-element.elementor-element-e3aa7d6>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #333333;
}

.elementor-1814 .elementor-element.elementor-element-e3aa7d6,
.elementor-1814 .elementor-element.elementor-element-e3aa7d6::before {
    --border-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-796c8d6 {
    --display: flex;
    --background-transition: 0.3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1814 .elementor-element.elementor-element-c933dca {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-c933dca .elementor-heading-title {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.1em;
}

.elementor-1814 .elementor-element.elementor-element-e9ed96b {
    --display: flex;
    --background-transition: 0.3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1814 .elementor-element.elementor-element-0b66865 {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-0b66865 .elementor-heading-title {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1em;
}

.elementor-1814 .elementor-element.elementor-element-8257dac {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: center;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    border-style: solid;
    --border-style: solid;
    border-width: 1px 0px 0px 0px;
    --border-top-width: 1px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    border-color: #566695;
    --border-color: #566695;
    --margin-top: -20px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1814 .elementor-element.elementor-element-8257dac,
.elementor-1814 .elementor-element.elementor-element-8257dac::before {
    --border-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-52518fb {
    --display: flex;
    --background-transition: 0.3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1814 .elementor-element.elementor-element-f828785 {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-81d9065 {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-81d9065 .elementor-heading-title {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1em;
}

.elementor-1814 .elementor-element.elementor-element-4be9746 {
    --display: flex;
    --background-transition: 0.3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1814 .elementor-element.elementor-element-24d165d {
    --display: flex;
    --background-transition: 0.3s;
    border-style: solid;
    --border-style: solid;
    border-width: 0px 0px 0px 1px;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 1px;
    border-color: #566695;
    --border-color: #566695;
}

.elementor-1814 .elementor-element.elementor-element-24d165d,
.elementor-1814 .elementor-element.elementor-element-24d165d::before {
    --border-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-91ea45f {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-91ea45f .elementor-heading-title {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1em;
}

.elementor-1814 .elementor-element.elementor-element-0897857 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: center;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    border-style: solid;
    --border-style: solid;
    border-width: 1px 0px 0px 0px;
    --border-top-width: 1px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    border-color: #566695;
    --border-color: #566695;
    --margin-top: -20px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1814 .elementor-element.elementor-element-0897857,
.elementor-1814 .elementor-element.elementor-element-0897857::before {
    --border-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-89db6e2 {
    --display: flex;
    --background-transition: 0.3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1814 .elementor-element.elementor-element-b677ac6 {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-6fb9a0a {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-6fb9a0a .elementor-heading-title {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1em;
}

.elementor-1814 .elementor-element.elementor-element-c88ca22 {
    --display: flex;
    --background-transition: 0.3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1814 .elementor-element.elementor-element-d6e5b0e {
    --display: flex;
    --background-transition: 0.3s;
    border-style: solid;
    --border-style: solid;
    border-width: 0px 0px 0px 1px;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 1px;
    border-color: #566695;
    --border-color: #566695;
}

.elementor-1814 .elementor-element.elementor-element-d6e5b0e,
.elementor-1814 .elementor-element.elementor-element-d6e5b0e::before {
    --border-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-1ee2b80 {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-1ee2b80 .elementor-heading-title {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1em;
}

.elementor-1814 .elementor-element.elementor-element-e800464 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: center;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    border-style: solid;
    --border-style: solid;
    border-width: 1px 0px 0px 0px;
    --border-top-width: 1px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    border-color: #566695;
    --border-color: #566695;
    --margin-top: -20px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1814 .elementor-element.elementor-element-e800464,
.elementor-1814 .elementor-element.elementor-element-e800464::before {
    --border-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-ef67803 {
    --display: flex;
    --background-transition: 0.3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1814 .elementor-element.elementor-element-51d364a {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-228bc73 {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-228bc73 .elementor-heading-title {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1em;
}

.elementor-1814 .elementor-element.elementor-element-f818731 {
    --display: flex;
    --background-transition: 0.3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1814 .elementor-element.elementor-element-8264d4b {
    --display: flex;
    --background-transition: 0.3s;
    border-style: solid;
    --border-style: solid;
    border-width: 0px 0px 0px 1px;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 1px;
    border-color: #566695;
    --border-color: #566695;
}

.elementor-1814 .elementor-element.elementor-element-8264d4b,
.elementor-1814 .elementor-element.elementor-element-8264d4b::before {
    --border-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-3d0a8a8 {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-3d0a8a8 .elementor-heading-title {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1em;
}

.elementor-1814 .elementor-element.elementor-element-d3fdacd {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: center;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    border-style: solid;
    --border-style: solid;
    border-width: 1px 0px 0px 0px;
    --border-top-width: 1px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    border-color: #566695;
    --border-color: #566695;
    --margin-top: -20px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1814 .elementor-element.elementor-element-d3fdacd,
.elementor-1814 .elementor-element.elementor-element-d3fdacd::before {
    --border-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-bd20f90 {
    --display: flex;
    --background-transition: 0.3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1814 .elementor-element.elementor-element-0f8ed93 {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-522e25c {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-522e25c .elementor-heading-title {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1em;
}

.elementor-1814 .elementor-element.elementor-element-e08e2f7 {
    --display: flex;
    --background-transition: 0.3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1814 .elementor-element.elementor-element-313b830 {
    --display: flex;
    --background-transition: 0.3s;
    border-style: solid;
    --border-style: solid;
    border-width: 0px 0px 0px 1px;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 1px;
    border-color: #566695;
    --border-color: #566695;
}

.elementor-1814 .elementor-element.elementor-element-313b830,
.elementor-1814 .elementor-element.elementor-element-313b830::before {
    --border-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-069033a {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-069033a .elementor-heading-title {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1em;
}

.elementor-1814 .elementor-element.elementor-element-fa80959 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: center;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    border-style: solid;
    --border-style: solid;
    border-width: 1px 0px 0px 0px;
    --border-top-width: 1px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    border-color: #566695;
    --border-color: #566695;
    --margin-top: -20px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1814 .elementor-element.elementor-element-fa80959,
.elementor-1814 .elementor-element.elementor-element-fa80959::before {
    --border-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-0f80c3e {
    --display: flex;
    --background-transition: 0.3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1814 .elementor-element.elementor-element-e567ae2 {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-74fa173 {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-74fa173 .elementor-heading-title {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1em;
}

.elementor-1814 .elementor-element.elementor-element-540f0d8 {
    --display: flex;
    --background-transition: 0.3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1814 .elementor-element.elementor-element-7da9eeb {
    --display: flex;
    --background-transition: 0.3s;
    border-style: solid;
    --border-style: solid;
    border-width: 0px 0px 0px 1px;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 1px;
    border-color: #566695;
    --border-color: #566695;
}

.elementor-1814 .elementor-element.elementor-element-7da9eeb,
.elementor-1814 .elementor-element.elementor-element-7da9eeb::before {
    --border-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-9e662d6 {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-9e662d6 .elementor-heading-title {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1em;
}

.elementor-1814 .elementor-element.elementor-element-e8820c1 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: center;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    border-style: solid;
    --border-style: solid;
    border-width: 1px 0px 0px 0px;
    --border-top-width: 1px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    border-color: #566695;
    --border-color: #566695;
    --margin-top: -20px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1814 .elementor-element.elementor-element-e8820c1,
.elementor-1814 .elementor-element.elementor-element-e8820c1::before {
    --border-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-c10bb36 {
    --display: flex;
    --background-transition: 0.3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1814 .elementor-element.elementor-element-cd78a9c {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-d65249b {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-d65249b .elementor-heading-title {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1em;
}

.elementor-1814 .elementor-element.elementor-element-68da84e {
    --display: flex;
    --background-transition: 0.3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1814 .elementor-element.elementor-element-5ca57dc {
    --display: flex;
    --background-transition: 0.3s;
    border-style: solid;
    --border-style: solid;
    border-width: 0px 0px 0px 1px;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 1px;
    border-color: #566695;
    --border-color: #566695;
}

.elementor-1814 .elementor-element.elementor-element-5ca57dc,
.elementor-1814 .elementor-element.elementor-element-5ca57dc::before {
    --border-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-7863489 {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-7863489 .elementor-heading-title {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1em;
}

.elementor-1814 .elementor-element.elementor-element-48bd979 {
    --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;
    --padding-top: 40px;
    --padding-bottom: 40px;
    --padding-left: 10px;
    --padding-right: 10px;
}

.elementor-1814 .elementor-element.elementor-element-48bd979:not(.elementor-motion-effects-element-type-background),
.elementor-1814 .elementor-element.elementor-element-48bd979>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #F5F5F5;
}

.elementor-1814 .elementor-element.elementor-element-48bd979,
.elementor-1814 .elementor-element.elementor-element-48bd979::before {
    --border-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-309a17c {
    --display: grid;
    --e-con-grid-template-columns: repeat(3, 1fr);
    --e-con-grid-template-rows: repeat(1, 1fr);
    --grid-auto-flow: row;
    --background-transition: 0.3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-1814 .elementor-element.elementor-element-5653a571 {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-469d3df5 img {
    width: 100%;
    max-width: 100%;
}

.elementor-1814 .elementor-element.elementor-element-2c6f0827 {
    text-align: center;
    color: #000000;
    font-family: "Helvetica", Sans-serif;
    font-size: 18px;
    line-height: 1.6em;
}

.elementor-1814 .elementor-element.elementor-element-491bac21 {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-71788207 img {
    width: 81%;
    max-width: 100%;
    height: 342px;
}

.elementor-1814 .elementor-element.elementor-element-3716a77a {
    text-align: center;
    color: #000000;
    font-family: "Helvetica", Sans-serif;
    font-size: 18px;
    line-height: 1.6em;
}

.elementor-1814 .elementor-element.elementor-element-235a9d53 {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-2c5a1902 {
    text-align: center;
    color: #000000;
    font-family: "Helvetica", Sans-serif;
    font-size: 18px;
    line-height: 1.6em;
}

.elementor-1814 .elementor-element.elementor-element-1efd2f5d {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 30px;
    margin-bottom: 30px;
}

.elementor-1814 .elementor-element.elementor-element-1efd2f5d>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-12eb3d8a>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-1814 .elementor-element.elementor-element-12eb3d8a {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-12eb3d8a .elementor-heading-title {
    color: #131313;
    font-family: "Montserrat", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3em;
}

.elementor-1814 .elementor-element.elementor-element-116fab34 {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-116fab34>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-1814 .elementor-element.elementor-element-116fab34 .elementor-star-rating__title {
    color: #131313;
    font-family: "Open Sans Hebrew", Sans-serif;
    font-size: 18px;
    font-weight: 500;
}

body:not(.rtl) .elementor-1814 .elementor-element.elementor-element-116fab34:not(.elementor-star-rating--align-justify) .elementor-star-rating__title {
    margin-right: 5px;
}

body.rtl .elementor-1814 .elementor-element.elementor-element-116fab34:not(.elementor-star-rating--align-justify) .elementor-star-rating__title {
    margin-left: 5px;
}

.elementor-1814 .elementor-element.elementor-element-116fab34 .elementor-star-rating {
    font-size: 18px;
    display: none;
}

.elementor-1814 .elementor-element.elementor-element-116fab34 .elementor-star-rating i:before {
    color: #F2B700;
    display: none;
}

.elementor-1814 .elementor-element.elementor-element-1dcb229e {
    --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;
    --overlay-opacity: 0.5;
    --padding-top: 40px;
    --padding-bottom: 40px;
    --padding-left: 10px;
    --padding-right: 10px;
}

.elementor-1814 .elementor-element.elementor-element-1dcb229e:not(.elementor-motion-effects-element-type-background),
.elementor-1814 .elementor-element.elementor-element-1dcb229e>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #FFFFFF;
}

.elementor-1814 .elementor-element.elementor-element-1dcb229e::before,
.elementor-1814 .elementor-element.elementor-element-1dcb229e>.elementor-background-video-container::before,
.elementor-1814 .elementor-element.elementor-element-1dcb229e>.e-con-inner>.elementor-background-video-container::before,
.elementor-1814 .elementor-element.elementor-element-1dcb229e>.elementor-background-slideshow::before,
.elementor-1814 .elementor-element.elementor-element-1dcb229e>.e-con-inner>.elementor-background-slideshow::before,
.elementor-1814 .elementor-element.elementor-element-1dcb229e>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
    --background-overlay: '';
}

.elementor-1814 .elementor-element.elementor-element-1dcb229e,
.elementor-1814 .elementor-element.elementor-element-1dcb229e::before {
    --border-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-1c40fca4 {
    --display: flex;
    --background-transition: 0.3s;
    --margin-top: -72px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
}

.elementor-1814 .elementor-element.elementor-element-2b94d63 {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-4aec136c {
    --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;
}

.elementor-1814 .elementor-element.elementor-element-509ce045 {
    --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-1814 .elementor-element.elementor-element-29534595 {
    width: var(--container-widget-width, 20%);
    max-width: 20%;
    --container-widget-width: 20%;
    --container-widget-flex-grow: 0;
}

.elementor-1814 .elementor-element.elementor-element-29534595 .elementor-heading-title {
    color: #474B4F;
    font-family: "Helvetica", Sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.elementor-1814 .elementor-element.elementor-element-7bcc5fc7 {
    width: var(--container-widget-width, 100%);
    max-width: 100%;
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
}

.elementor-1814 .elementor-element.elementor-element-7bcc5fc7.elementor-element {
    --align-self: center;
}

.elementor-1814 .elementor-element.elementor-element-7bcc5fc7 .elementor-progress-wrapper .elementor-progress-bar {
    background-color: #ECAB1B;
}

.elementor-1814 .elementor-element.elementor-element-7bcc5fc7 .elementor-progress-bar {
    height: 15px;
    line-height: 15px;
}

.elementor-1814 .elementor-element.elementor-element-673d81f6 {
    --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-1814 .elementor-element.elementor-element-6d29c58f {
    width: var(--container-widget-width, 20%);
    max-width: 20%;
    --container-widget-width: 20%;
    --container-widget-flex-grow: 0;
}

.elementor-1814 .elementor-element.elementor-element-6d29c58f .elementor-heading-title {
    color: #474B4F;
    font-family: "Helvetica", Sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.elementor-1814 .elementor-element.elementor-element-3d9559d5 {
    width: var(--container-widget-width, 100%);
    max-width: 100%;
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
}

.elementor-1814 .elementor-element.elementor-element-3d9559d5.elementor-element {
    --align-self: center;
}

.elementor-1814 .elementor-element.elementor-element-3d9559d5 .elementor-progress-wrapper .elementor-progress-bar {
    background-color: #ECAB1B;
}

.elementor-1814 .elementor-element.elementor-element-3d9559d5 .elementor-progress-bar {
    height: 15px;
    line-height: 15px;
}

.elementor-1814 .elementor-element.elementor-element-64d1eb74 {
    --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-1814 .elementor-element.elementor-element-32b392a7 {
    width: var(--container-widget-width, 20%);
    max-width: 20%;
    --container-widget-width: 20%;
    --container-widget-flex-grow: 0;
}

.elementor-1814 .elementor-element.elementor-element-32b392a7 .elementor-heading-title {
    color: #474B4F;
    font-family: "Helvetica", Sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.elementor-1814 .elementor-element.elementor-element-3135ed29 {
    width: var(--container-widget-width, 100%);
    max-width: 100%;
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
}

.elementor-1814 .elementor-element.elementor-element-3135ed29.elementor-element {
    --align-self: center;
}

.elementor-1814 .elementor-element.elementor-element-3135ed29 .elementor-progress-wrapper .elementor-progress-bar {
    background-color: #ECAB1B;
}

.elementor-1814 .elementor-element.elementor-element-3135ed29 .elementor-progress-bar {
    height: 15px;
    line-height: 15px;
}

.elementor-1814 .elementor-element.elementor-element-30e15414 {
    --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-1814 .elementor-element.elementor-element-aa654b6 {
    width: var(--container-widget-width, 20%);
    max-width: 20%;
    --container-widget-width: 20%;
    --container-widget-flex-grow: 0;
}

.elementor-1814 .elementor-element.elementor-element-aa654b6 .elementor-heading-title {
    color: #474B4F;
    font-family: "Helvetica", Sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.elementor-1814 .elementor-element.elementor-element-71caf7ab {
    width: var(--container-widget-width, 100%);
    max-width: 100%;
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
}

.elementor-1814 .elementor-element.elementor-element-71caf7ab.elementor-element {
    --align-self: center;
}

.elementor-1814 .elementor-element.elementor-element-71caf7ab .elementor-progress-wrapper .elementor-progress-bar {
    background-color: #ECAB1B;
}

.elementor-1814 .elementor-element.elementor-element-71caf7ab .elementor-progress-bar {
    height: 15px;
    line-height: 15px;
}

.elementor-1814 .elementor-element.elementor-element-7fb64000 {
    --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-1814 .elementor-element.elementor-element-26b4479 {
    width: var(--container-widget-width, 20%);
    max-width: 20%;
    --container-widget-width: 20%;
    --container-widget-flex-grow: 0;
}

.elementor-1814 .elementor-element.elementor-element-26b4479 .elementor-heading-title {
    color: #474B4F;
    font-family: "Helvetica", Sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.elementor-1814 .elementor-element.elementor-element-57d758eb {
    width: var(--container-widget-width, 100%);
    max-width: 100%;
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
}

.elementor-1814 .elementor-element.elementor-element-57d758eb.elementor-element {
    --align-self: center;
}

.elementor-1814 .elementor-element.elementor-element-57d758eb .elementor-progress-wrapper .elementor-progress-bar {
    background-color: #ECAB1B;
}

.elementor-1814 .elementor-element.elementor-element-57d758eb .elementor-progress-bar {
    height: 15px;
    line-height: 15px;
}

.elementor-1814 .elementor-element.elementor-element-65288a54 {
    --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-1814 .elementor-element.elementor-element-497a6661 {
    --display: flex;
    --background-transition: 0.3s;
    border-style: solid;
    --border-style: solid;
}

.elementor-1814 .elementor-element.elementor-element-497a6661,
.elementor-1814 .elementor-element.elementor-element-497a6661::before {
    --border-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-4a8cf54d {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-4a8cf54d .elementor-heading-title {
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 26px;
    font-weight: 600;
}

.elementor-1814 .elementor-element.elementor-element-20518404>.elementor-widget-container {
    margin: -6px 0px 0px 8px;
}

.elementor-1814 .elementor-element.elementor-element-20518404 .elementor-icon-list-icon i {
    color: #389700;
    transition: color 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-20518404 .elementor-icon-list-icon svg {
    fill: #389700;
    transition: fill 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-20518404 {
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px;
}

.elementor-1814 .elementor-element.elementor-element-20518404 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-1814 .elementor-element.elementor-element-20518404 .elementor-icon-list-item>a {
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
}

.elementor-1814 .elementor-element.elementor-element-20518404 .elementor-icon-list-text {
    color: #01A000;
    transition: color 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-5a7bc97a>.elementor-widget-container {
    margin: 7px 0px 0px 8px;
}

.elementor-1814 .elementor-element.elementor-element-5a7bc97a .elementor-heading-title {
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    line-height: 24px;
}

.elementor-1814 .elementor-element.elementor-element-f2703bb {
    --display: flex;
    --background-transition: 0.3s;
    border-style: solid;
    --border-style: solid;
}

.elementor-1814 .elementor-element.elementor-element-f2703bb,
.elementor-1814 .elementor-element.elementor-element-f2703bb::before {
    --border-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-14ecf36f img {
    width: 79%;
}

.elementor-1814 .elementor-element.elementor-element-6da27953 {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-6da27953 .elementor-heading-title {
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 26px;
    font-weight: 600;
}

.elementor-1814 .elementor-element.elementor-element-63b48360>.elementor-widget-container {
    margin: -6px 0px 0px 8px;
}

.elementor-1814 .elementor-element.elementor-element-63b48360 .elementor-icon-list-icon i {
    color: #389700;
    transition: color 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-63b48360 .elementor-icon-list-icon svg {
    fill: #389700;
    transition: fill 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-63b48360 {
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px;
}

.elementor-1814 .elementor-element.elementor-element-63b48360 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-1814 .elementor-element.elementor-element-63b48360 .elementor-icon-list-item>a {
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
}

.elementor-1814 .elementor-element.elementor-element-63b48360 .elementor-icon-list-text {
    color: #01A000;
    transition: color 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-75c25c92>.elementor-widget-container {
    margin: 7px 0px 0px 8px;
}

.elementor-1814 .elementor-element.elementor-element-75c25c92 .elementor-heading-title {
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    line-height: 24px;
}

.elementor-1814 .elementor-element.elementor-element-7caee415 {
    --display: flex;
    --background-transition: 0.3s;
    border-style: solid;
    --border-style: solid;
}

.elementor-1814 .elementor-element.elementor-element-7caee415,
.elementor-1814 .elementor-element.elementor-element-7caee415::before {
    --border-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-652144ee img {
    width: 100%;
}

.elementor-1814 .elementor-element.elementor-element-f41c9a4 {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-f41c9a4 .elementor-heading-title {
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 26px;
    font-weight: 600;
}

.elementor-1814 .elementor-element.elementor-element-26c098f4>.elementor-widget-container {
    margin: -6px 0px 0px 8px;
}

.elementor-1814 .elementor-element.elementor-element-26c098f4 .elementor-icon-list-icon i {
    color: #389700;
    transition: color 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-26c098f4 .elementor-icon-list-icon svg {
    fill: #389700;
    transition: fill 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-26c098f4 {
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px;
}

.elementor-1814 .elementor-element.elementor-element-26c098f4 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-1814 .elementor-element.elementor-element-26c098f4 .elementor-icon-list-item>a {
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
}

.elementor-1814 .elementor-element.elementor-element-26c098f4 .elementor-icon-list-text {
    color: #01A000;
    transition: color 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-4a421aa4>.elementor-widget-container {
    margin: 7px 0px 0px 8px;
}

.elementor-1814 .elementor-element.elementor-element-4a421aa4 .elementor-heading-title {
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    line-height: 24px;
}

.elementor-1814 .elementor-element.elementor-element-ddf7ab5 {
    --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-1814 .elementor-element.elementor-element-2428510 {
    --display: flex;
    --background-transition: 0.3s;
    border-style: solid;
    --border-style: solid;
}

.elementor-1814 .elementor-element.elementor-element-2428510,
.elementor-1814 .elementor-element.elementor-element-2428510::before {
    --border-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-981515d {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-981515d .elementor-heading-title {
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 26px;
    font-weight: 600;
}

.elementor-1814 .elementor-element.elementor-element-380e4fe>.elementor-widget-container {
    margin: -6px 0px 0px 8px;
}

.elementor-1814 .elementor-element.elementor-element-380e4fe .elementor-icon-list-icon i {
    color: #389700;
    transition: color 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-380e4fe .elementor-icon-list-icon svg {
    fill: #389700;
    transition: fill 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-380e4fe {
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px;
}

.elementor-1814 .elementor-element.elementor-element-380e4fe .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-1814 .elementor-element.elementor-element-380e4fe .elementor-icon-list-item>a {
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
}

.elementor-1814 .elementor-element.elementor-element-380e4fe .elementor-icon-list-text {
    color: #01A000;
    transition: color 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-5b70cdf>.elementor-widget-container {
    margin: 7px 0px 0px 8px;
}

.elementor-1814 .elementor-element.elementor-element-5b70cdf .elementor-heading-title {
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    line-height: 24px;
}

.elementor-1814 .elementor-element.elementor-element-ca0b2b5 {
    --display: flex;
    --background-transition: 0.3s;
    border-style: solid;
    --border-style: solid;
}

.elementor-1814 .elementor-element.elementor-element-ca0b2b5,
.elementor-1814 .elementor-element.elementor-element-ca0b2b5::before {
    --border-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-ca56deb img {
    width: 79%;
}

.elementor-1814 .elementor-element.elementor-element-3208386 {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-3208386 .elementor-heading-title {
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 26px;
    font-weight: 600;
}

.elementor-1814 .elementor-element.elementor-element-a1e9dcb>.elementor-widget-container {
    margin: -6px 0px 0px 8px;
}

.elementor-1814 .elementor-element.elementor-element-a1e9dcb .elementor-icon-list-icon i {
    color: #389700;
    transition: color 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-a1e9dcb .elementor-icon-list-icon svg {
    fill: #389700;
    transition: fill 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-a1e9dcb {
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px;
}

.elementor-1814 .elementor-element.elementor-element-a1e9dcb .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-1814 .elementor-element.elementor-element-a1e9dcb .elementor-icon-list-item>a {
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
}

.elementor-1814 .elementor-element.elementor-element-a1e9dcb .elementor-icon-list-text {
    color: #01A000;
    transition: color 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-dd4d9e9>.elementor-widget-container {
    margin: 7px 0px 0px 8px;
}

.elementor-1814 .elementor-element.elementor-element-dd4d9e9 .elementor-heading-title {
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    line-height: 24px;
}

.elementor-1814 .elementor-element.elementor-element-3399a89 {
    --display: flex;
    --background-transition: 0.3s;
    border-style: solid;
    --border-style: solid;
}

.elementor-1814 .elementor-element.elementor-element-3399a89,
.elementor-1814 .elementor-element.elementor-element-3399a89::before {
    --border-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-caeb4a4 img {
    width: 100%;
}

.elementor-1814 .elementor-element.elementor-element-3158bf9 {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-3158bf9 .elementor-heading-title {
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 26px;
    font-weight: 600;
}

.elementor-1814 .elementor-element.elementor-element-c37af67>.elementor-widget-container {
    margin: -6px 0px 0px 8px;
}

.elementor-1814 .elementor-element.elementor-element-c37af67 .elementor-icon-list-icon i {
    color: #389700;
    transition: color 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-c37af67 .elementor-icon-list-icon svg {
    fill: #389700;
    transition: fill 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-c37af67 {
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px;
}

.elementor-1814 .elementor-element.elementor-element-c37af67 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-1814 .elementor-element.elementor-element-c37af67 .elementor-icon-list-item>a {
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
}

.elementor-1814 .elementor-element.elementor-element-c37af67 .elementor-icon-list-text {
    color: #01A000;
    transition: color 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-2df001b>.elementor-widget-container {
    margin: 7px 0px 0px 8px;
}

.elementor-1814 .elementor-element.elementor-element-2df001b .elementor-heading-title {
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    line-height: 24px;
}

.elementor-1814 .elementor-element.elementor-element-5d3b2073 {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-5ee8865 .elementor-button {
    font-family: "Helvetica", Sans-serif;
    font-size: 23px;
    font-weight: bold;
    line-height: 13px;
    letter-spacing: 0.6px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #0091F3 0%, #001EA8 100%);
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
}

.elementor-1814 .elementor-element.elementor-element-5ee8865 .elementor-button:hover,
.elementor-1814 .elementor-element.elementor-element-5ee8865 .elementor-button:focus {
    color: #FFFFFF;
}

.elementor-1814 .elementor-element.elementor-element-5ee8865 .elementor-button:hover svg,
.elementor-1814 .elementor-element.elementor-element-5ee8865 .elementor-button:focus svg {
    fill: #FFFFFF;
}

.elementor-1814 .elementor-element.elementor-element-57885c94 {
    --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-1814 .elementor-element.elementor-element-465f984b {
    --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-1814 .elementor-element.elementor-element-465f984b.e-con {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-1814 .elementor-element.elementor-element-444223f4 {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-21e35a8b {
    --display: flex;
    --background-transition: 0.3s;
    border-style: solid;
    --border-style: solid;
    border-width: 2px 2px 2px 2px;
    --border-top-width: 2px;
    --border-right-width: 2px;
    --border-bottom-width: 2px;
    --border-left-width: 2px;
    border-color: #FF0000;
    --border-color: #FF0000;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
    --padding-top: 40px;
    --padding-bottom: 40px;
    --padding-left: 40px;
    --padding-right: 40px;
}

.elementor-1814 .elementor-element.elementor-element-21e35a8b:not(.elementor-motion-effects-element-type-background),
.elementor-1814 .elementor-element.elementor-element-21e35a8b>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #FFFFFF;
}

.elementor-1814 .elementor-element.elementor-element-21e35a8b,
.elementor-1814 .elementor-element.elementor-element-21e35a8b::before {
    --border-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-21e35a8b.e-con {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.elementor-1814 .elementor-element.elementor-element-484dbfc7 {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-484dbfc7 .elementor-heading-title {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 26px;
    font-weight: 700;
    font-style: oblique;
}

.elementor-1814 .elementor-element.elementor-element-655c33e {
    --divider-border-style: solid;
    --divider-color: #828282;
    --divider-border-width: 1px;
}

.elementor-1814 .elementor-element.elementor-element-655c33e .elementor-divider-separator {
    width: 100%;
}

.elementor-1814 .elementor-element.elementor-element-655c33e .elementor-divider {
    padding-block-start: 15px;
    padding-block-end: 15px;
}

.elementor-1814 .elementor-element.elementor-element-642e554f {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-642e554f .elementor-heading-title {
    color: #C70000;
    font-family: "Montserrat", Sans-serif;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
}

.elementor-1814 .elementor-element.elementor-element-3e676884 {
    --iteration-count: infinite;
    --animation-duration: 1200ms;
    --dynamic-text-color: #23A455;
}

.elementor-1814 .elementor-element.elementor-element-3e676884>.elementor-widget-container {
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-1814 .elementor-element.elementor-element-3e676884 .elementor-headline {
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    font-size: 50px;
    font-weight: 600;
}

.elementor-1814 .elementor-element.elementor-element-3e676884 .elementor-headline-dynamic-wrapper path {
    stroke: #23A455;
}

.elementor-1814 .elementor-element.elementor-element-3e676884 .elementor-headline-plain-text {
    color: #FF7B00;
}

.elementor-1814 .elementor-element.elementor-element-3e676884 .elementor-headline .elementor-headline-plain-text {
    -webkit-text-stroke-color: #000;
    stroke: #000;
}

.elementor-1814 .elementor-element.elementor-element-3e676884 .elementor-headline-dynamic-text {
    font-family: "Roboto", Sans-serif;
}

.elementor-1814 .elementor-element.elementor-element-48d34a39 {
    --iteration-count: infinite;
    --animation-duration: 1200ms;
    --dynamic-text-color: #000000;
}

.elementor-1814 .elementor-element.elementor-element-48d34a39>.elementor-widget-container {
    margin: -7px 0px -4px 5px;
    padding: 0px 0px 0px 0px;
}

.elementor-1814 .elementor-element.elementor-element-48d34a39 .elementor-headline {
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    font-size: 25px;
    font-weight: 600;
}

.elementor-1814 .elementor-element.elementor-element-48d34a39 .elementor-headline-dynamic-wrapper path {
    stroke: #FF0101;
}

.elementor-1814 .elementor-element.elementor-element-48d34a39 .elementor-headline-plain-text {
    color: #000000;
}

.elementor-1814 .elementor-element.elementor-element-48d34a39 .elementor-headline-dynamic-text {
    font-family: "Roboto", Sans-serif;
}

.elementor-1814 .elementor-element.elementor-element-48d34a39 .elementor-headline .elementor-headline-dynamic-wrapper {
    -webkit-text-stroke-color: #000;
    stroke: #000;
}

.elementor-1814 .elementor-element.elementor-element-5e28b134>.elementor-widget-container {
    margin: 20px 0px 0px 0px;
}

.elementor-1814 .elementor-element.elementor-element-5e28b134 .elementor-progress-wrapper .elementor-progress-bar {
    background-color: #FF0000;
}

.elementor-1814 .elementor-element.elementor-element-5e28b134 .elementor-progress-wrapper {
    background-color: #131313;
    border-radius: 0px;
    overflow: hidden;
}

.elementor-1814 .elementor-element.elementor-element-5e28b134 .elementor-progress-bar {
    height: 26px;
    line-height: 26px;
    font-family: "Open Sans Hebrew", Sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.elementor-1814 .elementor-element.elementor-element-5e28b134 .elementor-title {
    color: #131313;
    font-family: "Open Sans Hebrew", Sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.elementor-1814 .elementor-element.elementor-element-24ddf5e5 {
    --divider-border-style: solid;
    --divider-color: #828282;
    --divider-border-width: 1px;
}

.elementor-1814 .elementor-element.elementor-element-24ddf5e5 .elementor-divider-separator {
    width: 100%;
}

.elementor-1814 .elementor-element.elementor-element-24ddf5e5 .elementor-divider {
    padding-block-start: 15px;
    padding-block-end: 15px;
}

.elementor-1814 .elementor-element.elementor-element-76d2753c {
    --display: flex;
    --background-transition: 0.3s;
    --overlay-opacity: 0.5;
}

.elementor-1814 .elementor-element.elementor-element-76d2753c::before,
.elementor-1814 .elementor-element.elementor-element-76d2753c>.elementor-background-video-container::before,
.elementor-1814 .elementor-element.elementor-element-76d2753c>.e-con-inner>.elementor-background-video-container::before,
.elementor-1814 .elementor-element.elementor-element-76d2753c>.elementor-background-slideshow::before,
.elementor-1814 .elementor-element.elementor-element-76d2753c>.e-con-inner>.elementor-background-slideshow::before,
.elementor-1814 .elementor-element.elementor-element-76d2753c>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
    --background-overlay: '';
    background-color: #E6E6E6;
}

.elementor-1814 .elementor-element.elementor-element-4c9626df>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-1814 .elementor-element.elementor-element-4c9626df .elementor-button-content-wrapper {
    flex-direction: row;
}

.elementor-1814 .elementor-element.elementor-element-4c9626df .elementor-field-group {
    padding-right: calc(10px/2);
    padding-left: calc(10px/2);
    margin-bottom: 10px;
}

.elementor-1814 .elementor-element.elementor-element-4c9626df .elementor-form-fields-wrapper {
    margin-left: calc(-10px/2);
    margin-right: calc(-10px/2);
    margin-bottom: -10px;
}

.elementor-1814 .elementor-element.elementor-element-4c9626df .elementor-field-group.recaptcha_v3-bottomleft,
.elementor-1814 .elementor-element.elementor-element-4c9626df .elementor-field-group.recaptcha_v3-bottomright {
    margin-bottom: 0;
}

body.rtl .elementor-1814 .elementor-element.elementor-element-4c9626df .elementor-labels-inline .elementor-field-group>label {
    padding-left: 5px;
}

body:not(.rtl) .elementor-1814 .elementor-element.elementor-element-4c9626df .elementor-labels-inline .elementor-field-group>label {
    padding-right: 5px;
}

body .elementor-1814 .elementor-element.elementor-element-4c9626df .elementor-labels-above .elementor-field-group>label {
    padding-bottom: 5px;
}

.elementor-1814 .elementor-element.elementor-element-4c9626df .elementor-field-group>label,
.elementor-1814 .elementor-element.elementor-element-4c9626df .elementor-field-subgroup label {
    color: #000000;
}

.elementor-1814 .elementor-element.elementor-element-4c9626df .elementor-field-type-html {
    padding-bottom: 0px;
    color: #000000;
}

.elementor-1814 .elementor-element.elementor-element-4c9626df .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper) {
    background-color: #ffffff;
}

.elementor-1814 .elementor-element.elementor-element-4c9626df .elementor-field-group .elementor-select-wrapper select {
    background-color: #ffffff;
}

.elementor-1814 .elementor-element.elementor-element-4c9626df .elementor-button {
    font-size: 28px;
}

.elementor-1814 .elementor-element.elementor-element-4c9626df .e-form__buttons__wrapper__button-next {
    background-color: #21802B;
    color: #ffffff;
}

.elementor-1814 .elementor-element.elementor-element-4c9626df .elementor-button[type="submit"] {
    background-color: #21802B;
    color: #ffffff;
}

.elementor-1814 .elementor-element.elementor-element-4c9626df .elementor-button[type="submit"] svg * {
    fill: #ffffff;
}

.elementor-1814 .elementor-element.elementor-element-4c9626df .e-form__buttons__wrapper__button-previous {
    background-color: #21802B;
    color: #ffffff;
}

.elementor-1814 .elementor-element.elementor-element-4c9626df .e-form__buttons__wrapper__button-next:hover {
    color: #ffffff;
}

.elementor-1814 .elementor-element.elementor-element-4c9626df .elementor-button[type="submit"]:hover {
    color: #ffffff;
}

.elementor-1814 .elementor-element.elementor-element-4c9626df .elementor-button[type="submit"]:hover svg * {
    fill: #ffffff;
}

.elementor-1814 .elementor-element.elementor-element-4c9626df .e-form__buttons__wrapper__button-previous:hover {
    color: #ffffff;
}

.elementor-1814 .elementor-element.elementor-element-4c9626df {
    --e-form-steps-indicators-spacing: 20px;
    --e-form-steps-indicator-padding: 30px;
    --e-form-steps-indicator-inactive-secondary-color: #ffffff;
    --e-form-steps-indicator-active-secondary-color: #ffffff;
    --e-form-steps-indicator-completed-secondary-color: #ffffff;
    --e-form-steps-divider-width: 1px;
    --e-form-steps-divider-gap: 10px;
}

.elementor-1814 .elementor-element.elementor-element-6a97226a .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(5px/2);
}

.elementor-1814 .elementor-element.elementor-element-6a97226a .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(5px/2);
}

.elementor-1814 .elementor-element.elementor-element-6a97226a .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(5px/2);
    margin-left: calc(5px/2);
}

.elementor-1814 .elementor-element.elementor-element-6a97226a .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-5px/2);
    margin-left: calc(-5px/2);
}

body.rtl .elementor-1814 .elementor-element.elementor-element-6a97226a .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-5px/2);
}

body:not(.rtl) .elementor-1814 .elementor-element.elementor-element-6a97226a .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-5px/2);
}

.elementor-1814 .elementor-element.elementor-element-6a97226a .elementor-icon-list-icon i {
    color: #23A455;
    transition: color 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-6a97226a .elementor-icon-list-icon svg {
    fill: #23A455;
    transition: fill 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-6a97226a {
    --e-icon-list-icon-size: 32px;
    --icon-vertical-offset: 0px;
}

.elementor-1814 .elementor-element.elementor-element-6a97226a .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-1814 .elementor-element.elementor-element-6a97226a .elementor-icon-list-item>a {
    font-family: "Montserrat", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5em;
}

.elementor-1814 .elementor-element.elementor-element-6a97226a .elementor-icon-list-text {
    color: #333333;
    transition: color 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-41efac72>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 10px 30px 0px 30px;
    background-color: #FFFDCE;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.elementor-1814 .elementor-element.elementor-element-41efac72 {
    text-align: center;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
}

.elementor-1814 .elementor-element.elementor-element-68d49579>.elementor-widget-container {
    margin: 0px 0px 20px 0px;
    box-shadow: 0px 0px 10px -10px rgba(0, 0, 0, 0.5);
}

.elementor-1814 .elementor-element.elementor-element-68d49579 .elementor-accordion-item {
    border-width: 1px;
}

.elementor-1814 .elementor-element.elementor-element-68d49579 .elementor-accordion-item .elementor-tab-content {
    border-width: 1px;
}

.elementor-1814 .elementor-element.elementor-element-68d49579 .elementor-accordion-item .elementor-tab-title.elementor-active {
    border-width: 1px;
}

.elementor-1814 .elementor-element.elementor-element-68d49579 .elementor-accordion-icon,
.elementor-1814 .elementor-element.elementor-element-68d49579 .elementor-accordion-title {
    color: #131313;
}

.elementor-1814 .elementor-element.elementor-element-68d49579 .elementor-accordion-icon svg {
    fill: #131313;
}

.elementor-1814 .elementor-element.elementor-element-68d49579 .elementor-active .elementor-accordion-icon,
.elementor-1814 .elementor-element.elementor-element-68d49579 .elementor-active .elementor-accordion-title {
    color: #131313;
}

.elementor-1814 .elementor-element.elementor-element-68d49579 .elementor-active .elementor-accordion-icon svg {
    fill: #131313;
}

.elementor-1814 .elementor-element.elementor-element-68d49579 .elementor-accordion-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    font-weight: 600;
}

.elementor-1814 .elementor-element.elementor-element-68d49579 .elementor-tab-title .elementor-accordion-icon i:before {
    color: #131313;
}

.elementor-1814 .elementor-element.elementor-element-68d49579 .elementor-tab-title .elementor-accordion-icon svg {
    fill: #131313;
}

.elementor-1814 .elementor-element.elementor-element-68d49579 .elementor-tab-title.elementor-active .elementor-accordion-icon i:before {
    color: #131313;
}

.elementor-1814 .elementor-element.elementor-element-68d49579 .elementor-tab-title.elementor-active .elementor-accordion-icon svg {
    fill: #131313;
}

.elementor-1814 .elementor-element.elementor-element-68d49579 .elementor-tab-content {
    color: #131313;
    font-family: "Open Sans Hebrew", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.elementor-1814 .elementor-element.elementor-element-8287981 .elementor-button {
    font-family: "Helvetica", Sans-serif;
    font-size: 23px;
    font-weight: bold;
    line-height: 13px;
    letter-spacing: 0.6px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #0091F3 0%, #001EA8 100%);
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
}

.elementor-1814 .elementor-element.elementor-element-8287981 .elementor-button:hover,
.elementor-1814 .elementor-element.elementor-element-8287981 .elementor-button:focus {
    color: #FFFFFF;
}

.elementor-1814 .elementor-element.elementor-element-8287981 .elementor-button:hover svg,
.elementor-1814 .elementor-element.elementor-element-8287981 .elementor-button:focus svg {
    fill: #FFFFFF;
}

.elementor-1814 .elementor-element.elementor-element-efe554f {
    --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;
    --padding-top: 20px;
    --padding-bottom: 20px;
    --padding-left: 20px;
    --padding-right: 20px;
}

.elementor-1814 .elementor-element.elementor-element-efe554f:not(.elementor-motion-effects-element-type-background),
.elementor-1814 .elementor-element.elementor-element-efe554f>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #333333;
}

.elementor-1814 .elementor-element.elementor-element-efe554f,
.elementor-1814 .elementor-element.elementor-element-efe554f::before {
    --border-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-d122349 {
    --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-1814 .elementor-element.elementor-element-a743a73 {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-dc9aad5 {
    text-align: left;
}

.elementor-1814 .elementor-element.elementor-element-dc9aad5 img {
    width: 60%;
}

.elementor-1814 .elementor-element.elementor-element-2f54d0a {
    text-align: left;
}

.elementor-1814 .elementor-element.elementor-element-2f54d0a .elementor-heading-title {
    color: #DADADA;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
}

.elementor-1814 .elementor-element.elementor-element-8a5ab8f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(10px/2);
}

.elementor-1814 .elementor-element.elementor-element-8a5ab8f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(10px/2);
}

.elementor-1814 .elementor-element.elementor-element-8a5ab8f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(10px/2);
    margin-left: calc(10px/2);
}

.elementor-1814 .elementor-element.elementor-element-8a5ab8f .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-10px/2);
    margin-left: calc(-10px/2);
}

body.rtl .elementor-1814 .elementor-element.elementor-element-8a5ab8f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-10px/2);
}

body:not(.rtl) .elementor-1814 .elementor-element.elementor-element-8a5ab8f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-10px/2);
}

.elementor-1814 .elementor-element.elementor-element-8a5ab8f .elementor-icon-list-icon i {
    color: #DADADA;
    transition: color 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-8a5ab8f .elementor-icon-list-icon svg {
    fill: #DADADA;
    transition: fill 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-8a5ab8f {
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px;
}

.elementor-1814 .elementor-element.elementor-element-8a5ab8f .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-1814 .elementor-element.elementor-element-8a5ab8f .elementor-icon-list-item>a {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
}

.elementor-1814 .elementor-element.elementor-element-8a5ab8f .elementor-icon-list-text {
    color: #DADADA;
    transition: color 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-596989f {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-7e82875 {
    text-align: left;
}

.elementor-1814 .elementor-element.elementor-element-7e82875 .elementor-heading-title {
    color: #DADADA;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1em;
}

.elementor-1814 .elementor-element.elementor-element-aac5331 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(10px/2);
}

.elementor-1814 .elementor-element.elementor-element-aac5331 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(10px/2);
}

.elementor-1814 .elementor-element.elementor-element-aac5331 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(10px/2);
    margin-left: calc(10px/2);
}

.elementor-1814 .elementor-element.elementor-element-aac5331 .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-10px/2);
    margin-left: calc(-10px/2);
}

body.rtl .elementor-1814 .elementor-element.elementor-element-aac5331 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-10px/2);
}

body:not(.rtl) .elementor-1814 .elementor-element.elementor-element-aac5331 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-10px/2);
}

.elementor-1814 .elementor-element.elementor-element-aac5331 .elementor-icon-list-icon i {
    transition: color 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-aac5331 .elementor-icon-list-icon svg {
    transition: fill 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-aac5331 {
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px;
}

.elementor-1814 .elementor-element.elementor-element-aac5331 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-1814 .elementor-element.elementor-element-aac5331 .elementor-icon-list-item>a {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
}

.elementor-1814 .elementor-element.elementor-element-aac5331 .elementor-icon-list-text {
    color: #DADADA;
    transition: color 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-0bb51bb {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-2a04f71 {
    text-align: left;
}

.elementor-1814 .elementor-element.elementor-element-2a04f71 .elementor-heading-title {
    color: #DADADA;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1em;
}

.elementor-1814 .elementor-element.elementor-element-7c16f6b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(10px/2);
}

.elementor-1814 .elementor-element.elementor-element-7c16f6b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(10px/2);
}

.elementor-1814 .elementor-element.elementor-element-7c16f6b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(10px/2);
    margin-left: calc(10px/2);
}

.elementor-1814 .elementor-element.elementor-element-7c16f6b .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-10px/2);
    margin-left: calc(-10px/2);
}

body.rtl .elementor-1814 .elementor-element.elementor-element-7c16f6b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-10px/2);
}

body:not(.rtl) .elementor-1814 .elementor-element.elementor-element-7c16f6b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-10px/2);
}

.elementor-1814 .elementor-element.elementor-element-7c16f6b .elementor-icon-list-icon i {
    transition: color 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-7c16f6b .elementor-icon-list-icon svg {
    transition: fill 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-7c16f6b {
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px;
}

.elementor-1814 .elementor-element.elementor-element-7c16f6b .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-1814 .elementor-element.elementor-element-7c16f6b .elementor-icon-list-item>a {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
}

.elementor-1814 .elementor-element.elementor-element-7c16f6b .elementor-icon-list-text {
    color: #DADADA;
    transition: color 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-f25e5f4 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --align-items: center;
    --background-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-f010a0f {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-4219ba8>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-1814 .elementor-element.elementor-element-4219ba8 {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-4219ba8 .elementor-heading-title {
    color: #F5F5F5;
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.elementor-1814 .elementor-element.elementor-element-4581e15 {
    --display: flex;
    --background-transition: 0.3s;
}

.elementor-1814 .elementor-element.elementor-element-d2f8638 {
    text-align: center;
}

.elementor-1814 .elementor-element.elementor-element-d2f8638 img {
    width: 60%;
}

@media(max-width:1024px) {
    .elementor-1814 .elementor-element.elementor-element-653d0bf8 {
        --grid-auto-flow: row;
    }

    .elementor-1814 .elementor-element.elementor-element-39052cd4 .elementor-icon-list-item>.elementor-icon-list-text,
    .elementor-1814 .elementor-element.elementor-element-39052cd4 .elementor-icon-list-item>a {
        font-size: 18px;
    }

    .elementor-1814 .elementor-element.elementor-element-4ff80ad5 .elementor-progress-bar {
        font-size: 16px;
    }

    .elementor-1814 .elementor-element.elementor-element-4ff80ad5 .elementor-title {
        font-size: 17px;
    }

    .elementor-1814 .elementor-element.elementor-element-43661bd .elementor-heading-title {
        font-size: 28px;
    }

    .elementor-1814 .elementor-element.elementor-element-309a17c {
        --grid-auto-flow: row;
    }

    .elementor-1814 .elementor-element.elementor-element-2c6f0827 {
        font-size: 16px;
    }

    .elementor-1814 .elementor-element.elementor-element-3716a77a {
        font-size: 16px;
    }

    .elementor-1814 .elementor-element.elementor-element-2c5a1902 {
        font-size: 16px;
    }

    .elementor-1814 .elementor-element.elementor-element-12eb3d8a .elementor-heading-title {
        font-size: 23px;
    }

    .elementor-1814 .elementor-element.elementor-element-116fab34>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-116fab34 .elementor-star-rating__title {
        font-size: 18px;
    }

    .elementor-1814 .elementor-element.elementor-element-116fab34 .elementor-star-rating {
        font-size: 20px;
    }

    .elementor-1814 .elementor-element.elementor-element-5e28b134 .elementor-progress-bar {
        font-size: 16px;
    }

    .elementor-1814 .elementor-element.elementor-element-5e28b134 .elementor-title {
        font-size: 17px;
    }

    .elementor-1814 .elementor-element.elementor-element-68d49579 .elementor-accordion-title {
        font-size: 18px;
    }

    .elementor-1814 .elementor-element.elementor-element-2f54d0a .elementor-heading-title {
        font-size: 20px;
    }

    .elementor-1814 .elementor-element.elementor-element-7e82875 .elementor-heading-title {
        font-size: 20px;
    }

    .elementor-1814 .elementor-element.elementor-element-2a04f71 .elementor-heading-title {
        font-size: 20px;
    }
}

@media(min-width:768px) {
    .elementor-1814 .elementor-element.elementor-element-653d0bf8 {
        --width: 53.013%;
    }

    .elementor-1814 .elementor-element.elementor-element-6dda75d5 {
        --width: 31.25%;
    }

    .elementor-1814 .elementor-element.elementor-element-453850c4 {
        --width: 98.804%;
    }

    .elementor-1814 .elementor-element.elementor-element-502587e2 {
        --width: 50%;
    }

    .elementor-1814 .elementor-element.elementor-element-5918407 {
        --width: 50%;
    }

    .elementor-1814 .elementor-element.elementor-element-4b3c230a {
        --width: 50%;
    }

    .elementor-1814 .elementor-element.elementor-element-52d98b61 {
        --width: 50%;
    }

    .elementor-1814 .elementor-element.elementor-element-3bd46894 {
        --width: 50%;
    }

    .elementor-1814 .elementor-element.elementor-element-1a3c9908 {
        --width: 50%;
    }

    .elementor-1814 .elementor-element.elementor-element-f053c08 {
        --content-width: 600px;
    }

    .elementor-1814 .elementor-element.elementor-element-4aec136c {
        --content-width: 580px;
    }

    .elementor-1814 .elementor-element.elementor-element-465f984b {
        --width: 46.79%;
    }
}

@media(max-width:767px) {
    .elementor-1814 .elementor-element.elementor-element-653d0bf8 {
        --min-height: 30px;
        --e-con-grid-template-columns: repeat(2, 1fr);
        --e-con-grid-template-rows: repeat(1, 1fr);
        --gap: 0px 9px;
        --grid-auto-flow: row;
        --margin-top: 0px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-72c3a6b6>.elementor-widget-container {
        margin: 16px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-72c3a6b6 .elementor-button {
        font-size: 17px;
        line-height: 1em;
        padding: 15px 14px 10px 14px;
    }

    .elementor-1814 .elementor-element.elementor-element-14409d4b>.elementor-widget-container {
        margin: 10px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-14409d4b img {
        width: 89%;
    }

    .elementor-1814 .elementor-element.elementor-element-6dda75d5 {
        --margin-top: -10px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-7265296>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-7265296 {
        text-align: center;
    }

    .elementor-1814 .elementor-element.elementor-element-7265296 .elementor-heading-title {
        font-size: 20px;
    }

    .elementor-1814 .elementor-element.elementor-element-2af12aea {
        --content-width: 500px;
        --margin-top: 15px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-859a4ee {
        text-align: center;
    }

    .elementor-1814 .elementor-element.elementor-element-859a4ee .elementor-heading-title {
        font-size: 24px;
    }

    .elementor-1814 .elementor-element.elementor-element-473fa31f>.elementor-widget-container {
        margin: 5px 5px 5px 5px;
        padding: 3px 3px 3px 3px;
    }

    .elementor-1814 .elementor-element.elementor-element-473fa31f .elementor-heading-title {
        font-size: 20px;
        line-height: 1.4em;
    }

    .elementor-1814 .elementor-element.elementor-element-453850c4 {
        --margin-top: -34px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-6cbb480a>.elementor-widget-container {
        margin: 20px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-5918407 {
        --margin-top: 0px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-39052cd4 {
        width: var(--container-widget-width, 388px);
        max-width: 388px;
        --container-widget-width: 388px;
        --container-widget-flex-grow: 0;
        --e-icon-list-icon-size: 22px;
    }

    .elementor-1814 .elementor-element.elementor-element-39052cd4>.elementor-widget-container {
        margin: 33px 0px 15px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-39052cd4 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
        padding-bottom: calc(15px/2);
    }

    .elementor-1814 .elementor-element.elementor-element-39052cd4 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
        margin-top: calc(15px/2);
    }

    .elementor-1814 .elementor-element.elementor-element-39052cd4 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin-right: calc(15px/2);
        margin-left: calc(15px/2);
    }

    .elementor-1814 .elementor-element.elementor-element-39052cd4 .elementor-icon-list-items.elementor-inline-items {
        margin-right: calc(-15px/2);
        margin-left: calc(-15px/2);
    }

    body.rtl .elementor-1814 .elementor-element.elementor-element-39052cd4 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        left: calc(-15px/2);
    }

    body:not(.rtl) .elementor-1814 .elementor-element.elementor-element-39052cd4 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        right: calc(-15px/2);
    }

    .elementor-1814 .elementor-element.elementor-element-39052cd4 .elementor-icon-list-item>.elementor-icon-list-text,
    .elementor-1814 .elementor-element.elementor-element-39052cd4 .elementor-icon-list-item>a {
        font-size: 18px;
        line-height: 1.6em;
    }

    .elementor-1814 .elementor-element.elementor-element-18bc25d5>.elementor-widget-container {
        margin: -20px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-5dbc1525>.elementor-widget-container {
        margin: -15px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-5dbc1525 .elementor-heading-title {
        font-size: 22px;
        line-height: 1.1em;
    }

    .elementor-1814 .elementor-element.elementor-element-11926379>.elementor-widget-container {
        margin: 1px -20px -20px -20px;
        padding: 0px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-11926379 .elementor-headline {
        font-size: 37px;
        line-height: 1.9em;
    }

    .elementor-1814 .elementor-element.elementor-element-11926379 .elementor-headline-dynamic-text {
        line-height: 0.1em;
        word-spacing: 0.1em;
    }

    .elementor-1814 .elementor-element.elementor-element-4c6ad5ce>.elementor-widget-container {
        margin: -6px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-4c6ad5ce .elementor-headline {
        font-size: 20px;
    }

    .elementor-1814 .elementor-element.elementor-element-4ff80ad5>.elementor-widget-container {
        margin: -10px 0px 25px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-4ff80ad5 .elementor-progress-bar {
        font-size: 11px;
    }

    .elementor-1814 .elementor-element.elementor-element-4ff80ad5 .elementor-title {
        font-size: 16px;
    }

    .elementor-1814 .elementor-element.elementor-element-45616801>.elementor-widget-container {
        margin: -34px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-710bd4e6>.elementor-widget-container {
        margin: -22px -0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-710bd4e6 .elementor-button {
        font-size: 24px;
        line-height: 0.6em;
        padding: 10px 14px 10px 14px;
    }

    .elementor-1814 .elementor-element.elementor-element-a1deabc .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
        padding-bottom: calc(8px/2);
    }

    .elementor-1814 .elementor-element.elementor-element-a1deabc .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
        margin-top: calc(8px/2);
    }

    .elementor-1814 .elementor-element.elementor-element-a1deabc .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin-right: calc(8px/2);
        margin-left: calc(8px/2);
    }

    .elementor-1814 .elementor-element.elementor-element-a1deabc .elementor-icon-list-items.elementor-inline-items {
        margin-right: calc(-8px/2);
        margin-left: calc(-8px/2);
    }

    body.rtl .elementor-1814 .elementor-element.elementor-element-a1deabc .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        left: calc(-8px/2);
    }

    body:not(.rtl) .elementor-1814 .elementor-element.elementor-element-a1deabc .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        right: calc(-8px/2);
    }

    .elementor-1814 .elementor-element.elementor-element-a1deabc {
        --e-icon-list-icon-size: 26px;
    }

    .elementor-1814 .elementor-element.elementor-element-a1deabc .elementor-icon-list-item>.elementor-icon-list-text,
    .elementor-1814 .elementor-element.elementor-element-a1deabc .elementor-icon-list-item>a {
        font-size: 18px;
        line-height: 1.4em;
    }

    .elementor-1814 .elementor-element.elementor-element-6f846322 .elementor-heading-title {
        font-size: 25px;
    }

    .elementor-1814 .elementor-element.elementor-element-6c7e0346 {
        text-align: center;
        font-size: 18px;
    }

    .elementor-1814 .elementor-element.elementor-element-d05f506>.elementor-widget-container {
        margin: -22px -0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-d05f506 .elementor-button {
        font-size: 24px;
        line-height: 0.6em;
        padding: 10px 14px 10px 14px;
    }

    .elementor-1814 .elementor-element.elementor-element-3ea0368e .elementor-heading-title {
        font-size: 25px;
    }

    .elementor-1814 .elementor-element.elementor-element-18b6e652 {
        text-align: center;
        font-size: 18px;
    }

    .elementor-1814 .elementor-element.elementor-element-3ea8cfc>.elementor-widget-container {
        margin: -22px -0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-3ea8cfc .elementor-button {
        font-size: 24px;
        line-height: 0.6em;
        padding: 10px 14px 10px 14px;
    }

    .elementor-1814 .elementor-element.elementor-element-43661bd .elementor-heading-title {
        font-size: 28px;
        line-height: 1.1em;
    }

    .elementor-1814 .elementor-element.elementor-element-f053c08 {
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-ce8891e {
        --flex-wrap: nowrap;
    }

    .elementor-1814 .elementor-element.elementor-element-a670874 {
        --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;
        --flex-wrap: nowrap;
    }

    .elementor-1814 .elementor-element.elementor-element-e3aa7d6 {
        --flex-wrap: nowrap;
    }

    .elementor-1814 .elementor-element.elementor-element-c933dca .elementor-heading-title {
        font-size: 18px;
        line-height: 1.1em;
    }

    .elementor-1814 .elementor-element.elementor-element-0b66865 .elementor-heading-title {
        font-size: 18px;
        line-height: 1.1em;
    }

    .elementor-1814 .elementor-element.elementor-element-8257dac {
        --flex-wrap: nowrap;
    }

    .elementor-1814 .elementor-element.elementor-element-81d9065 .elementor-heading-title {
        font-size: 17px;
        line-height: 1.1em;
    }

    .elementor-1814 .elementor-element.elementor-element-91ea45f .elementor-heading-title {
        font-size: 17px;
        line-height: 1.1em;
    }

    .elementor-1814 .elementor-element.elementor-element-0897857 {
        --flex-wrap: nowrap;
    }

    .elementor-1814 .elementor-element.elementor-element-6fb9a0a .elementor-heading-title {
        font-size: 17px;
        line-height: 1.1em;
    }

    .elementor-1814 .elementor-element.elementor-element-1ee2b80 .elementor-heading-title {
        font-size: 17px;
        line-height: 1.1em;
    }

    .elementor-1814 .elementor-element.elementor-element-e800464 {
        --flex-wrap: nowrap;
    }

    .elementor-1814 .elementor-element.elementor-element-228bc73 .elementor-heading-title {
        font-size: 17px;
        line-height: 1.1em;
    }

    .elementor-1814 .elementor-element.elementor-element-3d0a8a8 .elementor-heading-title {
        font-size: 17px;
        line-height: 1.1em;
    }

    .elementor-1814 .elementor-element.elementor-element-d3fdacd {
        --flex-wrap: nowrap;
    }

    .elementor-1814 .elementor-element.elementor-element-522e25c .elementor-heading-title {
        font-size: 17px;
        line-height: 1.1em;
    }

    .elementor-1814 .elementor-element.elementor-element-069033a .elementor-heading-title {
        font-size: 17px;
        line-height: 1.1em;
    }

    .elementor-1814 .elementor-element.elementor-element-fa80959 {
        --flex-wrap: nowrap;
    }

    .elementor-1814 .elementor-element.elementor-element-74fa173 .elementor-heading-title {
        font-size: 17px;
        line-height: 1.1em;
    }

    .elementor-1814 .elementor-element.elementor-element-9e662d6 .elementor-heading-title {
        font-size: 17px;
        line-height: 1.1em;
    }

    .elementor-1814 .elementor-element.elementor-element-e8820c1 {
        --flex-wrap: nowrap;
    }

    .elementor-1814 .elementor-element.elementor-element-d65249b .elementor-heading-title {
        font-size: 17px;
        line-height: 1.1em;
    }

    .elementor-1814 .elementor-element.elementor-element-7863489 .elementor-heading-title {
        font-size: 17px;
        line-height: 1.1em;
    }

    .elementor-1814 .elementor-element.elementor-element-309a17c {
        --e-con-grid-template-columns: repeat(1, 1fr);
        --grid-auto-flow: row;
    }

    .elementor-1814 .elementor-element.elementor-element-2c6f0827>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-2c6f0827 {
        text-align: center;
        font-size: 18px;
        line-height: 1.5em;
    }

    .elementor-1814 .elementor-element.elementor-element-71788207 img {
        width: 100%;
        height: 302px;
    }

    .elementor-1814 .elementor-element.elementor-element-3716a77a {
        text-align: center;
        font-size: 18px;
        line-height: 1.5em;
    }

    .elementor-1814 .elementor-element.elementor-element-13c35076>.elementor-widget-container {
        margin: 0% 0% 0% 0%;
    }

    .elementor-1814 .elementor-element.elementor-element-13c35076 img {
        height: 100%;
    }

    .elementor-1814 .elementor-element.elementor-element-2c5a1902>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-2c5a1902 {
        text-align: center;
        font-size: 18px;
        line-height: 1.5em;
    }

    .elementor-1814 .elementor-element.elementor-element-1efd2f5d {
        margin-top: 40px;
        margin-bottom: 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-12eb3d8a>.elementor-widget-container {
        margin: 20px 0px 10px 0px;
        padding: 0px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-12eb3d8a .elementor-heading-title {
        font-size: 23px;
        line-height: 1.2em;
    }

    .elementor-1814 .elementor-element.elementor-element-116fab34>.elementor-widget-container {
        margin: -20px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-116fab34 .elementor-star-rating__title {
        font-size: 15px;
    }

    body:not(.rtl) .elementor-1814 .elementor-element.elementor-element-116fab34:not(.elementor-star-rating--align-justify) .elementor-star-rating__title {
        margin-right: 5px;
    }

    body.rtl .elementor-1814 .elementor-element.elementor-element-116fab34:not(.elementor-star-rating--align-justify) .elementor-star-rating__title {
        margin-left: 5px;
    }

    .elementor-1814 .elementor-element.elementor-element-116fab34 .elementor-star-rating {
        font-size: 14px;
    }

    body:not(.rtl) .elementor-1814 .elementor-element.elementor-element-116fab34 .elementor-star-rating i:not(:last-of-type) {
        margin-right: 1px;
    }

    body.rtl .elementor-1814 .elementor-element.elementor-element-116fab34 .elementor-star-rating i:not(:last-of-type) {
        margin-left: 1px;
    }

    .elementor-1814 .elementor-element.elementor-element-1c40fca4 {
        --margin-top: -31px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-4aec136c {
        --margin-top: -30px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-509ce045 {
        --flex-wrap: nowrap;
    }

    .elementor-1814 .elementor-element.elementor-element-29534595>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-29534595 {
        --container-widget-width: 49%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 49%);
        max-width: 49%;
    }

    .elementor-1814 .elementor-element.elementor-element-29534595 .elementor-heading-title {
        font-size: 15px;
    }

    .elementor-1814 .elementor-element.elementor-element-673d81f6 {
        --flex-wrap: nowrap;
    }

    .elementor-1814 .elementor-element.elementor-element-6d29c58f>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-6d29c58f {
        --container-widget-width: 49%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 49%);
        max-width: 49%;
    }

    .elementor-1814 .elementor-element.elementor-element-6d29c58f .elementor-heading-title {
        font-size: 15px;
    }

    .elementor-1814 .elementor-element.elementor-element-64d1eb74 {
        --flex-wrap: nowrap;
    }

    .elementor-1814 .elementor-element.elementor-element-32b392a7>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-32b392a7 {
        --container-widget-width: 49%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 49%);
        max-width: 49%;
    }

    .elementor-1814 .elementor-element.elementor-element-32b392a7 .elementor-heading-title {
        font-size: 15px;
    }

    .elementor-1814 .elementor-element.elementor-element-30e15414 {
        --flex-wrap: nowrap;
    }

    .elementor-1814 .elementor-element.elementor-element-aa654b6>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-aa654b6 {
        --container-widget-width: 49%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 49%);
        max-width: 49%;
    }

    .elementor-1814 .elementor-element.elementor-element-aa654b6 .elementor-heading-title {
        font-size: 15px;
    }

    .elementor-1814 .elementor-element.elementor-element-7fb64000 {
        --flex-wrap: nowrap;
    }

    .elementor-1814 .elementor-element.elementor-element-26b4479>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-26b4479 {
        --container-widget-width: 49%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 49%);
        max-width: 49%;
    }

    .elementor-1814 .elementor-element.elementor-element-26b4479 .elementor-heading-title {
        font-size: 15px;
    }

    .elementor-1814 .elementor-element.elementor-element-65288a54 {
        --margin-top: -20px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-497a6661 {
        --border-radius: 8px 8px 8px 8px;
    }

    .elementor-1814 .elementor-element.elementor-element-20518404>.elementor-widget-container {
        margin: -15px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-f2703bb {
        --border-radius: 8px 8px 8px 8px;
    }

    .elementor-1814 .elementor-element.elementor-element-63b48360>.elementor-widget-container {
        margin: -15px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-7caee415 {
        --border-radius: 8px 8px 8px 8px;
    }

    .elementor-1814 .elementor-element.elementor-element-26c098f4>.elementor-widget-container {
        margin: -15px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-ddf7ab5 {
        --margin-top: -20px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-2428510 {
        --border-radius: 8px 8px 8px 8px;
    }

    .elementor-1814 .elementor-element.elementor-element-380e4fe>.elementor-widget-container {
        margin: -15px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-ca0b2b5 {
        --border-radius: 8px 8px 8px 8px;
    }

    .elementor-1814 .elementor-element.elementor-element-a1e9dcb>.elementor-widget-container {
        margin: -15px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-3399a89 {
        --border-radius: 8px 8px 8px 8px;
    }

    .elementor-1814 .elementor-element.elementor-element-c37af67>.elementor-widget-container {
        margin: -15px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-5ee8865>.elementor-widget-container {
        margin: -22px -0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-5ee8865 .elementor-button {
        font-size: 24px;
        line-height: 0.6em;
        padding: 10px 14px 10px 14px;
    }

    .elementor-1814 .elementor-element.elementor-element-57885c94 {
        --margin-top: -46px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-25a1aeaa img {
        border-radius: 8px 8px 8px 8px;
    }

    .elementor-1814 .elementor-element.elementor-element-21e35a8b {
        border-width: 2px 2px 2px 2px;
        --border-top-width: 2px;
        --border-right-width: 2px;
        --border-bottom-width: 2px;
        --border-left-width: 2px;
        --margin-top: -10px;
        --margin-bottom: -10px;
        --margin-left: 4px;
        --margin-right: -6px;
        --padding-top: 16px;
        --padding-bottom: 12px;
        --padding-left: 12px;
        --padding-right: 12px;
    }

    .elementor-1814 .elementor-element.elementor-element-484dbfc7>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-484dbfc7 .elementor-heading-title {
        font-size: 19px;
        line-height: 1.1em;
    }

    .elementor-1814 .elementor-element.elementor-element-655c33e>.elementor-widget-container {
        margin: -20px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-642e554f>.elementor-widget-container {
        margin: -15px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-642e554f .elementor-heading-title {
        font-size: 22px;
        line-height: 1.1em;
    }

    .elementor-1814 .elementor-element.elementor-element-3e676884>.elementor-widget-container {
        margin: 1px -20px -20px -20px;
        padding: 0px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-3e676884 .elementor-headline {
        font-size: 37px;
        line-height: 2em;
        letter-spacing: -1.2px;
        word-spacing: 0em;
    }

    .elementor-1814 .elementor-element.elementor-element-3e676884 .elementor-headline-dynamic-text {
        line-height: 0.1em;
        word-spacing: 0.1em;
    }

    .elementor-1814 .elementor-element.elementor-element-48d34a39>.elementor-widget-container {
        margin: -6px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-48d34a39 .elementor-headline {
        font-size: 20px;
    }

    .elementor-1814 .elementor-element.elementor-element-5e28b134>.elementor-widget-container {
        margin: -10px 0px 25px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-5e28b134 .elementor-progress-bar {
        font-size: 12px;
    }

    .elementor-1814 .elementor-element.elementor-element-5e28b134 .elementor-title {
        font-size: 16px;
    }

    .elementor-1814 .elementor-element.elementor-element-24ddf5e5>.elementor-widget-container {
        margin: -33px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-76d2753c {
        --margin-top: 0px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
        --padding-top: 6px;
        --padding-bottom: 6px;
        --padding-left: 6px;
        --padding-right: 6px;
    }

    .elementor-1814 .elementor-element.elementor-element-4c9626df .elementor-button {
        font-size: 22px;
    }

    .elementor-1814 .elementor-element.elementor-element-6a97226a .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
        padding-bottom: calc(8px/2);
    }

    .elementor-1814 .elementor-element.elementor-element-6a97226a .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
        margin-top: calc(8px/2);
    }

    .elementor-1814 .elementor-element.elementor-element-6a97226a .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin-right: calc(8px/2);
        margin-left: calc(8px/2);
    }

    .elementor-1814 .elementor-element.elementor-element-6a97226a .elementor-icon-list-items.elementor-inline-items {
        margin-right: calc(-8px/2);
        margin-left: calc(-8px/2);
    }

    body.rtl .elementor-1814 .elementor-element.elementor-element-6a97226a .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        left: calc(-8px/2);
    }

    body:not(.rtl) .elementor-1814 .elementor-element.elementor-element-6a97226a .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        right: calc(-8px/2);
    }

    .elementor-1814 .elementor-element.elementor-element-6a97226a {
        --e-icon-list-icon-size: 26px;
    }

    .elementor-1814 .elementor-element.elementor-element-6a97226a .elementor-icon-list-item>.elementor-icon-list-text,
    .elementor-1814 .elementor-element.elementor-element-6a97226a .elementor-icon-list-item>a {
        font-size: 18px;
        line-height: 1.4em;
    }

    .elementor-1814 .elementor-element.elementor-element-20d15d2a>.elementor-widget-container {
        margin: 20px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-41efac72>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
        padding: 10px 8px 0px 8px;
        border-radius: 5px 5px 5px 5px;
    }

    .elementor-1814 .elementor-element.elementor-element-41efac72 {
        text-align: center;
        font-size: 15px;
    }

    .elementor-1814 .elementor-element.elementor-element-68d49579>.elementor-widget-container {
        margin: 15px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-68d49579 .elementor-accordion-title {
        font-size: 16px;
    }

    .elementor-1814 .elementor-element.elementor-element-68d49579 .elementor-tab-content {
        font-size: 16px;
    }

    .elementor-1814 .elementor-element.elementor-element-8287981>.elementor-widget-container {
        margin: 15px -0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-8287981 .elementor-button {
        font-size: 24px;
        line-height: 0.6em;
        padding: 10px 14px 10px 14px;
    }

    .elementor-1814 .elementor-element.elementor-element-dc9aad5 img {
        width: 70%;
    }

    .elementor-1814 .elementor-element.elementor-element-2f54d0a .elementor-heading-title {
        font-size: 12px;
    }

    .elementor-1814 .elementor-element.elementor-element-8a5ab8f .elementor-icon-list-item>.elementor-icon-list-text,
    .elementor-1814 .elementor-element.elementor-element-8a5ab8f .elementor-icon-list-item>a {
        font-size: 12px;
    }

    .elementor-1814 .elementor-element.elementor-element-7e82875 .elementor-heading-title {
        font-size: 16px;
        line-height: 1.1em;
    }

    .elementor-1814 .elementor-element.elementor-element-aac5331 .elementor-icon-list-item>.elementor-icon-list-text,
    .elementor-1814 .elementor-element.elementor-element-aac5331 .elementor-icon-list-item>a {
        font-size: 12px;
    }

    .elementor-1814 .elementor-element.elementor-element-2a04f71 .elementor-heading-title {
        font-size: 16px;
        line-height: 1.1em;
    }

    .elementor-1814 .elementor-element.elementor-element-7c16f6b .elementor-icon-list-item>.elementor-icon-list-text,
    .elementor-1814 .elementor-element.elementor-element-7c16f6b .elementor-icon-list-item>a {
        font-size: 12px;
    }

    .elementor-1814 .elementor-element.elementor-element-4219ba8 .elementor-heading-title {
        font-size: 10px;
        line-height: 1.4em;
    }

    .elementor-1814 .elementor-element.elementor-element-d2f8638>.elementor-widget-container {
        margin: -30px 0px 0px 0px;
    }

    .elementor-1814 .elementor-element.elementor-element-d2f8638 img {
        width: 90%;
    }
}

/*! elementor - v3.23.0 - 23-07-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-pro - v3.23.0 - 23-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%)
}