.nav2{
  display: flex;
  height: 25px;
  align-items: center;
}
.nav-bar-content{
  display: flex;
  flex: 1 1 0;
  justify-content: center;
}
.nav-bar-content input[type=checkbox], .nav-bar-content input[type=radio]{
  display: none;
}
.nav-bar-content label{
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.nav-bar-content label span{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  height: 24px;
  width: 24px;
  min-width: 24px;
  line-height: 24px;
}
.nav-bar-content .megamenu{
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  margin: 0;
}
.megamenu .menu-item{
  /*height: 60px;*/
  height: 50px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
}
.megamenu .menu-title{
  margin: 0;
  flex: 1 1 0;
  justify-content: center;
  display: flex;
  align-items: center;
}
.megamenu .item-tile, .megamenu .menu-item {
    display: flex;
    align-items: center;
}
.megamenu .item-tile {
    margin: 0;
    flex: 1 1 0;
    justify-content: center;
}
.megamenu .menu-overlay {
    display: none;
    position: absolute;
    z-index: 4;
    left: 0;
    height: auto;
    width: 100%;
    max-width: 1192px;
    background-color: #fff;
    padding: 0 16px;
    box-sizing: border-box;
    overflow: auto;
}
.megamenu .cim-body {
    font-family: Poppins,Helvetica,sans-serif;
    /*font-size: 16px;*/
    font-size: .875rem;
    line-height: 24px;
    font-weight: 600;
}
.megamenu .ic-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    height: 24px;
    width: 24px;
    min-width: 24px;
    line-height: 24px;
}
html[dir='rtl'] .megamenu .ic-icon svg{
  -ms-transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}
