header.enh1 {
  position: relative;
  --top-bar-height-available: var(--top-bar-height);
}
header nav.en-nav {
  animation-duration: 0.45s;
  animation-fill-mode: both;
  animation-timing-function: unset;
}
header.enh1 > div.enh1-top-bar-bg {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--top-bar-height);
  background: var(--top-bar-background);
}
header.enh1 > div.enh1-top-bar-bg::after {
  content: "";
  position: absolute;
  background: #e6e6ee;
  width: 100%;
  height: 1px;
  left: -25px;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  max-width: 898px;
}
header.enh1 > div.enh1-center-bar-bg {
  box-sizing: border-box;
  position: absolute;
  top: var(--top-bar-height);
  left: 0;
  width: 100%;
  height: calc(
    var(--height) - var(--top-bar-height) - var(--bottom-bar-height)
  );
  background: var(--center-bar-background);
}
header.enh1 > div.enh1-bottom-bar-bg {
  box-sizing: border-box;
  position: absolute;
  top: calc(var(--height) - var(--bottom-bar-height));
  left: 0;
  width: 100%;
  height: var(--bottom-bar-height);
  background: var(--bottom-bar-background);
}
header.enh1 > div.en-mobile-header {
  display: none;
}

header.enh1 > nav.en-nav {
  width: min(100%, var(--en-website-width));
  margin: 0 auto;
  font-synthesis: none;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: var(--top-bar-height) 1fr var(--bottom-bar-height);
  height: var(--height);
  column-gap: var(--column-gap);
}

header.enh1 div.enh1-top-bar {
  grid-row: 1;
  grid-column: 1 / 3;
  display: grid;
  grid-template-columns: 1fr auto auto;
  height: var(--top-bar-height-available);
  align-self: start;
}
header.enh1 div.enh1-marquee {
  grid-row: 1;
  grid-column: 1;
  background: var(--marquee-background);
  position: relative;
  max-width: 91.5%;
  margin: 0;
  left: 12px;
  max-height: 44px;
}
header.enh1 div.enh1-marquee p {
  font-size: var(--marquee-font-size);
  font-family: var(--marquee-font-family);
  font-weight: 500;
  margin: 0.5px 0 0;
  letter-spacing: 1.45px;
  color: var(--marquee-color);
  font-style: italic;
}
header.enh1 div.enh1-search-translate {
  grid-row: 1;
  grid-column: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: relative;
  column-gap: 20px;
  margin: 0;
}
#en-public-header-translate,
header .enh1-search {
  margin: 0 3px 0 0;
  font-family: "SUSE", sans-serif;
  font-weight: 500;
  color: #404040;
  font-size: 13px;
  letter-spacing: 2.6px;
  box-sizing: border-box;
  padding: 0;
  line-height: 25px;
  text-transform: uppercase;
  background: var(--center-bar-background);
  display: flex;
  align-items: center;
  gap: 11px;
}
header .enh1-search img {
  position: relative;
  top: -0.5px;
  padding: 0 0.5px 0 0;
}
header.enh1 div.enh1-search-translate div.enh1-search {
  position: relative;
  margin: 0 14px 0 0;
}
#header_social {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  top: 6.5px;
  right: -3px;
background: #fff;
}
#header_social a {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #e6e6ee;
  transition: 0.4s all ease;
}
#header_social a:is(:hover, :focus) img {
  mix-blend-mode: multiply;
}
#header_social a:is(:hover, :focus) {
  background: #f28130;
}
header.enh1 div.enh1-search-translate div.enh1-search:hover {
  cursor: pointer;
}
#en-public-header-translate img {
  padding: 0 0.5px 0 0;
  margin: 0;
  height: auto;
  top: -0.5px;
  position: relative;
}
header.enh1 div.enh1-logo-cont {
  grid-row: 1;
  grid-column: 1;
  align-self: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

header.enh1 div.enh1-logo-cont a {
  display: flex;
  position: relative;
  z-index: 3;
}

header.enh1 div.enh1-logo-cont img {
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
  flex-grow: 0;
}

header.enh1 div.enh1-middle {
  position: relative;
  grid-row: 3;
  grid-column: 2;
  display: flex;
  align-items: center;
}
header.enh1 div.enh1-website-name-motto {
  display: flex;
  flex-direction: column;
  font-family: var(--website-name-font-family);
  font-size: clamp(22px, 3vw, 30px);
  line-height: clamp(22px, 4.2vw, 43px);
  font-weight: var(--website-name-font-weight);
  color: var(--website-name-color);
  margin: 0;
  letter-spacing: 2.9px;
  position: relative;
  left: 0;
  justify-content: flex-start;
  text-align: left;
  text-transform: uppercase;
}
.enh1-website-name span {
  display: block;
  position: relative;
  font-weight: 800;
  text-transform: capitalize;
  font-size: clamp(24.5px, 4.3vw, 47px);
  letter-spacing: 0.5px;
}
header.enh1 div.enh1-website-motto {
  color: var(--website-motto-color);
  font-family: var(--website-motto-font-family);
  font-size: var(--website-motto-font-size);
  padding: 0.5em 0;
  text-align: right;
  text-shadow: none;
}

header.enh1 > nav.en-nav > ul {
  grid-row: 3;
  grid-column: 1 / 3;
}
header #fb {
  position: relative;
  display: inline-grid;
  transition: 0.4s all ease;
  margin: 0.5px 0 0;
}

