.hd23 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hd23__topbar {
  background-color: #202020;
  color: white;
  font-weight: 400;
  text-align: center;
  padding: 0.7rem 0.5rem 0.6rem;
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media (max-width: 640px) {
  .hd23__topbar {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .hd23__topbar span {
    display: block;
    margin-bottom: 5px;
  }
}
@media (max-width: 400px) {
  .hd23__topbar span {
    display: none;
  }
}
.hd23__topbar a {
  color: white;
  margin-left: 1rem;
}
@media (max-width: 640px) {
  .hd23__topbar a:not(:nth-child(2)) {
    margin-left: 0.5rem;
  }
}
.hd23__topbar a i {
  color: #ffcc0d;
  font-size: 16px;
}
@media (max-width: 640px) {
  .hd23__topbar a i {
    font-size: 14px;
  }
}
.hd23__wrapper {
  padding: 1.25rem calc(50vw - 39rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media (max-width: 1300px) {
  .hd23__wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 400px) {
  .hd23__wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.hd23__wrapper #searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 370px;
}
@media (max-width: 980px) {
  .hd23__wrapper #searchform {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 1.25rem 0 0;
    max-width: 100%;
  }
}
@media (max-width: 400px) {
  .hd23__wrapper #searchform {
    margin-top: 1rem;
  }
}
.hd23__wrapper #searchform > label {
  width: 40px;
  padding: 0;
  aspect-ratio: 1;
  height: 40px;
  border: none;
  margin-right: -40px;
  position: relative;
  display: grid;
  place-items: center;
  font-size: 18px;
  outline: none;
  border: none;
}
@media (max-width: 640px) {
  .hd23__wrapper #searchform > label {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .hd23__wrapper #searchform > label {
    font-size: 14px;
    height: 33px;
    margin-right: -33px;
    width: 33px;
  }
}
.hd23__wrapper #searchform input {
  margin: 0;
}
.hd23__wrapper #searchform input[type=text] {
  color: #202020;
  font-weight: 500;
  padding-left: 40px;
}
@media (max-width: 640px) {
  .hd23__wrapper #searchform input[type=text] {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .hd23__wrapper #searchform input[type=text] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1;
    padding-left: 33px;
  }
}
.hd23__wrapper #searchform input[type=text]::-webkit-input-placeholder {
  color: #202020;
  opacity: 0.6;
  font-weight: 300;
}
.hd23__wrapper #searchform input[type=text]::-moz-placeholder {
  color: #202020;
  opacity: 0.6;
  font-weight: 300;
}
.hd23__wrapper #searchform input[type=text]:-ms-input-placeholder {
  color: #202020;
  opacity: 0.6;
  font-weight: 300;
}
.hd23__wrapper #searchform input[type=text]::-ms-input-placeholder {
  color: #202020;
  opacity: 0.6;
  font-weight: 300;
}
.hd23__wrapper #searchform input[type=text]::placeholder {
  color: #202020;
  opacity: 0.6;
  font-weight: 300;
}
.hd23__wrapper #searchform input[type=submit] {
  display: none;
  outline: none;
  border: none;
}
@media (max-width: 1200px) {
  .hd23__wrapper > .is-search-form {
    display: none !important;
  }
}
.hd23 .is-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 370px;
}
@media (max-width: 1200px) {
  .hd23 .is-search-form {
    width: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.hd23 .is-search-form > label {
  width: 100% !important;
}
@media (max-width: 1200px) {
  .hd23 .is-search-form > label {
    width: auto !important;
    min-width: 260px;
  }
}
@media (max-width: 640px) {
  .hd23 .is-search-form > label {
    min-width: 0;
  }
}
.hd23 .is-search-form input.is-search-input {
  font-family: Laca, sans-serif;
  font-weight: 300;
}
.hd23__logo {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 980px) {
  .hd23__logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 640px) {
  .hd23__logo {
    max-width: 160px;
  }
}
@media (max-width: 300px) {
  .hd23__logo {
    max-width: 130px;
  }
}
.hd23__logo img {
  display: block;
}
.hd23__links {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  margin-left: 1rem;
}
@media (max-width: 980px) {
  .hd23__links {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 640px) {
  .hd23__links {
    max-width: 165px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .hd23__links {
    max-width: 100%;
    margin-top: 1rem;
    width: 100%;
    margin-left: 0;
  }
}
.hd23__links > li {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: #202020;
}
@media (max-width: 640px) {
  .hd23__links > li {
    font-size: 12px;
  }
}
.hd23__links > li:not(.don) {
  margin-right: 1rem;
  padding-right: 1rem;
  position: relative;
}
@media (max-width: 640px) {
  .hd23__links > li:not(.don) {
    padding-right: 0.5rem;
    margin-right: 0.5rem;
  }
  .hd23__links > li:not(.don):nth-child(2) {
    margin-right: 0;
    padding-right: 0;
  }
  .hd23__links > li:not(.don):nth-child(2)::after {
    content: none;
  }
}
.hd23__links > li:not(.don)::after {
  content: "";
  width: 1px;
  height: 45px;
  background-color: #f3f3f3;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.hd23__links > li img {
  display: block;
  width: 105px;
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 640px) {
  .hd23__links > li img {
    width: 70px;
    height: 25px;
  }
}
@media (max-width: 640px) {
  .hd23__links > li.don {
    margin-top: 0.5rem;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .hd23__links > li.don {
    width: auto;
    display: none;
  }
}
.hd23__links > li.don > a {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffcc0d;
  color: white;
  padding: 1rem;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .hd23__links > li.don > a {
    height: auto;
    padding: 0.5rem;
  }
}
.hd23__nav {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  border-top: 1px solid #202020;
  border-bottom: 1px solid #202020;
  padding: 0 calc(50vw - 40rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .hd23__nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
}
.hd23__nav > .is-search-form {
  display: none;
}
@media (max-width: 1200px) {
  .hd23__nav > .is-search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1rem;
  }
}
.hd23__nav > label {
  display: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  padding: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media (max-width: 1200px) {
  .hd23__nav > label {
    display: block;
  }
}
.hd23__nav > [type=checkbox] {
  display: none;
}
@media (max-width: 1200px) {
  .hd23__nav > [type=checkbox]:checked + ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hd23__nav > ul {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .hd23__nav > ul {
    display: none;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    position: absolute;
    background-color: #f3f3f3;
    right: 0;
    top: 100%;
    z-index: 99;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.hd23__nav > ul > li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .hd23__nav > ul > li {
    width: 100%;
  }
}
.hd23__nav > ul > li > a {
  font-weight: 400;
  font-size: 16px;
  padding: 1rem;
  display: block;
  -webkit-box-shadow: inset 0 0 0 #ffcc0d;
  box-shadow: inset 0 0 0 #ffcc0d;
  -webkit-transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: box-shadow 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: box-shadow 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 640px) {
  .hd23__nav > ul > li > a {
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 400px) {
  .hd23__nav > ul > li > a {
    font-size: 14px;
  }
}
.hd23__nav > ul > li:hover {
  -webkit-box-shadow: inset 0 -3px 0 #ffcc0d;
  box-shadow: inset 0 -3px 0 #ffcc0d;
}
@media (max-width: 1200px) {
  .hd23__nav > ul > li:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.hd23__nav > ul > li.current-menu-ancestor, .hd23__nav > ul > li.current-category-ancestor, .hd23__nav > ul > li.current-category-parent {
  background-color: #ffcc0d;
  color: white;
}
.hd23__nav > ul > li.current-menu-ancestor > a, .hd23__nav > ul > li.current-category-ancestor > a, .hd23__nav > ul > li.current-category-parent > a {
  background-color: #ffcc0d;
  color: white;
}
.hd23__nav > ul > li.menu-item-has-children {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 16px;
}
@media (max-width: 1200px) {
  .hd23__nav > ul > li.menu-item-has-children {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.hd23__nav > ul > li.menu-item-has-children::after {
  content: "\ea73";
  font-family: "Icofont" !important;
  position: absolute;
  right: 9px;
  top: 15px;
}
@media (max-width: 640px) {
  .hd23__nav > ul > li.menu-item-has-children::after {
    top: 8px;
  }
}
.hd23__nav > ul > li.menu-item-has-children > .sub-menu {
  display: none;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 400px;
  background-color: #f3f3f3;
  border-left: 1px solid #202020;
  border-right: 1px solid #202020;
  border-bottom: 1px solid #202020;
  margin: 0;
  list-style: none;
  padding: 0;
  top: 100%;
  left: 0;
  z-index: 99;
}
@media (max-width: 1200px) {
  .hd23__nav > ul > li.menu-item-has-children > .sub-menu {
    display: none;
    position: relative;
    top: 0;
    width: calc(100% + 16px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 0;
    border-bottom: 0;
    border-left: 3px solid #202020;
  }
  .hd23__nav > ul > li.menu-item-has-children > .sub-menu.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hd23__nav > ul > li.menu-item-has-children > .sub-menu > li > a {
  color: #202020;
  padding: 0.75rem;
  display: block;
  line-height: 1;
  -webkit-box-shadow: inset 0 0 0 #ffcc0d;
  box-shadow: inset 0 0 0 #ffcc0d;
  -webkit-transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: box-shadow 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: box-shadow 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hd23__nav > ul > li.menu-item-has-children > .sub-menu > li > a:hover {
  -webkit-box-shadow: inset 3px 0 0 #ffcc0d;
  box-shadow: inset 3px 0 0 #ffcc0d;
}
.hd23__nav > ul > li.menu-item-has-children > .sub-menu > li.current-menu-item > a {
  color: white;
  background-color: #ffcc0d;
}
@media (min-width: 1200px) {
  .hd23__nav > ul > li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}

.is-ajax-search-details a,
.is-ajax-search-result a {
  color: #ffcc0d;
}

body {
  padding-top: 0 !important;
}
@media (max-width: 400px) {
  body {
    font-size: 14px;
  }
}