.megamenu .form-submenu{
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  margin: 0;
}
.megamenu .back, .megamenu .title-sub-overlay {
    display: none;
}
.megamenu .form-submenu .navigation-items {
    display: flex;
    flex-direction: column;
}
.megamenu .sub-item {
    display: flex;
    flex: 1 1 auto;
}
.megamenu .sub-item-tile{
    height: auto;
}
.megamenu .sub-item-tile .m-sub-item-title {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    overflow: auto;
}
.megamenu .sub-item-tile .d-sub-item-title {
    display: none;
}
.megamenu .h2, .megamenu h2 {
    font-size: 24px;
    line-height: 34px;
}
.megamenu .h3, .megamenu h3 {
    /*font-size: 20px;
    line-height: 26px;*/
    font-size: .95rem;
    line-height: 22px;
    display: initial;
    align-items: initial;
    justify-content: initial;
    height: initial;
    width: initial;
    min-width: initial;
}
.megamenu .h4, .megamenu h4 {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    display: initial;
    align-items: initial;
    justify-content: initial;
    height: initial;
    width: initial;
    min-width: initial;
}
.megamenu .h2:focus, .megamenu h2:focus, .megamenu .h3:focus, .megamenu h3:focus,.megamenu .h4:focus, .megamenu h4:focus, .megamenu .item-tile:focus, .megamenu .d-sub-item-title:focus{
  outline: 0;
}
.megamenu .sub-item-overlay {
    display: flex;
    flex-direction: row;
    color: #122959;
}
.megamenu .sub-item-sub-cat {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: auto;
    grid-gap: 16px;
    gap: 16px;
}
.megamenu .sub-item-redirect {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: auto;
    grid-gap: 16px;
    gap: 16px;
}
.megamenu .sub-item-overlay .m-item-redirect {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    overflow: auto;
    grid-gap: 16px;
    gap: 16px;
    margin-left: 16px;
}
.megamenu .sub-item-overlay .d-item-redirect {
    display: none;
}
.button.ghost.accent{
  color: #555555;
  background-color: transparent;
  border-color: transparent;
  text-align: center;
  font-size: .8rem;
  font-weight: normal;
  font-family: Poppins,Helvetica,sans-serif;
  text-transform: uppercase;
}
.button.ghost.accent:hover{
  color: #122959;
  font-weight: 500;
}
.button.ghost.accent:after{
  font-style: normal;
  font-weight: normal;
  font-family: 'fontello';
  font-size: 15px;
  content: '\e8a3';
  margin-left: 10px;
}
html[dir='rtl'] .button.ghost.accent:after{
  font-style: normal;
  font-weight: normal;
  font-family: 'fontello';
  font-size: 15px;
  content: '\e8a2';
  margin-left: inherit;
  margin-right: 10px;
}
.cim-hyperlink-sans {
    font-family: Poppins,Helvetica,sans-serif;
    /*font-size: 16px;*/
    font-size: .875rem;
    line-height: 24px;
    font-weight: 400;
    color:#555;
}
.cim-hyperlink-sans:after{
  font-style: normal;
  font-weight: normal;
  font-family: 'fontello';
  font-size: 15px;
  content: '\e8a3';
  margin-left: 10px;
}
html[dir='rtl'] .cim-hyperlink-sans:after{
  font-style: normal;
  font-weight: normal;
  font-family: 'fontello';
  font-size: 15px;
  content: '\e8a2';
  margin-left: inherit;
  margin-right: 10px;
}
.megamenu .back {
    display: none;
}
.megamenu .back {
    top: 8px;
    position: absolute;
    background: #fff;
    width: 95%;
    border-bottom: 1px solid #e4e6eb;
}
.cim-body {
    font-family: Poppins,Helvetica,sans-serif;
    /*font-size: 16px;*/
    font-size: .875rem;
    line-height: 24px;
    font-weight: 400;
}
.megamenu .form-submenu-small{
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    margin: 0;
}
.megamenu .d-sub-item-title span.h4 img{
    background: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
.megamenu .megamenu-btn-back{
  font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
@media only screen and (min-width: 992px){
  .nav2{
    padding-top: 8px;
    /*height: 68px;*/
    height: 36px;
    opacity: 1;
    transition: margin-top .12s cubic-bezier(.13,.55,.4,.6),opacity .1s ease-in;
    width: 100%;
  }
  .nav-bar-content input#menu-bars + label{
    display: none;
  }
  .nav-bar-content .megamenu{
    display: flex;
    flex-direction: row;
  }
  .megamenu .menu-item{
    flex: 1 1 auto;
    justify-content: center;
  }
  .megamenu .item-tile {
    text-align: center;
    height: 100%;
  }
  .megamenu .m-item-tile, .megamenu .m-template-top {
    display: none;
  }
  .megamenu .menu-overlay {
    /*top: 60px;*/
    top: 50px;
    color: #122959;
    padding: 0 0 30px;
    background-color: transparent;
    overflow: visible;
    overflow: initial;
  }
  .megamenu .cim-body:not(.small) {
    /*font-size: 18px;*/
    font-size: .9rem;
    line-height: 27px;
    font-weight: 600;
  }
  .megamenu .item-tile {
    text-align: center;
    height: 100%;
  }
  .megamenu .chevron-right {
    display: none;
  }
  .megamenu .menu-item:not(.back):hover {
    background-color: #f2f4f8;
    outline: none;
  }
  .megamenu .menu-item:not(.back):hover label.item-tile {
    color: #555;
  }
  .megamenu .menu-item:hover > .menu-overlay {
    display: flex;
  }
  .megamenu .menu-overlay .form-submenu {
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
  }
  .megamenu .menu-overlay:not(.small) .form-submenu {
    background-color: #f2f4f8;
    border-top: 4px solid #eee;
    min-height: 250px;
  }
  .megamenu .sub-item {
    flex-direction: row;
  }
  .megamenu .sub-item-tile {
    display: flex;
    align-items: center;
    width: 320px;
    margin-bottom: 8px;
    margin-left: 8px;
  }
  .megamenu .sub-item-tile {
    margin-left: 0;
    margin-right: 8px;
  }
  .megamenu .sub-item:hover label.sub-item-tile {
    background: #ffffff;
    color: #122959;
  }

  .megamenu .sub-item:not(:hover) ~ .sub-item .sub-item-tile.first-subcat-megamenu {
    background: #ffffff;
    color: #122959;
  }
  .megamenu .sub-item:hover ~ .sub-item .sub-item-tile.first-subcat-megamenu {
    background: inherit;
    color: inherit;
  }
  .megamenu .sub-item:not(:hover) ~ .sub-item .sub-item-overlay.first-subcat-megamenu {
    display: flex;
  }
  .megamenu .sub-item:hover ~ .sub-item .sub-item-overlay.first-subcat-megamenu {
    display: none;
  }
  /*.megamenu .sub-item-tile:not(.last) ~ .sub-item-overlay {
    z-index: 5;
  }*/

  .megamenu .form-submenu-small .sub-item:hover label.sub-item-tile {
    background: #ffffff;
    color: #122959;
  }
  .megamenu .form-submenu-small .sub-item label.sub-item-tile {
    margin-bottom: 2px;
  }
  .megamenu .sub-item-tile .m-sub-item-title {
    display: none;
  }
  .megamenu .sub-item-tile .d-sub-item-title {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    overflow: auto;
    padding: 7px 10px;
  }
  .megamenu .h3, .megamenu h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0;
  }
  .megamenu .h4, .megamenu h4 {
    /*font-size: 18px;*/
    font-size: .9rem;
    line-height: 25px;
    margin-bottom: 0;
  }
  .megamenu .sub-item-overlay {
    display: none;
    flex-direction: row;
    grid-gap: 17px;
    gap: 17px;
    /*padding: 24px 16px 8px;*/
    padding: 10px 16px 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 320px;
    right: 0;
    background-color: #ffffff;
  }
  html[dir='rtl'] .megamenu .sub-item-overlay {
    right: 320px;
    left: 0;
  }
  .megamenu .sub-item-tile.last ~ .sub-item-overlay, .megamenu .sub-item:hover .sub-item-overlay {
    display: flex;
  }
  .megamenu .sub-item-tile:not(.last) ~ .sub-item-overlay {
    z-index: 5;
  }
  .megamenu .sub-item-sub-cat {
    flex: 1 1 0;
    flex-direction: column;
  }
  .megamenu .sub-item-overlay .d-sub-item-sub-cat-items {
    flex-direction: initial;
    gap: 5px 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .megamenu .sub-item-overlay .m-item-redirect {
    display: none;
  }
  .megamenu .sub-item-overlay .d-item-redirect {
    display: flex;
    flex-direction: column;
    flex: initial;
    grid-gap: initial;
    gap: initial;
  }
  .cim-hyperlink-sans {
    /*font-size: 18px;*/
    font-size: .9rem;
    line-height: 27px;
  }
  .megamenu .back {
    height: auto;
    position: absolute;
    top: 68px;
    z-index: 5;
  }
  .megamenu .menu-overlay.small {
    width: auto;
    /*max-height: calc(100vh - 120px);*/
    max-height: 80vh;
    left: unset;
    color: #122959;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    background-color: #f2f4f8;
    overflow-y: scroll;
  }
  .megamenu .menu-overlay .form-submenu-small {
    /*box-shadow: 0 1px 3px rgba(0,0,0,.3);*/
  }
  .megamenu .menu-overlay.small .form-submenu-small {
    background-color: #f2f4f8;
  }
  .megamenu .nav-sub-cat{
    width: 30%;
    color: #122959;
    font-size: .8rem;
    line-height: 15px;
    margin-bottom: 0;
    padding: 5px;
    font-weight: 500;
    font-family: Poppins,Helvetica,sans-serif;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
  }
  .megamenu .nav-sub-cat:hover{
    background: #f9f9f9;
    padding-left: 10px;
  }
  html[dir='rtl'] .megamenu .nav-sub-cat:hover{
    background: #f9f9f9;
    padding-left: inherit;
    padding-right: 10px;
  }
  .megamenu .nav-sub-cat:before{
    font-style: normal;
    font-weight: normal;
    font-family: 'Pe-icon-7-stroke';
    font-size: 14px;
    content: "\e685";
    color: #122959;
    margin-right: 10px;
  }
  .megamenu .nav-sub-cat:hover:before{
    color: #122959;
  }
  html[dir='rtl'] .megamenu .nav-sub-cat:before{
    content: "";
    margin-right: inherit;
    margin-left: 0;
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
  }
  html[dir='rtl'] .megamenu .nav-sub-cat:after{
    font-style: normal;
    font-weight: normal;
    font-family: 'Pe-icon-7-stroke';
    font-size: 14px;
    content: "\e687";
    margin-right: inherit;
    margin-left: 10px;
  }
  .megamenu .sub-item-title{
    width: inherit;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
  }
  .megamenu .sub-item-title:hover{
    margin-left: 8px;
  }
  html[dir='rtl'] .megamenu .sub-item-title:hover{
    margin-left: inherit;
    margin-right: 8px;
  }
  .megamenu .sub-item-separ{
    border-bottom: 1px solid #e4e6eb;
  }
  .megamenu .sub-item-vew-all{
    font-size: 0.75rem;
    text-align: center;
  }
  .megamenu .sub-item-vew-all:after{
    font-style: normal;
    font-weight: normal;
    font-family: 'fontello';
    font-size: 15px;
    content: '\e8a3';
    margin-left: 10px;
  }
  html[dir='rtl'] .megamenu .sub-item-vew-all:after{
    font-style: normal;
    font-weight: normal;
    font-family: 'fontello';
    font-size: 15px;
    content: '\e8a2';
    margin-left: inherit;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 991px){
  .nav-bar-content input#menu-bars + label{
    margin: 0;
    cursor: pointer;
  }
  .nav-bar-content input#menu-bars + label{
    right: 25px;
    position: absolute;
  }
  html[dir='rtl'] .nav-bar-content input#menu-bars + label{
    right: initial;
    left: 25px;
    position: absolute;
  }
  .nav-bar-content input#menu-bars + label .open-megamenu{
    display: block;
  }
  .nav-bar-content input#menu-bars + label .close-megamenu {
    display: none;
  }
  .nav-bar-content input#menu-bars:checked + label .close-megamenu{
    display: block;
  }
  .nav-bar-content input#menu-bars:checked + label .open-megamenu{
    display: none;
  }
  .nav-bar-content .megamenu{
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    /*top: 94px;*/
    top: 105px;
    left: 0;
    right: 0;
    overflow: auto;
    width: 100vw;
    /*height: calc(100vh - 60px);*/
    height: calc(100vh - 90px);
    padding: 16px;
    overflow-x: hidden;
    border-top: 1px solid #eee;
  }
  header.sticky .nav-bar-content .megamenu{
    top: 56px;
    height: calc(100vh - 56px);
  }
  .nav-bar-content input#menu-bars:checked ~ .megamenu {
    display: flex;
  }
  .megamenu .menu-item{
    justify-content: space-between;
  }
  .megamenu .item-tile {
    flex: 1 1 0;
    height: 100%;
    justify-content: space-between;
  }
  .megamenu .d-item-tile {
    display: none;
  }
  .megamenu .menu-overlay {
    top: 50px;
    /*bottom: 0;*/
    bottom: 85px;
  }
  .megamenu input.item-toggle#item-back:checked ~ .m-template-top, input.item-toggle:checked + .menu-item .menu-overlay {
    display: flex;
  }
  .megamenu .form-submenu{
    grid-gap: 40px;
    gap: 40px;
  }
  .megamenu .title-sub-overlay {
    display: block;
  }
  .megamenu .form-submenu .navigation-items {
    grid-gap: 40px;
    gap: 40px;
  }
  .megamenu .sub-item {
    flex-direction: column;
    grid-gap: 16px;
    gap: 16px;
  }
  .megamenu .sub-item-overlay {
    grid-gap: 32px;
    gap: 32px;
  }
  .megamenu .menu-item.back {
    height: 40px;
  }
  .megamenu input.item-toggle:not(:checked) ~ .back {
    display: none;
  }
  .megamenu input.item-toggle#item-back:checked + .back, .megamenu input.item-toggle:not(:checked) ~ .back  {
    display: none;
  }
  .megamenu input.item-toggle:checked ~ .back  {
    display: block;
  }
  .megamenu .form-submenu-small{
    grid-gap: 40px;
    gap: 40px;
  }
  .megamenu .nav-sub-cat {
    width: 94%;
    display: block;
    color: #122959;
    font-size: .85rem;
    line-height: 15px;
    margin-bottom: 0;
    padding: 7px 5px;
    font-weight: 500;
    font-family: Poppins,Helvetica,sans-serif;
    border-left: 1px solid #ededed;
  }
  .megamenu .nav-sub-cat:before{
    font-style: normal;
    font-weight: normal;
    font-family: 'Pe-icon-7-stroke';
    font-size: 14px;
    content: "\e685";
    color: #ccc;
    margin-right: 10px;
  }
  html[dir='rtl'] .megamenu .nav-sub-cat {
    border-left: none;
    border-right: 1px solid #ededed;
  }
  html[dir='rtl'] .megamenu .nav-sub-cat:before{
    font-style: normal;
    font-weight: normal;
    font-family: 'Pe-icon-7-stroke';
    font-size: 14px;
    content: "\e687";
    color: #122959;
    margin-right: inherit;
    margin-left: 10px;
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
  }
  .megamenu .menu-item.back .item-tile{
    justify-content: flex-start;
    align-items: flex-start;
  }
  .megamenu .form-submenu-small .h3:before{
    font-style: normal;
    font-weight: normal;
    font-family: 'Pe-icon-7-stroke';
    font-size: 14px;
    content: "\e61a";
    color: #122959;
    margin-right: 10px;
  }
  html[dir='rtl'] .megamenu .form-submenu-small .h3:before{
    font-style: normal;
    font-weight: normal;
    font-family: 'Pe-icon-7-stroke';
    font-size: 14px;
    content: "\e61a";
    color: #122959;
    margin-left: 10px;
    margin-right: inherit;
  }
}

#lngswitch:hover .trigger-icons-dropdown-lng {
    display: block;
}
.trigger-icons-dropdown-lng {
    position: absolute;
    width: 120px;
    margin: 0 auto;
    background: #f8f8f8;
    top: 100%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0 0 5px 5px;
    display: none;
    z-index: 99999;
}
.trigger-icons-dropdown-lng ul {
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0;
}
.trigger-icons-dropdown-lng ul li {
    display: block;
    border-bottom: 1px solid #d4d4d4;
    padding-left: 0;
    padding-right: 0;
    border-right: none;
    text-align: center;
}
.trigger-icons-dropdown-lng ul li.current-lng a {
    font-weight: 600;
}
.trigger-icons-dropdown-lng ul li a {
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 !important;
}
.trigger-icons-dropdown-lng ul li:hover a {
    background-color: #e4e6eb !important;
    /*color: #fff;*/
}
.trigger-icons-dropdown-lng ul li a.select-lng .language-name {
    display: inline-block;
    width: 100%;
    position: relative;
}