header #fb:is(:hover, :focus) {
  transform: rotate(360deg) scale(1.2);
}
@media only screen and (min-width: 992px) {
  header.enh1 > nav.en-nav {
    z-index: unset;
  }
  header nav.en-nav > ul > li:last-child > a {
    font-weight: 800 !important;
    padding-block: 10px 11px !important;
    letter-spacing: 0.3px !important;
  }
  header.enh1 > nav.en-nav > ul > li:last-child > a::after {
    content: "";
    position: absolute;
    background: #e6e6ee;
    width: 100%;
    height: 10px;
    left: 3px;
    right: 0;
    margin: 5px auto 0;
    z-index: -1;
    max-width: 140px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s all ease;
  }
  header.enh1 > nav.en-nav > ul > li:last-child:is(:hover, :focus) > a:after {
    opacity: 0;
  }
  header nav.en-nav > ul > li:last-child {
    margin: 0 -12px 0 0;
  }
  header.enh1 > nav.en-nav > ul > li > a {
    height: 100%;
    padding: 10px 11.15px 13px 13.15px;
    font-family: var(--topnav-font-family);
    font-size: var(--topnav-font-size);
    color: var(--topnav-color);
    font-weight: 500;
    letter-spacing: 0.4px;
    z-index: 4;
    position: relative;
    display: flex;
    align-items: center;
    transition: 0.3s all ease;
  }
  header.enh1.enh1dm-1-2 nav.en-nav ul > li > ul::before {
    content: "";
    position: absolute;
    background: linear-gradient(
      to bottom,
      rgb(211, 112, 44) 0%,
      rgb(215, 114, 42) 17%,
      rgb(219, 117, 45) 26%,
      rgb(220, 116, 43) 30%,
      rgb(232, 122, 45) 60%,
      rgb(236, 125, 46) 85%,
      rgb(238, 127, 48) 87%,
      rgb(238, 125, 45) 96%,
      rgb(238, 127, 48) 100%
    );
    width: 100%;
    height: 54px;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    z-index: -1;
  }
  header.enh1 > nav.en-nav > ul > li > a::before {
    content: "";
    position: absolute;
    background: #f28130;
    width: 100%;
    height: 0;
    margin: 0 auto;
    bottom: 0;
    right: 0;
    transition: 0.4s all ease;
    z-index: -1;
  }
  header.enh1 > nav.en-nav > ul > li:is(:hover, :focus) > a:before {
    height: 100%;
  }
  nav.en-nav > ul > li ul a::before {
    content: "";
    position: absolute;
    background: #e6e6ee;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s all ease;
    z-index: -1;
    transform-origin: bottom;
    transition: transform 0.3s;
    transform: scaleY(0);
  }
  nav.en-nav > ul > li ul a:hover::before,
  nav.en-nav > ul > li ul a:hover::before,
  #en-has-submenu > li > ul > li > a:hover::before,
  #en-has-submenu > li > ul > li > a:hover::before,
  #en-has-submenu > li > ul > li:hover > a::before,
  .top-level ul > li.en-has-submenu:hover > a::before,
  .top-level ul > li.en-has-submenu > ul > li:hover > a::before,
  .nav_items_0 > li.en-has-submenu:hover > a::before,
  .nav_items_0 ul > li.en-has-submenu > ul > li:hover > a::before {
    transform: scaleY(1);
    transform-origin: top;
  }
  header.enh1 > nav.en-nav > ul > li ul a:is(:hover, :focus),
  .top-level ul > li.en-has-submenu:hover > a,
  .top-level ul > li.en-has-submenu > ul > li:hover > a,
  .nav_items_0 ul > li.en-has-submenu:hover > a,
  .nav_items_0 ul > li.en-has-submenu > ul > li:hover > a {
    color: var(--menu-hover-color);
  }
  header.enh1 > nav.en-nav > ul > li ul a {
    font-family: var(--menu-font-family);
    font-size: var(--menu-font-size);
    line-height: 16px;
    color: var(--menu-color);
    padding: 13px 19px;
    min-width: 219px;
    max-width: 219px;
    z-index: 1;
    position: relative;
    font-weight: 500;
    letter-spacing: 0.15px;
    transition: 0.25s all ease;
  }
  header.enh1 > nav.en-nav > ul > li ul li.en-has-submenu > a:after {
    content: "\2794";
    display: inline-block;
    margin-left: min(1.0909vw, 12px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1099px) {
  nav.en-nav > ul > li > ul > li > ul > li > ul {
    left: initial;
    right: 100%;
  }
}

header.enh1.enh1logo-2-2 div.enh1-logo-cont img {
  max-width: calc(100% - 2px);
  max-height: calc(100% - 2px);
}

@media only screen and (min-width: 992px) {
  header.enh1.enh1logo-2-2 div.enh1-logo-cont img {
    max-width: clamp(170px, 12vw, 183px);
    max-height: 163px;
  }
  header.enh1 div.enh1-logo-cont a {
    margin: 134px 0 0 -79px;
  }
  header.enh1 div.enh1-middle {
    max-width: 400px;
    margin: -66px 0 0 1px;
  }
}

/* OPTIONS THAT EFFECT ONLY LARGE AND MEDIUM SCREEN SIZES */

@media only screen and (min-width: 992px) {
  header.enh1.enh1logo-1-2 div.enh1-logo-cont {
    align-self: end;
  }
  header.enh1.enh1logo-1-3 div.enh1-logo-cont {
    align-self: start;
  }
  header.enh1.enh1logo-5-2 div.enh1-logo-cont {
    background: var(--center-bar-background);
  }
  header.enh1.enh1-1-2 .enh1-top-bar,
  header.enh1.enh1-1-4 .enh1-top-bar {
    grid-column: 2;
  }
  header.enh1.enh1-1-3 div.enh1-logo-cont {
    grid-row: 2 / 4;
  }
  header.enh1.enh1-1-3 > nav.en-nav > ul,
  header.enh1.enh1-1-4 > nav.en-nav > ul {
    grid-column: 2;
  }
  header.enh1.enh1-1-4 div.enh1-logo-cont {
    grid-row: 1 / 4;
  }
  header.enh1.enh1-1-5 > nav.en-nav,
  header.enh1.enh1-1-6 > nav.en-nav {
    grid-template-columns: auto auto 1fr;
  }
  header.enh1.enh1-1-5 > nav.en-nav > ul,
  header.enh1.enh1-1-6 > nav.en-nav > ul {
    grid-column: 3;
  }
  header.enh1.enh1-1-5 div.enh1-top-bar {
    grid-column: 2 / 4;
  }
  header.enh1.enh1-1-5 div.enh1-logo-cont {
    grid-row: 1 / 4;
  }
  header.enh1.enh1-1-5 div.enh1-middle {
    grid-row: 2 / 4;
    grid-column: 2;
  }
  header.enh1.enh1-1-6 div.enh1-top-bar {
    grid-column: 1 / 4;
  }
  header.enh1.enh1-1-6 div.enh1-logo-cont {
    grid-row: 2 / 4;
  }
  header.enh1.enh1-1-6 div.enh1-middle {
    grid-row: 2 / 4;
    grid-column: 2;
  }
  header.enh1.enh1-1-7 > nav.en-nav,
  header.enh1.enh1-1-8 > nav.en-nav {
    grid-template-columns: auto 1fr;
  }
  header.enh1.enh1-1-7 > nav.en-nav > ul,
  header.enh1.enh1-1-8 > nav.en-nav > ul {
    grid-column: 2;
  }
  header.enh1.enh1-1-7 div.enh1-top-bar {
    grid-column: 2;
  }
  header.enh1.enh1-1-7 div.enh1-logo-cont {
    grid-row: 1 / 4;
  }
  header.enh1.enh1-1-7 div.enh1-middle,
  header.enh1.enh1-1-8 div.enh1-middle {
    flex-direction: row-reverse;
  }
  header.enh1.enh1-1-7 div.enh1-website-name,
  header.enh1.enh1-1-8 div.enh1-website-name-motto {
    display: none;
  }
  header.enh1.enh1-1-8 div.enh1-top-bar {
    grid-column: 1 / 3;
  }
  header.enh1.enh1-1-8 div.enh1-logo-cont {
    grid-row: 2 / 4;
  }
  header.enh1.enh1-1-9 > nav.en-nav {
    grid-template-columns: auto 1fr;
  }
  header.enh1.enh1-1-9 > nav.en-nav > ul {
    grid-column: 2;
    margin-left: 30px;
  }
  header.enh1.enh1-1-9 div.enh1-top-bar {
    grid-column: 1 / 3;
  }

  header.enh1.enh1-1-9 div.enh1-logo-cont,
  header.enh1.enh1-1-10 div.enh1-logo-cont {
    display: none;
  }
  header.enh1.enh1-1-9 div.enh1-middle {
    grid-row: 2 / 4;
    grid-column: 1;
    align-self: end;
    padding-left: clamp(0px, calc(1110px - 100vw), 10px);
  }
  header.enh1.enh1-1-10 > nav.en-nav {
    grid-template-columns: 1fr;
  }
  header.enh1.enh1-1-10 > nav.en-nav > ul {
    grid-column: 1;
  }
  header.enh1.enh1-1-10 div.enh1-top-bar {
    grid-column: 1;
  }
  header.enh1.enh1-1-10 div.enh1-middle {
    grid-column: 1;
    justify-content: center;
  }
  header.enh1.enh1tbar-1-2 div.enh1-social {
    grid-column: 2;
    padding: 0 18px;
  }
  header.enh1.enh1tbar-1-2 div.enh1-search-translate {
    grid-column: 3;
    padding: 0 clamp(0px, calc(var(--en-website-width) + 10px - 100vw), 10px) 0
      0;
  }
  header.enh1.enh1tbar-1-3 div.enh1-top-bar {
    grid-template-columns: auto 1fr auto;
  }
  header.enh1.enh1tbar-1-3 div.enh1-social {
    grid-column: 1;
    padding: 0 18px 0
      clamp(0px, calc(var(--en-website-width) + 10px - 100vw), 10px);
  }
  header.enh1.enh1tbar-1-3 div.enh1-marquee {
    grid-column: 2;
  }
  header.enh1.enh1tbar-1-3 div.enh1-search-translate {
    grid-column: 3;
    padding: 0 clamp(0px, calc(var(--en-website-width) + 10px - 100vw), 10px) 0
      18px;
  }
  header.enh1.enh1tbar-1-4 div.enh1-search-translate {
    grid-column: 1;
    padding: 0 18px 0
      clamp(0px, calc(var(--en-website-width) + 10px - 100vw), 10px);
  }
  header.enh1.enh1tbar-1-4 div.enh1-social {
    grid-column: 3;
    padding: 0 clamp(0px, calc(var(--en-website-width) + 10px - 100vw), 10px) 0
      18px;
  }

  header.enh1.enh1tbar-2-3 div.enh1-social a > img:hover {
    transition: all 0.4s ease;
    transform: translateY(-4px);
  }
  header.enh1.enh1tbar-2-4 div.enh1-social a > img:hover {
    transition: all 0.3s ease;
    transform: rotate(55deg);
  }
  header.enh1.enh1tbar-3-2 div.enh1-marquee:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to right,
      var(--marquee-background) 0%,
      transparent 5%,
      transparent 95%,
      var(--marquee-background) 100%
    );
  }

  header.enh1.enh1tbar-4-3 > div.enh1-top-bar-bg {
    border-bottom-style: dotted;
  }

  header.enh1.enh1tbar-4-4 > div.enh1-top-bar-bg {
    border-bottom: 2px solid var(--top-bar-border-color);
  }

  header.enh1.enh1tbar-4-4 div.enh1-top-bar {
    --top-bar-height-available: calc(var(--top-bar-height) - 2px);
  }

  header.enh1.enh1bbar-1-2 > div.enh1-bottom-bar-bg {
    border-top: 1px solid var(--bottom-bar-border-color);
  }

  header.enh1.enh1bbar-1-2 > nav.en-nav > ul {
    margin-top: 1px;
  }

  header.enh1.enh1bbar-1-3 > div.enh1-bottom-bar-bg {
    border-top-style: dotted;
  }

  header.enh1.enh1bbar-2-2 > div.enh1-bottom-bar-bg {
    border-bottom: 1px solid var(--bottom-bar-border-color);
  }

  header.enh1.enh1bbar-2-2 > nav.en-nav > ul,
  header.enh1.enh1bbar-2-2.enh1logo-1-2 > nav.en-nav > div.enh1-logo-cont,
  header.enh1.enh1bbar-2-2 > nav.en-nav > div.enh1-middle {
    margin-bottom: 1px;
  }

  header.enh1.enh1bbar-2-3 > div.enh1-bottom-bar-bg {
    border-bottom-style: dotted;
  }

  header.enh1.enh1mid-1-2 div.enh1-website-name-motto {
    align-self: end;
  }

  header.enh1.enh1mid-1-3 div.enh1-website-name-motto {
    align-self: start;
  }

  header.enh1.enh1mid-2-2 div.enh1-middle {
    justify-content: center;
  }

  header.enh1.enh1mid-2-3 div.enh1-middle {
    justify-content: flex-end;
  }
  header.enh1.enh1topnav-2-2 nav.en-nav ul {
    max-width: 55%;
    width: 100%;
    justify-content: flex-end;
    gap: 5px;
  }
  header.enh1 > nav.en-nav > ul {
    height: 100%;
    margin: 0 0 0 auto;
  }

  header.enh1.enh1topnav-2-3 nav.en-nav ul {
    justify-content: flex-end;
  }

  header.enh1.enh1topnav-3-2 nav.en-nav > ul {
    column-gap: min(0.5454vw, 6px);
  }

  header.enh1.enh1topnav-3-3 nav.en-nav > ul {
    column-gap: min(1.0909vw, 12px);
  }

  header.enh1.enh1topnav-3-4 nav.en-nav > ul {
    column-gap: min(1.6363vw, 18px);
  }

  header.enh1.enh1topnav-4-2 nav.en-nav > ul > li:hover > a {
    background: var(--topnav-hover-background);
    color: var(--topnav-hover-color);
    border-top: 5px solid transparent;
    border-bottom: 5px solid var(--topnav-color3);
  }

  header.enh1.enh1topnav-4-3 nav.en-nav > ul > li:is(:hover, :focus) > a {
    color: var(--topnav-hover-color);
  }

  header.enh1.enh1topnav-5-2 nav.en-nav > ul > li > a {
    text-transform: uppercase;
  }

  header.enh1.enh1topnav-5-3 nav.en-nav > ul > li > a {
    text-transform: lowercase;
  }
  header.enh1.enh1dm-1-2 nav.en-nav ul > li > ul {
    opacity: 0;
    display: none;
    visibility: hidden;
    padding: 12px 0 13px;
    max-width: 219px;
    background: var(--menu-background);
    z-index: 2;
    width: 219px;
    box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.2);
  }
  header.enh1.enh1dm-1-2 nav.en-nav ul > li ul li ul {
    padding: 10px 0;
  }
  header.enh1.enh1dm-1-2 nav.en-nav ul > li:hover > ul {
    display: block;
    visibility: visible;
    opacity: 1;
    animation: fadeInUp 0.15s forwards ease;
  }

  header.enh1.enh1dm-2-2 nav.en-nav ul > li > ul {
    text-transform: uppercase;
  }

  header.enh1.enh1dm-2-3 nav.en-nav ul > li > ul {
    text-transform: lowercase;
  }
}

