header.enh1 {
  position: relative;
  z-index: 2;
  --top-bar-height-available: var(--top-bar-height);
}

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.enh1-1-5 div.enh1-logo-cont .website-name {
  font-size: clamp(13px,1.66vw,20px);
letter-spacing: clamp(0.5px,0.107vw,1.29px);
line-height: clamp(15px,1.66vw,20px);
  text-transform: uppercase;
  color: #1a234b;
  font-weight: 700;
  font-family: "josefin-sans",sans-serif;
  position: relative;
}
header.enh1.enh1-1-5 div.enh1-logo-cont .website-name span {
  font-size: clamp(16px,1.83vw,22px);
  border: none;
  padding: 0;
  margin: 0;
  line-height: clamp(17px,1.83vw,22px);
}
header.enh1.enh1-1-5 div.enh1-logo-cont .tagline {
  font-size: clamp(8px,1vw,12px);
  letter-spacing: clamp(0.5px,0.125vw,1.5px);
  line-height: clamp(15px,1.66vw,20px); 
  text-transform: uppercase;
  color: #1a234b;
  font-weight: 400;
  font-family: "josefin-sans",sans-serif;
  margin: 1px 0 0 3px;
  position: relative;
}
header.enh1.enh1-1-5 div.enh1-logo-cont .mobile-websitename {
  margin: 9px 0 0 3px;
}
header.enh1.enh1-1-5 div.enh1-logo-cont .tagline::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: -1px;
  height: 1px;
  background: #efbe1f;
}
header.enh1.enh1-1-5 div.enh1-logo-cont .tagline::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 2px;
  height: 1px;
  background: #efbe1f;
}
header.enh1 div.enh1-social > a.easeFast {
  font-size: clamp(13px,1.33vw, 16px);
line-height: clamp(17px,1.66vw, 20px);
  color: #1a234b;
  font-weight: 400;
  font-family: "josefin-sans",sans-serif;
  text-align: right;
  margin: 1px 0 0 clamp(5px,2.58vw,31px);
}


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);
z-index: 0;
}

header.enh1 > div.en-mobile-header {
  display: none;
}

header.enh1 > nav.en-nav {
  width: min(100%, var(--en-website-width));
  margin: 0 auto;
  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-height: clamp(30px,3.66vw, 44px);
  max-width: 68%;
  margin: 0 min(3.75vw,57px) 0 auto;
}

header.enh1 div.enh1-marquee p {
font-size: var(--marquee-font-size);
color: var(--marquee-color);
font-family: "MyriadPro-It";
font-weight: unset;
margin: 0px 0 0 0;
letter-spacing: 1px;
}

header.enh1 div.enh1-search-translate {
grid-row: 1;
grid-column: 2;
display: flex;
justify-content: flex-start;
align-items: center;
padding: 0;
position: relative;
column-gap: 13px;
font-family: var(--search-translate-font-family);
font-size: var(--search-translate-font-size);
color: var(--search-translate-color);
margin: 0 min(2.5vw,30px) 0 0;
column-gap: clamp(5px,2.25vw,27px);
letter-spacing: 2px !important;
text-transform: uppercase;
}
#en-public-header-translate > img {
  margin-right: 11px;
  margin-top: 0px;
}
header.enh1 div.enh1-search-translate div.enh1-search img {
  margin: 0 12px 0 0;
}
header.enh1 div.enh1-social > a:last-child img {
  top: 1px;
  position: relative;
  width: clamp(25px,4.16vw,40px);
  object-fit: contain;
}
header.enh1 div.enh1-social > a:nth-child(2) img {
  left: 0;
  position: relative;
  top: 1px;
}
header.enh1 div.enh1-logo-cont img {
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
  flex-grow: 0;
}

header.enh1 div.enh1-search-translate div.enh1-search {
  display: flex;
  align-items: center;
  margin: 0px 0 0 0;
}

header.enh1 div.enh1-search-translate div.enh1-search:hover {
  cursor: pointer;
}

