/* Combined stylesheet generated from the original page CSS files. */
/* Source order follows the first stylesheet appearance across the HTML/PHP pages. */


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Tajawal:wght@400;500;600;700;800&display=swap');

/* Source: assets/plugins/hostinger-reach/frontend/dist/blocks/subscription.css */
.hostinger-reach-block-connect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background: #fff6e9;
  padding: 14px;
  font-size: 14px;
  margin: 28px 0 14px
}

.hostinger-reach-block-connect__title {
  color: #1d1e20;
  font-weight: 700;
  margin-bottom: 4px
}

.hostinger-reach-block-connect__subtitle {
  color: #727586;
  margin-bottom: 4px
}

.hostinger-reach-block-connect a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline
}

.hostinger-reach-block-dialog {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background: #fff;
  color: #1d1e20;
  padding: 20px;
  gap: 14px;
  font-size: 14px;
  line-height: 20px;
  bottom: 80px;
  left: 20px;
  position: fixed;
  z-index: 100001;
  max-width: 400px;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  box-shadow: 0 0 10px rgba(0, 0, 0, .05)
}

.hostinger-reach-block-dialog__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px
}

.hostinger-reach-block-dialog__button_indicator {
  height: 16px;
  width: 16px
}

.hostinger-reach-block-dialog__button {
  cursor: pointer;
  text-align: center;
  background: #673de6;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 6px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px
}

.hostinger-reach-block-dialog__button:hover {
  background: #5029c2
}

.hostinger-reach-block-dialog__button a {
  color: #fff;
  text-decoration: none
}

.hostinger-reach-block-dialog__button a:hover,
.hostinger-reach-block-dialog__button a:focus,
.hostinger-reach-block-dialog__button a:active {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none
}

.hostinger-reach-block-dialog__button svg {
  height: 16px;
  width: 16px
}

.hostinger-reach-block-dialog__button svg path {
  fill: #fff
}

.hostinger-reach-block-dialog__close {
  cursor: pointer
}

.hostinger-reach-block-dialog__close:before,
.hostinger-reach-block-dialog__close:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #1d1e20;
  top: 26px;
  right: 16px
}

.hostinger-reach-block-dialog__close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.hostinger-reach-block-dialog__close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.hostinger-reach-block-dialog__close:hover:before,
.hostinger-reach-block-dialog__close:hover:after {
  background-color: #727272
}

.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%
}

.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  width: 100%;
  gap: .5rem
}

.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline .hostinger-reach-block-form-field {
  min-width: 70%
}

.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline .hostinger-reach-block-submit {
  min-width: 30%
}

.hostinger-reach-block-subscription-form .hostinger-reach-block-submit {
  border-width: 0;
  margin-top: var(--wp--preset--spacing--20);
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  text-align: center;
  width: 100%;
  word-break: break-word;
  font-weight: 500;
  min-height: 40px;
  border-radius: 50px
}

.hostinger-reach-block-subscription-form .hostinger-reach-block-form-field {
  margin-top: 8px
}

.hostinger-reach-block-subscription-form label {
  display: block;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 8px;
  padding: 0
}

.hostinger-reach-block-subscription-form input {
  display: block;
  width: 100%;
  padding: 3px 10px;
  min-height: 40px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 4px;
  border: 1px solid #8c8f94;
  background-color: #fff;
  color: #2c3338;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.hostinger-reach-block-tags {
  margin-left: -6px;
  margin-top: 10px;
  max-height: 14em;
  overflow: auto;
  padding-left: 6px;
  padding-top: 6px;
  margin-bottom: 20px
}

.components-button.is-link.hostinger-reach-block-toggler {
  margin-bottom: 20px
}

.hostinger-reach-block-newtag {
  margin-bottom: 20px
}

.reach-subscription-message.is-success {
  background: rgba(0, 158, 91, .1019607843);
  font-weight: bold;
  padding: 1em;
  gap: 10px
}

/*# sourceMappingURL=subscription.css.map*/

/* Source: assets/assets/css/reset.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

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

body {
  background-color: #fff;
  color: #333;
  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;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

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

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-end: .9rem;
  margin-block-start: 0
}

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;
  color: #c36;
  text-decoration: none
}

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 {
  color: #333;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4
}

[hidden],
template {
  display: none
}

@media print {

  *,
  :after,
  :before {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !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;
    border: 1px solid #ccc;
    break-inside: avoid
  }

  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 {
  border: 1px solid #666;
  border-radius: 3px;
  padding: .5rem 1rem;
  transition: all .3s;
  width: 100%
}

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 {
  -webkit-appearance: button;
  width: auto
}

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

[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 {
  background-color: #c36;
  color: #fff;
  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;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: .9em;
  margin-block-end: 15px;
  width: 100%
}

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

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%, .502)
}

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

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

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

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

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

  table table th {
    font-weight: 400
  }
}

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


/* Source: assets/assets/css/theme.css */
.comments-area a,
.page-content a {
  text-decoration: underline
}

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

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

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

.alignwide {
  margin-inline: -80px
}

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

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

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

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

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

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

.wp-caption-text {
  margin: 0
}

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

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

.sticky {
  display: block;
  position: relative
}

.bypostauthor {
  font-size: inherit
}

.hide {
  display: none !important
}

.post-password-form {
  margin: 50px auto;
  max-width: 500px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:768px) {

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

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

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

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

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

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

@media(max-width:575px) {

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

@media(min-width:576px) {

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

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

@media(min-width:768px) {

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

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

@media(min-width:992px) {

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

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

@media(min-width:1200px) {

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

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

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


/* Source: assets/assets/css/header-footer.css */
.site-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-block-end: 1rem;
  padding-block-start: 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;
  gap: .5rem;
  justify-content: center
}

.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-end: 1rem;
  padding-block-start: 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;
  gap: .5rem;
  justify-content: center
}

.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;
    max-width: none;
    text-align: center;
    width: 100%
  }

  .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 {
  align-items: center;
  display: flex;
  padding: 8px 15px
}

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

.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 {
  background-color: currentColor;
  border-radius: 3px;
  content: "";
  display: block;
  height: 3px;
  transition: all .2s ease-in-out
}

.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 {
  align-items: center;
  display: flex
}

.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 {
  display: flex;
  position: relative
}

.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 {
  align-items: center;
  color: #666;
  content: "â–¾";
  display: flex;
  font-size: 1.5em;
  justify-content: center;
  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;
  left: 0;
  min-width: 150px;
  position: absolute;
  top: 100%;
  z-index: 2
}

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

.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 {
  bottom: 100%;
  top: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Source: assets/css/frontend.min.css */
:root {
  --direction-multiplier: 1
}

body.rtl,
html[dir=rtl] {
  --direction-multiplier: -1
}

.elementor-hidden {
  display: none
}

.elementor-visibility-hidden {
  visibility: hidden
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -10000em;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.elementor-clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0
}

.e-logo-wrapper {
  display: inline-block;
  line-height: 1
}

.e-logo-wrapper i {
  color: var(--e-a-color-circle-logo);
  font-size: 2.5em
}

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

.elementor a {
  box-shadow: none;
  text-decoration: none
}

.elementor hr {
  background-color: transparent;
  margin: 0
}

.elementor img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
  margin: 0
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
  border: none;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  width: 100%
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
  direction: ltr;
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: 0
}

.elementor .elementor-background-video-container {
  pointer-events: none;
  transition: opacity 1s
}

.elementor .elementor-background-video-container.elementor-loading {
  opacity: 0
}

.elementor .elementor-background-video,
.elementor .elementor-background-video-embed {
  max-width: none
}

.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
  inset-block-start: 50%;
  inset-inline-start: 50%;
  position: absolute;
  transform: translate(-50%, -50%)
}

.elementor .elementor-background-video-hosted {
  -o-object-fit: cover;
  object-fit: cover
}

.elementor .elementor-background-overlay {
  inset: 0;
  position: absolute
}

.elementor .elementor-background-slideshow {
  inset: 0;
  position: absolute;
  z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  width: 100%
}

.e-con-inner>.elementor-element.elementor-absolute,
.e-con>.elementor-element.elementor-absolute,
.elementor-widget-wrap>.elementor-element.elementor-absolute {
  position: absolute
}

.e-con-inner>.elementor-element.elementor-fixed,
.e-con>.elementor-element.elementor-fixed,
.elementor-widget-wrap>.elementor-element.elementor-fixed {
  position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
  max-width: 100%
}

@media (max-width:1024px) {

  .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
  .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
    max-width: 100%
  }
}

@media (max-width:767px) {

  .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
  .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
    max-width: 100%
  }
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
  z-index: 1
}

.elementor-element {
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  align-self: var(--align-self);
  flex-basis: var(--flex-basis);
  flex-grow: var(--flex-grow);
  flex-shrink: var(--flex-shrink);
  order: var(--order)
}

.elementor-element:where(.e-con-full, .elementor-widget) {
  align-content: var(--align-content);
  align-items: var(--align-items);
  flex-direction: var(--flex-direction);
  flex-wrap: var(--flex-wrap);
  gap: var(--row-gap) var(--column-gap);
  justify-content: var(--justify-content)
}

.elementor-invisible {
  visibility: hidden
}

/* Fix: force header visible in all pages - elementor-invisible is normally removed by JS */
header.elementor-location-header,
header.elementor-location-header *,
header.elementor-location-header .elementor-invisible,
header.elementor-location-header .elementor-invisible * {
  visibility: visible !important;
  opacity: 1 !important;
}

.elementor-custom-embed-play {
  inset-block-start: 50%;
  inset-inline-start: 50%;
  position: absolute;
  transform: translate(calc(-50% * var(--direction-multiplier)), -50%)
}

.elementor-custom-embed-play i {
  color: #fff;
  font-size: 100px;
  text-shadow: 1px 0 6px rgba(0, 0, 0, .3)
}

.elementor-custom-embed-play svg {
  fill: #fff;
  filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3));
  height: 100px;
  width: 100px
}

.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
  opacity: .8;
  transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
  font-family: eicons
}

.elementor-custom-embed-play.elementor-playing i:before {
  content: "\e8fb"
}

.elementor-custom-embed-play.elementor-playing i,
.elementor-custom-embed-play.elementor-playing svg {
  animation: eicon-spin 2s linear infinite
}

.elementor-tag {
  display: inline-flex
}

.elementor-ken-burns {
  transition-duration: 10s;
  transition-property: transform;
  transition-timing-function: linear
}

.elementor-ken-burns--out {
  transform: scale(1.3)
}

.elementor-ken-burns--active {
  transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
  transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
  transform: scale(1.3)
}

.elementor-align-center {
  text-align: center
}

.elementor-align-right {
  text-align: right
}

.elementor-align-left {
  text-align: left
}

.elementor-align-center .elementor-button,
.elementor-align-left .elementor-button,
.elementor-align-right .elementor-button {
  width: auto
}

.elementor-align-justify .elementor-button {
  width: 100%
}

@media (min-width:-1) {
  .elementor-widescreen-align-center {
    text-align: center
  }

  .elementor-widescreen-align-right {
    text-align: right
  }

  .elementor-widescreen-align-left {
    text-align: left
  }

  .elementor-widescreen-align-center .elementor-button,
  .elementor-widescreen-align-left .elementor-button,
  .elementor-widescreen-align-right .elementor-button {
    width: auto
  }

  .elementor-widescreen-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width:-1) {
  .elementor-laptop-align-center {
    text-align: center
  }

  .elementor-laptop-align-right {
    text-align: right
  }

  .elementor-laptop-align-left {
    text-align: left
  }

  .elementor-laptop-align-center .elementor-button,
  .elementor-laptop-align-left .elementor-button,
  .elementor-laptop-align-right .elementor-button {
    width: auto
  }

  .elementor-laptop-align-justify .elementor-button {
    width: 100%
  }

  .elementor-tablet_extra-align-center {
    text-align: center
  }

  .elementor-tablet_extra-align-right {
    text-align: right
  }

  .elementor-tablet_extra-align-left {
    text-align: left
  }

  .elementor-tablet_extra-align-center .elementor-button,
  .elementor-tablet_extra-align-left .elementor-button,
  .elementor-tablet_extra-align-right .elementor-button {
    width: auto
  }

  .elementor-tablet_extra-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width:1024px) {
  .elementor-tablet-align-center {
    text-align: center
  }

  .elementor-tablet-align-right {
    text-align: right
  }

  .elementor-tablet-align-left {
    text-align: left
  }

  .elementor-tablet-align-center .elementor-button,
  .elementor-tablet-align-left .elementor-button,
  .elementor-tablet-align-right .elementor-button {
    width: auto
  }

  .elementor-tablet-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width:-1) {
  .elementor-mobile_extra-align-center {
    text-align: center
  }

  .elementor-mobile_extra-align-right {
    text-align: right
  }

  .elementor-mobile_extra-align-left {
    text-align: left
  }

  .elementor-mobile_extra-align-center .elementor-button,
  .elementor-mobile_extra-align-left .elementor-button,
  .elementor-mobile_extra-align-right .elementor-button {
    width: auto
  }

  .elementor-mobile_extra-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width:767px) {
  .elementor-mobile-align-center {
    text-align: center
  }

  .elementor-mobile-align-right {
    text-align: right
  }

  .elementor-mobile-align-left {
    text-align: left
  }

  .elementor-mobile-align-center .elementor-button,
  .elementor-mobile-align-left .elementor-button,
  .elementor-mobile-align-right .elementor-button {
    width: auto
  }

  .elementor-mobile-align-justify .elementor-button {
    width: 100%
  }
}

:root {
  --page-title-display: block
}

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

@keyframes eicon-spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(359deg)
  }
}

.eicon-animation-spin {
  animation: eicon-spin 2s linear infinite
}

.elementor-section {
  position: relative
}

.elementor-section .elementor-container {
  display: flex;
  margin-inline: auto;
  position: relative
}

@media (max-width:1024px) {
  .elementor-section .elementor-container {
    flex-wrap: wrap
  }
}

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

.elementor-section.elementor-section-stretched {
  position: relative;
  width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
  align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
  align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
  align-items: flex-end
}

@media (min-width:768px) {
  .elementor-section.elementor-section-height-full {
    height: 100vh
  }

  .elementor-section.elementor-section-height-full>.elementor-container {
    height: 100%
  }
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
  align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
  align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
  align-items: flex-end
}

.elementor-widget-wrap {
  align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex
}

.elementor-widget-wrap>.elementor-element {
  width: 100%
}

.elementor-widget-wrap.e-swiper-container {
  width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}

.elementor-widget {
  position: relative
}

.elementor-widget:not(:last-child) {
  margin-block-end: var(--kit-widget-spacing, 20px)
}

.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
  margin-block-end: 0
}

.elementor-column {
  display: flex;
  min-height: 1px;
  position: relative
}

.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
  padding: 5px
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 10px
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
  padding: 15px
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
  padding: 20px
}

.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
  padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
  padding: 0
}

@media (min-width:768px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .elementor-reverse-laptop>.elementor-container>:first-child,
  .elementor-reverse-laptop>.elementor-container>:nth-child(10),
  .elementor-reverse-laptop>.elementor-container>:nth-child(2),
  .elementor-reverse-laptop>.elementor-container>:nth-child(3),
  .elementor-reverse-laptop>.elementor-container>:nth-child(4),
  .elementor-reverse-laptop>.elementor-container>:nth-child(5),
  .elementor-reverse-laptop>.elementor-container>:nth-child(6),
  .elementor-reverse-laptop>.elementor-container>:nth-child(7),
  .elementor-reverse-laptop>.elementor-container>:nth-child(8),
  .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
    order: 0
  }

  .elementor-reverse-tablet_extra>.elementor-container>:first-child {
    order: 10
  }

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

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

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

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

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

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

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

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

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

@media (min-width:768px) and (max-width:1024px) {
  .elementor-reverse-tablet>.elementor-container>:first-child {
    order: 10
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .elementor-reverse-tablet>.elementor-container>:first-child,
  .elementor-reverse-tablet>.elementor-container>:nth-child(10),
  .elementor-reverse-tablet>.elementor-container>:nth-child(2),
  .elementor-reverse-tablet>.elementor-container>:nth-child(3),
  .elementor-reverse-tablet>.elementor-container>:nth-child(4),
  .elementor-reverse-tablet>.elementor-container>:nth-child(5),
  .elementor-reverse-tablet>.elementor-container>:nth-child(6),
  .elementor-reverse-tablet>.elementor-container>:nth-child(7),
  .elementor-reverse-tablet>.elementor-container>:nth-child(8),
  .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
    order: 0
  }

  .elementor-reverse-mobile_extra>.elementor-container>:first-child {
    order: 10
  }

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

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

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

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

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

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

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

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

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

@media (max-width:767px) {
  .elementor-reverse-mobile>.elementor-container>:first-child {
    order: 10
  }

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

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

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

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

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

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

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

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

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

  .elementor-column {
    width: 100%
  }
}

.elementor-grid {
  display: grid;
  grid-column-gap: var(--grid-column-gap);
  grid-row-gap: var(--grid-row-gap)
}

.elementor-grid .elementor-grid-item {
  min-width: 0
}

.elementor-grid-0 .elementor-grid {
  display: inline-block;
  margin-block-end: calc(-1 * var(--grid-row-gap));
  width: 100%;
  word-spacing: var(--grid-column-gap)
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
  display: inline-block;
  margin-block-end: var(--grid-row-gap);
  word-break: break-word
}

.elementor-grid-1 .elementor-grid {
  grid-template-columns: repeat(1, 1fr)
}

.elementor-grid-2 .elementor-grid {
  grid-template-columns: repeat(2, 1fr)
}

.elementor-grid-3 .elementor-grid {
  grid-template-columns: repeat(3, 1fr)
}

.elementor-grid-4 .elementor-grid {
  grid-template-columns: repeat(4, 1fr)
}

.elementor-grid-5 .elementor-grid {
  grid-template-columns: repeat(5, 1fr)
}

.elementor-grid-6 .elementor-grid {
  grid-template-columns: repeat(6, 1fr)
}

.elementor-grid-7 .elementor-grid {
  grid-template-columns: repeat(7, 1fr)
}

.elementor-grid-8 .elementor-grid {
  grid-template-columns: repeat(8, 1fr)
}

.elementor-grid-9 .elementor-grid {
  grid-template-columns: repeat(9, 1fr)
}

.elementor-grid-10 .elementor-grid {
  grid-template-columns: repeat(10, 1fr)
}

.elementor-grid-11 .elementor-grid {
  grid-template-columns: repeat(11, 1fr)
}

.elementor-grid-12 .elementor-grid {
  grid-template-columns: repeat(12, 1fr)
}

@media (min-width:-1) {
  .elementor-grid-widescreen-0 .elementor-grid {
    display: inline-block;
    margin-block-end: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap)
  }

  .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-block-end: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-widescreen-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-widescreen-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-widescreen-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-widescreen-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-widescreen-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-widescreen-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-widescreen-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-widescreen-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-widescreen-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-widescreen-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-widescreen-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-widescreen-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (max-width:-1) {
  .elementor-grid-laptop-0 .elementor-grid {
    display: inline-block;
    margin-block-end: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap)
  }

  .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-block-end: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-laptop-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-laptop-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-laptop-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-laptop-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-laptop-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-laptop-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-laptop-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-laptop-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-laptop-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-laptop-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-laptop-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-laptop-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }

  .elementor-grid-tablet_extra-0 .elementor-grid {
    display: inline-block;
    margin-block-end: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap)
  }

  .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-block-end: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-tablet_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-tablet_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-tablet_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-tablet_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-tablet_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-tablet_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-tablet_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-tablet_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-tablet_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-tablet_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-tablet_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-tablet_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (max-width:1024px) {
  .elementor-grid-tablet-0 .elementor-grid {
    display: inline-block;
    margin-block-end: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap)
  }

  .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-block-end: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-tablet-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-tablet-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-tablet-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-tablet-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-tablet-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-tablet-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-tablet-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-tablet-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-tablet-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-tablet-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-tablet-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-tablet-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (max-width:-1) {
  .elementor-grid-mobile_extra-0 .elementor-grid {
    display: inline-block;
    margin-block-end: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap)
  }

  .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-block-end: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-mobile_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-mobile_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-mobile_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-mobile_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-mobile_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-mobile_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-mobile_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-mobile_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-mobile_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-mobile_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-mobile_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-mobile_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (max-width:767px) {
  .elementor-grid-mobile-0 .elementor-grid {
    display: inline-block;
    margin-block-end: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap)
  }

  .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-block-end: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-mobile-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-mobile-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-mobile-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-mobile-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-mobile-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-mobile-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-mobile-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-mobile-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-mobile-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-mobile-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-mobile-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-mobile-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (min-width:1025px) {
  #elementor-device-mode:after {
    content: "desktop"
  }
}

@media (min-width:-1) {
  #elementor-device-mode:after {
    content: "widescreen"
  }
}

@media (max-width:-1) {
  #elementor-device-mode:after {
    content: "laptop";
    content: "tablet_extra"
  }
}

@media (max-width:1024px) {
  #elementor-device-mode:after {
    content: "tablet"
  }
}

@media (max-width:-1) {
  #elementor-device-mode:after {
    content: "mobile_extra"
  }
}

@media (max-width:767px) {
  #elementor-device-mode:after {
    content: "mobile"
  }
}

@media (prefers-reduced-motion:no-preference) {
  html {
    scroll-behavior: smooth
  }
}

.e-con {
  --border-radius: 0;
  --border-top-width: 0px;
  --border-right-width: 0px;
  --border-bottom-width: 0px;
  --border-left-width: 0px;
  --border-style: initial;
  --border-color: initial;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --content-width: min(100%, var(--container-max-width, 1140px));
  --width: 100%;
  --min-height: initial;
  --height: auto;
  --text-align: initial;
  --margin-top: 0px;
  --margin-right: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --padding-top: var(--container-default-padding-top, 10px);
  --padding-right: var(--container-default-padding-right, 10px);
  --padding-bottom: var(--container-default-padding-bottom, 10px);
  --padding-left: var(--container-default-padding-left, 10px);
  --position: relative;
  --z-index: revert;
  --overflow: visible;
  --gap: var(--widgets-spacing, 20px);
  --row-gap: var(--widgets-spacing-row, 20px);
  --column-gap: var(--widgets-spacing-column, 20px);
  --overlay-mix-blend-mode: initial;
  --overlay-opacity: 1;
  --overlay-transition: 0.3s;
  --e-con-grid-template-columns: repeat(3, 1fr);
  --e-con-grid-template-rows: repeat(2, 1fr);
  border-radius: var(--border-radius);
  height: var(--height);
  min-height: var(--min-height);
  min-width: 0;
  overflow: var(--overflow);
  position: var(--position);
  width: var(--width);
  z-index: var(--z-index);
  --flex-wrap-mobile: wrap
}

.e-con:where(:not(.e-div-block-base)) {
  transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s)
}

.e-con {
  --margin-block-start: var(--margin-top);
  --margin-block-end: var(--margin-bottom);
  --margin-inline-start: var(--margin-left);
  --margin-inline-end: var(--margin-right);
  --padding-inline-start: var(--padding-left);
  --padding-inline-end: var(--padding-right);
  --padding-block-start: var(--padding-top);
  --padding-block-end: var(--padding-bottom);
  --border-block-start-width: var(--border-top-width);
  --border-block-end-width: var(--border-bottom-width);
  --border-inline-start-width: var(--border-left-width);
  --border-inline-end-width: var(--border-right-width)
}

body.rtl .e-con {
  --padding-inline-start: var(--padding-right);
  --padding-inline-end: var(--padding-left);
  --margin-inline-start: var(--margin-right);
  --margin-inline-end: var(--margin-left);
  --border-inline-start-width: var(--border-right-width);
  --border-inline-end-width: var(--border-left-width)
}

.e-con {
  margin-block-end: var(--margin-block-end);
  margin-block-start: var(--margin-block-start);
  margin-inline-end: var(--margin-inline-end);
  margin-inline-start: var(--margin-inline-start);
  padding-inline-end: var(--padding-inline-end);
  padding-inline-start: var(--padding-inline-start)
}

.e-con.e-flex {
  --flex-direction: column;
  --flex-basis: auto;
  --flex-grow: 0;
  --flex-shrink: 1;
  flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis)
}

.e-con-full,
.e-con>.e-con-inner {
  padding-block-end: var(--padding-block-end);
  padding-block-start: var(--padding-block-start);
  text-align: var(--text-align)
}

.e-con-full.e-flex,
.e-con.e-flex>.e-con-inner {
  flex-direction: var(--flex-direction)
}

.e-con,
.e-con>.e-con-inner {
  display: var(--display)
}

.e-con.e-grid {
  --grid-justify-content: start;
  --grid-align-content: start;
  --grid-auto-flow: row
}

.e-con.e-grid,
.e-con.e-grid>.e-con-inner {
  align-content: var(--grid-align-content);
  align-items: var(--align-items);
  grid-auto-flow: var(--grid-auto-flow);
  grid-template-columns: var(--e-con-grid-template-columns);
  grid-template-rows: var(--e-con-grid-template-rows);
  justify-content: var(--grid-justify-content);
  justify-items: var(--justify-items)
}

.e-con-boxed.e-flex {
  align-content: normal;
  align-items: normal;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: normal
}

.e-con-boxed.e-grid {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-items: legacy
}

.e-con-boxed {
  gap: initial;
  text-align: initial
}

.e-con.e-flex>.e-con-inner {
  align-content: var(--align-content);
  align-items: var(--align-items);
  align-self: auto;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: var(--flex-wrap);
  justify-content: var(--justify-content)
}

.e-con.e-grid>.e-con-inner {
  align-items: var(--align-items);
  justify-items: var(--justify-items)
}

.e-con>.e-con-inner {
  gap: var(--row-gap) var(--column-gap);
  height: 100%;
  margin: 0 auto;
  max-width: var(--content-width);
  padding-inline-end: 0;
  padding-inline-start: 0;
  width: 100%
}

:is(.elementor-section-wrap, [data-elementor-id])>.e-con {
  --margin-left: auto;
  --margin-right: auto;
  max-width: min(100%, var(--width))
}

:is([data-widget_type="e-component.default"], [data-widget_type="e-component.default"]>.elementor-section-wrap)>.e-con {
  --margin-right: 0px;
  --margin-left: 0px
}

.e-con .elementor-widget.elementor-widget {
  margin-block-end: 0
}

.e-con:before,
.e-con>.elementor-background-slideshow:before,
.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
  border-block-end-width: var(--border-block-end-width);
  border-block-start-width: var(--border-block-start-width);
  border-color: var(--border-color);
  border-inline-end-width: var(--border-inline-end-width);
  border-inline-start-width: var(--border-inline-start-width);
  border-radius: var(--border-radius);
  border-style: var(--border-style);
  content: var(--background-overlay);
  display: block;
  height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
  left: calc(0px - var(--border-left-width));
  mix-blend-mode: var(--overlay-mix-blend-mode);
  opacity: var(--overlay-opacity);
  position: absolute;
  top: calc(0px - var(--border-top-width));
  transition: var(--overlay-transition, .3s);
  width: max(100% + var(--border-left-width) + var(--border-right-width), 100%)
}

.e-con:before {
  transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s)
}

.e-con>.elementor-background-slideshow,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container {
  border-block-end-width: var(--border-block-end-width);
  border-block-start-width: var(--border-block-start-width);
  border-color: var(--border-color);
  border-inline-end-width: var(--border-inline-end-width);
  border-inline-start-width: var(--border-inline-start-width);
  border-radius: var(--border-radius);
  border-style: var(--border-style);
  height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
  left: calc(0px - var(--border-left-width));
  top: calc(0px - var(--border-top-width));
  width: max(100% + var(--border-left-width) + var(--border-right-width), 100%)
}

@media (max-width:767px) {
  :is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile {
    display: none
  }
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
  z-index: 1
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-slideshow:before {
  z-index: 2
}

.e-con .elementor-widget {
  min-width: 0
}

.e-con .elementor-widget-empty,
.e-con .elementor-widget-google_maps,
.e-con .elementor-widget-video,
.e-con .elementor-widget.e-widget-swiper {
  width: 100%
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,
.e-con>.elementor-widget>.elementor-widget-container {
  height: 100%
}

.e-con.e-con>.e-con-inner>.elementor-widget,
.elementor.elementor .e-con>.elementor-widget {
  max-width: 100%
}

.e-con .elementor-widget:not(:last-child) {
  --kit-widget-spacing: 0px
}

@media (max-width:767px) {
  .e-con.e-flex {
    --width: 100%;
    --flex-wrap: var(--flex-wrap-mobile)
  }

  .e-con.e-flex .elementor-widget-archive-posts {
    width: 100%
  }
}

.elementor-form-fields-wrapper {
  display: flex;
  flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
  flex-basis: 100%;
  max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
  flex-grow: 1
}

.elementor-field-group {
  align-items: center;
  flex-wrap: wrap
}

.elementor-field-group.elementor-field-type-submit {
  align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
  background-color: transparent;
  border: 1px solid #69727d;
  color: #1f2124;
  flex-grow: 1;
  max-width: 100%;
  vertical-align: middle;
  width: 100%
}

.elementor-field-group .elementor-field-textual:focus {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
  outline: 0
}

.elementor-field-group .elementor-field-textual::-moz-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
  display: flex;
  position: relative;
  width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  flex-basis: 100%;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding-inline-end: 20px;
  text-transform: inherit
}

.elementor-field-group .elementor-select-wrapper:before {
  content: "\e92a";
  font-family: eicons;
  font-size: 15px;
  inset-block-start: 50%;
  inset-inline-end: 10px;
  pointer-events: none;
  position: absolute;
  text-shadow: 0 0 3px rgba(0, 0, 0, .3);
  transform: translateY(-50%)
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
  content: ""
}

.elementor-field-subgroup {
  display: flex;
  flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
  display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
  padding-inline-end: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
  flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
  display: inline
}

.elementor-field-label {
  cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
  color: red;
  content: "*";
  padding-inline-start: .2em
}

.elementor-field-textual {
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.4;
  min-height: 40px;
  padding: 5px 14px
}

.elementor-field-textual.elementor-size-xs {
  border-radius: 2px;
  font-size: 13px;
  min-height: 33px;
  padding: 4px 12px
}

.elementor-field-textual.elementor-size-md {
  border-radius: 4px;
  font-size: 16px;
  min-height: 47px;
  padding: 6px 16px
}

.elementor-field-textual.elementor-size-lg {
  border-radius: 5px;
  font-size: 18px;
  min-height: 59px;
  padding: 7px 20px
}

.elementor-field-textual.elementor-size-xl {
  border-radius: 6px;
  font-size: 20px;
  min-height: 72px;
  padding: 8px 24px
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
  flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
  flex-basis: 50%;
  flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
  flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons,
.elementor-button-align-center .elementor-field-type-submit {
  justify-content: center
}

.elementor-button-align-start .e-form__buttons,
.elementor-button-align-start .elementor-field-type-submit {
  justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit,
[dir=rtl] .elementor-button-align-start .e-form__buttons,
[dir=rtl] .elementor-button-align-start .elementor-field-type-submit {
  justify-content: flex-end
}

[dir=rtl] .elementor-button-align-end .e-form__buttons,
[dir=rtl] .elementor-button-align-end .elementor-field-type-submit {
  justify-content: flex-start
}

.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,
  [dir=rtl] .elementor-tablet-button-align-start .e-form__buttons,
  [dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit {
    justify-content: flex-end
  }

  [dir=rtl] .elementor-tablet-button-align-end .e-form__buttons,
  [dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit {
    justify-content: flex-start
  }

  .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,
  [dir=rtl] .elementor-mobile-button-align-start .e-form__buttons,
  [dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit {
    justify-content: flex-end
  }

  [dir=rtl] .elementor-mobile-button-align-end .e-form__buttons,
  [dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit {
    justify-content: flex-start
  }

  .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
  .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
  .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: auto
  }

  .elementor-mobile-button-align-center .e-form__buttons__wrapper,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0
  }

  .elementor-mobile-button-align-center .e-form__buttons__wrapper,
  .elementor-mobile-button-align-center .e-form__buttons__wrapper__button,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper__button,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto
  }
}

.elementor-error .elementor-field {
  border-color: #d9534f
}

.elementor-error .help-inline {
  color: #d9534f;
  font-size: .9em
}

.elementor-message {
  font-size: 1em;
  line-height: 1;
  margin: 10px 0
}

.elementor-message:before {
  content: "\e90e";
  display: inline-block;
  font-family: eicons;
  font-style: normal;
  font-weight: 400;
  margin-inline-end: 5px;
  vertical-align: middle
}

.elementor-message.elementor-message-danger {
  color: #d9534f
}

.elementor-message.elementor-message-danger:before {
  content: "\e87f"
}

.elementor-message.form-message-success {
  color: #5cb85c
}

.elementor-form .elementor-button {
  border: none;
  padding-block-end: 0;
  padding-block-start: 0
}

.elementor-form .elementor-button-content-wrapper,
.elementor-form .elementor-button>span {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center
}

.elementor-form .elementor-button.elementor-size-xs {
  min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
  min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
  min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
  min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
  min-height: 72px
}

.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,
.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)) {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s)
}

.elementor-heading-title {
  line-height: 1;
  margin: 0;
  padding: 0
}

.elementor-button {
  background-color: #69727d;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  fill: #fff;
  font-size: 15px;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
  color: #fff
}

.elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center
}

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

.elementor-button-icon svg {
  height: auto;
  width: 1em
}

.elementor-button-icon .e-font-icon-svg {
  height: 1em
}

.elementor-button-text {
  display: inline-block
}

.elementor-button.elementor-size-xs {
  border-radius: 2px;
  font-size: 13px;
  padding: 10px 20px
}

.elementor-button.elementor-size-md {
  border-radius: 4px;
  font-size: 16px;
  padding: 15px 30px
}

.elementor-button.elementor-size-lg {
  border-radius: 5px;
  font-size: 18px;
  padding: 20px 40px
}

.elementor-button.elementor-size-xl {
  border-radius: 6px;
  font-size: 20px;
  padding: 25px 50px
}

.elementor-button span {
  text-decoration: inherit
}

.elementor-element.elementor-button-info .elementor-button {
  background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
  background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
  background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
  background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
  background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
  background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
  background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
  background-color: #d9534f
}

.elementor-view-stacked .elementor-icon {
  background-color: #69727d;
  color: #fff;
  fill: #fff;
  padding: .5em
}

.elementor-view-framed .elementor-icon {
  background-color: transparent;
  border: 3px solid #69727d;
  color: #69727d;
  padding: .5em
}

.elementor-icon {
  color: #69727d;
  display: inline-block;
  font-size: 50px;
  line-height: 1;
  text-align: center;
  transition: all .3s
}

.elementor-icon:hover {
  color: #69727d
}

.elementor-icon i,
.elementor-icon svg {
  display: block;
  height: 1em;
  position: relative;
  width: 1em
}

.elementor-icon i:before,
.elementor-icon svg:before {
  left: 50%;
  position: absolute;
  transform: translateX(-50%)
}

.elementor-icon i.fad {
  width: auto
}

.elementor-shape-square .elementor-icon {
  border-radius: 0
}

.elementor-shape-rounded .elementor-icon {
  border-radius: 10%
}

.elementor-shape-circle .elementor-icon {
  border-radius: 50%
}

.e-transform .elementor-widget-container,
.e-transform:not(:has(.elementor-widget-container)) {
  transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.e-con.e-transform {
  transform: perspective(var(--e-con-transform-perspective, 0)) rotate(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
  transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)
}

.animated {
  animation-duration: 1.25s
}

.animated.animated-slow {
  animation-duration: 2s
}

.animated.animated-fast {
  animation-duration: .75s
}

.animated.infinite {
  animation-iteration-count: infinite
}

.animated.reverse {
  animation-direction: reverse;
  animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
  .animated {
    animation: none !important
  }

  html * {
    transition-delay: 0s !important;
    transition-duration: 0s !important
  }
}

@media (max-width:767px) {

  .elementor .elementor-hidden-mobile,
  .elementor .elementor-hidden-phone {
    display: none
  }
}

@media (min-width:-1) and (max-width:-1) {
  .elementor .elementor-hidden-mobile_extra {
    display: none
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .elementor .elementor-hidden-tablet {
    display: none
  }
}

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

  .elementor .elementor-hidden-laptop,
  .elementor .elementor-hidden-tablet_extra {
    display: none
  }
}

@media (min-width:1025px) and (max-width:99999px) {
  .elementor .elementor-hidden-desktop {
    display: none
  }
}

@media (min-width:-1) {
  .elementor .elementor-hidden-widescreen {
    display: none
  }
}

/* Source: media/elementor/css/post-9.css */
.elementor-kit-9 {
  --e-global-color-primary: #275D4D;
  --e-global-color-secondary: #275D4D;
  --e-global-color-text: #275D4D;
  --e-global-color-accent: #FF6F00;
  --e-global-color-background: #FAFAFA;
  --e-global-color-backgroundAccent: #e0f2f1;
  --e-global-color-transparent: #00000000;
  --e-global-typography-primary-font-family: "Tajawal";
  --e-global-typography-primary-font-size: 24px;
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-secondary-font-family: "Tajawal";
  --e-global-typography-secondary-font-size: 20px;
  --e-global-typography-secondary-font-weight: 600;
  --e-global-typography-text-font-family: "Tajawal";
  --e-global-typography-text-font-size: 16px;
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-text-line-height: 1.5em;
  --e-global-typography-accent-font-family: "Tajawal";
  --e-global-typography-accent-font-size: 16px;
  --e-global-typography-accent-font-weight: 400;
  --e-global-typography-accent-line-height: 1.5em;
  --e-global-typography-heading_xl-font-family: "Tajawal";
  --e-global-typography-heading_xl-font-size: 56px;
  --e-global-typography-heading_xl-font-weight: 600;
  --e-global-typography-heading_xl-line-height: 1.2em;
  --e-global-typography-heading_l-font-family: "Tajawal";
  --e-global-typography-heading_l-font-size: 48px;
  --e-global-typography-heading_l-font-weight: 600;
  --e-global-typography-heading_l-line-height: 1.2em;
  --e-global-typography-heading_m-font-family: "Tajawal";
  --e-global-typography-heading_m-font-size: 40px;
  --e-global-typography-heading_m-font-weight: 600;
  --e-global-typography-heading_m-line-height: 1.2em;
  --e-global-typography-heading_s-font-family: "Tajawal";
  --e-global-typography-heading_s-font-size: 18px;
  --e-global-typography-heading_s-font-weight: 500;
  --e-global-typography-body_s-font-family: "Tajawal";
  --e-global-typography-body_s-font-size: 14px;
  --e-global-typography-body_s-font-weight: 400;
  --e-global-typography-body_s-line-height: 1.5em;
  background-color: var(--e-global-color-background);
}

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

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

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

.elementor-widget:not(:last-child) {
  --kit-widget-spacing: 20px;
}

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

  {}

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

.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-kit-9 {
    --e-global-typography-primary-font-size: 22px;
    --e-global-typography-secondary-font-size: 18px;
    --e-global-typography-heading_xl-font-size: 48px;
    --e-global-typography-heading_l-font-size: 40px;
    --e-global-typography-heading_m-font-size: 32px;
    --e-global-typography-heading_s-font-size: 18px;
  }

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

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

@media(max-width:767px) {
  .elementor-kit-9 {
    --e-global-typography-primary-font-size: 18px;
    --e-global-typography-secondary-font-size: 16px;
    --e-global-typography-heading_xl-font-size: 40px;
    --e-global-typography-heading_l-font-size: 32px;
    --e-global-typography-heading_m-font-size: 32px;
    --e-global-typography-heading_s-font-size: 16px;
  }

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

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

/* Source: assets/css/widget-image-rtl.min.css */
.elementor-widget-image {
  text-align: center
}

.elementor-widget-image a {
  display: inline-block
}

.elementor-widget-image a img[src$=".svg"] {
  width: 48px
}

.elementor-widget-image img {
  display: inline-block;
  vertical-align: middle
}

/* Source: assets/css/widget-nav-menu-rtl.min.css */
/*! elementor-pro - v4.0.0 - 13-04-2026 */
@charset "UTF-8";

.site-main .menu-navigation-container {
  overflow: visible
}

.elementor-item:after,
.elementor-item:before {
  display: block;
  position: absolute;
  transition: .3s;
  transition-timing-function: cubic-bezier(.58, .3, .005, 1)
}

.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  opacity: 0
}

.elementor-item-active:after,
.elementor-item-active:before,
.elementor-item.highlighted:after,
.elementor-item.highlighted:before,
.elementor-item:focus:after,
.elementor-item:focus:before,
.elementor-item:hover:after,
.elementor-item:hover:before {
  transform: scale(1)
}

.e--pointer-double-line .elementor-item:after,
.e--pointer-double-line .elementor-item:before,
.e--pointer-overline .elementor-item:after,
.e--pointer-overline .elementor-item:before,
.e--pointer-underline .elementor-item:after,
.e--pointer-underline .elementor-item:before {
  background-color: #3f444b;
  height: 3px;
  left: 0;
  width: 100%;
  z-index: 2
}

.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  height: 0;
  left: 50%;
  width: 0
}

.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  top: 10px
}

.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
  bottom: 10px
}

.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  top: -10px
}

.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
  bottom: -10px
}

.e--pointer-double-line.e--animation-none,
.e--pointer-double-line.e--animation-none .elementor-item,
.e--pointer-double-line.e--animation-none .elementor-item:after,
.e--pointer-double-line.e--animation-none .elementor-item:before,
.e--pointer-double-line.e--animation-none .elementor-item:focus,
.e--pointer-double-line.e--animation-none .elementor-item:hover,
.e--pointer-double-line.e--animation-none:after,
.e--pointer-double-line.e--animation-none:before,
.e--pointer-double-line.e--animation-none:focus,
.e--pointer-double-line.e--animation-none:hover,
.e--pointer-overline.e--animation-none,
.e--pointer-overline.e--animation-none .elementor-item,
.e--pointer-overline.e--animation-none .elementor-item:after,
.e--pointer-overline.e--animation-none .elementor-item:before,
.e--pointer-overline.e--animation-none .elementor-item:focus,
.e--pointer-overline.e--animation-none .elementor-item:hover,
.e--pointer-overline.e--animation-none:after,
.e--pointer-overline.e--animation-none:before,
.e--pointer-overline.e--animation-none:focus,
.e--pointer-overline.e--animation-none:hover,
.e--pointer-underline.e--animation-none,
.e--pointer-underline.e--animation-none .elementor-item,
.e--pointer-underline.e--animation-none .elementor-item:after,
.e--pointer-underline.e--animation-none .elementor-item:before,
.e--pointer-underline.e--animation-none .elementor-item:focus,
.e--pointer-underline.e--animation-none .elementor-item:hover,
.e--pointer-underline.e--animation-none:after,
.e--pointer-underline.e--animation-none:before,
.e--pointer-underline.e--animation-none:focus,
.e--pointer-underline.e--animation-none:hover {
  transition-duration: 0s
}

.e--pointer-double-line .elementor-item:before,
.e--pointer-overline .elementor-item:before {
  content: "";
  top: 0
}

.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  left: -20px;
  width: 10px
}

.e--pointer-double-line .elementor-item:after,
.e--pointer-underline .elementor-item:after {
  bottom: 0;
  content: ""
}

.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
  inset-inline-start: 100%;
  width: 10px
}

.e--pointer-framed .elementor-item:after,
.e--pointer-framed .elementor-item:before {
  background: transparent;
  border: 3px solid #3f444b;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0
}

.e--pointer-framed .elementor-item:before {
  content: ""
}

.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  transform: scale(.75)
}

.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  transform: scale(1.25)
}

.e--pointer-framed.e--animation-grow .elementor-item:before,
.e--pointer-framed.e--animation-shrink .elementor-item:before {
  transition: opacity .2s, transform .4s
}

.e--pointer-framed.e--animation-draw .elementor-item:after,
.e--pointer-framed.e--animation-draw .elementor-item:before {
  height: 3px;
  width: 3px
}

.e--pointer-framed.e--animation-draw .elementor-item:before {
  border-block-end-width: 3px;
  border-block-start-width: 0;
  border-inline-end-width: 0;
  border-inline-start-width: 3px;
  transition: width .1s .2s, height .1s .3s, opacity .12s .22s
}

.e--pointer-framed.e--animation-draw .elementor-item:after {
  border-block-end-width: 0;
  border-block-start-width: 3px;
  border-inline-end-width: 3px;
  border-inline-start-width: 0;
  content: "";
  inset-block-end: 0;
  inset-block-start: auto;
  inset-inline-end: 0;
  inset-inline-start: auto;
  transition: width .1s, height .1s .1s, opacity .02s .18s
}

.e--pointer-framed.e--animation-draw .elementor-item-active:after,
.e--pointer-framed.e--animation-draw .elementor-item-active:before,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-draw .elementor-item:focus:after,
.e--pointer-framed.e--animation-draw .elementor-item:focus:before,
.e--pointer-framed.e--animation-draw .elementor-item:hover:after,
.e--pointer-framed.e--animation-draw .elementor-item:hover:before {
  height: 100%;
  width: 100%
}

.e--pointer-framed.e--animation-draw .elementor-item-active:before,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-draw .elementor-item:focus:before,
.e--pointer-framed.e--animation-draw .elementor-item:hover:before {
  transition: opacity .02s, height .1s, width .1s .1s
}

.e--pointer-framed.e--animation-draw .elementor-item-active:after,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-draw .elementor-item:focus:after,
.e--pointer-framed.e--animation-draw .elementor-item:hover:after {
  transition: opacity .02s .2s, height .1s .2s, width .1s .3s
}

.e--pointer-framed.e--animation-corners .elementor-item:after,
.e--pointer-framed.e--animation-corners .elementor-item:before {
  height: 3px;
  width: 3px
}

.e--pointer-framed.e--animation-corners .elementor-item:before {
  border-block-end-width: 0;
  border-block-start-width: 3px;
  border-inline-end-width: 0;
  border-inline-start-width: 3px
}

.e--pointer-framed.e--animation-corners .elementor-item:after {
  border-block-end-width: 3px;
  border-block-start-width: 0;
  border-inline-end-width: 3px;
  border-inline-start-width: 0;
  content: "";
  inset-block-end: 0;
  inset-block-start: auto;
  inset-inline-end: 0;
  inset-inline-start: auto
}

.e--pointer-framed.e--animation-corners .elementor-item-active:after,
.e--pointer-framed.e--animation-corners .elementor-item-active:before,
.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-corners .elementor-item:focus:after,
.e--pointer-framed.e--animation-corners .elementor-item:focus:before,
.e--pointer-framed.e--animation-corners .elementor-item:hover:after,
.e--pointer-framed.e--animation-corners .elementor-item:hover:before {
  height: 100%;
  transition: opacity 2ms, width .4s, height .4s;
  width: 100%
}

.e--pointer-framed.e--animation-none,
.e--pointer-framed.e--animation-none .elementor-item,
.e--pointer-framed.e--animation-none .elementor-item:after,
.e--pointer-framed.e--animation-none .elementor-item:before,
.e--pointer-framed.e--animation-none .elementor-item:focus,
.e--pointer-framed.e--animation-none .elementor-item:hover,
.e--pointer-framed.e--animation-none:after,
.e--pointer-framed.e--animation-none:before,
.e--pointer-framed.e--animation-none:focus,
.e--pointer-framed.e--animation-none:hover {
  transition-duration: 0s
}

.e--pointer-background .elementor-item:after,
.e--pointer-background .elementor-item:before {
  content: "";
  transition: .3s
}

.e--pointer-background .elementor-item:before {
  background: #3f444b;
  inset: 0;
  z-index: -1
}

.e--pointer-background .elementor-item-active,
.e--pointer-background .elementor-item.highlighted,
.e--pointer-background .elementor-item:focus,
.e--pointer-background .elementor-item:hover {
  color: #fff
}

.e--pointer-background.e--animation-grow .elementor-item:before {
  transform: scale(.5)
}

.e--pointer-background.e--animation-grow .elementor-item-active:before,
.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,
.e--pointer-background.e--animation-grow .elementor-item:focus:before,
.e--pointer-background.e--animation-grow .elementor-item:hover:before {
  opacity: 1;
  transform: scale(1)
}

.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  transform: scale(1.2);
  transition: .3s
}

.e--pointer-background.e--animation-shrink .elementor-item-active:before,
.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shrink .elementor-item:focus:before,
.e--pointer-background.e--animation-shrink .elementor-item:hover:before {
  transition: opacity .15s, transform .4s
}

.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  left: 100%
}

.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  right: 100%
}

.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  top: 100%
}

.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  bottom: 100%
}

.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  bottom: 50%;
  top: 50%
}

.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  left: 50%;
  right: 50%
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
  background: #3f444b;
  inset: 0;
  z-index: -1
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before {
  bottom: 100%;
  top: 0
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
  bottom: 0;
  top: 100%
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before {
  bottom: 50%
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after {
  top: 50%
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before {
  left: 100%;
  right: 0
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after {
  left: 0;
  right: 100%
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before {
  left: 50%
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after {
  right: 50%
}

.e--pointer-background.e--animation-none,
.e--pointer-background.e--animation-none .elementor-item,
.e--pointer-background.e--animation-none .elementor-item:after,
.e--pointer-background.e--animation-none .elementor-item:before,
.e--pointer-background.e--animation-none .elementor-item:focus,
.e--pointer-background.e--animation-none .elementor-item:hover,
.e--pointer-background.e--animation-none:after,
.e--pointer-background.e--animation-none:before,
.e--pointer-background.e--animation-none:focus,
.e--pointer-background.e--animation-none:hover {
  transition-duration: 0s
}

.e--pointer-text.e--animation-skew .elementor-item:focus,
.e--pointer-text.e--animation-skew .elementor-item:hover {
  transform: skew(-8deg)
}

.e--pointer-text.e--animation-grow .elementor-item:focus,
.e--pointer-text.e--animation-grow .elementor-item:hover {
  transform: scale(1.2)
}

.e--pointer-text.e--animation-shrink .elementor-item:focus,
.e--pointer-text.e--animation-shrink .elementor-item:hover {
  transform: scale(.8)
}

.e--pointer-text.e--animation-float .elementor-item:focus,
.e--pointer-text.e--animation-float .elementor-item:hover {
  transform: translateY(-8px)
}

.e--pointer-text.e--animation-sink .elementor-item:focus,
.e--pointer-text.e--animation-sink .elementor-item:hover {
  transform: translateY(8px)
}

.e--pointer-text.e--animation-rotate .elementor-item:focus,
.e--pointer-text.e--animation-rotate .elementor-item:hover {
  transform: rotate(6deg)
}

.e--pointer-text.e--animation-none,
.e--pointer-text.e--animation-none .elementor-item,
.e--pointer-text.e--animation-none .elementor-item:after,
.e--pointer-text.e--animation-none .elementor-item:before,
.e--pointer-text.e--animation-none .elementor-item:focus,
.e--pointer-text.e--animation-none .elementor-item:hover,
.e--pointer-text.e--animation-none:after,
.e--pointer-text.e--animation-none:before,
.e--pointer-text.e--animation-none:focus,
.e--pointer-text.e--animation-none:hover {
  transition-duration: 0s
}

.elementor-nav-menu--main .elementor-nav-menu a {
  transition: .4s
}

.elementor-nav-menu--main .elementor-nav-menu a,
.elementor-nav-menu--main .elementor-nav-menu a.highlighted,
.elementor-nav-menu--main .elementor-nav-menu a:focus,
.elementor-nav-menu--main .elementor-nav-menu a:hover {
  padding: 13px 20px
}

.elementor-nav-menu--main .elementor-nav-menu a.current {
  background: #1f2124;
  color: #fff
}

.elementor-nav-menu--main .elementor-nav-menu a.disabled {
  background: #3f444b;
  color: #88909b
}

.elementor-nav-menu--main .elementor-nav-menu ul {
  border-style: solid;
  border-width: 0;
  padding: 0;
  position: absolute;
  width: 12em
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down,
.elementor-nav-menu--main .elementor-nav-menu span.scroll-up {
  background: #fff;
  display: none;
  height: 20px;
  overflow: hidden;
  position: absolute;
  visibility: hidden
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,
.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow {
  border: 8px dashed transparent;
  border-bottom: 8px solid #33373d;
  height: 0;
  inset-block-start: -2px;
  inset-inline-start: 50%;
  margin-inline-start: -8px;
  overflow: hidden;
  position: absolute;
  width: 0
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow {
  border-color: #33373d transparent transparent;
  border-style: solid dashed dashed;
  top: 6px
}

.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg,
.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i {
  transform: rotate(calc(-90deg * var(--direction-multiplier, 1)))
}

.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg {
  fill: currentColor;
  height: 1em;
  width: 1em
}

.elementor-nav-menu--layout-horizontal {
  display: flex
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
  display: flex;
  flex-wrap: wrap
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
  flex-grow: 1;
  white-space: nowrap
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
  display: flex
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul,
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down {
  top: 100% !important
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a {
  margin-inline-start: var(--e-nav-menu-horizontal-menu-item-margin)
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-down,
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-up,
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul {
  inset-inline-start: var(--e-nav-menu-horizontal-menu-item-margin) !important
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a {
  margin-inline-end: var(--e-nav-menu-horizontal-menu-item-margin)
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after {
  align-self: center;
  border-color: var(--e-nav-menu-divider-color, #000);
  border-left-style: var(--e-nav-menu-divider-style, solid);
  border-left-width: var(--e-nav-menu-divider-width, 2px);
  content: var(--e-nav-menu-divider-content, none);
  height: var(--e-nav-menu-divider-height, 35%)
}

.elementor-nav-menu__align-right .elementor-nav-menu {
  justify-content: flex-start;
  margin-left: auto
}

.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a {
  justify-content: flex-start
}

.elementor-nav-menu__align-left .elementor-nav-menu {
  justify-content: flex-end;
  margin-right: auto
}

.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a {
  justify-content: flex-end
}

.elementor-nav-menu__align-start .elementor-nav-menu {
  justify-content: flex-start;
  margin-inline-end: auto
}

.elementor-nav-menu__align-start .elementor-nav-menu--layout-vertical>ul>li>a {
  justify-content: flex-start
}

.elementor-nav-menu__align-end .elementor-nav-menu {
  justify-content: flex-end;
  margin-inline-start: auto
}

.elementor-nav-menu__align-end .elementor-nav-menu--layout-vertical>ul>li>a {
  justify-content: flex-end
}

.elementor-nav-menu__align-center .elementor-nav-menu {
  justify-content: center;
  margin-inline-end: auto;
  margin-inline-start: auto
}

.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a {
  justify-content: center
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
  width: 100%
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
  flex-grow: 1
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a {
  justify-content: center
}

.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle {
  display: none
}

.elementor-widget-nav-menu .elementor-widget-container,
.elementor-widget-nav-menu:not(:has(.elementor-widget-container)):not([class*=elementor-hidden-]) {
  display: flex;
  flex-direction: column
}

.elementor-nav-menu {
  position: relative;
  z-index: 2
}

.elementor-nav-menu:after {
  clear: both;
  content: "Â ";
  display: block;
  font: 0/0 serif;
  height: 0;
  overflow: hidden;
  visibility: hidden
}

.elementor-nav-menu,
.elementor-nav-menu li,
.elementor-nav-menu ul {
  display: block;
  line-height: normal;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.elementor-nav-menu ul {
  display: none
}

.elementor-nav-menu ul ul a,
.elementor-nav-menu ul ul a:active,
.elementor-nav-menu ul ul a:focus,
.elementor-nav-menu ul ul a:hover {
  border-left: 16px solid transparent
}

.elementor-nav-menu ul ul ul a,
.elementor-nav-menu ul ul ul a:active,
.elementor-nav-menu ul ul ul a:focus,
.elementor-nav-menu ul ul ul a:hover {
  border-left: 24px solid transparent
}

.elementor-nav-menu ul ul ul ul a,
.elementor-nav-menu ul ul ul ul a:active,
.elementor-nav-menu ul ul ul ul a:focus,
.elementor-nav-menu ul ul ul ul a:hover {
  border-left: 32px solid transparent
}

.elementor-nav-menu ul ul ul ul ul a,
.elementor-nav-menu ul ul ul ul ul a:active,
.elementor-nav-menu ul ul ul ul ul a:focus,
.elementor-nav-menu ul ul ul ul ul a:hover {
  border-left: 40px solid transparent
}

.elementor-nav-menu a,
.elementor-nav-menu li {
  position: relative
}

.elementor-nav-menu li {
  border-width: 0
}

.elementor-nav-menu a {
  align-items: center;
  display: flex
}

.elementor-nav-menu a,
.elementor-nav-menu a:focus,
.elementor-nav-menu a:hover {
  line-height: 20px;
  padding: 10px 20px
}

.elementor-nav-menu a.current {
  background: #1f2124;
  color: #fff
}

.elementor-nav-menu a.disabled {
  color: #88909b;
  cursor: not-allowed
}

.elementor-nav-menu .e-plus-icon:before {
  content: "+"
}

.elementor-nav-menu .sub-arrow {
  align-items: center;
  display: flex;
  line-height: 1;
  margin-block-end: -10px;
  margin-block-start: -10px;
  padding: 10px;
  padding-inline-end: 0
}

.elementor-nav-menu .sub-arrow i {
  pointer-events: none
}

.elementor-nav-menu .sub-arrow .fa.fa-chevron-down,
.elementor-nav-menu .sub-arrow .fas.fa-chevron-down {
  font-size: .7em
}

.elementor-nav-menu .sub-arrow .e-font-icon-svg {
  height: 1em;
  width: 1em
}

.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
  height: .7em;
  width: .7em
}

.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
.elementor-nav-menu--dropdown .elementor-item.highlighted,
.elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-nav-menu--dropdown .elementor-item:hover,
.elementor-sub-item.elementor-item-active,
.elementor-sub-item.highlighted,
.elementor-sub-item:focus,
.elementor-sub-item:hover {
  background-color: #3f444b;
  color: #fff
}

.elementor-menu-toggle {
  align-items: center;
  background-color: rgba(0, 0, 0, .05);
  border: 0 solid;
  border-radius: 3px;
  color: #33373d;
  cursor: pointer;
  display: flex;
  font-size: var(--nav-menu-icon-size, 22px);
  justify-content: center;
  padding: .25em
}

.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open,
.elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close {
  display: none
}

.elementor-menu-toggle .e-font-icon-svg {
  fill: #33373d;
  height: 1em;
  width: 1em
}

.elementor-menu-toggle svg {
  fill: var(--nav-menu-icon-color, currentColor);
  height: auto;
  width: 1em
}

span.elementor-menu-toggle__icon--close,
span.elementor-menu-toggle__icon--open {
  line-height: 1
}

.elementor-nav-menu--dropdown {
  background-color: #fff;
  font-size: 13px
}

.elementor-nav-menu--dropdown-none .elementor-menu-toggle,
.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown {
  display: none
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
  margin-top: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  transform-origin: top;
  transition: max-height .3s, transform .3s
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item {
  font-size: .85em
}

.elementor-nav-menu--dropdown a {
  color: #33373d
}

.elementor-nav-menu--dropdown a.current {
  background: #1f2124;
  color: #fff
}

.elementor-nav-menu--dropdown a.disabled {
  color: #b3b3b3
}

ul.elementor-nav-menu--dropdown a,
ul.elementor-nav-menu--dropdown a:focus,
ul.elementor-nav-menu--dropdown a:hover {
  border-inline-start: 8px solid transparent;
  text-shadow: none
}

.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a {
  justify-content: center
}

.elementor-nav-menu--toggle {
  --menu-height: 100vh
}

.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
  max-height: 0;
  overflow: hidden;
  transform: scaleY(0)
}

.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
  animation: hide-scroll .3s backwards;
  max-height: var(--menu-height);
  transform: scaleY(1)
}

.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
  position: absolute;
  z-index: 9997
}

@media (max-width:767px) {
  .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main {
    display: none
  }
}

@media (min-width:768px) {

  .elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,
  .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown {
    display: none
  }

  .elementor-nav-menu--dropdown-mobile nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    overflow-y: hidden
  }
}

@media (max-width:-1) {
  .elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--main {
    display: none
  }
}

@media (min-width:-1) {

  .elementor-nav-menu--dropdown-mobile_extra .elementor-menu-toggle,
  .elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--dropdown {
    display: none
  }

  .elementor-nav-menu--dropdown-mobile_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    overflow-y: hidden
  }
}

@media (max-width:1024px) {
  .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
    display: none
  }
}

@media (min-width:1025px) {

  .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,
  .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
    display: none
  }

  .elementor-nav-menu--dropdown-tablet nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    overflow-y: hidden
  }
}

@media (max-width:-1) {
  .elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--main {
    display: none
  }
}

@media (min-width:-1) {

  .elementor-nav-menu--dropdown-tablet_extra .elementor-menu-toggle,
  .elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--dropdown {
    display: none
  }

  .elementor-nav-menu--dropdown-tablet_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    overflow-y: hidden
  }
}

@keyframes hide-scroll {

  0%,
  to {
    overflow: hidden
  }
}

/* Source: assets/lib/animations/styles/fadeIn.min.css */
@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  animation-name: fadeIn
}

/* Source: assets/css/widget-social-icons-rtl.min.css */
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),
.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),
.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)) {
  font-size: 0;
  line-height: 1
}

.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
  display: inline-grid
}

.elementor-widget-social-icons .elementor-grid {
  grid-column-gap: var(--grid-column-gap, 5px);
  grid-row-gap: var(--grid-row-gap, 5px);
  grid-template-columns: var(--grid-template-columns);
  justify-content: var(--justify-content, center);
  justify-items: var(--justify-content, center)
}

.elementor-icon.elementor-social-icon {
  font-size: var(--icon-size, 25px);
  height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
  line-height: var(--icon-size, 25px);
  width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))
}

.elementor-social-icon {
  --e-social-icon-icon-color: #fff;
  align-items: center;
  background-color: #69727d;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  text-align: center
}

.elementor-social-icon i {
  color: var(--e-social-icon-icon-color)
}

.elementor-social-icon svg {
  fill: var(--e-social-icon-icon-color)
}

.elementor-social-icon:last-child {
  margin: 0
}

.elementor-social-icon:hover {
  color: #fff;
  opacity: .9
}

.elementor-social-icon-android {
  background-color: #a4c639
}

.elementor-social-icon-apple {
  background-color: #999
}

.elementor-social-icon-behance {
  background-color: #1769ff
}

.elementor-social-icon-bitbucket {
  background-color: #205081
}

.elementor-social-icon-codepen {
  background-color: #000
}

.elementor-social-icon-delicious {
  background-color: #39f
}

.elementor-social-icon-deviantart {
  background-color: #05cc47
}

.elementor-social-icon-digg {
  background-color: #005be2
}

.elementor-social-icon-dribbble {
  background-color: #ea4c89
}

.elementor-social-icon-elementor {
  background-color: #d30c5c
}

.elementor-social-icon-envelope {
  background-color: #ea4335
}

.elementor-social-icon-facebook,
.elementor-social-icon-facebook-f {
  background-color: #3b5998
}

.elementor-social-icon-flickr {
  background-color: #0063dc
}

.elementor-social-icon-foursquare {
  background-color: #2d5be3
}

.elementor-social-icon-free-code-camp,
.elementor-social-icon-freecodecamp {
  background-color: #006400
}

.elementor-social-icon-github {
  background-color: #333
}

.elementor-social-icon-gitlab {
  background-color: #e24329
}

.elementor-social-icon-globe {
  background-color: #69727d
}

.elementor-social-icon-google-plus,
.elementor-social-icon-google-plus-g {
  background-color: #dd4b39
}

.elementor-social-icon-houzz {
  background-color: #7ac142
}

.elementor-social-icon-instagram {
  background-color: #262626
}

.elementor-social-icon-jsfiddle {
  background-color: #487aa2
}

.elementor-social-icon-link {
  background-color: #818a91
}

.elementor-social-icon-linkedin,
.elementor-social-icon-linkedin-in {
  background-color: #0077b5
}

.elementor-social-icon-medium {
  background-color: #00ab6b
}

.elementor-social-icon-meetup {
  background-color: #ec1c40
}

.elementor-social-icon-mixcloud {
  background-color: #273a4b
}

.elementor-social-icon-odnoklassniki {
  background-color: #f4731c
}

.elementor-social-icon-pinterest {
  background-color: #bd081c
}

.elementor-social-icon-product-hunt {
  background-color: #da552f
}

.elementor-social-icon-reddit {
  background-color: #ff4500
}

.elementor-social-icon-rss {
  background-color: #f26522
}

.elementor-social-icon-shopping-cart {
  background-color: #4caf50
}

.elementor-social-icon-skype {
  background-color: #00aff0
}

.elementor-social-icon-slideshare {
  background-color: #0077b5
}

.elementor-social-icon-snapchat {
  background-color: #fffc00
}

.elementor-social-icon-soundcloud {
  background-color: #f80
}

.elementor-social-icon-spotify {
  background-color: #2ebd59
}

.elementor-social-icon-stack-overflow {
  background-color: #fe7a15
}

.elementor-social-icon-steam {
  background-color: #00adee
}

.elementor-social-icon-stumbleupon {
  background-color: #eb4924
}

.elementor-social-icon-telegram {
  background-color: #2ca5e0
}

.elementor-social-icon-threads {
  background-color: #000
}

.elementor-social-icon-thumb-tack {
  background-color: #1aa1d8
}

.elementor-social-icon-tripadvisor {
  background-color: #589442
}

.elementor-social-icon-tumblr {
  background-color: #35465c
}

.elementor-social-icon-twitch {
  background-color: #6441a5
}

.elementor-social-icon-twitter {
  background-color: #1da1f2
}

.elementor-social-icon-viber {
  background-color: #665cac
}

.elementor-social-icon-vimeo {
  background-color: #1ab7ea
}

.elementor-social-icon-vk {
  background-color: #45668e
}

.elementor-social-icon-weibo {
  background-color: #dd2430
}

.elementor-social-icon-weixin {
  background-color: #31a918
}

.elementor-social-icon-whatsapp {
  background-color: #25d366
}

.elementor-social-icon-wordpress {
  background-color: #21759b
}

.elementor-social-icon-x-twitter {
  background-color: #000
}

.elementor-social-icon-xing {
  background-color: #026466
}

.elementor-social-icon-yelp {
  background-color: #af0606
}

.elementor-social-icon-youtube {
  background-color: #cd201f
}

.elementor-social-icon-500px {
  background-color: #0099e5
}

/* Source: assets/css/conditionals/apple-webkit.min.css */
.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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--justify-content, space-between);
  margin-inline: calc(-.5 * var(--grid-column-gap));
  width: auto
}

.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-inline: 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-inline: 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 {
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content, space-between);
    margin-inline: calc(-.5 * var(--grid-column-gap));
    width: auto
  }

  .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-inline: 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-inline: 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 {
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content, space-between);
    margin-inline: calc(-.5 * var(--grid-column-gap));
    width: auto
  }

  .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-inline: 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-inline: 0
  }
}

/* Source: assets/css/widget-heading-rtl.min.css */
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
  color: inherit;
  font-size: inherit;
  line-height: inherit
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
  font-size: 15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
  font-size: 19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
  font-size: 29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
  font-size: 39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
  font-size: 59px
}

/* Source: assets/css/modules/motion-fx.min.css */
.elementor-motion-effects-element,
.elementor-motion-effects-layer {
  transition-duration: 1s;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0, .33, .07, 1.03)
}

@media (prefers-reduced-motion:reduce) {

  .elementor-motion-effects-element,
  .elementor-motion-effects-layer {
    transition-duration: 0s !important
  }
}

.elementor-motion-effects-container {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
  width: 100%
}

.elementor-motion-effects-layer {
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0
}

.elementor-motion-effects-perspective {
  perspective: 1200px
}

.elementor-motion-effects-element {
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

/* Source: media/elementor/css/post-13.css */
.elementor-13 .elementor-element.elementor-element-a57e8ce {
  --display: flex;
  --min-height: 834px;
  --justify-content: center;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --overlay-opacity: 0.68;
  --margin-top: -125px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 99px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-13 .elementor-element.elementor-element-a57e8ce:not(.elementor-motion-effects-element-type-background),
.elementor-13 .elementor-element.elementor-element-a57e8ce>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-image: url("media/2-1536x864.jpg");
  background-position: bottom center;
  background-size: cover;
}

.elementor-13 .elementor-element.elementor-element-a57e8ce::before,
.elementor-13 .elementor-element.elementor-element-a57e8ce>.elementor-background-video-container::before,
.elementor-13 .elementor-element.elementor-element-a57e8ce>.e-con-inner>.elementor-background-video-container::before,
.elementor-13 .elementor-element.elementor-element-a57e8ce>.elementor-background-slideshow::before,
.elementor-13 .elementor-element.elementor-element-a57e8ce>.e-con-inner>.elementor-background-slideshow::before,
.elementor-13 .elementor-element.elementor-element-a57e8ce>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #050505;
  --background-overlay: '';
}

.elementor-widget-heading .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-primary);
}

.elementor-13 .elementor-element.elementor-element-83619c3 .elementor-heading-title {
  font-family: var(--e-global-typography-heading_m-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_m-font-size);
  font-weight: var(--e-global-typography-heading_m-font-weight);
  line-height: var(--e-global-typography-heading_m-line-height);
  color: #FFFFFF;
}

.elementor-widget-text-editor {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
  background-color: var(--e-global-color-primary);
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap,
.elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.elementor-13 .elementor-element.elementor-element-3859462 {
  padding: 0px 150px 0px 150px;
  text-align: justify;
  font-family: "Tajawal", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #F7F7F7;
}

.elementor-13 .elementor-element.elementor-element-3859462 a {
  color: #FFF7F7;
}

.elementor-13 .elementor-element.elementor-element-bd74a78 {
  --display: grid;
  --e-con-grid-template-columns: repeat(2, 1fr);
  --e-con-grid-template-rows: repeat(1, 1fr);
  --grid-auto-flow: row;
}

.elementor-13 .elementor-element.elementor-element-246ee71 {
  --display: flex;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --overlay-opacity: 0.5;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
  --margin-top: 30px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 40px;
  --padding-bottom: 40px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-13 .elementor-element.elementor-element-246ee71::before,
.elementor-13 .elementor-element.elementor-element-246ee71>.elementor-background-video-container::before,
.elementor-13 .elementor-element.elementor-element-246ee71>.e-con-inner>.elementor-background-video-container::before,
.elementor-13 .elementor-element.elementor-element-246ee71>.elementor-background-slideshow::before,
.elementor-13 .elementor-element.elementor-element-246ee71>.e-con-inner>.elementor-background-slideshow::before,
.elementor-13 .elementor-element.elementor-element-246ee71>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #C4C3C314;
  --background-overlay: '';
}

.elementor-13 .elementor-element.elementor-element-8f87b0d .elementor-heading-title {
  font-family: var(--e-global-typography-heading_m-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_m-font-size);
  font-weight: var(--e-global-typography-heading_m-font-weight);
  line-height: var(--e-global-typography-heading_m-line-height);
  color: #275D4D;
}

.elementor-13 .elementor-element.elementor-element-0f09ff4 {
  padding: 0px 60px 0px 60px;
  text-align: center;
  font-family: "Tajawal", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #275D4D;
}

.elementor-13 .elementor-element.elementor-element-0f09ff4 a {
  color: #FFF7F7;
}

.elementor-13 .elementor-element.elementor-element-77e4467 {
  --display: flex;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --overlay-opacity: 0.5;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
  --margin-top: 30px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 40px;
  --padding-bottom: 40px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-13 .elementor-element.elementor-element-77e4467::before,
.elementor-13 .elementor-element.elementor-element-77e4467>.elementor-background-video-container::before,
.elementor-13 .elementor-element.elementor-element-77e4467>.e-con-inner>.elementor-background-video-container::before,
.elementor-13 .elementor-element.elementor-element-77e4467>.elementor-background-slideshow::before,
.elementor-13 .elementor-element.elementor-element-77e4467>.e-con-inner>.elementor-background-slideshow::before,
.elementor-13 .elementor-element.elementor-element-77e4467>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #C4C3C352;
  --background-overlay: '';
}

.elementor-13 .elementor-element.elementor-element-d2385fd {
  text-align: center;
}

.elementor-13 .elementor-element.elementor-element-d2385fd .elementor-heading-title {
  font-family: var(--e-global-typography-heading_m-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_m-font-size);
  font-weight: var(--e-global-typography-heading_m-font-weight);
  line-height: var(--e-global-typography-heading_m-line-height);
  color: #275D4D;
}

.elementor-13 .elementor-element.elementor-element-e8f4510 {
  padding: 0px 150px 0px 150px;
  text-align: center;
  font-family: "Tajawal", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #275D4D;
}

.elementor-13 .elementor-element.elementor-element-e8f4510 a {
  color: #FFF7F7;
}

:root {
  --page-title-display: none;
}

@media(min-width:1025px) {

  .elementor-13 .elementor-element.elementor-element-a57e8ce:not(.elementor-motion-effects-element-type-background),
  .elementor-13 .elementor-element.elementor-element-a57e8ce>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-attachment: fixed;
  }
}

@media(max-width:1024px) {
  .elementor-widget-heading .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-13 .elementor-element.elementor-element-83619c3 .elementor-heading-title {
    font-size: var(--e-global-typography-heading_m-font-size);
    line-height: var(--e-global-typography-heading_m-line-height);
  }

  .elementor-widget-text-editor {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-13 .elementor-element.elementor-element-3859462 {
    font-size: 18px;
  }

  .elementor-13 .elementor-element.elementor-element-bd74a78 {
    --grid-auto-flow: row;
  }

  .elementor-13 .elementor-element.elementor-element-8f87b0d .elementor-heading-title {
    font-size: var(--e-global-typography-heading_m-font-size);
    line-height: var(--e-global-typography-heading_m-line-height);
  }

  .elementor-13 .elementor-element.elementor-element-0f09ff4 {
    font-size: 18px;
  }

  .elementor-13 .elementor-element.elementor-element-d2385fd .elementor-heading-title {
    font-size: var(--e-global-typography-heading_m-font-size);
    line-height: var(--e-global-typography-heading_m-line-height);
  }

  .elementor-13 .elementor-element.elementor-element-e8f4510 {
    font-size: 18px;
  }
}

@media(max-width:767px) {
  .elementor-widget-heading .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-13 .elementor-element.elementor-element-83619c3 .elementor-heading-title {
    font-size: var(--e-global-typography-heading_m-font-size);
    line-height: var(--e-global-typography-heading_m-line-height);
  }

  .elementor-widget-text-editor {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-13 .elementor-element.elementor-element-3859462 {
    padding: 0px 016px 0px 16px;
    font-size: 16px;
  }

  .elementor-13 .elementor-element.elementor-element-bd74a78 {
    --e-con-grid-template-columns: repeat(1, 1fr);
    --grid-auto-flow: row;
  }

  .elementor-13 .elementor-element.elementor-element-8f87b0d .elementor-heading-title {
    font-size: var(--e-global-typography-heading_m-font-size);
    line-height: var(--e-global-typography-heading_m-line-height);
  }

  .elementor-13 .elementor-element.elementor-element-0f09ff4 {
    padding: 0px 016px 0px 016px;
    font-size: 16px;
  }

  .elementor-13 .elementor-element.elementor-element-d2385fd .elementor-heading-title {
    font-size: var(--e-global-typography-heading_m-font-size);
    line-height: var(--e-global-typography-heading_m-line-height);
  }

  .elementor-13 .elementor-element.elementor-element-e8f4510 {
    padding: 0px 16px 0px 16px;
    font-size: 16px;
  }
}

/* Source: media/elementor/css/base-desktop.css */
.elementor .e-div-block-base {
  min-width: 30px;
  padding: 10px;
  display: block;
}

.elementor .e-flexbox-base {
  padding: 10px;
  display: flex;
  flex-direction: row;
}

.elementor .e-tabs-base {
  padding-block-start: 0px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.elementor .e-tabs-menu-base {
  display: flex;
  justify-content: center;
}

.elementor .e-tab-base {
  width: 160px;
  color: #0C0D0E;
  cursor: pointer;
  padding: 8px;
  border-width: 2px;
  border-color: #E0E0E0;
  border-style: solid;
  background-color: #FFFFFF;
  display: block;
}

.elementor .e-tab-base.e--selected {
  border-color: #0C0D0E;
  outline-width: 0px;
}

.elementor .e-tab-base:focus {
  border-color: #0C0D0E;
  outline-width: 0px;
}

.elementor .e-tab-base:hover,
.elementor .e-tab-base:focus-visible {
  background-color: #E0E0E0;
}

.elementor .e-tabs-content-area-base {
  display: block;
}

.elementor .e-tab-content-base {
  min-width: 30px;
  padding: 10px;
  display: block;
}

.elementor .e-form-base {
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  align-content: start;
  align-items: flex-start;
}

.elementor .e-form-base .e-form-checkbox-row {
  padding: 0px;
  gap: 8px;
  align-items: center;
}

.elementor .e-form-success-message-base {
  font-size: 12px;
  color: #2F532E;
  text-align: center;
  padding: 12px;
  background-color: #D4E9D6;
  display: none;
}

.elementor .e-form-error-message-base {
  font-size: 12px;
  color: #870000;
  text-align: center;
  padding: 12px;
  background-color: #ffdede;
  display: none;
}

.elementor .e-heading-base {
  margin: 0px;
}

.elementor .e-heading-link-base {
  all: unset;
  cursor: pointer;
}

.elementor .e-image-link-base {
  width: fit-content;
  display: inherit;
}

.elementor .e-image-base {
  display: block;
}

.elementor .e-paragraph-base {
  margin: 0px;
}

.elementor .e-paragraph-link-base {
  all: unset;
  cursor: pointer;
}

.elementor .e-svg-base {
  width: 65px;
  height: 65px;
  display: inline-block;
}

.elementor .e-button-base {
  text-align: center;
  padding-block-start: 12px;
  padding-block-end: 12px;
  padding-inline-start: 24px;
  padding-inline-end: 24px;
  border-radius: 2px;
  border-width: 0px;
  background-color: #375EFB;
  display: inline-block;
}

.elementor .e-youtube-base {
  overflow: hidden;
  aspect-ratio: 16/9;
}

.elementor .e-divider-base {
  height: 1px;
  border-width: 0px;
  border-color: transparent;
  border-style: none;
  background-color: #000;
}

.elementor .e-self-hosted-video-base {
  max-width: 100vw;
  aspect-ratio: 16/9;
  display: inline-block;
}

.elementor .e-form-input-base {
  height: 36px;
  font-family: Poppins;
  font-size: 12px;
  border-radius: 0px;
  border-color: #D6D5D5;
}

.elementor .e-form-input-base:focus {
  border-color: #706F6F;
  outline-style: none;
}

.elementor .e-form-input-base::placeholder {
  color: #9DA5AE;
}

.elementor .e-form-label-base {
  font-family: Poppins;
  font-size: 14px;
  color: #0c0d0e;
}

.elementor .e-form-textarea-base {
  font-family: Poppins;
  font-size: 12px;
  border-radius: 0px;
  border-color: #D6D5D5;
}

.elementor .e-form-textarea-base:focus {
  border-color: #706F6F;
  outline-style: none;
}

.elementor .e-form-textarea-base::placeholder {
  color: #9DA5AE;
}

.elementor .e-form-submit-button-base {
  color: #fff;
  padding-block-start: 10px;
  padding-block-end: 10px;
  padding-inline-start: 28px;
  padding-inline-end: 30px;
  border-radius: 0px;
  border-width: 0px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.elementor .e-form-submit-button-base:hover,
.elementor .e-form-submit-button-base:focus-visible {
  background-color: #323232;
}

/* Source: media/elementor/css/post-21.css */
.elementor-21 .elementor-element.elementor-element-34bb8f8 {
  --display: flex;
  --min-height: 60px;
  --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;
  --justify-content: space-between;
  --align-items: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --margin-top: 16px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --z-index: 95;
}

.elementor-21 .elementor-element.elementor-element-34bb8f8:not(.elementor-motion-effects-element-type-background),
.elementor-21 .elementor-element.elementor-element-34bb8f8>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #05050500;
}

.elementor-widget-theme-site-logo .widget-image-caption {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
}

.elementor-21 .elementor-element.elementor-element-6876883 img {
  width: 163px;
}

.elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
  color: var(--e-global-color-text);
  fill: var(--e-global-color-text);
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus {
  color: var(--e-global-color-accent);
  fill: var(--e-global-color-accent);
}

.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
  background-color: var(--e-global-color-accent);
}

.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after {
  border-color: var(--e-global-color-accent);
}

.elementor-widget-nav-menu {
  --e-nav-menu-divider-color: var(--e-global-color-text);
}

.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item,
.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-21 .elementor-element.elementor-element-2c947d5a {
  width: auto;
  max-width: auto;
}

.elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-menu-toggle {
  margin-left: auto;
  background-color: var(--e-global-color-transparent);
  border-width: 0px;
  border-radius: 0px;
}

.elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu .elementor-item {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
}

.elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--main .elementor-item {
  color: #FFFFFF;
  fill: #FFFFFF;
  padding-left: 37px;
  padding-right: 37px;
}

.elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--main .elementor-item:hover,
.elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--main .elementor-item.highlighted,
.elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--main .elementor-item:focus {
  color: #275D4D;
  fill: #275D4D;
}

.elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
.elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
  background-color: #275D4D;
}

.elementor-21 .elementor-element.elementor-element-2c947d5a .e--pointer-framed .elementor-item:before,
.elementor-21 .elementor-element.elementor-element-2c947d5a .e--pointer-framed .elementor-item:after {
  border-color: #275D4D;
}

.elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--main .elementor-item.elementor-item-active {
  color: #275D4D;
}

.elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:before,
.elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:after {
  background-color: #275D4D;
}

.elementor-21 .elementor-element.elementor-element-2c947d5a .e--pointer-framed .elementor-item.elementor-item-active:before,
.elementor-21 .elementor-element.elementor-element-2c947d5a .e--pointer-framed .elementor-item.elementor-item-active:after {
  border-color: #275D4D;
}

.elementor-21 .elementor-element.elementor-element-2c947d5a .e--pointer-framed .elementor-item:before {
  border-width: 1px;
}

.elementor-21 .elementor-element.elementor-element-2c947d5a .e--pointer-framed.e--animation-draw .elementor-item:before {
  border-width: 0 0 1px 1px;
}

.elementor-21 .elementor-element.elementor-element-2c947d5a .e--pointer-framed.e--animation-draw .elementor-item:after {
  border-width: 1px 1px 0 0;
}

.elementor-21 .elementor-element.elementor-element-2c947d5a .e--pointer-framed.e--animation-corners .elementor-item:before {
  border-width: 1px 0 0 1px;
}

.elementor-21 .elementor-element.elementor-element-2c947d5a .e--pointer-framed.e--animation-corners .elementor-item:after {
  border-width: 0 1px 1px 0;
}

.elementor-21 .elementor-element.elementor-element-2c947d5a .e--pointer-underline .elementor-item:after,
.elementor-21 .elementor-element.elementor-element-2c947d5a .e--pointer-overline .elementor-item:before,
.elementor-21 .elementor-element.elementor-element-2c947d5a .e--pointer-double-line .elementor-item:before,
.elementor-21 .elementor-element.elementor-element-2c947d5a .e--pointer-double-line .elementor-item:after {
  height: 1px;
}

.elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown a,
.elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-menu-toggle {
  color: var(--e-global-color-primary);
  fill: var(--e-global-color-primary);
}

.elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown {
  background-color: var(--e-global-color-background);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #275D4D00;
}

.elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown a:hover,
.elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown a:focus,
.elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown a.elementor-item-active,
.elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown a.highlighted,
.elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-menu-toggle:hover,
.elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-menu-toggle:focus {
  color: #275D4D;
}

.elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown a:hover,
.elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown a:focus,
.elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown a.elementor-item-active,
.elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown a.highlighted {
  background-color: var(--e-global-color-background);
}

.elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown a.elementor-item-active {
  color: #FFFFFF;
  background-color: #275D4D;
}

.elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown .elementor-item,
.elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown .elementor-sub-item {
  font-family: "Tajawal", Sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
}

.elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--main>.elementor-nav-menu>li>.elementor-nav-menu--dropdown,
.elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu__container.elementor-nav-menu--dropdown {
  margin-top: -2px !important;
}

.elementor-21 .elementor-element.elementor-element-2c947d5a div.elementor-menu-toggle {
  color: #FFFFFF;
}

.elementor-21 .elementor-element.elementor-element-2c947d5a div.elementor-menu-toggle svg {
  fill: #FFFFFF;
}

.elementor-21 .elementor-element.elementor-element-2c947d5a div.elementor-menu-toggle:hover,
.elementor-21 .elementor-element.elementor-element-2c947d5a div.elementor-menu-toggle:focus {
  color: var(--e-global-color-primary);
}

.elementor-21 .elementor-element.elementor-element-2c947d5a div.elementor-menu-toggle:hover svg,
.elementor-21 .elementor-element.elementor-element-2c947d5a div.elementor-menu-toggle:focus svg {
  fill: var(--e-global-color-primary);
}

.elementor-theme-builder-content-area {
  height: 400px;
}

.elementor-location-header:before,
.elementor-location-footer:before {
  content: "";
  display: table;
  clear: both;
}

@media(max-width:1024px) {
  .elementor-21 .elementor-element.elementor-element-34bb8f8 {
    --margin-top: 50px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0%;
    --padding-bottom: 0%;
    --padding-left: 5%;
    --padding-right: 5%;
  }

  .elementor-widget-theme-site-logo .widget-image-caption {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-21 .elementor-element.elementor-element-6876883 {
    padding: 0px 0px 0px 0px;
    text-align: end;
  }

  .elementor-21 .elementor-element.elementor-element-6876883 img {
    width: 152px;
  }

  .elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item,
  .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
    font-size: var(--e-global-typography-accent-font-size);
  }

  .elementor-21 .elementor-element.elementor-element-2c947d5a {
    padding: 0px 0px 0px 0px;
  }

  .elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu .elementor-item {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-21 .elementor-element.elementor-element-2c947d5a .e--pointer-framed .elementor-item:before {
    border-width: 1px;
  }

  .elementor-21 .elementor-element.elementor-element-2c947d5a .e--pointer-framed.e--animation-draw .elementor-item:before {
    border-width: 0 0 1px 1px;
  }

  .elementor-21 .elementor-element.elementor-element-2c947d5a .e--pointer-framed.e--animation-draw .elementor-item:after {
    border-width: 1px 1px 0 0;
  }

  .elementor-21 .elementor-element.elementor-element-2c947d5a .e--pointer-framed.e--animation-corners .elementor-item:before {
    border-width: 1px 0 0 1px;
  }

  .elementor-21 .elementor-element.elementor-element-2c947d5a .e--pointer-framed.e--animation-corners .elementor-item:after {
    border-width: 0 1px 1px 0;
  }

  .elementor-21 .elementor-element.elementor-element-2c947d5a .e--pointer-underline .elementor-item:after,
  .elementor-21 .elementor-element.elementor-element-2c947d5a .e--pointer-overline .elementor-item:before,
  .elementor-21 .elementor-element.elementor-element-2c947d5a .e--pointer-double-line .elementor-item:before,
  .elementor-21 .elementor-element.elementor-element-2c947d5a .e--pointer-double-line .elementor-item:after {
    height: 1px;
  }

  .elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--main .elementor-item {
    padding-left: 8px;
    padding-right: 8px;
  }

  .elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown .elementor-item,
  .elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown .elementor-sub-item {
    font-size: 13px;
  }

  .elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown a {
    padding-left: 15px;
    padding-right: 15px;
  }

  .elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--main>.elementor-nav-menu>li>.elementor-nav-menu--dropdown,
  .elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    margin-top: -2px !important;
  }

  .elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-menu-toggle {
    border-width: 0px;
    border-radius: 0px;
  }
}

@media(min-width:768px) {
  .elementor-21 .elementor-element.elementor-element-34bb8f8 {
    --content-width: 1280px;
  }
}

@media(max-width:767px) {
  .elementor-21 .elementor-element.elementor-element-34bb8f8 {
    --min-height: 13px;
    --margin-top: 16px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
  }

  .elementor-widget-theme-site-logo .widget-image-caption {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-21 .elementor-element.elementor-element-6876883 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
  }

  .elementor-21 .elementor-element.elementor-element-6876883 img {
    width: 127px;
  }

  .elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item,
  .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
    font-size: var(--e-global-typography-accent-font-size);
  }

  .elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu .elementor-item {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown .elementor-item,
  .elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown .elementor-sub-item {
    font-size: 15px;
  }

  .elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown {
    border-width: 1px 1px 1px 1px;
  }

  .elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown a {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--main>.elementor-nav-menu>li>.elementor-nav-menu--dropdown,
  .elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    margin-top: 16px !important;
  }

  .elementor-21 .elementor-element.elementor-element-2c947d5a .elementor-menu-toggle {
    border-width: 0px;
  }
}

/* Source: media/elementor/css/post-27.css */
.elementor-27 .elementor-element.elementor-element-b3d7d6d {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: space-between;
  --align-items: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 24px;
  --padding-right: 24px;
}

.elementor-27 .elementor-element.elementor-element-4a71fc9 {
  --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;
  --justify-content: space-between;
  --align-items: center;
  --gap: 10px 10px;
  --row-gap: 10px;
  --column-gap: 10px;
  border-style: solid;
  --border-style: solid;
  border-width: 0px 0px 1px 0px;
  --border-top-width: 0px;
  --border-right-width: 0px;
  --border-bottom-width: 1px;
  --border-left-width: 0px;
  border-color: var(--e-global-color-primary);
  --border-color: var(--e-global-color-primary);
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 48px;
  --padding-bottom: 48px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-widget-image .widget-image-caption {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
}

.elementor-27 .elementor-element.elementor-element-c6265f6 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-27 .elementor-element.elementor-element-c6265f6 img {
  width: 100%;
  height: 61px;
}

.elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
  color: var(--e-global-color-text);
  fill: var(--e-global-color-text);
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus {
  color: var(--e-global-color-accent);
  fill: var(--e-global-color-accent);
}

.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
  background-color: var(--e-global-color-accent);
}

.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after {
  border-color: var(--e-global-color-accent);
}

.elementor-widget-nav-menu {
  --e-nav-menu-divider-color: var(--e-global-color-text);
}

.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item,
.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-27 .elementor-element.elementor-element-c141b2d {
  width: auto;
  max-width: auto;
}

.elementor-27 .elementor-element.elementor-element-c141b2d .elementor-menu-toggle {
  margin-left: auto;
  background-color: var(--e-global-color-transparent);
  border-width: 0px;
  border-radius: 0px;
}

.elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu .elementor-item {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
}

.elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--main .elementor-item {
  color: var(--e-global-color-primary);
  fill: var(--e-global-color-primary);
  padding-left: 15px;
  padding-right: 15px;
}

.elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--main .elementor-item:hover,
.elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--main .elementor-item.highlighted,
.elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--main .elementor-item:focus {
  color: var(--e-global-color-text);
  fill: var(--e-global-color-text);
}

.elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
.elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
  background-color: var(--e-global-color-text);
}

.elementor-27 .elementor-element.elementor-element-c141b2d .e--pointer-framed .elementor-item:before,
.elementor-27 .elementor-element.elementor-element-c141b2d .e--pointer-framed .elementor-item:after {
  border-color: var(--e-global-color-text);
}

.elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--main .elementor-item.elementor-item-active {
  color: var(--e-global-color-text);
}

.elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:before,
.elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:after {
  background-color: var(--e-global-color-transparent);
}

.elementor-27 .elementor-element.elementor-element-c141b2d .e--pointer-framed .elementor-item.elementor-item-active:before,
.elementor-27 .elementor-element.elementor-element-c141b2d .e--pointer-framed .elementor-item.elementor-item-active:after {
  border-color: var(--e-global-color-transparent);
}

.elementor-27 .elementor-element.elementor-element-c141b2d .e--pointer-framed .elementor-item:before {
  border-width: 1px;
}

.elementor-27 .elementor-element.elementor-element-c141b2d .e--pointer-framed.e--animation-draw .elementor-item:before {
  border-width: 0 0 1px 1px;
}

.elementor-27 .elementor-element.elementor-element-c141b2d .e--pointer-framed.e--animation-draw .elementor-item:after {
  border-width: 1px 1px 0 0;
}

.elementor-27 .elementor-element.elementor-element-c141b2d .e--pointer-framed.e--animation-corners .elementor-item:before {
  border-width: 1px 0 0 1px;
}

.elementor-27 .elementor-element.elementor-element-c141b2d .e--pointer-framed.e--animation-corners .elementor-item:after {
  border-width: 0 1px 1px 0;
}

.elementor-27 .elementor-element.elementor-element-c141b2d .e--pointer-underline .elementor-item:after,
.elementor-27 .elementor-element.elementor-element-c141b2d .e--pointer-overline .elementor-item:before,
.elementor-27 .elementor-element.elementor-element-c141b2d .e--pointer-double-line .elementor-item:before,
.elementor-27 .elementor-element.elementor-element-c141b2d .e--pointer-double-line .elementor-item:after {
  height: 1px;
}

.elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--dropdown a,
.elementor-27 .elementor-element.elementor-element-c141b2d .elementor-menu-toggle {
  color: var(--e-global-color-primary);
  fill: var(--e-global-color-primary);
}

.elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--dropdown {
  background-color: var(--e-global-color-background);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-primary);
}

.elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--dropdown a:hover,
.elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--dropdown a:focus,
.elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--dropdown a.elementor-item-active,
.elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--dropdown a.highlighted,
.elementor-27 .elementor-element.elementor-element-c141b2d .elementor-menu-toggle:hover,
.elementor-27 .elementor-element.elementor-element-c141b2d .elementor-menu-toggle:focus {
  color: var(--e-global-color-text);
}

.elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--dropdown a:hover,
.elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--dropdown a:focus,
.elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--dropdown a.elementor-item-active,
.elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--dropdown a.highlighted {
  background-color: var(--e-global-color-background);
}

.elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--dropdown .elementor-item,
.elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--dropdown .elementor-sub-item {
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
}

.elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--main>.elementor-nav-menu>li>.elementor-nav-menu--dropdown,
.elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu__container.elementor-nav-menu--dropdown {
  margin-top: -2px !important;
}

.elementor-27 .elementor-element.elementor-element-c141b2d div.elementor-menu-toggle {
  color: var(--e-global-color-primary);
}

.elementor-27 .elementor-element.elementor-element-c141b2d div.elementor-menu-toggle svg {
  fill: var(--e-global-color-primary);
}

.elementor-27 .elementor-element.elementor-element-c141b2d div.elementor-menu-toggle:hover,
.elementor-27 .elementor-element.elementor-element-c141b2d div.elementor-menu-toggle:focus {
  color: var(--e-global-color-primary);
}

.elementor-27 .elementor-element.elementor-element-c141b2d div.elementor-menu-toggle:hover svg,
.elementor-27 .elementor-element.elementor-element-c141b2d div.elementor-menu-toggle:focus svg {
  fill: var(--e-global-color-primary);
}

.elementor-27 .elementor-element.elementor-element-1792698 {
  --grid-template-columns: repeat(0, auto);
  width: initial;
  max-width: initial;
  --icon-size: 20px;
  --grid-column-gap: 16px;
  --grid-row-gap: 0px;
}

.elementor-27 .elementor-element.elementor-element-1792698 .elementor-social-icon {
  background-color: var(--e-global-color-transparent);
  --icon-padding: 2px;
}

.elementor-27 .elementor-element.elementor-element-1792698 .elementor-social-icon i {
  color: #275D4DE0;
}

.elementor-27 .elementor-element.elementor-element-1792698 .elementor-social-icon svg {
  fill: #275D4DE0;
}

.elementor-27 .elementor-element.elementor-element-1792698 .elementor-icon {
  border-radius: 0px 0px 0px 0px;
}

.elementor-27 .elementor-element.elementor-element-1792698 .elementor-social-icon:hover i {
  color: var(--e-global-color-accent);
}

.elementor-27 .elementor-element.elementor-element-1792698 .elementor-social-icon:hover svg {
  fill: var(--e-global-color-accent);
}

.elementor-27 .elementor-element.elementor-element-15e40dd {
  --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;
  --justify-content: center;
  --align-items: center;
  --gap: 10px 10px;
  --row-gap: 10px;
  --column-gap: 10px;
  --padding-top: 32px;
  --padding-bottom: 32px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-widget-heading .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-primary);
}

.elementor-27 .elementor-element.elementor-element-ca5a540 {
  width: auto;
  max-width: auto;
  text-align: center;
}

.elementor-27 .elementor-element.elementor-element-ca5a540 .elementor-heading-title {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-primary);
}

.elementor-theme-builder-content-area {
  height: 400px;
}

.elementor-location-header:before,
.elementor-location-footer:before {
  content: "";
  display: table;
  clear: both;
}

@media(min-width:768px) {
  .elementor-27 .elementor-element.elementor-element-b3d7d6d {
    --content-width: 1280px;
  }

  .elementor-27 .elementor-element.elementor-element-4a71fc9 {
    --width: 100%;
  }
}

@media(max-width:1024px) {
  .elementor-27 .elementor-element.elementor-element-b3d7d6d {
    --padding-top: 32px;
    --padding-bottom: 32px;
    --padding-left: 24px;
    --padding-right: 24px;
  }

  .elementor-27 .elementor-element.elementor-element-4a71fc9 {
    --padding-top: 0px;
    --padding-bottom: 24px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-widget-image .widget-image-caption {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item,
  .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
    font-size: var(--e-global-typography-accent-font-size);
  }

  .elementor-27 .elementor-element.elementor-element-c141b2d {
    padding: 0px 0px 0px 0px;
  }

  .elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu .elementor-item {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-27 .elementor-element.elementor-element-c141b2d .e--pointer-framed .elementor-item:before {
    border-width: 1px;
  }

  .elementor-27 .elementor-element.elementor-element-c141b2d .e--pointer-framed.e--animation-draw .elementor-item:before {
    border-width: 0 0 1px 1px;
  }

  .elementor-27 .elementor-element.elementor-element-c141b2d .e--pointer-framed.e--animation-draw .elementor-item:after {
    border-width: 1px 1px 0 0;
  }

  .elementor-27 .elementor-element.elementor-element-c141b2d .e--pointer-framed.e--animation-corners .elementor-item:before {
    border-width: 1px 0 0 1px;
  }

  .elementor-27 .elementor-element.elementor-element-c141b2d .e--pointer-framed.e--animation-corners .elementor-item:after {
    border-width: 0 1px 1px 0;
  }

  .elementor-27 .elementor-element.elementor-element-c141b2d .e--pointer-underline .elementor-item:after,
  .elementor-27 .elementor-element.elementor-element-c141b2d .e--pointer-overline .elementor-item:before,
  .elementor-27 .elementor-element.elementor-element-c141b2d .e--pointer-double-line .elementor-item:before,
  .elementor-27 .elementor-element.elementor-element-c141b2d .e--pointer-double-line .elementor-item:after {
    height: 1px;
  }

  .elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--main .elementor-item {
    padding-left: 12px;
    padding-right: 12px;
  }

  .elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--dropdown .elementor-item,
  .elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--dropdown .elementor-sub-item {
    font-size: 13px;
  }

  .elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--dropdown a {
    padding-left: 15px;
    padding-right: 15px;
  }

  .elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--main>.elementor-nav-menu>li>.elementor-nav-menu--dropdown,
  .elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    margin-top: -2px !important;
  }

  .elementor-27 .elementor-element.elementor-element-c141b2d .elementor-menu-toggle {
    border-width: 1px;
    border-radius: 0px;
  }

  .elementor-27 .elementor-element.elementor-element-15e40dd {
    --align-items: flex-end;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --padding-top: 24px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-widget-heading .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-27 .elementor-element.elementor-element-ca5a540 .elementor-heading-title {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }
}

@media(max-width:767px) {
  .elementor-27 .elementor-element.elementor-element-b3d7d6d {
    --padding-top: 48px;
    --padding-bottom: 48px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-27 .elementor-element.elementor-element-4a71fc9 {
    --justify-content: space-between;
    --gap: 24px 24px;
    --row-gap: 24px;
    --column-gap: 24px;
    --padding-top: 0px;
    --padding-bottom: 30px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-widget-image .widget-image-caption {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-27 .elementor-element.elementor-element-c6265f6 img {
    width: 100%;
  }

  .elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item,
  .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
    font-size: var(--e-global-typography-accent-font-size);
  }

  .elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu .elementor-item {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--dropdown .elementor-item,
  .elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--dropdown .elementor-sub-item {
    font-size: 15px;
  }

  .elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--dropdown {
    border-width: 1px 1px 1px 1px;
  }

  .elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--dropdown a {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--main>.elementor-nav-menu>li>.elementor-nav-menu--dropdown,
  .elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    margin-top: 18px !important;
  }

  .elementor-27 .elementor-element.elementor-element-1792698 {
    --grid-template-columns: repeat(3, auto);
  }

  .elementor-27 .elementor-element.elementor-element-1792698.elementor-element {
    --order: 3;
  }

  .elementor-27 .elementor-element.elementor-element-15e40dd {
    --justify-content: center;
    --gap: 8px 8px;
    --row-gap: 8px;
    --column-gap: 8px;
  }

  .elementor-widget-heading .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-27 .elementor-element.elementor-element-ca5a540 {
    text-align: end;
  }

  .elementor-27 .elementor-element.elementor-element-ca5a540 .elementor-heading-title {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }
}

/* Source: tajawal-fonts.css */
/* Source: poppins-fonts.css */
/* Source: static-menu-fix.css */
@media (max-width: 767px) {
  .elementor-nav-menu--dropdown-mobile.elementor-nav-menu--toggle>nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    display: block;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    z-index: 99999;
    overflow-y: auto;
  }

  .elementor-nav-menu--dropdown-mobile.elementor-nav-menu--toggle.static-menu-open>nav.elementor-nav-menu__container,
  .elementor-nav-menu--dropdown-mobile.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+nav.elementor-nav-menu__container,
  .elementor-nav-menu--dropdown-mobile.elementor-nav-menu--toggle>nav.static-menu-dropdown-open {
    max-height: 100vh !important;
    transform: scaleY(1) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}


/* Source: static-faq-fix.css */
.elementor-widget-toggle .elementor-tab-title {
  cursor: pointer;
}

.elementor-widget-toggle .elementor-tab-content {
  display: none;
}

.elementor-widget-toggle .elementor-tab-content.elementor-active {
  display: block;
}

.elementor-widget-toggle .elementor-tab-title .elementor-toggle-icon-opened {
  display: none;
}

.elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed {
  display: none;
}

.elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
  display: inline-block;
}


/* Source: assets/css/widget-google_maps-rtl.min.css */
.elementor-widget-google_maps .elementor-widget-container,
.elementor-widget-google_maps:not(:has(.elementor-widget-container)) {
  overflow: hidden
}

.elementor-widget-google_maps .elementor-custom-embed {
  line-height: 0
}

.elementor-widget-google_maps iframe {
  height: 300px
}

/* Source: assets/css/widget-icon-box-rtl.min.css */
.elementor-widget-icon-box .elementor-icon-box-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center
}

.elementor-widget-icon-box .elementor-icon-box-icon {
  display: inline-block;
  flex: 0 0 auto;
  line-height: 0
}

.elementor-widget-icon-box .elementor-icon-box-content {
  flex-grow: 1;
  width: 100%
}

.elementor-widget-icon-box .elementor-icon-box-title a {
  color: inherit
}

.elementor-widget-icon-box .elementor-icon-box-description {
  margin: 0
}

.elementor-widget-icon-box.elementor-position-inline-end .elementor-icon-box-wrapper {
  flex-direction: row-reverse;
  text-align: end
}

.elementor-widget-icon-box.elementor-position-inline-start .elementor-icon-box-wrapper {
  flex-direction: row;
  text-align: start
}

.elementor-widget-icon-box.elementor-position-block-start .elementor-icon-box-wrapper {
  align-items: unset !important;
  flex-direction: column;
  text-align: center
}

.elementor-widget-icon-box.elementor-position-block-end .elementor-icon-box-wrapper {
  align-items: unset !important;
  flex-direction: column-reverse;
  text-align: center
}

@media (min-width:-1) {
  .elementor-widget-icon-box.elementor-widescreen-position-inline-end .elementor-icon-box-wrapper {
    flex-direction: row-reverse;
    text-align: end
  }

  .elementor-widget-icon-box.elementor-widescreen-position-inline-start .elementor-icon-box-wrapper {
    flex-direction: row;
    text-align: start
  }

  .elementor-widget-icon-box.elementor-widescreen-position-block-start .elementor-icon-box-wrapper {
    align-items: unset !important;
    flex-direction: column;
    text-align: center
  }

  .elementor-widget-icon-box.elementor-widescreen-position-block-end .elementor-icon-box-wrapper {
    align-items: unset !important;
    flex-direction: column-reverse;
    text-align: center
  }
}

@media (max-width:-1) {
  .elementor-widget-icon-box.elementor-laptop-position-inline-end .elementor-icon-box-wrapper {
    flex-direction: row-reverse;
    text-align: end
  }

  .elementor-widget-icon-box.elementor-laptop-position-inline-start .elementor-icon-box-wrapper {
    flex-direction: row;
    text-align: start
  }

  .elementor-widget-icon-box.elementor-laptop-position-block-start .elementor-icon-box-wrapper {
    align-items: unset !important;
    flex-direction: column;
    text-align: center
  }

  .elementor-widget-icon-box.elementor-laptop-position-block-end .elementor-icon-box-wrapper {
    align-items: unset !important;
    flex-direction: column-reverse;
    text-align: center
  }

  .elementor-widget-icon-box.elementor-tablet_extra-position-inline-end .elementor-icon-box-wrapper {
    flex-direction: row-reverse;
    text-align: end
  }

  .elementor-widget-icon-box.elementor-tablet_extra-position-inline-start .elementor-icon-box-wrapper {
    flex-direction: row;
    text-align: start
  }

  .elementor-widget-icon-box.elementor-tablet_extra-position-block-start .elementor-icon-box-wrapper {
    align-items: unset !important;
    flex-direction: column;
    text-align: center
  }

  .elementor-widget-icon-box.elementor-tablet_extra-position-block-end .elementor-icon-box-wrapper {
    align-items: unset !important;
    flex-direction: column-reverse;
    text-align: center
  }
}

@media (max-width:1024px) {
  .elementor-widget-icon-box.elementor-tablet-position-inline-end .elementor-icon-box-wrapper {
    flex-direction: row-reverse;
    text-align: end
  }

  .elementor-widget-icon-box.elementor-tablet-position-inline-start .elementor-icon-box-wrapper {
    flex-direction: row;
    text-align: start
  }

  .elementor-widget-icon-box.elementor-tablet-position-block-start .elementor-icon-box-wrapper {
    align-items: unset !important;
    flex-direction: column;
    text-align: center
  }

  .elementor-widget-icon-box.elementor-tablet-position-block-end .elementor-icon-box-wrapper {
    align-items: unset !important;
    flex-direction: column-reverse;
    text-align: center
  }
}

@media (max-width:-1) {
  .elementor-widget-icon-box.elementor-mobile_extra-position-inline-end .elementor-icon-box-wrapper {
    flex-direction: row-reverse;
    text-align: end
  }

  .elementor-widget-icon-box.elementor-mobile_extra-position-inline-start .elementor-icon-box-wrapper {
    flex-direction: row;
    text-align: start
  }

  .elementor-widget-icon-box.elementor-mobile_extra-position-block-start .elementor-icon-box-wrapper {
    align-items: unset !important;
    flex-direction: column;
    text-align: center
  }

  .elementor-widget-icon-box.elementor-mobile_extra-position-block-end .elementor-icon-box-wrapper {
    align-items: unset !important;
    flex-direction: column-reverse;
    text-align: center
  }
}

@media (max-width:767px) {
  .elementor-widget-icon-box.elementor-mobile-position-inline-end .elementor-icon-box-wrapper {
    flex-direction: row-reverse;
    text-align: end
  }

  .elementor-widget-icon-box.elementor-mobile-position-inline-start .elementor-icon-box-wrapper {
    flex-direction: row;
    text-align: start
  }

  .elementor-widget-icon-box.elementor-mobile-position-block-start .elementor-icon-box-wrapper {
    align-items: unset !important;
    flex-direction: column;
    text-align: center
  }

  .elementor-widget-icon-box.elementor-mobile-position-block-end .elementor-icon-box-wrapper {
    align-items: unset !important;
    flex-direction: column-reverse;
    text-align: center
  }
}

/* Source: assets/lib/animations/styles/fadeInUp.min.css */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInUp {
  animation-name: fadeInUp
}

/* Source: assets/css/widget-nested-accordion-rtl.min.css */
.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)
}

: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 {
  align-items: center;
  border-color: var(--n-accordion-border-color);
  border-radius: var(--n-accordion-border-radius);
  border-style: var(--n-accordion-border-style);
  border-width: var(--n-accordion-border-width);
  color: var(--n-accordion-title-normal-color);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-grow: var(--n-menu-title-flex-grow);
  gap: var(--n-accordion-icon-gap);
  justify-content: var(--n-accordion-title-justify-content);
  list-style: none;
  padding: var(--n-accordion-padding)
}

.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-end: 0;
  margin-block-start: 0
}

.elementor-widget-n-accordion .e-n-accordion-item-title-text {
  align-items: center;
  font-size: var(--n-accordion-title-font-size)
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
  align-items: center;
  display: flex;
  flex-direction: row;
  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 {
  color: var(--n-accordion-title-active-color);
  margin-block-end: var(--n-accordion-item-title-distance-from-content)
}

.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened {
  display: flex
}

.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon .e-closed {
  display: none
}

.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .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 .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]) .e-con {
  display: none
}

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

/* Source: media/elementor/css/post-37.css */
.elementor-37 .elementor-element.elementor-element-d445f14 {
  --display: flex;
  --min-height: 666px;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --overlay-opacity: 0.6;
  --margin-top: -128px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 89px;
  --padding-bottom: 13px;
  --padding-left: 24px;
  --padding-right: 24px;
}

.elementor-37 .elementor-element.elementor-element-d445f14:not(.elementor-motion-effects-element-type-background),
.elementor-37 .elementor-element.elementor-element-d445f14>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-image: url("media/Rectangle-95-1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.elementor-37 .elementor-element.elementor-element-d445f14::before,
.elementor-37 .elementor-element.elementor-element-d445f14>.elementor-background-video-container::before,
.elementor-37 .elementor-element.elementor-element-d445f14>.e-con-inner>.elementor-background-video-container::before,
.elementor-37 .elementor-element.elementor-element-d445f14>.elementor-background-slideshow::before,
.elementor-37 .elementor-element.elementor-element-d445f14>.e-con-inner>.elementor-background-slideshow::before,
.elementor-37 .elementor-element.elementor-element-d445f14>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #275D4D;
  --background-overlay: '';
}

.elementor-widget-heading .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-primary);
}

.elementor-37 .elementor-element.elementor-element-7a70705 .elementor-heading-title {
  font-family: var(--e-global-typography-heading_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_s-font-size);
  font-weight: var(--e-global-typography-heading_s-font-weight);
  color: #000000;
}

.elementor-37 .elementor-element.elementor-element-31f1e83 .elementor-heading-title {
  font-family: "Tajawal", Sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
  color: #000000;
}

.elementor-widget-text-editor {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
  background-color: var(--e-global-color-primary);
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap,
.elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.elementor-37 .elementor-element.elementor-element-e27c2ca {
  width: var(--container-widget-width, 50%);
  max-width: 50%;
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  --container-widget-width: 50%;
  --container-widget-flex-grow: 0;
  text-align: center;
  font-family: "Tajawal", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: #000000;
}

.elementor-37 .elementor-element.elementor-element-66f03d3 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --padding-top: 100px;
  --padding-bottom: 100px;
  --padding-left: 24px;
  --padding-right: 24px;
}

.elementor-37 .elementor-element.elementor-element-a5a6543 .elementor-heading-title {
  font-family: var(--e-global-typography-heading_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_s-font-size);
  font-weight: var(--e-global-typography-heading_s-font-weight);
  color: var(--e-global-color-text);
}

.elementor-37 .elementor-element.elementor-element-b39b2ae .elementor-heading-title {
  font-family: var(--e-global-typography-heading_l-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_l-font-size);
  font-weight: var(--e-global-typography-heading_l-font-weight);
  line-height: var(--e-global-typography-heading_l-line-height);
  color: #275D4D;
}

.elementor-37 .elementor-element.elementor-element-00b4a01 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  padding: 0px 0px 24px 0px;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-37 .elementor-element.elementor-element-3825002 {
  --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: 80px 80px;
  --row-gap: 80px;
  --column-gap: 80px;
  --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-37 .elementor-element.elementor-element-fe097b9 {
  --display: flex;
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-37 .elementor-element.elementor-element-bbd8601 iframe {
  height: 380px;
}

.elementor-37 .elementor-element.elementor-element-7619677 {
  --display: grid;
  --e-con-grid-template-columns: repeat(2, 1fr);
  --e-con-grid-template-rows: repeat(2, 1fr);
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --grid-auto-flow: row;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-37 .elementor-element.elementor-element-dd7085b {
  --display: flex;
  --justify-content: flex-start;
  --align-items: flex-start;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 16px 16px;
  --row-gap: 16px;
  --column-gap: 16px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-widget-icon-box.elementor-view-stacked .elementor-icon {
  background-color: var(--e-global-color-primary);
}

.elementor-widget-icon-box.elementor-view-framed .elementor-icon,
.elementor-widget-icon-box.elementor-view-default .elementor-icon {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.elementor-widget-icon-box .elementor-icon-box-title,
.elementor-widget-icon-box .elementor-icon-box-title a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-icon-box .elementor-icon-box-title {
  color: var(--e-global-color-primary);
}

.elementor-widget-icon-box:has(:hover) .elementor-icon-box-title,
.elementor-widget-icon-box:has(:focus) .elementor-icon-box-title {
  color: var(--e-global-color-primary);
}

.elementor-widget-icon-box .elementor-icon-box-description {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-37 .elementor-element.elementor-element-affdbef .elementor-icon-box-wrapper {
  text-align: start;
  gap: 0px;
}

.elementor-37 .elementor-element.elementor-element-affdbef .elementor-icon-box-title {
  margin-block-end: 8px;
  color: #275D4D;
}

.elementor-37 .elementor-element.elementor-element-affdbef.elementor-view-stacked .elementor-icon {
  background-color: #275D4D;
}

.elementor-37 .elementor-element.elementor-element-affdbef.elementor-view-framed .elementor-icon,
.elementor-37 .elementor-element.elementor-element-affdbef.elementor-view-default .elementor-icon {
  fill: #275D4D;
  color: #275D4D;
  border-color: #275D4D;
}

.elementor-37 .elementor-element.elementor-element-affdbef .elementor-icon {
  font-size: 32px;
}

.elementor-37 .elementor-element.elementor-element-affdbef .elementor-icon-box-title,
.elementor-37 .elementor-element.elementor-element-affdbef .elementor-icon-box-title a {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-37 .elementor-element.elementor-element-affdbef .elementor-icon-box-description {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-widget-button .elementor-button {
  background-color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
  line-height: var(--e-global-typography-accent-line-height);
}

.elementor-37 .elementor-element.elementor-element-4b33a10 .elementor-button {
  background-color: var(--e-global-color-transparent);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  padding: 0px 0px 0px 0px;
}

.elementor-37 .elementor-element.elementor-element-4b33a10 {
  width: auto;
  max-width: auto;
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
}

.elementor-37 .elementor-element.elementor-element-0ad34ad {
  --display: flex;
  --justify-content: flex-start;
  --align-items: flex-start;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 16px 16px;
  --row-gap: 16px;
  --column-gap: 16px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-37 .elementor-element.elementor-element-ce9b3e1 .elementor-icon-box-wrapper {
  text-align: start;
  gap: 0px;
}

.elementor-37 .elementor-element.elementor-element-ce9b3e1 .elementor-icon-box-title {
  margin-block-end: 8px;
  color: #275D4D;
}

.elementor-37 .elementor-element.elementor-element-ce9b3e1.elementor-view-stacked .elementor-icon {
  background-color: #275D4D;
}

.elementor-37 .elementor-element.elementor-element-ce9b3e1.elementor-view-framed .elementor-icon,
.elementor-37 .elementor-element.elementor-element-ce9b3e1.elementor-view-default .elementor-icon {
  fill: #275D4D;
  color: #275D4D;
  border-color: #275D4D;
}

.elementor-37 .elementor-element.elementor-element-ce9b3e1 .elementor-icon {
  font-size: 32px;
}

.elementor-37 .elementor-element.elementor-element-ce9b3e1 .elementor-icon-box-title,
.elementor-37 .elementor-element.elementor-element-ce9b3e1 .elementor-icon-box-title a {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-37 .elementor-element.elementor-element-ce9b3e1 .elementor-icon-box-description {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-37 .elementor-element.elementor-element-a40295c .elementor-button {
  background-color: var(--e-global-color-transparent);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  padding: 0px 0px 0px 0px;
}

.elementor-37 .elementor-element.elementor-element-a40295c {
  width: auto;
  max-width: auto;
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
}

.elementor-37 .elementor-element.elementor-element-ffaacea {
  --display: flex;
  --justify-content: flex-start;
  --align-items: flex-start;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 16px 16px;
  --row-gap: 16px;
  --column-gap: 16px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-37 .elementor-element.elementor-element-9d9b618 .elementor-icon-box-wrapper {
  text-align: start;
  gap: 0px;
}

.elementor-37 .elementor-element.elementor-element-9d9b618 .elementor-icon-box-title {
  margin-block-end: 8px;
  color: #275D4D;
}

.elementor-37 .elementor-element.elementor-element-9d9b618.elementor-view-stacked .elementor-icon {
  background-color: #275D4D;
}

.elementor-37 .elementor-element.elementor-element-9d9b618.elementor-view-framed .elementor-icon,
.elementor-37 .elementor-element.elementor-element-9d9b618.elementor-view-default .elementor-icon {
  fill: #275D4D;
  color: #275D4D;
  border-color: #275D4D;
}

.elementor-37 .elementor-element.elementor-element-9d9b618 .elementor-icon {
  font-size: 32px;
}

.elementor-37 .elementor-element.elementor-element-9d9b618 .elementor-icon-box-title,
.elementor-37 .elementor-element.elementor-element-9d9b618 .elementor-icon-box-title a {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-37 .elementor-element.elementor-element-9d9b618 .elementor-icon-box-description {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-37 .elementor-element.elementor-element-9860d1e .elementor-button {
  background-color: var(--e-global-color-transparent);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  padding: 0px 0px 0px 0px;
}

.elementor-37 .elementor-element.elementor-element-9860d1e {
  width: auto;
  max-width: auto;
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
}

.elementor-37 .elementor-element.elementor-element-9860d1e .elementor-button-content-wrapper {
  flex-direction: row;
}

.elementor-37 .elementor-element.elementor-element-9860d1e .elementor-button .elementor-button-content-wrapper {
  gap: 14px;
}

.elementor-37 .elementor-element.elementor-element-f1b1621 {
  --display: flex;
  --justify-content: flex-start;
  --align-items: flex-start;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 16px 16px;
  --row-gap: 16px;
  --column-gap: 16px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-37 .elementor-element.elementor-element-08b1dad .elementor-icon-box-wrapper {
  text-align: start;
  gap: 0px;
}

.elementor-37 .elementor-element.elementor-element-08b1dad .elementor-icon-box-title {
  margin-block-end: 8px;
  color: #275D4D;
}

.elementor-37 .elementor-element.elementor-element-08b1dad.elementor-view-stacked .elementor-icon {
  background-color: #275D4D;
}

.elementor-37 .elementor-element.elementor-element-08b1dad.elementor-view-framed .elementor-icon,
.elementor-37 .elementor-element.elementor-element-08b1dad.elementor-view-default .elementor-icon {
  fill: #275D4D;
  color: #275D4D;
  border-color: #275D4D;
}

.elementor-37 .elementor-element.elementor-element-08b1dad .elementor-icon {
  font-size: 32px;
}

.elementor-37 .elementor-element.elementor-element-08b1dad .elementor-icon-box-title,
.elementor-37 .elementor-element.elementor-element-08b1dad .elementor-icon-box-title a {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-37 .elementor-element.elementor-element-08b1dad .elementor-icon-box-description {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-37 .elementor-element.elementor-element-aa50acb {
  --grid-template-columns: repeat(0, auto);
  width: initial;
  max-width: initial;
  --icon-size: 20px;
  --grid-column-gap: 16px;
  --grid-row-gap: 0px;
}

.elementor-37 .elementor-element.elementor-element-aa50acb .elementor-social-icon {
  background-color: var(--e-global-color-transparent);
  --icon-padding: 2px;
}

.elementor-37 .elementor-element.elementor-element-aa50acb .elementor-social-icon i {
  color: #275D4DE0;
}

.elementor-37 .elementor-element.elementor-element-aa50acb .elementor-social-icon svg {
  fill: #275D4DE0;
}

.elementor-37 .elementor-element.elementor-element-aa50acb .elementor-icon {
  border-radius: 0px 0px 0px 0px;
}

.elementor-37 .elementor-element.elementor-element-aa50acb .elementor-social-icon:hover i {
  color: var(--e-global-color-accent);
}

.elementor-37 .elementor-element.elementor-element-aa50acb .elementor-social-icon:hover svg {
  fill: var(--e-global-color-accent);
}

.elementor-37 .elementor-element.elementor-element-1f98d5f {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: flex-start;
  --align-items: flex-start;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --padding-top: 100px;
  --padding-bottom: 100px;
  --padding-left: 24px;
  --padding-right: 24px;
}

.elementor-37 .elementor-element.elementor-element-c175af2 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-37 .elementor-element.elementor-element-d6b5501 .elementor-heading-title {
  font-family: var(--e-global-typography-heading_l-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_l-font-size);
  font-weight: var(--e-global-typography-heading_l-font-weight);
  line-height: var(--e-global-typography-heading_l-line-height);
  color: var(--e-global-color-primary);
}

.elementor-37 .elementor-element.elementor-element-ea7dfdf {
  padding: 0px 0px 48px 0px;
}

.elementor-37 .elementor-element.elementor-element-ea7dfdf .elementor-heading-title {
  font-family: var(--e-global-typography-heading_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_s-font-size);
  font-weight: var(--e-global-typography-heading_s-font-weight);
  color: var(--e-global-color-text);
}

.elementor-37 .elementor-element.elementor-element-d323edd {
  --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;
  --justify-content: flex-start;
  --gap: 48px 48px;
  --row-gap: 48px;
  --column-gap: 48px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-37 .elementor-element.elementor-element-dbf267e {
  --display: flex;
}

.elementor-37 .elementor-element.elementor-element-b7609c4 {
  --display: flex;
}

.elementor-37 .elementor-element.elementor-element-8681131 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-37 .elementor-element.elementor-element-f08d318 {
  --display: flex;
}

.elementor-37 .elementor-element.elementor-element-fec6e31 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-37 .elementor-element.elementor-element-8091b71 {
  --display: flex;
}

.elementor-37 .elementor-element.elementor-element-6bf4042 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-37 .elementor-element.elementor-element-e707ac1 {
  --display: flex;
}

.elementor-37 .elementor-element.elementor-element-d75182b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-37 .elementor-element.elementor-element-4b0f2cf {
  --display: flex;
}

.elementor-37 .elementor-element.elementor-element-a432ec7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-37 .elementor-element.elementor-element-beba188 {
  --n-accordion-title-font-size: var(--e-global-typography-heading_s-font-size);
  --n-accordion-item-title-space-between: 16px;
  --n-accordion-title-normal-color: var(--e-global-color-primary);
  --n-accordion-icon-size: 15px;
  --n-accordion-icon-normal-color: var(--e-global-color-text);
}

.elementor-37 .elementor-element.elementor-element-beba188>.e-n-accordion>.e-n-accordion-item>.e-n-accordion-item-title {
  background-color: var(--e-global-color-backgroundAccent);
  border-style: none;
}

:where(.elementor-37 .elementor-element.elementor-element-beba188 > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title > .e-n-accordion-item-title-header)>.e-n-accordion-item-title-text {
  font-family: var(--e-global-typography-heading_s-font-family), Sans-serif;
  font-weight: var(--e-global-typography-heading_s-font-weight);
}

:where(.elementor-37 .elementor-element.elementor-element-beba188 > .e-n-accordion > .e-n-accordion-item)>.e-con {
  border-style: none;
  --border-radius: 0px 0px 0px 0px;
  --padding-top: 24px;
  --padding-right: 24px;
  --padding-bottom: 24px;
  --padding-left: 24px;
}

.elementor-37 .elementor-element.elementor-element-d1d4683 {
  --display: flex;
}

.elementor-37 .elementor-element.elementor-element-173f418 {
  --display: flex;
}

.elementor-37 .elementor-element.elementor-element-b1cdbfd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-37 .elementor-element.elementor-element-b08ed02 {
  --display: flex;
}

.elementor-37 .elementor-element.elementor-element-2332264 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-37 .elementor-element.elementor-element-f190e0c {
  --display: flex;
}

.elementor-37 .elementor-element.elementor-element-bc559ed {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-37 .elementor-element.elementor-element-6ebd704 {
  --display: flex;
}

.elementor-37 .elementor-element.elementor-element-63e04d6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-37 .elementor-element.elementor-element-40b3b49 {
  --display: flex;
}

.elementor-37 .elementor-element.elementor-element-87b1cb4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-37 .elementor-element.elementor-element-4c1720f {
  --n-accordion-title-font-size: var(--e-global-typography-heading_s-font-size);
  --n-accordion-item-title-space-between: 16px;
  --n-accordion-title-normal-color: var(--e-global-color-primary);
  --n-accordion-icon-size: 15px;
  --n-accordion-icon-normal-color: var(--e-global-color-text);
}

.elementor-37 .elementor-element.elementor-element-4c1720f>.e-n-accordion>.e-n-accordion-item>.e-n-accordion-item-title {
  background-color: var(--e-global-color-backgroundAccent);
  border-style: none;
}

:where(.elementor-37 .elementor-element.elementor-element-4c1720f > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title > .e-n-accordion-item-title-header)>.e-n-accordion-item-title-text {
  font-family: var(--e-global-typography-heading_s-font-family), Sans-serif;
  font-weight: var(--e-global-typography-heading_s-font-weight);
}

:where(.elementor-37 .elementor-element.elementor-element-4c1720f > .e-n-accordion > .e-n-accordion-item)>.e-con {
  border-style: none;
  --border-radius: 0px 0px 0px 0px;
  --padding-top: 24px;
  --padding-right: 24px;
  --padding-bottom: 24px;
  --padding-left: 24px;
}

:root {
  --page-title-display: none;
}

@media(min-width:768px) {
  .elementor-37 .elementor-element.elementor-element-d445f14 {
    --content-width: 1280px;
  }

  .elementor-37 .elementor-element.elementor-element-66f03d3 {
    --content-width: 1280px;
  }

  .elementor-37 .elementor-element.elementor-element-3825002 {
    --content-width: 1280px;
  }

  .elementor-37 .elementor-element.elementor-element-fe097b9 {
    --width: 50%;
  }

  .elementor-37 .elementor-element.elementor-element-7619677 {
    --width: 50%;
  }

  .elementor-37 .elementor-element.elementor-element-1f98d5f {
    --content-width: 1280px;
  }
}

@media(max-width:1024px) and (min-width:768px) {
  .elementor-37 .elementor-element.elementor-element-fe097b9 {
    --width: 60%;
  }

  .elementor-37 .elementor-element.elementor-element-7619677 {
    --width: 60%;
  }
}

@media(max-width:1024px) {
  .elementor-37 .elementor-element.elementor-element-d445f14 {
    --gap: 24px 24px;
    --row-gap: 24px;
    --column-gap: 24px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-widget-heading .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-37 .elementor-element.elementor-element-7a70705 .elementor-heading-title {
    font-size: var(--e-global-typography-heading_s-font-size);
  }

  .elementor-37 .elementor-element.elementor-element-31f1e83 .elementor-heading-title {
    font-size: 40px;
  }

  .elementor-widget-text-editor {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-e27c2ca {
    --container-widget-width: 60%;
    --container-widget-flex-grow: 0;
    width: var(--container-widget-width, 60%);
    max-width: 60%;
    line-height: 1.5;
  }

  .elementor-37 .elementor-element.elementor-element-66f03d3 {
    --gap: 40px 40px;
    --row-gap: 40px;
    --column-gap: 40px;
    --padding-top: 80px;
    --padding-bottom: 80px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-37 .elementor-element.elementor-element-a5a6543 .elementor-heading-title {
    font-size: var(--e-global-typography-heading_s-font-size);
  }

  .elementor-37 .elementor-element.elementor-element-b39b2ae .elementor-heading-title {
    font-size: var(--e-global-typography-heading_l-font-size);
    line-height: var(--e-global-typography-heading_l-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-00b4a01 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-7619677 {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
    --grid-auto-flow: row;
  }

  .elementor-widget-icon-box .elementor-icon-box-title,
  .elementor-widget-icon-box .elementor-icon-box-title a {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-widget-icon-box .elementor-icon-box-description {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-affdbef .elementor-icon {
    font-size: 28px;
  }

  .elementor-37 .elementor-element.elementor-element-affdbef .elementor-icon-box-title,
  .elementor-37 .elementor-element.elementor-element-affdbef .elementor-icon-box-title a {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-37 .elementor-element.elementor-element-affdbef .elementor-icon-box-description {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-widget-button .elementor-button {
    font-size: var(--e-global-typography-accent-font-size);
    line-height: var(--e-global-typography-accent-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-4b33a10 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-37 .elementor-element.elementor-element-4b33a10 .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-ce9b3e1 .elementor-icon {
    font-size: 28px;
  }

  .elementor-37 .elementor-element.elementor-element-ce9b3e1 .elementor-icon-box-title,
  .elementor-37 .elementor-element.elementor-element-ce9b3e1 .elementor-icon-box-title a {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-37 .elementor-element.elementor-element-ce9b3e1 .elementor-icon-box-description {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-a40295c {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-37 .elementor-element.elementor-element-a40295c .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-9d9b618 .elementor-icon {
    font-size: 28px;
  }

  .elementor-37 .elementor-element.elementor-element-9d9b618 .elementor-icon-box-title,
  .elementor-37 .elementor-element.elementor-element-9d9b618 .elementor-icon-box-title a {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-37 .elementor-element.elementor-element-9d9b618 .elementor-icon-box-description {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-9860d1e {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-37 .elementor-element.elementor-element-9860d1e .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-08b1dad .elementor-icon {
    font-size: 28px;
  }

  .elementor-37 .elementor-element.elementor-element-08b1dad .elementor-icon-box-title,
  .elementor-37 .elementor-element.elementor-element-08b1dad .elementor-icon-box-title a {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-37 .elementor-element.elementor-element-08b1dad .elementor-icon-box-description {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-1f98d5f {
    --padding-top: 80px;
    --padding-bottom: 80px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-37 .elementor-element.elementor-element-c175af2 {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-37 .elementor-element.elementor-element-d6b5501 .elementor-heading-title {
    font-size: var(--e-global-typography-heading_l-font-size);
    line-height: var(--e-global-typography-heading_l-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-ea7dfdf {
    padding: 0px 0px 48px 0px;
  }

  .elementor-37 .elementor-element.elementor-element-ea7dfdf .elementor-heading-title {
    font-size: var(--e-global-typography-heading_s-font-size);
  }

  .elementor-37 .elementor-element.elementor-element-8681131 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-fec6e31 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-6bf4042 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-d75182b {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-a432ec7 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-beba188 {
    --n-accordion-title-font-size: var(--e-global-typography-heading_s-font-size);
  }

  .elementor-37 .elementor-element.elementor-element-b1cdbfd {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-2332264 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-bc559ed {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-63e04d6 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-87b1cb4 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-4c1720f {
    --n-accordion-title-font-size: var(--e-global-typography-heading_s-font-size);
  }
}

@media(max-width:767px) {
  .elementor-37 .elementor-element.elementor-element-d445f14 {
    --min-height: 0px;
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
    --padding-top: 163px;
    --padding-bottom: 48px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-widget-heading .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-37 .elementor-element.elementor-element-7a70705 .elementor-heading-title {
    font-size: var(--e-global-typography-heading_s-font-size);
  }

  .elementor-37 .elementor-element.elementor-element-31f1e83 {
    text-align: center;
  }

  .elementor-37 .elementor-element.elementor-element-31f1e83 .elementor-heading-title {
    font-size: 20px;
  }

  .elementor-widget-text-editor {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-e27c2ca {
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
    width: var(--container-widget-width, 100%);
    max-width: 100%;
    font-size: 14px;
  }

  .elementor-37 .elementor-element.elementor-element-66f03d3 {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
    --padding-top: 48px;
    --padding-bottom: 48px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-37 .elementor-element.elementor-element-a5a6543 .elementor-heading-title {
    font-size: var(--e-global-typography-heading_s-font-size);
  }

  .elementor-37 .elementor-element.elementor-element-b39b2ae {
    text-align: center;
  }

  .elementor-37 .elementor-element.elementor-element-b39b2ae .elementor-heading-title {
    font-size: var(--e-global-typography-heading_l-font-size);
    line-height: var(--e-global-typography-heading_l-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-00b4a01 {
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-3825002 {
    --gap: 80px 80px;
    --row-gap: 80px;
    --column-gap: 80px;
  }

  .elementor-37 .elementor-element.elementor-element-fe097b9 {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-37 .elementor-element.elementor-element-7619677 {
    --e-con-grid-template-columns: repeat(1, 1fr);
    --gap: 24px 24px;
    --row-gap: 24px;
    --column-gap: 24px;
    --grid-auto-flow: row;
  }

  .elementor-37 .elementor-element.elementor-element-dd7085b {
    --justify-content: flex-end;
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  }

  .elementor-widget-icon-box .elementor-icon-box-title,
  .elementor-widget-icon-box .elementor-icon-box-title a {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-widget-icon-box .elementor-icon-box-description {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-affdbef .elementor-icon-box-wrapper {
    text-align: center;
  }

  .elementor-37 .elementor-element.elementor-element-affdbef .elementor-icon-box-title,
  .elementor-37 .elementor-element.elementor-element-affdbef .elementor-icon-box-title a {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-37 .elementor-element.elementor-element-affdbef .elementor-icon-box-description {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-widget-button .elementor-button {
    font-size: var(--e-global-typography-accent-font-size);
    line-height: var(--e-global-typography-accent-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-4b33a10 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-37 .elementor-element.elementor-element-4b33a10 .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    padding: 0px 0px 0px 0px;
  }

  .elementor-37 .elementor-element.elementor-element-0ad34ad {
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  }

  .elementor-37 .elementor-element.elementor-element-ce9b3e1 .elementor-icon-box-wrapper {
    text-align: center;
  }

  .elementor-37 .elementor-element.elementor-element-ce9b3e1 .elementor-icon-box-title,
  .elementor-37 .elementor-element.elementor-element-ce9b3e1 .elementor-icon-box-title a {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-37 .elementor-element.elementor-element-ce9b3e1 .elementor-icon-box-description {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-a40295c {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-37 .elementor-element.elementor-element-a40295c .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    padding: 0px 0px 0px 0px;
  }

  .elementor-37 .elementor-element.elementor-element-ffaacea {
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  }

  .elementor-37 .elementor-element.elementor-element-9d9b618 .elementor-icon-box-wrapper {
    text-align: center;
  }

  .elementor-37 .elementor-element.elementor-element-9d9b618 .elementor-icon-box-title,
  .elementor-37 .elementor-element.elementor-element-9d9b618 .elementor-icon-box-title a {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-37 .elementor-element.elementor-element-9d9b618 .elementor-icon-box-description {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-9860d1e {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-37 .elementor-element.elementor-element-9860d1e .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    padding: 0px 0px 0px 0px;
  }

  .elementor-37 .elementor-element.elementor-element-f1b1621 {
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  }

  .elementor-37 .elementor-element.elementor-element-08b1dad .elementor-icon-box-wrapper {
    text-align: center;
  }

  .elementor-37 .elementor-element.elementor-element-08b1dad .elementor-icon-box-title,
  .elementor-37 .elementor-element.elementor-element-08b1dad .elementor-icon-box-title a {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-37 .elementor-element.elementor-element-08b1dad .elementor-icon-box-description {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-aa50acb {
    --grid-template-columns: repeat(3, auto);
  }

  .elementor-37 .elementor-element.elementor-element-aa50acb.elementor-element {
    --order: 3;
  }

  .elementor-37 .elementor-element.elementor-element-1f98d5f {
    --padding-top: 48px;
    --padding-bottom: 48px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-37 .elementor-element.elementor-element-c175af2 {
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-37 .elementor-element.elementor-element-d6b5501 .elementor-heading-title {
    font-size: var(--e-global-typography-heading_l-font-size);
    line-height: var(--e-global-typography-heading_l-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-ea7dfdf {
    padding: 0px 0px 32px 0px;
    text-align: center;
  }

  .elementor-37 .elementor-element.elementor-element-ea7dfdf .elementor-heading-title {
    font-size: var(--e-global-typography-heading_s-font-size);
  }

  .elementor-37 .elementor-element.elementor-element-d323edd {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
  }

  .elementor-37 .elementor-element.elementor-element-8681131 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-fec6e31 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-6bf4042 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-d75182b {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-a432ec7 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-beba188 {
    --n-accordion-title-font-size: var(--e-global-typography-heading_s-font-size);
  }

  :where(.elementor-37 .elementor-element.elementor-element-beba188 > .e-n-accordion > .e-n-accordion-item)>.e-con {
    --padding-top: 20px;
    --padding-right: 10px;
    --padding-bottom: 20px;
    --padding-left: 10px;
  }

  .elementor-37 .elementor-element.elementor-element-b1cdbfd {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-2332264 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-bc559ed {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-63e04d6 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-87b1cb4 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-37 .elementor-element.elementor-element-4c1720f {
    --n-accordion-title-font-size: var(--e-global-typography-heading_s-font-size);
  }

  :where(.elementor-37 .elementor-element.elementor-element-4c1720f > .e-n-accordion > .e-n-accordion-item)>.e-con {
    --padding-top: 20px;
    --padding-right: 10px;
    --padding-bottom: 20px;
    --padding-left: 10px;
  }
}

/* Source: assets/lib/swiper/v8/css/swiper.min.css */
/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
  touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size)
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none !important
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube {
  overflow: visible
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px)
}

.swiper-flip {
  overflow: visible
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height
}

.swiper-cards {
  overflow: visible
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}

/* Source: assets/css/conditionals/e-swiper.min.css */
.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 .swiper-slide figure,
.elementor-lightbox .swiper .swiper-slide figure {
  line-height: 0
}

.elementor-element .swiper .elementor-lightbox-content-source,
.elementor-lightbox .swiper .elementor-lightbox-content-source {
  display: none
}

.elementor-element .swiper .elementor-swiper-button,
.elementor-element .swiper~.elementor-swiper-button,
.elementor-lightbox .swiper .elementor-swiper-button,
.elementor-lightbox .swiper~.elementor-swiper-button {
  color: hsla(0, 0%, 93%, .9);
  cursor: pointer;
  display: inline-flex;
  font-size: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1
}

.elementor-element .swiper .elementor-swiper-button svg,
.elementor-element .swiper~.elementor-swiper-button svg,
.elementor-lightbox .swiper .elementor-swiper-button svg,
.elementor-lightbox .swiper~.elementor-swiper-button svg {
  fill: hsla(0, 0%, 93%, .9);
  height: 1em;
  width: 1em
}

.elementor-element .swiper .elementor-swiper-button-prev,
.elementor-element .swiper~.elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev,
.elementor-lightbox .swiper~.elementor-swiper-button-prev {
  left: 10px
}

.elementor-element .swiper .elementor-swiper-button-next,
.elementor-element .swiper~.elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next,
.elementor-lightbox .swiper~.elementor-swiper-button-next {
  right: 10px
}

.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper~.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 .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
  width: 100%
}

.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 .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.swiper-cube .elementor-swiper-button,
.elementor-element .swiper.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-horizontal)~.swiper-pagination-bullets,
.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets {
  bottom: 5px;
  left: 0;
  width: 100%
}

.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,
.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.elementor-element :where(.swiper-horizontal)~.swiper-pagination-progressbar,
.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-progressbar {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%
}

.elementor-element.elementor-pagination-position-outside .swiper,
.elementor-lightbox.elementor-pagination-position-outside .swiper {
  padding-bottom: 30px
}

.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 .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-lightbox.elementor-arrows-position-outside .swiper {
  width: calc(100% - 60px)
}

.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 .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev {
  left: 0
}

.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 .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next {
  right: 0
}

/* Source: assets/css/widget-gallery-rtl.min.css */
/*! elementor-pro - v4.0.0 - 13-04-2026 */
.elementor-gallery__container {
  min-height: 1px
}

.elementor-gallery-item {
  border: solid var(--image-border-width) var(--image-border-color);
  border-radius: var(--image-border-radius);
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none
}

.elementor-gallery-item__content,
.elementor-gallery-item__overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.elementor-gallery-item__overlay {
  mix-blend-mode: var(--overlay-mix-blend-mode);
  transition-duration: var(--overlay-transition-duration);
  transition-property: mix-blend-mode, transform, opacity, background-color
}

.elementor-gallery-item__image.e-gallery-image {
  transition-duration: var(--image-transition-duration);
  transition-property: filter, transform
}

.elementor-gallery-item__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: var(--content-justify-content, center);
  padding: var(--content-padding);
  text-align: var(--content-text-align)
}

.elementor-gallery-item__content>div {
  transition-duration: var(--content-transition-duration)
}

.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2) {
  transition-delay: calc(var(--content-transition-delay) / 3)
}

.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3) {
  transition-delay: calc(var(--content-transition-delay) / 3 * 2)
}

.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4) {
  transition-delay: calc(var(--content-transition-delay) / 3 * 3)
}

.elementor-gallery-item__description {
  color: var(--description-text-color, #fff);
  width: 100%
}

.elementor-gallery-item__title {
  color: var(--title-text-color, #fff);
  font-weight: 700;
  width: 100%
}

.elementor-gallery__titles-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--titles-container-justify-content, center);
  margin-bottom: 20px
}

.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,
.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before {
  background-color: var(--galleries-pointer-bg-color-hover)
}

.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,
.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before {
  background-color: var(--galleries-pointer-bg-color-active)
}

.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before {
  border-color: var(--galleries-pointer-bg-color-hover);
  border-width: var(--galleries-pointer-border-width)
}

.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after {
  border-color: var(--galleries-pointer-bg-color-hover)
}

.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,
.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before {
  border-color: var(--galleries-pointer-bg-color-active)
}

.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before {
  border-width: 0 0 var(--galleries-pointer-border-width) var(--galleries-pointer-border-width)
}

.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after {
  border-width: var(--galleries-pointer-border-width) var(--galleries-pointer-border-width) 0 0
}

.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before {
  border-width: var(--galleries-pointer-border-width) 0 0 var(--galleries-pointer-border-width)
}

.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after {
  border-width: 0 var(--galleries-pointer-border-width) var(--galleries-pointer-border-width) 0
}

.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,
.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,
.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,
.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after {
  height: var(--galleries-pointer-border-width)
}

.elementor-gallery-title {
  --space-between: 10px;
  color: #6d7882;
  cursor: pointer;
  font-weight: 500;
  padding: 7px 14px;
  position: relative;
  transition: all .3s
}

.elementor-gallery-title--active {
  color: #495157
}

.elementor-gallery-title:not(:last-child) {
  margin-inline-end: var(--space-between)
}

.elementor-gallery-item__title+.elementor-gallery-item__description {
  margin-top: var(--description-margin-top)
}

.e-gallery-item.elementor-gallery-item {
  transition-property: all
}

.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,
.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,
.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,
.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,
.e-gallery-item:focus .elementor-gallery__item-overlay-bg,
.e-gallery-item:focus .elementor-gallery__item-overlay-content,
.e-gallery-item:focus .elementor-gallery__item-overlay-content__description,
.e-gallery-item:focus .elementor-gallery__item-overlay-content__title,
.e-gallery-item:hover .elementor-gallery__item-overlay-bg,
.e-gallery-item:hover .elementor-gallery__item-overlay-content,
.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,
.e-gallery-item:hover .elementor-gallery__item-overlay-content__title {
  opacity: 1
}

a.elementor-item.elementor-gallery-title {
  color: var(--galleries-title-color-normal)
}

a.elementor-item.elementor-gallery-title.elementor-item-active,
a.elementor-item.elementor-gallery-title.highlighted,
a.elementor-item.elementor-gallery-title:focus,
a.elementor-item.elementor-gallery-title:hover {
  color: var(--galleries-title-color-hover)
}

a.elementor-item.elementor-gallery-title.elementor-item-active {
  color: var(--gallery-title-color-active)
}

.e-con-inner>.elementor-widget-gallery,
.e-con>.elementor-widget-gallery {
  width: var(--container-widget-width);
  --flex-grow: var(--container-widget-flex-grow)
}

/* Source: assets/lib/e-gallery/css/e-gallery.min.css */
/*! E-Gallery v1.2.0 by Elementor */
.e-gallery-container {
  position: relative;
  display: flex;
  flex-wrap: wrap
}

.e-gallery-container:not(.e-gallery-grid) {
  transition: padding-bottom var(--animation-duration)
}

.e-gallery-item {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  transition-property: all;
  transition-duration: var(--animation-duration)
}

.e-gallery-item:not(:hover) .e-gallery-overlay {
  display: none
}

.e-gallery-item.e-gallery-item--hidden {
  transform: scale3d(0, 0, 0);
  opacity: 0
}

.e-gallery-image {
  background-position: center center;
  background-size: cover;
  width: 100%;
  transform-origin: center top;
  transition: var(--animation-duration)
}

.e-gallery-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  flex-direction: column;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5)
}

.e-gallery-overlay__title {
  font-size: 24px
}

.e-gallery-grid:not(.e-gallery--animated) {
  display: grid;
  grid-gap: var(--vgap) var(--hgap);
  grid-template-columns: repeat(var(--columns), 1fr)
}

.e-gallery-grid:not(.e-gallery--animated) .e-gallery-item--hidden {
  position: absolute
}

.e-gallery-grid.e-gallery--animated {
  padding-bottom: var(--container-aspect-ratio)
}

.e-gallery-grid.e-gallery--animated .e-gallery-item {
  --item-width: calc((100% - ((var(--columns) - 1) * var(--hgap))) / var(--columns));
  position: absolute;
  top: calc(((100% / var(--rows)) + (var(--vgap) / var(--rows))) * var(--row));
  width: var(--item-width)
}

.e-gallery-grid .e-gallery-image {
  padding-bottom: var(--aspect-ratio)
}

.e-gallery-justified {
  padding-bottom: calc(var(--container-aspect-ratio) * 100%)
}

.e-gallery-justified .e-gallery-item {
  position: absolute;
  width: calc(var(--item-width) * (100% - var(--hgap) * var(--gap-count)));
  height: var(--item-height);
  top: calc(var(--item-top) + (var(--row) * var(--vgap)))
}

.e-gallery-justified .e-gallery-image {
  height: 100%
}

.e-gallery-masonry {
  height: 0;
  margin-bottom: calc(var(--highest-column-gap-count) * var(--vgap))
}

.e-gallery-masonry .e-gallery-item {
  position: absolute;
  width: calc(100% / var(--columns) - (var(--hgap) * (var(--columns) - 1) / var(--columns)));
  top: calc(var(--percent-height) + (var(--items-in-column) * var(--vgap)))
}

.e-gallery-masonry .e-gallery-image {
  padding-bottom: var(--item-height)
}

.e-gallery--ltr.e-gallery-grid.e-gallery--animated .e-gallery-item {
  left: calc(var(--item-width) * var(--column) + (var(--hgap) * var(--column)))
}

.e-gallery--ltr.e-gallery-justified .e-gallery-item {
  left: calc(var(--item-start) * (100% - var(--hgap) * var(--gap-count)) + var(--hgap) * var(--item-row-index))
}

.e-gallery--ltr.e-gallery-masonry .e-gallery-item {
  left: calc((100% / var(--columns) - (var(--hgap) * (var(--columns) - 1) / var(--columns))) * var(--column) + (var(--hgap) * var(--column)))
}

.e-gallery--rtl.e-gallery-grid.e-gallery--animated .e-gallery-item {
  right: calc(var(--item-width) * var(--column) + (var(--hgap) * var(--column)))
}

.e-gallery--rtl.e-gallery-justified .e-gallery-item {
  right: calc(var(--item-start) * (100% - var(--hgap) * var(--gap-count)) + var(--hgap) * var(--item-row-index))
}

.e-gallery--rtl.e-gallery-masonry .e-gallery-item {
  right: calc((100% / var(--columns) - (var(--hgap) * (var(--columns) - 1) / var(--columns))) * var(--column) + (var(--hgap) * var(--column)))
}

.e-gallery--lazyload .e-gallery-image:not(.e-gallery-image-loaded) {
  filter: opacity(0);
  transform: scale(0.5)
}



/* Source: assets/css/conditionals/transitions.min.css */
.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 {
  opacity: 1;
  transform: scale(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))
}

/* Source: media/elementor/css/post-14.css */
.elementor-14 .elementor-element.elementor-element-40ecbf4 {
  --display: flex;
  --min-height: 839px;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --overlay-opacity: 0.98;
  --margin-top: -126px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 87px;
  --padding-bottom: 0px;
  --padding-left: 24px;
  --padding-right: 24px;
}

.elementor-14 .elementor-element.elementor-element-40ecbf4:not(.elementor-motion-effects-element-type-background),
.elementor-14 .elementor-element.elementor-element-40ecbf4>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-image: url("media/IMG_0257.jpg");
  background-position: 0px -800px;
  background-repeat: no-repeat;
  background-size: cover;
}

.elementor-14 .elementor-element.elementor-element-40ecbf4::before,
.elementor-14 .elementor-element.elementor-element-40ecbf4>.elementor-background-video-container::before,
.elementor-14 .elementor-element.elementor-element-40ecbf4>.e-con-inner>.elementor-background-video-container::before,
.elementor-14 .elementor-element.elementor-element-40ecbf4>.elementor-background-slideshow::before,
.elementor-14 .elementor-element.elementor-element-40ecbf4>.e-con-inner>.elementor-background-slideshow::before,
.elementor-14 .elementor-element.elementor-element-40ecbf4>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: transparent;
  --background-overlay: '';
  background-image: linear-gradient(180deg, #0000004A 0%, #275D4D 100%);
}

.elementor-14 .elementor-element.elementor-element-1c18fc1 {
  --display: flex;
  --justify-content: center;
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-widget-heading .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-primary);
}

.elementor-14 .elementor-element.elementor-element-f26cad4 {
  text-align: center;
}

.elementor-14 .elementor-element.elementor-element-f26cad4 .elementor-heading-title {
  font-family: var(--e-global-typography-heading_m-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_m-font-size);
  font-weight: var(--e-global-typography-heading_m-font-weight);
  line-height: var(--e-global-typography-heading_m-line-height);
  color: var(--e-global-color-background);
}

.elementor-widget-text-editor {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
  background-color: var(--e-global-color-primary);
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap,
.elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.elementor-14 .elementor-element.elementor-element-18e6a12 {
  padding: 0px 200px 0px 200px;
  text-align: center;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: #F8F4F4;
}

.elementor-14 .elementor-element.elementor-element-99f2f10 {
  --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;
}

.elementor-widget-gallery .elementor-gallery-item__title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-gallery .elementor-gallery-item__description {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
}

.elementor-widget-gallery {
  --galleries-title-color-normal: var(--e-global-color-primary);
  --galleries-title-color-hover: var(--e-global-color-secondary);
  --galleries-pointer-bg-color-hover: var(--e-global-color-accent);
  --gallery-title-color-active: var(--e-global-color-secondary);
  --galleries-pointer-bg-color-active: var(--e-global-color-accent);
}

.elementor-widget-gallery .elementor-gallery-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-14 .elementor-element.elementor-element-a1f63f7 .e-gallery-item:hover .elementor-gallery-item__overlay,
.elementor-14 .elementor-element.elementor-element-a1f63f7 .e-gallery-item:focus .elementor-gallery-item__overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.elementor-14 .elementor-element.elementor-element-a1f63f7 {
  --image-transition-duration: 800ms;
  --overlay-transition-duration: 800ms;
  --content-text-align: center;
  --content-padding: 20px;
  --content-transition-duration: 800ms;
  --content-transition-delay: 800ms;
}

:root {
  --page-title-display: none;
}

@media(max-width:1024px) {
  .elementor-14 .elementor-element.elementor-element-40ecbf4 {
    --min-height: 400px;
    --gap: 24px 24px;
    --row-gap: 24px;
    --column-gap: 24px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-14 .elementor-element.elementor-element-40ecbf4:not(.elementor-motion-effects-element-type-background),
  .elementor-14 .elementor-element.elementor-element-40ecbf4>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-position: 0px 0px;
  }

  .elementor-14 .elementor-element.elementor-element-1c18fc1 {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-widget-heading .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-14 .elementor-element.elementor-element-f26cad4 .elementor-heading-title {
    font-size: var(--e-global-typography-heading_m-font-size);
    line-height: var(--e-global-typography-heading_m-line-height);
  }

  .elementor-widget-text-editor {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-14 .elementor-element.elementor-element-18e6a12 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-widget-gallery .elementor-gallery-item__title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-widget-gallery .elementor-gallery-item__description {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-widget-gallery .elementor-gallery-title {
    font-size: var(--e-global-typography-primary-font-size);
  }
}

@media(max-width:767px) {
  .elementor-14 .elementor-element.elementor-element-40ecbf4 {
    --min-height: 757px;
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
    --margin-top: -82px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 83px;
    --padding-bottom: 48px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-14 .elementor-element.elementor-element-40ecbf4:not(.elementor-motion-effects-element-type-background),
  .elementor-14 .elementor-element.elementor-element-40ecbf4>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-position: 0px 0px;
  }

  .elementor-14 .elementor-element.elementor-element-1c18fc1 {
    --justify-content: center;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-widget-heading .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-14 .elementor-element.elementor-element-f26cad4 {
    text-align: center;
  }

  .elementor-14 .elementor-element.elementor-element-f26cad4 .elementor-heading-title {
    font-size: var(--e-global-typography-heading_m-font-size);
    line-height: var(--e-global-typography-heading_m-line-height);
  }

  .elementor-widget-text-editor {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-14 .elementor-element.elementor-element-18e6a12 {
    padding: 0px 16px 0px 16px;
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-widget-gallery .elementor-gallery-item__title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-widget-gallery .elementor-gallery-item__description {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-widget-gallery .elementor-gallery-title {
    font-size: var(--e-global-typography-primary-font-size);
  }
}

@media(min-width:768px) {
  .elementor-14 .elementor-element.elementor-element-40ecbf4 {
    --content-width: 1280px;
  }

  .elementor-14 .elementor-element.elementor-element-99f2f10 {
    --content-width: 1600px;
  }
}

@media(min-width:1025px) {

  .elementor-14 .elementor-element.elementor-element-40ecbf4:not(.elementor-motion-effects-element-type-background),
  .elementor-14 .elementor-element.elementor-element-40ecbf4>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-attachment: fixed;
  }
}

/* Source: assets/css/widget-animated-headline-rtl.min.css */
/*! elementor-pro - v4.0.0 - 13-04-2026 */
.elementor-headline {
  display: block;
  font-size: 43px;
  line-height: 1.2
}

.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 {
  position: relative;
  z-index: 1
}

.elementor-headline--style-highlight svg {
  height: calc(100% + 20px);
  left: 50%;
  overflow: visible;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 20px)
}

.elementor-headline--style-highlight svg path {
  fill: none;
  opacity: 0;
  stroke: red;
  stroke-dasharray: 0 1500;
  stroke-width: 9;
  transition: .3s
}

.elementor-headline.e-animated svg path {
  animation: elementor-headline-dash forwards;
  animation-duration: var(--animation-duration, 1.2s);
  animation-iteration-count: 1
}

@media (prefers-reduced-motion:reduce) {
  .elementor-headline.e-animated svg path {
    animation-duration: 0s
  }
}

.elementor-headline.e-animated svg path:nth-of-type(2) {
  animation-delay: calc(var(--animation-duration, 1.2s) / 2)
}

@media (prefers-reduced-motion:reduce) {
  .elementor-headline.e-animated svg path:nth-of-type(2) {
    animation-delay: 0s
  }
}

.elementor-headline.e-hide-highlight svg path {
  animation: hide-highlight .4s forwards;
  animation-iteration-count: 1;
  opacity: 1;
  stroke-dasharray: 1500 1500
}

@keyframes elementor-headline-dash {
  0% {
    opacity: 1;
    stroke-dasharray: 0 1500
  }

  to {
    opacity: 1;
    stroke-dasharray: 1500 1500
  }
}

@keyframes hide-highlight {
  0% {
    opacity: 1;
    stroke-dasharray: 1500 1500
  }

  to {
    filter: blur(10px);
    opacity: 0
  }
}

.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;
  inset-block-start: 0;
  inset-inline-start: 0;
  position: absolute
}

.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: rotateX(180deg);
  transform-origin: 50% 100%
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-active {
  animation: elementor-headline-flip-in 1.2s;
  opacity: 1;
  transform: rotateX(0deg)
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-inactive {
  animation: elementor-headline-flip-out 1.2s;
  transform: rotateX(180deg)
}

@keyframes elementor-headline-flip-in {
  0% {
    opacity: 0;
    transform: rotateX(180deg)
  }

  35% {
    opacity: 0;
    transform: rotateX(120deg)
  }

  65% {
    opacity: 0
  }

  to {
    opacity: 1;
    transform: rotateX(1turn)
  }
}

@keyframes elementor-headline-flip-out {
  0% {
    opacity: 1;
    transform: rotateX(0deg)
  }

  35% {
    opacity: 1;
    transform: rotateX(-40deg)
  }

  65% {
    opacity: 0
  }

  to {
    opacity: 0;
    transform: rotateX(180deg)
  }
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper {
  overflow: hidden;
  vertical-align: top
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:after {
  background-color: #0d0d0d;
  content: "";
  height: 90%;
  inset-block-start: 50%;
  inset-inline: auto 0;
  position: absolute;
  transform: translateY(-50%);
  width: 1px
}

.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% {
    opacity: 1;
    transform: translateY(-50%) scale(1)
  }

  40% {
    opacity: 0;
    transform: translateY(-50%) scale(.9)
  }

  to {
    opacity: 0;
    transform: translateY(-50%) scale(0)
  }
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper {
  perspective: 300px
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
  backface-visibility: hidden;
  display: inline-block
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text {
  opacity: 0;
  transform: scaleX(1.0005)
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
  opacity: 0;
  transform: translateZ(-20px) rotateX(90deg);
  transform-style: preserve-3d
}

.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 {
  animation: elementor-headline-slide-down-in .6s;
  opacity: 1;
  top: 0
}

.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 {
  background-color: #0d0d0d;
  content: "";
  height: 100%;
  inset-block-start: 0;
  inset-inline: auto 0;
  position: absolute;
  width: 2px
}

.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 {
  animation: elementor-headline-drop-in-in .8s;
  opacity: 1
}

.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 {
  backface-visibility: hidden;
  display: inline-block;
  transform: rotateY(180deg)
}

.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% {
    opacity: 0;
    transform: scale(0)
  }

  60% {
    opacity: 1;
    transform: scale(1.2)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes elementor-headline-wave-down {
  0% {
    opacity: 1;
    transform: scale(1)
  }

  60% {
    opacity: 0;
    transform: scale(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 {
  animation: elementor-headline-slide-in .6s;
  opacity: 1
}

.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 .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-slide-down .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
}

/* Source: assets/css/widget-divider-rtl.min.css */
.elementor-widget-divider {
  --divider-border-style: none;
  --divider-border-width: 1px;
  --divider-color: #0c0d0e;
  --divider-icon-size: 20px;
  --divider-element-spacing: 10px;
  --divider-pattern-height: 24px;
  --divider-pattern-size: 20px;
  --divider-pattern-url: none;
  --divider-pattern-repeat: repeat-x
}

.elementor-widget-divider .elementor-divider {
  display: flex
}

.elementor-widget-divider .elementor-divider__text {
  font-size: 15px;
  line-height: 1;
  max-width: 95%
}

.elementor-widget-divider .elementor-divider__element {
  flex-shrink: 0;
  margin: 0 var(--divider-element-spacing)
}

.elementor-widget-divider .elementor-icon {
  font-size: var(--divider-icon-size)
}

.elementor-widget-divider .elementor-divider-separator {
  direction: ltr;
  display: flex;
  margin: 0
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator,
.elementor-widget-divider--view-line_text .elementor-divider-separator {
  align-items: center
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,
.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,
.elementor-widget-divider--view-line_text .elementor-divider-separator:after,
.elementor-widget-divider--view-line_text .elementor-divider-separator:before {
  border-block-end: 0;
  border-block-start: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
  content: "";
  display: block;
  flex-grow: 1
}

.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
  flex-grow: 0;
  flex-shrink: 100
}

.elementor-widget-divider--element-align-left .elementor-divider-separator:before {
  content: none
}

.elementor-widget-divider--element-align-left .elementor-divider__element {
  margin-left: 0
}

.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
  flex-grow: 0;
  flex-shrink: 100
}

.elementor-widget-divider--element-align-right .elementor-divider-separator:after {
  content: none
}

.elementor-widget-divider--element-align-right .elementor-divider__element {
  margin-right: 0
}

.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
  flex-grow: 0;
  flex-shrink: 100
}

.elementor-widget-divider--element-align-start .elementor-divider-separator:before {
  content: none
}

.elementor-widget-divider--element-align-start .elementor-divider__element {
  margin-inline-start: 0
}

.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
  flex-grow: 0;
  flex-shrink: 100
}

.elementor-widget-divider--element-align-end .elementor-divider-separator:after {
  content: none
}

.elementor-widget-divider--element-align-end .elementor-divider__element {
  margin-inline-end: 0
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
  border-block-start: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--separator-type-pattern {
  --divider-border-style: none
}

.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,
.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator {
  background-color: var(--divider-color);
  -webkit-mask-image: var(--divider-pattern-url);
  mask-image: var(--divider-pattern-url);
  -webkit-mask-repeat: var(--divider-pattern-repeat);
  mask-repeat: var(--divider-pattern-repeat);
  -webkit-mask-size: var(--divider-pattern-size) 100%;
  mask-size: var(--divider-pattern-size) 100%;
  min-height: var(--divider-pattern-height);
  width: 100%
}

.elementor-widget-divider--no-spacing {
  --divider-pattern-size: auto
}

.elementor-widget-divider--bg-round {
  --divider-pattern-repeat: round
}

.rtl .elementor-widget-divider .elementor-divider__text {
  direction: rtl
}

.e-con-inner>.elementor-widget-divider,
.e-con>.elementor-widget-divider {
  width: var(--container-widget-width, 100%);
  --flex-grow: var(--container-widget-flex-grow)
}

/* Source: assets/css/widget-nested-carousel-rtl.min.css */
/*! elementor-pro - v4.0.0 - 13-04-2026 */
.elementor-widget-n-carousel {
  --e-n-carousel-slides-to-show: 3;
  --e-n-carousel-swiper-slides-gap: 10px;
  --e-n-carousel-swiper-slides-to-display: 3;
  --e-n-carousel-swiper-pagination-size: 0;
  --e-n-carousel-swiper-pagination-spacing: 10px;
  --e-n-carousel-swiper-offset-size: 0;
  height: -moz-fit-content;
  height: fit-content
}

.elementor-widget-n-carousel .e-n-carousel {
  display: flex;
  min-width: 0
}

.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper>.swiper-slide-active.elementor-edit-area-active {
  overflow: initial
}

.elementor-widget-n-carousel .e-n-carousel.offset-left {
  padding-inline-start: var(--e-n-carousel-swiper-offset-size, 0)
}

.elementor-widget-n-carousel .e-n-carousel.offset-both,
.elementor-widget-n-carousel .e-n-carousel.offset-right {
  padding-inline-end: var(--e-n-carousel-swiper-offset-size, 0)
}

.elementor-widget-n-carousel .e-n-carousel.offset-both {
  padding-inline-start: var(--e-n-carousel-swiper-offset-size, 0)
}

.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper .swiper-slide a.e-con {
  display: var(--display)
}

.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper>.swiper-slide {
  flex-shrink: 0;
  height: var(--e-n-carousel-slide-height, initial)
}

.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper>.swiper-slide>.e-con {
  height: var(--e-n-carousel-slide-container-height, initial);
  max-width: calc(100% - var(--margin-inline-start, var(--margin-left)) - var(--margin-inline-end, var(--margin-right)))
}

.elementor-widget-n-carousel {
  --e-n-carousel-arrow-prev-top-align: 50%;
  --e-n-carousel-arrow-prev-top-position: 0px;
  --e-n-carousel-arrow-prev-caption-spacing: 15px;
  --e-n-carousel-arrow-next-top-align: 50%;
  --e-n-carousel-arrow-next-top-position: 0px;
  --e-n-carousel-arrow-next-caption-spacing: 15px;
  --e-n-carousel-arrow-prev-left-align: 0px;
  --e-n-carousel-arrow-prev-left-position: 0px;
  --e-n-carousel-arrow-next-right-align: 0px;
  --e-n-carousel-arrow-next-right-position: 0px;
  --e-n-carousel-arrow-next-translate-x: 0px;
  --e-n-carousel-arrow-next-translate-y: 0px;
  --e-n-carousel-arrow-prev-translate-x: 0px;
  --e-n-carousel-arrow-prev-translate-y: 0px
}

.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next,
.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev {
  border-style: var(--e-n-carousel-arrow-normal-border-type);
  color: var(--e-n-carousel-arrow-normal-color, hsla(0, 0%, 93%, .9));
  font-size: var(--e-n-carousel-arrow-size, 25px);
  transition-duration: .25s;
  z-index: 2
}

.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next svg,
.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev svg {
  fill: var(--e-n-carousel-arrow-normal-color, hsla(0, 0%, 93%, .9))
}

.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next:hover,
.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover {
  border-style: var(--e-n-carousel-arrow-hover-border-type);
  color: var(--e-n-carousel-arrow-hover-color, hsla(0, 0%, 93%, .9))
}

.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next:hover svg,
.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover svg {
  fill: var(--e-n-carousel-arrow-hover-color, hsla(0, 0%, 93%, .9))
}

.elementor-widget-n-carousel.elementor-element :is(.swiper, .swiper-container)~.elementor-swiper-button-next {
  right: calc(var(--e-n-carousel-arrow-next-right-align) + var(--e-n-carousel-arrow-next-right-position));
  top: calc(var(--e-n-carousel-arrow-next-top-align) + var(--e-n-carousel-arrow-next-top-position) - var(--e-n-carousel-arrow-next-caption-spacing));
  transform: translate(var(--e-n-carousel-arrow-next-translate-x), var(--e-n-carousel-arrow-next-translate-y))
}

.elementor-widget-n-carousel.elementor-element :is(.swiper, .swiper-container)~.elementor-swiper-button-prev {
  left: calc(var(--e-n-carousel-arrow-prev-left-align) + var(--e-n-carousel-arrow-prev-left-position));
  top: calc(var(--e-n-carousel-arrow-prev-top-align) + var(--e-n-carousel-arrow-prev-top-position) - var(--e-n-carousel-arrow-prev-caption-spacing));
  transform: translate(var(--e-n-carousel-arrow-prev-translate-x), var(--e-n-carousel-arrow-prev-translate-y))
}

.elementor-widget-n-carousel {
  --e-n-carousel-swiper-padding-bottom: calc(var(--e-n-carousel-swiper-pagination-size) + var(--e-n-carousel-swiper-pagination-spacing))
}

.elementor-widget-n-carousel.elementor-pagination-type-bullets {
  --e-n-carousel-swiper-pagination-size: 6px
}

.elementor-widget-n-carousel.elementor-pagination-type-fraction {
  --e-n-carousel-swiper-pagination-size: 16px
}

.elementor-widget-n-carousel.elementor-pagination-type-progressbar {
  --e-n-carousel-swiper-pagination-size: 4px
}

.elementor-widget-n-carousel .swiper-pagination-progressbar {
  height: var(--e-n-carousel-swiper-pagination-size)
}

.elementor-widget-n-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--e-n-carousel-progressbar-normal-color, #000)
}

.elementor-widget-n-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill:hover {
  background: var(--e-n-carousel-progressbar-hover-color, #000)
}

.elementor-widget-n-carousel .swiper-pagination-fraction {
  color: var(--e-n-carousel-fraction-color, #000)
}

.elementor-widget-n-carousel .swiper-pagination-bullet {
  background: var(--e-n-carousel-dots-normal-color, #000);
  height: var(--e-n-carousel-swiper-pagination-size);
  width: var(--e-n-carousel-swiper-pagination-size)
}

.elementor-widget-n-carousel .swiper-pagination-bullet:hover {
  background: var(--e-n-carousel-dots-hover-color, #000);
  opacity: 1
}

.elementor-widget-n-carousel .swiper-horizontal>.swiper-pagination-bullets,
.elementor-widget-n-carousel .swiper-pagination,
.elementor-widget-n-carousel .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-widget-n-carousel .swiper-pagination-custom,
.elementor-widget-n-carousel .swiper-pagination-fraction {
  font-size: var(--e-n-carousel-swiper-pagination-size);
  line-height: var(--e-n-carousel-swiper-pagination-size)
}

.elementor-widget-n-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper,
.elementor-widget-n-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper-container,
.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper,
.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper-container {
  padding-bottom: var(--e-n-carousel-swiper-padding-bottom)
}

.elementor-widget-n-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper .elementor-background-slideshow,
.elementor-widget-n-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper-container .elementor-background-slideshow,
.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper .elementor-background-slideshow,
.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper-container .elementor-background-slideshow {
  padding-bottom: 0
}

.elementor-widget-n-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container)) .swiper-pagination-bullet,
.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container .swiper-pagination-bullet {
  vertical-align: top
}

.elementor-widget-n-carousel {
  --e-n-carousel-dots-vertical-position: 100%;
  --e-n-carousel-dots-vertical-offset: 0px;
  --e-n-carousel-dots-horizontal-position: 50%;
  --e-n-carousel-dots-horizontal-offset: 0px;
  --e-n-carousel-dots-horizontal-transform: -50%;
  --e-n-carousel-dots-vertical-transform: -100%;
  --e-n-carousel-fraction-vertical-position: 100%;
  --e-n-carousel-fraction-vertical-offset: 0px;
  --e-n-carousel-fraction-horizontal-position: 50%;
  --e-n-carousel-fraction-horizontal-offset: 0px;
  --e-n-carousel-fraction-horizontal-transform: -50%;
  --e-n-carousel-fraction-vertical-transform: -100%
}

.elementor-widget-n-carousel .swiper-pagination-bullets {
  height: -moz-max-content;
  height: max-content;
  inset-inline-start: calc(var(--e-n-carousel-dots-horizontal-position) + var(--e-n-carousel-dots-horizontal-offset));
  top: calc(var(--e-n-carousel-dots-vertical-position) + var(--e-n-carousel-dots-vertical-offset));
  transform: translate(calc(var(--e-n-carousel-dots-horizontal-transform) * var(--direction-multiplier, 1)), var(--e-n-carousel-dots-vertical-transform));
  width: -moz-max-content;
  width: max-content;
  z-index: 3
}

.elementor-widget-n-carousel .swiper-pagination-fraction {
  height: -moz-max-content;
  height: max-content;
  inset-inline-start: calc(var(--e-n-carousel-fraction-horizontal-position) + var(--e-n-carousel-fraction-horizontal-offset));
  top: calc(var(--e-n-carousel-fraction-vertical-position) + var(--e-n-carousel-fraction-vertical-offset));
  transform: translate(calc(var(--e-n-carousel-fraction-horizontal-transform) * var(--direction-multiplier, 1)), var(--e-n-carousel-fraction-vertical-transform));
  width: -moz-max-content;
  width: max-content;
  z-index: 3
}

.swiper-container:not(.swiper-container-initialized)>.swiper-wrapper,
.swiper:not(.swiper-initialized)>.swiper-wrapper {
  gap: var(--e-n-carousel-swiper-slides-gap);
  overflow: hidden
}

.swiper-container:not(.swiper-container-initialized)>.swiper-wrapper>.swiper--slide,
.swiper:not(.swiper-initialized)>.swiper-wrapper>.swiper--slide {
  --e-n-carousel-number-of-gaps: max(calc(var(--e-n-carousel-swiper-slides-to-display) - 1), 0);
  --e-n-carousel-gaps-width-total: calc(var(--e-n-carousel-number-of-gaps) * var(--e-n-carousel-swiper-slides-gap));
  max-width: calc((100% - var(--e-n-carousel-gaps-width-total)) / var(--e-n-carousel-swiper-slides-to-display, 1))
}

[data-core-v316-plus=true] .elementor-widget-n-carousel .e-n-carousel .swiper-slide>.e-con {
  --padding-top: initial;
  --padding-right: initial;
  --padding-bottom: initial;
  --padding-left: initial
}

/* Source: assets/css/widget-media-carousel-rtl.min.css */
/*! elementor-pro - v4.0.0 - 13-04-2026 */
.elementor-skin-carousel .elementor-main-swiper,
.elementor-skin-coverflow .elementor-main-swiper {
  height: 230px
}

.elementor-skin-slideshow .elementor-main-swiper {
  height: 450px;
  position: relative
}

.elementor-skin-slideshow .elementor-thumbnails-swiper {
  height: auto
}

.elementor-skin-slideshow .elementor-thumbnails-swiper .elementor-custom-embed-play i {
  font-size: 50px
}

.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide {
  cursor: pointer
}

.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide:not(.swiper-slide-active):after {
  background-color: rgba(0, 0, 0, .3);
  content: "";
  inset: 0;
  position: absolute
}

.elementor-carousel-image {
  background: no-repeat 50%;
  background-size: cover;
  height: 100%;
  position: relative
}

.elementor-carousel-image-overlay {
  align-items: center;
  background-color: hsla(213, 9%, 45%, .8);
  color: var(--e-carousel-image-overlay-color, #fff);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  transition: transform .5s, opacity .5s;
  width: 100%
}

.elementor-carousel-image-overlay i {
  font-size: var(--e-carousel-image-overlay-icon-size, 21px)
}

.elementor-carousel-image-overlay svg {
  fill: var(--e-carousel-image-overlay-color, #fff);
  height: var(--e-carousel-image-overlay-icon-size, 21px);
  width: var(--e-carousel-image-overlay-icon-size, 21px)
}

/* Source: assets/css/widget-carousel-module-base-rtl.min.css */
/*! elementor-pro - v4.0.0 - 13-04-2026 */
.swiper-pagination-bullets {
  color: #fff;
  cursor: default
}

.swiper-slide {
  border-style: solid;
  border-width: 0;
  overflow: hidden;
  transition-duration: .5s;
  transition-property: border, background, transform;
  will-change: transform
}

.swiper-slide:not(:hover) .e-overlay-animation-fade {
  opacity: 0
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-up {
  transform: translateY(100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-down {
  transform: translateY(-100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-right {
  transform: translateX(-100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-left {
  transform: translateX(100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-zoom-in {
  opacity: 0;
  transform: scale(.5)
}

.swiper-slide a {
  display: inline
}

.swiper-slide a.elementor-button {
  display: inline-block
}

.elementor-widget-reviews .elementor-arrows-yes .elementor-main-swiper,
.elementor-widget-testimonial-carousel .elementor-arrows-yes .elementor-main-swiper {
  width: calc(95% - 40px)
}

.elementor-widget-reviews .elementor-main-swiper,
.elementor-widget-testimonial-carousel .elementor-main-swiper {
  width: 95%
}

.elementor-widget-reviews .swiper-wrapper,
.elementor-widget-testimonial-carousel .swiper-wrapper {
  align-items: stretch;
  display: flex
}

.elementor-widget-reviews .swiper-slide,
.elementor-widget-testimonial-carousel .swiper-slide {
  height: auto
}

.elementor-widget-reviews.elementor-pagination-type-bullets .swiper,
.elementor-widget-reviews.elementor-pagination-type-bullets .swiper-container,
.elementor-widget-reviews.elementor-pagination-type-fraction .swiper,
.elementor-widget-reviews.elementor-pagination-type-fraction .swiper-container,
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper,
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container,
.elementor-widget-testimonial-carousel.elementor-pagination-type-fraction .swiper,
.elementor-widget-testimonial-carousel.elementor-pagination-type-fraction .swiper-container {
  padding-bottom: 40px
}

.elementor-widget-reviews .elementor-swiper-button-prev,
.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-next,
.elementor-widget-reviews .swiper-rtl .elementor-swiper-button-next,
.elementor-widget-testimonial-carousel .elementor-swiper-button-prev,
.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-next,
.elementor-widget-testimonial-carousel .swiper-rtl .elementor-swiper-button-next {
  left: 0;
  right: unset
}

.elementor-widget-reviews .elementor-swiper-button-next,
.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-prev,
.elementor-widget-reviews .swiper-rtl .elementor-swiper-button-prev,
.elementor-widget-testimonial-carousel .elementor-swiper-button-next,
.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-prev,
.elementor-widget-testimonial-carousel .swiper-rtl .elementor-swiper-button-prev {
  left: unset;
  right: 0
}

.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-next,
.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-prev,
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next,
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev {
  top: calc(50% - 40px / 2)
}

.elementor-widget-media-carousel .elementor-swiper-button-prev,
.elementor-widget-media-carousel .swiper-container-rtl .elementor-swiper-button-next,
.elementor-widget-media-carousel .swiper-rtl .elementor-swiper-button-next {
  left: 10px;
  right: unset
}

.elementor-widget-media-carousel .elementor-swiper-button-next,
.elementor-widget-media-carousel .swiper-container-rtl .elementor-swiper-button-prev,
.elementor-widget-media-carousel .swiper-rtl .elementor-swiper-button-prev {
  left: unset;
  right: 10px
}

/* Source: assets/css/widget-counter-rtl.min.css */
.elementor-counter {
  align-items: stretch;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center
}

.elementor-counter .elementor-counter-number {
  flex-grow: var(--counter-number-grow, 0)
}

.elementor-counter .elementor-counter-number-wrapper {
  display: flex;
  flex: 1;
  font-size: 69px;
  font-weight: 600;
  line-height: 1;
  text-align: center
}

.elementor-counter .elementor-counter-number-prefix {
  flex-grow: var(--counter-prefix-grow, 1);
  text-align: end;
  white-space: pre-wrap
}

.elementor-counter .elementor-counter-number-suffix {
  flex-grow: var(--counter-suffix-grow, 1);
  text-align: start;
  white-space: pre-wrap
}

.elementor-counter .elementor-counter-title {
  align-items: center;
  display: flex;
  flex: 1;
  font-size: 19px;
  font-weight: 400;
  justify-content: center;
  line-height: 2.5;
  margin: 0;
  padding: 0
}

/* Source: media/elementor/css/post-35.css */
.elementor-35 .elementor-element.elementor-element-b13be78 {
  --display: flex;
  --min-height: 100vh;
  --justify-content: center;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 16px 16px;
  --row-gap: 16px;
  --column-gap: 16px;
  --overlay-opacity: 0.39;
  --margin-top: -111px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 131px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-35 .elementor-element.elementor-element-b13be78:not(.elementor-motion-effects-element-type-background),
.elementor-35 .elementor-element.elementor-element-b13be78>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #FFFFFF;
  background: url("media/Solitaire-Mall-1.jpg") 50% 50%;
  background-size: cover;
}

.elementor-35 .elementor-element.elementor-element-b13be78::before,
.elementor-35 .elementor-element.elementor-element-b13be78>.elementor-background-video-container::before,
.elementor-35 .elementor-element.elementor-element-b13be78>.e-con-inner>.elementor-background-video-container::before,
.elementor-35 .elementor-element.elementor-element-b13be78>.elementor-background-slideshow::before,
.elementor-35 .elementor-element.elementor-element-b13be78>.e-con-inner>.elementor-background-slideshow::before,
.elementor-35 .elementor-element.elementor-element-b13be78>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #020202;
  --background-overlay: '';
}

.elementor-widget-animated-headline .elementor-headline-plain-text {
  color: var(--e-global-color-secondary);
}

.elementor-widget-animated-headline .elementor-headline {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-animated-headline {
  --dynamic-text-color: var(--e-global-color-secondary);
}

.elementor-widget-animated-headline .elementor-headline-dynamic-text {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-animated-headline .elementor-headline-dynamic-wrapper path {
  stroke: var(--e-global-color-accent);
}

.elementor-35 .elementor-element.elementor-element-cfd44c7 {
  --iteration-count: infinite;
  --animation-duration: 1200ms;
  margin: 101px 0px calc(var(--kit-widget-spacing, 0px) + -23px) 0px;
  padding: 0px 0px 0px 0px;
  --dynamic-text-color: #279C7A;
}

.elementor-35 .elementor-element.elementor-element-cfd44c7 .elementor-headline {
  text-align: center;
  font-family: "Tajawal", Sans-serif;
  font-size: 48px;
  font-weight: 800;
}

.elementor-35 .elementor-element.elementor-element-cfd44c7 .elementor-headline-plain-text {
  color: #00AF7B;
}

.elementor-35 .elementor-element.elementor-element-cfd44c7 .elementor-headline .elementor-headline-plain-text {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.53);
}

.elementor-35 .elementor-element.elementor-element-cfd44c7 .elementor-headline-dynamic-text {
  font-family: "Tajawal", Sans-serif;
  font-weight: 800;
}

.elementor-35 .elementor-element.elementor-element-cfd44c7 .elementor-headline .elementor-headline-dynamic-wrapper {
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.46);
}

.elementor-35 .elementor-element.elementor-element-cfd44c7 .elementor-headline-dynamic-wrapper path {
  stroke: #FF6F0000;
}

.elementor-widget-heading .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-primary);
}

.elementor-35 .elementor-element.elementor-element-41dbefe {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  padding: 6px 300px 0px 300px;
  text-align: center;
}

.elementor-35 .elementor-element.elementor-element-41dbefe .elementor-heading-title {
  font-family: var(--e-global-typography-body_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-body_s-font-size);
  font-weight: var(--e-global-typography-body_s-font-weight);
  line-height: var(--e-global-typography-body_s-line-height);
  color: #FFFFFF;
}

.elementor-35 .elementor-element.elementor-element-4fd67b3 {
  --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;
  --justify-content: center;
  --align-items: center;
}

.elementor-widget-button .elementor-button {
  background-color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
  line-height: var(--e-global-typography-accent-line-height);
}

.elementor-35 .elementor-element.elementor-element-d6f89c7 .elementor-button {
  background-color: var(--e-global-color-transparent);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  fill: #FAFAFA;
  color: #FAFAFA;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F9FBF9;
  padding: 12px 24px 12px 24px;
}

.elementor-35 .elementor-element.elementor-element-d6f89c7 {
  width: auto;
  max-width: auto;
}

.elementor-35 .elementor-element.elementor-element-d6f89c7.elementor-element {
  --align-self: flex-start;
}

.elementor-35 .elementor-element.elementor-element-0150cf5 .elementor-button {
  background-color: #275D4D;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  fill: var(--e-global-color-background);
  color: var(--e-global-color-background);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #275D4D;
  padding: 12px 24px 12px 24px;
}

.elementor-35 .elementor-element.elementor-element-0150cf5 {
  width: auto;
  max-width: auto;
}

.elementor-35 .elementor-element.elementor-element-0150cf5.elementor-element {
  --align-self: flex-start;
}

.elementor-35 .elementor-element.elementor-element-31910e5 {
  --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;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 36px;
  --padding-bottom: 22px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-35 .elementor-element.elementor-element-83c0b59 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

.elementor-35 .elementor-element.elementor-element-83c0b59 .elementor-heading-title {
  font-family: var(--e-global-typography-heading_m-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_m-font-size);
  font-weight: var(--e-global-typography-heading_m-font-weight);
  line-height: var(--e-global-typography-heading_m-line-height);
  color: #275D4D;
}

.elementor-widget-divider {
  --divider-color: var(--e-global-color-secondary);
}

.elementor-widget-divider .elementor-divider__text {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-divider.elementor-view-stacked .elementor-icon {
  background-color: var(--e-global-color-secondary);
}

.elementor-widget-divider.elementor-view-framed .elementor-icon,
.elementor-widget-divider.elementor-view-default .elementor-icon {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}

.elementor-widget-divider.elementor-view-framed .elementor-icon,
.elementor-widget-divider.elementor-view-default .elementor-icon svg {
  fill: var(--e-global-color-secondary);
}

.elementor-35 .elementor-element.elementor-element-6f87596 {
  --divider-border-style: solid;
  --divider-color: #000;
  --divider-border-width: 1px;
}

.elementor-35 .elementor-element.elementor-element-6f87596 .elementor-divider-separator {
  width: 20%;
  margin: 0 auto;
  margin-center: 0;
}

.elementor-35 .elementor-element.elementor-element-6f87596 .elementor-divider {
  text-align: center;
  padding-block-start: 15px;
  padding-block-end: 15px;
}

.elementor-35 .elementor-element.elementor-element-7e3fd92 {
  --display: flex;
}

.elementor-35 .elementor-element.elementor-element-b883da8 {
  --display: flex;
  --min-height: 342px;
  --justify-content: center;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --overlay-opacity: 0.5;
  --border-radius: 8px 8px 8px 8px;
  --padding-top: 23px;
  --padding-bottom: 23px;
  --padding-left: 23px;
  --padding-right: 23px;
}

.elementor-35 .elementor-element.elementor-element-b883da8:not(.elementor-motion-effects-element-type-background),
.elementor-35 .elementor-element.elementor-element-b883da8>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-backgroundAccent);
  background-image: url("media/Rectangle-96-878x1024.png");
  background-position: bottom center;
  background-size: cover;
}

.elementor-35 .elementor-element.elementor-element-b883da8::before,
.elementor-35 .elementor-element.elementor-element-b883da8>.elementor-background-video-container::before,
.elementor-35 .elementor-element.elementor-element-b883da8>.e-con-inner>.elementor-background-video-container::before,
.elementor-35 .elementor-element.elementor-element-b883da8>.elementor-background-slideshow::before,
.elementor-35 .elementor-element.elementor-element-b883da8>.e-con-inner>.elementor-background-slideshow::before,
.elementor-35 .elementor-element.elementor-element-b883da8>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #000000;
  --background-overlay: '';
}

.elementor-35 .elementor-element.elementor-element-8fe0f62 {
  text-align: start;
}

.elementor-35 .elementor-element.elementor-element-8fe0f62 .elementor-heading-title {
  font-family: "Tajawal", Sans-serif;
  font-size: 53px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #ECE9E9;
  stroke: #ECE9E9;
  color: #FFFFFF00;
}

.elementor-35 .elementor-element.elementor-element-3176708 {
  text-align: center;
}

.elementor-35 .elementor-element.elementor-element-3176708 .elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: #FFFFFF;
}

.elementor-widget-text-editor {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
  background-color: var(--e-global-color-primary);
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap,
.elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.elementor-35 .elementor-element.elementor-element-52aaab5 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-body_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-body_s-font-size);
  font-weight: var(--e-global-typography-body_s-font-weight);
  line-height: var(--e-global-typography-body_s-line-height);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}

.elementor-35 .elementor-element.elementor-element-2ef6401 {
  --display: flex;
}

.elementor-35 .elementor-element.elementor-element-5723bec {
  --display: flex;
  --min-height: 342px;
  --justify-content: center;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --overlay-opacity: 0.5;
  --border-radius: 8px 8px 8px 8px;
  --padding-top: 23px;
  --padding-bottom: 23px;
  --padding-left: 23px;
  --padding-right: 23px;
}

.elementor-35 .elementor-element.elementor-element-5723bec:not(.elementor-motion-effects-element-type-background),
.elementor-35 .elementor-element.elementor-element-5723bec>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-backgroundAccent);
  background-image: url("media/Rectangle-97.png");
  background-position: bottom center;
  background-size: cover;
}

.elementor-35 .elementor-element.elementor-element-5723bec::before,
.elementor-35 .elementor-element.elementor-element-5723bec>.elementor-background-video-container::before,
.elementor-35 .elementor-element.elementor-element-5723bec>.e-con-inner>.elementor-background-video-container::before,
.elementor-35 .elementor-element.elementor-element-5723bec>.elementor-background-slideshow::before,
.elementor-35 .elementor-element.elementor-element-5723bec>.e-con-inner>.elementor-background-slideshow::before,
.elementor-35 .elementor-element.elementor-element-5723bec>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #000000;
  --background-overlay: '';
}

.elementor-35 .elementor-element.elementor-element-dee3db6 {
  text-align: start;
}

.elementor-35 .elementor-element.elementor-element-dee3db6 .elementor-heading-title {
  font-family: "Tajawal", Sans-serif;
  font-size: 53px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #ECE9E9;
  stroke: #ECE9E9;
  color: #FFFFFF00;
}

.elementor-35 .elementor-element.elementor-element-621ce7c {
  text-align: center;
}

.elementor-35 .elementor-element.elementor-element-621ce7c .elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: #FFFFFF;
}

.elementor-35 .elementor-element.elementor-element-6779bdc {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-body_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-body_s-font-size);
  font-weight: var(--e-global-typography-body_s-font-weight);
  line-height: var(--e-global-typography-body_s-line-height);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}

.elementor-35 .elementor-element.elementor-element-7aa4e4f {
  --display: flex;
}

.elementor-35 .elementor-element.elementor-element-05359bf {
  --display: flex;
  --min-height: 342px;
  --justify-content: center;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --overlay-opacity: 0.5;
  --border-radius: 8px 8px 8px 8px;
  --padding-top: 23px;
  --padding-bottom: 23px;
  --padding-left: 23px;
  --padding-right: 23px;
}

.elementor-35 .elementor-element.elementor-element-05359bf:not(.elementor-motion-effects-element-type-background),
.elementor-35 .elementor-element.elementor-element-05359bf>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-backgroundAccent);
  background-image: url("media/landscap-villa_Page_06.jpg");
  background-position: bottom center;
  background-size: cover;
}

.elementor-35 .elementor-element.elementor-element-05359bf::before,
.elementor-35 .elementor-element.elementor-element-05359bf>.elementor-background-video-container::before,
.elementor-35 .elementor-element.elementor-element-05359bf>.e-con-inner>.elementor-background-video-container::before,
.elementor-35 .elementor-element.elementor-element-05359bf>.elementor-background-slideshow::before,
.elementor-35 .elementor-element.elementor-element-05359bf>.e-con-inner>.elementor-background-slideshow::before,
.elementor-35 .elementor-element.elementor-element-05359bf>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #000000;
  --background-overlay: '';
}

.elementor-35 .elementor-element.elementor-element-2820153 {
  text-align: start;
}

.elementor-35 .elementor-element.elementor-element-2820153 .elementor-heading-title {
  font-family: "Tajawal", Sans-serif;
  font-size: 53px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #ECE9E9;
  stroke: #ECE9E9;
  color: #FFFFFF00;
}

.elementor-35 .elementor-element.elementor-element-137bcbd {
  text-align: center;
}

.elementor-35 .elementor-element.elementor-element-137bcbd .elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: #FFFFFF;
}

.elementor-35 .elementor-element.elementor-element-095a354 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-body_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-body_s-font-size);
  font-weight: var(--e-global-typography-body_s-font-weight);
  line-height: var(--e-global-typography-body_s-line-height);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}

.elementor-35 .elementor-element.elementor-element-7771870 {
  --display: flex;
}

.elementor-35 .elementor-element.elementor-element-d144bfb {
  --display: flex;
  --min-height: 342px;
  --justify-content: center;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --overlay-opacity: 0.5;
  --border-radius: 8px 8px 8px 8px;
  --padding-top: 23px;
  --padding-bottom: 23px;
  --padding-left: 23px;
  --padding-right: 23px;
}

.elementor-35 .elementor-element.elementor-element-d144bfb:not(.elementor-motion-effects-element-type-background),
.elementor-35 .elementor-element.elementor-element-d144bfb>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-backgroundAccent);
  background-image: url("media/Rectangle-93-1.png");
  background-position: bottom center;
  background-size: cover;
}

.elementor-35 .elementor-element.elementor-element-d144bfb::before,
.elementor-35 .elementor-element.elementor-element-d144bfb>.elementor-background-video-container::before,
.elementor-35 .elementor-element.elementor-element-d144bfb>.e-con-inner>.elementor-background-video-container::before,
.elementor-35 .elementor-element.elementor-element-d144bfb>.elementor-background-slideshow::before,
.elementor-35 .elementor-element.elementor-element-d144bfb>.e-con-inner>.elementor-background-slideshow::before,
.elementor-35 .elementor-element.elementor-element-d144bfb>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #000000;
  --background-overlay: '';
}

.elementor-35 .elementor-element.elementor-element-c4136b2 {
  text-align: start;
}

.elementor-35 .elementor-element.elementor-element-c4136b2 .elementor-heading-title {
  font-family: "Tajawal", Sans-serif;
  font-size: 53px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #ECE9E9;
  stroke: #ECE9E9;
  color: #FFFFFF00;
}

.elementor-35 .elementor-element.elementor-element-5960c52 {
  text-align: center;
}

.elementor-35 .elementor-element.elementor-element-5960c52 .elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: #FFFFFF;
}

.elementor-35 .elementor-element.elementor-element-2b12191 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-body_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-body_s-font-size);
  font-weight: var(--e-global-typography-body_s-font-weight);
  line-height: var(--e-global-typography-body_s-line-height);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}

.elementor-35 .elementor-element.elementor-element-2ce5fae {
  --display: flex;
}

.elementor-35 .elementor-element.elementor-element-c2ed777 {
  --display: flex;
  --min-height: 342px;
  --justify-content: center;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --overlay-opacity: 0.5;
  --border-radius: 8px 8px 8px 8px;
  --padding-top: 23px;
  --padding-bottom: 23px;
  --padding-left: 23px;
  --padding-right: 23px;
}

.elementor-35 .elementor-element.elementor-element-c2ed777:not(.elementor-motion-effects-element-type-background),
.elementor-35 .elementor-element.elementor-element-c2ed777>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-backgroundAccent);
  background-image: url("media/Rectangle-95-1.png");
  background-position: bottom center;
  background-size: cover;
}

.elementor-35 .elementor-element.elementor-element-c2ed777::before,
.elementor-35 .elementor-element.elementor-element-c2ed777>.elementor-background-video-container::before,
.elementor-35 .elementor-element.elementor-element-c2ed777>.e-con-inner>.elementor-background-video-container::before,
.elementor-35 .elementor-element.elementor-element-c2ed777>.elementor-background-slideshow::before,
.elementor-35 .elementor-element.elementor-element-c2ed777>.e-con-inner>.elementor-background-slideshow::before,
.elementor-35 .elementor-element.elementor-element-c2ed777>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #000000;
  --background-overlay: '';
}

.elementor-35 .elementor-element.elementor-element-4de71fa {
  text-align: start;
}

.elementor-35 .elementor-element.elementor-element-4de71fa .elementor-heading-title {
  font-family: "Tajawal", Sans-serif;
  font-size: 53px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #ECE9E9;
  stroke: #ECE9E9;
  color: #FFFFFF00;
}

.elementor-35 .elementor-element.elementor-element-6169703 {
  text-align: center;
}

.elementor-35 .elementor-element.elementor-element-6169703 .elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: #FFFFFF;
}

.elementor-35 .elementor-element.elementor-element-9169bf0 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-body_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-body_s-font-size);
  font-weight: var(--e-global-typography-body_s-font-weight);
  line-height: var(--e-global-typography-body_s-line-height);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}

.elementor-35 .elementor-element.elementor-element-a331c8d {
  --display: flex;
}

.elementor-35 .elementor-element.elementor-element-8f6848f {
  --display: flex;
  --min-height: 342px;
  --justify-content: center;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --overlay-opacity: 0.5;
  --border-radius: 8px 8px 8px 8px;
  --padding-top: 23px;
  --padding-bottom: 23px;
  --padding-left: 23px;
  --padding-right: 23px;
}

.elementor-35 .elementor-element.elementor-element-8f6848f:not(.elementor-motion-effects-element-type-background),
.elementor-35 .elementor-element.elementor-element-8f6848f>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-backgroundAccent);
  background-image: url("media/Rectangle-94-2.png");
  background-position: bottom center;
  background-size: cover;
}

.elementor-35 .elementor-element.elementor-element-8f6848f::before,
.elementor-35 .elementor-element.elementor-element-8f6848f>.elementor-background-video-container::before,
.elementor-35 .elementor-element.elementor-element-8f6848f>.e-con-inner>.elementor-background-video-container::before,
.elementor-35 .elementor-element.elementor-element-8f6848f>.elementor-background-slideshow::before,
.elementor-35 .elementor-element.elementor-element-8f6848f>.e-con-inner>.elementor-background-slideshow::before,
.elementor-35 .elementor-element.elementor-element-8f6848f>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #000000;
  --background-overlay: '';
}

.elementor-35 .elementor-element.elementor-element-fdae639 {
  text-align: start;
}

.elementor-35 .elementor-element.elementor-element-fdae639 .elementor-heading-title {
  font-family: "Tajawal", Sans-serif;
  font-size: 53px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #ECE9E9;
  stroke: #ECE9E9;
  color: #FFFFFF00;
}

.elementor-35 .elementor-element.elementor-element-e968b51 {
  text-align: center;
}

.elementor-35 .elementor-element.elementor-element-e968b51 .elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: #FFFFFF;
}

.elementor-35 .elementor-element.elementor-element-6fbd7af {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-body_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-body_s-font-size);
  font-weight: var(--e-global-typography-body_s-font-weight);
  line-height: var(--e-global-typography-body_s-line-height);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}

.elementor-35 .elementor-element.elementor-element-915b1b5 {
  --display: flex;
}

.elementor-35 .elementor-element.elementor-element-b5d66d1 {
  --display: flex;
  --min-height: 342px;
  --justify-content: center;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --overlay-opacity: 0.5;
  --border-radius: 8px 8px 8px 8px;
  --padding-top: 23px;
  --padding-bottom: 23px;
  --padding-left: 23px;
  --padding-right: 23px;
}

.elementor-35 .elementor-element.elementor-element-b5d66d1:not(.elementor-motion-effects-element-type-background),
.elementor-35 .elementor-element.elementor-element-b5d66d1>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-backgroundAccent);
  background-image: url("media/Rectangle-93-2.png");
  background-position: bottom center;
  background-size: cover;
}

.elementor-35 .elementor-element.elementor-element-b5d66d1::before,
.elementor-35 .elementor-element.elementor-element-b5d66d1>.elementor-background-video-container::before,
.elementor-35 .elementor-element.elementor-element-b5d66d1>.e-con-inner>.elementor-background-video-container::before,
.elementor-35 .elementor-element.elementor-element-b5d66d1>.elementor-background-slideshow::before,
.elementor-35 .elementor-element.elementor-element-b5d66d1>.e-con-inner>.elementor-background-slideshow::before,
.elementor-35 .elementor-element.elementor-element-b5d66d1>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #000000;
  --background-overlay: '';
}

.elementor-35 .elementor-element.elementor-element-bbdae1d {
  text-align: start;
}

.elementor-35 .elementor-element.elementor-element-bbdae1d .elementor-heading-title {
  font-family: "Tajawal", Sans-serif;
  font-size: 53px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #ECE9E9;
  stroke: #ECE9E9;
  color: #FFFFFF00;
}

.elementor-35 .elementor-element.elementor-element-cc63b05 {
  text-align: center;
}

.elementor-35 .elementor-element.elementor-element-cc63b05 .elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: #FFFFFF;
}

.elementor-35 .elementor-element.elementor-element-059be5f {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-body_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-body_s-font-size);
  font-weight: var(--e-global-typography-body_s-font-weight);
  line-height: var(--e-global-typography-body_s-line-height);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}

.elementor-35 .elementor-element.elementor-element-d5e24d2 {
  --display: flex;
}

.elementor-35 .elementor-element.elementor-element-3dc5831 {
  --display: flex;
  --min-height: 342px;
  --justify-content: center;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --overlay-opacity: 0.5;
  --border-radius: 8px 8px 8px 8px;
  --padding-top: 23px;
  --padding-bottom: 23px;
  --padding-left: 23px;
  --padding-right: 23px;
}

.elementor-35 .elementor-element.elementor-element-3dc5831:not(.elementor-motion-effects-element-type-background),
.elementor-35 .elementor-element.elementor-element-3dc5831>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-backgroundAccent);
  background-image: url("media/Rectangle-96-1.png");
  background-position: bottom center;
  background-size: cover;
}

.elementor-35 .elementor-element.elementor-element-3dc5831::before,
.elementor-35 .elementor-element.elementor-element-3dc5831>.elementor-background-video-container::before,
.elementor-35 .elementor-element.elementor-element-3dc5831>.e-con-inner>.elementor-background-video-container::before,
.elementor-35 .elementor-element.elementor-element-3dc5831>.elementor-background-slideshow::before,
.elementor-35 .elementor-element.elementor-element-3dc5831>.e-con-inner>.elementor-background-slideshow::before,
.elementor-35 .elementor-element.elementor-element-3dc5831>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #000000;
  --background-overlay: '';
}

.elementor-35 .elementor-element.elementor-element-918b56a {
  text-align: start;
}

.elementor-35 .elementor-element.elementor-element-918b56a .elementor-heading-title {
  font-family: "Tajawal", Sans-serif;
  font-size: 53px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #ECE9E9;
  stroke: #ECE9E9;
  color: #FFFFFF00;
}

.elementor-35 .elementor-element.elementor-element-d7bd730 {
  text-align: center;
}

.elementor-35 .elementor-element.elementor-element-d7bd730 .elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: #FFFFFF;
}

.elementor-35 .elementor-element.elementor-element-926fc0a {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-body_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-body_s-font-size);
  font-weight: var(--e-global-typography-body_s-font-weight);
  line-height: var(--e-global-typography-body_s-line-height);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}

.elementor-35 .elementor-element.elementor-element-940484c {
  --display: flex;
}

.elementor-35 .elementor-element.elementor-element-b74592a {
  --display: flex;
  --min-height: 342px;
  --justify-content: center;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --overlay-opacity: 0.5;
  --border-radius: 8px 8px 8px 8px;
  --padding-top: 23px;
  --padding-bottom: 23px;
  --padding-left: 23px;
  --padding-right: 23px;
}

.elementor-35 .elementor-element.elementor-element-b74592a:not(.elementor-motion-effects-element-type-background),
.elementor-35 .elementor-element.elementor-element-b74592a>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-backgroundAccent);
  background-image: url("media/Rectangle-93-3.png");
  background-position: bottom center;
  background-size: cover;
}

.elementor-35 .elementor-element.elementor-element-b74592a::before,
.elementor-35 .elementor-element.elementor-element-b74592a>.elementor-background-video-container::before,
.elementor-35 .elementor-element.elementor-element-b74592a>.e-con-inner>.elementor-background-video-container::before,
.elementor-35 .elementor-element.elementor-element-b74592a>.elementor-background-slideshow::before,
.elementor-35 .elementor-element.elementor-element-b74592a>.e-con-inner>.elementor-background-slideshow::before,
.elementor-35 .elementor-element.elementor-element-b74592a>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #000000;
  --background-overlay: '';
}

.elementor-35 .elementor-element.elementor-element-adca88c {
  text-align: start;
}

.elementor-35 .elementor-element.elementor-element-adca88c .elementor-heading-title {
  font-family: "Tajawal", Sans-serif;
  font-size: 53px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #ECE9E9;
  stroke: #ECE9E9;
  color: #FFFFFF00;
}

.elementor-35 .elementor-element.elementor-element-088a27a {
  text-align: center;
}

.elementor-35 .elementor-element.elementor-element-088a27a .elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: #FFFFFF;
}

.elementor-35 .elementor-element.elementor-element-e342a81 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-body_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-body_s-font-size);
  font-weight: var(--e-global-typography-body_s-font-weight);
  line-height: var(--e-global-typography-body_s-line-height);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}

.elementor-35 .elementor-element.elementor-element-b98f0e3 {
  --display: flex;
}

.elementor-35 .elementor-element.elementor-element-0893f47 {
  --display: flex;
  --min-height: 342px;
  --justify-content: center;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --overlay-opacity: 0.5;
  --border-radius: 8px 8px 8px 8px;
  --padding-top: 23px;
  --padding-bottom: 23px;
  --padding-left: 23px;
  --padding-right: 23px;
}

.elementor-35 .elementor-element.elementor-element-0893f47:not(.elementor-motion-effects-element-type-background),
.elementor-35 .elementor-element.elementor-element-0893f47>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-backgroundAccent);
  background-image: url("media/Rectangle-94-1.png");
  background-position: bottom center;
  background-size: cover;
}

.elementor-35 .elementor-element.elementor-element-0893f47::before,
.elementor-35 .elementor-element.elementor-element-0893f47>.elementor-background-video-container::before,
.elementor-35 .elementor-element.elementor-element-0893f47>.e-con-inner>.elementor-background-video-container::before,
.elementor-35 .elementor-element.elementor-element-0893f47>.elementor-background-slideshow::before,
.elementor-35 .elementor-element.elementor-element-0893f47>.e-con-inner>.elementor-background-slideshow::before,
.elementor-35 .elementor-element.elementor-element-0893f47>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #000000;
  --background-overlay: '';
}

.elementor-35 .elementor-element.elementor-element-dd1b70a {
  text-align: start;
}

.elementor-35 .elementor-element.elementor-element-dd1b70a .elementor-heading-title {
  font-family: "Tajawal", Sans-serif;
  font-size: 53px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #ECE9E9;
  stroke: #ECE9E9;
  color: #FFFFFF00;
}

.elementor-35 .elementor-element.elementor-element-4bed279 {
  text-align: center;
}

.elementor-35 .elementor-element.elementor-element-4bed279 .elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: #FFFFFF;
}

.elementor-35 .elementor-element.elementor-element-5c488e2 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-body_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-body_s-font-size);
  font-weight: var(--e-global-typography-body_s-font-weight);
  line-height: var(--e-global-typography-body_s-line-height);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}

.elementor-35 .elementor-element.elementor-element-4017366 {
  --display: flex;
}

.elementor-35 .elementor-element.elementor-element-92cdd8a {
  --display: flex;
  --min-height: 342px;
  --justify-content: center;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --overlay-opacity: 0.5;
  --border-radius: 8px 8px 8px 8px;
  --padding-top: 23px;
  --padding-bottom: 23px;
  --padding-left: 23px;
  --padding-right: 23px;
}

.elementor-35 .elementor-element.elementor-element-92cdd8a:not(.elementor-motion-effects-element-type-background),
.elementor-35 .elementor-element.elementor-element-92cdd8a>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-backgroundAccent);
  background-image: url("media/Rectangle-95.png");
  background-position: bottom center;
  background-size: cover;
}

.elementor-35 .elementor-element.elementor-element-92cdd8a::before,
.elementor-35 .elementor-element.elementor-element-92cdd8a>.elementor-background-video-container::before,
.elementor-35 .elementor-element.elementor-element-92cdd8a>.e-con-inner>.elementor-background-video-container::before,
.elementor-35 .elementor-element.elementor-element-92cdd8a>.elementor-background-slideshow::before,
.elementor-35 .elementor-element.elementor-element-92cdd8a>.e-con-inner>.elementor-background-slideshow::before,
.elementor-35 .elementor-element.elementor-element-92cdd8a>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #000000;
  --background-overlay: '';
}

.elementor-35 .elementor-element.elementor-element-1ff26c9 {
  text-align: start;
}

.elementor-35 .elementor-element.elementor-element-1ff26c9 .elementor-heading-title {
  font-family: "Tajawal", Sans-serif;
  font-size: 53px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #ECE9E9;
  stroke: #ECE9E9;
  color: #FFFFFF00;
}

.elementor-35 .elementor-element.elementor-element-adecce3 {
  text-align: center;
}

.elementor-35 .elementor-element.elementor-element-adecce3 .elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: #FFFFFF;
}

.elementor-35 .elementor-element.elementor-element-9781d7f {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-body_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-body_s-font-size);
  font-weight: var(--e-global-typography-body_s-font-weight);
  line-height: var(--e-global-typography-body_s-line-height);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}

.elementor-35 .elementor-element.elementor-element-cebe225 {
  --display: flex;
}

.elementor-35 .elementor-element.elementor-element-f0c532c {
  --display: flex;
  --min-height: 342px;
  --justify-content: center;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --overlay-opacity: 0.5;
  --border-radius: 8px 8px 8px 8px;
  --padding-top: 23px;
  --padding-bottom: 23px;
  --padding-left: 23px;
  --padding-right: 23px;
}

.elementor-35 .elementor-element.elementor-element-f0c532c:not(.elementor-motion-effects-element-type-background),
.elementor-35 .elementor-element.elementor-element-f0c532c>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-backgroundAccent);
  background-image: url("media/Rectangle-96-2.png");
  background-position: bottom center;
  background-size: cover;
}

.elementor-35 .elementor-element.elementor-element-f0c532c::before,
.elementor-35 .elementor-element.elementor-element-f0c532c>.elementor-background-video-container::before,
.elementor-35 .elementor-element.elementor-element-f0c532c>.e-con-inner>.elementor-background-video-container::before,
.elementor-35 .elementor-element.elementor-element-f0c532c>.elementor-background-slideshow::before,
.elementor-35 .elementor-element.elementor-element-f0c532c>.e-con-inner>.elementor-background-slideshow::before,
.elementor-35 .elementor-element.elementor-element-f0c532c>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #000000;
  --background-overlay: '';
}

.elementor-35 .elementor-element.elementor-element-7767cc8 {
  text-align: start;
}

.elementor-35 .elementor-element.elementor-element-7767cc8 .elementor-heading-title {
  font-family: "Tajawal", Sans-serif;
  font-size: 53px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #ECE9E9;
  stroke: #ECE9E9;
  color: #FFFFFF00;
}

.elementor-35 .elementor-element.elementor-element-a07b4a3 {
  text-align: center;
}

.elementor-35 .elementor-element.elementor-element-a07b4a3 .elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: #FFFFFF;
}

.elementor-35 .elementor-element.elementor-element-cdde4bb {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-body_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-body_s-font-size);
  font-weight: var(--e-global-typography-body_s-font-weight);
  line-height: var(--e-global-typography-body_s-line-height);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}

.elementor-35 .elementor-element.elementor-element-83802c6 {
  --e-n-carousel-swiper-slides-to-display: 3;
  --e-n-carousel-swiper-offset-size: 100px;
  --e-n-carousel-swiper-slides-gap: 10px;
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  padding: 0px 0px 0px 0px;
  --e-n-carousel-slide-height: auto;
  --e-n-carousel-slide-container-height: 100%;
  --e-n-carousel-arrow-prev-left-align: 0%;
  --e-n-carousel-arrow-prev-translate-x: 0px;
  --e-n-carousel-arrow-prev-left-position: 0px;
  --e-n-carousel-arrow-prev-top-align: 50%;
  --e-n-carousel-arrow-prev-translate-y: -50%;
  --e-n-carousel-arrow-prev-top-position: 0px;
  --e-n-carousel-arrow-next-right-align: 0%;
  --e-n-carousel-arrow-next-translate-x: 0%;
  --e-n-carousel-arrow-next-right-position: 0px;
  --e-n-carousel-arrow-next-top-align: 50%;
  --e-n-carousel-arrow-next-translate-y: -50%;
  --e-n-carousel-arrow-next-top-position: 0px;
}

.elementor-35 .elementor-element.elementor-element-a663260 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --align-items: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 24px;
  --padding-right: 24px;
}

.elementor-35 .elementor-element.elementor-element-bbd3cfe {
  --display: flex;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 020px;
  --padding-bottom: 33px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-35 .elementor-element.elementor-element-f36cd9d .elementor-heading-title {
  font-family: var(--e-global-typography-heading_l-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_l-font-size);
  font-weight: var(--e-global-typography-heading_l-font-weight);
  line-height: var(--e-global-typography-heading_l-line-height);
  color: #275D4D;
}

.elementor-35 .elementor-element.elementor-element-057674e {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  padding: 0px 0px 0px 0px;
  font-family: var(--e-global-typography-heading_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_s-font-size);
  font-weight: var(--e-global-typography-heading_s-font-weight);
  color: var(--e-global-color-text);
}

.elementor-35 .elementor-element.elementor-element-bd79a27 {
  --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: 80px 80px;
  --row-gap: 80px;
  --column-gap: 80px;
  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: var(--e-global-color-primary);
  --border-color: var(--e-global-color-primary);
  --border-radius: 0px 0px 0px 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 48px;
  --padding-bottom: 48px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-35 .elementor-element.elementor-element-810a30f {
  --display: flex;
  --justify-content: center;
  --align-items: flex-start;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 16px 16px;
  --row-gap: 16px;
  --column-gap: 16px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 56px;
}

.elementor-widget-image .widget-image-caption {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
}

.elementor-35 .elementor-element.elementor-element-9751d1e img {
  height: 29px;
}

.elementor-35 .elementor-element.elementor-element-353522b {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-35 .elementor-element.elementor-element-353522b .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: #275D4D;
}

.elementor-35 .elementor-element.elementor-element-1c18035 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  padding: 0px 0px 0px 0px;
  text-align: justify;
  font-family: "Tajawal", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--e-global-color-text);
}

.elementor-35 .elementor-element.elementor-element-cfa8fae .elementor-button {
  background-color: var(--e-global-color-transparent);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  fill: #275D4D;
  color: #275D4D;
  padding: 0px 0px 0px 0px;
}

.elementor-35 .elementor-element.elementor-element-cfa8fae {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
}

.elementor-35 .elementor-element.elementor-element-cfa8fae .elementor-button-content-wrapper {
  flex-direction: row;
}

.elementor-35 .elementor-element.elementor-element-cfa8fae .elementor-button .elementor-button-content-wrapper {
  gap: 16px;
}

.elementor-35 .elementor-element.elementor-element-1078d35 {
  --display: flex;
  --min-height: 194px;
  --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-widget-media-carousel .elementor-carousel-image-overlay {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
  line-height: var(--e-global-typography-accent-line-height);
}

.elementor-35 .elementor-element.elementor-element-5fc2599.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
  margin-bottom: 10px;
}

.elementor-35 .elementor-element.elementor-element-5fc2599 .swiper-pagination-bullet-active,
.elementor-35 .elementor-element.elementor-element-5fc2599 .swiper-pagination-progressbar-fill {
  background-color: #275D4D;
}

.elementor-35 .elementor-element.elementor-element-5fc2599 .swiper-pagination-fraction {
  color: #275D4D;
}

.elementor-35 .elementor-element.elementor-element-5fc2599 .elementor-main-swiper {
  height: 486px;
}

.elementor-35 .elementor-element.elementor-element-5fc2599 .elementor-swiper-button {
  font-size: 20px;
  color: #275D4D;
}

.elementor-35 .elementor-element.elementor-element-5fc2599 .elementor-swiper-button svg {
  fill: #275D4D;
}

.elementor-35 .elementor-element.elementor-element-5fc2599 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: #275D4D69;
  opacity: 1;
}

.elementor-35 .elementor-element.elementor-element-f1ce75f {
  --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: 80px 80px;
  --row-gap: 80px;
  --column-gap: 80px;
  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: var(--e-global-color-primary);
  --border-color: var(--e-global-color-primary);
  --border-radius: 0px 0px 0px 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 48px;
  --padding-bottom: 48px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-35 .elementor-element.elementor-element-c3323a0 {
  --display: flex;
  --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-35 .elementor-element.elementor-element-fb9b357.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
  margin-bottom: 10px;
}

.elementor-35 .elementor-element.elementor-element-fb9b357 .elementor-main-swiper {
  height: 486px;
}

.elementor-35 .elementor-element.elementor-element-fb9b357 .elementor-swiper-button {
  font-size: 20px;
}

.elementor-35 .elementor-element.elementor-element-7551753 {
  --display: flex;
  --min-height: 0px;
  --justify-content: center;
  --align-items: flex-start;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 16px 16px;
  --row-gap: 16px;
  --column-gap: 16px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 036px;
  --padding-right: 0px;
}

.elementor-35 .elementor-element.elementor-element-437a6f1 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -26px) 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

.elementor-35 .elementor-element.elementor-element-437a6f1 img {
  width: 96%;
  max-width: 100%;
  height: 102px;
}

.elementor-35 .elementor-element.elementor-element-5efc49b {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-35 .elementor-element.elementor-element-5efc49b .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: #275D4D;
}

.elementor-35 .elementor-element.elementor-element-d9171fe {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  padding: 0px 0px 0px 0px;
  text-align: justify;
  font-family: "Tajawal", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--e-global-color-text);
}

.elementor-35 .elementor-element.elementor-element-c2aa2cb .elementor-button {
  background-color: var(--e-global-color-transparent);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  fill: #275D4D;
  color: #275D4D;
  padding: 0px 0px 0px 0px;
}

.elementor-35 .elementor-element.elementor-element-c2aa2cb {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
}

.elementor-35 .elementor-element.elementor-element-c2aa2cb .elementor-button-content-wrapper {
  flex-direction: row;
}

.elementor-35 .elementor-element.elementor-element-c2aa2cb .elementor-button .elementor-button-content-wrapper {
  gap: 16px;
}

.elementor-35 .elementor-element.elementor-element-7bbf625 {
  --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: 80px 80px;
  --row-gap: 80px;
  --column-gap: 80px;
  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: #861833;
  --border-color: #861833;
  --border-radius: 0px 0px 0px 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 48px;
  --padding-bottom: 48px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-35 .elementor-element.elementor-element-27bb99a {
  --display: flex;
  --justify-content: center;
  --align-items: flex-start;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 16px 16px;
  --row-gap: 16px;
  --column-gap: 16px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 56px;
}

.elementor-35 .elementor-element.elementor-element-df43750 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-35 .elementor-element.elementor-element-df43750 .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: #275D4D;
}

.elementor-35 .elementor-element.elementor-element-ae53d6a {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  padding: 0px 0px 0px 0px;
  text-align: justify;
  font-family: "Tajawal", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--e-global-color-text);
}

.elementor-35 .elementor-element.elementor-element-220902e .elementor-button {
  background-color: var(--e-global-color-transparent);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  fill: #275D4D;
  color: #275D4D;
  padding: 0px 0px 0px 0px;
}

.elementor-35 .elementor-element.elementor-element-220902e {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
}

.elementor-35 .elementor-element.elementor-element-220902e .elementor-button-content-wrapper {
  flex-direction: row;
}

.elementor-35 .elementor-element.elementor-element-220902e .elementor-button .elementor-button-content-wrapper {
  gap: 16px;
}

.elementor-35 .elementor-element.elementor-element-ef90ab0 {
  --display: flex;
  --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-35 .elementor-element.elementor-element-25a522d.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
  margin-bottom: 10px;
}

.elementor-35 .elementor-element.elementor-element-25a522d .elementor-main-swiper {
  height: 486px;
}

.elementor-35 .elementor-element.elementor-element-25a522d .elementor-swiper-button {
  font-size: 20px;
}

.elementor-35 .elementor-element.elementor-element-04ef3fb .elementor-button {
  background-color: var(--e-global-color-transparent);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  fill: #275D4D;
  color: #275D4D;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #275D4D;
  padding: 12px 24px 12px 24px;
}

.elementor-35 .elementor-element.elementor-element-04ef3fb {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  padding: 16px 0px 0px 0px;
}

.elementor-35 .elementor-element.elementor-element-55e62db {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --align-items: center;
  --gap: 48px 48px;
  --row-gap: 48px;
  --column-gap: 48px;
  --overlay-opacity: 0.86;
  --margin-top: 67px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 98px;
  --padding-bottom: 100px;
  --padding-left: 24px;
  --padding-right: 24px;
}

.elementor-35 .elementor-element.elementor-element-55e62db:not(.elementor-motion-effects-element-type-background),
.elementor-35 .elementor-element.elementor-element-55e62db>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-secondary);
  background-image: url("media/080a30b4-7d0b-46e9-a54a-3a5248138a8b-1024x683.jpg");
  background-size: cover;
}

.elementor-35 .elementor-element.elementor-element-55e62db::before,
.elementor-35 .elementor-element.elementor-element-55e62db>.elementor-background-video-container::before,
.elementor-35 .elementor-element.elementor-element-55e62db>.e-con-inner>.elementor-background-video-container::before,
.elementor-35 .elementor-element.elementor-element-55e62db>.elementor-background-slideshow::before,
.elementor-35 .elementor-element.elementor-element-55e62db>.e-con-inner>.elementor-background-slideshow::before,
.elementor-35 .elementor-element.elementor-element-55e62db>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: transparent;
  --background-overlay: '';
  background-image: linear-gradient(165deg, #275D4D 0%, #000000 100%);
}

.elementor-35 .elementor-element.elementor-element-0af060c {
  --display: flex;
  border-style: solid;
  --border-style: solid;
  border-width: 1px 1px 1px 1px;
  --border-top-width: 1px;
  --border-right-width: 1px;
  --border-bottom-width: 1px;
  --border-left-width: 1px;
  border-color: var(--e-global-color-background);
  --border-color: var(--e-global-color-background);
  --padding-top: 85px;
  --padding-bottom: 85px;
  --padding-left: 150px;
  --padding-right: 150px;
}

.elementor-35 .elementor-element.elementor-element-b7e3d01 {
  text-align: center;
}

.elementor-35 .elementor-element.elementor-element-b7e3d01 .elementor-heading-title {
  font-family: "Tajawal", Sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
  color: var(--e-global-color-background);
}

.elementor-35 .elementor-element.elementor-element-4cbe6b4 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  text-align: center;
  font-family: "Tajawal", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--e-global-color-background);
}

.elementor-35 .elementor-element.elementor-element-420ac91 .elementor-button {
  background-color: #9C673E00;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  fill: var(--e-global-color-background);
  color: var(--e-global-color-background);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FFFFFF;
  padding: 12px 24px 12px 24px;
}

.elementor-35 .elementor-element.elementor-element-420ac91 {
  width: auto;
  max-width: auto;
}

.elementor-35 .elementor-element.elementor-element-420ac91.elementor-element {
  --align-self: center;
}

.elementor-35 .elementor-element.elementor-element-2eb78f9 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --align-items: flex-start;
  --gap: 80px 80px;
  --row-gap: 80px;
  --column-gap: 80px;
  --padding-top: 100px;
  --padding-bottom: 100px;
  --padding-left: 24px;
  --padding-right: 24px;
}

.elementor-35 .elementor-element.elementor-element-da028ef {
  --display: flex;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 64px;
}

.elementor-35 .elementor-element.elementor-element-20b854a .elementor-heading-title {
  font-family: var(--e-global-typography-heading_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_s-font-size);
  font-weight: var(--e-global-typography-heading_s-font-weight);
  color: var(--e-global-color-text);
}

.elementor-35 .elementor-element.elementor-element-e41b1b5 .elementor-heading-title {
  font-family: var(--e-global-typography-heading_l-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_l-font-size);
  font-weight: var(--e-global-typography-heading_l-font-weight);
  line-height: var(--e-global-typography-heading_l-line-height);
  color: #275D4D;
}

.elementor-35 .elementor-element.elementor-element-f8fefd9 {
  --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: flex-start;
  --gap: 49px 49px;
  --row-gap: 49px;
  --column-gap: 49px;
  --overlay-opacity: 0.5;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  --padding-top: 49px;
  --padding-bottom: 33px;
  --padding-left: 33px;
  --padding-right: 33px;
}

.elementor-35 .elementor-element.elementor-element-f8fefd9::before,
.elementor-35 .elementor-element.elementor-element-f8fefd9>.elementor-background-video-container::before,
.elementor-35 .elementor-element.elementor-element-f8fefd9>.e-con-inner>.elementor-background-video-container::before,
.elementor-35 .elementor-element.elementor-element-f8fefd9>.elementor-background-slideshow::before,
.elementor-35 .elementor-element.elementor-element-f8fefd9>.e-con-inner>.elementor-background-slideshow::before,
.elementor-35 .elementor-element.elementor-element-f8fefd9>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #E6E6E600;
  --background-overlay: '';
}

.elementor-35 .elementor-element.elementor-element-7306fb4 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: space-evenly;
  --align-items: center;
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --padding-top: 0%;
  --padding-bottom: 0%;
  --padding-left: 0%;
  --padding-right: 0%;
}

.elementor-widget-counter .elementor-counter-number-wrapper {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-counter .elementor-counter-title {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-35 .elementor-element.elementor-element-57eb3a3 .elementor-counter-number-wrapper {
  color: #275D4D;
  font-family: var(--e-global-typography-heading_xl-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_xl-font-size);
  font-weight: var(--e-global-typography-heading_xl-font-weight);
  line-height: var(--e-global-typography-heading_xl-line-height);
}

.elementor-35 .elementor-element.elementor-element-71094ae .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: #275D4D;
}

.elementor-35 .elementor-element.elementor-element-8bcca91 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-35 .elementor-element.elementor-element-d4f69c9 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: space-evenly;
  --align-items: center;
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --padding-top: 0%;
  --padding-bottom: 0%;
  --padding-left: 0%;
  --padding-right: 0%;
}

.elementor-35 .elementor-element.elementor-element-8377fa3 .elementor-counter-number-wrapper {
  color: #275D4D;
  font-family: var(--e-global-typography-heading_xl-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_xl-font-size);
  font-weight: var(--e-global-typography-heading_xl-font-weight);
  line-height: var(--e-global-typography-heading_xl-line-height);
}

.elementor-35 .elementor-element.elementor-element-7e09e86 .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: #275D4D;
}

.elementor-35 .elementor-element.elementor-element-fdba080 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-35 .elementor-element.elementor-element-0249430 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: space-evenly;
  --align-items: center;
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --padding-top: 0%;
  --padding-bottom: 0%;
  --padding-left: 0%;
  --padding-right: 0%;
}

.elementor-35 .elementor-element.elementor-element-8307a30 .elementor-counter-number-wrapper {
  color: #275D4D;
  font-family: var(--e-global-typography-heading_xl-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_xl-font-size);
  font-weight: var(--e-global-typography-heading_xl-font-weight);
  line-height: var(--e-global-typography-heading_xl-line-height);
}

.elementor-35 .elementor-element.elementor-element-80de05f .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: #275D4D;
}

.elementor-35 .elementor-element.elementor-element-978c56c {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-35 .elementor-element.elementor-element-b9b3b23 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: space-evenly;
  --align-items: center;
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --padding-top: 0%;
  --padding-bottom: 0%;
  --padding-left: 0%;
  --padding-right: 0%;
}

.elementor-35 .elementor-element.elementor-element-27bb81c .elementor-counter-number-wrapper {
  color: #275D4D;
  font-family: var(--e-global-typography-heading_xl-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_xl-font-size);
  font-weight: var(--e-global-typography-heading_xl-font-weight);
  line-height: var(--e-global-typography-heading_xl-line-height);
}

.elementor-35 .elementor-element.elementor-element-cf58863 .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: #275D4D;
}

.elementor-35 .elementor-element.elementor-element-be01b85 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-35 .elementor-element.elementor-element-739d71f {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --padding-top: 100px;
  --padding-bottom: 100px;
  --padding-left: 24px;
  --padding-right: 24px;
}

.elementor-35 .elementor-element.elementor-element-f8f6c28 .elementor-heading-title {
  font-family: var(--e-global-typography-heading_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_s-font-size);
  font-weight: var(--e-global-typography-heading_s-font-weight);
  color: var(--e-global-color-text);
}

.elementor-35 .elementor-element.elementor-element-9c80242 .elementor-heading-title {
  font-family: var(--e-global-typography-heading_l-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_l-font-size);
  font-weight: var(--e-global-typography-heading_l-font-weight);
  line-height: var(--e-global-typography-heading_l-line-height);
  color: #275D4D;
}

.elementor-35 .elementor-element.elementor-element-cfb7e95 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  padding: 0px 0px 24px 0px;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-35 .elementor-element.elementor-element-3cb302d {
  --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: 80px 80px;
  --row-gap: 80px;
  --column-gap: 80px;
  --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-35 .elementor-element.elementor-element-94fbe8c {
  --display: flex;
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-35 .elementor-element.elementor-element-71fe4d6 iframe {
  height: 380px;
}

.elementor-35 .elementor-element.elementor-element-10c2c3f {
  --display: grid;
  --e-con-grid-template-columns: repeat(2, 1fr);
  --e-con-grid-template-rows: repeat(2, 1fr);
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --grid-auto-flow: row;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-35 .elementor-element.elementor-element-42e1578 {
  --display: flex;
  --justify-content: flex-start;
  --align-items: flex-start;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 16px 16px;
  --row-gap: 16px;
  --column-gap: 16px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-widget-icon-box.elementor-view-stacked .elementor-icon {
  background-color: var(--e-global-color-primary);
}

.elementor-widget-icon-box.elementor-view-framed .elementor-icon,
.elementor-widget-icon-box.elementor-view-default .elementor-icon {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.elementor-widget-icon-box .elementor-icon-box-title,
.elementor-widget-icon-box .elementor-icon-box-title a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-icon-box .elementor-icon-box-title {
  color: var(--e-global-color-primary);
}

.elementor-widget-icon-box:has(:hover) .elementor-icon-box-title,
.elementor-widget-icon-box:has(:focus) .elementor-icon-box-title {
  color: var(--e-global-color-primary);
}

.elementor-widget-icon-box .elementor-icon-box-description {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-35 .elementor-element.elementor-element-f7158e4 .elementor-icon-box-wrapper {
  text-align: start;
  gap: 0px;
}

.elementor-35 .elementor-element.elementor-element-f7158e4 .elementor-icon-box-title {
  margin-block-end: 8px;
  color: #275D4D;
}

.elementor-35 .elementor-element.elementor-element-f7158e4.elementor-view-stacked .elementor-icon {
  background-color: #275D4D;
}

.elementor-35 .elementor-element.elementor-element-f7158e4.elementor-view-framed .elementor-icon,
.elementor-35 .elementor-element.elementor-element-f7158e4.elementor-view-default .elementor-icon {
  fill: #275D4D;
  color: #275D4D;
  border-color: #275D4D;
}

.elementor-35 .elementor-element.elementor-element-f7158e4 .elementor-icon {
  font-size: 32px;
}

.elementor-35 .elementor-element.elementor-element-f7158e4 .elementor-icon-box-title,
.elementor-35 .elementor-element.elementor-element-f7158e4 .elementor-icon-box-title a {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-35 .elementor-element.elementor-element-f7158e4 .elementor-icon-box-description {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-35 .elementor-element.elementor-element-43425d2 .elementor-button {
  background-color: var(--e-global-color-transparent);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  padding: 0px 0px 0px 0px;
}

.elementor-35 .elementor-element.elementor-element-43425d2 {
  width: auto;
  max-width: auto;
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
}

.elementor-35 .elementor-element.elementor-element-9c9e145 {
  --display: flex;
  --justify-content: flex-start;
  --align-items: flex-start;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 16px 16px;
  --row-gap: 16px;
  --column-gap: 16px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-35 .elementor-element.elementor-element-acb32d8 .elementor-icon-box-wrapper {
  text-align: start;
  gap: 0px;
}

.elementor-35 .elementor-element.elementor-element-acb32d8 .elementor-icon-box-title {
  margin-block-end: 8px;
  color: #275D4D;
}

.elementor-35 .elementor-element.elementor-element-acb32d8.elementor-view-stacked .elementor-icon {
  background-color: #275D4D;
}

.elementor-35 .elementor-element.elementor-element-acb32d8.elementor-view-framed .elementor-icon,
.elementor-35 .elementor-element.elementor-element-acb32d8.elementor-view-default .elementor-icon {
  fill: #275D4D;
  color: #275D4D;
  border-color: #275D4D;
}

.elementor-35 .elementor-element.elementor-element-acb32d8 .elementor-icon {
  font-size: 32px;
}

.elementor-35 .elementor-element.elementor-element-acb32d8 .elementor-icon-box-title,
.elementor-35 .elementor-element.elementor-element-acb32d8 .elementor-icon-box-title a {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-35 .elementor-element.elementor-element-acb32d8 .elementor-icon-box-description {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-35 .elementor-element.elementor-element-87daa03 .elementor-button {
  background-color: var(--e-global-color-transparent);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  padding: 0px 0px 0px 0px;
}

.elementor-35 .elementor-element.elementor-element-87daa03 {
  width: auto;
  max-width: auto;
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
}

.elementor-35 .elementor-element.elementor-element-918d2e0 {
  --display: flex;
  --justify-content: flex-start;
  --align-items: flex-start;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 16px 16px;
  --row-gap: 16px;
  --column-gap: 16px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-35 .elementor-element.elementor-element-af13a93 .elementor-icon-box-wrapper {
  text-align: start;
  gap: 0px;
}

.elementor-35 .elementor-element.elementor-element-af13a93 .elementor-icon-box-title {
  margin-block-end: 8px;
  color: #275D4D;
}

.elementor-35 .elementor-element.elementor-element-af13a93.elementor-view-stacked .elementor-icon {
  background-color: #275D4D;
}

.elementor-35 .elementor-element.elementor-element-af13a93.elementor-view-framed .elementor-icon,
.elementor-35 .elementor-element.elementor-element-af13a93.elementor-view-default .elementor-icon {
  fill: #275D4D;
  color: #275D4D;
  border-color: #275D4D;
}

.elementor-35 .elementor-element.elementor-element-af13a93 .elementor-icon {
  font-size: 32px;
}

.elementor-35 .elementor-element.elementor-element-af13a93 .elementor-icon-box-title,
.elementor-35 .elementor-element.elementor-element-af13a93 .elementor-icon-box-title a {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-35 .elementor-element.elementor-element-af13a93 .elementor-icon-box-description {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-35 .elementor-element.elementor-element-ddd758b .elementor-button {
  background-color: var(--e-global-color-transparent);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  padding: 0px 0px 0px 0px;
}

.elementor-35 .elementor-element.elementor-element-ddd758b {
  width: auto;
  max-width: auto;
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
}

.elementor-35 .elementor-element.elementor-element-ddd758b .elementor-button-content-wrapper {
  flex-direction: row;
}

.elementor-35 .elementor-element.elementor-element-ddd758b .elementor-button .elementor-button-content-wrapper {
  gap: 14px;
}

.elementor-35 .elementor-element.elementor-element-3c8ee9e {
  --display: flex;
  --justify-content: flex-start;
  --align-items: flex-start;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 16px 16px;
  --row-gap: 16px;
  --column-gap: 16px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-35 .elementor-element.elementor-element-cb7dc30 .elementor-icon-box-wrapper {
  text-align: start;
  gap: 0px;
}

.elementor-35 .elementor-element.elementor-element-cb7dc30 .elementor-icon-box-title {
  margin-block-end: 8px;
  color: #275D4D;
}

.elementor-35 .elementor-element.elementor-element-cb7dc30.elementor-view-stacked .elementor-icon {
  background-color: #275D4D;
}

.elementor-35 .elementor-element.elementor-element-cb7dc30.elementor-view-framed .elementor-icon,
.elementor-35 .elementor-element.elementor-element-cb7dc30.elementor-view-default .elementor-icon {
  fill: #275D4D;
  color: #275D4D;
  border-color: #275D4D;
}

.elementor-35 .elementor-element.elementor-element-cb7dc30 .elementor-icon {
  font-size: 32px;
}

.elementor-35 .elementor-element.elementor-element-cb7dc30 .elementor-icon-box-title,
.elementor-35 .elementor-element.elementor-element-cb7dc30 .elementor-icon-box-title a {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-35 .elementor-element.elementor-element-cb7dc30 .elementor-icon-box-description {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-35 .elementor-element.elementor-element-4270e29 {
  --grid-template-columns: repeat(0, auto);
  width: initial;
  max-width: initial;
  --icon-size: 20px;
  --grid-column-gap: 16px;
  --grid-row-gap: 0px;
}

.elementor-35 .elementor-element.elementor-element-4270e29 .elementor-social-icon {
  background-color: var(--e-global-color-transparent);
  --icon-padding: 2px;
}

.elementor-35 .elementor-element.elementor-element-4270e29 .elementor-social-icon i {
  color: #275D4DE0;
}

.elementor-35 .elementor-element.elementor-element-4270e29 .elementor-social-icon svg {
  fill: #275D4DE0;
}

.elementor-35 .elementor-element.elementor-element-4270e29 .elementor-icon {
  border-radius: 0px 0px 0px 0px;
}

.elementor-35 .elementor-element.elementor-element-4270e29 .elementor-social-icon:hover i {
  color: var(--e-global-color-accent);
}

.elementor-35 .elementor-element.elementor-element-4270e29 .elementor-social-icon:hover svg {
  fill: var(--e-global-color-accent);
}

@media(max-width:1024px) {
  .elementor-35 .elementor-element.elementor-element-b13be78 {
    --margin-top: -120px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 77px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-35 .elementor-element.elementor-element-b13be78.e-con {
    --align-self: center;
  }

  .elementor-widget-animated-headline .elementor-headline {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-cfd44c7 .elementor-headline {
    font-size: 34px;
  }

  .elementor-widget-heading .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-41dbefe {
    padding: 0px 150px 0px 150px;
  }

  .elementor-35 .elementor-element.elementor-element-41dbefe .elementor-heading-title {
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-widget-button .elementor-button {
    font-size: var(--e-global-typography-accent-font-size);
    line-height: var(--e-global-typography-accent-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-d6f89c7 .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-0150cf5 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-35 .elementor-element.elementor-element-0150cf5 .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-83c0b59 .elementor-heading-title {
    font-size: var(--e-global-typography-heading_m-font-size);
    line-height: var(--e-global-typography-heading_m-line-height);
  }

  .elementor-widget-divider .elementor-divider__text {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-b883da8 {
    --justify-content: center;
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-8fe0f62 .elementor-heading-title {
    font-size: 22px;
  }

  .elementor-35 .elementor-element.elementor-element-3176708 .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-widget-text-editor {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-52aaab5 {
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-5723bec {
    --justify-content: center;
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-dee3db6 .elementor-heading-title {
    font-size: 22px;
  }

  .elementor-35 .elementor-element.elementor-element-621ce7c .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-6779bdc {
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-05359bf {
    --justify-content: center;
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-2820153 .elementor-heading-title {
    font-size: 22px;
  }

  .elementor-35 .elementor-element.elementor-element-137bcbd .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-095a354 {
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-d144bfb {
    --justify-content: center;
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-c4136b2 .elementor-heading-title {
    font-size: 22px;
  }

  .elementor-35 .elementor-element.elementor-element-5960c52 .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-2b12191 {
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-c2ed777 {
    --justify-content: center;
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-4de71fa .elementor-heading-title {
    font-size: 22px;
  }

  .elementor-35 .elementor-element.elementor-element-6169703 .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-9169bf0 {
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-8f6848f {
    --justify-content: center;
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-fdae639 .elementor-heading-title {
    font-size: 22px;
  }

  .elementor-35 .elementor-element.elementor-element-e968b51 .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-6fbd7af {
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-b5d66d1 {
    --justify-content: center;
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-bbdae1d .elementor-heading-title {
    font-size: 22px;
  }

  .elementor-35 .elementor-element.elementor-element-cc63b05 .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-059be5f {
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-3dc5831 {
    --justify-content: center;
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-918b56a .elementor-heading-title {
    font-size: 22px;
  }

  .elementor-35 .elementor-element.elementor-element-d7bd730 .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-926fc0a {
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-b74592a {
    --justify-content: center;
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-adca88c .elementor-heading-title {
    font-size: 22px;
  }

  .elementor-35 .elementor-element.elementor-element-088a27a .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-e342a81 {
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-0893f47 {
    --justify-content: center;
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-dd1b70a .elementor-heading-title {
    font-size: 22px;
  }

  .elementor-35 .elementor-element.elementor-element-4bed279 .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-5c488e2 {
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-92cdd8a {
    --justify-content: center;
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-1ff26c9 .elementor-heading-title {
    font-size: 22px;
  }

  .elementor-35 .elementor-element.elementor-element-adecce3 .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-9781d7f {
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-f0c532c {
    --justify-content: center;
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-7767cc8 .elementor-heading-title {
    font-size: 22px;
  }

  .elementor-35 .elementor-element.elementor-element-a07b4a3 .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-cdde4bb {
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-83802c6 {
    --e-n-carousel-swiper-slides-to-display: 2;
  }

  .elementor-35 .elementor-element.elementor-element-a663260 {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
    --padding-top: 80px;
    --padding-bottom: 80px;
    --padding-left: 24px;
    --padding-right: 24px;
  }

  .elementor-35 .elementor-element.elementor-element-bbd3cfe {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
    --padding-top: 0px;
    --padding-bottom: 64px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-35 .elementor-element.elementor-element-f36cd9d .elementor-heading-title {
    font-size: var(--e-global-typography-heading_l-font-size);
    line-height: var(--e-global-typography-heading_l-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-057674e {
    font-size: var(--e-global-typography-heading_s-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-bd79a27 {
    --gap: 32px 32px;
    --row-gap: 32px;
    --column-gap: 32px;
  }

  .elementor-35 .elementor-element.elementor-element-810a30f {
    --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-widget-image .widget-image-caption {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-353522b {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-35 .elementor-element.elementor-element-353522b .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-1c18035 {
    font-size: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-cfa8fae {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-35 .elementor-element.elementor-element-cfa8fae .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-widget-media-carousel .elementor-carousel-image-overlay {
    font-size: var(--e-global-typography-accent-font-size);
    line-height: var(--e-global-typography-accent-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-5fc2599.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
    margin-bottom: 10px;
  }

  .elementor-35 .elementor-element.elementor-element-f1ce75f {
    --gap: 32px 32px;
    --row-gap: 32px;
    --column-gap: 32px;
  }

  .elementor-35 .elementor-element.elementor-element-fb9b357.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
    margin-bottom: 10px;
  }

  .elementor-35 .elementor-element.elementor-element-7551753 {
    --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-35 .elementor-element.elementor-element-5efc49b {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-35 .elementor-element.elementor-element-5efc49b .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-d9171fe {
    font-size: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-c2aa2cb {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-35 .elementor-element.elementor-element-c2aa2cb .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-7bbf625 {
    --gap: 32px 32px;
    --row-gap: 32px;
    --column-gap: 32px;
  }

  .elementor-35 .elementor-element.elementor-element-27bb99a {
    --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-35 .elementor-element.elementor-element-df43750 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-35 .elementor-element.elementor-element-df43750 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-ae53d6a {
    font-size: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-220902e {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-35 .elementor-element.elementor-element-220902e .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-25a522d.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
    margin-bottom: 10px;
  }

  .elementor-35 .elementor-element.elementor-element-04ef3fb .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-55e62db {
    --min-height: 0px;
    --align-items: flex-start;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
    --padding-top: 80px;
    --padding-bottom: 80px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-0af060c {
    --padding-top: 50px;
    --padding-bottom: 50px;
    --padding-left: 50px;
    --padding-right: 50px;
  }

  .elementor-35 .elementor-element.elementor-element-b7e3d01 {
    text-align: center;
  }

  .elementor-35 .elementor-element.elementor-element-b7e3d01 .elementor-heading-title {
    font-size: 40px;
  }

  .elementor-35 .elementor-element.elementor-element-4cbe6b4 {
    line-height: 1.5;
  }

  .elementor-35 .elementor-element.elementor-element-420ac91 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-35 .elementor-element.elementor-element-420ac91 .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-2eb78f9 {
    --min-height: 0px;
    --align-items: flex-start;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
    --padding-top: 80px;
    --padding-bottom: 80px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-da028ef {
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-35 .elementor-element.elementor-element-20b854a .elementor-heading-title {
    font-size: var(--e-global-typography-heading_s-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-e41b1b5 .elementor-heading-title {
    font-size: var(--e-global-typography-heading_l-font-size);
    line-height: var(--e-global-typography-heading_l-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-7306fb4 {
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0%;
    --padding-bottom: 0%;
    --padding-left: 0%;
    --padding-right: 0%;
  }

  .elementor-widget-counter .elementor-counter-number-wrapper {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-widget-counter .elementor-counter-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-57eb3a3 .elementor-counter-number-wrapper {
    font-size: var(--e-global-typography-heading_xl-font-size);
    line-height: var(--e-global-typography-heading_xl-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-71094ae .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-8bcca91 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-d4f69c9 {
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0%;
    --padding-bottom: 0%;
    --padding-left: 0%;
    --padding-right: 0%;
  }

  .elementor-35 .elementor-element.elementor-element-8377fa3 .elementor-counter-number-wrapper {
    font-size: var(--e-global-typography-heading_xl-font-size);
    line-height: var(--e-global-typography-heading_xl-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-7e09e86 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-fdba080 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-0249430 {
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0%;
    --padding-bottom: 0%;
    --padding-left: 0%;
    --padding-right: 0%;
  }

  .elementor-35 .elementor-element.elementor-element-8307a30 .elementor-counter-number-wrapper {
    font-size: var(--e-global-typography-heading_xl-font-size);
    line-height: var(--e-global-typography-heading_xl-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-80de05f .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-978c56c {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-b9b3b23 {
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0%;
    --padding-bottom: 0%;
    --padding-left: 0%;
    --padding-right: 0%;
  }

  .elementor-35 .elementor-element.elementor-element-27bb81c .elementor-counter-number-wrapper {
    font-size: var(--e-global-typography-heading_xl-font-size);
    line-height: var(--e-global-typography-heading_xl-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-cf58863 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-be01b85 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-739d71f {
    --gap: 40px 40px;
    --row-gap: 40px;
    --column-gap: 40px;
    --padding-top: 80px;
    --padding-bottom: 80px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-f8f6c28 .elementor-heading-title {
    font-size: var(--e-global-typography-heading_s-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-9c80242 .elementor-heading-title {
    font-size: var(--e-global-typography-heading_l-font-size);
    line-height: var(--e-global-typography-heading_l-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-cfb7e95 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-10c2c3f {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
    --grid-auto-flow: row;
  }

  .elementor-widget-icon-box .elementor-icon-box-title,
  .elementor-widget-icon-box .elementor-icon-box-title a {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-widget-icon-box .elementor-icon-box-description {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-f7158e4 .elementor-icon {
    font-size: 28px;
  }

  .elementor-35 .elementor-element.elementor-element-f7158e4 .elementor-icon-box-title,
  .elementor-35 .elementor-element.elementor-element-f7158e4 .elementor-icon-box-title a {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-f7158e4 .elementor-icon-box-description {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-43425d2 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-35 .elementor-element.elementor-element-43425d2 .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-acb32d8 .elementor-icon {
    font-size: 28px;
  }

  .elementor-35 .elementor-element.elementor-element-acb32d8 .elementor-icon-box-title,
  .elementor-35 .elementor-element.elementor-element-acb32d8 .elementor-icon-box-title a {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-acb32d8 .elementor-icon-box-description {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-87daa03 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-35 .elementor-element.elementor-element-87daa03 .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-af13a93 .elementor-icon {
    font-size: 28px;
  }

  .elementor-35 .elementor-element.elementor-element-af13a93 .elementor-icon-box-title,
  .elementor-35 .elementor-element.elementor-element-af13a93 .elementor-icon-box-title a {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-af13a93 .elementor-icon-box-description {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-ddd758b {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-35 .elementor-element.elementor-element-ddd758b .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-cb7dc30 .elementor-icon {
    font-size: 28px;
  }

  .elementor-35 .elementor-element.elementor-element-cb7dc30 .elementor-icon-box-title,
  .elementor-35 .elementor-element.elementor-element-cb7dc30 .elementor-icon-box-title a {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-cb7dc30 .elementor-icon-box-description {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }
}

@media(max-width:767px) {
  .elementor-35 .elementor-element.elementor-element-b13be78 {
    --min-height: 760px;
    --justify-content: center;
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
    --overlay-opacity: 0.54;
    --margin-top: -75px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 84px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-widget-animated-headline .elementor-headline {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-cfd44c7 {
    margin: 64px 0px calc(var(--kit-widget-spacing, 0px) + -20px) 0px;
  }

  .elementor-35 .elementor-element.elementor-element-cfd44c7 .elementor-headline {
    text-align: center;
    font-size: 24px;
  }

  .elementor-widget-heading .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-41dbefe {
    padding: 0px 0px 0px 0px;
    text-align: center;
  }

  .elementor-35 .elementor-element.elementor-element-41dbefe .elementor-heading-title {
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-4fd67b3 {
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-widget-button .elementor-button {
    font-size: var(--e-global-typography-accent-font-size);
    line-height: var(--e-global-typography-accent-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-d6f89c7 .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    padding: 12px 24px 12px 24px;
  }

  .elementor-35 .elementor-element.elementor-element-0150cf5 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-35 .elementor-element.elementor-element-0150cf5 .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    padding: 12px 24px 12px 24px;
  }

  .elementor-35 .elementor-element.elementor-element-83c0b59 {
    text-align: center;
  }

  .elementor-35 .elementor-element.elementor-element-83c0b59 .elementor-heading-title {
    font-size: var(--e-global-typography-heading_m-font-size);
    line-height: var(--e-global-typography-heading_m-line-height);
  }

  .elementor-widget-divider .elementor-divider__text {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-6f87596 .elementor-divider-separator {
    width: 44%;
  }

  .elementor-35 .elementor-element.elementor-element-b883da8 {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-8fe0f62 .elementor-heading-title {
    font-size: 48px;
  }

  .elementor-35 .elementor-element.elementor-element-3176708 {
    text-align: end;
  }

  .elementor-35 .elementor-element.elementor-element-3176708 .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-widget-text-editor {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-52aaab5 {
    text-align: center;
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-5723bec {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-dee3db6 .elementor-heading-title {
    font-size: 48px;
  }

  .elementor-35 .elementor-element.elementor-element-621ce7c {
    text-align: end;
  }

  .elementor-35 .elementor-element.elementor-element-621ce7c .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-6779bdc {
    text-align: center;
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-05359bf {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-2820153 .elementor-heading-title {
    font-size: 48px;
  }

  .elementor-35 .elementor-element.elementor-element-137bcbd {
    text-align: end;
  }

  .elementor-35 .elementor-element.elementor-element-137bcbd .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-095a354 {
    text-align: center;
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-d144bfb {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-c4136b2 .elementor-heading-title {
    font-size: 48px;
  }

  .elementor-35 .elementor-element.elementor-element-5960c52 {
    text-align: end;
  }

  .elementor-35 .elementor-element.elementor-element-5960c52 .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-2b12191 {
    text-align: center;
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-c2ed777 {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-4de71fa .elementor-heading-title {
    font-size: 48px;
  }

  .elementor-35 .elementor-element.elementor-element-6169703 {
    text-align: end;
  }

  .elementor-35 .elementor-element.elementor-element-6169703 .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-9169bf0 {
    text-align: center;
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-8f6848f {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-fdae639 .elementor-heading-title {
    font-size: 48px;
  }

  .elementor-35 .elementor-element.elementor-element-e968b51 {
    text-align: end;
  }

  .elementor-35 .elementor-element.elementor-element-e968b51 .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-6fbd7af {
    text-align: center;
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-b5d66d1 {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-bbdae1d .elementor-heading-title {
    font-size: 48px;
  }

  .elementor-35 .elementor-element.elementor-element-cc63b05 {
    text-align: end;
  }

  .elementor-35 .elementor-element.elementor-element-cc63b05 .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-059be5f {
    text-align: center;
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-3dc5831 {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-918b56a .elementor-heading-title {
    font-size: 48px;
  }

  .elementor-35 .elementor-element.elementor-element-d7bd730 {
    text-align: center;
  }

  .elementor-35 .elementor-element.elementor-element-d7bd730 .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-926fc0a {
    text-align: center;
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-b74592a {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-adca88c .elementor-heading-title {
    font-size: 48px;
  }

  .elementor-35 .elementor-element.elementor-element-088a27a {
    text-align: end;
  }

  .elementor-35 .elementor-element.elementor-element-088a27a .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-e342a81 {
    text-align: center;
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-0893f47 {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-dd1b70a .elementor-heading-title {
    font-size: 48px;
  }

  .elementor-35 .elementor-element.elementor-element-4bed279 {
    text-align: center;
  }

  .elementor-35 .elementor-element.elementor-element-4bed279 .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-5c488e2 {
    text-align: center;
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-92cdd8a {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-1ff26c9 .elementor-heading-title {
    font-size: 48px;
  }

  .elementor-35 .elementor-element.elementor-element-adecce3 {
    text-align: end;
  }

  .elementor-35 .elementor-element.elementor-element-adecce3 .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-9781d7f {
    text-align: center;
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-f0c532c {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-7767cc8 .elementor-heading-title {
    font-size: 48px;
  }

  .elementor-35 .elementor-element.elementor-element-a07b4a3 {
    text-align: end;
  }

  .elementor-35 .elementor-element.elementor-element-a07b4a3 .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-cdde4bb {
    text-align: center;
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-83802c6 {
    --e-n-carousel-swiper-slides-to-display: 1;
    --e-n-carousel-arrow-prev-left-position: 0px;
  }

  .elementor-35 .elementor-element.elementor-element-a663260 {
    --align-items: flex-start;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --gap: 48px 48px;
    --row-gap: 48px;
    --column-gap: 48px;
    --padding-top: 48px;
    --padding-bottom: 48px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-bbd3cfe {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-35 .elementor-element.elementor-element-f36cd9d {
    text-align: center;
  }

  .elementor-35 .elementor-element.elementor-element-f36cd9d .elementor-heading-title {
    font-size: var(--e-global-typography-heading_l-font-size);
    line-height: var(--e-global-typography-heading_l-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-057674e {
    text-align: center;
    font-size: var(--e-global-typography-heading_s-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-bd79a27 {
    --padding-top: 32px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-35 .elementor-element.elementor-element-810a30f {
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-widget-image .widget-image-caption {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-353522b .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-1c18035 {
    width: auto;
    max-width: auto;
    font-size: 14px;
  }

  .elementor-35 .elementor-element.elementor-element-cfa8fae {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-35 .elementor-element.elementor-element-cfa8fae .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    padding: 0px 0px 0px 0px;
  }

  .elementor-35 .elementor-element.elementor-element-1078d35 {
    --width: 688px;
    --min-height: 0px;
  }

  .elementor-35 .elementor-element.elementor-element-1078d35.e-con {
    --order: -99999
      /* order start hack */
    ;
  }

  .elementor-widget-media-carousel .elementor-carousel-image-overlay {
    font-size: var(--e-global-typography-accent-font-size);
    line-height: var(--e-global-typography-accent-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-5fc2599.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
    margin-bottom: 10px;
  }

  .elementor-35 .elementor-element.elementor-element-5fc2599 .elementor-main-swiper {
    height: 324px;
  }

  .elementor-35 .elementor-element.elementor-element-f1ce75f {
    --padding-top: 32px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-35 .elementor-element.elementor-element-c3323a0.e-con {
    --order: -99999
      /* order start hack */
    ;
  }

  .elementor-35 .elementor-element.elementor-element-fb9b357.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
    margin-bottom: 10px;
  }

  .elementor-35 .elementor-element.elementor-element-fb9b357 .elementor-main-swiper {
    height: 296px;
  }

  .elementor-35 .elementor-element.elementor-element-7551753 {
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-35 .elementor-element.elementor-element-5efc49b .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-d9171fe {
    width: auto;
    max-width: auto;
    font-size: 14px;
  }

  .elementor-35 .elementor-element.elementor-element-c2aa2cb {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-35 .elementor-element.elementor-element-c2aa2cb .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    padding: 0px 0px 0px 0px;
  }

  .elementor-35 .elementor-element.elementor-element-7bbf625 {
    --padding-top: 32px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-35 .elementor-element.elementor-element-27bb99a {
    --align-items: flex-start;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-35 .elementor-element.elementor-element-df43750 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-ae53d6a {
    width: auto;
    max-width: auto;
    font-size: 14px;
  }

  .elementor-35 .elementor-element.elementor-element-220902e {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-35 .elementor-element.elementor-element-220902e .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    padding: 0px 0px 0px 0px;
  }

  .elementor-35 .elementor-element.elementor-element-ef90ab0 {
    --justify-content: center;
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  }

  .elementor-35 .elementor-element.elementor-element-ef90ab0.e-con {
    --order: -99999
      /* order start hack */
    ;
  }

  .elementor-35 .elementor-element.elementor-element-25a522d.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
    margin-bottom: 10px;
  }

  .elementor-35 .elementor-element.elementor-element-25a522d .elementor-main-swiper {
    height: 296px;
  }

  .elementor-35 .elementor-element.elementor-element-04ef3fb {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-35 .elementor-element.elementor-element-04ef3fb .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    padding: 12px 24px 12px 24px;
  }

  .elementor-35 .elementor-element.elementor-element-55e62db:not(.elementor-motion-effects-element-type-background),
  .elementor-35 .elementor-element.elementor-element-55e62db>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url("media/080a30b4-7d0b-46e9-a54a-3a5248138a8b-1024x683.jpg");
    background-size: cover;
  }

  .elementor-35 .elementor-element.elementor-element-55e62db {
    --gap: 24px 24px;
    --row-gap: 24px;
    --column-gap: 24px;
    --overlay-opacity: 0.68;
    --padding-top: 48px;
    --padding-bottom: 48px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-0af060c {
    --padding-top: 30px;
    --padding-bottom: 30px;
    --padding-left: 30px;
    --padding-right: 30px;
  }

  .elementor-35 .elementor-element.elementor-element-b7e3d01 {
    text-align: center;
  }

  .elementor-35 .elementor-element.elementor-element-b7e3d01 .elementor-heading-title {
    font-size: 18px;
    line-height: 120%;
  }

  .elementor-35 .elementor-element.elementor-element-4cbe6b4 {
    font-size: 14px;
  }

  .elementor-35 .elementor-element.elementor-element-420ac91 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-35 .elementor-element.elementor-element-420ac91 .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    padding: 12px 24px 12px 24px;
  }

  .elementor-35 .elementor-element.elementor-element-2eb78f9 {
    --gap: 24px 24px;
    --row-gap: 24px;
    --column-gap: 24px;
    --padding-top: 48px;
    --padding-bottom: 48px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-da028ef {
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  }

  .elementor-35 .elementor-element.elementor-element-20b854a .elementor-heading-title {
    font-size: var(--e-global-typography-heading_s-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-e41b1b5 {
    text-align: center;
  }

  .elementor-35 .elementor-element.elementor-element-e41b1b5 .elementor-heading-title {
    font-size: var(--e-global-typography-heading_l-font-size);
    line-height: var(--e-global-typography-heading_l-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-7306fb4 {
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0%;
    --padding-bottom: 0%;
    --padding-left: 0%;
    --padding-right: 0%;
  }

  .elementor-widget-counter .elementor-counter-number-wrapper {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-widget-counter .elementor-counter-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-57eb3a3 .elementor-counter-number-wrapper {
    font-size: var(--e-global-typography-heading_xl-font-size);
    line-height: var(--e-global-typography-heading_xl-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-71094ae .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-8bcca91 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-d4f69c9 {
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0%;
    --padding-bottom: 0%;
    --padding-left: 0%;
    --padding-right: 0%;
  }

  .elementor-35 .elementor-element.elementor-element-8377fa3 .elementor-counter-number-wrapper {
    font-size: var(--e-global-typography-heading_xl-font-size);
    line-height: var(--e-global-typography-heading_xl-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-7e09e86 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-fdba080 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-0249430 {
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0%;
    --padding-bottom: 0%;
    --padding-left: 0%;
    --padding-right: 0%;
  }

  .elementor-35 .elementor-element.elementor-element-8307a30 .elementor-counter-number-wrapper {
    font-size: var(--e-global-typography-heading_xl-font-size);
    line-height: var(--e-global-typography-heading_xl-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-80de05f .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-978c56c {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-b9b3b23 {
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0%;
    --padding-bottom: 0%;
    --padding-left: 0%;
    --padding-right: 0%;
  }

  .elementor-35 .elementor-element.elementor-element-27bb81c .elementor-counter-number-wrapper {
    font-size: var(--e-global-typography-heading_xl-font-size);
    line-height: var(--e-global-typography-heading_xl-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-cf58863 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-be01b85 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-739d71f {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
    --padding-top: 48px;
    --padding-bottom: 48px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-f8f6c28 .elementor-heading-title {
    font-size: var(--e-global-typography-heading_s-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-9c80242 {
    text-align: center;
  }

  .elementor-35 .elementor-element.elementor-element-9c80242 .elementor-heading-title {
    font-size: var(--e-global-typography-heading_l-font-size);
    line-height: var(--e-global-typography-heading_l-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-cfb7e95 {
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-3cb302d {
    --gap: 80px 80px;
    --row-gap: 80px;
    --column-gap: 80px;
  }

  .elementor-35 .elementor-element.elementor-element-94fbe8c {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-35 .elementor-element.elementor-element-10c2c3f {
    --e-con-grid-template-columns: repeat(1, 1fr);
    --gap: 24px 24px;
    --row-gap: 24px;
    --column-gap: 24px;
    --grid-auto-flow: row;
  }

  .elementor-35 .elementor-element.elementor-element-42e1578 {
    --justify-content: flex-end;
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  }

  .elementor-widget-icon-box .elementor-icon-box-title,
  .elementor-widget-icon-box .elementor-icon-box-title a {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-widget-icon-box .elementor-icon-box-description {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-f7158e4 .elementor-icon-box-wrapper {
    text-align: center;
  }

  .elementor-35 .elementor-element.elementor-element-f7158e4 .elementor-icon-box-title,
  .elementor-35 .elementor-element.elementor-element-f7158e4 .elementor-icon-box-title a {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-f7158e4 .elementor-icon-box-description {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-43425d2 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-35 .elementor-element.elementor-element-43425d2 .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    padding: 0px 0px 0px 0px;
  }

  .elementor-35 .elementor-element.elementor-element-9c9e145 {
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  }

  .elementor-35 .elementor-element.elementor-element-acb32d8 .elementor-icon-box-wrapper {
    text-align: center;
  }

  .elementor-35 .elementor-element.elementor-element-acb32d8 .elementor-icon-box-title,
  .elementor-35 .elementor-element.elementor-element-acb32d8 .elementor-icon-box-title a {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-acb32d8 .elementor-icon-box-description {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-87daa03 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-35 .elementor-element.elementor-element-87daa03 .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    padding: 0px 0px 0px 0px;
  }

  .elementor-35 .elementor-element.elementor-element-918d2e0 {
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  }

  .elementor-35 .elementor-element.elementor-element-af13a93 .elementor-icon-box-wrapper {
    text-align: center;
  }

  .elementor-35 .elementor-element.elementor-element-af13a93 .elementor-icon-box-title,
  .elementor-35 .elementor-element.elementor-element-af13a93 .elementor-icon-box-title a {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-af13a93 .elementor-icon-box-description {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-ddd758b {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-35 .elementor-element.elementor-element-ddd758b .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    padding: 0px 0px 0px 0px;
  }

  .elementor-35 .elementor-element.elementor-element-3c8ee9e {
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  }

  .elementor-35 .elementor-element.elementor-element-cb7dc30 .elementor-icon-box-wrapper {
    text-align: center;
  }

  .elementor-35 .elementor-element.elementor-element-cb7dc30 .elementor-icon-box-title,
  .elementor-35 .elementor-element.elementor-element-cb7dc30 .elementor-icon-box-title a {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-35 .elementor-element.elementor-element-cb7dc30 .elementor-icon-box-description {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-35 .elementor-element.elementor-element-4270e29 {
    --grid-template-columns: repeat(3, auto);
  }

  .elementor-35 .elementor-element.elementor-element-4270e29.elementor-element {
    --order: 3;
  }
}

@media(min-width:768px) {
  .elementor-35 .elementor-element.elementor-element-b13be78 {
    --width: 100%;
  }

  .elementor-35 .elementor-element.elementor-element-31910e5 {
    --content-width: 100%;
  }

  .elementor-35 .elementor-element.elementor-element-a663260 {
    --content-width: 1280px;
  }

  .elementor-35 .elementor-element.elementor-element-810a30f {
    --width: 50%;
  }

  .elementor-35 .elementor-element.elementor-element-1078d35 {
    --width: 50%;
  }

  .elementor-35 .elementor-element.elementor-element-c3323a0 {
    --width: 50%;
  }

  .elementor-35 .elementor-element.elementor-element-7551753 {
    --width: 50%;
  }

  .elementor-35 .elementor-element.elementor-element-27bb99a {
    --width: 50%;
  }

  .elementor-35 .elementor-element.elementor-element-ef90ab0 {
    --width: 50%;
  }

  .elementor-35 .elementor-element.elementor-element-55e62db {
    --content-width: 1280px;
  }

  .elementor-35 .elementor-element.elementor-element-2eb78f9 {
    --content-width: 1280px;
  }

  .elementor-35 .elementor-element.elementor-element-f8fefd9 {
    --width: 100%;
  }

  .elementor-35 .elementor-element.elementor-element-7306fb4 {
    --width: 33%;
  }

  .elementor-35 .elementor-element.elementor-element-d4f69c9 {
    --width: 33%;
  }

  .elementor-35 .elementor-element.elementor-element-0249430 {
    --width: 33%;
  }

  .elementor-35 .elementor-element.elementor-element-b9b3b23 {
    --width: 33%;
  }

  .elementor-35 .elementor-element.elementor-element-739d71f {
    --content-width: 1280px;
  }

  .elementor-35 .elementor-element.elementor-element-3cb302d {
    --content-width: 1280px;
  }

  .elementor-35 .elementor-element.elementor-element-94fbe8c {
    --width: 50%;
  }

  .elementor-35 .elementor-element.elementor-element-10c2c3f {
    --width: 50%;
  }
}

@media(max-width:1024px) and (min-width:768px) {
  .elementor-35 .elementor-element.elementor-element-da028ef {
    --width: 100%;
  }

  .elementor-35 .elementor-element.elementor-element-7306fb4 {
    --width: 45%;
  }

  .elementor-35 .elementor-element.elementor-element-d4f69c9 {
    --width: 45%;
  }

  .elementor-35 .elementor-element.elementor-element-0249430 {
    --width: 45%;
  }

  .elementor-35 .elementor-element.elementor-element-b9b3b23 {
    --width: 45%;
  }

  .elementor-35 .elementor-element.elementor-element-94fbe8c {
    --width: 60%;
  }

  .elementor-35 .elementor-element.elementor-element-10c2c3f {
    --width: 60%;
  }
}

@media(min-width:1025px) {

  .elementor-35 .elementor-element.elementor-element-55e62db:not(.elementor-motion-effects-element-type-background),
  .elementor-35 .elementor-element.elementor-element-55e62db>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-attachment: fixed;
  }
}

/* Start custom CSS for animated-headline, class: .elementor-element-cfd44c7 */
.hero-title .elementor-headline {
  direction: rtl;
  text-align: center;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  font-size: clamp(40px, 5.5vw, 50px) !important;
  color: #ffffff !important;
}

.hero-title .elementor-headline-plain-text {
  color: #ffffff !important;
  display: inline-block;
  opacity: 0;
  transform: translateY(18px);
  animation: qnRevealFirst .8s ease forwards;
}

.hero-title .elementor-headline-dynamic-wrapper {
  display: block !important;
  margin-top: 10px;
}

.hero-title .elementor-headline-dynamic-text {
  color: #275D4D !important;
  display: inline-block !important;
  opacity: 0;
  transform: translateY(24px) scale(.96);
  filter: none;
  animation: qnRevealSecond .9s cubic-bezier(.2, .8, .2, 1) .7s forwards;
  text-shadow: none !important;
}

.hero-title .elementor-headline-dynamic-wrapper::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #275D4D, transparent);
  box-shadow: 0 0 24px rgba(25, 199, 159, .7);
  animation: qnLine .75s ease 1.35s forwards;
}

@keyframes qnRevealFirst {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes qnRevealSecond {
  0% {
    opacity: 0;
    transform: translateY(24px) scale(.96);
    filter: none;
  }

  65% {
    opacity: 1;
    transform: translateY(-4px) scale(1.02);
    filter: none;
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: none;
  }
}

@keyframes qnLine {
  to {
    width: min(420px, 70%);
  }
}

@media (max-width: 767px) {
  .hero-title .elementor-headline {
    font-size: clamp(34px, 10vw, 52px) !important;
    line-height: 1.35 !important;
  }

  .hero-title .elementor-headline-dynamic-wrapper {
    margin-top: 6px;
  }

  .hero-title .elementor-headline-dynamic-wrapper::after {
    margin-top: 12px;
  }
}

/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4fd67b3 */
.hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  direction: rtl;
}

.hero-actions .elementor-button {
  min-width: 165px;
  height: 58px;
  padding: 0 34px !important;
  border-radius: 14px !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 58px !important;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease !important;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.22);
}

/* Ø§Ù„Ø²Ø± Ø§Ù„Ø£Ø³Ø§Ø³ÙŠ */
.hero-actions .elementor-widget-button:nth-child(2) .elementor-button {
  color: #ffffff !important;
  border: 1px solid rgba(39, 93, 77, 0.9) !important;
  background: linear-gradient(135deg, #275D4D 0%, #275D4D 100%) !important;
}

/* Ø§Ù„Ø²Ø± Ø§Ù„Ø«Ø§Ù†ÙˆÙŠ */
.hero-actions .elementor-widget-button:nth-child(1) .elementor-button {
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  backdrop-filter: blur(10px);
}

/* Ù„Ù…Ø¹Ø© */
.hero-actions .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  right: -90%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, 0.38),
      transparent);
  transform: skewX(-22deg);
  transition: right 0.65s ease;
}

.hero-actions .elementor-button:hover::before {
  right: 130%;
}

.hero-actions .elementor-button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.34);
}

/* Hover Ø§Ù„Ø£Ø³Ø§Ø³ÙŠ */
.hero-actions .elementor-widget-button:nth-child(2) .elementor-button:hover {
  background: linear-gradient(135deg, #275D4D 0%, #275D4D 100%) !important;
  border-color: #275D4D !important;
}

/* Hover Ø§Ù„Ø«Ø§Ù†ÙˆÙŠ */
.hero-actions .elementor-widget-button:nth-child(1) .elementor-button:hover {
  background: rgba(255, 255, 255, 0.14) !important;
  border-color: rgba(255, 255, 255, 0.9) !important;
}

/* Ù…ÙˆØ¨Ø§ÙŠÙ„ */
@media (max-width: 767px) {
  .hero-actions {
    gap: 12px;
    flex-wrap: wrap;
  }

  .hero-actions .elementor-button {
    min-width: 142px;
    height: 50px;
    padding: 0 22px !important;
    font-size: 14px !important;
    line-height: 50px !important;
    border-radius: 12px !important;
  }
}

/* Ù…ÙˆØ¨Ø§ÙŠÙ„ ØµØºÙŠØ± */
@media (max-width: 420px) {
  .hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .hero-actions .elementor-widget-button,
  .hero-actions .elementor-button-wrapper,
  .hero-actions .elementor-button {
    width: 100%;
  }

  .hero-actions .elementor-button {
    max-width: 260px;
    margin: 0 auto;
  }
}

/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b13be78 */
.qunnabah-hero .elementor-button {
  min-width: 150px;
  padding: 15px 34px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease;
}

.qunnabah-hero .elementor-widget-button:first-of-type .elementor-button {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.85);
}

.qunnabah-hero .elementor-widget-button:first-of-type .elementor-button:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
  transform: translateY(-2px);
}

.qunnabah-hero .elementor-widget-button:last-of-type .elementor-button {
  background: #2F8F7B;
  color: #ffffff;
  border: 1px solid #2F8F7B;
}

.qunnabah-hero .elementor-widget-button:last-of-type .elementor-button:hover {
  background: #1f6f60;
  border-color: #1f6f60;
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .qunnabah-hero .elementor-button {
    min-width: 135px;
    padding: 13px 22px;
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .qunnabah-hero .elementor-button {
    min-width: 120px;
    padding: 12px 18px;
    font-size: 13px;
  }
}

/* End custom CSS */

/* Source: media/elementor/css/post-30.css */
.elementor-30 .elementor-element.elementor-element-6185da5 {
  --display: flex;
  --min-height: 400px;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --overlay-opacity: 0.98;
  --margin-top: -126px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 87px;
  --padding-bottom: 0px;
  --padding-left: 24px;
  --padding-right: 24px;
}

.elementor-30 .elementor-element.elementor-element-6185da5:not(.elementor-motion-effects-element-type-background),
.elementor-30 .elementor-element.elementor-element-6185da5>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-image: url("media/IMG_4012-Large-copy.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.elementor-30 .elementor-element.elementor-element-6185da5::before,
.elementor-30 .elementor-element.elementor-element-6185da5>.elementor-background-video-container::before,
.elementor-30 .elementor-element.elementor-element-6185da5>.e-con-inner>.elementor-background-video-container::before,
.elementor-30 .elementor-element.elementor-element-6185da5>.elementor-background-slideshow::before,
.elementor-30 .elementor-element.elementor-element-6185da5>.e-con-inner>.elementor-background-slideshow::before,
.elementor-30 .elementor-element.elementor-element-6185da5>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: transparent;
  --background-overlay: '';
  background-image: linear-gradient(180deg, #0000004A 0%, #275D4D 100%);
}

.elementor-30 .elementor-element.elementor-element-acd8a42 {
  --display: flex;
  --justify-content: center;
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-widget-heading .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-primary);
}

.elementor-30 .elementor-element.elementor-element-0e68898 {
  text-align: center;
}

.elementor-30 .elementor-element.elementor-element-0e68898 .elementor-heading-title {
  font-family: "Tajawal", Sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
  color: var(--e-global-color-background);
}

.elementor-30 .elementor-element.elementor-element-8fd0565 {
  --display: flex;
  --justify-content: center;
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-widget-text-editor {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
  background-color: var(--e-global-color-primary);
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap,
.elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.elementor-30 .elementor-element.elementor-element-fb70a6f {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  padding: 0px 200px 0px 200px;
  text-align: center;
  font-family: "Tajawal", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--e-global-color-background);
}

.elementor-30 .elementor-element.elementor-element-b519047 {
  --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;
}

.elementor-30 .elementor-element.elementor-element-1a8c6f5 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --align-items: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 24px;
  --padding-right: 24px;
}

.elementor-30 .elementor-element.elementor-element-6a5113f {
  --display: flex;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 020px;
  --padding-bottom: 33px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-30 .elementor-element.elementor-element-61e3bfe .elementor-heading-title {
  font-family: var(--e-global-typography-heading_l-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_l-font-size);
  font-weight: var(--e-global-typography-heading_l-font-weight);
  line-height: var(--e-global-typography-heading_l-line-height);
  color: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-b25a321 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  padding: 0px 0px 0px 0px;
  font-family: var(--e-global-typography-heading_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_s-font-size);
  font-weight: var(--e-global-typography-heading_s-font-weight);
  color: var(--e-global-color-text);
}

.elementor-30 .elementor-element.elementor-element-422a9de {
  --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: 80px 80px;
  --row-gap: 80px;
  --column-gap: 80px;
  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: var(--e-global-color-primary);
  --border-color: var(--e-global-color-primary);
  --border-radius: 0px 0px 0px 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 48px;
  --padding-bottom: 48px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-30 .elementor-element.elementor-element-27140dd {
  --display: flex;
  --justify-content: center;
  --align-items: flex-start;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 16px 16px;
  --row-gap: 16px;
  --column-gap: 16px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 56px;
}

.elementor-widget-image .widget-image-caption {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
}

.elementor-30 .elementor-element.elementor-element-9528b7d img {
  height: 29px;
}

.elementor-30 .elementor-element.elementor-element-96a3a09 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-30 .elementor-element.elementor-element-96a3a09 .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-43cf52d {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  padding: 0px 0px 0px 0px;
  text-align: justify;
  font-family: "Tajawal", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--e-global-color-text);
}

.elementor-widget-button .elementor-button {
  background-color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
  line-height: var(--e-global-typography-accent-line-height);
}

.elementor-30 .elementor-element.elementor-element-46b6b83 .elementor-button {
  background-color: var(--e-global-color-transparent);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  fill: #275D4D;
  color: #275D4D;
  padding: 0px 0px 0px 0px;
}

.elementor-30 .elementor-element.elementor-element-46b6b83 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
}

.elementor-30 .elementor-element.elementor-element-46b6b83 .elementor-button-content-wrapper {
  flex-direction: row;
}

.elementor-30 .elementor-element.elementor-element-46b6b83 .elementor-button .elementor-button-content-wrapper {
  gap: 16px;
}

.elementor-30 .elementor-element.elementor-element-2047bd4 {
  --display: flex;
  --min-height: 194px;
  --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-widget-media-carousel .elementor-carousel-image-overlay {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
  line-height: var(--e-global-typography-accent-line-height);
}

.elementor-30 .elementor-element.elementor-element-16fb5e8.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
  margin-bottom: 10px;
}

.elementor-30 .elementor-element.elementor-element-16fb5e8 .swiper-pagination-bullet-active,
.elementor-30 .elementor-element.elementor-element-16fb5e8 .swiper-pagination-progressbar-fill {
  background-color: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-16fb5e8 .swiper-pagination-fraction {
  color: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-16fb5e8 .elementor-main-swiper {
  height: 486px;
}

.elementor-30 .elementor-element.elementor-element-16fb5e8 .elementor-swiper-button {
  font-size: 20px;
  color: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-16fb5e8 .elementor-swiper-button svg {
  fill: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-16fb5e8 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: #275D4D69;
  opacity: 1;
}

.elementor-30 .elementor-element.elementor-element-d1b08c3 {
  --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: 80px 80px;
  --row-gap: 80px;
  --column-gap: 80px;
  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: var(--e-global-color-primary);
  --border-color: var(--e-global-color-primary);
  --border-radius: 0px 0px 0px 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 48px;
  --padding-bottom: 48px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-30 .elementor-element.elementor-element-8c44119 {
  --display: flex;
  --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-30 .elementor-element.elementor-element-d69b2db.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
  margin-bottom: 10px;
}

.elementor-30 .elementor-element.elementor-element-d69b2db .elementor-main-swiper {
  height: 486px;
}

.elementor-30 .elementor-element.elementor-element-d69b2db .elementor-swiper-button {
  font-size: 20px;
}

.elementor-30 .elementor-element.elementor-element-9e77105 {
  --display: flex;
  --min-height: 0px;
  --justify-content: center;
  --align-items: flex-start;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 16px 16px;
  --row-gap: 16px;
  --column-gap: 16px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 036px;
  --padding-right: 0px;
}

.elementor-30 .elementor-element.elementor-element-95164e6 {
  margin: 0px -24px calc(var(--kit-widget-spacing, 0px) + -26px) 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

.elementor-30 .elementor-element.elementor-element-95164e6 img {
  width: 96%;
  max-width: 100%;
  height: 102px;
}

.elementor-30 .elementor-element.elementor-element-cace064 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-30 .elementor-element.elementor-element-cace064 .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-8749e49 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  padding: 0px 0px 0px 0px;
  text-align: justify;
  font-family: "Tajawal", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--e-global-color-text);
}

.elementor-30 .elementor-element.elementor-element-43ca8f1 .elementor-button {
  background-color: var(--e-global-color-transparent);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  fill: #275D4D;
  color: #275D4D;
  padding: 0px 0px 0px 0px;
}

.elementor-30 .elementor-element.elementor-element-43ca8f1 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
}

.elementor-30 .elementor-element.elementor-element-43ca8f1 .elementor-button-content-wrapper {
  flex-direction: row;
}

.elementor-30 .elementor-element.elementor-element-43ca8f1 .elementor-button .elementor-button-content-wrapper {
  gap: 16px;
}

.elementor-30 .elementor-element.elementor-element-aec5a56 {
  --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: 80px 80px;
  --row-gap: 80px;
  --column-gap: 80px;
  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: #861833;
  --border-color: #861833;
  --border-radius: 0px 0px 0px 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 48px;
  --padding-bottom: 48px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-30 .elementor-element.elementor-element-a301f39 {
  --display: flex;
  --justify-content: center;
  --align-items: flex-start;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 16px 16px;
  --row-gap: 16px;
  --column-gap: 16px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 56px;
}

.elementor-30 .elementor-element.elementor-element-d2830ec {
  margin: 0px -8px calc(var(--kit-widget-spacing, 0px) + -29px) 0px;
}

.elementor-30 .elementor-element.elementor-element-d2830ec img {
  width: 92%;
  max-width: 83%;
  height: 125px;
}

.elementor-30 .elementor-element.elementor-element-e2df0d6 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-30 .elementor-element.elementor-element-e2df0d6 .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-acf0d15 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  padding: 0px 0px 0px 0px;
  text-align: justify;
  font-family: "Tajawal", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--e-global-color-text);
}

.elementor-30 .elementor-element.elementor-element-9b58f8a .elementor-button {
  background-color: var(--e-global-color-transparent);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  fill: #275D4D;
  color: #275D4D;
  padding: 0px 0px 0px 0px;
}

.elementor-30 .elementor-element.elementor-element-9b58f8a {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
}

.elementor-30 .elementor-element.elementor-element-9b58f8a .elementor-button-content-wrapper {
  flex-direction: row;
}

.elementor-30 .elementor-element.elementor-element-9b58f8a .elementor-button .elementor-button-content-wrapper {
  gap: 16px;
}

.elementor-30 .elementor-element.elementor-element-807a2ed {
  --display: flex;
  --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-30 .elementor-element.elementor-element-9c65d69.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
  margin-bottom: 10px;
}

.elementor-30 .elementor-element.elementor-element-9c65d69 .elementor-main-swiper {
  height: 486px;
}

.elementor-30 .elementor-element.elementor-element-9c65d69 .elementor-swiper-button {
  font-size: 20px;
}

.elementor-30 .elementor-element.elementor-element-4abf8a4 {
  --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;
}

.elementor-30 .elementor-element.elementor-element-e8cce04 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --align-items: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 24px;
  --padding-right: 24px;
}

.elementor-30 .elementor-element.elementor-element-3f6c975 {
  --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: 80px 80px;
  --row-gap: 80px;
  --column-gap: 80px;
  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: var(--e-global-color-primary);
  --border-color: var(--e-global-color-primary);
  --border-radius: 0px 0px 0px 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 48px;
  --padding-bottom: 48px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-30 .elementor-element.elementor-element-9a99f7b {
  --display: flex;
  --min-height: 194px;
  --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-30 .elementor-element.elementor-element-79305f3.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
  margin-bottom: 10px;
}

.elementor-30 .elementor-element.elementor-element-79305f3 .swiper-pagination-bullet-active,
.elementor-30 .elementor-element.elementor-element-79305f3 .swiper-pagination-progressbar-fill {
  background-color: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-79305f3 .swiper-pagination-fraction {
  color: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-79305f3 .elementor-main-swiper {
  height: 486px;
}

.elementor-30 .elementor-element.elementor-element-79305f3 .elementor-swiper-button {
  font-size: 20px;
  color: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-79305f3 .elementor-swiper-button svg {
  fill: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-79305f3 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: #275D4D69;
  opacity: 1;
}

.elementor-30 .elementor-element.elementor-element-d09065f {
  --display: flex;
  --justify-content: center;
  --align-items: flex-start;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 16px 16px;
  --row-gap: 16px;
  --column-gap: 16px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 56px;
}

.elementor-30 .elementor-element.elementor-element-57f3fa3 img {
  height: 29px;
}

.elementor-30 .elementor-element.elementor-element-d1e4358 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-30 .elementor-element.elementor-element-d1e4358 .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-bea379b {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  padding: 0px 0px 0px 0px;
  text-align: justify;
  font-family: "Tajawal", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--e-global-color-text);
}

.elementor-30 .elementor-element.elementor-element-bd3f206 .elementor-button {
  background-color: var(--e-global-color-transparent);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  fill: #275D4D;
  color: #275D4D;
  padding: 0px 0px 0px 0px;
}

.elementor-30 .elementor-element.elementor-element-bd3f206 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
}

.elementor-30 .elementor-element.elementor-element-bd3f206 .elementor-button-content-wrapper {
  flex-direction: row;
}

.elementor-30 .elementor-element.elementor-element-bd3f206 .elementor-button .elementor-button-content-wrapper {
  gap: 16px;
}

.elementor-30 .elementor-element.elementor-element-7753b4d {
  --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: 80px 80px;
  --row-gap: 80px;
  --column-gap: 80px;
  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: var(--e-global-color-primary);
  --border-color: var(--e-global-color-primary);
  --border-radius: 0px 0px 0px 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 48px;
  --padding-bottom: 48px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-30 .elementor-element.elementor-element-68e9b32 {
  --display: flex;
  --min-height: 0px;
  --justify-content: center;
  --align-items: flex-start;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 16px 16px;
  --row-gap: 16px;
  --column-gap: 16px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 036px;
  --padding-right: 0px;
}

.elementor-30 .elementor-element.elementor-element-bd05d86 {
  margin: 0px -24px calc(var(--kit-widget-spacing, 0px) + -26px) 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

.elementor-30 .elementor-element.elementor-element-bd05d86 img {
  width: 96%;
  max-width: 100%;
  height: 102px;
}

.elementor-30 .elementor-element.elementor-element-a3cf769 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-30 .elementor-element.elementor-element-a3cf769 .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-53eedcb {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  padding: 0px 0px 0px 0px;
  text-align: justify;
  font-family: "Tajawal", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--e-global-color-text);
}

.elementor-30 .elementor-element.elementor-element-926fa23 .elementor-button {
  background-color: var(--e-global-color-transparent);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  fill: #275D4D;
  color: #275D4D;
  padding: 0px 0px 0px 0px;
}

.elementor-30 .elementor-element.elementor-element-926fa23 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
}

.elementor-30 .elementor-element.elementor-element-926fa23 .elementor-button-content-wrapper {
  flex-direction: row;
}

.elementor-30 .elementor-element.elementor-element-926fa23 .elementor-button .elementor-button-content-wrapper {
  gap: 16px;
}

.elementor-30 .elementor-element.elementor-element-de23fe3 {
  --display: flex;
  --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-30 .elementor-element.elementor-element-cae1e7c.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
  margin-bottom: 10px;
}

.elementor-30 .elementor-element.elementor-element-cae1e7c .elementor-main-swiper {
  height: 486px;
}

.elementor-30 .elementor-element.elementor-element-cae1e7c .elementor-swiper-button {
  font-size: 20px;
}

.elementor-30 .elementor-element.elementor-element-46cdae3 {
  --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: 80px 80px;
  --row-gap: 80px;
  --column-gap: 80px;
  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: #861833;
  --border-color: #861833;
  --border-radius: 0px 0px 0px 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 48px;
  --padding-bottom: 48px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-30 .elementor-element.elementor-element-3eff3dd {
  --display: flex;
  --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-30 .elementor-element.elementor-element-109657e.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
  margin-bottom: 10px;
}

.elementor-30 .elementor-element.elementor-element-109657e .elementor-main-swiper {
  height: 486px;
}

.elementor-30 .elementor-element.elementor-element-109657e .elementor-swiper-button {
  font-size: 20px;
}

.elementor-30 .elementor-element.elementor-element-61be30d {
  --display: flex;
  --justify-content: center;
  --align-items: flex-start;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 16px 16px;
  --row-gap: 16px;
  --column-gap: 16px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 56px;
}

.elementor-30 .elementor-element.elementor-element-9c2ef6f {
  margin: 0px -8px calc(var(--kit-widget-spacing, 0px) + -29px) 0px;
}

.elementor-30 .elementor-element.elementor-element-9c2ef6f img {
  width: 92%;
  max-width: 83%;
  height: 125px;
}

.elementor-30 .elementor-element.elementor-element-382683f {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-30 .elementor-element.elementor-element-382683f .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-9b6e680 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  padding: 0px 0px 0px 0px;
  text-align: justify;
  font-family: "Tajawal", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--e-global-color-text);
}

.elementor-30 .elementor-element.elementor-element-3879f7e .elementor-button {
  background-color: var(--e-global-color-transparent);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  fill: #275D4D;
  color: #275D4D;
  padding: 0px 0px 0px 0px;
}

.elementor-30 .elementor-element.elementor-element-3879f7e {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
}

.elementor-30 .elementor-element.elementor-element-3879f7e .elementor-button-content-wrapper {
  flex-direction: row;
}

.elementor-30 .elementor-element.elementor-element-3879f7e .elementor-button .elementor-button-content-wrapper {
  gap: 16px;
}

.elementor-30 .elementor-element.elementor-element-099ebf1 {
  --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;
}

.elementor-30 .elementor-element.elementor-element-6d4c321 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --align-items: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 24px;
  --padding-right: 24px;
}

.elementor-30 .elementor-element.elementor-element-ff58ab3 {
  --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: 80px 80px;
  --row-gap: 80px;
  --column-gap: 80px;
  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: var(--e-global-color-primary);
  --border-color: var(--e-global-color-primary);
  --border-radius: 0px 0px 0px 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 48px;
  --padding-bottom: 48px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-30 .elementor-element.elementor-element-c1a8a5a {
  --display: flex;
  --justify-content: center;
  --align-items: flex-start;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 16px 16px;
  --row-gap: 16px;
  --column-gap: 16px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 56px;
}

.elementor-30 .elementor-element.elementor-element-633bcfc img {
  height: 29px;
}

.elementor-30 .elementor-element.elementor-element-42ff434 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-30 .elementor-element.elementor-element-42ff434 .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-9e615b7 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  padding: 0px 0px 0px 0px;
  text-align: justify;
  font-family: "Tajawal", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--e-global-color-text);
}

.elementor-30 .elementor-element.elementor-element-190d1c8 .elementor-button {
  background-color: var(--e-global-color-transparent);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  fill: #275D4D;
  color: #275D4D;
  padding: 0px 0px 0px 0px;
}

.elementor-30 .elementor-element.elementor-element-190d1c8 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
}

.elementor-30 .elementor-element.elementor-element-190d1c8 .elementor-button-content-wrapper {
  flex-direction: row;
}

.elementor-30 .elementor-element.elementor-element-190d1c8 .elementor-button .elementor-button-content-wrapper {
  gap: 16px;
}

.elementor-30 .elementor-element.elementor-element-a0e8185 {
  --display: flex;
  --min-height: 194px;
  --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-30 .elementor-element.elementor-element-bc16d59.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
  margin-bottom: 10px;
}

.elementor-30 .elementor-element.elementor-element-bc16d59 .swiper-pagination-bullet-active,
.elementor-30 .elementor-element.elementor-element-bc16d59 .swiper-pagination-progressbar-fill {
  background-color: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-bc16d59 .swiper-pagination-fraction {
  color: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-bc16d59 .elementor-main-swiper {
  height: 486px;
}

.elementor-30 .elementor-element.elementor-element-bc16d59 .elementor-swiper-button {
  font-size: 20px;
  color: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-bc16d59 .elementor-swiper-button svg {
  fill: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-bc16d59 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: #275D4D69;
  opacity: 1;
}

.elementor-30 .elementor-element.elementor-element-4be2d5d {
  --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: 80px 80px;
  --row-gap: 80px;
  --column-gap: 80px;
  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: var(--e-global-color-primary);
  --border-color: var(--e-global-color-primary);
  --border-radius: 0px 0px 0px 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 48px;
  --padding-bottom: 48px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-30 .elementor-element.elementor-element-247dbae {
  --display: flex;
  --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-30 .elementor-element.elementor-element-38c726b.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
  margin-bottom: 10px;
}

.elementor-30 .elementor-element.elementor-element-38c726b .elementor-main-swiper {
  height: 486px;
}

.elementor-30 .elementor-element.elementor-element-38c726b .elementor-swiper-button {
  font-size: 20px;
}

.elementor-30 .elementor-element.elementor-element-68aace5 {
  --display: flex;
  --min-height: 0px;
  --justify-content: center;
  --align-items: flex-start;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 16px 16px;
  --row-gap: 16px;
  --column-gap: 16px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 036px;
  --padding-right: 0px;
}

.elementor-30 .elementor-element.elementor-element-133a6eb {
  margin: 0px -24px calc(var(--kit-widget-spacing, 0px) + -26px) 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

.elementor-30 .elementor-element.elementor-element-133a6eb img {
  width: 96%;
  max-width: 100%;
  height: 102px;
}

.elementor-30 .elementor-element.elementor-element-b211123 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-30 .elementor-element.elementor-element-b211123 .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-fe3a3ec {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  padding: 0px 0px 0px 0px;
  text-align: justify;
  font-family: "Tajawal", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--e-global-color-text);
}

.elementor-30 .elementor-element.elementor-element-7830eba .elementor-button {
  background-color: var(--e-global-color-transparent);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  fill: #275D4D;
  color: #275D4D;
  padding: 0px 0px 0px 0px;
}

.elementor-30 .elementor-element.elementor-element-7830eba {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
}

.elementor-30 .elementor-element.elementor-element-7830eba .elementor-button-content-wrapper {
  flex-direction: row;
}

.elementor-30 .elementor-element.elementor-element-7830eba .elementor-button .elementor-button-content-wrapper {
  gap: 16px;
}

.elementor-30 .elementor-element.elementor-element-bbc4e18 {
  --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: 80px 80px;
  --row-gap: 80px;
  --column-gap: 80px;
  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: #861833;
  --border-color: #861833;
  --border-radius: 0px 0px 0px 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 48px;
  --padding-bottom: 48px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-30 .elementor-element.elementor-element-8b29f66 {
  --display: flex;
  --justify-content: center;
  --align-items: flex-start;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 16px 16px;
  --row-gap: 16px;
  --column-gap: 16px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 56px;
}

.elementor-30 .elementor-element.elementor-element-61b178b {
  margin: 0px -8px calc(var(--kit-widget-spacing, 0px) + -29px) 0px;
}

.elementor-30 .elementor-element.elementor-element-61b178b img {
  width: 92%;
  max-width: 83%;
  height: 125px;
}

.elementor-30 .elementor-element.elementor-element-573f38f {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-30 .elementor-element.elementor-element-573f38f .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-a2ba134 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  padding: 0px 0px 0px 0px;
  text-align: justify;
  font-family: "Tajawal", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--e-global-color-text);
}

.elementor-30 .elementor-element.elementor-element-88ad737 .elementor-button {
  background-color: var(--e-global-color-transparent);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  fill: #275D4D;
  color: #275D4D;
  padding: 0px 0px 0px 0px;
}

.elementor-30 .elementor-element.elementor-element-88ad737 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
}

.elementor-30 .elementor-element.elementor-element-88ad737 .elementor-button-content-wrapper {
  flex-direction: row;
}

.elementor-30 .elementor-element.elementor-element-88ad737 .elementor-button .elementor-button-content-wrapper {
  gap: 16px;
}

.elementor-30 .elementor-element.elementor-element-912e2e8 {
  --display: flex;
  --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-30 .elementor-element.elementor-element-9f7cf28.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
  margin-bottom: 10px;
}

.elementor-30 .elementor-element.elementor-element-9f7cf28 .elementor-main-swiper {
  height: 486px;
}

.elementor-30 .elementor-element.elementor-element-9f7cf28 .elementor-swiper-button {
  font-size: 20px;
}

.elementor-30 .elementor-element.elementor-element-92488ea {
  --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;
}

.elementor-30 .elementor-element.elementor-element-3cc16c0 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --align-items: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 24px;
  --padding-right: 24px;
}

.elementor-30 .elementor-element.elementor-element-1ebd010 {
  --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: 80px 80px;
  --row-gap: 80px;
  --column-gap: 80px;
  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: var(--e-global-color-primary);
  --border-color: var(--e-global-color-primary);
  --border-radius: 0px 0px 0px 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 48px;
  --padding-bottom: 48px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-30 .elementor-element.elementor-element-ff2dbf1 {
  --display: flex;
  --min-height: 194px;
  --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-30 .elementor-element.elementor-element-4f318ba.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
  margin-bottom: 10px;
}

.elementor-30 .elementor-element.elementor-element-4f318ba .swiper-pagination-bullet-active,
.elementor-30 .elementor-element.elementor-element-4f318ba .swiper-pagination-progressbar-fill {
  background-color: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-4f318ba .swiper-pagination-fraction {
  color: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-4f318ba .elementor-main-swiper {
  height: 486px;
}

.elementor-30 .elementor-element.elementor-element-4f318ba .elementor-swiper-button {
  font-size: 20px;
  color: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-4f318ba .elementor-swiper-button svg {
  fill: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-4f318ba .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: #275D4D69;
  opacity: 1;
}

.elementor-30 .elementor-element.elementor-element-c86f79a {
  --display: flex;
  --justify-content: center;
  --align-items: flex-start;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 16px 16px;
  --row-gap: 16px;
  --column-gap: 16px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 56px;
}

.elementor-30 .elementor-element.elementor-element-e1773c7 img {
  height: 29px;
}

.elementor-30 .elementor-element.elementor-element-272897e {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-30 .elementor-element.elementor-element-272897e .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-6a06644 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  padding: 0px 0px 0px 0px;
  text-align: justify;
  font-family: "Tajawal", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--e-global-color-text);
}

.elementor-30 .elementor-element.elementor-element-d999427 .elementor-button {
  background-color: var(--e-global-color-transparent);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  fill: #275D4D;
  color: #275D4D;
  padding: 0px 0px 0px 0px;
}

.elementor-30 .elementor-element.elementor-element-d999427 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
}

.elementor-30 .elementor-element.elementor-element-d999427 .elementor-button-content-wrapper {
  flex-direction: row;
}

.elementor-30 .elementor-element.elementor-element-d999427 .elementor-button .elementor-button-content-wrapper {
  gap: 16px;
}

.elementor-30 .elementor-element.elementor-element-eaf9ca1 {
  --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: 80px 80px;
  --row-gap: 80px;
  --column-gap: 80px;
  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: #861833;
  --border-color: #861833;
  --border-radius: 0px 0px 0px 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 48px;
  --padding-bottom: 48px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-30 .elementor-element.elementor-element-a6b7457 {
  --display: flex;
  --justify-content: center;
  --align-items: flex-start;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 16px 16px;
  --row-gap: 16px;
  --column-gap: 16px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 56px;
}

.elementor-30 .elementor-element.elementor-element-0d93535 {
  margin: 0px -8px calc(var(--kit-widget-spacing, 0px) + -29px) 0px;
}

.elementor-30 .elementor-element.elementor-element-0d93535 img {
  width: 92%;
  max-width: 83%;
  height: 125px;
}

.elementor-30 .elementor-element.elementor-element-d09da53 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-30 .elementor-element.elementor-element-d09da53 .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-b7142d5 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  padding: 0px 0px 0px 0px;
  text-align: justify;
  font-family: "Tajawal", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--e-global-color-text);
}

.elementor-30 .elementor-element.elementor-element-15da775 .elementor-button {
  background-color: var(--e-global-color-transparent);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  fill: #275D4D;
  color: #275D4D;
  padding: 0px 0px 0px 0px;
}

.elementor-30 .elementor-element.elementor-element-15da775 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
}

.elementor-30 .elementor-element.elementor-element-15da775 .elementor-button-content-wrapper {
  flex-direction: row;
}

.elementor-30 .elementor-element.elementor-element-15da775 .elementor-button .elementor-button-content-wrapper {
  gap: 16px;
}

.elementor-30 .elementor-element.elementor-element-b212ffa {
  --display: flex;
  --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-30 .elementor-element.elementor-element-18fbe6f.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
  margin-bottom: 10px;
}

.elementor-30 .elementor-element.elementor-element-18fbe6f .elementor-main-swiper {
  height: 486px;
}

.elementor-30 .elementor-element.elementor-element-18fbe6f .elementor-swiper-button {
  font-size: 20px;
}

.elementor-30 .elementor-element.elementor-element-ad256f4 {
  --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: 80px 80px;
  --row-gap: 80px;
  --column-gap: 80px;
  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: var(--e-global-color-primary);
  --border-color: var(--e-global-color-primary);
  --border-radius: 0px 0px 0px 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 48px;
  --padding-bottom: 48px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-30 .elementor-element.elementor-element-7325444 {
  --display: flex;
  --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-30 .elementor-element.elementor-element-fa1e1da.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
  margin-bottom: 10px;
}

.elementor-30 .elementor-element.elementor-element-fa1e1da .elementor-main-swiper {
  height: 486px;
}

.elementor-30 .elementor-element.elementor-element-fa1e1da .elementor-swiper-button {
  font-size: 20px;
}

.elementor-30 .elementor-element.elementor-element-201428d {
  --display: flex;
  --min-height: 0px;
  --justify-content: center;
  --align-items: flex-start;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 16px 16px;
  --row-gap: 16px;
  --column-gap: 16px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 036px;
  --padding-right: 0px;
}

.elementor-30 .elementor-element.elementor-element-4bccd0b {
  margin: 0px -24px calc(var(--kit-widget-spacing, 0px) + -26px) 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

.elementor-30 .elementor-element.elementor-element-4bccd0b img {
  width: 96%;
  max-width: 100%;
  height: 102px;
}

.elementor-30 .elementor-element.elementor-element-6181437 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-30 .elementor-element.elementor-element-6181437 .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-39fb754 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  padding: 0px 0px 0px 0px;
  text-align: justify;
  font-family: "Tajawal", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--e-global-color-text);
}

.elementor-30 .elementor-element.elementor-element-19bd448 .elementor-button {
  background-color: var(--e-global-color-transparent);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  fill: #275D4D;
  color: #275D4D;
  padding: 0px 0px 0px 0px;
}

.elementor-30 .elementor-element.elementor-element-19bd448 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
}

.elementor-30 .elementor-element.elementor-element-19bd448 .elementor-button-content-wrapper {
  flex-direction: row;
}

.elementor-30 .elementor-element.elementor-element-19bd448 .elementor-button .elementor-button-content-wrapper {
  gap: 16px;
}

.elementor-30 .elementor-element.elementor-element-f9a992a {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --align-items: flex-start;
  --gap: 80px 80px;
  --row-gap: 80px;
  --column-gap: 80px;
  --padding-top: 100px;
  --padding-bottom: 100px;
  --padding-left: 24px;
  --padding-right: 24px;
}

.elementor-30 .elementor-element.elementor-element-42a5df8 {
  --display: flex;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 64px;
}

.elementor-30 .elementor-element.elementor-element-e70670b .elementor-heading-title {
  font-family: var(--e-global-typography-heading_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_s-font-size);
  font-weight: var(--e-global-typography-heading_s-font-weight);
  color: var(--e-global-color-text);
}

.elementor-30 .elementor-element.elementor-element-a8593c1 .elementor-heading-title {
  font-family: var(--e-global-typography-heading_l-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_l-font-size);
  font-weight: var(--e-global-typography-heading_l-font-weight);
  line-height: var(--e-global-typography-heading_l-line-height);
  color: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-37df64f {
  --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: flex-start;
  --gap: 49px 49px;
  --row-gap: 49px;
  --column-gap: 49px;
  --overlay-opacity: 0.5;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  --padding-top: 49px;
  --padding-bottom: 33px;
  --padding-left: 33px;
  --padding-right: 33px;
}

.elementor-30 .elementor-element.elementor-element-37df64f::before,
.elementor-30 .elementor-element.elementor-element-37df64f>.elementor-background-video-container::before,
.elementor-30 .elementor-element.elementor-element-37df64f>.e-con-inner>.elementor-background-video-container::before,
.elementor-30 .elementor-element.elementor-element-37df64f>.elementor-background-slideshow::before,
.elementor-30 .elementor-element.elementor-element-37df64f>.e-con-inner>.elementor-background-slideshow::before,
.elementor-30 .elementor-element.elementor-element-37df64f>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #E6E6E600;
  --background-overlay: '';
}

.elementor-30 .elementor-element.elementor-element-c8853ca {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: space-evenly;
  --align-items: center;
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --padding-top: 0%;
  --padding-bottom: 0%;
  --padding-left: 0%;
  --padding-right: 0%;
}

.elementor-widget-counter .elementor-counter-number-wrapper {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-counter .elementor-counter-title {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-30 .elementor-element.elementor-element-fd9a540 .elementor-counter-number-wrapper {
  color: #275D4D;
  font-family: var(--e-global-typography-heading_xl-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_xl-font-size);
  font-weight: var(--e-global-typography-heading_xl-font-weight);
  line-height: var(--e-global-typography-heading_xl-line-height);
}

.elementor-30 .elementor-element.elementor-element-3413260 .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-e225a65 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-30 .elementor-element.elementor-element-9fb9269 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: space-evenly;
  --align-items: center;
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --padding-top: 0%;
  --padding-bottom: 0%;
  --padding-left: 0%;
  --padding-right: 0%;
}

.elementor-30 .elementor-element.elementor-element-02d42cf .elementor-counter-number-wrapper {
  color: #275D4D;
  font-family: var(--e-global-typography-heading_xl-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_xl-font-size);
  font-weight: var(--e-global-typography-heading_xl-font-weight);
  line-height: var(--e-global-typography-heading_xl-line-height);
}

.elementor-30 .elementor-element.elementor-element-d711a89 .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-e75dca6 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-30 .elementor-element.elementor-element-6ef9f0b {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: space-evenly;
  --align-items: center;
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --padding-top: 0%;
  --padding-bottom: 0%;
  --padding-left: 0%;
  --padding-right: 0%;
}

.elementor-30 .elementor-element.elementor-element-f44b6af .elementor-counter-number-wrapper {
  color: #275D4D;
  font-family: var(--e-global-typography-heading_xl-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_xl-font-size);
  font-weight: var(--e-global-typography-heading_xl-font-weight);
  line-height: var(--e-global-typography-heading_xl-line-height);
}

.elementor-30 .elementor-element.elementor-element-a141ac7 .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-7eb83e5 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-30 .elementor-element.elementor-element-fb582d3 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: space-evenly;
  --align-items: center;
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --padding-top: 0%;
  --padding-bottom: 0%;
  --padding-left: 0%;
  --padding-right: 0%;
}

.elementor-30 .elementor-element.elementor-element-81fc675 .elementor-counter-number-wrapper {
  color: #275D4D;
  font-family: var(--e-global-typography-heading_xl-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_xl-font-size);
  font-weight: var(--e-global-typography-heading_xl-font-weight);
  line-height: var(--e-global-typography-heading_xl-line-height);
}

.elementor-30 .elementor-element.elementor-element-7deb880 .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: #275D4D;
}

.elementor-30 .elementor-element.elementor-element-50c0695 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

:root {
  --page-title-display: none;
}

@media(max-width:1024px) {
  .elementor-30 .elementor-element.elementor-element-6185da5 {
    --min-height: 586px;
    --gap: 24px 24px;
    --row-gap: 24px;
    --column-gap: 24px;
    --padding-top: 100px;
    --padding-bottom: 0px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-30 .elementor-element.elementor-element-acd8a42 {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-widget-heading .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-0e68898 .elementor-heading-title {
    font-size: 40px;
  }

  .elementor-30 .elementor-element.elementor-element-8fd0565 {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-widget-text-editor {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-fb70a6f {
    padding: 0px 100px 0px 100px;
    line-height: 1.5;
  }

  .elementor-30 .elementor-element.elementor-element-1a8c6f5 {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
    --padding-top: 80px;
    --padding-bottom: 80px;
    --padding-left: 24px;
    --padding-right: 24px;
  }

  .elementor-30 .elementor-element.elementor-element-6a5113f {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
    --padding-top: 0px;
    --padding-bottom: 64px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-30 .elementor-element.elementor-element-61e3bfe .elementor-heading-title {
    font-size: var(--e-global-typography-heading_l-font-size);
    line-height: var(--e-global-typography-heading_l-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-b25a321 {
    font-size: var(--e-global-typography-heading_s-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-422a9de {
    --gap: 32px 32px;
    --row-gap: 32px;
    --column-gap: 32px;
  }

  .elementor-30 .elementor-element.elementor-element-27140dd {
    --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-widget-image .widget-image-caption {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-96a3a09 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-96a3a09 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-43cf52d {
    font-size: 16px;
  }

  .elementor-widget-button .elementor-button {
    font-size: var(--e-global-typography-accent-font-size);
    line-height: var(--e-global-typography-accent-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-46b6b83 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-30 .elementor-element.elementor-element-46b6b83 .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-widget-media-carousel .elementor-carousel-image-overlay {
    font-size: var(--e-global-typography-accent-font-size);
    line-height: var(--e-global-typography-accent-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-16fb5e8.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
    margin-bottom: 10px;
  }

  .elementor-30 .elementor-element.elementor-element-d1b08c3 {
    --gap: 32px 32px;
    --row-gap: 32px;
    --column-gap: 32px;
  }

  .elementor-30 .elementor-element.elementor-element-d69b2db.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
    margin-bottom: 10px;
  }

  .elementor-30 .elementor-element.elementor-element-9e77105 {
    --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-30 .elementor-element.elementor-element-cace064 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-cace064 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-8749e49 {
    font-size: 16px;
  }

  .elementor-30 .elementor-element.elementor-element-43ca8f1 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-30 .elementor-element.elementor-element-43ca8f1 .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-aec5a56 {
    --gap: 32px 32px;
    --row-gap: 32px;
    --column-gap: 32px;
  }

  .elementor-30 .elementor-element.elementor-element-a301f39 {
    --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-30 .elementor-element.elementor-element-e2df0d6 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-e2df0d6 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-acf0d15 {
    font-size: 16px;
  }

  .elementor-30 .elementor-element.elementor-element-9b58f8a {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-30 .elementor-element.elementor-element-9b58f8a .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-9c65d69.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
    margin-bottom: 10px;
  }

  .elementor-30 .elementor-element.elementor-element-e8cce04 {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
    --padding-top: 80px;
    --padding-bottom: 80px;
    --padding-left: 24px;
    --padding-right: 24px;
  }

  .elementor-30 .elementor-element.elementor-element-3f6c975 {
    --gap: 32px 32px;
    --row-gap: 32px;
    --column-gap: 32px;
  }

  .elementor-30 .elementor-element.elementor-element-79305f3.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
    margin-bottom: 10px;
  }

  .elementor-30 .elementor-element.elementor-element-d09065f {
    --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-30 .elementor-element.elementor-element-d1e4358 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-d1e4358 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-bea379b {
    font-size: 16px;
  }

  .elementor-30 .elementor-element.elementor-element-bd3f206 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-30 .elementor-element.elementor-element-bd3f206 .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-7753b4d {
    --gap: 32px 32px;
    --row-gap: 32px;
    --column-gap: 32px;
  }

  .elementor-30 .elementor-element.elementor-element-68e9b32 {
    --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-30 .elementor-element.elementor-element-a3cf769 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-a3cf769 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-53eedcb {
    font-size: 16px;
  }

  .elementor-30 .elementor-element.elementor-element-926fa23 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-30 .elementor-element.elementor-element-926fa23 .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-cae1e7c.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
    margin-bottom: 10px;
  }

  .elementor-30 .elementor-element.elementor-element-46cdae3 {
    --gap: 32px 32px;
    --row-gap: 32px;
    --column-gap: 32px;
  }

  .elementor-30 .elementor-element.elementor-element-109657e.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
    margin-bottom: 10px;
  }

  .elementor-30 .elementor-element.elementor-element-61be30d {
    --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-30 .elementor-element.elementor-element-382683f {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-382683f .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-9b6e680 {
    font-size: 16px;
  }

  .elementor-30 .elementor-element.elementor-element-3879f7e {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-30 .elementor-element.elementor-element-3879f7e .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-6d4c321 {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
    --padding-top: 80px;
    --padding-bottom: 80px;
    --padding-left: 24px;
    --padding-right: 24px;
  }

  .elementor-30 .elementor-element.elementor-element-ff58ab3 {
    --gap: 32px 32px;
    --row-gap: 32px;
    --column-gap: 32px;
  }

  .elementor-30 .elementor-element.elementor-element-c1a8a5a {
    --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-30 .elementor-element.elementor-element-42ff434 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-42ff434 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-9e615b7 {
    font-size: 16px;
  }

  .elementor-30 .elementor-element.elementor-element-190d1c8 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-30 .elementor-element.elementor-element-190d1c8 .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-bc16d59.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
    margin-bottom: 10px;
  }

  .elementor-30 .elementor-element.elementor-element-4be2d5d {
    --gap: 32px 32px;
    --row-gap: 32px;
    --column-gap: 32px;
  }

  .elementor-30 .elementor-element.elementor-element-38c726b.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
    margin-bottom: 10px;
  }

  .elementor-30 .elementor-element.elementor-element-68aace5 {
    --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-30 .elementor-element.elementor-element-b211123 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-b211123 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-fe3a3ec {
    font-size: 16px;
  }

  .elementor-30 .elementor-element.elementor-element-7830eba {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-30 .elementor-element.elementor-element-7830eba .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-bbc4e18 {
    --gap: 32px 32px;
    --row-gap: 32px;
    --column-gap: 32px;
  }

  .elementor-30 .elementor-element.elementor-element-8b29f66 {
    --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-30 .elementor-element.elementor-element-573f38f {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-573f38f .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-a2ba134 {
    font-size: 16px;
  }

  .elementor-30 .elementor-element.elementor-element-88ad737 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-30 .elementor-element.elementor-element-88ad737 .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-9f7cf28.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
    margin-bottom: 10px;
  }

  .elementor-30 .elementor-element.elementor-element-3cc16c0 {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
    --padding-top: 80px;
    --padding-bottom: 80px;
    --padding-left: 24px;
    --padding-right: 24px;
  }

  .elementor-30 .elementor-element.elementor-element-1ebd010 {
    --gap: 32px 32px;
    --row-gap: 32px;
    --column-gap: 32px;
  }

  .elementor-30 .elementor-element.elementor-element-4f318ba.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
    margin-bottom: 10px;
  }

  .elementor-30 .elementor-element.elementor-element-c86f79a {
    --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-30 .elementor-element.elementor-element-272897e {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-272897e .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-6a06644 {
    font-size: 16px;
  }

  .elementor-30 .elementor-element.elementor-element-d999427 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-30 .elementor-element.elementor-element-d999427 .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-eaf9ca1 {
    --gap: 32px 32px;
    --row-gap: 32px;
    --column-gap: 32px;
  }

  .elementor-30 .elementor-element.elementor-element-a6b7457 {
    --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-30 .elementor-element.elementor-element-d09da53 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-d09da53 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-b7142d5 {
    font-size: 16px;
  }

  .elementor-30 .elementor-element.elementor-element-15da775 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-30 .elementor-element.elementor-element-15da775 .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-18fbe6f.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
    margin-bottom: 10px;
  }

  .elementor-30 .elementor-element.elementor-element-ad256f4 {
    --gap: 32px 32px;
    --row-gap: 32px;
    --column-gap: 32px;
  }

  .elementor-30 .elementor-element.elementor-element-fa1e1da.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
    margin-bottom: 10px;
  }

  .elementor-30 .elementor-element.elementor-element-201428d {
    --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-30 .elementor-element.elementor-element-6181437 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-6181437 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-39fb754 {
    font-size: 16px;
  }

  .elementor-30 .elementor-element.elementor-element-19bd448 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-30 .elementor-element.elementor-element-19bd448 .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-f9a992a {
    --min-height: 0px;
    --align-items: flex-start;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
    --padding-top: 80px;
    --padding-bottom: 80px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-30 .elementor-element.elementor-element-42a5df8 {
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-30 .elementor-element.elementor-element-e70670b .elementor-heading-title {
    font-size: var(--e-global-typography-heading_s-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-a8593c1 .elementor-heading-title {
    font-size: var(--e-global-typography-heading_l-font-size);
    line-height: var(--e-global-typography-heading_l-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-c8853ca {
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0%;
    --padding-bottom: 0%;
    --padding-left: 0%;
    --padding-right: 0%;
  }

  .elementor-widget-counter .elementor-counter-number-wrapper {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-widget-counter .elementor-counter-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-fd9a540 .elementor-counter-number-wrapper {
    font-size: var(--e-global-typography-heading_xl-font-size);
    line-height: var(--e-global-typography-heading_xl-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-3413260 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-e225a65 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-9fb9269 {
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0%;
    --padding-bottom: 0%;
    --padding-left: 0%;
    --padding-right: 0%;
  }

  .elementor-30 .elementor-element.elementor-element-02d42cf .elementor-counter-number-wrapper {
    font-size: var(--e-global-typography-heading_xl-font-size);
    line-height: var(--e-global-typography-heading_xl-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-d711a89 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-e75dca6 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-6ef9f0b {
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0%;
    --padding-bottom: 0%;
    --padding-left: 0%;
    --padding-right: 0%;
  }

  .elementor-30 .elementor-element.elementor-element-f44b6af .elementor-counter-number-wrapper {
    font-size: var(--e-global-typography-heading_xl-font-size);
    line-height: var(--e-global-typography-heading_xl-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-a141ac7 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-7eb83e5 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-fb582d3 {
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0%;
    --padding-bottom: 0%;
    --padding-left: 0%;
    --padding-right: 0%;
  }

  .elementor-30 .elementor-element.elementor-element-81fc675 .elementor-counter-number-wrapper {
    font-size: var(--e-global-typography-heading_xl-font-size);
    line-height: var(--e-global-typography-heading_xl-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-7deb880 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-50c0695 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }
}

@media(max-width:767px) {
  .elementor-30 .elementor-element.elementor-element-6185da5 {
    --min-height: 452px;
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
    --margin-top: -82px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 152px;
    --padding-bottom: 48px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-30 .elementor-element.elementor-element-acd8a42 {
    --justify-content: center;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-widget-heading .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-0e68898 {
    text-align: center;
  }

  .elementor-30 .elementor-element.elementor-element-0e68898 .elementor-heading-title {
    font-size: 24px;
  }

  .elementor-30 .elementor-element.elementor-element-8fd0565 {
    --justify-content: center;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-widget-text-editor {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-fb70a6f {
    padding: 0px 15px 0px 15px;
    text-align: center;
    font-size: 14px;
  }

  .elementor-30 .elementor-element.elementor-element-1a8c6f5 {
    --align-items: flex-start;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --gap: 48px 48px;
    --row-gap: 48px;
    --column-gap: 48px;
    --padding-top: 48px;
    --padding-bottom: 48px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-30 .elementor-element.elementor-element-6a5113f {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-30 .elementor-element.elementor-element-61e3bfe {
    text-align: center;
  }

  .elementor-30 .elementor-element.elementor-element-61e3bfe .elementor-heading-title {
    font-size: var(--e-global-typography-heading_l-font-size);
    line-height: var(--e-global-typography-heading_l-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-b25a321 {
    text-align: center;
    font-size: var(--e-global-typography-heading_s-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-422a9de {
    --padding-top: 32px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-30 .elementor-element.elementor-element-27140dd {
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-widget-image .widget-image-caption {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-96a3a09 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-43cf52d {
    width: auto;
    max-width: auto;
    font-size: 14px;
  }

  .elementor-widget-button .elementor-button {
    font-size: var(--e-global-typography-accent-font-size);
    line-height: var(--e-global-typography-accent-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-46b6b83 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-46b6b83 .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-2047bd4 {
    --width: 688px;
    --min-height: 0px;
  }

  .elementor-30 .elementor-element.elementor-element-2047bd4.e-con {
    --order: -99999
      /* order start hack */
    ;
  }

  .elementor-widget-media-carousel .elementor-carousel-image-overlay {
    font-size: var(--e-global-typography-accent-font-size);
    line-height: var(--e-global-typography-accent-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-16fb5e8.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
    margin-bottom: 10px;
  }

  .elementor-30 .elementor-element.elementor-element-16fb5e8 .elementor-main-swiper {
    height: 324px;
  }

  .elementor-30 .elementor-element.elementor-element-d1b08c3 {
    --padding-top: 32px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-30 .elementor-element.elementor-element-8c44119.e-con {
    --order: -99999
      /* order start hack */
    ;
  }

  .elementor-30 .elementor-element.elementor-element-d69b2db.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
    margin-bottom: 10px;
  }

  .elementor-30 .elementor-element.elementor-element-d69b2db .elementor-main-swiper {
    height: 296px;
  }

  .elementor-30 .elementor-element.elementor-element-9e77105 {
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-30 .elementor-element.elementor-element-cace064 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-8749e49 {
    width: auto;
    max-width: auto;
    font-size: 14px;
  }

  .elementor-30 .elementor-element.elementor-element-43ca8f1 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-43ca8f1 .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-aec5a56 {
    --padding-top: 32px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-30 .elementor-element.elementor-element-a301f39 {
    --align-items: flex-start;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-30 .elementor-element.elementor-element-e2df0d6 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-acf0d15 {
    width: auto;
    max-width: auto;
    font-size: 14px;
  }

  .elementor-30 .elementor-element.elementor-element-9b58f8a {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-9b58f8a .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-807a2ed {
    --justify-content: center;
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  }

  .elementor-30 .elementor-element.elementor-element-807a2ed.e-con {
    --order: -99999
      /* order start hack */
    ;
  }

  .elementor-30 .elementor-element.elementor-element-9c65d69.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
    margin-bottom: 10px;
  }

  .elementor-30 .elementor-element.elementor-element-9c65d69 .elementor-main-swiper {
    height: 296px;
  }

  .elementor-30 .elementor-element.elementor-element-e8cce04 {
    --align-items: flex-start;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --gap: 48px 48px;
    --row-gap: 48px;
    --column-gap: 48px;
    --padding-top: 48px;
    --padding-bottom: 48px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-30 .elementor-element.elementor-element-3f6c975 {
    --padding-top: 32px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-30 .elementor-element.elementor-element-9a99f7b {
    --width: 688px;
    --min-height: 0px;
  }

  .elementor-30 .elementor-element.elementor-element-9a99f7b.e-con {
    --order: -99999
      /* order start hack */
    ;
  }

  .elementor-30 .elementor-element.elementor-element-79305f3.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
    margin-bottom: 10px;
  }

  .elementor-30 .elementor-element.elementor-element-79305f3 .elementor-main-swiper {
    height: 324px;
  }

  .elementor-30 .elementor-element.elementor-element-d09065f {
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-30 .elementor-element.elementor-element-d1e4358 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-bea379b {
    width: auto;
    max-width: auto;
    font-size: 14px;
  }

  .elementor-30 .elementor-element.elementor-element-bd3f206 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-bd3f206 .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-7753b4d {
    --padding-top: 32px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-30 .elementor-element.elementor-element-68e9b32 {
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-30 .elementor-element.elementor-element-a3cf769 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-53eedcb {
    width: auto;
    max-width: auto;
    font-size: 14px;
  }

  .elementor-30 .elementor-element.elementor-element-926fa23 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-926fa23 .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-de23fe3.e-con {
    --order: -99999
      /* order start hack */
    ;
  }

  .elementor-30 .elementor-element.elementor-element-cae1e7c.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
    margin-bottom: 10px;
  }

  .elementor-30 .elementor-element.elementor-element-cae1e7c .elementor-main-swiper {
    height: 296px;
  }

  .elementor-30 .elementor-element.elementor-element-46cdae3 {
    --padding-top: 32px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-30 .elementor-element.elementor-element-3eff3dd {
    --justify-content: center;
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  }

  .elementor-30 .elementor-element.elementor-element-3eff3dd.e-con {
    --order: -99999
      /* order start hack */
    ;
  }

  .elementor-30 .elementor-element.elementor-element-109657e.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
    margin-bottom: 10px;
  }

  .elementor-30 .elementor-element.elementor-element-109657e .elementor-main-swiper {
    height: 296px;
  }

  .elementor-30 .elementor-element.elementor-element-61be30d {
    --align-items: flex-start;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-30 .elementor-element.elementor-element-382683f .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-9b6e680 {
    width: auto;
    max-width: auto;
    font-size: 14px;
  }

  .elementor-30 .elementor-element.elementor-element-3879f7e {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-3879f7e .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-6d4c321 {
    --align-items: flex-start;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --gap: 48px 48px;
    --row-gap: 48px;
    --column-gap: 48px;
    --padding-top: 48px;
    --padding-bottom: 48px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-30 .elementor-element.elementor-element-ff58ab3 {
    --padding-top: 32px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-30 .elementor-element.elementor-element-c1a8a5a {
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-30 .elementor-element.elementor-element-42ff434 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-9e615b7 {
    width: auto;
    max-width: auto;
    font-size: 14px;
  }

  .elementor-30 .elementor-element.elementor-element-190d1c8 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-190d1c8 .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-a0e8185 {
    --width: 688px;
    --min-height: 0px;
  }

  .elementor-30 .elementor-element.elementor-element-a0e8185.e-con {
    --order: -99999
      /* order start hack */
    ;
  }

  .elementor-30 .elementor-element.elementor-element-bc16d59.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
    margin-bottom: 10px;
  }

  .elementor-30 .elementor-element.elementor-element-bc16d59 .elementor-main-swiper {
    height: 324px;
  }

  .elementor-30 .elementor-element.elementor-element-4be2d5d {
    --padding-top: 32px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-30 .elementor-element.elementor-element-247dbae.e-con {
    --order: -99999
      /* order start hack */
    ;
  }

  .elementor-30 .elementor-element.elementor-element-38c726b.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
    margin-bottom: 10px;
  }

  .elementor-30 .elementor-element.elementor-element-38c726b .elementor-main-swiper {
    height: 296px;
  }

  .elementor-30 .elementor-element.elementor-element-68aace5 {
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-30 .elementor-element.elementor-element-b211123 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-fe3a3ec {
    width: auto;
    max-width: auto;
    font-size: 14px;
  }

  .elementor-30 .elementor-element.elementor-element-7830eba {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-7830eba .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-bbc4e18 {
    --padding-top: 32px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-30 .elementor-element.elementor-element-8b29f66 {
    --align-items: flex-start;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-30 .elementor-element.elementor-element-573f38f .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-a2ba134 {
    width: auto;
    max-width: auto;
    font-size: 14px;
  }

  .elementor-30 .elementor-element.elementor-element-88ad737 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-88ad737 .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-912e2e8 {
    --justify-content: center;
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  }

  .elementor-30 .elementor-element.elementor-element-912e2e8.e-con {
    --order: -99999
      /* order start hack */
    ;
  }

  .elementor-30 .elementor-element.elementor-element-9f7cf28.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
    margin-bottom: 10px;
  }

  .elementor-30 .elementor-element.elementor-element-9f7cf28 .elementor-main-swiper {
    height: 296px;
  }

  .elementor-30 .elementor-element.elementor-element-3cc16c0 {
    --align-items: flex-start;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --gap: 48px 48px;
    --row-gap: 48px;
    --column-gap: 48px;
    --padding-top: 48px;
    --padding-bottom: 48px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-30 .elementor-element.elementor-element-1ebd010 {
    --padding-top: 32px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-30 .elementor-element.elementor-element-ff2dbf1 {
    --width: 688px;
    --min-height: 0px;
  }

  .elementor-30 .elementor-element.elementor-element-ff2dbf1.e-con {
    --order: -99999
      /* order start hack */
    ;
  }

  .elementor-30 .elementor-element.elementor-element-4f318ba.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
    margin-bottom: 10px;
  }

  .elementor-30 .elementor-element.elementor-element-4f318ba .elementor-main-swiper {
    height: 324px;
  }

  .elementor-30 .elementor-element.elementor-element-c86f79a {
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-30 .elementor-element.elementor-element-272897e .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-6a06644 {
    width: auto;
    max-width: auto;
    font-size: 14px;
  }

  .elementor-30 .elementor-element.elementor-element-d999427 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-d999427 .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-eaf9ca1 {
    --padding-top: 32px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-30 .elementor-element.elementor-element-a6b7457 {
    --align-items: flex-start;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-30 .elementor-element.elementor-element-d09da53 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-b7142d5 {
    width: auto;
    max-width: auto;
    font-size: 14px;
  }

  .elementor-30 .elementor-element.elementor-element-15da775 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-15da775 .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-b212ffa {
    --justify-content: center;
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  }

  .elementor-30 .elementor-element.elementor-element-b212ffa.e-con {
    --order: -99999
      /* order start hack */
    ;
  }

  .elementor-30 .elementor-element.elementor-element-18fbe6f.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
    margin-bottom: 10px;
  }

  .elementor-30 .elementor-element.elementor-element-18fbe6f .elementor-main-swiper {
    height: 296px;
  }

  .elementor-30 .elementor-element.elementor-element-ad256f4 {
    --padding-top: 32px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-30 .elementor-element.elementor-element-7325444.e-con {
    --order: -99999
      /* order start hack */
    ;
  }

  .elementor-30 .elementor-element.elementor-element-fa1e1da.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
    margin-bottom: 10px;
  }

  .elementor-30 .elementor-element.elementor-element-fa1e1da .elementor-main-swiper {
    height: 296px;
  }

  .elementor-30 .elementor-element.elementor-element-201428d {
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-30 .elementor-element.elementor-element-6181437 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-39fb754 {
    width: auto;
    max-width: auto;
    font-size: 14px;
  }

  .elementor-30 .elementor-element.elementor-element-19bd448 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-19bd448 .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    padding: 0px 0px 0px 0px;
  }

  .elementor-30 .elementor-element.elementor-element-f9a992a {
    --gap: 24px 24px;
    --row-gap: 24px;
    --column-gap: 24px;
    --padding-top: 48px;
    --padding-bottom: 48px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-30 .elementor-element.elementor-element-42a5df8 {
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  }

  .elementor-30 .elementor-element.elementor-element-e70670b .elementor-heading-title {
    font-size: var(--e-global-typography-heading_s-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-a8593c1 {
    text-align: center;
  }

  .elementor-30 .elementor-element.elementor-element-a8593c1 .elementor-heading-title {
    font-size: var(--e-global-typography-heading_l-font-size);
    line-height: var(--e-global-typography-heading_l-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-c8853ca {
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0%;
    --padding-bottom: 0%;
    --padding-left: 0%;
    --padding-right: 0%;
  }

  .elementor-widget-counter .elementor-counter-number-wrapper {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-widget-counter .elementor-counter-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-fd9a540 .elementor-counter-number-wrapper {
    font-size: var(--e-global-typography-heading_xl-font-size);
    line-height: var(--e-global-typography-heading_xl-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-3413260 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-e225a65 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-9fb9269 {
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0%;
    --padding-bottom: 0%;
    --padding-left: 0%;
    --padding-right: 0%;
  }

  .elementor-30 .elementor-element.elementor-element-02d42cf .elementor-counter-number-wrapper {
    font-size: var(--e-global-typography-heading_xl-font-size);
    line-height: var(--e-global-typography-heading_xl-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-d711a89 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-e75dca6 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-6ef9f0b {
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0%;
    --padding-bottom: 0%;
    --padding-left: 0%;
    --padding-right: 0%;
  }

  .elementor-30 .elementor-element.elementor-element-f44b6af .elementor-counter-number-wrapper {
    font-size: var(--e-global-typography-heading_xl-font-size);
    line-height: var(--e-global-typography-heading_xl-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-a141ac7 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-7eb83e5 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-fb582d3 {
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0%;
    --padding-bottom: 0%;
    --padding-left: 0%;
    --padding-right: 0%;
  }

  .elementor-30 .elementor-element.elementor-element-81fc675 .elementor-counter-number-wrapper {
    font-size: var(--e-global-typography-heading_xl-font-size);
    line-height: var(--e-global-typography-heading_xl-line-height);
  }

  .elementor-30 .elementor-element.elementor-element-7deb880 .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-30 .elementor-element.elementor-element-50c0695 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }
}

@media(min-width:768px) {
  .elementor-30 .elementor-element.elementor-element-6185da5 {
    --content-width: 1280px;
  }

  .elementor-30 .elementor-element.elementor-element-b519047 {
    --content-width: 1600px;
  }

  .elementor-30 .elementor-element.elementor-element-27140dd {
    --width: 50%;
  }

  .elementor-30 .elementor-element.elementor-element-2047bd4 {
    --width: 50%;
  }

  .elementor-30 .elementor-element.elementor-element-8c44119 {
    --width: 50%;
  }

  .elementor-30 .elementor-element.elementor-element-9e77105 {
    --width: 50%;
  }

  .elementor-30 .elementor-element.elementor-element-a301f39 {
    --width: 50%;
  }

  .elementor-30 .elementor-element.elementor-element-807a2ed {
    --width: 50%;
  }

  .elementor-30 .elementor-element.elementor-element-4abf8a4 {
    --content-width: 1600px;
  }

  .elementor-30 .elementor-element.elementor-element-9a99f7b {
    --width: 50%;
  }

  .elementor-30 .elementor-element.elementor-element-d09065f {
    --width: 50%;
  }

  .elementor-30 .elementor-element.elementor-element-68e9b32 {
    --width: 50%;
  }

  .elementor-30 .elementor-element.elementor-element-de23fe3 {
    --width: 50%;
  }

  .elementor-30 .elementor-element.elementor-element-3eff3dd {
    --width: 50%;
  }

  .elementor-30 .elementor-element.elementor-element-61be30d {
    --width: 50%;
  }

  .elementor-30 .elementor-element.elementor-element-099ebf1 {
    --content-width: 1600px;
  }

  .elementor-30 .elementor-element.elementor-element-c1a8a5a {
    --width: 50%;
  }

  .elementor-30 .elementor-element.elementor-element-a0e8185 {
    --width: 50%;
  }

  .elementor-30 .elementor-element.elementor-element-247dbae {
    --width: 50%;
  }

  .elementor-30 .elementor-element.elementor-element-68aace5 {
    --width: 50%;
  }

  .elementor-30 .elementor-element.elementor-element-8b29f66 {
    --width: 50%;
  }

  .elementor-30 .elementor-element.elementor-element-912e2e8 {
    --width: 50%;
  }

  .elementor-30 .elementor-element.elementor-element-92488ea {
    --content-width: 1600px;
  }

  .elementor-30 .elementor-element.elementor-element-ff2dbf1 {
    --width: 50%;
  }

  .elementor-30 .elementor-element.elementor-element-c86f79a {
    --width: 50%;
  }

  .elementor-30 .elementor-element.elementor-element-a6b7457 {
    --width: 50%;
  }

  .elementor-30 .elementor-element.elementor-element-b212ffa {
    --width: 50%;
  }

  .elementor-30 .elementor-element.elementor-element-7325444 {
    --width: 50%;
  }

  .elementor-30 .elementor-element.elementor-element-201428d {
    --width: 50%;
  }

  .elementor-30 .elementor-element.elementor-element-f9a992a {
    --content-width: 1280px;
  }

  .elementor-30 .elementor-element.elementor-element-37df64f {
    --width: 100%;
  }

  .elementor-30 .elementor-element.elementor-element-c8853ca {
    --width: 33%;
  }

  .elementor-30 .elementor-element.elementor-element-9fb9269 {
    --width: 33%;
  }

  .elementor-30 .elementor-element.elementor-element-6ef9f0b {
    --width: 33%;
  }

  .elementor-30 .elementor-element.elementor-element-fb582d3 {
    --width: 33%;
  }
}

@media(max-width:1024px) and (min-width:768px) {
  .elementor-30 .elementor-element.elementor-element-42a5df8 {
    --width: 100%;
  }

  .elementor-30 .elementor-element.elementor-element-c8853ca {
    --width: 45%;
  }

  .elementor-30 .elementor-element.elementor-element-9fb9269 {
    --width: 45%;
  }

  .elementor-30 .elementor-element.elementor-element-6ef9f0b {
    --width: 45%;
  }

  .elementor-30 .elementor-element.elementor-element-fb582d3 {
    --width: 45%;
  }
}

/* Source: assets/css/widget-toggle-rtl.min.css */
.elementor-tab-title a {
  color: inherit
}

.elementor-toggle {
  text-align: start
}

.elementor-toggle .elementor-tab-title {
  border-block-end: 1px solid #d5d8dc;
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 15px
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
  display: inline-block;
  width: 1em
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg {
  height: 1em;
  margin-inline-start: -5px;
  width: 1em
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
  float: right;
  text-align: right
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
  float: left;
  text-align: left
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed {
  display: block
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened {
  display: none
}

.elementor-toggle .elementor-tab-title.elementor-active {
  border-block-end: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed {
  display: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
  display: block
}

.elementor-toggle .elementor-tab-content {
  border-block-end: 1px solid #d5d8dc;
  display: none;
  padding: 15px
}

@media (max-width:767px) {
  .elementor-toggle .elementor-tab-title {
    padding: 12px
  }

  .elementor-toggle .elementor-tab-content {
    padding: 12px 10px
  }
}

.e-con-inner>.elementor-widget-toggle,
.e-con>.elementor-widget-toggle {
  width: var(--container-widget-width);
  --flex-grow: var(--container-widget-flex-grow)
}

/* Source: media/elementor/css/post-36.css */
.elementor-36 .elementor-element.elementor-element-804d2be {
  --display: flex;
  --min-height: 62vh;
  --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;
  --justify-content: space-between;
  --align-items: flex-start;
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --overlay-opacity: 0.67;
  --margin-top: -170px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 100px;
  --padding-bottom: 100px;
  --padding-left: 24px;
  --padding-right: 24px;
}

.elementor-36 .elementor-element.elementor-element-804d2be:not(.elementor-motion-effects-element-type-background),
.elementor-36 .elementor-element.elementor-element-804d2be>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-image: url("media/Rectangle-93-2.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.elementor-36 .elementor-element.elementor-element-804d2be::before,
.elementor-36 .elementor-element.elementor-element-804d2be>.elementor-background-video-container::before,
.elementor-36 .elementor-element.elementor-element-804d2be>.e-con-inner>.elementor-background-video-container::before,
.elementor-36 .elementor-element.elementor-element-804d2be>.elementor-background-slideshow::before,
.elementor-36 .elementor-element.elementor-element-804d2be>.e-con-inner>.elementor-background-slideshow::before,
.elementor-36 .elementor-element.elementor-element-804d2be>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #020202;
  --background-overlay: '';
}

.elementor-36 .elementor-element.elementor-element-a6d160f {
  --display: flex;
  --justify-content: flex-end;
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-36 .elementor-element.elementor-element-a6d160f.e-con {
  --align-self: stretch;
}

.elementor-widget-heading .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-primary);
}

.elementor-36 .elementor-element.elementor-element-a14d918 {
  text-align: center;
}

.elementor-36 .elementor-element.elementor-element-a14d918 .elementor-heading-title {
  font-family: "Tajawal", Sans-serif;
  font-size: 47px;
  font-weight: 600;
  line-height: 1.2em;
  color: #E9E9E9;
}

.elementor-widget-text-editor {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
  background-color: var(--e-global-color-primary);
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap,
.elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.elementor-36 .elementor-element.elementor-element-3d61452 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  padding: 0px 250px 0px 250px;
  text-align: center;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-background);
}

.elementor-36 .elementor-element.elementor-element-c86db57 {
  --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;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 36px;
  --padding-bottom: 22px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-36 .elementor-element.elementor-element-10af53f {
  --display: flex;
}

.elementor-36 .elementor-element.elementor-element-b42969d {
  --display: flex;
  --min-height: 342px;
  --justify-content: center;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --overlay-opacity: 0.5;
  --border-radius: 8px 8px 8px 8px;
  --padding-top: 23px;
  --padding-bottom: 23px;
  --padding-left: 23px;
  --padding-right: 23px;
}

.elementor-36 .elementor-element.elementor-element-b42969d:not(.elementor-motion-effects-element-type-background),
.elementor-36 .elementor-element.elementor-element-b42969d>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-backgroundAccent);
  background-image: url("media/Rectangle-96-878x1024.png");
  background-position: bottom center;
  background-size: cover;
}

.elementor-36 .elementor-element.elementor-element-b42969d::before,
.elementor-36 .elementor-element.elementor-element-b42969d>.elementor-background-video-container::before,
.elementor-36 .elementor-element.elementor-element-b42969d>.e-con-inner>.elementor-background-video-container::before,
.elementor-36 .elementor-element.elementor-element-b42969d>.elementor-background-slideshow::before,
.elementor-36 .elementor-element.elementor-element-b42969d>.e-con-inner>.elementor-background-slideshow::before,
.elementor-36 .elementor-element.elementor-element-b42969d>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #000000;
  --background-overlay: '';
}

.elementor-36 .elementor-element.elementor-element-0ff6acd {
  text-align: start;
}

.elementor-36 .elementor-element.elementor-element-0ff6acd .elementor-heading-title {
  font-family: "Tajawal", Sans-serif;
  font-size: 53px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #ECE9E9;
  stroke: #ECE9E9;
  color: #FFFFFF00;
}

.elementor-36 .elementor-element.elementor-element-01574b3 {
  text-align: center;
}

.elementor-36 .elementor-element.elementor-element-01574b3 .elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: #FFFFFF;
}

.elementor-36 .elementor-element.elementor-element-146d67c {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-body_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-body_s-font-size);
  font-weight: var(--e-global-typography-body_s-font-weight);
  line-height: var(--e-global-typography-body_s-line-height);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}

.elementor-36 .elementor-element.elementor-element-7cdb66d {
  --display: flex;
}

.elementor-36 .elementor-element.elementor-element-3e2e765 {
  --display: flex;
  --min-height: 342px;
  --justify-content: center;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --overlay-opacity: 0.5;
  --border-radius: 8px 8px 8px 8px;
  --padding-top: 23px;
  --padding-bottom: 23px;
  --padding-left: 23px;
  --padding-right: 23px;
}

.elementor-36 .elementor-element.elementor-element-3e2e765:not(.elementor-motion-effects-element-type-background),
.elementor-36 .elementor-element.elementor-element-3e2e765>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-backgroundAccent);
  background-image: url("media/Rectangle-97.png");
  background-position: bottom center;
  background-size: cover;
}

.elementor-36 .elementor-element.elementor-element-3e2e765::before,
.elementor-36 .elementor-element.elementor-element-3e2e765>.elementor-background-video-container::before,
.elementor-36 .elementor-element.elementor-element-3e2e765>.e-con-inner>.elementor-background-video-container::before,
.elementor-36 .elementor-element.elementor-element-3e2e765>.elementor-background-slideshow::before,
.elementor-36 .elementor-element.elementor-element-3e2e765>.e-con-inner>.elementor-background-slideshow::before,
.elementor-36 .elementor-element.elementor-element-3e2e765>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #000000;
  --background-overlay: '';
}

.elementor-36 .elementor-element.elementor-element-1450e26 {
  text-align: start;
}

.elementor-36 .elementor-element.elementor-element-1450e26 .elementor-heading-title {
  font-family: "Tajawal", Sans-serif;
  font-size: 53px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #ECE9E9;
  stroke: #ECE9E9;
  color: #FFFFFF00;
}

.elementor-36 .elementor-element.elementor-element-2872134 {
  text-align: center;
}

.elementor-36 .elementor-element.elementor-element-2872134 .elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: #FFFFFF;
}

.elementor-36 .elementor-element.elementor-element-ef4694a {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-body_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-body_s-font-size);
  font-weight: var(--e-global-typography-body_s-font-weight);
  line-height: var(--e-global-typography-body_s-line-height);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}

.elementor-36 .elementor-element.elementor-element-8f659fa {
  --display: flex;
}

.elementor-36 .elementor-element.elementor-element-41bb74f {
  --display: flex;
  --min-height: 342px;
  --justify-content: center;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --overlay-opacity: 0.5;
  --border-radius: 8px 8px 8px 8px;
  --padding-top: 23px;
  --padding-bottom: 23px;
  --padding-left: 23px;
  --padding-right: 23px;
}

.elementor-36 .elementor-element.elementor-element-41bb74f:not(.elementor-motion-effects-element-type-background),
.elementor-36 .elementor-element.elementor-element-41bb74f>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-backgroundAccent);
  background-image: url("media/3d-landscape-design.jpg");
  background-position: bottom center;
  background-size: cover;
}

.elementor-36 .elementor-element.elementor-element-41bb74f::before,
.elementor-36 .elementor-element.elementor-element-41bb74f>.elementor-background-video-container::before,
.elementor-36 .elementor-element.elementor-element-41bb74f>.e-con-inner>.elementor-background-video-container::before,
.elementor-36 .elementor-element.elementor-element-41bb74f>.elementor-background-slideshow::before,
.elementor-36 .elementor-element.elementor-element-41bb74f>.e-con-inner>.elementor-background-slideshow::before,
.elementor-36 .elementor-element.elementor-element-41bb74f>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #000000;
  --background-overlay: '';
}

.elementor-36 .elementor-element.elementor-element-b5cdc00 {
  text-align: start;
}

.elementor-36 .elementor-element.elementor-element-b5cdc00 .elementor-heading-title {
  font-family: "Tajawal", Sans-serif;
  font-size: 53px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #ECE9E9;
  stroke: #ECE9E9;
  color: #FFFFFF00;
}

.elementor-36 .elementor-element.elementor-element-e8a9b2f {
  text-align: center;
}

.elementor-36 .elementor-element.elementor-element-e8a9b2f .elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: #FFFFFF;
}

.elementor-36 .elementor-element.elementor-element-9b553b6 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-body_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-body_s-font-size);
  font-weight: var(--e-global-typography-body_s-font-weight);
  line-height: var(--e-global-typography-body_s-line-height);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}

.elementor-36 .elementor-element.elementor-element-6b80368 {
  --display: flex;
}

.elementor-36 .elementor-element.elementor-element-10a52a7 {
  --display: flex;
  --min-height: 342px;
  --justify-content: center;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --overlay-opacity: 0.5;
  --border-radius: 8px 8px 8px 8px;
  --padding-top: 23px;
  --padding-bottom: 23px;
  --padding-left: 23px;
  --padding-right: 23px;
}

.elementor-36 .elementor-element.elementor-element-10a52a7:not(.elementor-motion-effects-element-type-background),
.elementor-36 .elementor-element.elementor-element-10a52a7>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-backgroundAccent);
  background-image: url("media/Rectangle-93-1.png");
  background-position: bottom center;
  background-size: cover;
}

.elementor-36 .elementor-element.elementor-element-10a52a7::before,
.elementor-36 .elementor-element.elementor-element-10a52a7>.elementor-background-video-container::before,
.elementor-36 .elementor-element.elementor-element-10a52a7>.e-con-inner>.elementor-background-video-container::before,
.elementor-36 .elementor-element.elementor-element-10a52a7>.elementor-background-slideshow::before,
.elementor-36 .elementor-element.elementor-element-10a52a7>.e-con-inner>.elementor-background-slideshow::before,
.elementor-36 .elementor-element.elementor-element-10a52a7>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #000000;
  --background-overlay: '';
}

.elementor-36 .elementor-element.elementor-element-595602d {
  text-align: start;
}

.elementor-36 .elementor-element.elementor-element-595602d .elementor-heading-title {
  font-family: "Tajawal", Sans-serif;
  font-size: 53px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #ECE9E9;
  stroke: #ECE9E9;
  color: #FFFFFF00;
}

.elementor-36 .elementor-element.elementor-element-94172a9 {
  text-align: center;
}

.elementor-36 .elementor-element.elementor-element-94172a9 .elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: #FFFFFF;
}

.elementor-36 .elementor-element.elementor-element-fdedec8 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-body_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-body_s-font-size);
  font-weight: var(--e-global-typography-body_s-font-weight);
  line-height: var(--e-global-typography-body_s-line-height);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}

.elementor-36 .elementor-element.elementor-element-ac2f4d8 {
  --display: flex;
}

.elementor-36 .elementor-element.elementor-element-800f4f9 {
  --display: flex;
  --min-height: 342px;
  --justify-content: center;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --overlay-opacity: 0.5;
  --border-radius: 8px 8px 8px 8px;
  --padding-top: 23px;
  --padding-bottom: 23px;
  --padding-left: 23px;
  --padding-right: 23px;
}

.elementor-36 .elementor-element.elementor-element-800f4f9:not(.elementor-motion-effects-element-type-background),
.elementor-36 .elementor-element.elementor-element-800f4f9>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-backgroundAccent);
  background-image: url("media/Rectangle-95-1.png");
  background-position: bottom center;
  background-size: cover;
}

.elementor-36 .elementor-element.elementor-element-800f4f9::before,
.elementor-36 .elementor-element.elementor-element-800f4f9>.elementor-background-video-container::before,
.elementor-36 .elementor-element.elementor-element-800f4f9>.e-con-inner>.elementor-background-video-container::before,
.elementor-36 .elementor-element.elementor-element-800f4f9>.elementor-background-slideshow::before,
.elementor-36 .elementor-element.elementor-element-800f4f9>.e-con-inner>.elementor-background-slideshow::before,
.elementor-36 .elementor-element.elementor-element-800f4f9>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #000000;
  --background-overlay: '';
}

.elementor-36 .elementor-element.elementor-element-7c77f6a {
  text-align: start;
}

.elementor-36 .elementor-element.elementor-element-7c77f6a .elementor-heading-title {
  font-family: "Tajawal", Sans-serif;
  font-size: 53px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #ECE9E9;
  stroke: #ECE9E9;
  color: #FFFFFF00;
}

.elementor-36 .elementor-element.elementor-element-887cacf {
  text-align: center;
}

.elementor-36 .elementor-element.elementor-element-887cacf .elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: #FFFFFF;
}

.elementor-36 .elementor-element.elementor-element-b9f9696 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-body_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-body_s-font-size);
  font-weight: var(--e-global-typography-body_s-font-weight);
  line-height: var(--e-global-typography-body_s-line-height);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}

.elementor-36 .elementor-element.elementor-element-69ceb66 {
  --display: flex;
}

.elementor-36 .elementor-element.elementor-element-bf6b1c1 {
  --display: flex;
  --min-height: 342px;
  --justify-content: center;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --overlay-opacity: 0.5;
  --border-radius: 8px 8px 8px 8px;
  --padding-top: 23px;
  --padding-bottom: 23px;
  --padding-left: 23px;
  --padding-right: 23px;
}

.elementor-36 .elementor-element.elementor-element-bf6b1c1:not(.elementor-motion-effects-element-type-background),
.elementor-36 .elementor-element.elementor-element-bf6b1c1>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-backgroundAccent);
  background-image: url("media/Rectangle-94-2.png");
  background-position: bottom center;
  background-size: cover;
}

.elementor-36 .elementor-element.elementor-element-bf6b1c1::before,
.elementor-36 .elementor-element.elementor-element-bf6b1c1>.elementor-background-video-container::before,
.elementor-36 .elementor-element.elementor-element-bf6b1c1>.e-con-inner>.elementor-background-video-container::before,
.elementor-36 .elementor-element.elementor-element-bf6b1c1>.elementor-background-slideshow::before,
.elementor-36 .elementor-element.elementor-element-bf6b1c1>.e-con-inner>.elementor-background-slideshow::before,
.elementor-36 .elementor-element.elementor-element-bf6b1c1>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #000000;
  --background-overlay: '';
}

.elementor-36 .elementor-element.elementor-element-8d07e28 {
  text-align: start;
}

.elementor-36 .elementor-element.elementor-element-8d07e28 .elementor-heading-title {
  font-family: "Tajawal", Sans-serif;
  font-size: 53px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #ECE9E9;
  stroke: #ECE9E9;
  color: #FFFFFF00;
}

.elementor-36 .elementor-element.elementor-element-b199d3c {
  text-align: center;
}

.elementor-36 .elementor-element.elementor-element-b199d3c .elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: #FFFFFF;
}

.elementor-36 .elementor-element.elementor-element-4fa2de6 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-body_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-body_s-font-size);
  font-weight: var(--e-global-typography-body_s-font-weight);
  line-height: var(--e-global-typography-body_s-line-height);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}

.elementor-36 .elementor-element.elementor-element-39d7f54 {
  --display: flex;
}

.elementor-36 .elementor-element.elementor-element-a8b2a98 {
  --display: flex;
  --min-height: 342px;
  --justify-content: center;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --overlay-opacity: 0.5;
  --border-radius: 8px 8px 8px 8px;
  --padding-top: 23px;
  --padding-bottom: 23px;
  --padding-left: 23px;
  --padding-right: 23px;
}

.elementor-36 .elementor-element.elementor-element-a8b2a98:not(.elementor-motion-effects-element-type-background),
.elementor-36 .elementor-element.elementor-element-a8b2a98>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-backgroundAccent);
  background-image: url("media/Rectangle-93-2.png");
  background-position: bottom center;
  background-size: cover;
}

.elementor-36 .elementor-element.elementor-element-a8b2a98::before,
.elementor-36 .elementor-element.elementor-element-a8b2a98>.elementor-background-video-container::before,
.elementor-36 .elementor-element.elementor-element-a8b2a98>.e-con-inner>.elementor-background-video-container::before,
.elementor-36 .elementor-element.elementor-element-a8b2a98>.elementor-background-slideshow::before,
.elementor-36 .elementor-element.elementor-element-a8b2a98>.e-con-inner>.elementor-background-slideshow::before,
.elementor-36 .elementor-element.elementor-element-a8b2a98>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #000000;
  --background-overlay: '';
}

.elementor-36 .elementor-element.elementor-element-851a564 {
  text-align: start;
}

.elementor-36 .elementor-element.elementor-element-851a564 .elementor-heading-title {
  font-family: "Tajawal", Sans-serif;
  font-size: 53px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #ECE9E9;
  stroke: #ECE9E9;
  color: #FFFFFF00;
}

.elementor-36 .elementor-element.elementor-element-8a9d2ed {
  text-align: center;
}

.elementor-36 .elementor-element.elementor-element-8a9d2ed .elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: #FFFFFF;
}

.elementor-36 .elementor-element.elementor-element-7f9e28f {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-body_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-body_s-font-size);
  font-weight: var(--e-global-typography-body_s-font-weight);
  line-height: var(--e-global-typography-body_s-line-height);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}

.elementor-36 .elementor-element.elementor-element-3ef12d6 {
  --display: flex;
}

.elementor-36 .elementor-element.elementor-element-dc7748c {
  --display: flex;
  --min-height: 342px;
  --justify-content: center;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --overlay-opacity: 0.5;
  --border-radius: 8px 8px 8px 8px;
  --padding-top: 23px;
  --padding-bottom: 23px;
  --padding-left: 23px;
  --padding-right: 23px;
}

.elementor-36 .elementor-element.elementor-element-dc7748c:not(.elementor-motion-effects-element-type-background),
.elementor-36 .elementor-element.elementor-element-dc7748c>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-backgroundAccent);
  background-image: url("media/Rectangle-96-1.png");
  background-position: bottom center;
  background-size: cover;
}

.elementor-36 .elementor-element.elementor-element-dc7748c::before,
.elementor-36 .elementor-element.elementor-element-dc7748c>.elementor-background-video-container::before,
.elementor-36 .elementor-element.elementor-element-dc7748c>.e-con-inner>.elementor-background-video-container::before,
.elementor-36 .elementor-element.elementor-element-dc7748c>.elementor-background-slideshow::before,
.elementor-36 .elementor-element.elementor-element-dc7748c>.e-con-inner>.elementor-background-slideshow::before,
.elementor-36 .elementor-element.elementor-element-dc7748c>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #000000;
  --background-overlay: '';
}

.elementor-36 .elementor-element.elementor-element-1a8b70f {
  text-align: start;
}

.elementor-36 .elementor-element.elementor-element-1a8b70f .elementor-heading-title {
  font-family: "Tajawal", Sans-serif;
  font-size: 53px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #ECE9E9;
  stroke: #ECE9E9;
  color: #FFFFFF00;
}

.elementor-36 .elementor-element.elementor-element-ccc422d {
  text-align: center;
}

.elementor-36 .elementor-element.elementor-element-ccc422d .elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: #FFFFFF;
}

.elementor-36 .elementor-element.elementor-element-9129925 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-body_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-body_s-font-size);
  font-weight: var(--e-global-typography-body_s-font-weight);
  line-height: var(--e-global-typography-body_s-line-height);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}

.elementor-36 .elementor-element.elementor-element-4e40412 {
  --display: flex;
}

.elementor-36 .elementor-element.elementor-element-c4aeec0 {
  --display: flex;
  --min-height: 342px;
  --justify-content: center;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --overlay-opacity: 0.5;
  --border-radius: 8px 8px 8px 8px;
  --padding-top: 23px;
  --padding-bottom: 23px;
  --padding-left: 23px;
  --padding-right: 23px;
}

.elementor-36 .elementor-element.elementor-element-c4aeec0:not(.elementor-motion-effects-element-type-background),
.elementor-36 .elementor-element.elementor-element-c4aeec0>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-backgroundAccent);
  background-image: url("media/Rectangle-93-3.png");
  background-position: bottom center;
  background-size: cover;
}

.elementor-36 .elementor-element.elementor-element-c4aeec0::before,
.elementor-36 .elementor-element.elementor-element-c4aeec0>.elementor-background-video-container::before,
.elementor-36 .elementor-element.elementor-element-c4aeec0>.e-con-inner>.elementor-background-video-container::before,
.elementor-36 .elementor-element.elementor-element-c4aeec0>.elementor-background-slideshow::before,
.elementor-36 .elementor-element.elementor-element-c4aeec0>.e-con-inner>.elementor-background-slideshow::before,
.elementor-36 .elementor-element.elementor-element-c4aeec0>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #000000;
  --background-overlay: '';
}

.elementor-36 .elementor-element.elementor-element-9c2deec {
  text-align: start;
}

.elementor-36 .elementor-element.elementor-element-9c2deec .elementor-heading-title {
  font-family: "Tajawal", Sans-serif;
  font-size: 53px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #ECE9E9;
  stroke: #ECE9E9;
  color: #FFFFFF00;
}

.elementor-36 .elementor-element.elementor-element-4d2db4e {
  text-align: center;
}

.elementor-36 .elementor-element.elementor-element-4d2db4e .elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: #FFFFFF;
}

.elementor-36 .elementor-element.elementor-element-140f114 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-body_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-body_s-font-size);
  font-weight: var(--e-global-typography-body_s-font-weight);
  line-height: var(--e-global-typography-body_s-line-height);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}

.elementor-36 .elementor-element.elementor-element-09786b8 {
  --display: flex;
}

.elementor-36 .elementor-element.elementor-element-767f970 {
  --display: flex;
  --min-height: 342px;
  --justify-content: center;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --overlay-opacity: 0.5;
  --border-radius: 8px 8px 8px 8px;
  --padding-top: 23px;
  --padding-bottom: 23px;
  --padding-left: 23px;
  --padding-right: 23px;
}

.elementor-36 .elementor-element.elementor-element-767f970:not(.elementor-motion-effects-element-type-background),
.elementor-36 .elementor-element.elementor-element-767f970>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-backgroundAccent);
  background-image: url("media/Rectangle-94-1.png");
  background-position: bottom center;
  background-size: cover;
}

.elementor-36 .elementor-element.elementor-element-767f970::before,
.elementor-36 .elementor-element.elementor-element-767f970>.elementor-background-video-container::before,
.elementor-36 .elementor-element.elementor-element-767f970>.e-con-inner>.elementor-background-video-container::before,
.elementor-36 .elementor-element.elementor-element-767f970>.elementor-background-slideshow::before,
.elementor-36 .elementor-element.elementor-element-767f970>.e-con-inner>.elementor-background-slideshow::before,
.elementor-36 .elementor-element.elementor-element-767f970>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #000000;
  --background-overlay: '';
}

.elementor-36 .elementor-element.elementor-element-85574db {
  text-align: start;
}

.elementor-36 .elementor-element.elementor-element-85574db .elementor-heading-title {
  font-family: "Tajawal", Sans-serif;
  font-size: 53px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #ECE9E9;
  stroke: #ECE9E9;
  color: #FFFFFF00;
}

.elementor-36 .elementor-element.elementor-element-9b83431 {
  text-align: center;
}

.elementor-36 .elementor-element.elementor-element-9b83431 .elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: #FFFFFF;
}

.elementor-36 .elementor-element.elementor-element-2cc00e5 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-body_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-body_s-font-size);
  font-weight: var(--e-global-typography-body_s-font-weight);
  line-height: var(--e-global-typography-body_s-line-height);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}

.elementor-36 .elementor-element.elementor-element-3e5f7d6 {
  --display: flex;
}

.elementor-36 .elementor-element.elementor-element-6853c45 {
  --display: flex;
  --min-height: 342px;
  --justify-content: center;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --overlay-opacity: 0.5;
  --border-radius: 8px 8px 8px 8px;
  --padding-top: 23px;
  --padding-bottom: 23px;
  --padding-left: 23px;
  --padding-right: 23px;
}

.elementor-36 .elementor-element.elementor-element-6853c45:not(.elementor-motion-effects-element-type-background),
.elementor-36 .elementor-element.elementor-element-6853c45>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-backgroundAccent);
  background-image: url("media/Rectangle-95.png");
  background-position: bottom center;
  background-size: cover;
}

.elementor-36 .elementor-element.elementor-element-6853c45::before,
.elementor-36 .elementor-element.elementor-element-6853c45>.elementor-background-video-container::before,
.elementor-36 .elementor-element.elementor-element-6853c45>.e-con-inner>.elementor-background-video-container::before,
.elementor-36 .elementor-element.elementor-element-6853c45>.elementor-background-slideshow::before,
.elementor-36 .elementor-element.elementor-element-6853c45>.e-con-inner>.elementor-background-slideshow::before,
.elementor-36 .elementor-element.elementor-element-6853c45>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #000000;
  --background-overlay: '';
}

.elementor-36 .elementor-element.elementor-element-c125073 {
  text-align: start;
}

.elementor-36 .elementor-element.elementor-element-c125073 .elementor-heading-title {
  font-family: "Tajawal", Sans-serif;
  font-size: 53px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #ECE9E9;
  stroke: #ECE9E9;
  color: #FFFFFF00;
}

.elementor-36 .elementor-element.elementor-element-ef48b6c {
  text-align: center;
}

.elementor-36 .elementor-element.elementor-element-ef48b6c .elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: #FFFFFF;
}

.elementor-36 .elementor-element.elementor-element-4a65600 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-body_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-body_s-font-size);
  font-weight: var(--e-global-typography-body_s-font-weight);
  line-height: var(--e-global-typography-body_s-line-height);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}

.elementor-36 .elementor-element.elementor-element-3bdf3a4 {
  --display: flex;
}

.elementor-36 .elementor-element.elementor-element-9c82895 {
  --display: flex;
  --min-height: 342px;
  --justify-content: center;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --overlay-opacity: 0.5;
  --border-radius: 8px 8px 8px 8px;
  --padding-top: 23px;
  --padding-bottom: 23px;
  --padding-left: 23px;
  --padding-right: 23px;
}

.elementor-36 .elementor-element.elementor-element-9c82895:not(.elementor-motion-effects-element-type-background),
.elementor-36 .elementor-element.elementor-element-9c82895>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-backgroundAccent);
  background-image: url("media/Rectangle-96-2.png");
  background-position: bottom center;
  background-size: cover;
}

.elementor-36 .elementor-element.elementor-element-9c82895::before,
.elementor-36 .elementor-element.elementor-element-9c82895>.elementor-background-video-container::before,
.elementor-36 .elementor-element.elementor-element-9c82895>.e-con-inner>.elementor-background-video-container::before,
.elementor-36 .elementor-element.elementor-element-9c82895>.elementor-background-slideshow::before,
.elementor-36 .elementor-element.elementor-element-9c82895>.e-con-inner>.elementor-background-slideshow::before,
.elementor-36 .elementor-element.elementor-element-9c82895>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #000000;
  --background-overlay: '';
}

.elementor-36 .elementor-element.elementor-element-4cac9a5 {
  text-align: start;
}

.elementor-36 .elementor-element.elementor-element-4cac9a5 .elementor-heading-title {
  font-family: "Tajawal", Sans-serif;
  font-size: 53px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #ECE9E9;
  stroke: #ECE9E9;
  color: #FFFFFF00;
}

.elementor-36 .elementor-element.elementor-element-988f272 {
  text-align: center;
}

.elementor-36 .elementor-element.elementor-element-988f272 .elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: #FFFFFF;
}

.elementor-36 .elementor-element.elementor-element-ef70324 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  text-align: center;
  font-family: var(--e-global-typography-body_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-body_s-font-size);
  font-weight: var(--e-global-typography-body_s-font-weight);
  line-height: var(--e-global-typography-body_s-line-height);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}

.elementor-36 .elementor-element.elementor-element-5387154 {
  --e-n-carousel-swiper-slides-to-display: 3;
  --e-n-carousel-swiper-offset-size: 100px;
  --e-n-carousel-swiper-slides-gap: 10px;
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  padding: 0px 0px 0px 0px;
  --e-n-carousel-slide-height: auto;
  --e-n-carousel-slide-container-height: 100%;
  --e-n-carousel-arrow-prev-left-align: 0%;
  --e-n-carousel-arrow-prev-translate-x: 0px;
  --e-n-carousel-arrow-prev-left-position: 0px;
  --e-n-carousel-arrow-prev-top-align: 50%;
  --e-n-carousel-arrow-prev-translate-y: -50%;
  --e-n-carousel-arrow-prev-top-position: 0px;
  --e-n-carousel-arrow-next-right-align: 0%;
  --e-n-carousel-arrow-next-translate-x: 0%;
  --e-n-carousel-arrow-next-right-position: 0px;
  --e-n-carousel-arrow-next-top-align: 50%;
  --e-n-carousel-arrow-next-translate-y: -50%;
  --e-n-carousel-arrow-next-top-position: 0px;
}

.elementor-36 .elementor-element.elementor-element-3cb8a5c {
  --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: flex-start;
  --gap: 80px 80px;
  --row-gap: 80px;
  --column-gap: 80px;
  --overlay-opacity: 0.6;
  --padding-top: 100px;
  --padding-bottom: 100px;
  --padding-left: 24px;
  --padding-right: 24px;
}

.elementor-36 .elementor-element.elementor-element-3cb8a5c:not(.elementor-motion-effects-element-type-background),
.elementor-36 .elementor-element.elementor-element-3cb8a5c>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-secondary);
  background-image: url("media/Rectangle-165.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.elementor-36 .elementor-element.elementor-element-3cb8a5c::before,
.elementor-36 .elementor-element.elementor-element-3cb8a5c>.elementor-background-video-container::before,
.elementor-36 .elementor-element.elementor-element-3cb8a5c>.e-con-inner>.elementor-background-video-container::before,
.elementor-36 .elementor-element.elementor-element-3cb8a5c>.elementor-background-slideshow::before,
.elementor-36 .elementor-element.elementor-element-3cb8a5c>.e-con-inner>.elementor-background-slideshow::before,
.elementor-36 .elementor-element.elementor-element-3cb8a5c>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: #000000;
  --background-overlay: '';
}

.elementor-36 .elementor-element.elementor-element-f16b119 {
  --display: flex;
  --padding-top: 0%;
  --padding-bottom: 0%;
  --padding-left: 15%;
  --padding-right: 15%;
}

.elementor-36 .elementor-element.elementor-element-168f11b {
  text-align: center;
}

.elementor-36 .elementor-element.elementor-element-168f11b .elementor-heading-title {
  font-family: "Tajawal", Sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2em;
  color: var(--e-global-color-background);
}

.elementor-36 .elementor-element.elementor-element-bb20c2b {
  text-align: center;
  font-family: "Tajawal", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: var(--e-global-color-background);
}

.elementor-widget-button .elementor-button {
  background-color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
  line-height: var(--e-global-typography-accent-line-height);
}

.elementor-36 .elementor-element.elementor-element-3f7b3cb .elementor-button {
  background-color: #FFFFFF00;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  fill: #FFFFFF;
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FFFFFF;
  padding: 12px 24px 12px 24px;
}

.elementor-36 .elementor-element.elementor-element-3f7b3cb {
  width: auto;
  max-width: auto;
}

.elementor-36 .elementor-element.elementor-element-3f7b3cb.elementor-element {
  --align-self: center;
}

.elementor-36 .elementor-element.elementor-element-91d17f3 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: space-between;
  --align-items: flex-start;
  --gap: 64px 64px;
  --row-gap: 64px;
  --column-gap: 64px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 100px;
  --padding-bottom: 100px;
  --padding-left: 24px;
  --padding-right: 24px;
}

.elementor-36 .elementor-element.elementor-element-f46b9cc {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: flex-start;
  --align-items: center;
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
}

.elementor-36 .elementor-element.elementor-element-1791f6e .elementor-heading-title {
  font-family: var(--e-global-typography-heading_l-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_l-font-size);
  font-weight: var(--e-global-typography-heading_l-font-weight);
  line-height: var(--e-global-typography-heading_l-line-height);
  color: var(--e-global-color-primary);
}

.elementor-36 .elementor-element.elementor-element-1131c9e {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-36 .elementor-element.elementor-element-1131c9e .elementor-heading-title {
  font-family: var(--e-global-typography-heading_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_s-font-size);
  font-weight: var(--e-global-typography-heading_s-font-weight);
  color: var(--e-global-color-text);
}

.elementor-36 .elementor-element.elementor-element-8128ea0 {
  --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: flex-end;
  --gap: 48px 48px;
  --row-gap: 48px;
  --column-gap: 48px;
}

.elementor-36 .elementor-element.elementor-element-acbccb8 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: flex-start;
  --align-items: flex-start;
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --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-widget-toggle .elementor-toggle-title,
.elementor-widget-toggle .elementor-toggle-icon {
  color: var(--e-global-color-primary);
}

.elementor-widget-toggle .elementor-toggle-icon svg {
  fill: var(--e-global-color-primary);
}

.elementor-widget-toggle .elementor-tab-title.elementor-active a,
.elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon {
  color: var(--e-global-color-accent);
}

.elementor-widget-toggle .elementor-toggle-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-toggle .elementor-tab-content {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
}

.elementor-36 .elementor-element.elementor-element-e39936d {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: var(--e-global-color-primary);
}

.elementor-36 .elementor-element.elementor-element-e39936d .elementor-tab-title {
  border-width: 1px;
  border-color: var(--e-global-color-primary);
  background-color: var(--e-global-color-transparent);
  padding: 32px 24px 32px 0px;
}

.elementor-36 .elementor-element.elementor-element-e39936d .elementor-tab-content {
  border-width: 1px;
  border-block-end-color: var(--e-global-color-primary);
  background-color: rgba(25, 25, 25, 0);
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  padding: 0px 36px 16px 0px;
}

.elementor-36 .elementor-element.elementor-element-e39936d .elementor-toggle-item:not(:last-child) {
  margin-block-end: 16px;
}

.elementor-36 .elementor-element.elementor-element-e39936d .elementor-toggle-item {
  box-shadow: 0px 0px 0px 0px rgba(1.9999999999999567, 0.9999999999999784, 0.9999999999999784, 0);
}

.elementor-36 .elementor-element.elementor-element-e39936d .elementor-toggle-title,
.elementor-36 .elementor-element.elementor-element-e39936d .elementor-toggle-icon {
  color: var(--e-global-color-primary);
}

.elementor-36 .elementor-element.elementor-element-e39936d .elementor-toggle-icon svg {
  fill: var(--e-global-color-primary);
}

.elementor-36 .elementor-element.elementor-element-e39936d .elementor-tab-title.elementor-active a,
.elementor-36 .elementor-element.elementor-element-e39936d .elementor-tab-title.elementor-active .elementor-toggle-icon {
  color: var(--e-global-color-primary);
}

.elementor-36 .elementor-element.elementor-element-e39936d .elementor-toggle-title {
  font-family: var(--e-global-typography-heading_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_s-font-size);
  font-weight: var(--e-global-typography-heading_s-font-weight);
}

.elementor-36 .elementor-element.elementor-element-e39936d .elementor-tab-title .elementor-toggle-icon i:before {
  color: var(--e-global-color-primary);
}

.elementor-36 .elementor-element.elementor-element-e39936d .elementor-tab-title .elementor-toggle-icon svg {
  fill: var(--e-global-color-primary);
}

.elementor-36 .elementor-element.elementor-element-e39936d .elementor-tab-title.elementor-active .elementor-toggle-icon i:before {
  color: var(--e-global-color-text);
}

.elementor-36 .elementor-element.elementor-element-e39936d .elementor-tab-title.elementor-active .elementor-toggle-icon svg {
  fill: var(--e-global-color-text);
}

.elementor-36 .elementor-element.elementor-element-b1a68c1 {
  --display: flex;
  --overlay-opacity: 0.5;
  --padding-top: 48px;
  --padding-bottom: 48px;
  --padding-left: 48px;
  --padding-right: 48px;
}

.elementor-36 .elementor-element.elementor-element-b1a68c1::before,
.elementor-36 .elementor-element.elementor-element-b1a68c1>.elementor-background-video-container::before,
.elementor-36 .elementor-element.elementor-element-b1a68c1>.e-con-inner>.elementor-background-video-container::before,
.elementor-36 .elementor-element.elementor-element-b1a68c1>.elementor-background-slideshow::before,
.elementor-36 .elementor-element.elementor-element-b1a68c1>.e-con-inner>.elementor-background-slideshow::before,
.elementor-36 .elementor-element.elementor-element-b1a68c1>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: var(--e-global-color-backgroundAccent);
  --background-overlay: '';
}

.elementor-36 .elementor-element.elementor-element-acfe19e .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-primary);
}

.elementor-36 .elementor-element.elementor-element-55c6062 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;
  font-family: "Tajawal", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0px;
  color: var(--e-global-color-text);
}

.elementor-36 .elementor-element.elementor-element-bf222fa .elementor-button {
  background-color: #275D4D;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  fill: var(--e-global-color-background);
  color: var(--e-global-color-background);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FF6F0000;
  border-radius: 0px 0px 0px 0px;
  padding: 12px 24px 12px 24px;
}

.elementor-36 .elementor-element.elementor-element-bf222fa {
  width: auto;
  max-width: auto;
}

.elementor-36 .elementor-element.elementor-element-bf222fa.elementor-element {
  --align-self: flex-start;
}

.elementor-36 .elementor-element.elementor-element-41928d3 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --padding-top: 100px;
  --padding-bottom: 100px;
  --padding-left: 24px;
  --padding-right: 24px;
}

.elementor-36 .elementor-element.elementor-element-ff8ac93 .elementor-heading-title {
  font-family: var(--e-global-typography-heading_s-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_s-font-size);
  font-weight: var(--e-global-typography-heading_s-font-weight);
  color: var(--e-global-color-text);
}

.elementor-36 .elementor-element.elementor-element-08f15b6 .elementor-heading-title {
  font-family: var(--e-global-typography-heading_xl-font-family), Sans-serif;
  font-size: var(--e-global-typography-heading_xl-font-size);
  font-weight: var(--e-global-typography-heading_xl-font-weight);
  line-height: var(--e-global-typography-heading_xl-line-height);
  color: var(--e-global-color-primary);
}

.elementor-36 .elementor-element.elementor-element-bca4d09 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  padding: 0px 0px 56px 0px;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-36 .elementor-element.elementor-element-23ff8d2 {
  --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;
  --justify-content: center;
  --align-items: center;
  --gap: 48px 48px;
  --row-gap: 48px;
  --column-gap: 48px;
  --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-36 .elementor-element.elementor-element-23de817 {
  --display: flex;
  --justify-content: flex-start;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-widget-icon-box.elementor-view-stacked .elementor-icon {
  background-color: var(--e-global-color-primary);
}

.elementor-widget-icon-box.elementor-view-framed .elementor-icon,
.elementor-widget-icon-box.elementor-view-default .elementor-icon {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.elementor-widget-icon-box .elementor-icon-box-title,
.elementor-widget-icon-box .elementor-icon-box-title a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-icon-box .elementor-icon-box-title {
  color: var(--e-global-color-primary);
}

.elementor-widget-icon-box:has(:hover) .elementor-icon-box-title,
.elementor-widget-icon-box:has(:focus) .elementor-icon-box-title {
  color: var(--e-global-color-primary);
}

.elementor-widget-icon-box .elementor-icon-box-description {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-36 .elementor-element.elementor-element-2f52c05 .elementor-icon-box-wrapper {
  text-align: center;
  gap: 16px;
}

.elementor-36 .elementor-element.elementor-element-2f52c05 .elementor-icon-box-title {
  margin-block-end: 8px;
  color: #275D4D;
}

.elementor-36 .elementor-element.elementor-element-2f52c05.elementor-view-stacked .elementor-icon {
  background-color: #275D4D;
}

.elementor-36 .elementor-element.elementor-element-2f52c05.elementor-view-framed .elementor-icon,
.elementor-36 .elementor-element.elementor-element-2f52c05.elementor-view-default .elementor-icon {
  fill: #275D4D;
  color: #275D4D;
  border-color: #275D4D;
}

.elementor-36 .elementor-element.elementor-element-2f52c05 .elementor-icon {
  font-size: 32px;
}

.elementor-36 .elementor-element.elementor-element-2f52c05 .elementor-icon-box-title,
.elementor-36 .elementor-element.elementor-element-2f52c05 .elementor-icon-box-title a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-36 .elementor-element.elementor-element-2f52c05 .elementor-icon-box-description {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-36 .elementor-element.elementor-element-4537da9 {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  padding: 0px 0px 0px 0px;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-36 .elementor-element.elementor-element-09f1fec {
  --display: flex;
  --justify-content: flex-start;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-36 .elementor-element.elementor-element-765d3c7 .elementor-icon-box-wrapper {
  text-align: center;
  gap: 16px;
}

.elementor-36 .elementor-element.elementor-element-765d3c7 .elementor-icon-box-title {
  margin-block-end: 8px;
  color: var(--e-global-color-primary);
}

.elementor-36 .elementor-element.elementor-element-765d3c7.elementor-view-stacked .elementor-icon {
  background-color: #275D4D;
}

.elementor-36 .elementor-element.elementor-element-765d3c7.elementor-view-framed .elementor-icon,
.elementor-36 .elementor-element.elementor-element-765d3c7.elementor-view-default .elementor-icon {
  fill: #275D4D;
  color: #275D4D;
  border-color: #275D4D;
}

.elementor-36 .elementor-element.elementor-element-765d3c7 .elementor-icon {
  font-size: 32px;
}

.elementor-36 .elementor-element.elementor-element-765d3c7 .elementor-icon-box-title,
.elementor-36 .elementor-element.elementor-element-765d3c7 .elementor-icon-box-title a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-36 .elementor-element.elementor-element-765d3c7 .elementor-icon-box-description {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-36 .elementor-element.elementor-element-8e7a6be {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  padding: 0px 0px 0px 0px;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-36 .elementor-element.elementor-element-2a71a7a {
  --display: flex;
  --justify-content: flex-start;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 24px 24px;
  --row-gap: 24px;
  --column-gap: 24px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-36 .elementor-element.elementor-element-bc34e23 .elementor-icon-box-wrapper {
  text-align: center;
  gap: 16px;
}

.elementor-36 .elementor-element.elementor-element-bc34e23 .elementor-icon-box-title {
  margin-block-end: 8px;
  color: var(--e-global-color-primary);
}

.elementor-36 .elementor-element.elementor-element-bc34e23.elementor-view-stacked .elementor-icon {
  background-color: #275D4D;
}

.elementor-36 .elementor-element.elementor-element-bc34e23.elementor-view-framed .elementor-icon,
.elementor-36 .elementor-element.elementor-element-bc34e23.elementor-view-default .elementor-icon {
  fill: #275D4D;
  color: #275D4D;
  border-color: #275D4D;
}

.elementor-36 .elementor-element.elementor-element-bc34e23 .elementor-icon {
  font-size: 32px;
}

.elementor-36 .elementor-element.elementor-element-bc34e23 .elementor-icon-box-title,
.elementor-36 .elementor-element.elementor-element-bc34e23 .elementor-icon-box-title a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-36 .elementor-element.elementor-element-bc34e23 .elementor-icon-box-description {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.elementor-36 .elementor-element.elementor-element-efd4c4f {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  padding: 0px 0px 0px 0px;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

:root {
  --page-title-display: none;
}

@media(max-width:1024px) {
  .elementor-36 .elementor-element.elementor-element-804d2be {
    --gap: 24px 24px;
    --row-gap: 24px;
    --column-gap: 24px;
    --padding-top: 80px;
    --padding-bottom: 80px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-a6d160f {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-widget-heading .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-a14d918 .elementor-heading-title {
    font-size: 48px;
  }

  .elementor-widget-text-editor {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-3d61452 {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-b42969d {
    --justify-content: center;
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-0ff6acd .elementor-heading-title {
    font-size: 22px;
  }

  .elementor-36 .elementor-element.elementor-element-01574b3 .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-146d67c {
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-3e2e765 {
    --justify-content: center;
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-1450e26 .elementor-heading-title {
    font-size: 22px;
  }

  .elementor-36 .elementor-element.elementor-element-2872134 .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-ef4694a {
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-41bb74f {
    --justify-content: center;
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-b5cdc00 .elementor-heading-title {
    font-size: 22px;
  }

  .elementor-36 .elementor-element.elementor-element-e8a9b2f .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-9b553b6 {
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-10a52a7 {
    --justify-content: center;
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-595602d .elementor-heading-title {
    font-size: 22px;
  }

  .elementor-36 .elementor-element.elementor-element-94172a9 .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-fdedec8 {
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-800f4f9 {
    --justify-content: center;
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-7c77f6a .elementor-heading-title {
    font-size: 22px;
  }

  .elementor-36 .elementor-element.elementor-element-887cacf .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-b9f9696 {
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-bf6b1c1 {
    --justify-content: center;
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-8d07e28 .elementor-heading-title {
    font-size: 22px;
  }

  .elementor-36 .elementor-element.elementor-element-b199d3c .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-4fa2de6 {
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-a8b2a98 {
    --justify-content: center;
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-851a564 .elementor-heading-title {
    font-size: 22px;
  }

  .elementor-36 .elementor-element.elementor-element-8a9d2ed .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-7f9e28f {
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-dc7748c {
    --justify-content: center;
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-1a8b70f .elementor-heading-title {
    font-size: 22px;
  }

  .elementor-36 .elementor-element.elementor-element-ccc422d .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-9129925 {
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-c4aeec0 {
    --justify-content: center;
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-9c2deec .elementor-heading-title {
    font-size: 22px;
  }

  .elementor-36 .elementor-element.elementor-element-4d2db4e .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-140f114 {
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-767f970 {
    --justify-content: center;
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-85574db .elementor-heading-title {
    font-size: 22px;
  }

  .elementor-36 .elementor-element.elementor-element-9b83431 .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-2cc00e5 {
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-6853c45 {
    --justify-content: center;
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-c125073 .elementor-heading-title {
    font-size: 22px;
  }

  .elementor-36 .elementor-element.elementor-element-ef48b6c .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-4a65600 {
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-9c82895 {
    --justify-content: center;
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-4cac9a5 .elementor-heading-title {
    font-size: 22px;
  }

  .elementor-36 .elementor-element.elementor-element-988f272 .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-ef70324 {
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-5387154 {
    --e-n-carousel-swiper-slides-to-display: 2;
  }

  .elementor-36 .elementor-element.elementor-element-3cb8a5c {
    --min-height: 0px;
    --align-items: flex-start;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
    --padding-top: 80px;
    --padding-bottom: 80px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-f16b119 {
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-36 .elementor-element.elementor-element-168f11b .elementor-heading-title {
    font-size: 32px;
  }

  .elementor-36 .elementor-element.elementor-element-bb20c2b {
    font-size: 14px;
  }

  .elementor-widget-button .elementor-button {
    font-size: var(--e-global-typography-accent-font-size);
    line-height: var(--e-global-typography-accent-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-3f7b3cb {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-36 .elementor-element.elementor-element-3f7b3cb .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-91d17f3 {
    --gap: 32px 32px;
    --row-gap: 32px;
    --column-gap: 32px;
    --padding-top: 80px;
    --padding-bottom: 80px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-f46b9cc {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-36 .elementor-element.elementor-element-1791f6e .elementor-heading-title {
    font-size: var(--e-global-typography-heading_l-font-size);
    line-height: var(--e-global-typography-heading_l-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-1131c9e {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-36 .elementor-element.elementor-element-1131c9e .elementor-heading-title {
    font-size: var(--e-global-typography-heading_s-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-acbccb8 {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-widget-toggle .elementor-toggle-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-widget-toggle .elementor-tab-content {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-e39936d .elementor-toggle-title {
    font-size: var(--e-global-typography-heading_s-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-e39936d .elementor-tab-content {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-b1a68c1 {
    --padding-top: 24px;
    --padding-bottom: 24px;
    --padding-left: 24px;
    --padding-right: 24px;
  }

  .elementor-36 .elementor-element.elementor-element-acfe19e .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-55c6062 {
    font-size: 14px;
  }

  .elementor-36 .elementor-element.elementor-element-bf222fa {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-36 .elementor-element.elementor-element-bf222fa .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-41928d3 {
    --justify-content: center;
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --padding-top: 80px;
    --padding-bottom: 80px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-ff8ac93 .elementor-heading-title {
    font-size: var(--e-global-typography-heading_s-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-08f15b6 .elementor-heading-title {
    font-size: var(--e-global-typography-heading_xl-font-size);
    line-height: var(--e-global-typography-heading_xl-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-bca4d09 {
    padding: 0px 0px 24px 0px;
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-23ff8d2 {
    --align-items: flex-start;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-36 .elementor-element.elementor-element-23de817 {
    --justify-content: center;
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-widget-icon-box .elementor-icon-box-title,
  .elementor-widget-icon-box .elementor-icon-box-title a {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-widget-icon-box .elementor-icon-box-description {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-2f52c05 .elementor-icon-box-wrapper {
    gap: 8px;
  }

  .elementor-36 .elementor-element.elementor-element-2f52c05 .elementor-icon {
    font-size: 28px;
  }

  .elementor-36 .elementor-element.elementor-element-2f52c05 .elementor-icon-box-title,
  .elementor-36 .elementor-element.elementor-element-2f52c05 .elementor-icon-box-title a {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-2f52c05 .elementor-icon-box-description {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-4537da9 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -15px) 0px;
    padding: 0px 0px 0px 0px;
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-09f1fec {
    --justify-content: center;
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-765d3c7 .elementor-icon-box-wrapper {
    gap: 8px;
  }

  .elementor-36 .elementor-element.elementor-element-765d3c7 .elementor-icon {
    font-size: 28px;
  }

  .elementor-36 .elementor-element.elementor-element-765d3c7 .elementor-icon-box-title,
  .elementor-36 .elementor-element.elementor-element-765d3c7 .elementor-icon-box-title a {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-765d3c7 .elementor-icon-box-description {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-8e7a6be {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -15px) 0px;
    padding: 0px 0px 0px 0px;
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-2a71a7a {
    --justify-content: center;
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-bc34e23 .elementor-icon-box-wrapper {
    gap: 8px;
  }

  .elementor-36 .elementor-element.elementor-element-bc34e23 .elementor-icon {
    font-size: 28px;
  }

  .elementor-36 .elementor-element.elementor-element-bc34e23 .elementor-icon-box-title,
  .elementor-36 .elementor-element.elementor-element-bc34e23 .elementor-icon-box-title a {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-bc34e23 .elementor-icon-box-description {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-efd4c4f {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -15px) 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }
}

@media(max-width:767px) {
  .elementor-36 .elementor-element.elementor-element-804d2be {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
    --padding-top: 200px;
    --padding-bottom: 48px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-a6d160f {
    --justify-content: center;
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-widget-heading .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-a14d918 .elementor-heading-title {
    font-size: 40px;
  }

  .elementor-widget-text-editor {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-3d61452 {
    padding: 0px 16px 0px 16px;
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-b42969d {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-0ff6acd .elementor-heading-title {
    font-size: 48px;
  }

  .elementor-36 .elementor-element.elementor-element-01574b3 {
    text-align: end;
  }

  .elementor-36 .elementor-element.elementor-element-01574b3 .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-146d67c {
    text-align: center;
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-3e2e765 {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-1450e26 .elementor-heading-title {
    font-size: 48px;
  }

  .elementor-36 .elementor-element.elementor-element-2872134 {
    text-align: end;
  }

  .elementor-36 .elementor-element.elementor-element-2872134 .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-ef4694a {
    text-align: center;
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-41bb74f {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-b5cdc00 .elementor-heading-title {
    font-size: 48px;
  }

  .elementor-36 .elementor-element.elementor-element-e8a9b2f {
    text-align: end;
  }

  .elementor-36 .elementor-element.elementor-element-e8a9b2f .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-9b553b6 {
    text-align: center;
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-10a52a7 {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-595602d .elementor-heading-title {
    font-size: 48px;
  }

  .elementor-36 .elementor-element.elementor-element-94172a9 {
    text-align: end;
  }

  .elementor-36 .elementor-element.elementor-element-94172a9 .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-fdedec8 {
    text-align: center;
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-800f4f9 {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-7c77f6a .elementor-heading-title {
    font-size: 48px;
  }

  .elementor-36 .elementor-element.elementor-element-887cacf {
    text-align: end;
  }

  .elementor-36 .elementor-element.elementor-element-887cacf .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-b9f9696 {
    text-align: center;
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-bf6b1c1 {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-8d07e28 .elementor-heading-title {
    font-size: 48px;
  }

  .elementor-36 .elementor-element.elementor-element-b199d3c {
    text-align: end;
  }

  .elementor-36 .elementor-element.elementor-element-b199d3c .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-4fa2de6 {
    text-align: center;
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-a8b2a98 {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-851a564 .elementor-heading-title {
    font-size: 48px;
  }

  .elementor-36 .elementor-element.elementor-element-8a9d2ed {
    text-align: end;
  }

  .elementor-36 .elementor-element.elementor-element-8a9d2ed .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-7f9e28f {
    text-align: center;
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-dc7748c {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-1a8b70f .elementor-heading-title {
    font-size: 48px;
  }

  .elementor-36 .elementor-element.elementor-element-ccc422d {
    text-align: center;
  }

  .elementor-36 .elementor-element.elementor-element-ccc422d .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-9129925 {
    text-align: center;
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-c4aeec0 {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-9c2deec .elementor-heading-title {
    font-size: 48px;
  }

  .elementor-36 .elementor-element.elementor-element-4d2db4e {
    text-align: end;
  }

  .elementor-36 .elementor-element.elementor-element-4d2db4e .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-140f114 {
    text-align: center;
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-767f970 {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-85574db .elementor-heading-title {
    font-size: 48px;
  }

  .elementor-36 .elementor-element.elementor-element-9b83431 {
    text-align: center;
  }

  .elementor-36 .elementor-element.elementor-element-9b83431 .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-2cc00e5 {
    text-align: center;
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-6853c45 {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-c125073 .elementor-heading-title {
    font-size: 48px;
  }

  .elementor-36 .elementor-element.elementor-element-ef48b6c {
    text-align: end;
  }

  .elementor-36 .elementor-element.elementor-element-ef48b6c .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-4a65600 {
    text-align: center;
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-9c82895 {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-4cac9a5 .elementor-heading-title {
    font-size: 48px;
  }

  .elementor-36 .elementor-element.elementor-element-988f272 {
    text-align: end;
  }

  .elementor-36 .elementor-element.elementor-element-988f272 .elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-ef70324 {
    text-align: center;
    font-size: var(--e-global-typography-body_s-font-size);
    line-height: var(--e-global-typography-body_s-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-5387154 {
    --e-n-carousel-swiper-slides-to-display: 1;
    --e-n-carousel-arrow-prev-left-position: 0px;
  }

  .elementor-36 .elementor-element.elementor-element-3cb8a5c {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
    --margin-top: 37px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 57px;
    --padding-bottom: 48px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-168f11b .elementor-heading-title {
    font-size: 18px;
    line-height: 120%;
  }

  .elementor-36 .elementor-element.elementor-element-bb20c2b {
    font-size: 14px;
  }

  .elementor-widget-button .elementor-button {
    font-size: var(--e-global-typography-accent-font-size);
    line-height: var(--e-global-typography-accent-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-3f7b3cb {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-36 .elementor-element.elementor-element-3f7b3cb .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    padding: 12px 24px 12px 24px;
  }

  .elementor-36 .elementor-element.elementor-element-91d17f3 {
    --gap: 32px 32px;
    --row-gap: 32px;
    --column-gap: 32px;
    --padding-top: 48px;
    --padding-bottom: 48px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-f46b9cc {
    --align-items: flex-start;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-1791f6e .elementor-heading-title {
    font-size: var(--e-global-typography-heading_l-font-size);
    line-height: var(--e-global-typography-heading_l-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-1131c9e {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-36 .elementor-element.elementor-element-1131c9e .elementor-heading-title {
    font-size: var(--e-global-typography-heading_s-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-8128ea0 {
    --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;
  }

  .elementor-36 .elementor-element.elementor-element-acbccb8 {
    --align-items: flex-start;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-widget-toggle .elementor-toggle-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-widget-toggle .elementor-tab-content {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-e39936d {
    padding: 0px 0px 0px 0px;
  }

  .elementor-36 .elementor-element.elementor-element-e39936d .elementor-toggle-item:not(:last-child) {
    margin-block-end: 0px;
  }

  .elementor-36 .elementor-element.elementor-element-e39936d .elementor-toggle-title {
    font-size: var(--e-global-typography-heading_s-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-e39936d .elementor-tab-title {
    padding: 24px 0px 24px 0px;
  }

  .elementor-36 .elementor-element.elementor-element-e39936d .elementor-tab-content {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    padding: 0px 0px 10px 0px;
  }

  .elementor-36 .elementor-element.elementor-element-b1a68c1 {
    --padding-top: 24px;
    --padding-bottom: 24px;
    --padding-left: 24px;
    --padding-right: 24px;
  }

  .elementor-36 .elementor-element.elementor-element-acfe19e .elementor-heading-title {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-55c6062 {
    font-size: 15px;
  }

  .elementor-36 .elementor-element.elementor-element-bf222fa {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  }

  .elementor-36 .elementor-element.elementor-element-bf222fa .elementor-button {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    padding: 12px 24px 12px 24px;
  }

  .elementor-36 .elementor-element.elementor-element-41928d3 {
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
    --padding-top: 48px;
    --padding-bottom: 48px;
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-ff8ac93 {
    text-align: end;
  }

  .elementor-36 .elementor-element.elementor-element-ff8ac93 .elementor-heading-title {
    font-size: var(--e-global-typography-heading_s-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-08f15b6 {
    text-align: end;
  }

  .elementor-36 .elementor-element.elementor-element-08f15b6 .elementor-heading-title {
    font-size: var(--e-global-typography-heading_xl-font-size);
    line-height: var(--e-global-typography-heading_xl-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-bca4d09 {
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-23ff8d2 {
    --gap: 32px 32px;
    --row-gap: 32px;
    --column-gap: 32px;
  }

  .elementor-36 .elementor-element.elementor-element-23de817 {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-widget-icon-box .elementor-icon-box-title,
  .elementor-widget-icon-box .elementor-icon-box-title a {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-widget-icon-box .elementor-icon-box-description {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-2f52c05 .elementor-icon-box-title,
  .elementor-36 .elementor-element.elementor-element-2f52c05 .elementor-icon-box-title a {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-2f52c05 .elementor-icon-box-description {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-4537da9 {
    text-align: end;
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-09f1fec {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-765d3c7 .elementor-icon-box-title,
  .elementor-36 .elementor-element.elementor-element-765d3c7 .elementor-icon-box-title a {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-765d3c7 .elementor-icon-box-description {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-8e7a6be {
    text-align: end;
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-2a71a7a {
    --gap: 16px 16px;
    --row-gap: 16px;
    --column-gap: 16px;
  }

  .elementor-36 .elementor-element.elementor-element-bc34e23 .elementor-icon-box-title,
  .elementor-36 .elementor-element.elementor-element-bc34e23 .elementor-icon-box-title a {
    font-size: var(--e-global-typography-primary-font-size);
  }

  .elementor-36 .elementor-element.elementor-element-bc34e23 .elementor-icon-box-description {
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }

  .elementor-36 .elementor-element.elementor-element-efd4c4f {
    text-align: center;
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
  }
}

@media(min-width:768px) {
  .elementor-36 .elementor-element.elementor-element-804d2be {
    --content-width: 1280px;
  }

  .elementor-36 .elementor-element.elementor-element-c86db57 {
    --content-width: 100%;
  }

  .elementor-36 .elementor-element.elementor-element-3cb8a5c {
    --content-width: 1280px;
  }

  .elementor-36 .elementor-element.elementor-element-91d17f3 {
    --content-width: 1280px;
  }

  .elementor-36 .elementor-element.elementor-element-f46b9cc {
    --content-width: 1280px;
  }

  .elementor-36 .elementor-element.elementor-element-8128ea0 {
    --content-width: 1280px;
  }

  .elementor-36 .elementor-element.elementor-element-acbccb8 {
    --width: 50%;
  }

  .elementor-36 .elementor-element.elementor-element-b1a68c1 {
    --width: 50%;
  }

  .elementor-36 .elementor-element.elementor-element-41928d3 {
    --content-width: 1280px;
  }
}

@media(min-width:1025px) {

  .elementor-36 .elementor-element.elementor-element-804d2be:not(.elementor-motion-effects-element-type-background),
  .elementor-36 .elementor-element.elementor-element-804d2be>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-attachment: fixed;
  }

  .elementor-36 .elementor-element.elementor-element-3cb8a5c:not(.elementor-motion-effects-element-type-background),
  .elementor-36 .elementor-element.elementor-element-3cb8a5c>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-attachment: fixed;
  }
}

/* Merged inline page CSS */
/* Inline CSS: wp-img-auto-sizes-contain-inline-css (from about-us.html) */
img:is([sizes=auto i], [sizes^="auto," i]) {
  contain-intrinsic-size: 3000px 1500px
}

/* Inline CSS: emoji styles */
img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

/* Inline CSS: global-styles-inline-css (from about-us.html) */
:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgb(6, 147, 227) 0%, rgb(155, 81, 224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgb(255, 105, 0) 0%, rgb(207, 46, 46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
  --wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);
}

:root {
  --wp--style--global--content-size: 800px;
  --wp--style--global--wide-size: 1200px;
}

:where(body) {
  margin: 0;
}

.wp-site-blocks>.alignleft {
  float: left;
  margin-right: 2em;
}

.wp-site-blocks>.alignright {
  float: right;
  margin-left: 2em;
}

.wp-site-blocks>.aligncenter {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

:where(.wp-site-blocks)>* {
  margin-block-start: 24px;
  margin-block-end: 0;
}

:where(.wp-site-blocks)> :first-child {
  margin-block-start: 0;
}

:where(.wp-site-blocks)> :last-child {
  margin-block-end: 0;
}

:root {
  --wp--style--block-gap: 24px;
}

:root :where(.is-layout-flow)> :first-child {
  margin-block-start: 0;
}

:root :where(.is-layout-flow)> :last-child {
  margin-block-end: 0;
}

:root :where(.is-layout-flow)>* {
  margin-block-start: 24px;
  margin-block-end: 0;
}

:root :where(.is-layout-constrained)> :first-child {
  margin-block-start: 0;
}

:root :where(.is-layout-constrained)> :last-child {
  margin-block-end: 0;
}

:root :where(.is-layout-constrained)>* {
  margin-block-start: 24px;
  margin-block-end: 0;
}

:root :where(.is-layout-flex) {
  gap: 24px;
}

:root :where(.is-layout-grid) {
  gap: 24px;
}

.is-layout-flow>.alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

.is-layout-flow>.alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

.is-layout-flow>.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-layout-constrained>.alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

.is-layout-constrained>.alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

.is-layout-constrained>.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-layout-constrained>.alignwide {
  max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
  display: flex;
}

.is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

.is-layout-flex> :is(*, div) {
  margin: 0;
}

body .is-layout-grid {
  display: grid;
}

.is-layout-grid> :is(*, div) {
  margin: 0;
}

body {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

a:where(:not(.wp-element-button)) {
  text-decoration: underline;
}

:root :where(.wp-element-button, .wp-block-button__link) {
  background-color: #32373c;
  border-width: 0;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding-top: calc(0.667em + 2px);
  padding-right: calc(1.333em + 2px);
  padding-bottom: calc(0.667em + 2px);
  padding-left: calc(1.333em + 2px);
  text-decoration: none;
  text-transform: inherit;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6;
}

/* Inline CSS: elementor-frontend-inline-css (from about-us.html) */
.e-heading-base a,
.e-paragraph-base a {
  all: unset;
  cursor: pointer;
}

form[data-element_type="e-form"].form-state-success [data-element_type="e-form-success-message"],
form[data-element_type="e-form"].form-state-error [data-element_type="e-form-error-message"] {
  display: block;
}

.e-form-textarea-base:not([data-resizable]) {
  resize: none;
}

.e-form-submit-button-base {
  cursor: pointer;
  box-sizing: border-box;
}

/* Inline CSS: .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				} (from about-us.html) */
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
  background-image: none !important;
}

@media screen and (max-height: 1024px) {

  .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
  .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important;
  }
}

@media screen and (max-height: 640px) {

  .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
  .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important;
  }
}

/* Font correction */
:root {
  --e-global-typography-primary-font-family: "Tajawal";
  --e-global-typography-secondary-font-family: "Tajawal";
  --e-global-typography-text-font-family: "Tajawal";
  --e-global-typography-accent-font-family: "Tajawal";
}

html,
body,
button,
input,
select,
textarea,
.elementor,
.elementor-widget,
.elementor-heading-title,
.elementor-button,
.elementor-nav-menu,
.elementor-nav-menu .elementor-item,
.elementor-nav-menu .elementor-sub-item,
.elementor-nav-menu--dropdown a,
.elementor-icon-box-title,
.elementor-icon-box-description {
  font-family: "Tajawal", Arial, sans-serif !important;
}

.elementor-location-footer .elementor-nav-menu--dropdown .elementor-item,
.elementor-location-footer .elementor-nav-menu--dropdown .elementor-sub-item,
body .elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--dropdown .elementor-item,
body .elementor-27 .elementor-element.elementor-element-c141b2d .elementor-nav-menu--dropdown .elementor-sub-item {
  font-family: "Tajawal", Arial, sans-serif !important;
  text-transform: none !important;
}

/* Header logo moved into homepage hero */
.elementor-location-header .elementor-element.elementor-element-6876883 {
  display: none !important;
}

.elementor-location-header .elementor-element.elementor-element-2c947d5a {
  margin-right: auto !important;
  margin-left: 0 !important;
}

.elementor-location-header .elementor-element.elementor-element-2c947d5a .elementor-nav-menu .elementor-item {
  color: #275D4D !important;
  fill: #275D4D !important;
  font-size: 17px !important;
  font-weight: 700 !important;
}

.elementor-location-header .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--main .elementor-item:hover,
.elementor-location-header .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--main .elementor-item:focus {
  color: #ffffff !important;
  fill: #ffffff !important;
}

.elementor-location-header .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:hover:before,
.elementor-location-header .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:hover:after,
.elementor-location-header .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:focus:before,
.elementor-location-header .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:focus:after {
  background-color: #ffffff !important;
}

.elementor-location-header .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--main .elementor-item.elementor-item-active {
  color: #275D4D !important;
  fill: #275D4D !important;
}

.elementor-location-header .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
.elementor-location-header .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after,
.elementor-location-header .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:before,
.elementor-location-header .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:after {
  background-color: #275D4D !important;
}

.elementor-location-header .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown .elementor-item,
.elementor-location-header .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown .elementor-sub-item {
  color: #275D4D !important;
  fill: #275D4D !important;
  font-weight: 700 !important;
}

.elementor-location-header .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown .elementor-item:hover,
.elementor-location-header .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-location-header .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown .elementor-sub-item:hover,
.elementor-location-header .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown .elementor-sub-item:focus {
  color: #275D4D !important;
  fill: #275D4D !important;
}

.qunnabah-hero {
  position: relative;
}

.space-video-hero {
  align-items: center;
  background: #050505;
  color: #ffffff;
  display: flex;
  justify-content: center;
  margin-top: -111px;
  min-height: 100vh;
  overflow: hidden;
  padding: 160px 24px 96px;
  text-align: center;
}

.space-video-hero::before {
  background: rgba(2, 2, 2, 0.39);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.space-video-hero .elementor-background-video-container,
.space-video-hero .elementor-background-video-hosted {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.space-video-hero .elementor-background-video-hosted {
  object-fit: cover;
}

.space-hero-content {
  max-width: 900px;
  position: relative;
  z-index: 3;
}

.space-hero-logo-wrap {
  position: absolute;
  top: 125px;
  right: 48px;
  z-index: 5;
}

.space-hero-logo {
  display: block;
  height: auto;
  max-width: min(196px, 40vw);
  width: 196px;
}

@media (max-width: 1024px) {
  .space-hero-logo-wrap {
    top: 105px;
    right: 28px;
  }

  .space-hero-logo {
    width: 140px;
  }
}

@media (max-width: 767px) {
  .space-hero-logo-wrap {
    top: 90px;
    right: 18px;
  }

  .space-hero-logo {
    width: 110px;
  }
}

.space-hero-kicker {
  color: #00AF7B;
  font-family: "Tajawal", Sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 10px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.53);
}

.space-hero-title {
  color: #ffffff;
  font-family: "Tajawal", Sans-serif;
  font-size: clamp(44px, 7vw, 86px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.46);
}

.one-place-section {
  --heading-line-length: 420px;
  --heading-line-gap: 30px;
  background: #040806;
  color: #ffffff;
  direction: ltr;
  padding: clamp(64px, 8vw, 118px) 24px clamp(54px, 7vw, 96px);
  position: relative;
  text-align: center;
  overflow: hidden;
}

.one-place-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.one-place-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.65) contrast(1.15) saturate(1.25);
  transform: scale(1.05);
}

.one-place-video-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(4, 12, 8, 0.45) 0%, rgba(4, 8, 6, 0.88) 100%),
              linear-gradient(180deg, rgba(4, 8, 6, 0.75) 0%, rgba(4, 12, 8, 0.5) 50%, rgba(4, 8, 6, 0.9) 100%);
  z-index: 1;
}

.one-place-animated-filter {
  position: absolute;
  inset: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(120deg, 
    rgba(16, 185, 129, 0.18) 0%, 
    rgba(0, 122, 83, 0.08) 25%, 
    rgba(212, 175, 55, 0.22) 50%, 
    rgba(16, 185, 129, 0.1) 75%, 
    rgba(16, 185, 129, 0.18) 100%);
  mix-blend-mode: color-dodge;
  opacity: 0.8;
  z-index: 2;
  animation: videoFilterSweep 12s ease-in-out infinite alternate;
}

@keyframes videoFilterSweep {
  0% {
    transform: translate(-10%, -10%) rotate(0deg);
    filter: hue-rotate(0deg) blur(20px);
  }
  50% {
    transform: translate(5%, 5%) rotate(6deg);
    filter: hue-rotate(45deg) blur(35px);
  }
  100% {
    transform: translate(10%, -5%) rotate(-3deg);
    filter: hue-rotate(0deg) blur(20px);
  }
}

.elementor-35 {
  --heading-line-length: 420px;
  --heading-line-gap: 30px;
}

.elementor-35 .elementor-element,
.elementor-35 .elementor-motion-effects-element,
.elementor-35 .elementor-motion-effects-layer {
  filter: none !important;
}

.one-place-inner {
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
  z-index: 10;
}

.one-place-section::before {
  content: none;
}

.one-place-lined-heading {
  display: grid;
  grid-template-columns: var(--heading-line-length) max-content var(--heading-line-length);
  align-items: center;
  column-gap: var(--heading-line-gap);
  margin: 0 auto clamp(38px, 5vw, 76px);
  justify-content: center;
  width: 100%;
}

.one-place-lined-heading>span {
  display: block;
  width: 100%;
  height: 1px;
  background: #275D4D;
}

.clients-section {
  --heading-line-length: 420px;
  --heading-line-gap: 30px;
  background: #FAFAFA;
  direction: rtl;
  padding: clamp(64px, 8vw, 110px) 24px clamp(58px, 7vw, 96px);
  text-align: center;
}

.clients-inner {
  margin: 0 auto;
  max-width: 1120px;
}

.clients-heading {
  display: grid;
  grid-template-columns: var(--heading-line-length) max-content var(--heading-line-length);
  align-items: center;
  column-gap: var(--heading-line-gap);
  justify-content: center;
  margin: 0 auto clamp(36px, 5vw, 64px);
  width: 100%;
}

.clients-heading span {
  display: block;
  width: 100%;
  height: 1px;
  background: #275D4D;
}

.clients-heading h2 {
  margin: 0;
  color: #275D4D;
  font-family: var(--e-global-typography-primary-font-family), "Tajawal", Sans-serif;
  font-size: var(--e-global-typography-heading_l-font-size) !important;
  font-weight: var(--e-global-typography-heading_l-font-weight) !important;
  letter-spacing: 0;
  line-height: var(--e-global-typography-heading_l-line-height) !important;
  text-align: center;
}

.section-lined-title {
  display: grid !important;
  grid-template-columns: var(--heading-line-length) max-content var(--heading-line-length);
  align-items: center;
  justify-content: center;
  column-gap: var(--heading-line-gap);
  margin-inline: auto;
  width: 100%;
  text-align: center;
  font-family: var(--e-global-typography-heading_l-font-family), "Tajawal", Sans-serif !important;
  font-size: var(--e-global-typography-heading_l-font-size) !important;
  font-weight: var(--e-global-typography-heading_l-font-weight) !important;
  line-height: var(--e-global-typography-heading_l-line-height) !important;
}

.section-lined-title::before,
.section-lined-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #275D4D;
}

.elementor-35 .elementor-element.elementor-element-6f87596 {
  display: none !important;
}

.elementor-35 .elementor-element.elementor-element-bd79a27 {
  border-top: 0 !important;
  border-width: 0 !important;
  --border-top-width: 0px !important;
  --border-style: none !important;
}

.location-lined-title {
  display: grid !important;
  grid-template-columns: var(--heading-line-length) max-content var(--heading-line-length);
  align-items: center;
  column-gap: var(--heading-line-gap);
  justify-content: center;
  margin-inline: auto;
  width: 100%;
  text-align: center;
  font-family: var(--e-global-typography-heading_l-font-family), "Tajawal", Sans-serif !important;
  font-size: var(--e-global-typography-heading_l-font-size) !important;
  font-weight: var(--e-global-typography-heading_l-font-weight) !important;
  line-height: var(--e-global-typography-heading_l-line-height) !important;
}

.location-lined-title span {
  display: block;
  width: 100%;
  height: 1px;
  background: #275D4D;
}

.location-lined-title strong {
  color: inherit;
  font: inherit;
  letter-spacing: 0;
  justify-self: center;
  white-space: nowrap;
}

.one-place-lined-heading,
.clients-heading,
.section-lined-title,
.location-lined-title {
  inline-size: 100vw;
  max-inline-size: 100vw;
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
}

.clients-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.client-logo {
  display: grid;
  min-height: 132px;
  place-items: center;
}

.client-logo img {
  display: block;
  width: min(150px, 100%);
  max-height: 112px;
  object-fit: contain;
  opacity: 0.9;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.client-logo:hover img {
  opacity: 1;
  transform: translateY(-4px);
}

.one-place-title {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  direction: rtl;
  gap: 0;
  margin: 0;
  color: #275D4D;
  font-family: var(--e-global-typography-heading_l-font-family), "Tajawal", Sans-serif !important;
  font-size: var(--e-global-typography-heading_l-font-size) !important;
  font-weight: var(--e-global-typography-heading_l-font-weight) !important;
  letter-spacing: 0;
  line-height: var(--e-global-typography-heading_l-line-height) !important;
  justify-self: center;
  text-align: right;
  white-space: nowrap;
}

.one-place-title::after {
  content: none;
}

.one-place-title strong {
  display: inline-grid;
  place-items: center;
  min-width: 2.25em;
  height: 0.95em;
  margin-left: 0.16em;
  margin-right: 0;
  background: #275D4D;
  color: #ffffff;
  font: inherit;
  line-height: 0.95;
  padding: 0 0.12em 0.08em;
  vertical-align: 0;
}

.one-place-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(32px, 5vw, 72px);
  align-items: end;
}

.one-place-card {
  display: flex;
  min-width: 0;
  color: #ffffff;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-decoration: none !important;
  padding: 24px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.one-place-card:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(16, 185, 129, 0.5);
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 20px 50px rgba(16, 185, 129, 0.25);
}

.one-place-card img {
  display: block;
  width: 186px !important;
  height: 202px !important;
  background: transparent;
  border: 0;
  object-fit: contain;
  padding: 0;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,0.6));
  transition: transform 0.4s ease, filter 0.4s ease;
}

.one-place-card:hover img,
.one-place-card:focus-visible img {
  filter: drop-shadow(0 12px 24px rgba(16, 185, 129, 0.4));
  transform: scale(1.06);
}

.one-place-card span {
  color: #ffffff !important;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.85), rgba(0, 122, 83, 0.95));
  padding: 8px 24px;
  border-radius: 30px;
  font-family: var(--e-global-typography-text-font-family), "Tajawal", Sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.one-place-card:hover span,
.one-place-card:focus-visible span {
  background: linear-gradient(135deg, #10B981, #059669);
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.6);
  transform: scale(1.05);
}

.one-place-card:focus-visible {
  outline: 2px solid #10B981;
  outline-offset: 10px;
}

@media (max-width: 900px) {

  .one-place-section,
  .elementor-35,
  .clients-section {
    --heading-line-length: 160px;
    --heading-line-gap: 22px;
  }

  .one-place-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 52px;
  }

  .clients-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (min-width: 901px) and (max-width: 1500px) {

  .one-place-section,
  .elementor-35,
  .clients-section {
    --heading-line-length: 240px;
    --heading-line-gap: 26px;
  }
}

@media (max-width: 560px) {
  .one-place-section {
    padding: 56px 20px;
  }

  .one-place-title {
    margin-bottom: 0;
  }

  .section-lined-title {
    grid-template-columns: 1fr;
    row-gap: 14px;
  }

  .section-lined-title::before,
  .section-lined-title::after {
    width: 180px;
    margin: 0 auto;
  }

  .one-place-lined-heading {
    grid-template-columns: 1fr;
    row-gap: 14px;
    margin-bottom: 34px;
  }

  .one-place-lined-heading>span {
    width: 180px;
    margin: 0 auto;
  }

  .one-place-grid {
    grid-template-columns: 1fr;
  }

  .one-place-card img {
    width: 186px;
    height: 202px;
  }

  .clients-section {
    padding: 52px 20px;
  }

  .clients-heading {
    grid-template-columns: 1fr;
    row-gap: 14px;
    margin-bottom: 34px;
  }

  .clients-heading span {
    width: 180px;
    margin: 0 auto;
  }

  .location-lined-title {
    grid-template-columns: 1fr;
    row-gap: 14px;
  }

  .location-lined-title span {
    width: 180px;
    margin: 0 auto;
  }

  .location-lined-title strong {
    white-space: normal;
  }

  .clients-logo-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.qunnabah-hero .hero-floating-logo {
  position: absolute !important;
  top: 50% !important;
  left: 25% !important;
  right: auto !important;
  z-index: 99 !important;
  display: block !important;
  width: clamp(140px, 12vw, 220px) !important;
  transform: translate(-50%, -50%) !important;
}

.qunnabah-hero .hero-floating-logo img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 1024px) {
  .qunnabah-hero .hero-floating-logo {
    top: 50% !important;
    left: 25% !important;
    right: auto !important;
    transform: translate(-50%, -50%) !important;
    width: 140px !important;
  }
}

@media (max-width: 767px) {
  .qunnabah-hero .hero-floating-logo {
    top: 50% !important;
    left: 25% !important;
    right: auto !important;
    transform: translate(-50%, -50%) !important;
    width: 110px !important;
  }
}

/* Footer logo size */
.elementor-27 .elementor-element.elementor-element-c6265f6 img {
  width: 190px !important;
  height: auto !important;
}

@media (max-width: 1024px) {
  .elementor-27 .elementor-element.elementor-element-c6265f6 img {
    width: 175px !important;
  }
}

@media (max-width: 767px) {
  .elementor-27 .elementor-element.elementor-element-c6265f6 img {
    width: 145px !important;
  }
}

/* Remove homepage hero headline shadow */
.hero-title .elementor-headline,
.hero-title .elementor-headline *,
.elementor-35 .elementor-element.elementor-element-cfd44c7 .elementor-headline,
.elementor-35 .elementor-element.elementor-element-cfd44c7 .elementor-headline * {
  text-shadow: none !important;
}

.hero-title .elementor-headline-dynamic-wrapper::after,
.elementor-35 .elementor-element.elementor-element-cfd44c7 .elementor-headline-dynamic-wrapper::after {
  box-shadow: none !important;
}

.hero-title .elementor-headline-dynamic-text,
.elementor-35 .elementor-element.elementor-element-cfd44c7 .elementor-headline-dynamic-text {
  color: #ffffff !important;
}

/* Ensure All Main Writing and Header Links in Horizontal Bar are Pure White (#ffffff) */
.elementor-location-header,
.elementor-location-header a,
.elementor-location-header .elementor-nav-menu .elementor-item,
.elementor-location-header .elementor-nav-menu .elementor-sub-item,
.elementor-location-header .elementor-heading-title,
.elementor-location-header .elementor-widget-heading {
  color: #ffffff !important;
  fill: #ffffff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8) !important;
}

/* Rectangle Pill Box Highlight for Main Navigation Items instead of line */
.elementor-location-header .elementor-nav-menu--main .elementor-item:before,
.elementor-location-header .elementor-nav-menu--main .elementor-item:after {
  display: none !important;
  content: none !important;
}

.elementor-location-header .elementor-nav-menu--main .elementor-item {
  border-radius: 6px !important;
  padding: 6px 14px !important;
  margin: 0 3px !important;
  border: 1px solid transparent !important;
  background: transparent !important;
  transition: all 0.25s ease !important;
  color: #ffffff !important;
  fill: #ffffff !important;
  font-weight: 600 !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8) !important;
}

/* Hover State - White Golden Tint Rectangle Box */
.elementor-location-header .elementor-nav-menu--main .elementor-item:hover,
.elementor-location-header .elementor-nav-menu--main .elementor-item:focus {
  background: rgba(255, 255, 255, 0.18) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  color: #ffffff !important;
  fill: #ffffff !important;
  box-shadow: 0 2px 12px rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
}

/* Active / Clicked State - Pure White Glass Rectangle Box with White Text */
.elementor-location-header .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-location-header .elementor-nav-menu--main .elementor-item:active {
  background: rgba(255, 255, 255, 0.25) !important;
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  color: #ffffff !important;
  fill: #ffffff !important;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.35) !important;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
}

/* Text Logo Badge after "تواصل معنا" */
.menu-item-acacia-logo-badge {
  display: inline-flex !important;
  align-items: center !important;
  margin-left: 10px !important;
  margin-right: 4px !important;
}

.acacia-text-logo-badge {
  font-family: 'Montserrat', 'Outfit', 'Arial Black', sans-serif !important;
  font-weight: 900 !important;
  font-size: 11px !important;
  letter-spacing: 1.5px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(212, 175, 55, 0.3)) !important;
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  border-radius: 12px !important;
  padding: 3px 10px !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
  display: inline-block !important;
  white-space: nowrap !important;
  line-height: 1.4 !important;
  transition: transform 0.25s ease, background 0.25s ease !important;
}

.acacia-text-logo-badge:hover {
  transform: translateY(-1px) scale(1.03) !important;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.4), rgba(39, 93, 77, 0.4)) !important;
  border-color: #d4af37 !important;
}

/* Mobile Menu Toggle button styling */
.elementor-menu-toggle,
.elementor-menu-toggle svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* Ensure dropdown and mobile navigation menu items are pure white */
.elementor-location-header .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown,
.elementor-location-header .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown .elementor-item,
.elementor-location-header .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown .elementor-sub-item,
.elementor-location-header .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown .elementor-item:hover,
.elementor-location-header .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-location-header .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown .elementor-sub-item:hover,
.elementor-location-header .elementor-element.elementor-element-2c947d5a .elementor-nav-menu--dropdown .elementor-sub-item:focus {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* Hide navigation arrows in the project media carousels */
.elementor-widget-media-carousel .elementor-swiper-button {
  display: none !important;
}

/* Custom Clean Image Banners (Enlarged Widescreen Banners) */
.clean-image-banner,
.elementor-element-55e62db,
.elementor-element-0af060c {
  min-height: 780px !important;
  height: clamp(680px, 78vh, 950px) !important;
  background-image: url('media/hero-villa-design.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  filter: none !important;
  backdrop-filter: none !important;
  margin-bottom: 35px !important;
  background-color: transparent !important;
}

.clean-image-banner .elementor-background-overlay {
  display: none !important;
}

.banner-section-1 {
  background-image: url('media/hero-villa-design.jpg') !important;
}

.banner-section-2 {
  background-image: url('media/aerial-masterplan.jpg') !important;
}

.banner-section-3 {
  background-image: url('media/aerial-park-design.jpg') !important;
}

.banner-section-4 {
  background-image: url('media/landscap-villa_Page_06.jpg') !important;
}

/* Future Ideas Banner Section Frame - Fixed Parallax Background (الصورة ثابتة والفريم يتحرك) */
.future-ideas-banner-frame,
.future-ideas-banner-frame .future-ideas-inner {
  position: relative !important;
  width: 100% !important;
  min-height: 1100px !important;
  height: clamp(900px, 115vh, 1400px) !important;
  overflow: hidden !important;
  background-image: url('media/future-ideas-banner.png') !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  display: block !important;
}

.future-ideas-banner-frame {
  margin-bottom: 45px !important;
}

.new-banner-frame,
.new-banner-frame .future-ideas-inner {
  background-image: url('media/ai-professional-villa-perspective.jpg') !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.new-banner-frame-3,
.new-banner-frame-3 .future-ideas-inner {
  background-image: url('media/ai-luxury-resort-gardens.jpg') !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Hide internal img tag so fixed background is rendered cleanly */
.future-ideas-banner-frame img.future-banner-img {
  display: none !important;
}

.future-banner-gradient-v {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to bottom, rgba(5, 5, 5, 0.2) 0%, rgba(5, 5, 5, 0.45) 50%, rgba(5, 5, 5, 0.92) 100%) !important;
  z-index: 2 !important;
}

.future-banner-gradient-h {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to right, rgba(5, 5, 5, 0.6) 0%, transparent 35%, transparent 65%, rgba(5, 5, 5, 0.6) 100%) !important;
  z-index: 3 !important;
}

.future-banner-content {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 10 !important;
  padding: clamp(35px, 6vw, 75px) clamp(24px, 7vw, 120px) !important;
  text-align: right !important;
  direction: rtl !important;
}

.future-banner-accent {
  width: 75px !important;
  height: 4px !important;
  background: linear-gradient(90deg, #10B981, #007A53) !important;
  border-radius: 4px !important;
  margin-bottom: 18px !important;
}

.future-banner-title {
  font-size: clamp(2.8rem, 6.5vw, 5.4rem) !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin: 0 0 14px 0 !important;
  line-height: 1.1 !important;
  letter-spacing: 1px !important;
  text-shadow: 0 6px 30px rgba(0, 0, 0, 0.85) !important;
  font-family: inherit !important;
}

.future-banner-subtitle {
  font-size: clamp(1.05rem, 2vw, 1.35rem) !important;
  color: rgba(255, 255, 255, 0.85) !important;
  max-width: 620px !important;
  margin: 0 !important;
  line-height: 1.8 !important;
  font-weight: 500 !important;
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.8) !important;
}

.future-banner-decor {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 26px !important;
  flex-direction: row-reverse !important;
}

.future-banner-decor .decor-dot {
  width: 44px !important;
  height: 2px !important;
  background: #10B981 !important;
  border-radius: 2px !important;
}

.future-banner-decor .decor-tag {
  color: #10B981 !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
}

.future-banner-decor .decor-line {
  flex: 1 !important;
  height: 1px !important;
  background: linear-gradient(to left, #10B981, transparent) !important;
  max-width: 160px !important;
}

.new-banner-frame {
  margin-top: 35px !important;
  margin-bottom: 45px !important;
}

.new-banner-frame img.future-banner-img {
  object-position: center top !important;
}

/* ============================================================
   BOARD OF DIRECTORS SECTION (COMPACT PHOTOS & LUXURY BLACK BG)
   ============================================================ */
.board-template-section {
  background-color: #050505 !important;
  color: #ffffff !important;
  padding: 55px 20px 60px 20px !important;
  text-align: center !important;
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.board-template-inner {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.board-template-heading {
  margin-bottom: 28px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

.board-top-line {
  width: 90px !important;
  height: 2px !important;
  background-color: #d4af37 !important;
  margin-bottom: 12px !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.board-top-line span {
  width: 26px !important;
  height: 3px !important;
  background-color: #10B981 !important;
  display: block !important;
}

.board-template-heading h2 {
  font-size: 1.8rem !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin: 0 !important;
  letter-spacing: -0.5px !important;
  font-family: inherit !important;
}

.board-template-grid {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  width: 100% !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
}

@media (max-width: 650px) {
  .board-template-grid {
    flex-direction: row !important;
    justify-content: center !important;
    max-width: 100% !important;
  }
}

.board-template-card {
  flex: 0 1 170px !important;
  width: 170px !important;
  max-width: 100% !important;
  background-color: #0d0d0d !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  text-align: center !important;
  transition: transform 0.3s ease, border-color 0.3s ease !important;
}

.board-template-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(212, 175, 55, 0.5) !important;
}

/* Downsized Compact Photo Box */
.board-card-photo-box {
  width: 100% !important;
  height: 190px !important;
  background: #000000 !important;
  overflow: hidden !important;
  position: relative !important;
  display: block !important;
}

.board-card-photo {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  filter: grayscale(100%) brightness(1.05) contrast(1.05) !important;
  -webkit-filter: grayscale(100%) brightness(1.05) contrast(1.05) !important;
  transition: filter 0.3s ease, transform 0.3s ease !important;
}

.board-template-card:hover .board-card-photo {
  filter: grayscale(0%) !important;
  -webkit-filter: grayscale(0%) !important;
  transform: scale(1.04) !important;
}

.board-card-info {
  background-color: #0d0d0d !important;
  padding: 12px 8px 10px 8px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.board-card-name {
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin: 0 0 4px 0 !important;
  white-space: nowrap !important;
}

.board-card-role {
  font-size: 0.8rem !important;
  color: rgba(255, 255, 255, 0.7) !important;
  margin: 0 0 8px 0 !important;
}

.board-card-link {
  font-size: 0.75rem !important;
  color: rgba(255, 255, 255, 0.6) !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
}

.board-card-link:hover {
  color: #d4af37 !important;
  text-decoration: underline !important;
}

/* ============================================================
   APPLY BLACK BACKGROUND TO ALL SECTIONS BELOW BOARD OF DIRECTORS
   ============================================================ */
.elementor-element-2eb78f9,
.elementor-element-739d71f,
footer.elementor-location-header,
footer.elementor-location-footer,
.elementor-location-footer {
  background-color: #050505 !important;
  color: #ffffff !important;
}

/* Counter & Numbers Section Below Board of Directors */
.elementor-element-2eb78f9 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.elementor-element-2eb78f9 .elementor-heading-title,
.elementor-element-2eb78f9 h2,
.elementor-element-2eb78f9 h5,
.elementor-element-2eb78f9 p {
  color: #ffffff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8) !important;
}

.elementor-element-2eb78f9 p {
  color: rgba(255, 255, 255, 0.75) !important;
}

.elementor-element-2eb78f9 .elementor-counter-number,
.elementor-element-2eb78f9 .elementor-counter-number-suffix,
.elementor-element-2eb78f9 .elementor-counter-number-prefix {
  color: #d4af37 !important;
  font-weight: 800 !important;
  text-shadow: 0 2px 14px rgba(212, 175, 55, 0.3) !important;
}

.elementor-element-2eb78f9 .elementor-element-7306fb4,
.elementor-element-2eb78f9 .elementor-element-d4f69c9,
.elementor-element-2eb78f9 .elementor-element-0249430,
.elementor-element-2eb78f9 .elementor-element-b9b3b23 {
  background: #0d0d0d !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 12px !important;
  padding: 24px 16px !important;
  transition: transform 0.3s ease, border-color 0.3s ease !important;
}

.elementor-element-2eb78f9 .elementor-element-7306fb4:hover,
.elementor-element-2eb78f9 .elementor-element-d4f69c9:hover,
.elementor-element-2eb78f9 .elementor-element-0249430:hover,
.elementor-element-2eb78f9 .elementor-element-b9b3b23:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(212, 175, 55, 0.4) !important;
}

/* Location / Map & Contact Info Section Below Board of Directors */
.elementor-element-739d71f {
  padding-top: 60px !important;
  padding-bottom: 70px !important;
}

.elementor-element-739d71f .elementor-heading-title,
.elementor-element-739d71f h2,
.elementor-element-739d71f h3,
.elementor-element-739d71f .elementor-icon-box-title {
  color: #ffffff !important;
}

.elementor-element-739d71f p,
.elementor-element-739d71f .elementor-icon-box-description {
  color: rgba(255, 255, 255, 0.75) !important;
}

.elementor-element-739d71f .elementor-icon-box-wrapper {
  background: #0d0d0d !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 12px !important;
  padding: 20px !important;
}

.elementor-element-739d71f .elementor-icon svg {
  fill: #d4af37 !important;
}

.elementor-element-739d71f .elementor-button {
  background: #275D4D !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 8px !important;
}

/* Footer Section */
footer.elementor-location-footer,
.elementor-location-footer {
  background-color: #000000 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

footer.elementor-location-footer a,
.elementor-location-footer a {
  color: rgba(255, 255, 255, 0.8) !important;
}

footer.elementor-location-footer a:hover,
.elementor-location-footer a:hover {
  color: #d4af37 !important;
}

/* ============================================================
   REMOVE ALL MASKS, OVERLAYS, GRADIENTS & FILTERS ON ALL IMAGES
   ============================================================ */
img,
picture,
svg,
canvas,
.elementor-carousel-image,
.elementor-bg,
.clean-image-banner,
.design-service-frame,
[class*="banner"],
.elementor-background-overlay {
  -webkit-mask: none !important;
  -webkit-mask-image: none !important;
  mask: none !important;
  mask-image: none !important;
  clip-path: none !important;
  -webkit-clip-path: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
}

/* Hide all background overlay elements across Elementor */
.elementor-background-overlay,
.elementor-element::before,
.elementor-element::after,
.e-con::before,
.e-con::after,
.e-con-inner::before,
.e-con-inner::after {
  background: none !important;
  background-image: none !important;
  opacity: 0 !important;
  display: none !important;
}

/* Strip dark/green background gradients from containers */
.elementor-element[data-settings*="background_background"],
.clean-image-banner,
.design-service-frame,
.banner-section-1,
.banner-section-2,
.banner-section-3,
.banner-section-4 {
  --background-overlay: none !important;
  --overlay-opacity: 0 !important;
}

/* Restore 100% photo opacity & color clarity */
.member-photo,
.client-logo img,
.elementor-carousel-image {
  filter: none !important;
  -webkit-filter: none !important;
  opacity: 1 !important;
}

/* ============================================================
   GLOBAL LAYOUT ADJUSTMENTS FOR MEDIA CAROUSELS ON ALL PAGES
   ============================================================ */

/* Make any parent projects container full screen width */
.e-con.e-parent:has(.elementor-widget-media-carousel),
.e-con.e-parent:has(.elementor-widget-media-carousel)>.e-con-inner {
  max-width: 100% !important;
  width: 100% !important;
  --container-max-width: 100% !important;
  padding-left: 5% !important;
  padding-right: 5% !important;
}

/* Enlarge the image column and shrink the text column on desktop for all pages */
@media (min-width: 1025px) {

  /* Parent Container containing a media carousel widget */
  .e-con.e-parent:has(.elementor-widget-media-carousel) {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 40px !important;
  }

  /* Text Column (child container that does NOT contain the media carousel) */
  .e-con.e-parent:has(.elementor-widget-media-carousel)>.e-con.e-child:not(:has(.elementor-widget-media-carousel)) {
    width: 32% !important;
    max-width: 32% !important;
    flex: 0 0 32% !important;
    --container-widget-width: 32% !important;
  }

  /* Image Column (child container that DOES contain the media carousel) */
  .e-con.e-parent:has(.elementor-widget-media-carousel)>.e-con.e-child:has(.elementor-widget-media-carousel) {
    width: 68% !important;
    max-width: 68% !important;
    flex: 0 0 68% !important;
    --container-widget-width: 68% !important;
  }

  /* Increase Height of the Swiper Carousel for all media carousels to look prominent */
  .elementor-widget-media-carousel .elementor-main-swiper {
    height: 480px !important;
  }
}

/* Ensure that coverflow slides on the edges are visible and scaled correctly across all pages */
.e-con.e-child:has(.elementor-widget-media-carousel),
.e-con.e-child:has(.elementor-widget-media-carousel) .elementor-widget-container,
.e-con.e-child:has(.elementor-widget-media-carousel) .elementor-main-swiper,
.e-con.e-child:has(.elementor-widget-media-carousel) .swiper,
.elementor-widget-media-carousel,
.elementor-widget-media-carousel .elementor-widget-container,
.elementor-widget-media-carousel .elementor-main-swiper,
.elementor-widget-media-carousel .swiper {
  overflow: visible !important;
}

/* Force standard swiper slides in coverflow to scale smaller on the edges and show clearly on all pages */
.elementor-widget-media-carousel .swiper-slide {
  transition: transform 0.3s ease, opacity 0.3s ease !important;
}

/* On mobile, stack them normally and set height */
@media (max-width: 1024px) {
  .elementor-widget-media-carousel .elementor-main-swiper {
    height: 320px !important;
  }
}

/* Video Hero Background styles */
.qunnabah-hero,
.space-video-hero {
  position: relative !important;
  overflow: hidden !important;
}

.qunnabah-hero .elementor-background-video-container,
.space-video-hero .elementor-background-video-container {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.qunnabah-hero .elementor-background-video-hosted,
.space-video-hero .elementor-background-video-hosted {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.qunnabah-hero>*:not(.elementor-background-video-container),
.space-video-hero>*:not(.elementor-background-video-container) {
  position: relative !important;
  z-index: 2 !important;
}

/* Header Navigation Spacing Adjustment - Increase spacing between menu items */
header .elementor-nav-menu--main {
  display: flex !important;
  justify-content: center !important;
  width: auto !important;
}

header .elementor-nav-menu--main .elementor-nav-menu {
  gap: 14px !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
}

header .elementor-nav-menu--main .elementor-nav-menu>li {
  margin: 0 4px !important;
  padding: 0 !important;
}

header .elementor-nav-menu--main .elementor-nav-menu>li>a.elementor-item {
  padding-left: 8px !important;
  padding-right: 8px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  white-space: nowrap !important;
  font-size: 13px !important;
}

/* Fully Transparent Top Header Bar */
header.elementor-location-header,
.elementor-location-header {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
  border-bottom: none !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 99999 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

header.elementor-location-header::before {
  display: none !important;
}

header.elementor-location-header::after {
  display: none !important;
}

header .elementor-nav-menu--main .elementor-item-active,
header .elementor-nav-menu--main .elementor-item:hover {
  color: #d4af37 !important;
}

/* Quick Header Icons on the Right of Main Navigation */
.nav-quick-icons {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  margin-left: 8px !important;
  margin-right: 4px !important;
}

.header-icon-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  padding: 3px 4px !important;
  transition: color 0.25s ease, fill 0.25s ease, transform 0.25s ease !important;
  text-decoration: none !important;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6)) !important;
}

.header-icon-link svg {
  fill: #ffffff !important;
}

.header-icon-link:hover {
  color: #d4af37 !important;
  transform: translateY(-1px) !important;
}

.header-icon-link:hover svg {
  fill: #d4af37 !important;
}

.header-email-link {
  font-size: 12px !important;
  direction: ltr !important;
  gap: 4px !important;
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7) !important;
}

.header-email-text {
  display: inline-block !important;
  font-family: inherit !important;
  direction: ltr !important;
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7) !important;
}

/* EN / AR Language Switcher Styling for Transparent Header */
.header-lang-switcher {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  background: rgba(255, 255, 255, 0.15) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 14px !important;
  padding: 3px 9px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  margin-right: 6px !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
  cursor: pointer !important;
  backdrop-filter: blur(8px) !important;
}

.header-lang-switcher:hover {
  background: rgba(212, 175, 55, 0.3) !important;
  border-color: #d4af37 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

.header-lang-switcher svg {
  fill: #ffffff !important;
}

.lang-text {
  font-family: system-ui, -apple-system, sans-serif !important;
  letter-spacing: 0.5px !important;
  color: #ffffff !important;
}

/* ==========================================================================
   Homepage Hero Video & Font Expansion (Full Page Viewport & Larger Font)
   ========================================================================== */
.qunnabah-hero,
.elementor-35 .elementor-element.elementor-element-b13be78 {
  min-height: 180vh !important;
  min-height: max(1350px, 165vh) !important;
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 300px 24px 240px !important;
  margin-top: -111px !important;
  position: relative !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.qunnabah-hero .elementor-background-video-container,
.elementor-35 .elementor-element.elementor-element-b13be78 .elementor-background-video-container {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  z-index: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.qunnabah-hero .elementor-background-video-hosted,
.qunnabah-hero .elementor-background-video-embed,
.qunnabah-hero video,
.elementor-35 .elementor-element.elementor-element-b13be78 .elementor-background-video-hosted,
.elementor-35 .elementor-element.elementor-element-b13be78 video,
.elementor-35 .elementor-element.elementor-element-b13be78 iframe {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) scale(1.22) !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Homepage Hero Title & Animated Headline - Reduced to 50% Half Size */
.hero-title,
.elementor-35 .elementor-element.elementor-element-cfd44c7 {
  width: 100% !important;
  max-width: 850px !important;
  margin: 0 auto 16px auto !important;
  padding: 0 20px !important;
  text-align: center !important;
}

.hero-title .elementor-headline,
.elementor-35 .elementor-element.elementor-element-cfd44c7 .elementor-headline {
  font-size: clamp(22px, 2.5vw, 32px) !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  letter-spacing: -0.3px !important;
  color: #ffffff !important;
  text-align: center !important;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.7) !important;
}

.hero-title .elementor-headline-plain-text,
.elementor-35 .elementor-element.elementor-element-cfd44c7 .elementor-headline-plain-text {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #ffffff !important;
  display: inline-block !important;
  margin: 0 4px !important;
}

.hero-title .elementor-headline-dynamic-wrapper,
.elementor-35 .elementor-element.elementor-element-cfd44c7 .elementor-headline-dynamic-wrapper {
  display: block !important;
  margin-top: 8px !important;
}

.hero-title .elementor-headline-dynamic-text,
.elementor-35 .elementor-element.elementor-element-cfd44c7 .elementor-headline-dynamic-text {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  display: inline-block !important;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.8), 0 0 25px rgba(212, 175, 55, 0.3) !important;
}

.hero-title .elementor-headline-dynamic-wrapper::after,
.elementor-35 .elementor-element.elementor-element-cfd44c7 .elementor-headline-dynamic-wrapper::after {
  width: min(300px, 60%) !important;
  height: 3px !important;
  margin: 12px auto 0 !important;
  background: linear-gradient(90deg, transparent, #d4af37, #275D4D, transparent) !important;
  box-shadow: 0 0 14px rgba(212, 175, 55, 0.6) !important;
}

/* Homepage Hero Subtitle Descriptions - 50% Half Size */
.elementor-35 .elementor-element.elementor-element-41dbefe,
.qunnabah-hero .elementor-widget-heading {
  padding: 0 20px !important;
  max-width: 800px !important;
  margin: 0 auto 20px auto !important;
  width: 100% !important;
  text-align: center !important;
}

.elementor-35 .elementor-element.elementor-element-41dbefe .elementor-heading-title,
.qunnabah-hero .elementor-heading-title {
  font-size: clamp(13px, 1.1vw, 16px) !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  margin-bottom: 10px !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8) !important;
  letter-spacing: 0.1px !important;
}

/* Homepage Hero Action Buttons - Unified Matching Background & Centered Text */
.qunnabah-hero .hero-actions,
.elementor-35 .elementor-element.elementor-element-4fd67b3 {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 16px !important;
  margin-top: 16px !important;
  width: 100% !important;
}

/* Remove any unwanted container blur / background overlays */
.qunnabah-hero .hero-actions .elementor-element,
.elementor-35 .elementor-element.elementor-element-4fd67b3 .elementor-element {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Uniform Matching Buttons Style for "طلب معاينة" and "مشاريعنا" */
.qunnabah-hero .hero-actions .elementor-button,
.elementor-35 .elementor-element.elementor-element-4fd67b3 .elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  height: 48px !important;
  min-width: 140px !important;
  padding: 0 28px !important;
  background: #275D4D !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.3px !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transition: all 0.25s ease !important;
  cursor: pointer !important;
  text-decoration: none !important;
}

.qunnabah-hero .hero-actions .elementor-button:hover,
.elementor-35 .elementor-element.elementor-element-4fd67b3 .elementor-button:hover {
  background: #1b3a32 !important;
  border-color: #d4af37 !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 22px rgba(39, 93, 77, 0.5) !important;
}

/* Perfect Vertical & Horizontal Text Centering inside Button Frame */
.qunnabah-hero .hero-actions .elementor-button-content-wrapper,
.elementor-35 .elementor-element.elementor-element-4fd67b3 .elementor-button-content-wrapper,
.qunnabah-hero .hero-actions .elementor-button-text,
.elementor-35 .elementor-element.elementor-element-4fd67b3 .elementor-button-text {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  margin: 0 auto !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  line-height: 1 !important;
}

/* Responsive adjustments for mobile screens */
@media (max-width: 767px) {

  .qunnabah-hero,
  .elementor-35 .elementor-element.elementor-element-b13be78 {
    padding: 180px 16px 90px !important;
    min-height: 130vh !important;
    min-height: max(800px, 125dvh) !important;
  }

  .hero-title .elementor-headline,
  .elementor-35 .elementor-element.elementor-element-cfd44c7 .elementor-headline {
    font-size: clamp(20px, 5vw, 26px) !important;
    line-height: 1.3 !important;
  }

  .elementor-35 .elementor-element.elementor-element-41dbefe .elementor-heading-title,
  .qunnabah-hero .elementor-heading-title {
    font-size: clamp(12px, 3vw, 14px) !important;
    line-height: 1.45 !important;
  }

  .qunnabah-hero .hero-actions .elementor-button,
  .elementor-35 .elementor-element.elementor-element-4fd67b3 .elementor-button {
    height: 42px !important;
    font-size: 13px !important;
    padding: 0 20px !important;
    min-width: 120px !important;
  }
}

/* ==========================================================================
   Global Override: Complete Removal of Green Colors - Pure White Text & Accents
   ========================================================================== */

/* All Header Navigation Menu Items (Normal, Active, Hover, Dropdown) */
header .elementor-nav-menu .menu-item a,
header .elementor-nav-menu .menu-item a.elementor-item,
header .elementor-nav-menu .menu-item a.elementor-item-active,
header .elementor-nav-menu a:hover,
header .elementor-nav-menu .elementor-item,
.elementor-nav-menu--main .elementor-item,
.elementor-nav-menu--main .elementor-item-active,
.elementor-nav-menu--main .elementor-item:hover,
.elementor-nav-menu--dropdown .elementor-item,
.elementor-nav-menu--dropdown .elementor-item-active,
.elementor-nav-menu--dropdown .elementor-item:hover,
.menu-item.current-menu-item>a,
.menu-item.current_page_item>a {
  color: #ffffff !important;
  fill: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.7) !important;
}

header .header-icon-link,
header .header-icon-link svg,
header .header-email-text,
header .header-email-link,
header .lang-text {
  color: #ffffff !important;
  fill: #ffffff !important;
}

header .header-icon-link:hover,
header .header-icon-link:hover svg {
  fill: #ffffff !important;
  color: #ffffff !important;
}

/* All Headings, Titles & Hero Text */
h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title,
.section-lined-title,
.hero-title,
.hero-title .elementor-headline,
.hero-title .elementor-headline-plain-text,
.hero-title .elementor-headline-dynamic-text,
.hero-title .elementor-headline-text-wrapper,
.elementor-35 .elementor-element.elementor-element-cfd44c7 .elementor-headline-plain-text,
.elementor-35 .elementor-element.elementor-element-cfd44c7 .elementor-headline-dynamic-text,
.elementor-35 .elementor-element.elementor-element-83c0b59 .elementor-heading-title {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8) !important;
}

/* Service Numbers (Stroke & Fill White) */
.elementor-element-83802c6 .swiper-slide .elementor-widget-heading:first-child .elementor-heading-title,
.elementor-35 .elementor-element.elementor-element-8fe0f62 .elementor-heading-title,
.elementor-35 .elementor-element.elementor-element-dee3db6 .elementor-heading-title,
.elementor-35 .elementor-element.elementor-element-2820153 .elementor-heading-title,
.elementor-35 .elementor-element.elementor-element-c4136b2 .elementor-heading-title,
.elementor-35 .elementor-element.elementor-element-4de71fa .elementor-heading-title,
.elementor-35 .elementor-element.elementor-element-fdae639 .elementor-heading-title,
.elementor-35 .elementor-element.elementor-element-bbdae1d .elementor-heading-title,
.elementor-35 .elementor-element.elementor-element-918b56a .elementor-heading-title,
.elementor-35 .elementor-element.elementor-element-adca88c .elementor-heading-title,
.elementor-35 .elementor-element.elementor-element-dd1b70a .elementor-heading-title,
.elementor-35 .elementor-element.elementor-element-1ff26c9 .elementor-heading-title,
.elementor-35 .elementor-element.elementor-element-7767cc8 .elementor-heading-title {
  -webkit-text-stroke-color: #ffffff !important;
  -webkit-text-fill-color: transparent !important;
  color: #ffffff !important;
}

/* Action Buttons Styling - White Glassmorphism (No Green) */
.qunnabah-hero .hero-actions .elementor-button,
.elementor-35 .elementor-element.elementor-element-4fd67b3 .elementor-button,
.elementor-35 .elementor-element.elementor-element-0150cf5 .elementor-button,
.elementor-35 .elementor-element.elementor-element-d6f89c7 .elementor-button {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.4) !important;
  backdrop-filter: blur(8px) !important;
}

.qunnabah-hero .hero-actions .elementor-button:hover,
.elementor-35 .elementor-element.elementor-element-4fd67b3 .elementor-button:hover,
.elementor-35 .elementor-element.elementor-element-0150cf5 .elementor-button:hover,
.elementor-35 .elementor-element.elementor-element-d6f89c7 .elementor-button:hover {
  background: rgba(255, 255, 255, 0.3) !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 6px 22px rgba(255, 255, 255, 0.35) !important;
}

/* Swiper Controls without Green */
.elementor-element-83802c6 .elementor-swiper-button {
  background: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  color: #ffffff !important;
}

.elementor-element-83802c6 .elementor-swiper-button:hover {
  background: #ffffff !important;
  color: #070d19 !important;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.6) !important;
}

.elementor-element-83802c6 .swiper-pagination-bullet-active {
  background: #ffffff !important;
}

/* ==========================================================================
   Homepage Hero Video Section - Matching Landscape Video Size (Full 100% Width & 100vh Height)
   ========================================================================== */
.qunnabah-hero,
.elementor-35 .elementor-element.elementor-element-b13be78 {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100vh !important;
  min-height: 100vh !important;
  max-height: none !important;
  margin: 0 !important;
  margin-top: -111px !important;
  padding: 140px 24px 80px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
}

.qunnabah-hero .elementor-background-video-container,
.elementor-35 .elementor-element.elementor-element-b13be78 .elementor-background-video-container {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-height: none !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.qunnabah-hero video.elementor-background-video-hosted,
.qunnabah-hero video,
.elementor-35 .elementor-element.elementor-element-b13be78 video {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) scale(1.05) !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 767px) {

  .qunnabah-hero,
  .elementor-35 .elementor-element.elementor-element-b13be78 {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    margin-top: -90px !important;
    border-radius: 0 !important;
    height: 100vh !important;
    min-height: 100vh !important;
    min-height: max(650px, 100dvh) !important;
    padding: 130px 16px 60px !important;
  }
}

/* ==========================================================================
   Comprehensive Layout Responsiveness for Desktop & Mobile Screens
   ========================================================================== */

/* 1. Global Box-Sizing & Overflow Control */
html,
body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  box-sizing: border-box !important;
}

*,
*::before,
*::after {
  box-sizing: border-box !important;
}

img,
video,
iframe,
canvas,
svg {
  max-width: 100% !important;
}

/* 2. Large Desktop Displays (1400px+) */
@media (min-width: 1400px) {

  .e-con-boxed,
  .container,
  .one-place-inner {
    max-width: 1320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* 3. Laptops & Standard Desktop Displays (992px - 1399px) */
@media (min-width: 992px) and (max-width: 1399px) {

  .e-con-boxed,
  .container,
  .one-place-inner {
    max-width: 1140px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  header .elementor-nav-menu--main .elementor-nav-menu>li>a.elementor-item {
    font-size: 13px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}

/* 4. Tablet Screens (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {

  .e-con-boxed,
  .container,
  .one-place-inner {
    max-width: 720px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .one-place-grid,
  .projects-grid,
  .cards-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }

  .hero-title .elementor-headline,
  .elementor-heading-title {
    font-size: clamp(24px, 4vw, 36px) !important;
  }
}

/* 5. Mobile Phone Screens (Up to 767px) */
@media (max-width: 767px) {

  /* Prevent elements from overflowing mobile viewport */
  .e-con,
  .e-con-inner,
  .elementor-element,
  .elementor-widget,
  .container {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Compact Padding for Mobile Containers */
  .elementor-section,
  .elementor-element.e-parent,
  section {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  /* Grid layouts collapse to single or double column neatly on mobile */
  .one-place-grid,
  .projects-grid,
  .cards-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }

  @media (max-width: 480px) {

    .one-place-grid,
    .projects-grid {
      grid-template-columns: 1fr !important;
    }
  }

  /* Hero Banner height scaling for Mobile phones */
  .qunnabah-hero,
  .space-video-hero,
  .elementor-35 .elementor-element.elementor-element-b13be78 {
    min-height: max(550px, 90dvh) !important;
    height: 90dvh !important;
    padding-top: 100px !important;
    padding-bottom: 40px !important;
  }

  .hero-title .elementor-headline,
  .hero-title h1,
  .hero-title h2,
  .hero-title h3 {
    font-size: clamp(20px, 6vw, 28px) !important;
    line-height: 1.35 !important;
  }

  /* Subtitles & Descriptions on Mobile */
  .qunnabah-hero .elementor-heading-title,
  p,
  h5,
  h6 {
    font-size: clamp(12px, 3.5vw, 14px) !important;
    line-height: 1.5 !important;
  }

  /* Mobile Navigation Menu Toggle & Dropdown */
  .elementor-nav-menu--dropdown {
    background: rgba(7, 13, 25, 0.96) !important;
    backdrop-filter: blur(16px) !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    padding: 16px !important;
  }

  .elementor-nav-menu--dropdown a.elementor-item {
    font-size: 14px !important;
    padding: 10px 16px !important;
    color: #ffffff !important;
  }

  /* Services Carousel on Mobile */
  .elementor-element-83802c6 .swiper-slide .e-con,
  .elementor-element-83802c6 .swiper-slide .elementor-element {
    min-height: 190px !important;
    height: 190px !important;
    padding: 14px !important;
  }

  .elementor-element-83802c6 .elementor-swiper-button {
    width: 32px !important;
    height: 32px !important;
  }
}

/* ==========================================================================
   Image/Video Clipped Text Title (Matching User Reference Image)
   ========================================================================== */
.clipped-text-section {
  position: relative !important;
  text-align: center !important;
  padding: 70px 20px 60px 20px !important;
  background-color: #f7f8f9 !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Giant subtle outline text behind (like "FEATURED" in reference) */
.clipped-text-section .bg-outline-text {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  text-align: center !important;
  font-family: 'Poppins', 'Alexandria', sans-serif !important;
  font-size: clamp(60px, 12vw, 160px) !important;
  font-weight: 900 !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.06) !important;
  white-space: nowrap !important;
  pointer-events: none !important;
  z-index: 1 !important;
  letter-spacing: 4px !important;
}

/* Main title text with green trees/grass inside text letters */
.clipped-text-section .video-clipped-text-title,
h1.video-clipped-text-title,
.video-clipped-text-title {
  position: relative !important;
  z-index: 2 !important;
  font-family: 'Alexandria', 'Tajawal', sans-serif !important;
  font-size: clamp(26px, 4.5vw, 54px) !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
  text-align: center !important;
  margin: 0 auto !important;
  padding: 10px 15px !important;
  word-spacing: 2px !important;

  /* Green trees/grass texture clipped inside font letters */
  background: url("media/landscap-villa_Page_06_services.jpg") center center / cover no-repeat !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;

  /* Drop shadow to make letter edges crisp */
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.25)) !important;
}

.video-text-svg {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  max-width: 1180px !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.2)) !important;
}

@media (max-width: 767px) {
  .clipped-text-section {
    padding: 30px 10px 25px 10px !important;
  }
}

/* ==========================================================================
   Animated Video Logo (House Silhouette Cutout with Live Flower Video)
   ========================================================================== */
.animated-house-logo-container {
  position: relative !important;
  width: 290px !important;
  height: 200px !important;
  margin: 0 auto !important;
  display: block !important;
  filter: drop-shadow(0 8px 25px rgba(0, 0, 0, 0.65)) !important;
}

.house-video-inside-logo {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  -webkit-mask-image: url("media/logospace3-inner.png") !important;
  mask-image: url("media/logospace3-inner.png") !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  z-index: 1 !important;
}

.house-logo-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  z-index: 2 !important;
  pointer-events: none !important;
  opacity: 0.85 !important;
}

@media (max-width: 767px) {
  .animated-house-logo-container {
    width: 200px !important;
    height: 140px !important;
  }
}