@media all{
  @media print {
    *,
    *::before,
    *::after {
      background: transparent !important;
      color: black !important;
      box-shadow: none !important;
      text-shadow: none !important;
    }
    a,
    a:visited {
      text-decoration: underline;
    }
    img {
      page-break-inside: avoid;
    }
    img {
      max-width: 100% !important;
    }
  }
}@media all{
  .elementor-section .elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  @media (max-width: 1024px) {
    .elementor-section .elementor-container {
      flex-wrap: wrap;
    }
  }
  .elementor-button-text {
    flex-grow: 1;
    order: 10;
    display: inline-block;
  }
}.uicore-navbar a.uicore-btn{
  font-family: "Noto Kufi Arabic", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: None;
  line-height: 1em;
  letter-spacing: 0em;
  color: #ffffff;
  background-color: var(--e-global-color-uicore_primary);
  border-style: none;
}.uicore-navbar a.uicore-btn{
  border-radius: 6px 6px 6px 6px;
}.uicore-navbar a.uicore-btn:hover,
.uicore-navbar a.uicore-btn:focus{
  color: #ffffff;
  background-color: var(--e-global-color-uicore_secondary);
}.elementor-section.elementor-section-boxed nav.elementor-container{
  max-width: 1216px;
}@media (max-width: 1024px){
  .uicore-navbar a.uicore-btn {
    font-size: 17px;
  }
  .elementor-section.elementor-section-boxed nav.elementor-container {
    max-width: 1024px;
  }
}@media (max-width: 767px){
  .uicore-navbar a.uicore-btn {
    font-size: 16px;
  }
  .elementor-section.elementor-section-boxed nav.elementor-container {
    max-width: 767px;
  }
}@media all{
  a {
    background-color: transparent;
  }
  img {
    border-style: none;
    height: auto;
    vertical-align: unset;
  }
  button {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }
  button {
    overflow: visible;
  }
  button {
    text-transform: none;
  }
  [type="button"],
  button {
    -webkit-appearance: button;
  }
  button {
    border: none;
  }
  ul[class] {
    list-style: none;
  }
  .uicore.elementor-section-boxed .uicore.elementor-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .elementor-container {
    margin: 0 auto;
  }
  .elementor-section .elementor-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  .elementor-section.elementor-section-boxed:not(.elementor-inner-section)
    .uicore-header-wrapper
    > .elementor-container {
    width: 90%;
  }
  :focus {
    outline: none;
  }
  * {
    box-sizing: border-box;
  }
  a {
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.68, 0.01, 0.58, 0.75);
  }
  a {
    color: var(--e-global-color-uicore_primary);
  }
  a:hover {
    color: var(--e-global-color-uicore_secondary);
  }
  @media (max-width: 1024px) {
    .elementor-section .elementor-container {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }
  body button.uicore-ham,
  body button.uicore-ham:focus,
  body button.uicore-ham:hover {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    background: transparent 0 0;
    box-shadow: none;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
  }
  button.uicore-ham {
    padding: 0 0 0 20px !important;
  }
  .uicore-ham .bar,
  .uicore-ham .bars {
    display: flex;
    flex-flow: column nowrap;
    align-items: inherit;
    justify-content: inherit;
  }
  .uicore-ham .bars {
    float: right;
    width: 20px;
    height: 15px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  }
  .uicore-ham .bar {
    width: 20px;
    height: 2px;
    border-radius: 50em;
    margin-bottom: 4.4px;
    position: relative;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .uicore-ham .bar:first-child,
  .uicore-ham .bar:last-child {
    opacity: 0;
    visibility: hidden;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .uicore-ham .bar:first-child {
    transform: translate3d(0, -3px, 0);
  }
  .uicore-ham .bar:last-child {
    margin-bottom: 0;
    transform: translate3d(0, 3px, 0);
  }
  .uicore-ham .bar:nth-child(2) {
    width: 22px;
    margin-right: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: 0.1s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  .uicore-ham .bar:nth-child(2):before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    transition: inherit;
    background-color: inherit;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  body:not(.uicore-mobile-nav-show) .uicore-ham .bars {
    -webkit-transform: none;
    transform: none;
    transition-delay: 0s;
  }
  body:not(.uicore-mobile-nav-show) .uicore-ham .bar:first-child,
  body:not(.uicore-mobile-nav-show) .uicore-ham .bar:last-child,
  body:not(.uicore-mobile-nav-show) .uicore-ham .bar:nth-child(2) {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    transition:
      all 0.3s ease,
      background-color 0.15s;
  }
  body:not(.uicore-mobile-nav-show) .uicore-ham .bar:first-child:after,
  body:not(.uicore-mobile-nav-show) .uicore-ham .bar:first-child:before,
  body:not(.uicore-mobile-nav-show) .uicore-ham .bar:last-child:after,
  body:not(.uicore-mobile-nav-show) .uicore-ham .bar:last-child:before,
  body:not(.uicore-mobile-nav-show) .uicore-ham .bar:nth-child(2):after,
  body:not(.uicore-mobile-nav-show) .uicore-ham .bar:nth-child(2):before {
    -webkit-transform: rotate(0) translate(0);
    transform: rotate(0) translate(0);
  }
  body:not(.uicore-mobile-nav-show) .uicore-ham .bar:first-child,
  body:not(.uicore-mobile-nav-show) .uicore-ham .bar:last-child {
    transition-delay: 0.15s;
  }
  body:not(.uicore-mobile-nav-show) .uicore-ham .bar:nth-child(2) {
    width: 16px;
  }
  body button.uicore-ham.uicore-toggle {
    display: none;
  }
  .uicore-branding {
    height: var(--uicore-header--logo-h);
  }
  .uicore-navbar .uicore-branding {
    margin: var(--uicore-header--logo-padding) 0;
  }
  .uicore-navbar:not(.uicore-left-menu)
    .uicore-nav-menu
    ul.uicore-menu
    li.menu-item
    > a {
    padding-right: var(--uicore-header--menu-spaceing);
    padding-left: var(--uicore-header--menu-spaceing);
  }
  .uicore-nav-menu .uicore-nav .uicore-menu > .menu-item > a,
  .uicore-navbar .uicore-btn {
    font-family: var(--uicore-header--menu-typo-f, "Inter");
    font-weight: var(--uicore-header--menu-typo-w, "600");
    line-height: var(--uicore-header--menu-typo-h, "1.2");
    letter-spacing: var(--uicore-header--menu-typo-ls, "-0.027em");
    text-transform: var(--uicore-header--menu-typo-t, "none");
    font-style: var(--uicore-header--menu-typo-st, "normal");
    font-size: var(--uicore-header--menu-typo-s, "10px");
    color: inherit;
  }
  .uicore-nav-menu a:hover {
    color: inherit;
  }
  .uicore-custom-area,
  .uicore-extra a,
  .uicore-nav-menu li {
    color: var(--uicore-header--menu-typo-c, "#070707");
  }
  .uicore-extra a:hover,
  .uicore-nav-menu .uicore-menu li:hover {
    color: var(--uicore-header--menu-typo-ch, "#070707");
  }
  .uicore-navbar .uicore-ham {
    height: var(--uicore-header--logo-h);
    width: var(--uicore-header--logo-h);
  }
  .uicore-menu .ui-menu-item-wrapper {
    position: relative;
  }
  .uicore-mobile-main,
  .uicore-mobile-second {
    display: none;
  }
  nav.elementor-container.uicore {
    position: unset;
  }
  .uicore-navbar .uicore-header-wrapper {
    transition: all 0.4s ease;
    will-change: unset;
    background-clip: padding-box;
    position: relative;
    top: 0;
  }
  .uicore-navbar .uicore-header-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    will-change: opacity;
    transition: opacity 0.3s ease-in;
    z-index: -1;
  }
  .uicore-navbar:not(.uicore-transparent) .uicore-mobile-second,
  .uicore-navbar:not(.uicore-transparent) .uicore-second {
    display: none;
  }
  .uicore-navbar:not(.uicore-left-menu) .uicore-branding {
    padding-right: 20px;
  }
  .uicore-navbar .uicore-branding {
    position: relative;
  }
  .uicore-navbar .uicore-branding a {
    height: inherit;
    transition: none;
  }
  .uicore-navbar .uicore-branding a .uicore-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.2s cubic-bezier(0.68, 0.01, 0.58, 0.75);
    height: inherit;
    max-width: unset;
  }
  .uicore-navbar .uicore-branding a .uicore-logo.uicore-main {
    position: relative;
  }
  .uicore-navbar li a {
    transition: all 0.2s cubic-bezier(0.68, 0.01, 0.58, 0.75);
    display: block;
  }
  .uicore-navbar:not(.uicore-left-menu) li.menu-item {
    display: inline-block;
  }
  .uicore-navbar .uicore ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .uicore-navbar nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .uicore-navbar nav .uicore-menu {
    display: flex;
  }
  .uicore-navbar .uicore-nav,
  .uicore-navbar .uicore-nav-menu {
    display: flex !important;
    flex: 1;
    justify-content: flex-end;
  }
  .uicore-navbar .uicore-nav-menu .uicore {
    display: block;
  }
  .uicore-navbar .uicore-extra {
    display: flex !important;
    align-items: center;
  }
  .uicore-navbar .uicore-extra .uicore-btn {
    transition: all 0.2s cubic-bezier(0.68, 0.01, 0.58, 0.75) !important;
  }
  .uicore-navbar a.uicore-btn {
    align-self: center;
  }
  .uicore-custom-area {
    display: flex;
  }
  .uicore-cta-wrapper {
    display: flex;
  }
  .ui-menu-item-wrapper {
    white-space: nowrap;
    vertical-align: middle;
  }
  @media (min-width: 1025px) {
    .uicore-navbar .uicore-extra {
      gap: 25px;
    }
    .uicore-nav-menu {
      flex: 1;
    }
    .uicore-h-classic .uicore-cta-wrapper a {
      padding: clamp(14px, 0.8em, 18px) clamp(18px, 1.8em, 36px);
    }
  }
  @media (max-width: 1025px) {
    .uicore-btn {
      display: block;
    }
    .uicore-cta-wrapper {
      width: 100%;
    }
    .uicore-navbar .uicore-branding a .uicore-logo.uicore-mobile-main {
      position: relative;
    }
    .uicore-custom-area {
      margin: 0 auto;
      padding: 20px 0 0;
      display: block;
    }
    .uicore-header-wrapper .uicore-extra,
    .uicore-navbar .uicore-nav-menu {
      display: none !important;
    }
    .uicore-navbar .uicore-ham:not(.uicore-drawer-toggle) {
      display: block !important;
    }
    .uicore-main,
    .uicore-second {
      display: none;
    }
    .uicore-mobile-main,
    .uicore-mobile-second {
      display: block;
    }
  }
  @media (max-width: 1300px) {
    .uicore-navbar:not(.uicore-left-menu)
      .uicore-nav-menu
      ul.uicore-menu
      li.menu-item
      > a {
      padding-right: calc(var(--uicore-header--menu-spaceing) * 0.75);
      padding-left: calc(var(--uicore-header--menu-spaceing) * 0.75);
    }
  }
  @media (max-width: 1200px) {
    .uicore-navbar:not(.uicore-left-menu)
      .uicore-nav-menu
      ul.uicore-menu
      li.menu-item
      > a {
      padding-right: calc(var(--uicore-header--menu-spaceing) * 0.6);
      padding-left: calc(var(--uicore-header--menu-spaceing) * 0.6);
    }
  }
  #wrapper-navbar .uicore-header-wrapper:before {
    box-shadow: -2px 3px 90px -20px rgb(0 0 0 / 25%);
  }
  .uicore-navbar nav .uicore-nav {
    display: flex;
    justify-content: center;
  }
  .uicore-navbar .uicore-header-wrapper:before {
    background: var(--e-global-color-uicore_white);
  }
  @media only screen and (min-width: 1025px) {
    .uicore-navbar .uicore-extra {
      margin-left: 25px;
    }
  }
  .uicore-ham .bar {
    background-color: var(--uicore-header--menu-typo-c);
  }
  @media (max-width: 767px) {
    #wrapper-navbar nav {
      max-width: 90%;
    }
  }
  @media (max-width: 767px) {
    .uicore-navbar .uicore-btn {
      font-size: 20px;
      font-weight: 400;
      font-style: normal;
      font-family: var(--e-global-typography-uicore_secondary-font-family);
      letter-spacing: 0em;
      text-transform: None;
    }
  }
  .uicore-menu li > a {
    position: relative;
  }
  .uicore-menu li > a:before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 51%;
    height: 2.4rem;
    background-color: transparent;
    border-radius: var(--ui-radius);
    z-index: -1;
    opacity: 0.055;
    transform: translateY(-50%);
    transition: background-color 0.3s ease;
  }
  .uicore-menu li:hover > a:before {
    background-color: currentColor;
  }
  a {
    color: var(--e-global-color-uicore_primary);
  }
  a:hover {
    color: var(--e-global-color-uicore_secondary);
  }
}@media all{
  .bdt-accordion {
    padding: 0;
    list-style: none;
  }
  .bdt-accordion > :nth-child(n + 2) {
    margin-top: 20px;
  }
  .bdt-accordion-title {
    display: block;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #333;
  }
  .bdt-accordion-title:hover {
    color: #666;
    text-decoration: none;
  }
  .bdt-accordion-content {
    display: flow-root;
    margin-top: 20px;
  }
  .bdt-accordion-content > :last-child {
    margin-bottom: 0;
  }
  .bdt-flex {
    display: flex;
  }
  .bdt-flex-middle {
    align-items: center;
  }
  [hidden] {
    display: none;
  }
  @media print {
    *,
    *::before,
    *::after {
      background: transparent !important;
      color: black !important;
      box-shadow: none !important;
      text-shadow: none !important;
    }
    a,
    a:visited {
      text-decoration: underline;
    }
    img {
      page-break-inside: avoid;
    }
    img {
      max-width: 100% !important;
    }
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
    h2,
    h3 {
      page-break-after: avoid;
    }
  }
}@media all{
  .elementor *,
  .elementor :after,
  .elementor :before {
    box-sizing: border-box;
  }
  .elementor a {
    box-shadow: none;
    text-decoration: none;
  }
  .elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .elementor .elementor-background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }
  .elementor-widget-wrap > .elementor-element.elementor-absolute {
    position: absolute;
  }
  .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-initial {
      max-width: 100%;
    }
  }
  .elementor-element {
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order);
    align-self: var(--align-self);
  }
  .elementor-element.elementor-absolute {
    z-index: 1;
  }
  .elementor-element:where(.e-con-full, .elementor-widget) {
    flex-direction: var(--flex-direction);
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    gap: var(--gap);
  }
  .elementor-align-right {
    text-align: right;
  }
  .elementor-align-right .elementor-button {
    width: auto;
  }
  @media (max-width: 767px) {
    .elementor-mobile-align-center {
      text-align: center;
    }
    .elementor-mobile-align-center .elementor-button {
      width: auto;
    }
  }
  .elementor-section {
    position: relative;
  }
  .elementor-section .elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  @media (max-width: 1024px) {
    .elementor-section .elementor-container {
      flex-wrap: wrap;
    }
  }
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px;
  }
  .elementor-section.elementor-section-items-middle > .elementor-container {
    align-items: center;
  }
  @media (min-width: 768px) {
    .elementor-section.elementor-section-height-full {
      height: 100vh;
    }
    .elementor-section.elementor-section-height-full > .elementor-container {
      height: 100%;
    }
  }
  .elementor-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex;
  }
  .elementor-widget-wrap > .elementor-element {
    width: 100%;
  }
  .elementor-widget {
    position: relative;
  }
  .elementor-widget:not(:last-child) {
    margin-bottom: 20px;
  }
  .elementor-widget:not(:last-child).elementor-absolute,
  .elementor-widget:not(:last-child).elementor-widget__width-auto,
  .elementor-widget:not(:last-child).elementor-widget__width-initial {
    margin-bottom: 0;
  }
  .elementor-column {
    position: relative;
    min-height: 1px;
    display: flex;
  }
  .elementor-column-gap-default
    > .elementor-column
    > .elementor-element-populated {
    padding: 10px;
  }
  @media (min-width: 768px) {
    .elementor-column.elementor-col-50 {
      width: 50%;
    }
    .elementor-column.elementor-col-100 {
      width: 100%;
    }
  }
  @media (max-width: 767px) {
    .elementor-reverse-mobile > .elementor-container > :first-child {
      order: 10;
    }
    .elementor-reverse-mobile > .elementor-container > :nth-child(2) {
      order: 9;
    }
    .elementor-column {
      width: 100%;
    }
  }
  .elementor-element .elementor-widget-container {
    transition:
      background 0.3s,
      border 0.3s,
      border-radius 0.3s,
      box-shadow 0.3s,
      transform var(--e-transform-transition-duration, 0.4s);
  }
  .elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #69727d;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all 0.3s;
  }
  .elementor-button:focus,
  .elementor-button:hover,
  .elementor-button:visited {
    color: #fff;
  }
  .elementor-button-content-wrapper {
    display: flex;
    justify-content: center;
  }
  .elementor-button-icon {
    flex-grow: 0;
    order: 5;
  }
  .elementor-button-icon svg {
    width: 1em;
    height: auto;
  }
  .elementor-button-text {
    flex-grow: 1;
    order: 10;
    display: inline-block;
  }
  .elementor-button .elementor-align-icon-left {
    margin-right: 5px;
    order: 15;
  }
  .elementor-button span {
    text-decoration: inherit;
  }
  .e-transform .elementor-widget-container {
    transform: perspective(var(--e-transform-perspective, 0))
      rotate(var(--e-transform-rotateZ, 0))
      rotateX(var(--e-transform-rotateX, 0))
      rotateY(var(--e-transform-rotateY, 0))
      translate(var(--e-transform-translate, 0))
      translateX(var(--e-transform-translateX, 0))
      translateY(var(--e-transform-translateY, 0))
      scaleX(
        calc(
          var(--e-transform-flipX, 1) *
            var(--e-transform-scaleX, var(--e-transform-scale, 1))
        )
      )
      scaleY(
        calc(
          var(--e-transform-flipY, 1) *
            var(--e-transform-scaleY, var(--e-transform-scale, 1))
        )
      )
      skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
  }
  .elementor-element {
    --swiper-theme-color: #000;
    --swiper-navigation-size: 44px;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px;
  }
  .animated {
    animation-duration: 1.25s;
  }
  .animated.animated-fast {
    animation-duration: 0.75s;
  }
  @media (prefers-reduced-motion: reduce) {
    .animated {
      animation: none;
    }
  }
  @media (max-width: 767px) {
    .elementor .elementor-hidden-mobile {
      display: none;
    }
  }
}.elementor-kit-5 .elementor-button.elementor-button,
.elementor-kit-5 .elementor-button:not(.bdt-offcanvas-button){
  font-family: "Noto Kufi Arabic", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: None;
  line-height: 1em;
  letter-spacing: 0em;
  color: #ffffff;
  background-color: var(--e-global-color-uicore_primary);
  border-style: none;
}.elementor-kit-5 .elementor-button.elementor-button,
.elementor-kit-5 .elementor-button:not(.bdt-offcanvas-button){
  border-radius: 6px 6px 6px 6px;
}.elementor-kit-5 .elementor-button.elementor-button:hover,
.elementor-kit-5 .elementor-button.elementor-button:focus,
.elementor-kit-5 .elementor-button:not(.bdt-offcanvas-button):hover,
.elementor-kit-5 .elementor-button:not(.bdt-offcanvas-button):focus{
  color: #ffffff;
  background-color: var(--e-global-color-uicore_secondary);
}.elementor-kit-5 .elementor-button.elementor-button,
.elementor-kit-5 .elementor-button:not(.bdt-offcanvas-button){
  padding: 17px 40px 17px 40px;
}.elementor-section.elementor-section-boxed > .elementor-container{
  max-width: 1216px;
}.elementor-widget:not(:last-child){
  margin-bottom: 20px;
}.elementor-element{
  --widgets-spacing: 20px;
}@media (max-width: 1024px){
  .elementor-kit-5 .elementor-button.elementor-button,
  .elementor-kit-5 .elementor-button:not(.bdt-offcanvas-button) {
    font-size: 17px;
  }
  .elementor-kit-5 .elementor-button.elementor-button,
  .elementor-kit-5 .elementor-button:not(.bdt-offcanvas-button) {
    padding: 17px 38px 17px 38px;
  }
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1024px;
  }
}@media (max-width: 767px){
  .elementor-kit-5 .elementor-button.elementor-button,
  .elementor-kit-5 .elementor-button:not(.bdt-offcanvas-button) {
    font-size: 16px;
  }
  .elementor-kit-5 .elementor-button.elementor-button,
  .elementor-kit-5 .elementor-button:not(.bdt-offcanvas-button) {
    padding: 16px 36px 16px 36px;
  }
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 767px;
  }
}.elementor-34 .elementor-element.elementor-element-02acb5b .ui-e-fluid-canvas{
  opacity: 1;
  --ui-fluid-1: var(--e-global-color-uicore_primary);
  --ui-fluid-2: var(--e-global-color-uicore_primary);
  --ui-fluid-3: var(--e-global-color-uicore_primary);
  --ui-fluid-4: #010f067a;
}.elementor-34
  .elementor-element.elementor-element-02acb5b:not(
    .elementor-motion-effects-element-type-background
  ){
  background-color: var(--e-global-color-uicore_primary);
}.elementor-34
  .elementor-element.elementor-element-02acb5b
  > .elementor-background-overlay{
  background-color: var(--e-global-color-uicore_primary);
  opacity: 0.33;
  transition:
    background 0.3s,
    border-radius 0.3s,
    opacity 0.3s;
}.elementor-34 .elementor-element.elementor-element-02acb5b{
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  padding: 100px 0px 100px 0px;
}.elementor-34
  .elementor-element.elementor-element-619e044.elementor-column.elementor-element[data-element_type="column"]
  > .elementor-widget-wrap.elementor-element-populated{
  align-content: flex-start;
  align-items: flex-start;
}.elementor-34
  .elementor-element.elementor-element-619e044.elementor-column
  > .elementor-widget-wrap{
  justify-content: flex-start;
}.elementor-34
  .elementor-element.elementor-element-619e044
  > .elementor-element-populated{
  padding: 0100px 6px 0px 0px;
}.elementor-34 .elementor-element.elementor-element-9984aee{
  text-align: center;
}.elementor-34
  .elementor-element.elementor-element-9984aee
  .ui-e-headline-text
  path{
  stroke: var(--e-global-color-uicore_light);
  stroke-width: 19;
}.elementor-34
  .elementor-element.elementor-element-9984aee
  .ui-e-headline-text
  svg{
  bottom: -23%;
}.elementor-34 .elementor-element.elementor-element-9984aee .ui-e-headline-text{
  color: #ffffff;
  font-size: 37px;
}.elementor-34
  .elementor-element.elementor-element-9984aee
  .ui-e-headline-highlighted{
  color: #e5f3e8;
}.elementor-34 .elementor-element.elementor-element-e38f731{
  text-align: center;
  color: #f3f4f6;
  font-size: 20px;
  line-height: 33px;
  word-spacing: 1px;
  width: var(--container-widget-width, 651px);
  max-width: 651px;
  --container-widget-width: 651px;
  --container-widget-flex-grow: 0;
}.elementor-34
  .elementor-element.elementor-element-e38f731
  > .elementor-widget-container{
  padding: 10px 0px 10px 0px;
}.elementor-34
  .elementor-element.elementor-element-9e5541f:not(
    .elementor-motion-effects-element-type-background
  )
  > .elementor-widget-wrap{
  background-color: #ffffff;
}.elementor-34
  .elementor-element.elementor-element-9e5541f
  > .elementor-element-populated{
  border-radius: 17px 17px 17px 17px;
}.elementor-34
  .elementor-element.elementor-element-9e5541f
  > .elementor-element-populated{
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
}.elementor-34 .elementor-element.elementor-element-4ac75b9 img{
  width: 125px;
}.elementor-34 .elementor-element.elementor-element-4ac75b9{
  width: auto;
  max-width: auto;
  top: -40px;
}body.rtl .elementor-34 .elementor-element.elementor-element-4ac75b9{
  right: -10px;
}.elementor-34 .elementor-element.elementor-element-de7c941{
  text-align: center;
}.elementor-34
  .elementor-element.elementor-element-de7c941
  .ui-e-headline-text
  svg{
  bottom: 0%;
}.elementor-34
  .elementor-element.elementor-element-de7c941
  .ui-e-headline-highlighted{
  color: var(--e-global-color-uicore_primary);
}.elementor-34
  .elementor-element.elementor-element-de7c941
  > .elementor-widget-container{
  margin: 40px 0px 20px 0px;
}.elementor-34 .elementor-element.elementor-element-0052284 img{
  width: 125px;
}.elementor-34 .elementor-element.elementor-element-0052284{
  width: auto;
  max-width: auto;
  bottom: -40px;
}body.rtl .elementor-34 .elementor-element.elementor-element-0052284{
  left: -10px;
}.elementor-34
  .elementor-element.elementor-element-0052284
  > .elementor-widget-container{
  --e-transform-flipX: -1;
  --e-transform-flipY: -1;
}.elementor-34
  .elementor-element.elementor-element-18105c9:not(
    .elementor-motion-effects-element-type-background
  ){
  background-color: transparent;
  background-image: linear-gradient(
    180deg,
    var(--e-global-color-uicore_light) 45%,
    #311449 45%
  );
}.elementor-34 .elementor-element.elementor-element-18105c9{
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  padding: 84px 0px 84px 0px;
}.elementor-34
  .elementor-element.elementor-element-d80d077:not(
    .elementor-motion-effects-element-type-background
  ){
  background-color: var(--e-global-color-uicore_accent);
}.elementor-34
  .elementor-element.elementor-element-d80d077
  > .elementor-background-overlay{
  opacity: 1;
  transition:
    background 0.3s,
    border-radius 0.3s,
    opacity 0.3s;
}.elementor-34 .elementor-element.elementor-element-d80d077,
.elementor-34
  .elementor-element.elementor-element-d80d077
  > .elementor-background-overlay{
  border-radius: 16px 16px 16px 16px;
}.elementor-34 .elementor-element.elementor-element-d80d077{
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
}.elementor-34
  .elementor-element.elementor-element-95885ab:not(
    .elementor-motion-effects-element-type-background
  )
  > .elementor-widget-wrap{
  background-color: var(--e-global-color-uicore_primary);
  background-image: url("../img/Lead-Capture-CTA-BG.webp");
  background-repeat: no-repeat;
  background-size: contain;
}.elementor-34
  .elementor-element.elementor-element-95885ab
  > .elementor-element-populated{
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  padding: 80px 0px 80px 80px;
}.elementor-34
  .elementor-element.elementor-element-8a6dd2c
  .elementor-heading-title{
  color: #ffffff;
  font-size: 24px;
  line-height: 45px;
}.elementor-34
  .elementor-element.elementor-element-8a6dd2c
  > .elementor-widget-container{
  padding: 0px 20px 40px 0px;
}.elementor-34 .elementor-element.elementor-element-8a6dd2c{
  width: var(--container-widget-width, 500px);
  max-width: 500px;
  --container-widget-width: 500px;
  --container-widget-flex-grow: 0;
}.elementor-34
  .elementor-element.elementor-element-2ea6460
  .elementor-button
  .elementor-align-icon-left{
  margin-right: 10px;
}.elementor-34 .elementor-element.elementor-element-2ea6460 .elementor-button{
  background-color: var(--e-global-color-uicore_secondary);
}.elementor-34
  .elementor-element.elementor-element-2ea6460
  > .elementor-widget-container{
  margin: 0px 30px 0px 0px;
}.elementor-34
  .elementor-element.elementor-element-dd3ec4a:not(
    .elementor-motion-effects-element-type-background
  )
  > .elementor-widget-wrap{
  background-image: url("../img/fernando-lavin-fi5YSQfxbVk-unsplash-800.webp");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
}.elementor-34
  .elementor-element.elementor-element-dd3ec4a
  > .elementor-element-populated
  > .elementor-background-overlay{
  background-color: transparent;
  background-image: linear-gradient(90deg, #092537 10%, #09253700 100%);
  opacity: 1;
}.elementor-34
  .elementor-element.elementor-element-dd3ec4a
  > .elementor-element-populated,
.elementor-34
  .elementor-element.elementor-element-dd3ec4a
  > .elementor-element-populated
  > .elementor-background-overlay{
  border-radius: 0px 16px 16px 0px;
}.elementor-34
  .elementor-element.elementor-element-dd3ec4a
  > .elementor-element-populated{
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
}.elementor-34
  .elementor-element.elementor-element-dd3ec4a
  > .elementor-element-populated
  > .elementor-background-overlay{
  transition:
    background 0.3s,
    border-radius 0.3s,
    opacity 0.3s;
}.elementor-34 .elementor-element.elementor-element-cdfc800{
  --spacer-size: 250px;
}.elementor-34
  .elementor-element.elementor-element-a51ce10:not(
    .elementor-motion-effects-element-type-background
  ){
  background-color: #ffffff;
}.elementor-34 .elementor-element.elementor-element-a51ce10{
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  padding: 34px 0px 10px 0px;
}.elementor-34
  .elementor-element.elementor-element-5a5c5df9.elementor-column
  > .elementor-widget-wrap{
  justify-content: center;
}.elementor-34 .elementor-element.elementor-element-2b7b3dcf{
  text-align: center;
  width: var(--container-widget-width, 1060px);
  max-width: 1060px;
  --container-widget-width: 1060px;
  --container-widget-flex-grow: 0;
}.elementor-34
  .elementor-element.elementor-element-2b7b3dcf
  .ui-e-headline-text
  svg{
  bottom: 0%;
}.elementor-34
  .elementor-element.elementor-element-2b7b3dcf
  .ui-e-headline-text{
  color: #191919;
  font-size: 40px;
}.elementor-34
  .elementor-element.elementor-element-2b7b3dcf
  .ui-e-headline-highlighted{
  color: var(--e-global-color-uicore_primary);
}.elementor-34
  .elementor-element.elementor-element-2b7b3dcf
  > .elementor-widget-container{
  padding: 0px 0px 20px 0px;
}.elementor-34 .elementor-element.elementor-element-57c9e227 img{
  width: 353px;
}.elementor-34
  .elementor-element.elementor-element-1a484d67.elementor-column.elementor-element[data-element_type="column"]
  > .elementor-widget-wrap.elementor-element-populated{
  align-content: center;
  align-items: center;
}.elementor-34
  .elementor-element.elementor-element-1a484d67
  > .elementor-widget-wrap
  > .elementor-widget:not(.elementor-widget__width-auto):not(
    .elementor-widget__width-initial
  ):not(:last-child):not(.elementor-absolute){
  margin-bottom: -2px;
}.elementor-34
  .elementor-element.elementor-element-1a484d67
  > .elementor-element-populated{
  margin: -30px 0px 0px 70px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 70px;
}.elementor-34 .elementor-element.elementor-element-c3f15ef{
  text-align: right;
}.elementor-34
  .elementor-element.elementor-element-c3f15ef
  .ui-e-headline-text
  path{
  stroke: var(--e-global-color-uicore_primary);
  stroke-width: 9;
}.elementor-34
  .elementor-element.elementor-element-c3f15ef
  .ui-e-headline-text
  svg{
  bottom: 7%;
}.elementor-34 .elementor-element.elementor-element-c3f15ef .ui-e-headline-text{
  color: var(--e-global-color-uicore_primary);
}.elementor-34
  .elementor-element.elementor-element-c3f15ef
  .ui-e-headline-highlighted{
  color: var(--e-global-color-uicore_primary);
  font-size: 35px;
}.elementor-34
  .elementor-element.elementor-element-c3f15ef
  > .elementor-widget-container{
  margin: -8px -8px -8px -8px;
}.elementor-34 .elementor-element.elementor-element-6681632c .bdt-ep-title-text{
  justify-content: flex-start;
}.elementor-34
  .elementor-element.elementor-element-6681632c
  .bdt-ep-accordion-title{
  color: #191919;
  background-color: #ffffff00;
  padding: 20px 0px 20px 0px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
}.elementor-34
  .elementor-element.elementor-element-6681632c
  .bdt-ep-accordion-item:hover
  .bdt-ep-accordion-title{
  color: var(--e-global-color-uicore_secondary);
}.elementor-34
  .elementor-element.elementor-element-6681632c
  .bdt-ep-accordion-content{
  color: #757575;
  padding: 0px 0px 0px 0px;
  font-size: 1px;
}.elementor-34
  .elementor-element.elementor-element-6681632c
  > .elementor-widget-container{
  margin: -2px -2px 0px -2px;
}.elementor-34 .elementor-element.elementor-element-599e294{
  text-align: right;
}.elementor-34
  .elementor-element.elementor-element-599e294
  .ui-e-headline-text
  path{
  stroke: var(--e-global-color-uicore_primary);
  stroke-width: 9;
}.elementor-34
  .elementor-element.elementor-element-599e294
  .ui-e-headline-text
  svg{
  bottom: 7%;
}.elementor-34 .elementor-element.elementor-element-599e294 .ui-e-headline-text{
  color: var(--e-global-color-uicore_primary);
}.elementor-34
  .elementor-element.elementor-element-599e294
  .ui-e-headline-highlighted{
  color: var(--e-global-color-uicore_primary);
  font-size: 35px;
}.elementor-34
  .elementor-element.elementor-element-599e294
  > .elementor-widget-container{
  margin: -8px -8px -8px -8px;
}.elementor-34 .elementor-element.elementor-element-11d5cbf5 .bdt-ep-title-text{
  justify-content: flex-start;
}.elementor-34
  .elementor-element.elementor-element-11d5cbf5
  .bdt-ep-accordion-title{
  color: #191919;
  background-color: #ffffff00;
  padding: 20px 0px 20px 0px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
}.elementor-34
  .elementor-element.elementor-element-11d5cbf5
  .bdt-ep-accordion-item:hover
  .bdt-ep-accordion-title{
  color: var(--e-global-color-uicore_secondary);
}.elementor-34
  .elementor-element.elementor-element-11d5cbf5
  .bdt-ep-accordion-content{
  color: #757575;
  padding: 0px 0px 0px 0px;
  font-size: 1px;
}.elementor-34
  .elementor-element.elementor-element-11d5cbf5
  > .elementor-widget-container{
  margin: -2px -2px 0px -2px;
}.elementor-34 .elementor-element.elementor-element-11d5cbf5{
  width: var(--container-widget-width, 100%);
  max-width: 100%;
  --container-widget-width: 100%;
  --container-widget-flex-grow: 0;
}.elementor-34 .elementor-element.elementor-element-0d77a39{
  text-align: right;
}.elementor-34
  .elementor-element.elementor-element-0d77a39
  .ui-e-headline-text
  path{
  stroke: var(--e-global-color-uicore_primary);
  stroke-width: 9;
}.elementor-34
  .elementor-element.elementor-element-0d77a39
  .ui-e-headline-text
  svg{
  bottom: 7%;
}.elementor-34 .elementor-element.elementor-element-0d77a39 .ui-e-headline-text{
  color: var(--e-global-color-uicore_primary);
}.elementor-34
  .elementor-element.elementor-element-0d77a39
  .ui-e-headline-highlighted{
  color: var(--e-global-color-uicore_primary);
  font-size: 35px;
}.elementor-34
  .elementor-element.elementor-element-0d77a39
  > .elementor-widget-container{
  margin: -8px -8px -8px -8px;
}.elementor-34 .elementor-element.elementor-element-33d78520 .bdt-ep-title-text{
  justify-content: flex-start;
}.elementor-34
  .elementor-element.elementor-element-33d78520
  .bdt-ep-accordion-title{
  color: #191919;
  background-color: #ffffff00;
  padding: 20px 0px 20px 0px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
}.elementor-34
  .elementor-element.elementor-element-33d78520
  .bdt-ep-accordion-item:hover
  .bdt-ep-accordion-title{
  color: var(--e-global-color-uicore_secondary);
}.elementor-34
  .elementor-element.elementor-element-33d78520
  .bdt-ep-accordion-content{
  color: #757575;
  padding: 0px 0px 0px 0px;
  font-size: 1px;
}.elementor-34
  .elementor-element.elementor-element-33d78520
  > .elementor-widget-container{
  margin: -2px -2px 0px -2px;
}.elementor-34
  .elementor-element.elementor-element-c481fb7:not(
    .elementor-motion-effects-element-type-background
  ){
  background-color: transparent;
  background-image: linear-gradient(
    180deg,
    var(--e-global-color-uicore_light) 45%,
    #311449 45%
  );
}.elementor-34 .elementor-element.elementor-element-c481fb7{
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  padding: 84px 0px 84px 0px;
}.elementor-34
  .elementor-element.elementor-element-d2cabb9:not(
    .elementor-motion-effects-element-type-background
  ){
  background-color: var(--e-global-color-uicore_accent);
}.elementor-34
  .elementor-element.elementor-element-d2cabb9
  > .elementor-background-overlay{
  opacity: 1;
  transition:
    background 0.3s,
    border-radius 0.3s,
    opacity 0.3s;
}.elementor-34 .elementor-element.elementor-element-d2cabb9,
.elementor-34
  .elementor-element.elementor-element-d2cabb9
  > .elementor-background-overlay{
  border-radius: 16px 16px 16px 16px;
}.elementor-34 .elementor-element.elementor-element-d2cabb9{
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
}.elementor-34
  .elementor-element.elementor-element-5c1cdaa:not(
    .elementor-motion-effects-element-type-background
  )
  > .elementor-widget-wrap{
  background-color: var(--e-global-color-uicore_primary);
  background-image: url("../img/Lead-Capture-CTA-BG.webp");
  background-repeat: no-repeat;
  background-size: contain;
}.elementor-34
  .elementor-element.elementor-element-5c1cdaa
  > .elementor-element-populated{
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  padding: 80px 0px 40px 80px;
}.elementor-34 .elementor-element.elementor-element-3e7c263 img{
  width: 20%;
}.elementor-34 .elementor-element.elementor-element-a695828{
  text-align: center;
  color: #eff7fe;
  font-size: 17px;
}.elementor-34 .elementor-element.elementor-element-d51605a{
  --grid-template-columns: repeat(0, auto);
  --grid-column-gap: 5px;
  --grid-row-gap: 0px;
}.elementor-34
  .elementor-element.elementor-element-d51605a
  .elementor-widget-container{
  text-align: center;
}.elementor-34
  .elementor-element.elementor-element-304f2bb:not(
    .elementor-motion-effects-element-type-background
  ){
  background-color: #44AEA014;
}.elementor-34 .elementor-element.elementor-element-304f2bb{
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  padding: 84px 0px 84px 0px;
}.elementor-34
  .elementor-element.elementor-element-4ec02ec.elementor-column
  > .elementor-widget-wrap{
  justify-content: center;
}.elementor-34
  .elementor-element.elementor-element-4ec02ec
  > .elementor-widget-wrap
  > .elementor-widget:not(.elementor-widget__width-auto):not(
    .elementor-widget__width-initial
  ):not(:last-child):not(.elementor-absolute){
  margin-bottom: 10px;
}.elementor-34 .elementor-element.elementor-element-144f96d{
  text-align: center;
  width: auto;
  max-width: auto;
}.elementor-34
  .elementor-element.elementor-element-144f96d
  .elementor-heading-title{
  letter-spacing: 2px;
}.elementor-34
  .elementor-element.elementor-element-144f96d
  > .elementor-widget-container{
  padding: 4px 8px 4px 8px;
  border-style: solid;
  border-width: 0px 0px 0px 2px;
  border-color: var(--e-global-color-uicore_primary);
}.elementor-34 .elementor-element.elementor-element-6caeac6{
  --spacer-size: 10px;
}.elementor-34 .elementor-element.elementor-element-b3125a5{
  text-align: center;
  width: var(--container-widget-width, 700px);
  max-width: 700px;
  --container-widget-width: 700px;
  --container-widget-flex-grow: 0;
}.elementor-34
  .elementor-element.elementor-element-b3125a5
  .ui-e-headline-text
  svg{
  bottom: 0%;
}.elementor-34 .elementor-element.elementor-element-b3125a5 .ui-e-headline-text{
  font-size: 35px;
}.elementor-34
  .elementor-element.elementor-element-b3125a5
  .ui-e-headline-highlighted{
  color: var(--e-global-color-uicore_primary);
  font-size: 35px;
}.elementor-34
  .elementor-element.elementor-element-b3125a5
  > .elementor-widget-container{
  margin: 27px 27px 27px 27px;
}.elementor-34
  .elementor-element.elementor-element-ff13186
  .bdt-ep-accordion-item
  + .bdt-ep-accordion-item{
  margin-top: 24px;
}.elementor-34 .elementor-element.elementor-element-ff13186 .bdt-ep-title-text{
  justify-content: flex-start;
}.elementor-34
  .elementor-element.elementor-element-ff13186
  .bdt-ep-accordion-title{
  background-color: var(--e-global-color-uicore_white);
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
  padding: 32px 32px 32px 32px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3em;
}.elementor-34
  .elementor-element.elementor-element-ff13186
  .bdt-ep-accordion-item:hover
  .bdt-ep-accordion-title{
  color: var(--e-global-color-uicore_primary);
}.elementor-34
  .elementor-element.elementor-element-ff13186
  .bdt-ep-accordion-icon{
  color: var(--e-global-color-uicore_primary);
}.elementor-34
  .elementor-element.elementor-element-ff13186
  .bdt-ep-accordion-icon
  svg{
  fill: var(--e-global-color-uicore_primary);
}.elementor-34
  .elementor-element.elementor-element-ff13186
  .bdt-ep-accordion-icon.bdt-flex-align-left{
  margin-left: 10px;
}.elementor-34
  .elementor-element.elementor-element-ff13186
  .bdt-ep-accordion-title
  .bdt-ep-accordion-icon{
  font-size: 20px;
}.elementor-34
  .elementor-element.elementor-element-ff13186
  .bdt-ep-accordion-content{
  background-color: #ffffff;
  border-radius: 0px 0px 12px 12px;
  overflow: hidden;
  padding: 0px 32px 32px 32px;
  margin-top: -5px;
  font-size: 16px;
}.elementor-34 .elementor-element.elementor-element-ff13186{
  width: var(--container-widget-width, 840px);
  max-width: 840px;
  --container-widget-width: 840px;
  --container-widget-flex-grow: 0;
}@media (max-width: 1024px){
  .elementor-34
    .elementor-element.elementor-element-02acb5b
    > .elementor-container {
    max-width: 550px;
  }
  .elementor-34 .elementor-element.elementor-element-02acb5b {
    padding: 140px 0px 70px 0px;
  }
  .elementor-34
    .elementor-element.elementor-element-619e044.elementor-column
    > .elementor-widget-wrap {
    justify-content: center;
  }
  .elementor-34 .elementor-element.elementor-element-9984aee {
    text-align: center;
  }
  .elementor-34 .elementor-element.elementor-element-e38f731 {
    text-align: center;
    --container-widget-width: 400px;
    --container-widget-flex-grow: 0;
    width: var(--container-widget-width, 400px);
    max-width: 400px;
  }
  .elementor-34
    .elementor-element.elementor-element-e38f731
    > .elementor-widget-container {
    padding: 0px 0px 40px 0px;
  }
  .elementor-34 .elementor-element.elementor-element-4ac75b9 img {
    width: 100px;
  }
  .elementor-34 .elementor-element.elementor-element-0052284 img {
    width: 100px;
  }
  .elementor-34 .elementor-element.elementor-element-18105c9 {
    padding: 64px 0px 64px 0px;
  }
  .elementor-34 .elementor-element.elementor-element-d80d077,
  .elementor-34
    .elementor-element.elementor-element-d80d077
    > .elementor-background-overlay {
    border-radius: 16px 16px 16px 16px;
  }
  .elementor-34
    .elementor-element.elementor-element-95885ab
    > .elementor-element-populated {
    padding: 48px 0px 48px 48px;
  }
  .elementor-34
    .elementor-element.elementor-element-8a6dd2c
    > .elementor-widget-container {
    padding: 0px 0px 32px 0px;
  }
  .elementor-34 .elementor-element.elementor-element-8a6dd2c {
    width: var(--container-widget-width, 300px);
    max-width: 300px;
    --container-widget-width: 300px;
    --container-widget-flex-grow: 0;
  }
  .elementor-34 .elementor-element.elementor-element-a51ce10 {
    padding: 120px 0px 120px 0px;
  }
  .elementor-34
    .elementor-element.elementor-element-2b7b3dcf
    .ui-e-headline-text {
    font-size: 62px;
  }
  .elementor-34
    .elementor-element.elementor-element-2b7b3dcf
    > .elementor-widget-container {
    padding: 0px 0px 20px 0px;
  }
  .elementor-34 .elementor-element.elementor-element-2b7b3dcf {
    width: var(--container-widget-width, 700px);
    max-width: 700px;
    --container-widget-width: 700px;
    --container-widget-flex-grow: 0;
  }
  .elementor-34
    .elementor-element.elementor-element-1a484d67
    > .elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
  }
  .elementor-34
    .elementor-element.elementor-element-6681632c
    .bdt-ep-accordion-title {
    padding: 16px 0px 16px 0px;
    font-size: 24px;
  }
  .elementor-34
    .elementor-element.elementor-element-11d5cbf5
    .bdt-ep-accordion-title {
    padding: 16px 0px 16px 0px;
    font-size: 24px;
  }
  .elementor-34
    .elementor-element.elementor-element-33d78520
    .bdt-ep-accordion-title {
    padding: 16px 0px 16px 0px;
    font-size: 24px;
  }
  .elementor-34 .elementor-element.elementor-element-c481fb7 {
    padding: 64px 0px 64px 0px;
  }
  .elementor-34 .elementor-element.elementor-element-d2cabb9,
  .elementor-34
    .elementor-element.elementor-element-d2cabb9
    > .elementor-background-overlay {
    border-radius: 16px 16px 16px 16px;
  }
  .elementor-34
    .elementor-element.elementor-element-5c1cdaa
    > .elementor-element-populated {
    padding: 48px 0px 48px 48px;
  }
  .elementor-34 .elementor-element.elementor-element-304f2bb {
    padding: 64px 0px 48px 0px;
  }
  .elementor-34
    .elementor-element.elementor-element-ff13186
    .bdt-ep-accordion-title {
    border-radius: 12px 12px 12px 12px;
    overflow: hidden;
    padding: 26px 26px 26px 26px;
    font-size: 22px;
  }
  .elementor-34
    .elementor-element.elementor-element-ff13186
    .bdt-ep-accordion-icon.bdt-flex-align-left {
    margin-left: 10px;
  }
  .elementor-34
    .elementor-element.elementor-element-ff13186
    .bdt-ep-accordion-title
    .bdt-ep-accordion-icon {
    font-size: 18px;
  }
  .elementor-34
    .elementor-element.elementor-element-ff13186
    .bdt-ep-accordion-content {
    padding: 0px 26px 26px 26px;
  }
  .elementor-34 .elementor-element.elementor-element-ff13186 {
    width: var(--container-widget-width, 650px);
    max-width: 650px;
    --container-widget-width: 650px;
    --container-widget-flex-grow: 0;
  }
}@media (max-width: 767px){
  .elementor-34 .elementor-element.elementor-element-02acb5b {
    padding: 21px 0px 48px 0px;
  }
  .elementor-34
    .elementor-element.elementor-element-619e044.elementor-column
    > .elementor-widget-wrap {
    justify-content: center;
  }
  .elementor-34
    .elementor-element.elementor-element-619e044
    > .elementor-element-populated {
    padding: 0px 0px 0px 0px;
  }
  .elementor-34
    .elementor-element.elementor-element-e38f731
    > .elementor-widget-container {
    padding: 0px 0px 32px 0px;
  }
  .elementor-34 .elementor-element.elementor-element-e38f731 {
    width: 100%;
    max-width: 100%;
  }
  body.rtl .elementor-34 .elementor-element.elementor-element-4ac75b9 {
    right: -11px;
  }
  .elementor-34 .elementor-element.elementor-element-4ac75b9 {
    top: -41px;
  }
  .elementor-34 .elementor-element.elementor-element-18105c9 {
    padding: 48px 0px 48px 0px;
  }
  .elementor-34 .elementor-element.elementor-element-d80d077,
  .elementor-34
    .elementor-element.elementor-element-d80d077
    > .elementor-background-overlay {
    border-radius: 10px 10px 10px 10px;
  }
  .elementor-34
    .elementor-element.elementor-element-95885ab
    > .elementor-element-populated {
    padding: 48px 24px 48px 24px;
  }
  .elementor-34 .elementor-element.elementor-element-8a6dd2c {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .elementor-34
    .elementor-element.elementor-element-8a6dd2c
    > .elementor-widget-container {
    padding: 0px 0px 24px 0px;
  }
  .elementor-34
    .elementor-element.elementor-element-dd3ec4a
    > .elementor-element-populated,
  .elementor-34
    .elementor-element.elementor-element-dd3ec4a
    > .elementor-element-populated
    > .elementor-background-overlay {
    border-radius: 0px 0px 10px 10px;
  }
  .elementor-34 .elementor-element.elementor-element-cdfc800 {
    --spacer-size: 250px;
  }
  .elementor-34 .elementor-element.elementor-element-a51ce10 {
    padding: 80px 0px 60px 0px;
  }
  .elementor-34
    .elementor-element.elementor-element-2b7b3dcf
    .ui-e-headline-text {
    font-size: 40px;
  }
  .elementor-34
    .elementor-element.elementor-element-2b7b3dcf
    > .elementor-widget-container {
    padding: 0px 0px 20px 0px;
  }
  .elementor-34 .elementor-element.elementor-element-2b7b3dcf {
    width: 100%;
    max-width: 100%;
  }
  .elementor-34
    .elementor-element.elementor-element-1a484d67
    > .elementor-element-populated {
    padding: 0px 0px 0px 0px;
  }
  .elementor-34
    .elementor-element.elementor-element-6681632c
    .bdt-ep-accordion-title {
    padding: 16px 0px 16px 0px;
    font-size: 20px;
  }
  .elementor-34
    .elementor-element.elementor-element-11d5cbf5
    .bdt-ep-accordion-title {
    padding: 16px 0px 16px 0px;
    font-size: 20px;
  }
  .elementor-34
    .elementor-element.elementor-element-33d78520
    .bdt-ep-accordion-title {
    padding: 16px 0px 16px 0px;
    font-size: 20px;
  }
  .elementor-34 .elementor-element.elementor-element-c481fb7 {
    padding: 48px 0px 48px 0px;
  }
  .elementor-34 .elementor-element.elementor-element-d2cabb9,
  .elementor-34
    .elementor-element.elementor-element-d2cabb9
    > .elementor-background-overlay {
    border-radius: 10px 10px 10px 10px;
  }
  .elementor-34
    .elementor-element.elementor-element-5c1cdaa
    > .elementor-element-populated {
    padding: 48px 24px 48px 24px;
  }
  .elementor-34 .elementor-element.elementor-element-304f2bb {
    padding: 48px 0px 0px 0px;
  }
  .elementor-34
    .elementor-element.elementor-element-144f96d
    > .elementor-widget-container {
    padding: 4px 8px 4px 8px;
  }
  .elementor-34 .elementor-element.elementor-element-6caeac6 {
    --spacer-size: 8px;
  }
  .elementor-34 .elementor-element.elementor-element-b3125a5 {
    width: 100%;
    max-width: 100%;
  }
  .elementor-34
    .elementor-element.elementor-element-ff13186
    .bdt-ep-accordion-title {
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    padding: 20px 16px 20px 20px;
    font-size: 18px;
  }
  .elementor-34
    .elementor-element.elementor-element-ff13186
    .bdt-ep-accordion-icon.bdt-flex-align-left {
    margin-left: 10px;
  }
  .elementor-34
    .elementor-element.elementor-element-ff13186
    .bdt-ep-accordion-title
    .bdt-ep-accordion-icon {
    font-size: 16px;
  }
  .elementor-34
    .elementor-element.elementor-element-ff13186
    .bdt-ep-accordion-content {
    border-radius: 0px 0px 11px 10px;
    overflow: hidden;
    padding: 0px 20px 20px 20px;
  }
  .elementor-34 .elementor-element.elementor-element-ff13186 {
    width: 100%;
    max-width: 100%;
  }
}@media (min-width: 768px){
  .elementor-34 .elementor-element.elementor-element-619e044 {
    width: 55%;
  }
  .elementor-34 .elementor-element.elementor-element-9e5541f {
    width: 45%;
  }
  .elementor-34 .elementor-element.elementor-element-95885ab {
    width: 63%;
  }
  .elementor-34 .elementor-element.elementor-element-dd3ec4a {
    width: 37%;
  }
}@media (max-width: 1024px) and (min-width: 768px){
  .elementor-34 .elementor-element.elementor-element-619e044 {
    width: 100%;
  }
  .elementor-34 .elementor-element.elementor-element-9e5541f {
    width: 100%;
  }
  .elementor-34 .elementor-element.elementor-element-95885ab {
    width: 55%;
  }
  .elementor-34 .elementor-element.elementor-element-dd3ec4a {
    width: 45%;
  }
  .elementor-34 .elementor-element.elementor-element-5c1cdaa {
    width: 55%;
  }
}@media all{
  main {
    display: block;
  }
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  a {
    background-color: transparent;
  }
  strong {
    font-weight: bolder;
  }
  img {
    border-style: none;
    height: auto;
    vertical-align: unset;
  }
  button,
  input,
  select {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }
  button,
  input {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  [type="button"],
  button {
    -webkit-appearance: button;
  }
  button {
    border: none;
  }
  [hidden] {
    display: none;
  }
  input[type="text"] {
    background-clip: padding-box;
  }
  select {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjM3cHgiIGhlaWdodD0iNHB4IiB2aWV3Qm94PSIwIDAgMzcgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYxLjIgKDg5NjUzKSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4NCiAgICA8dGl0bGU+QXJ0Ym9hcmQ8L3RpdGxlPg0KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPg0KICAgIDxnIGlkPSJBcnRib2FyZCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJBcnJvdy1SaWdodCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuMDAwMDAwLCAwLjAwMDAwMCkiIGZpbGw9IiMzNDMzNTIiPg0KICAgICAgICAgICAgPHBhdGggZD0iTTMuODAzODkyMjIsMy44NzIgTDYuODc0MjUxNSwwLjc1NzMzMzMzMyBDNy4wNDE5MTYxNywwLjU3NiA3LjA0MTkxNjE3LDAuMjk4NjY2NjY3IDYuODc0MjUxNSwwLjEyOCBDNi43MDY1ODY4MywtMC4wNDI2NjY2NjY3IDYuNDIzNjUyNjksLTAuMDQyNjY2NjY2NyA2LjI1NTk4ODAyLDAuMTI4IEwzLjUsMi45MzMzMzMzMyBMMC43NDQwMTE5NzYsMC4xMjggQzAuNTY1ODY4MjYzLC0wLjA0MjY2NjY2NjcgMC4yOTM0MTMxNzQsLTAuMDQyNjY2NjY2NyAwLjEyNTc0ODUwMywwLjEyOCBDLTAuMDQxOTE2MTY3NywwLjI5ODY2NjY2NyAtMC4wNDE5MTYxNjc3LDAuNTc2IDAuMTI1NzQ4NTAzLDAuNzU3MzMzMzMzIEwzLjE4NTYyODc0LDMuODcyIEMzLjM2Mzc3MjQ2LDQuMDQyNjY2NjcgMy42MzYyMjc1NCw0LjA0MjY2NjY3IDMuODAzODkyMjIsMy44NzIgWiIgaWQ9IlBhdGgiPjwvcGF0aD4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position-x: 100%;
    background-position-y: 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
  }
  form input,
  form select {
    display: block;
    font-family: inherit;
    font-size: 14px;
    line-height: normal;
    padding: 10px 15px;
    border-radius: 3px;
    font-weight: 400;
    border: 1px solid #e6e9ec;
    transition: all 0.3s ease-in-out;
    width: 100%;
  }
  .elementor-widget-text-editor p {
    font-size: inherit;
  }
  .elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
  }
  .elementor-widget-text-editor p:first-child {
    margin-top: 0;
  }
  .elementor-page:not(.elementor-editor-active) #primary {
    max-width: 100vw;
    overflow-x: hidden;
  }
  .elementor-section {
    position: relative;
  }
  .elementor-container {
    margin: 0 auto;
  }
  .elementor-section .elementor-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  .elementor-section.elementor-section-boxed:not(.elementor-inner-section)
    > .elementor-container {
    width: 90%;
  }
  :focus {
    outline: none;
  }
  * {
    box-sizing: border-box;
  }
  a {
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.68, 0.01, 0.58, 0.75);
  }
  p {
    margin-top: 0;
    margin-bottom: 1em;
  }
  h1 {
    font-family: var(--uicore-typography--h1-f, "Inter");
    font-weight: var(--uicore-typography--h1-w, "600");
    line-height: var(--uicore-typography--h1-h, "1.2");
    letter-spacing: var(--uicore-typography--h1-ls, "-0.027em");
    text-transform: var(--uicore-typography--h1-t, "none");
    font-style: var(--uicore-typography--h1-st, "normal");
    color: var(--uicore-typography--h1-c, "#070707");
    font-size: var(--uicore-typography--h1-s, "10px");
  }
  .elementor-widget-heading h2.elementor-heading-title,
  h2 {
    font-family: var(--uicore-typography--h2-f, "Inter");
    font-weight: var(--uicore-typography--h2-w, "600");
    line-height: var(--uicore-typography--h2-h, "1.2");
    letter-spacing: var(--uicore-typography--h2-ls, "-0.027em");
    text-transform: var(--uicore-typography--h2-t, "none");
    font-style: var(--uicore-typography--h2-st, "normal");
    color: var(--uicore-typography--h2-c, "#070707");
    font-size: var(--uicore-typography--h2-s, "10px");
  }
  h3 {
    font-family: var(--uicore-typography--h3-f, "Inter");
    font-weight: var(--uicore-typography--h3-w, "600");
    line-height: var(--uicore-typography--h3-h, "1.2");
    letter-spacing: var(--uicore-typography--h3-ls, "-0.027em");
    text-transform: var(--uicore-typography--h3-t, "none");
    font-style: var(--uicore-typography--h3-st, "normal");
    color: var(--uicore-typography--h3-c, "#070707");
    font-size: var(--uicore-typography--h3-s, "10px");
  }
  .elementor-widget-heading h6.elementor-heading-title,
  h6 {
    font-family: var(--uicore-typography--h6-f, "Inter");
    font-weight: var(--uicore-typography--h6-w, "600");
    line-height: var(--uicore-typography--h6-h, "1.2");
    letter-spacing: var(--uicore-typography--h6-ls, "-0.027em");
    text-transform: var(--uicore-typography--h6-t, "none");
    font-style: var(--uicore-typography--h6-st, "normal");
    color: var(--uicore-typography--h6-c, "#070707");
    font-size: var(--uicore-typography--h6-s, "10px");
  }
  .uicore-body-content input {
    font-family: var(--uicore-typography--p-f, "Inter");
    font-weight: var(--uicore-typography--p-w, "600");
    line-height: var(--uicore-typography--p-h, "1.2");
    letter-spacing: var(--uicore-typography--p-ls, "-0.027em");
    text-transform: var(--uicore-typography--p-t, "none");
    font-style: var(--uicore-typography--p-st, "normal");
    color: var(--uicore-typography--p-c, "#070707");
    font-size: var(--uicore-typography--p-s, "10px");
  }
  a {
    color: var(--e-global-color-uicore_primary);
  }
  a:hover {
    color: var(--e-global-color-uicore_secondary);
  }
  input[type="text"] {
    color: var(--e-global-color-uicore_headline);
  }
  .elementor-widget-highlighted-text.ui-e-a-animate .uicore-svg-wrapper path {
    stroke-dasharray: 1500;
    animation: highlighted-line 2s cubic-bezier(0.29, 1.11, 0.74, 1.04) forwards;
    animation-play-state: paused;
  }
  .elementor-widget-highlighted-text .ui-e-headline-text {
    position: relative;
  }
  .elementor-widget-highlighted-text .ui-e-headline-text svg {
    position: absolute;
    top: auto;
    left: 50%;
    width: 106%;
    height: 100%;
    transform: translate(-50%);
    overflow: visible;
  }
  .elementor-widget-highlighted-text .ui-e-headline-text svg path {
    stroke: red;
    stroke-width: 9;
    fill: none;
  }
  .elementor-widget-highlighted-text .ui-e-headline-highlighted {
    z-index: 1;
    position: relative;
  }
  .elementor-widget-highlighted-text
    .ui-e-headline-text[class*=" ui-e-headline-stroke"] {
    white-space: nowrap;
  }
  .ui-e--highlighted-text {
    margin: 0;
  }
  .ui-e-fluid-canvas {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    --ui-fluid-1: #ecbec4;
    --ui-fluid-2: #eed5b6;
    --ui-fluid-3: #93d6eb;
    --ui-fluid-4: #a8e2c4;
  }
  @media (max-width: 1024px) {
    .elementor-section .elementor-container {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }
  .uicore-cta-wrapper {
    display: flex;
  }
  @media (max-width: 1025px) {
    .uicore-cta-wrapper {
      width: 100%;
    }
  }
  .fadeInUp {
    animation-name: uicoreFadeInUp, uicoreFadeIn !important;
    animation-timing-function:
      cubic-bezier(0.22, 1, 0.36, 1), cubic-bezier(0, 0, 0.2, 1);
  }
  .fadeInUp.animated {
    animation-duration: 1.9s;
  }
  .fadeInUp.animated.animated-fast {
    animation-duration: 0.8s;
  }
  input[type="text"] {
    color: var(--e-global-color-uicore_headline);
  }
  .content-area {
    background: var(--e-global-color-uicore_white);
  }
  .bdt-accordion-title {
    color: var(--e-global-color-uicore_headline);
  }
  .bdt-accordion-title:hover,
  .bdt-accordion-title:focus {
    color: var(--e-global-color-uicore_body);
  }
  a {
    color: var(--e-global-color-uicore_primary);
  }
  a:hover {
    color: var(--e-global-color-uicore_secondary);
  }
}#content,
#content *{
  font-family: "Noto Kufi Arabic", sans-serif !important;
}.elementor-widget-image{
  text-align: center;
}.elementor-widget-image img{
  vertical-align: middle;
  display: inline-block;
}#locationPermissionButton{
  background-color: var(--e-global-color-uicore_primary);
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  line-height: 1em;
  letter-spacing: 0em;
  color: #ffffff;
  border-style: none;
  height: 3rem;
  width: 18rem;
  padding: 14px 28px;
  margin-bottom: 20px;
  margin: auto;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}#dido{
  display: flex;
  align-items: center;
  justify-content: center;
}div#responseMessage{
  text-align: center;
  margin-bottom: 25px;
}.form-container{
  width: 95%;
  margin: 0 auto;
  opacity: 60%;
}.flexi{
  display: flex;
  gap: 12px;
}.form-group{
  margin-bottom: 20px;
}.dropdown-select.wide{
  width: 50%;
  font-size: 18px;
  color: #757575 !important;
  padding: 10px 43px !important;
}input{
  width: 50%;
  color: #757575 !important;
  padding: 10px 43px !important;
}input#phone{
  width: 50%;
  color: #757575 !important;
  padding: 10px !important;
  text-align: end;
}#btn-dido{
  background-color: var(--e-global-color-uicore_primary);
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  line-height: 1em;
  letter-spacing: 0em;
  color: #ffffff;
  border-style: none;
  height: 3rem;
  width: 10rem;
  padding: 14px 28px;
}#responseMessage{
  text-align: center;
  margin-bottom: 25px;
}@media only screen and (max-width: 600px){
  .flexi {
    display: flex;
    gap: 12px;
    flex-direction: column;
  }
  .dropdown-select.wide {
    width: 100%;
    font-size: 18px;
    color: #757575 !important;
    padding: 10px 43px !important;
  }
  input#phone {
    width: 101%;
    color: #757575 !important;
    padding: 10px !important;
    text-align: end;
  }
  #locationPermissionButton {
    background-color: var(--e-global-color-uicore_primary);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    line-height: 1em;
    letter-spacing: 0em;
    color: #ffffff;
    border-style: none;
    height: 3rem;
    width: fit-content;
    padding: 10px 11px;
    margin-bottom: 20px;
    margin: auto;
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
  }
}.elementor-heading-title{
  padding: 0;
  margin: 0;
  line-height: 1;
}.elementor-column .elementor-spacer-inner{
  height: var(--spacer-size);
}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container{
  line-height: 1;
  font-size: 0;
}@media all{
  .bdt-ep-accordion {
    text-align: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .bdt-ep-accordion-title {
    outline: none;
    font-size: 14px;
    margin: 0;
    cursor: pointer;
    font-weight: bold;
    line-height: 1;
    padding: 15px 20px;
    background: #f3f3f3;
    transition: all 300ms cubic-bezier(0, 0.49, 0.27, 0.99);
  }
  .bdt-ep-title-text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .bdt-ep-accordion-icon {
    display: inline-block;
    font-weight: 400;
    transition: all 0.3s ease;
  }
  .bdt-ep-accordion-icon svg {
    transition: all 0.3s ease;
  }
  .bdt-ep-accordion-icon svg {
    height: 1em;
    width: 1em;
  }
  .bdt-ep-accordion-icon-closed {
    display: flex;
  }
  .bdt-ep-accordion-icon-opened {
    display: none;
  }
  .bdt-ep-accordion-content {
    padding: 15px 20px;
    margin-top: 0;
  }
  .bdt-ep-accordion-content p {
    margin-top: 0;
  }
  .bdt-ep-accordion-content p + p {
    margin-top: 15px;
  }
  .rtl .bdt-ep-accordion-title {
    flex-direction: row-reverse;
  }
  @media (max-width: 767px) {
    .bdt-ep-accordion-title {
      padding: 12px 15px;
    }
    .bdt-ep-accordion-content {
      padding: 7px 15px;
    }
  }
}@keyframes highlighted-line{
  0% {
    stroke-dasharray: 0 1500;
  }
  to {
    stroke-dasharray: 1500 1500;
  }
}@keyframes uicoreFadeInUp{
  0% {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translateZ(0);
  }
}@keyframes uicoreFadeIn{
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}.animated,.elementor-element[class*='elementor-invisible'],[class*='animated-'],.elementor-motion-effects-element{animation:none!important;transition:none!important;transform:none!important;}.uicore-svg-wrapper{display:none!important;}.ui-e-headline-highlighted svg{display:none!important;}@media (max-width: 767px){.elementor-34 .elementor-element.elementor-element-c481fb7{background-image:url("../img/fernando-lavin-fi5YSQfxbVk-unsplash-800.webp");}}.uicore-navigation-content{display:none;}body.uicore-mobile-nav-show .uicore-navigation-content{display:block;}body.uicore-mobile-nav-show .uicore-navigation-content,
body.uicore-mobile-nav-show .uicore-navigation-content *{opacity:1!important;visibility:visible!important;transform:none!important;}@media (max-width: 767px){
  .elementor-element.elementor-element-d80d077 .elementor-container,
  .elementor-element.elementor-element-d2cabb9 .elementor-container{flex-direction:column;}
  .elementor-element.elementor-element-d80d077 .elementor-column,
  .elementor-element.elementor-element-d2cabb9 .elementor-column{width:100%!important;}
  .elementor-element.elementor-element-dd3ec4a{order:1;}
  .elementor-element.elementor-element-95885ab{order:2;}
  .elementor-element.elementor-element-5c1cdaa > .elementor-element-populated{padding:32px 24px!important;}


}