#en-public-header-translate {
  margin: 0px 0px 0 0;
font-family: var(--search-translate-font-family);
font-size: var(--search-translate-font-size);
color: var(--search-translate-color);
  letter-spacing: 2px;
  text-transform: unset;
}

header.enh1 div.enh1-social {
  grid-row: 1;
  grid-column: 3;
  display: flex;
  align-items: center;
  column-gap:clamp(5px,2.41vw,20px);
justify-content: flex-start;
margin: -2px -1px 0 0;
}

header.enh1 div.enh1-social > a {
position: relative;
display: flex;
justify-content: center;
padding: 0;
}

header.enh1 div.enh1-social > a > img {
/*! width: clamp(14px,1.58vw,19px); */
/*! height: clamp(14px,1.58vw,19px); */
}
header.enh1 div.enh1-social > a:first-child > img {
  position: relative;
  left: 2px;
}
header.enh1 div.enh1-logo-cont {
 grid-row: 2;
grid-column: 1;
align-self: flex-start;
position: relative;
display: flex;
justify-content: center;
align-items: center;
padding-left: clamp(0px, calc(1110px - 100vw), 10px);
width: var(--logo-width);
}

header.enh1 div.enh1-logo-cont a {
  display: flex;
}

header.enh1 div.enh1-middle {
  grid-row: 2;
  grid-column: 2;
  display: flex;
  background: var(--center-bar-background);
  align-items: center;
flex-direction:column;
}

header.enh1 div.enh1-website-name-motto {
 display: flex;
flex-direction: column;
font-size: min(5.4545vw, 60px);
font-family: var(--website-name-font-family);
font-size: var(--website-name-font-size);
font-weight: var(--website-name-font-weight);
color: var(--website-name-color);
line-height: var(--website-name-line-height);
margin: 16px 0px 0 15px;
letter-spacing: 0.2px;
background:#0001;
gap: 4px;
}
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;
}

.en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup {
background-color: #f9a451;
  border-color: #f9a451;
}

.en-marquee-module .en-marquee-popup .en-marquee-popup-text,
.en-marquee-module .en-marquee-tooltip-buttons button {
font-size: var(--marquee-font-size);
  color: #000;
  font-family: "MyriadPro-Regular";
  letter-spacing: 1px;
  font-weight: 400;
}

.en-marquee-module .en-marquee-tooltip-buttons button {
background: #fff;
color: #1a234b;
}
.en-marquee-module .en-marquee-tooltip-buttons button[aria-pressed="true"] {
  background-color: #000 !important;
color: #fff;
}
.en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup-icon {
  border-bottom-color: #f9a451;
}


.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%;
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
  header.enh1.enh1-1-5 > nav.en-nav,
  header.enh1.enh1-1-6 > nav.en-nav {
    width: auto;
    margin: 0 clamp(0px, calc(var(--en-website-width) + 10px - 100vw), 10px);
  }
}

