body > header {
  background-color: var(--db);
}
body > header .top {
  border-bottom: 1px solid var(--ldb);
}
body > header .top .center {
  height: 38px;
  gap: 15px;
}
body > header .top .center .break {
  min-width: 1px;
  height: 24px;
  background-color: var(--ldb);
}
body > header .top .center .wcag {
  gap: 15px;
}
body > header .top .center .wcag .size {
  gap: 12px;
  align-items: center;
  display: flex;
}
body > header .top .center .wcag .size a {
  font-size: 15px;
  font-weight: 800;
  color: var(--white);
}
body > header .top .center .wcag .size a span {
  color: var(--main-color);
  margin-left: 1px;
}
body > header .top .center .icon {
  gap: 10px;
}
body > header .top .center .icon i {
  font-size: 16px;
  color: var(--white);
}
body > header .top .center .icon span {
  font-size: 14px;
  color: var(--white);
}
body > header .bottom.center {
  height: 90px;
  align-items: center;
}
body > header .logo img {
  max-width: 190px;
}
body > header nav {
  flex: auto;
  margin-left: 30px;
  height: 46px;
  width: 200px;
  padding-left: 30px;
  border-left: 1px solid var(--ldb);
}
body > header nav .mobile {
  display: none;
  color: var(--white);
  font-size: 20px;
}
body > header nav > ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
body > header nav > ul li a {
  font-size: 16px;
  color: var(--white);
  font-weight: 700;
  position: relative;
}
body > header nav > ul li a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: var(--main-color);
  position: absolute;
  border-radius: 10px;
  margin-top: 10px;
}
body > header nav > ul li:not(.current) a:hover {
  opacity: 0.8;
}
body > header nav > ul li ul {
  display: none !important;
}
body > header nav > ul li.current a:after {
  width: 30px;
}
body > header .socialmedia {
  display: flex;
  gap: 13px;
}
body > header .socialmedia li {
  display: flex;
}
body > header .socialmedia li a {
  font-size: 0;
}
body > header .socialmedia li a i {
  font-size: 16px;
  color: var(--white-text);
}
body > header .contact {
  display: flex;
  gap: 15px;
  align-items: center;
  position: relative;
}
body > header .contact .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
body > header .contact .item a i {
  font-size: 25px;
  color: var(--main-color);
}
body > header .contact .item a span {
  font-size: 12px;
  color: var(--white-ondark);
  font-weight: 300;
}
body > header .contact .item a span strong {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: var(--white);
}
body > header .contact .item.search i {
  color: var(--white-text);
}
body > header .contact .item.search form {
  display: none;
  position: absolute;
  padding-top: 0;
  margin-top: 20px;
  background-color: var(--white);
  border: 1px solid var(--lgrey);
  border-top: 0;
  font-size: 15px;
  font-weight: 700;
  z-index: 4;
  padding: 10px;
  border-radius: 10px;
  min-width: 239px;
  right: 0;
}
body > header .contact .item.search form input {
  border: none;
  padding: 0 10px;
  height: 40px;
  font-size: 15px;
  color: var(--db);
  outline: none;
}
body > header .contact .break {
  min-width: 1px;
  height: 46px;
  background-color: var(--ldb);
  margin: 0 5px;
}
body > header .contact .cta {
  background-color: var(--main-color);
  padding: 0 15px;
  min-width: 170px;
  height: 46px;
  border-radius: 30px;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 10px;
}
body > header .contact .cta i {
  font-size: 20px;
}
body > header .contact .cta span {
  font-size: 16px;
  font-weight: 800;
  text-wrap: nowrap;
}
body > footer {
  margin-top: 110px;
  border-top: 1px solid var(--lgrey);
  position: relative;
}
body > footer:after {
  content: "";
  width: 100%;
  height: 365px;
  background: url(../img/bottom-left-bg.svg) no-repeat left bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
body > footer .boxcontact {
  padding: 20px;
  min-height: 180px;
}
body > footer .boxcontact > * {
  width: 100px;
  flex: auto;
  gap: 30px;
}
body > footer .boxcontact .intro {
  max-width: 386px;
}
body > footer .boxcontact .intro h3 {
  font-size: 20px;
  color: var(--darker);
}
body > footer .boxcontact .intro p {
  font-size: 14px;
  color: var(--tgrey);
  line-height: 1.8em;
  margin-top: 6px;
}
body > footer .boxcontact .break {
  margin: 0 5vw;
  height: 13px;
  width: 4px;
  border-radius: 4px;
  max-width: 4px;
  background-color: var(--lgrey);
}
body > footer .boxcontact a > i {
  font-size: 26px;
  margin-bottom: 18px;
}
body > footer .boxcontact a span {
  font-size: 15px;
  font-weight: 200;
  color: var(--darker);
}
body > footer .boxcontact a span strong {
  display: block;
  font-size: 20px;
}
body > footer .boxcontact .item {
  align-items: flex-start;
  text-align: center;
  margin: 0 20px;
  flex: auto;
  min-width: 150px;
}
body > footer .boxcontact .item a {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body > footer .bottom {
  border-top: 1px solid var(--lgrey);
}
body > footer .bottom .center {
  height: 108px;
}
body > footer .bottom a {
  color: var(--grey);
  font-size: 14px;
  font-weight: 400;
}
body > footer .bottom p {
  color: var(--darker);
  font-size: 14px;
  font-weight: 700;
}
body > footer .bottom .break {
  min-width: 6px;
  height: 6px;
  margin: 0 25px;
  background: var(--lgrey);
  border-radius: 100%;
}
body > footer .author a {
  font-size: 14px;
  fill: var(--grey);
  color: var(--grey);
}
body > footer .author a:first-child {
  color: var(--grey);
}
body > footer .author svg {
  height: 25px;
  min-width: 16px;
  margin-right: 7px;
}
body > .hm {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100svh;
  overflow-x: hidden;
  z-index: 9999;
  padding-bottom: 20px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
body > .hm .shadowclose {
  opacity: 0.7;
  background-color: var(--dark);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body > .hm .navbox {
  position: absolute;
  top: 0;
  padding: 20px;
  margin-left: 0;
  background-color: var(--dark);
  width: 300px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow-x: auto;
  overflow-y: auto;
  height: 100svh;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
body > .hm .navbox::-webkit-scrollbar {
  display: none;
}
body > .hm .navbox > .navInside {
  margin-bottom: 30px;
}
body > .hm .navbox .navInside h3 {
  color: var(--white-stay);
}
body > .hm .navbox .navInside .backlink {
  font-size: 14px;
  color: var(--main-color);
}
body > .hm .navbox .navInside .backlink i {
  font-size: 14px;
  margin-left: 6px;
}
body > .hm .navbox .navInside .shopbox {
  font-size: 14px;
  color: var(--white-stay);
  margin-left: auto;
  padding: 5px 9px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 700;
  border-radius: 5px;
  text-transform: uppercase;
  border: 1px solid var(--main-color);
  letter-spacing: 0.5px;
}
body > .hm .navbox .navInside .shopbox i {
  font-size: 16px;
  color: var(--main-color);
}
body > .hm .navbox .navInside .shopbox:hover {
  background-color: var(--main-color);
}
body > .hm .navbox .navInside .shopbox:hover i {
  color: var(--dark-text-stay);
}
body > .hm .navbox .navInside nav .mobile {
  display: none !important;
}
body > .hm .navbox .navInside nav > ul:not(.userlink) {
  border-radius: 5px;
  background-color: rgba(16, 32, 51, 0.8);
  padding: 8px 18px;
  text-align: center;
  margin-top: 17px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
}
body > .hm .navbox .navInside nav > ul:not(.userlink) li {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
body > .hm .navbox .navInside nav > ul:not(.userlink) li i {
  order: 2;
  height: 30px;
  min-width: 30px;
  border-radius: 5px;
  font-size: 18px;
  color: var(--white);
  display: flex;
  background-color: var(--sdark-text);
  opacity: 0.9;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
body > .hm .navbox .navInside nav > ul:not(.userlink) li a {
  flex: auto;
  display: flex;
  color: var(--lgrey);
  min-height: 12px;
  padding: 9px 0;
  min-height: 3vh;
  font-size: 15px;
  order: 1;
  align-items: center;
  width: 100px;
  text-align: left;
  box-sizing: initial;
}
body > .hm .navbox .navInside nav > ul:not(.userlink) li.current > a, body > .hm .navbox .navInside nav > ul:not(.userlink) li.active > a {
  color: var(--main-color);
  font-weight: 700;
}
body > .hm .navbox .navInside nav > ul:not(.userlink) li > a:hover {
  color: var(--main-color);
}
body > .hm .navbox .navInside nav > ul:not(.userlink) li ul {
  display: none;
  order: 3;
  padding: 5px 8px 5px 15px;
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
  background: rgba(5, 14, 24, 0.25);
}
body > .hm .navbox .navInside nav > ul:not(.userlink) li ul i {
  min-width: 30px;
  height: 30px;
  margin: 4px 10px 4px 4px;
  background: var(--dark-text);
  border: 1px solid var(--sdark-text);
}
body > .hm .navbox .navInside nav > ul:not(.userlink) li li + li {
  margin-top: 3px;
  padding-top: 3px;
}
body > .hm .navbox .navInside nav > ul:not(.userlink) li.active > a {
  font-weight: 700;
  color: var(--white-text);
}
body > .hm .navbox .navInside nav > ul:not(.userlink) li.active > i:before {
  transform: rotate(180deg);
}
body > .hm .navbox .navInside nav > ul:not(.userlink) li + li {
  margin-top: 7px;
  border-top: 1px solid var(--dark-text-stay);
}
body > .hm .navbox .navInside nav > ul:not(.userlink) > li + li {
  padding-top: 7px;
}
body > .hm .navbox .navInside .userlink {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 14px;
  gap: 10px;
}
body > .hm .navbox .navInside .userlink .username {
  color: var(--ldark);
  font-size: 14px;
  flex: auto;
}
body > .hm .navbox .navInside .userlink .username strong {
  display: block;
}
body > .hm .navbox .navInside .userlink .showHiddenList {
  flex: auto;
}
body > .hm .navbox .navInside .userlink img, body > .hm .navbox .navInside .userlink .icon {
  border-radius: 5px;
  height: 34px;
  min-width: 34px;
  border: 1px solid var(--bl);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white-stay);
}
body > .hm .navbox .navInside .userlink .settingsBox {
  border-radius: 5px;
  background-color: rgba(16, 32, 51, 0.8);
  padding: 5px 10px;
  gap: 10px;
  align-self: stretch;
  min-height: 36px;
}
body > .hm .navbox .navInside .userlink .settingsBox a {
  border-radius: 5px;
  color: var(--lbb);
  min-width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
body > .hm .navbox .navInside .userlink .settingsBox .initLinkPop {
  gap: 8px;
}
body > .hm .navbox .navInside .userlink .settingsBox .initLinkPop span {
  font-size: 13px;
}
body > .hm .navbox .navInside .userlink li + li {
  margin-left: 15px;
}
body > .hm .navbox .dl {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid var(--lddark-text);
  border-radius: 5px;
  padding: 10px;
  margin-top: auto;
}
body > .hm .navbox .dl .dlmode {
  border: 1px solid var(--lddark-text);
}
body > .hm .navbox .dl .dlmode:after {
  color: var(--main-color);
}
body > .hm .navbox .dl .dlmode .switch {
  background: rgba(16, 32, 51, 0.8);
  border-right: 1px solid var(--lddark-text);
}
body > .hm .navbox .langchange {
  border-left: 1px solid var(--lddark-text) !important;
  margin-left: 20px;
  padding-left: 20px !important;
  position: relative;
}
body > .hm .navbox .langchange > .actual .text {
  color: var(--white-stay);
}
body > .hm .navbox .langchange ul {
  display: none;
  border: 1px solid var(--lddark-text);
  border-radius: 5px;
  top: -13px;
  background: var(--dark-text-stay);
  padding-top: 52px;
  width: 146px;
  left: 14px;
  padding-left: 21px;
  border-top-left-radius: 0;
}
body > .hm .navbox .contact {
  margin: 25px 0;
}
body > .hm .navbox .contact h3 {
  color: var(--main-color);
  margin-bottom: 15px;
}
body > .hm .navbox .contact .item a i {
  border: 1px solid var(--lsdark-text);
  color: var(--white-stay);
}
body > .hm .navbox .contact .item a:hover i {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
}
body > .hm .navbox .contact .item a .text {
  color: var(--ltext);
}
body > .hm .navbox .contact .item a .text strong {
  color: var(--white-stay);
}
body > .hm .navbox .copy {
  margin-top: auto;
  display: block;
  padding-bottom: 10px;
}
body > .hm .navbox .copy p {
  color: var(--dtext);
  font-weight: 700;
  margin-bottom: 5px;
}
body > .hm .navbox .copy ul {
  justify-content: flex-start;
}
body > .hm .navbox .copy ul a {
  font-size: 12px;
  color: var(--ltext);
}
body > .hm .navbox .copy ul li + li {
  margin-left: 15px;
}
body > .hm .navbox .copy .social a {
  font-size: 0;
}
body > .hm .navbox .copy .social a i {
  font-size: 16px;
}
body > .hm .navbox .copy .footerInfo .break {
  margin: 0 14px;
  height: 20px;
  min-width: 1px;
  background-color: var(--lddark-text);
}
body > .hm .navbox .copy .footerInfo .social-mobile li + li {
  margin-left: 15px;
}
body > .hm .navbox .copy .footerInfo .social-mobile a {
  font-size: 0;
}
body > .hm .navbox .copy .footerInfo .social-mobile a span {
  font-size: 16px;
  color: var(--dtext);
}
body > .hm .navbox .copy .footerInfo .social-mobile a:hover {
  opacity: 0.8;
}
body > .hm .currency {
  display: none;
  max-width: 100% !important;
  width: 100%;
  margin: 0 0 20px !important;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid var(--lddark-text);
  border-radius: 5px;
  padding: 10px;
}
body > .hm .currency form {
  position: relative;
  top: 0;
}
body > .hm .currency form #currency a b {
  color: var(--white);
}/*# sourceMappingURL=template.css.map */