/* STYLING FOR MOBILE */
@media only screen and (max-width: 991px) {
  div.enh1-top-bar-bg,
  div.enh1-center-bar-bg,
  div.enh1-bottom-bar-bg {
    display: none;
  }
  header .lang-ar.lang-select {
    margin: 0;
  }
  header.enh1 button.en-mobnav-button {
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    background: #f28130;
  }
  header.enh1 button.en-mobnav-button:is(:hover) {
    background: #e6e6ee;
  }
  header.enh1 button.en-mobnav-button img {
    width: 30px;
    object-fit: contain;
  }
  header.enh1 > div.en-mobile-header {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: var(--header-height);
    background: var(--header-background);
    overflow: hidden;
    padding: 0;
  }

  header.enh1 > div.en-mobile-header a {
    text-decoration: none;
  }

  header.enh1 nav.en-nav {
    position: fixed;
    height: 100%;
    grid-template-columns: auto 1fr;
    grid-template-rows: var(--header-height) 1fr auto;
    overflow: hidden;
    gap: 0;
    opacity: 1;
    background: var(--header-background);
  }
  div.en-mobnav-bg {
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
  }
  header.enh1 div.enh1-logo-cont {
    grid-row: 1;
    grid-column: 1;
    background: var(--header-background);
    padding: 0;
    margin: 0 5px 0 5px;
  }
  header.enh1 div.enh1-middle {
    grid-row: 1;
    grid-column: 2;
    justify-content: space-between;
    padding: 0 5px 0 0;
    z-index: 3;
  }
  header.enh1.enh1 div.enh1-website-name-motto {
    color: var(--website-name-color);
    text-shadow: none;
    visibility: var(--website-name-visibility);
    padding: 0 10px 0 0;
    margin: 0;
    font-size: clamp(18px, 2.23vw, 30px);
    line-height: clamp(25px, 3.7vw, 40px);
  }
  header.enh1 nav.en-nav > ul > li.en-has-submenu > a::after {
    content: "";
    position: absolute;
    background: none;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #fff;
    right: 20px;
    top: auto;
    margin: 9px 0 0;
    transition: 0.4s all ease;
  }
  header.enh1
    nav.en-nav
    > ul
    > li.en-has-submenu.en-mobile-submenu-opened
    > a::after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #000;
    border-bottom: none;
  }
  header.enh1
    nav.en-nav
    > ul
    > li.en-has-submenu.en-mobile-submenu-opened
    > a:is(:hover)::after {
    border-top-color: #fff;
  }
  header.enh1 div.enh1-website-name-motto a {
    color: var(--website-name-color) !important;
  }

  header.enh1 div.enh1-website-motto {
    color: inherit;
  }
  header.enh1 nav.en-nav > ul {
    grid-row: 2;
    grid-column: 1 / 3;
    background-color: #fff;
  }
  header.enh1 nav.en-nav ul li {
    border-top: 1px solid #e8ecf5;
    position: relative;
  }
  header.enh1 nav.en-nav > ul > li:last-child {
    border-bottom: 1px solid #cccccc;
  }
  header.enh1 nav.en-nav > ul > li > a {
    font-family: var(--menu-font-family);
    font-size: var(--menu-font-size);
    color: var(--menu-color);
    background: var(--menu-background);
    font-weight: 600;
    padding: 13px 40px 15px 15px;
    letter-spacing: 0;
    transition: 0.3s all ease;
  }
  header.enh1 nav.en-nav > ul > li > a:is(:hover, :focus) {
    color: var(--menu-hover-color);
    background: var(--menu-hover-background);
  }
  header.enh1 nav.en-nav > ul > li > ul a {
    font-family: var(--menu-font-family);
    font-size: var(--menu-font-size);
    color: var(--menu-color);
    background: #fff;
    padding: 13px 40px 15px 15px;
    font-weight: 400;
    letter-spacing: 0;
    transition: 0.3s all ease;
  }
  header.enh1 div.enh1-logo-cont a {
    margin: 0;
  }
  header.enh1 nav.en-nav > ul > li > ul a:is(:hover, :focus) {
    color: var(--menu-hover-color);
    background: var(--menu-hover-background);
  }
  header.enh1 nav.en-nav > ul > li ul > li.en-has-submenu > a {
    color: var(--menu-color);
  }
  header.enh1 nav.en-nav > ul > li ul > li.en-has-submenu > a:hover {
    color: var(--menu-hover-color);
    background: var(--menu-hover-background);
  }
  header.enh1 nav.en-nav > ul > li ul > li.en-mobile-submenu-opened > a {
    color: #fff;
    background: var(--menu-background);
  }
  header.enh1
    nav.en-nav
    > ul
    > li
    ul
    > li.en-mobile-submenu-opened
    > a::before {
    background: #fff !important;
  }
  /* SUBMENU INDICATOR ON THE LEFT */
  header.enh1 nav.en-nav > ul > li ul li.en-has-submenu > a:before {
    margin-right: 7px;
    background: var(--menu-color);
  }
  /* HOVER ON SUBMENU INDICATOR ON THE LEFT */
  header.enh1 nav.en-nav > ul > li ul li.en-has-submenu > a:hover:before {
    background: var(--menu-hover-color);
  }
  /* TRANSFORMATION ON THE SUBMENU INDICATOR ON THE LEFT WHEN SUBMENU IS OPEN */
  header.enh1 nav.en-nav > ul > li > ul li.en-mobile-submenu-opened > a:before {
    transform: rotate(90deg);
  }
  /* SUBMENU INDICATOR ON THE RIGHT. DISABLED BY DEFAULT. */
  header.enh1 nav.en-nav > ul > li ul li.en-has-submenu > a:after {
    margin-left: 12px;
    background: var(--menu-color);
  }
  /* HOVER ON SUBMENU INDICATOR ON THE RIGHT */
  header.enh1 nav.en-nav > ul > li ul li.en-has-submenu > a:hover:after {
    background: var(--menu-hover-color);
  }
  /* TRANSFORMATION ON THE SUBMENU INDICATOR ON THE RIGHT WHEN SUBMENU IS OPEN */
  header.enh1 nav.en-nav > ul > li > ul li.en-mobile-submenu-opened > a:after {
    transform: rotate(90deg);
  }

  header.enh1.enh1mm-2-2 nav.en-nav > ul > li ul li.en-has-submenu > a:before,
  header.enh1.enh1mm-2-3 nav.en-nav > ul > li ul li.en-has-submenu > a:before,
  header.enh1.enh1mm-2-4 nav.en-nav > ul > li ul li.en-has-submenu > a:before {
    display: none;
  }

  header.enh1.enh1mm-2-2 nav.en-nav > ul > li ul li.en-has-submenu > a:after {
    display: inline-block;
  }

  header.enh1.enh1mm-2-3 nav.en-nav > ul > li ul li.en-has-submenu > a:after {
    display: inline-block;
    float: right;
    margin-top: 0.25em;
  }
  header.enh1 div.enh1-top-bar {
    grid-row: 3;
    grid-column: 1 / 4;
    overflow: visible;
    background: var(--header-background);
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.05) 0px -3.5px 10px;
    z-index: 2;
    padding: 8px 10px 15px;
    place-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
  header.enh1 div.enh1-marquee {
    background: var(--header-background);
  }
  .disable-overflow header.enh1.enh1 div.enh1-website-name-motto br {
    display: none;
  }
  header.enh1 div.enh1-marquee {
    grid-row: 2;
    grid-column: 1 / 3;
  }
  header.enh1 div.enh1-marquee::after {
    content: "";
    position: absolute;
    background: linear-gradient(
      to right,
      #fff 0%,
      transparent 10%,
      transparent 90%,
      #fff 100%
    );
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .en-marquee-module.popup-top
    .en-marquee-popup-wrapper
    .en-marquee-popup-icon {
    border-top-color: #f28130;
    border-bottom-color: transparent;
  }
  .en-marquee-module.popup-top .en-marquee-popup-wrapper {
    margin: -4px 0 0;
  }
  header.enh1 div.enh1-marquee {
    margin: 0 auto;
    left: 0;
    top: 0;
    max-width: 90%;
  }
  .en-marquee-module .en-marquee-module-content-wrapper {
    top: 4px;
    min-height: 40px;
  }
  header.enh1 div.enh1-search-translate {
    grid-row: 1;
    grid-column: 1;
    column-gap: 20%;
    padding: 0;
    font-size: 14px;
  }

  header.enh1 div.enh1-search-translate div.enh1-search > span {
    display: none;
  }

  /* Temporary solution until translate is improved. */
  header.enh1 div.enh1-search-translate #en-public-header-translate:after {
    display: none;
  }
  header.enh1 div.enh1-search-translate {
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  #en-public-header-translate {
    margin: 0;
  }

  #en-public-header-translate,
  header .enh1-search {
    gap: 5px;
    font-size: 12px;
  }

  /* OPTIONS THAT EFFECT ONLY SMALL SCREEN SIZES (MOBILE) */

  header.enh1.enh1mh-1-2 > div.en-mobile-header {
    grid-template-columns: 1fr;
  }

  header.enh1.enh1mh-1-2 nav.en-nav {
    grid-template-columns: 1fr;
  }

  header.enh1.enh1mh-1-2 div.enh1-logo-cont {
    display: none;
  }

  header.enh1.enh1mh-1-2 div.enh1-middle {
    grid-column: 1;
  }

  header.enh1.enh1mh-1-2 nav.en-nav > ul {
    grid-column: 1;
  }

  header.enh1.enh1mh-1-2 div.enh1-top-bar {
    grid-column: 1;
  }

  header.enh1.enh1mh-1-3 div.en-mobile-header div.enh1-middle {
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 0;
  }

  header.enh1.enh1mh-1-3 nav.en-nav.en-mobnav-show {
    left: auto;
    right: 100%;
    animation-name: en_mobnav_appear_from_left_anim;
  }

  header.enh1.enh1mh-1-3 nav.en-nav.en-mobnav-hide {
    left: auto;
    right: 100%;
    animation-name: en_mobnav_disappear_to_left_anim;
  }

  header.enh1.enh1but-1-2 button.en-mobnav-button {
    font-size: 45px;
  }

  header.enh1.enh1but-1-3 button.en-mobnav-button {
    font-size: 50px;
  }

  header.enh1.enh1but-2-2 button.en-mobnav-button {
    border-radius: 10%;
  }

  header.enh1.enh1but-2-3 button.en-mobnav-button:hover {
    background: var(--mobnav-button-background);
    color: var(--mobnav-button-color);
  }

  header.enh1.enh1mh-3-2 div.enh1-website-motto {
    display: none;
  }

  header.enh1.enh1mm-1-2 div.enh1-social,
  header.enh1.enh1mm-1-4 div.enh1-social {
    grid-column: 1;
  }
  header.enh1.enh1mm-1-2 div.enh1-search-translate,
  header.enh1.enh1mm-1-4 div.enh1-search-translate {
    grid-column: 2;
  }
  header.enh1.enh1mm-1-3 div.enh1-top-bar,
  header.enh1.enh1mm-1-4 div.enh1-top-bar {
    grid-template-rows: 40px 1fr;
  }

  header.enh1.enh1mm-1-3 div.enh1-social,
  header.enh1.enh1mm-1-4 div.enh1-social {
    grid-row: 2;
  }
  header.enh1.enh1mm-1-3 div.enh1-search-translate,
  header.enh1.enh1mm-1-4 div.enh1-search-translate {
    grid-row: 2;
  }
  header.enh1.enh1mm-1-3 div.enh1-marquee,
  header.enh1.enh1mm-1-4 div.enh1-marquee {
    grid-row: 1;
  }
  header.enh1.enh1logo-2-2 div.enh1-logo-cont img {
    max-width: inherit !important;
    max-height: inherit !important;
    width: clamp(75px, 13.5vw, 183px);
  }
  header.enh1 div.enh1-search-translate div.enh1-search {
    margin: 0;
  }
}