@media only screen and (min-width: 769px) {
  header.enh1 > nav.en-nav {
    z-index: unset;
  }
header.enh1 > nav.en-nav::before {
  content: "";
  position: absolute;
  background: url(/pics/tree-bg.png)no-repeat right top;
  width: 347px;
  height: 194px;
  right: -204px;
  bottom: 0;
}
  header.enh1 > nav.en-nav > ul > li > a {
display: flex;
    align-items: center;
    height: auto;
    padding: clamp(5px,1.5vw,18px) clamp(5px,0.83vw,10px) clamp(5px,1.25vw,15px);
    font-family: var(--topnav-font-family);
    font-size: var(--topnav-font-size);
    color: var(--topnav-color);
    font-weight: 400;
    letter-spacing: clamp(0.3px,0.08vw,1px);
    text-transform: uppercase;
    margin: 0 0 8px;
    transition: 0.3s all ease-in-out;
  }

  header.enh1 > nav.en-nav > ul > li > a::before {
content: "";
    position: absolute;
    background: #6eb43f;
    width: 100%;
    height: 3px;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    z-index: 2;
    transform-origin: center;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    border-radius: 1px;
  }

  header.enh1 > nav.en-nav > ul > li > a:hover::before,
  header.enh1.enh1topnav-4-2 nav.en-nav > ul > li:hover > a::before {
 opacity: 1;
    bottom: 3px;
  }

  header.enh1 > nav.en-nav > ul > li > a:hover {
    color: var(--topnav-hover-color);
    background: var(--topnav-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: var(--menu-background);
    padding: 11px 20px 9px;
    min-width: 200px;
    max-width: 200px;
    line-height: 22px;
    font-weight: unset;
    letter-spacing: 0;
    position: relative;
  }
  header.enh1 > nav.en-nav > ul > li ul a:before{
  content: "";
    position: absolute;
    width: 3px;
    height: 0px;
    background: #a8dfc2;
    left: 0;
    transition: none;
    
    top: 0;
}
header.enh1 > nav.en-nav > ul > li ul a:is(:hover, :focus)::before {
  height: 100%;
transition: 0.3s all ease-in-out;
}
  header.enh1 > nav.en-nav > ul > li ul a:hover,
  .top-level ul > li.en-has-submenu:hover > a,
  .top-level ul > li.en-has-submenu > ul > li:hover > a {
    color: var(--menu-hover-color);
background: var(--menu-hover-background);
  }
#nav_items_0 > li > ul > li > a:hover::before, #nav_items_0 > li > ul > li:hover > a::before, #nav_items_0 > li > ul > li.over > a::before, #nav_items_0 > li > ul > li:hover > ul > a:hover::before, #nav_items_0 > li > ul > li.over > ul > a:hover::before, #nav_items_0 > li > ul > li > ul > li:hover > a::before, #nav_items_0 > li > ul > li > ul > li.over > a::before, #nav_items_0 > li > ul > li > ul > li:hover > ul > a:hover::before, #nav_items_0 > li > ul > li > ul > li.over > ul > a:hover::before, #nav_items_0 > li > ul > li > ul > li > ul > li:hover > a::before, #nav_items_0 > li > ul > li > ul > li > ul > li.over > a::before, #nav_items_0 > li > ul > li > ul > li > ul > li:hover > ul > a:hover::before, #nav_items_0 > li > ul > li > ul > li > ul > li.over > ul > a:hover::before, #nav_items_0 > li > ul > li > a:focus::before, #nav_items_0 > li > ul > li:focus > a::before, #nav_items_0 > li > ul > li:focus > ul > a:focus::before, #nav_items_0 > li > ul > li.over > ul > a:focus::before, #nav_items_0 > li > ul > li > ul > li:focus > a::before, #nav_items_0 > li > ul > li > ul > li:focus > ul > a:focus::before, #nav_items_0 > li > ul > li > ul > li.over > ul > a:focus::before, #nav_items_0 > li > ul > li > ul > li > ul > li:focus > a::before, #nav_items_0 > li > ul > li > ul > li > ul > li:focus > ul > a:focus::before, #nav_items_0 > li > ul > li > ul > li > ul > li.over > ul > a:focus::before {
  height: 100%;
}
}

@media only screen and (min-width: 769px) and (max-width: 1100px) {
  /* OPEN THE THIRD LEVEL SUBMENU ON THE LEFT INSTEAD OF ON THE RIGHT SINCE SPACE IS TIGHT. IT'S RECOMMENDED. */
  nav.en-nav > ul > li > ul > li > ul > li > ul {
    left: initial;
    right: 100%;
  }
}

/* OPTIONS THAT EFFECT ALL SCREEN SIZES */

header.enh1.enh1mid-3-2 div.enh1-website-motto {
  text-align: center;
}

header.enh1.enh1mid-3-3 div.enh1-website-motto {
  text-align: left;
}

header.enh1.enh1mid-3-4 div.enh1-website-name-motto {
  flex-direction: column-reverse;
}

header.enh1.enh1mid-3-7 div.enh1-website-motto {
  display: none;
}

header.enh1.enh1mid-4-2 div.enh1-website-name-motto {
  text-shadow: 2px 2px 2px var(--website-name-shadow-color);
}

header.enh1.enh1mid-4-3 div.enh1-website-name-motto {
  text-shadow: 3px 3px 3px var(--website-name-shadow-color);
}

header.enh1.enh1mid-4-4 div.enh1-website-name-motto {
  text-shadow: 4px 4px 3px var(--website-name-shadow-color);
}

header.enh1.enh1mid-4-5 div.enh1-website-name-motto {
  text-shadow: 0px 0px 8px var(--website-name-shadow-color);
}

header.enh1.enh1mid-4-6 div.enh1-website-name-motto {
  text-shadow: 0px 0px 12px var(--website-name-shadow-color);
}

header.enh1.enh1mid-4-7 div.enh1-website-name-motto {
  text-shadow: 0px 0px 16px var(--website-name-shadow-color);
}

header.enh1.enh1logo-2-3 div.enh1-logo-cont img {
  max-width: calc(100% - 4px);
  max-height: calc(100% - 4px);
  border: 2px solid var(--logo-border-color);
}

header.enh1.enh1logo-4-2 div.enh1-logo-cont img {
  box-shadow: 0 0 10px var(--logo-shadow-color);
}

header.enh1.enh1logo-4-4 div.enh1-logo-cont img {
  box-shadow: 0px 10px 6px -6px var(--logo-shadow-color);
}

header.enh1.enh1logo-4-5 div.enh1-logo-cont img {
  box-shadow: 0px -10px 6px -6px var(--logo-shadow-color);
}

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

@media only screen and (min-width: 769px) {
  header.enh1.enh1logo-1-2 div.enh1-logo-cont {
    align-self: end;
  }
nav.en-nav > ul > li ul li.en-has-submenu > a::after {
  content: '\2794';
  display: inline-block;
  margin-left: 12px;
  top: 1px;
  position: relative;
}
  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-2 div.enh1-logo-cont {
    grid-row: 1 / 3;
  }
  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: 1/ 4;
  }
  header.enh1.enh1-1-5 div.enh1-logo-cont {
  grid-row: 1 / 3;
    margin: 7px 0 0 -4px;
    flex-wrap: wrap;
  }
  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 div.enh1-social > a:hover, header.enh1 div.enh1-social > a:focus {
 transform:scale(1.1);
 transition: 0.3s all ease-in-out;
}
header.enh1 div.enh1-social > a.easeFast:hover,header.enh1 div.enh1-social > a.easeFast:focus {
  color: #9e1e38;
  transform: none;
}
  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 10%,
      transparent 90%,
      var(--marquee-background) 100%
    );
  }

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

  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-3 > div.enh1-bottom-bar-bg {
    border-bottom-style: dotted;
  }

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

  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 {
    justify-content: space-between;
  }

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

  header.enh1.enh1topnav-3-2 nav.en-nav > ul {
  column-gap: 0;
    margin: 0 -25px 0px 0;
    
  }

  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:is(:hover,:focus) > a {
    background: var(--topnav-hover-background);
    color: var(--topnav-hover-color);
    margin: 0 0 14px;
  }

  header.enh1.enh1topnav-4-3 nav.en-nav > ul > li:hover > a {
    background: var(--topnav-background);
    color: var(--topnav-color3);
    transition: border-width 0.2s ease-in, padding-bottom 0.3s ease-in;
    border: 0;
    border-bottom: 5px solid var(--topnav-color3);
    padding-bottom: 5px;
  }

  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 {
  display: block;
    visibility: hidden;
    background: #002613;
    transform-origin: bottom;
    transition: transform 0.3s;
    transform: scaleY(0);
    padding: 7px 0 0;
    margin: 0px 0 0 0;
    filter: drop-shadow(0px 30px 25px rgba(0,0,0,0.2));
  }

  header.enh1.enh1dm-1-2 nav.en-nav ul > li:hover > ul {
    visibility: visible;
    transform-origin: top;
    transform: scaleY(1);
    opacity: 1;
  }

  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: 768px) and (min-height: 600px) {
  header.enh1:not(.enh1mh-2-2) {
    z-index: 2147483647;
  }
}
@media only screen and (max-width: 1250px) {
header.enh1 div.enh1-search-translate div.enh1-search::before {
  top: 0;
}
header.enh1 div.enh1-social{
  margin: 0 7px 0 0;
}

header.enh1.enh1topnav-3-2 nav.en-nav > ul{
  margin: 0 0 0 -25px;
}

}
@media only screen and (max-width: 950px) {
header.enh1 > nav.en-nav > ul > li > a{
padding: clamp(5px,1.5vw,18px) clamp(0px,0.7vw,10px) clamp(5px,1.25vw,15px);
}
}
@media only screen and (max-width: 768px) {
  div.enh1-top-bar-bg,
  div.enh1-center-bar-bg,
  div.enh1-bottom-bar-bg {
    display: none;
  }
header.enh1.enh1mh-1-2 nav.en-nav > ul{
margin:0;
}
 header.enh1 div.enh1-logo-cont img {
 max-width: clamp(200px,41.66vw,320px);
    max-height: clamp(55px,18.22vw,140px);
    left: 10px;
    object-fit: contain;
}

header.enh1 div.enh1-website-name-motto{
margin: 4px 0px 0 0px;
}
  header.enh1 button.en-mobnav-button img {
   width: clamp(18px,3.25vw,25px);
    object-fit: contain;
    height: clamp(18px,3.25vw,25px);
  }
 

  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;
  }