/* serach filed */
.en-header-popup-body {
  padding-top: 0 !important;
}
.en-popup-close-img {
  width: 25px !important;
  height: 25px !important;
  background-color: #090959 !important;
}
.en-public-header-popup-close {
  right: -14px !important;
  top: -15px !important;
}
#search-field {
  max-width: 500px;
  border: 1px solid #c0c1c3;
  height: 25px;
  font-size: 16px !important;
  padding: 5px 7px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  min-height: 43px;
}
.en-header-popup-wrapper {
  height: 38px !important;
  max-width: 500px !important;
  margin: auto !important;
  animation: fadeInUp 0.4s forwards ease;
}
.en-header-popup-backdrop {
  animation: fade-in 0.5s forwards ease;
}
@media only screen and (max-width: 600px) {
  .en-header-popup-wrapper {
    max-width: 80% !important;
  }
}

/* marquee */
.en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup {
  background-color: #f28130;
  border-color: #f28130;
}
.en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup-icon {
  border-bottom-color: #f28130;
}
.en-marquee-module .en-marquee-tooltip-buttons button[aria-pressed="true"] {
  background-color: #000000 !important;
  color: #fff !important;
}
.en-marquee-module .en-marquee-popup .en-marquee-popup-text,
.en-marquee-module .en-marquee-tooltip-buttons button {
  line-height: 22px;
  color: #000;
  font-family: var(--marquee-font-family);
  font-weight: 500;
}
.en-marquee-module .en-marquee-tooltip-buttons button {
  font-weight: 500;
}
.en-marquee-module .en-marquee-popup .en-marquee-popup-text {
  font-size: min(5.2vw, 18px);
  font-style: italic;
}
.en-marquee-module .en-marquee-tooltip-buttons button {
  background: #fff;
  color: #000;
}
.en-marquee-module .en-marquee-tooltip-buttons button:hover {
  background: #000000;
  color: #fff;
}
.en-marquee-module
  .en-marquee-popup-wrapper
  .en-marquee-popup
  .en-marquee-tooltip-buttons {
  gap: 10px;
}
.en-marquee-module .en-marquee-popup-wrapper {
  max-width: 100%;
}