header.enh1.enh1mh-1-3 nav.en-nav.en-mobnav-show div.enh1-website-name-motto{
  display: none;
}
  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;
    gap: 0;
    background: var(--header-background);
    z-index: 10;
  }
  div.en-mobnav-bg {
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
  }
  header.enh1 div.enh1-logo-cont {
grid-row: 1;
grid-column: 1 / 1;
background: var(--header-background);
padding-left: 0px;
width: var(--logo-width);
align-self: center;
justify-content: flex-start;
  }
header.enh1 div.enh1-logo-cont a{
  margin-left: 10px;
}
header.enh1 div.enh1-middle {
   grid-row: 1;
   grid-column: 2;
   justify-content: center;
   font-size: clamp(20px, 3.90625vw, 30px);
   background: var(--header-background);
   padding: 0 11px 0 14px;
   align-items: center;
  }
  header.enh1.enh1 div.enh1-website-name-motto {
    color: var(--website-name-color);
    line-height: var(--website-name-line-height);
    text-shadow: none;
    visibility: var(--website-name-visibility);
  }
  header.enh1 div.enh1-website-name-motto a {
    color: var(--website-name-color);
  }

  header.enh1 div.enh1-website-motto {
    color: inherit;
  }
  header.enh1 nav.en-nav > ul {
    grid-row: 2;
    grid-column: 1 / 3;
    background-color: var(--menu-background);
  }
  header.enh1 nav.en-nav ul li {
    border-top: 1px solid #f0f0f0;
    position: relative;
  }
  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-top: 8px solid #fff;
    right: 20px;
    top: clamp(10px,1.56vw,12px);
    margin: 4px 0 0;
  }

  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: #fff;
    background: var(--menu-background);
font-weight: unset;
padding: 8px 40px 8px 15px;
  }
  header.enh1 nav.en-nav > ul > li > a:hover {
  color: var(--menu-color);
    background: #00592d;
  }
  header.enh1 nav.en-nav > ul > li > ul a {
 font-family: var(--menu-font-family);
font-size: 16px;
color: var(--topnav-color);
background: #fff;
padding: 11px 40px 11px 30px;
  }
  header.enh1 nav.en-nav > ul > li > ul a:hover {
    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(--topnav-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: var(--menu-color);
    background: var(--menu-background);
  }
  /* SUBMENU INDICATOR ON THE LEFT */
  header.enh1 nav.en-nav > ul > li ul li.en-has-submenu > a:before {
    margin-right: 7px;
    background: var(--topnav-color);
  }
   /* HOVER ON SUBMENU INDICATOR ON THE LEFT */
    header.enh1 nav.en-nav > ul > li ul li.en-has-submenu > a:is(:hover,:focus)::before {
      background: #fff;
    }
 
  
  /* 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 / 3;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr 40px;
    overflow: visible;
    background: var(--top-bar-background);
    height: 120px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px -3.5px 10px;
    z-index: 2;
  }
  header.enh1 div.enh1-social {
    margin: 0;
  }
  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% );
bottom: 0;
left: 0;
width: 100%;
height: 92%;
  }
  header.enh1 div.enh1-search-translate {
grid-row: 1;
grid-column: 1;
column-gap: 20px;
padding: 0;
max-width: 150px;
margin: 0 auto;
left: -75px;
height: 45px;
  }
header.enh1 div.enh1-search-translate div.enh1-search::before {
  top: 14px;
  right: -18px;
}
  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;
  }

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

  header.enh1.enh1mh-1-2 > div.en-mobile-header {
    display: grid;
grid-template-columns: auto 1fr;
grid-template-rows: var(--header-height);
background: var(--header-background);
overflow: hidden;
  }

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

  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;
justify-content: flex-end;
padding: 0;
grid-row: 1;
grid-column: 2;
justify-content: space-between;
font-size: clamp(20px, 3.90625vw, 30px);
padding: 0 10px 0 10px;
  }

  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-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;
  }
  .en-mobnav-button span {
    width: 25px;
    height: 2.5px;
    background: #000;
    display: block;
    margin: 0 0 6px 0;
    border-radius: 50px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    top: 3px;
  }
  .hide_text {
    position: absolute;
    width: 1px !important;
    height: 2.5px !important;
    padding: 0;
    margin: -1px !important;
    overflow: hidden;
    background: transparent !important;
    clip: rect(0 0 0 0);
    border: 0;
  }
  #first_line {
    width: 16px;
    left: 16px;
  }
  #third_line {
    width: 16px;
    left: 25px;
  }
  .en-mobnav-button {
 position: absolute;
    margin: 0px 0 0;
    background: #00592d;
    color: #000;
    padding: 0;
    right: 10px;
    border-radius: 50px !important;
    border: 2px solid #000 !important;
    width: clamp(35px,6.51vw,50px);
    height: clamp(35px,6.51vw,50px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
   header.enh1 button.en-mobnav-button:is(:hover,:focus) {
   background: #000;
    color: var(--mobnav-button-background);
    border: 2px solid #00592d !important;
  }
  
  .disable-overflow #first_line,
  .disable-overflow #two_line,
  .disable-overflow #third_line {
    display: none;
  }
  nav.en-nav {
    animation-duration: 0s !important;
    animation-timing-function: ease-in-out !important;
  }

  header.enh1 div.enh1-marquee {
   max-width: 95%;
    margin: 0 auto;
    width: 100%;
    max-height: 45px;
  }
  header.enh1 div.enh1-social > a {
/*margin: 0 15px 0 0;*/
    margin: 0;
  }
  header.enh1 div.enh1-social > a:hover img,header.enh1 div.enh1-social > a:focus img{
  transform: scale(1.1);
transition: 0.5s all ease-in-out;
}
  .en-marquee-module.popup-top
    .en-marquee-popup-wrapper
    .en-marquee-popup-icon {
    border-top-color: #f9a451;
    border-bottom-color: transparent;
  }
}

/* serach filed */
.en-header-popup-body {
  padding-top: 0 !important;
}
.en-popup-close-img {
  width: 25px !important;
  height: 25px !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;
  padding-top: 0;
}
.en-header-popup-wrapper {
  height: 38px !important;
  max-width: 500px !important;
}
@media only screen and (max-width: 960px) {
header.enh1 div.enh1-website-name-motto{
font-size:22px;
}
header.enh1 div.enh1-website-name-motto{
margin-left:0;
}
header.enh1 > nav.en-nav > ul > li > a::before {
background-size:20px 20px;
}
}
@media only screen and (max-width: 600px) {
  .en-header-popup-wrapper {
    max-width: 80% !important;
  }
}