header.enh1 div.enh1-website-name-motto a:visited,
header.enh1 div.enh1-website-name-motto a {
  color: #000;
}

.nav_icon {
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1285px) {
  header.enh1 > nav.en-nav {
    width: auto;
    padding-inline: 10px;
  }
  header.enh1 div.enh1-logo-cont a {
    margin: 134px 0 0 0;
  }
  header.enh1 div.enh1-marquee {
    left: 0;
  }
  header.enh1 > div.enh1-top-bar-bg::after {
    left: 25px;
    max-width: 68%;
  }
  header.enh1 > nav.en-nav > ul > li > a {
    padding: 10px 8px 13px;
  }
  header.enh1 div.enh1-website-name-motto {
    font-size: clamp(22px, 2.5vw, 30px);
    line-height: clamp(22px, 3.2vw, 43px);
  }
  .enh1-website-name span {
    font-size: clamp(22px, 3.3vw, 47px);
  }
  header nav.en-nav > ul > li:last-child {
    margin: 0;
  }
  header.enh1 div.enh1-middle {
    margin: -66px 0 0 -10px;
  }
}
@media only screen and (min-width: 1286px) and (max-width: 1380px) {
  header.enh1 div.enh1-logo-cont a {
    margin: 134px 0 0 -30px;
  }
  header.enh1 div.enh1-middle {
    margin: -66px 0 0 -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1099px) {
  header.enh1.enh1logo-2-2 div.enh1-logo-cont img {
    max-width: clamp(100px, 11vw, 183px);
  }
  header.enh1 div.enh1-middle {
    grid-row: 2/4;
    margin: 0 0 0 -10px;
  }
  header.enh1 div.enh1-logo-cont a {
    margin: 195px 0 0 0;
  }
  header.enh1 div.enh1-marquee {
    max-width: 100%;
    margin: 0;
  }
  header.enh1.enh1-1-2 .enh1-top-bar,
  header.enh1.enh1-1-4 .enh1-top-bar {
    grid-column: 1/3;
  }
  header.enh1 > div.enh1-top-bar-bg::after {
    left: 0;
    max-width: 83%;
    margin: 0;
  }
  header.enh1 div.enh1-logo-cont a {
    margin: 182px 0 0 0;
  }
}

@media only screen and (max-width: 991px) {
  header .en-mobnav-show::before {
    content: "";
    position: absolute;
    background: none;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    width: 105%;
    height: clamp(90px, 14.04vw, 135px);
    left: -10px;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 1;
  }
  #header_social {
    top: 0;
    right: 0;
  }
  #header_social a {
    width: 35px;
    height: 35px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 359px) {
  .enh1-website-name span {
    font-size: clamp(19.5px, 4.3vw, 47px);
  }
  header.enh1.enh1 div.enh1-website-name-motto {
    font-size: clamp(15px, 2.23vw, 30px);
  }
}

.en-mobnav-active #en-acc-toolbar-opener {
  z-index: 0;
}


#en-public-header-translate {
  gap: 0;
  margin: 0 14px 0 0;
}
#en-public-header-translate img {
  padding: 0 11.5px 0 0;

}

@media only screen and (max-width: 991px) {
#en-public-header-translate {
  margin: 0;
}
}

@media only screen and (min-width: 992px) {
body header.enh1.enh1dm-1-2 nav.en-nav ul > li:last-child > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding-inline: 10px;
width: 970px;
  max-width: 1500px;
}

}

.youtube > img{

width: 56%;

}