nav.en-nav ul li span.nav_icon {
  color: #000 !important;
  background-color: #fff;
}

#header-motto {
    width: 100%;
    max-width: fit-content;
    margin: 10px 0 0 auto;
    position: absolute;
    top: clamp(0px,5.58vw,62px);
    right: -3px;
    z-index: 4;
    letter-spacing: 0;
    font-size: clamp(21px,2.16vw,26px);
    line-height: clamp(21px,2.16vw,26px);
    color: #002613;
    font-weight: 700;
    font-family: "Libre Caslon Text", serif;
    text-align: right;
    background: none;
}
#header-motto span {
    color: #017336;
    font-size: clamp(25px,2.5vw,30px);
    background: none;
}
@media only screen and (max-width: 768px){
#header-motto {
 text-align: center;
width: 100%;
max-width: unset;
margin: 0 0 0 auto;
position: relative;
top: -37px;
right: 0;
z-index: 4;
left: 0;
grid-row: 2;
grid-column: 1 / 4;
padding: 10px 15px 10px 15px;
box-sizing: border-box;
max-width: unset;
}
header.enh1 div.enh1-social > a.easeFast::before {
  content: "";
  position: absolute;
  background: #89d795;
  width: 2px;
  height: 18px;
  left: -14px;
  top: -2px;
}
  header.enh1 div.enh1-social {
grid-row: 1;
    grid-column: 1;
    padding: 0;
    margin: 0px auto;
    height: 45px;
    right: -110px;
    max-width: 162px;
    position: relative;
gap: 15px;
  }
}

#nav_items_0 > li > ul > li > a:hover, #nav_items_0 > li > ul > li:hover > a, #nav_items_0 > li > ul > li.over > a, #nav_items_0 > li > ul > li:hover > ul > a:hover, #nav_items_0 > li > ul > li.over > ul > a:hover, #nav_items_0 > li > ul > li > ul > li:hover > a, #nav_items_0 > li > ul > li > ul > li.over > a, #nav_items_0 > li > ul > li > ul > li:hover > ul > a:hover, #nav_items_0 > li > ul > li > ul > li.over > ul > a:hover, #nav_items_0 > li > ul > li > ul > li > ul > li:hover > a, #nav_items_0 > li > ul > li > ul > li > ul > li.over > a, #nav_items_0 > li > ul > li > ul > li > ul > li:hover > ul > a:hover, #nav_items_0 > li > ul > li > ul > li > ul > li.over > ul > a:hover, #nav_items_0 > li > ul > li > a:focus, #nav_items_0 > li > ul > li:focus > a, #nav_items_0 > li > ul > li:focus > ul > a:focus, #nav_items_0 > li > ul > li.over > ul > a:focus, #nav_items_0 > li > ul > li > ul > li:focus > a, #nav_items_0 > li > ul > li > ul > li:focus > ul > a:focus, #nav_items_0 > li > ul > li > ul > li.over > ul > a:focus, #nav_items_0 > li > ul > li > ul > li > ul > li:focus > a, #nav_items_0 > li > ul > li > ul > li > ul > li:focus > ul > a:focus, #nav_items_0 > li > ul > li > ul > li > ul > li.over > ul > a:focus {
color: var(--menu-hover-color);
  background: var(--menu-hover-background);
}

@media only screen and (min-width: 769px) and (max-width: 1252px) {

#header-motto{
  right: 10px;
}
}
@media only screen and (max-width: 1550px){
    nav.en-nav > ul > li:nth-last-child(2) ul {
        left: unset;
        right: 0;
    }
    nav.en-nav > ul > li:nth-last-child(2) ul > li ul{
      right: 100%;
    }
}
@media only screen and (max-width: 1600px){
header.enh1 > nav.en-nav::before{
  content: unset;
}
}












































