:root {
  --hff-root: "Be Vietnam Pro", sans-serif;
  --hff-title: "Inter", sans-serif;
  --hf-icon: "Material Symbols Outlined", sans-serif;
  --hlh-root: 1.4;
  --hfw-root: 400;
  --hfs-root: 10px;
  --hfs-primary: 1.5rem;
  --hfs-h1: 2.4rem;
  --hfs-h2: 2.2rem;
  --hfs-h3: 2rem;
  --hfs-h4: 1.8rem;
  --hfs-h5: 1.6rem;
  --hfs-h6: 1.4rem;
  --hc-root: #222;
  --hc-primary: #5a300d;
  --hc-1: #fff;
  --hc-2: #000;
  --hc-3: #54a330;
  --hc-hover: #54a330;
  --hbg-root: #fff;
  --hbg-hover: #54a330;
  --hc-scroll-bg: #f3f3f3;
  --hc-scroll-thumb: #a5a5a5;
}

* {
  outline: 0;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

html {
  height: 100%;
  width: 100%;
}

body {
  background-color: var(--hbg-root);
  color: var(--hc-root);
  font-size: var(--hfs-primary);
  min-height: 100%;
  overflow-x: hidden;
  width: 100%;
}
body.nav-open {
  overflow: hidden;
}

a {
  user-select: none;
  text-decoration: none;
}

label,
button {
  user-select: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

iframe {
  border: 0;
}

form {
  width: 100%;
}

strong {
  font-weight: 700;
}

p {
  margin-top: 0;
}

@media only screen and (max-width: 1200px) {
  select {
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  select::-ms-expand {
    display: none;
  }
}
html {
  font-family: var(--hff-root);
  font-size: var(--hfs-root);
  line-height: var(--hlh-root);
}

body {
  font-family: var(--hff-root);
  font-weight: var(--hfw-root);
  line-height: var(--hlh-root);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: var(--hlh-root);
  margin-top: 0;
}

h1 {
  font-size: var(--hfs-h1);
}

h2 {
  font-size: var(--hfs-h2);
}

h3 {
  font-size: var(--hfs-h3);
}

h4 {
  font-size: var(--hfs-h4);
}

h5 {
  font-size: var(--hfs-h5);
}

h6 {
  font-size: var(--hfs-h6);
}

.himg-cover {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  top: 0;
  transition: opacity 0.3s;
  width: 100%;
}

.himg-contain {
  height: 100%;
  left: 0;
  object-fit: contain;
  object-position: center;
  top: 0;
  transition: opacity 0.3s;
  width: 100%;
}

.w-100p {
  width: 100% !important;
}

.w-50p {
  width: 50% !important;
}

.w-25p {
  width: 25% !important;
}

.w-540 {
  width: 540px !important;
}

.w-265 {
  width: 265px !important;
}

.w-250 {
  width: 250px !important;
}

.w-200 {
  width: 200px !important;
}

.w-150 {
  width: 150px !important;
}

.w-125 {
  width: 125px !important;
}

.w-120 {
  width: 120px !important;
}

.w-100 {
  width: 100px !important;
}

.w-75 {
  width: 75px !important;
}

.w-50 {
  width: 50px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.h-main {
  margin-inline: auto;
  padding: 20px 20px 50px;
  max-width: 1320px;
  width: 100%;
}

.h-container {
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1320px;
  width: 100%;
}

.h-row {
  column-gap: 50px;
  display: flex;
}

.h-col:first-child {
  flex: 1;
}
.h-col:last-child {
  width: 250px;
}

.h-headline {
  margin-bottom: 30px;
  text-align: center;
}
.h-headline .he-txt {
  max-width: 800px;
  margin-inline: auto;
}

.h-sp-block,
.h-sm-block {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .h-row {
    column-gap: 30px;
  }
}
@media only screen and (max-width: 992.98px) {
  .h-row {
    flex-direction: column-reverse;
    row-gap: 20px;
  }
  .h-row--blog {
    column-gap: 30px;
    flex-direction: column;
  }
  .h-col {
    width: 100%;
  }
  .h-col:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .h-pc-block,
  .h-pc-inline {
    display: none !important;
  }
  .h-sp-block {
    display: block !important;
  }
}
@media only screen and (max-width: 576px) {
  .h-sm-block {
    display: block;
  }
}
.material-symbols-outlined {
  height: 1em;
  width: 1em;
  transition: color 0.3s;
}
.he-btn--primary {
  align-items: center;
  background-color: var(--hc-primary);
  display: inline-flex;
  border-width: 0;
  color: var(--hc-1);
  font-family: var(--hff-title);
  font-size: 1.6rem;
  font-weight: 700;
  height: 40px;
  padding: 12px 40px 10px 30px;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
  user-select: none;
  text-transform: uppercase;
}
.he-btn--primary::after {
  content: "\e5df";
  display: inline-block;
  font-size: 2rem;
  font-family: var(--hf-icon);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease, color 0.3s ease;
}
.he-btn--primary:hover {
  cursor: pointer;
  text-decoration: none;
}
.he-btn--recruitment {
  align-items: center;
  background-color: var(--hc-3);
  display: inline-flex;
  border-width: 0;
  color: var(--hc-1);
  font-family: var(--hff-title);
  font-size: 1.4rem;
  height: 36px;
  padding: 10px 20px 8px 35px;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
  user-select: none;
}
.he-btn--recruitment::before {
  content: "\e9fc";
  display: inline-block;
  font-size: 1.6rem;
  font-family: var(--hf-icon);
  font-weight: 400;
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease, color 0.3s ease;
}
.he-btn--recruitment:hover {
  cursor: pointer;
  text-decoration: none;
}
.he-btn--send {
  align-items: center;
  background-color: var(--hc-3);
  display: inline-flex;
  border-width: 0;
  color: var(--hc-1);
  font-size: 1.6rem;
  font-family: var(--hff-title);
  font-weight: 700;
  height: 40px;
  padding: 12px 40px 10px 30px;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
  user-select: none;
  text-transform: uppercase;
}
.he-btn--send::after {
  content: "\e9fc";
  display: inline-block;
  font-size: 2rem;
  font-family: var(--hf-icon);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease, color 0.3s ease;
}
.he-btn--send:hover {
  cursor: pointer;
  text-decoration: none;
}
.he-btn--icon {
  align-items: center;
  background-color: var(--hc-3);
  display: inline-flex;
  border-width: 0;
  color: var(--hc-1);
  font-size: 1.6rem;
  font-family: var(--hff-title);
  font-weight: 700;
  height: 40px;
  justify-content: center;
  min-width: 150px;
  padding: 12px 30px;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
  user-select: none;
  text-transform: uppercase;
}
.he-btn--icon i {
  display: inline-block;
  font-size: 2rem;
  margin-left: 5px;
  transition: transform 0.3s ease, color 0.3s ease;
}
.he-btn--icon:hover {
  cursor: pointer;
  text-decoration: none;
}
.he-btn__wrap {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .he-btn--primary:hover {
    background-color: var(--hc-3);
    color: var(--hc-1);
    cursor: pointer;
  }
  .he-btn--primary:hover::after {
    transform: translateY(-50%) translateX(5px);
  }
  .he-btn--send:hover {
    background-color: var(--hc-primary);
    color: var(--hc-1);
    cursor: pointer;
  }
  .he-btn--icon:hover {
    background-color: var(--hc-primary);
    color: var(--hc-1);
    cursor: pointer;
  }
  .he-btn--icon:hover i {
    transform: translateX(5px);
  }
  .he-btn--recruitment:hover {
    background-color: var(--hc-primary);
    color: var(--hc-1);
    cursor: pointer;
  }
  .he-btn--recruitment:hover::before {
    transform: translateY(-55%);
  }
}
@media only screen and (max-width: 768px) {
  .he-btn--primary {
    font-size: 1.4rem;
    height: 36px;
    padding: 10px 35px 8px 25px;
  }
}
@keyframes he-headline-line {
  0% {
    transform: scaleX(0);
  }
  20%, 100% {
    transform: scaleX(1);
  }
}
.he-headline--primary {
  color: var(--hc-primary);
  font-family: var(--hff-title);
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.3;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.he-headline--primary span {
  align-items: center;
  color: var(--hc-3);
  column-gap: 10px;
  display: flex;
  font-size: 1.6rem;
  justify-content: flex-start;
  margin-bottom: 5px;
  position: relative;
}
.he-headline--primary span::after {
  animation: he-headline-line 5s linear infinite;
  background-color: var(--hc-3);
  content: "";
  height: 1px;
  transform: scaleX(0);
  transform-origin: left center;
  width: 150px;
}
.he-headline--center {
  color: var(--hc-primary);
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}
.he-headline--center span {
  align-items: center;
  color: var(--hc-3);
  column-gap: 10px;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  margin-bottom: 5px;
  position: relative;
}
.he-headline--center span::before, .he-headline--center span::after {
  animation: he-headline-line 5s linear infinite;
  background-color: var(--hc-3);
  content: "";
  height: 1px;
  transform: scaleX(0);
  width: 150px;
}
.he-headline--center span::before {
  transform-origin: right center;
}
.he-headline--center span::after {
  transform-origin: left center;
}
.he-headline--des {
  color: var(--hc-primary);
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
.he-headline--small {
  color: var(--hc-primary);
  font-family: var(--hff-title);
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.3;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.he-headline--small span {
  align-items: center;
  color: var(--hc-3);
  column-gap: 10px;
  display: flex;
  font-size: 1.6rem;
  justify-content: flex-start;
  margin-bottom: 5px;
  position: relative;
}
.he-headline--small span::after {
  animation: he-headline-line 5s linear infinite;
  background-color: var(--hc-3);
  content: "";
  height: 1px;
  transform: scaleX(0);
  transform-origin: left center;
  width: 150px;
}
@media only screen and (max-width: 1200px) {
  .he-headline--center, .he-headline--primary {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .he-headline--center, .he-headline--primary {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .he-headline--center span, .he-headline--primary span {
    font-size: 1.4rem;
  }
  .he-headline--center span::before, .he-headline--center span::after, .he-headline--primary span::before, .he-headline--primary span::after {
    width: 60px;
  }
}
.he-select {
  position: relative;
}
.he-select i {
  color: var(--hc-root);
  font-size: 2rem;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.he-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid rgba(90, 48, 13, 0.1);
  color: var(--hc-root);
  font-size: 1.6rem;
  height: 40px;
  padding: 10px 40px 10px 15px;
  transition: background-color 0.3s, color 0.3s;
  user-select: none;
  z-index: 1;
  width: 100%;
}
.he-txt {
  color: var(--hc-root);
  font-size: 1.6rem;
  line-height: 1.5;
}
.he-txt p {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .he-txt {
    font-size: 1.4rem;
  }
}
.he-table, .he-table--report {
  margin-bottom: 15px;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.he-table::-webkit-scrollbar, .he-table--report::-webkit-scrollbar {
  background-color: var(--h-color-seventh);
  border-radius: 16px;
  height: 10px;
  overflow: visible;
  width: 10px;
}
.he-table::-webkit-scrollbar-button, .he-table--report::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
.he-table::-webkit-scrollbar-track, .he-table--report::-webkit-scrollbar-track {
  background-clip: padding-box;
  box-shadow: inset 1px 0 0 var(--h-color-seventh);
}
.he-table::-webkit-scrollbar-track:hover, .he-table--report::-webkit-scrollbar-track:hover {
  background-color: var(--h-color-eighth);
  box-shadow: inset 1px 0 0 var(--h-color-seventh);
}
.he-table::-webkit-scrollbar-track:active, .he-table--report::-webkit-scrollbar-track:active {
  background-color: var(--h-color-eighth);
  box-shadow: inset 1px 0 0 var(--h-color-ninth), inset -1px 0 0 var(--hc-primary);
}
.he-table::-webkit-scrollbar-thumb, .he-table--report::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background-color: var(--h-color-ninth);
  background-clip: padding-box;
  border: solid transparent;
  border-width: 1px 1px 1px 0px;
  min-height: 28px;
  padding: 100px 0 0;
  box-shadow: inset 1px 1px 0 var(--h-color-seventh), inset 0 -1px 0 var(--h-color-ninth);
}
.he-table::-webkit-scrollbar-thumb:hover, .he-table--report::-webkit-scrollbar-thumb:hover {
  background-color: var(--h-color-ninth);
  box-shadow: inset 1px 1px 1px var(--h-color-ninth);
}
.he-table::-webkit-scrollbar-thumb:active, .he-table--report::-webkit-scrollbar-thumb:active {
  background-color: var(--h-color-ninth);
  box-shadow: inset 1px 1px 3px var(--h-color-ninth);
}
.he-table table, .he-table--report table {
  border-collapse: collapse;
}
@media only screen and (max-width: 1200px) {
  .he-table, .he-table--report {
    -webkit-overflow-scrolling: auto;
    -webkit-appearance: none;
  }
}
.he-table--report table {
  width: 100%;
}
.he-table--report th,
.he-table--report td {
  border: 1px solid var(--h-color-fourth);
  padding: 10px 15px;
}
.he-textbox {
  padding-top: 20px;
  position: relative;
}
.he-textbox label {
  color: var(--hc-primary);
  font-size: 1.6rem;
  left: 0;
  line-height: 1.4;
  pointer-events: none;
  position: absolute;
  top: 28px;
  transform-origin: left top;
  transition: transform 0.25s ease, color 0.25s ease;
}
.he-textbox textarea,
.he-textbox input {
  appearance: none;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(90, 48, 13, 0.3);
  border-radius: 0;
  color: var(--hc-root);
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 8px 0;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}
.he-textbox textarea:focus,
.he-textbox input:focus {
  border-bottom-color: var(--hc-3);
  box-shadow: 0 1px 0 0 var(--hc-3);
  outline: 0;
}
.he-textbox:has(textarea:focus) label, .he-textbox:has(textarea:valid) label, .he-textbox:has(textarea:-webkit-autofill) label, .he-textbox:has(input:focus) label, .he-textbox:has(input:valid) label, .he-textbox:has(input:-webkit-autofill) label {
  transform: translateY(-18px) scale(0.75);
}
.he-textbox:has(textarea:focus) label, .he-textbox:has(input:focus) label {
  color: var(--hc-3);
}
@media only screen and (max-width: 768px) {
  .he-textbox:has(input:focus) label, .he-textbox:has(input:valid) label, .he-textbox:has(input:-webkit-autofill) label {
    transform: translateY(-15px) scale(0.75);
  }
  .he-textbox input,
  .he-textbox label {
    font-size: 1.4rem;
  }
}
.he-file {
  padding-top: 20px;
  position: relative;
}
.he-file > label {
  color: var(--hc-primary);
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 8px;
  pointer-events: none;
}
.he-file input[type=file] {
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.he-file__box {
  align-items: center;
  background-color: rgba(90, 48, 13, 0.03);
  border: 1px dashed rgba(90, 48, 13, 0.4);
  border-radius: 8px;
  color: var(--hc-root);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  min-height: 120px;
  padding: 20px;
  text-align: center;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.he-file__box i {
  color: var(--hc-3);
  font-size: 3.2rem;
}
.he-file__box:hover {
  border-color: var(--hc-3);
  background-color: rgba(90, 48, 13, 0.06);
}
.he-file__text {
  font-size: 1.5rem;
  line-height: 1.5;
}
.he-file__text strong {
  color: var(--hc-3);
  font-weight: 600;
}
.he-file__name {
  display: none;
  font-size: 1.5rem;
  font-weight: 600;
  word-break: break-all;
}
.he-file__clear {
  background: none;
  border: 0;
  color: var(--hc-primary);
  cursor: pointer;
  font-size: 1.3rem;
  text-decoration: underline;
}
.he-file.is-dragover .he-file__box {
  border-color: var(--hc-3);
  background-color: rgba(90, 48, 13, 0.1);
}
.he-file.has-file .he-file__box i {
  color: var(--hc-3);
}
.he-file.has-file .he-file__text {
  display: none;
}
.he-file.has-file .he-file__name {
  display: block;
}
.he-file:has(input:focus-visible) .he-file__box {
  border-color: var(--hc-3);
  box-shadow: 0 0 0 3px rgba(90, 48, 13, 0.15);
}
@media only screen and (max-width: 768px) {
  .he-file > label,
  .he-file .he-file__text,
  .he-file .he-file__name {
    font-size: 1.4rem;
  }
  .he-file .he-file__box {
    min-height: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .he-file > label,
  .he-file .he-file__text,
  .he-file .he-file__name {
    font-size: 1.2rem;
  }
  .he-file > label strong,
  .he-file .he-file__text strong,
  .he-file .he-file__name strong {
    display: block;
  }
}

.hc-header {
  align-items: center;
  background-color: var(--hc-1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  height: 60px;
  left: 0;
  position: fixed;
  top: 40px;
  transition: transform 0.3s ease;
  width: 100%;
  z-index: 9999;
}
.hc-header.sticky {
  transform: translateY(-40px);
}
.hc-header__container {
  align-items: center;
  display: flex;
}
.hc-header__logo {
  margin-right: auto;
  transition: opacity 0.3s ease;
}
.hc-header__logo img {
  height: 50px;
  width: auto;
}
.hc-header__logo:hover {
  opacity: 0.7;
}
.hc-header__toggle {
  display: none;
  position: relative;
  width: 30px;
  height: 24px;
  margin-left: auto;
  cursor: pointer;
  z-index: 10002;
}
.hc-header__toggle::before, .hc-header__toggle::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: var(--hc-primary, #fff);
  transition: transform 0.35s ease, top 0.35s ease, bottom 0.35s ease, background-color 0.35s ease;
}
.hc-header__toggle::before {
  top: 0;
  box-shadow: 0 10px 0 0 var(--hc-primary, #fff);
  transition: transform 0.35s ease, top 0.35s ease, box-shadow 0.15s ease 0.2s, background-color 0.35s ease;
}
.hc-header__toggle::after {
  bottom: 0;
}
.hc-header__toggle.active::before {
  top: 11px;
  transform: rotate(45deg);
  box-shadow: 0 0 0 0 transparent;
  transition: transform 0.35s ease 0.15s, top 0.2s ease, box-shadow 0.15s ease;
}
.hc-header__toggle.active::after {
  bottom: 10px;
  transform: rotate(-45deg);
  transition: transform 0.35s ease 0.15s, bottom 0.2s ease;
}
@media only screen and (max-width: 1200px) {
  .hc-header__toggle {
    display: block;
  }
  .hc-header.sticky .hc-nav {
    height: calc(100vh + 60px);
    top: 60px;
  }
}
.hc-top {
  background-color: var(--hc-primary);
  height: 40px;
  left: 0;
  position: fixed;
  top: 0;
  transition: transform 0.3s ease;
  width: 100%;
  z-index: 1000;
}
.hc-top.sticky {
  transform: translateY(-100%);
}
.hc-top__container {
  align-items: center;
  display: flex;
  height: 100%;
}
.hc-top__link {
  align-items: center;
  color: var(--hc-1);
  display: inline-flex;
  font-size: 1.3rem;
  margin-left: 30px;
}
.hc-top__link:first-child {
  margin-left: 0;
}
.hc-top__link i {
  font-size: 1.4rem;
  margin-top: -3px;
  margin-right: 5px;
}
.hc-top__lang {
  border: 1px solid var(--hc-1);
  border-radius: 100vw;
  display: inline-flex;
  margin-left: 30px;
  overflow: hidden;
}
.hc-top__lang-item {
  align-items: center;
  cursor: pointer;
  border-radius: 100vw;
  color: var(--hc-1);
  display: inline-flex;
  font-family: var(--hff-title);
  font-size: 1.3rem;
  font-weight: 700;
  height: 25px;
  line-height: 1;
  padding-inline: 10px;
  transition: background-color 0.3s, color 0.3s;
  justify-content: center;
  width: 50px;
}
.hc-top__lang-item.current {
  background-color: var(--hc-3);
  color: var(--hc-1);
  pointer-events: none;
}
.hc-top__lang-item:first-child {
  margin-left: 0;
}
.hc-top__search {
  cursor: pointer;
  color: var(--hc-1);
  font-size: 2rem;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .hc-top__link {
    cursor: pointer;
    transition: color 0.3s;
  }
  .hc-top__link:hover {
    color: var(--hc-3);
  }
  .hc-top__search {
    transition: color 0.3s;
  }
  .hc-top__search:hover {
    cursor: pointer;
    color: var(--hc-3);
  }
}
@media only screen and (max-width: 1400px) {
  .hc-top__link {
    font-size: 0;
    margin-left: 20px;
  }
  .hc-top__link i {
    font-size: 2rem;
    margin-right: 0;
  }
  .hc-top__search {
    margin-left: auto;
  }
  .hc-top__lang {
    margin-left: 20px;
  }
}
.hc-nav {
  z-index: 9999;
}
.hc-nav--sidebar {
  border: 1px solid rgba(90, 48, 13, 0.1);
  position: sticky;
  top: 60px;
}
.hc-nav--sidebar a {
  border-bottom: 1px solid rgba(90, 48, 13, 0.1);
  color: var(--hc-root);
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  padding: 10px 15px 8px;
  position: relative;
  transition: background-color 0.3s ease;
}
.hc-nav--sidebar a::before {
  background-color: var(--hc-3);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: opacity 0.3s ease;
  top: 0;
  width: 2px;
}
.hc-nav--sidebar a.current {
  background-color: rgba(90, 48, 13, 0.2);
  border-bottom-color: transparent;
  pointer-events: none;
}
.hc-nav--sidebar a.current::before {
  opacity: 1;
}
.hc-nav--sidebar a:last-child {
  border-bottom-width: 0;
}
.hc-nav--sidebar + .he-select {
  display: none;
}
.hc-nav__ttl {
  background-color: var(--hc-primary);
  color: var(--hc-1);
  font-size: 1.6rem;
  font-family: var(--hff-title);
  margin-bottom: 0;
  padding: 10px 15px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .hc-nav--sidebar a:hover {
    background-color: rgba(90, 48, 13, 0.2);
    border-bottom-color: transparent;
  }
}
@media only screen and (min-width: 1200.02px) {
  .hc-nav {
    height: 60px;
  }
  .hc-nav > ul {
    display: inline-flex;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .hc-nav > ul > li {
    align-items: center;
    color: var(--hc-primary);
    display: inline-flex;
    position: relative;
  }
  .hc-nav > ul > li::after {
    background-color: var(--hc-3);
    bottom: 0;
    content: "";
    height: 2px;
    right: 0;
    opacity: 0;
    position: absolute;
    transition: right 0.3s, width 0.3s, opacity 0.3s;
    width: 0%;
  }
  .hc-nav > ul > li.current, .hc-nav > ul > li:hover {
    color: var(--hc-3);
  }
  .hc-nav > ul > li.current::after, .hc-nav > ul > li:hover::after {
    left: 0;
    opacity: 1;
    width: 100%;
  }
  .hc-nav > ul > li i {
    color: currentColor;
    font-size: 2rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .hc-nav > ul > li > a {
    align-items: center;
    color: currentColor;
    display: flex;
    font-size: 1.6rem;
    font-family: var(--hff-title);
    font-weight: 500;
    height: 100%;
    padding-inline: 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s;
  }
  .hc-nav > ul > li > ul {
    background-color: var(--hc-1);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    list-style: none;
    max-height: 395px;
    margin: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 100%;
    transform-origin: center top 0;
    transform: scaleY(0);
    transition: transform 0.3s ease-in-out;
    visibility: hidden;
    width: 275px;
  }
  .hc-nav > ul > li > ul > li {
    position: relative;
  }
  .hc-nav > ul > li > ul > li:last-child a {
    border-bottom-width: 0;
  }
  .hc-nav > ul > li > ul > li > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--hc-primary);
    display: block;
    font-size: 1.6rem;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    transition: color 0.3s, background-color 0.3s;
  }
  .hc-nav > ul > li > ul > li:hover > a {
    background-color: var(--hc-primary);
    color: var(--hc-1);
    cursor: pointer;
  }
  .hc-nav > ul > li:hover > ul {
    display: block;
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 1200px) {
  .hc-nav {
    background-color: var(--hc-primary);
    left: 0;
    min-height: 100vh;
    overflow-y: auto;
    position: fixed;
    padding-top: 30px;
    top: 100px;
    transform: translateX(-100%);
    transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
    visibility: hidden;
    width: 100%;
    z-index: 10001;
  }
  .hc-nav.show {
    transform: translateX(0);
    visibility: visible;
  }
  .hc-nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .hc-nav > ul > li {
    opacity: 0;
    position: relative;
    transform: translateY(20px);
    transition: color 0.3s, opacity 0.4s ease, transform 0.4s ease;
  }
  .hc-nav > ul > li > a {
    color: var(--hc-1);
    display: block;
    font-size: 2rem;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
  }
  .hc-nav > ul > li i {
    color: var(--hc-1);
    font-size: 3rem;
    position: absolute;
    right: 20px;
    top: 10px;
    transition: transform 0.3s;
  }
  .hc-nav > ul > li.expanded i {
    transform: rotate(180deg);
  }
  .hc-nav > ul > li.expanded > ul {
    max-height: 5000px;
    padding-bottom: 15px;
    transition: max-height 0.15s ease-in-out, padding-bottom 0.15s ease-in-out;
  }
  .hc-nav > ul > li.expanded > ul > li {
    opacity: 1;
    transform: translateY(0);
    transition: color 0.3s, opacity 0.4s ease, transform 0.4s ease;
  }
  .hc-nav > ul > li > ul {
    list-style: none;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height 0.15s cubic-bezier(0, 1, 0, 1), padding-bottom 0.15s cubic-bezier(0, 1, 0, 1);
  }
  .hc-nav > ul > li > ul > li {
    opacity: 0;
    position: relative;
    transform: translateY(20px);
    transition: color 0.3s, opacity 0.4s ease, transform 0.4s ease;
  }
  .hc-nav > ul > li > ul > li:nth-child(1) {
    transition-delay: 0.23s;
  }
  .hc-nav > ul > li > ul > li:nth-child(2) {
    transition-delay: 0.31s;
  }
  .hc-nav > ul > li > ul > li:nth-child(3) {
    transition-delay: 0.39s;
  }
  .hc-nav > ul > li > ul > li:nth-child(4) {
    transition-delay: 0.47s;
  }
  .hc-nav > ul > li > ul > li:nth-child(5) {
    transition-delay: 0.55s;
  }
  .hc-nav > ul > li > ul > li:nth-child(6) {
    transition-delay: 0.63s;
  }
  .hc-nav > ul > li > ul > li:nth-child(7) {
    transition-delay: 0.71s;
  }
  .hc-nav > ul > li > ul > li:nth-child(8) {
    transition-delay: 0.79s;
  }
  .hc-nav > ul > li > ul > li:nth-child(9) {
    transition-delay: 0.87s;
  }
  .hc-nav > ul > li > ul > li:nth-child(10) {
    transition-delay: 0.95s;
  }
  .hc-nav > ul > li > ul > li > a {
    color: var(--hc-1);
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 8px 20px;
    text-decoration: none;
  }
  .hc-nav.show > ul > li {
    opacity: 1;
    transform: translateY(0);
  }
  .hc-nav.show > ul > li:nth-child(1) {
    transition-delay: 0.23s;
  }
  .hc-nav.show > ul > li:nth-child(2) {
    transition-delay: 0.31s;
  }
  .hc-nav.show > ul > li:nth-child(3) {
    transition-delay: 0.39s;
  }
  .hc-nav.show > ul > li:nth-child(4) {
    transition-delay: 0.47s;
  }
  .hc-nav.show > ul > li:nth-child(5) {
    transition-delay: 0.55s;
  }
  .hc-nav.show > ul > li:nth-child(6) {
    transition-delay: 0.63s;
  }
  .hc-nav.show > ul > li:nth-child(7) {
    transition-delay: 0.71s;
  }
  .hc-nav.show > ul > li:nth-child(8) {
    transition-delay: 0.79s;
  }
  .hc-nav.show > ul > li:nth-child(9) {
    transition-delay: 0.87s;
  }
  .hc-nav.show > ul > li:nth-child(10) {
    transition-delay: 0.95s;
  }
}
@media only screen and (max-width: 992.98px) {
  .hc-nav--sidebar {
    align-items: center;
    border-width: 0;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    position: relative;
    top: 0;
  }
  .hc-nav--sidebar h3 {
    font-size: 1.4rem;
    padding: 8px 15px 5px;
    text-align: center;
    width: 100%;
  }
  .hc-nav--sidebar a {
    display: none;
  }
  .hc-nav--sidebar + .he-select {
    display: block;
  }
}

.hc-footer {
  background-color: var(--hc-primary);
  color: var(--hc-1);
  padding-top: 50px;
  width: 100%;
}
.hc-footer__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.hc-footer__row {
  column-gap: 50px;
  display: flex;
}
.hc-footer__col {
  width: 20%;
}
.hc-footer__col:first-child {
  width: 40%;
}
.hc-footer__logo {
  display: inline-block;
  margin-bottom: 20px;
}
.hc-footer__logo img {
  filter: brightness(0) invert(1);
  height: auto;
  max-height: 77px;
  max-width: 250px;
  width: 100%;
}
.hc-footer__ttl {
  font-size: 1.8rem;
  font-family: var(--hff-title);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.hc-footer__nav {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.hc-footer__nav a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.5rem;
  text-decoration: none;
  transition: color 0.3s ease;
}
.hc-footer__social {
  align-items: center;
  display: flex;
  column-gap: 10px;
}
.hc-footer__social a {
  transition: opacity 0.3s ease;
}
.hc-footer__social a img {
  filter: brightness(0) invert(1);
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  width: 16px;
}
.hc-footer__info {
  margin-bottom: 5px;
}
.hc-footer__info:last-child {
  margin-bottom: 0;
}
.hc-footer__info a {
  color: var(--hc-1);
  font-size: 1.5rem;
  line-height: 1.3;
  transition: color 0.3s ease;
}
.hc-footer__info i {
  font-size: 1.6rem;
  margin-right: 3px;
  transform: translateY(3px);
}
.hc-footer__bottom {
  background-color: var(--hc-3);
  margin-top: 30px;
  padding-block: 10px;
  text-align: center;
}
.hc-footer__copyright {
  color: var(--hc-1);
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .hc-footer__nav a:hover {
    color: var(--hc-1);
  }
  .hc-footer__social a:hover {
    opacity: 0.7;
  }
  .hc-footer__info a:hover {
    color: var(--hc-3);
  }
}
@media only screen and (max-width: 1200px) {
  .hc-footer__row {
    flex-wrap: wrap;
  }
  .hc-footer__col {
    width: calc((100% - 100px) / 3);
  }
  .hc-footer__col:first-child {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .hc-footer__bottom {
    padding-block: 15px;
  }
  .hc-footer__copyright {
    font-size: 1.3rem;
  }
  .hc-footer__copyright strong {
    display: block;
    margin-block: 5px;
  }
  .hc-footer__container {
    flex-direction: column-reverse;
    row-gap: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .hc-footer {
    padding-top: 30px;
  }
  .hc-footer__row {
    flex-direction: column;
    row-gap: 30px;
  }
  .hc-footer__col {
    width: 100%;
  }
  .hc-footer__col:first-child {
    margin-bottom: 0;
    text-align: center;
  }
  .hc-footer__info {
    text-align: left;
  }
  .hc-footer__info a {
    font-size: 1.4rem;
  }
}

.hc-lightbox, .hc-lightbox--single, .hc-lightbox--video, .hc-lightbox--album {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: 0;
  transition: opacity 0.3s, visibility 0.3s;
  width: 100%;
}
.hc-lightbox__content {
  display: inline-block;
  position: relative;
}
.hc-lightbox__item {
  background-color: var(--hc-7);
  border: 5px solid var(--hc-7);
  border-radius: 10px;
  display: inline-block;
  font-size: 0;
  overflow: hidden;
}
.hc-lightbox__item img {
  height: auto;
  max-height: calc(100vh - 150px);
  max-width: 1080px;
  transition: opacity 0.3s;
  width: 100%;
}
.hc-lightbox__item img.fade-out {
  opacity: 0;
}
.hc-lightbox__item img.fade-in {
  opacity: 1;
}
.hc-lightbox__close {
  align-items: center;
  display: inline-flex;
  color: var(--hc-7);
  font-size: 5rem;
  height: 50px;
  justify-content: center;
  line-height: 1;
  padding-bottom: 10px;
  position: fixed;
  right: 10px;
  top: 10px;
  user-select: none;
  width: 50px;
}
.hc-lightbox__close:hover {
  color: var(--hc-hover);
  cursor: pointer;
}
.hc-lightbox__arrow, .hc-lightbox__arrow--next, .hc-lightbox__arrow--prev {
  color: var(--hc-7);
  font-size: 2.5rem;
  height: 35px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  transition: color 0.3s, opacity 0.3s;
  user-select: none;
  z-index: 1;
  width: 35px;
}
.hc-lightbox__arrow::before, .hc-lightbox__arrow--next::before, .hc-lightbox__arrow--prev::before, .hc-lightbox__arrow::after, .hc-lightbox__arrow--next::after, .hc-lightbox__arrow--prev::after {
  background-color: var(--hc-7);
  border-radius: 10px;
  content: "";
  display: inline-block;
  height: 3px;
  left: 9px;
  transform: rotate(-35deg);
  position: absolute;
  top: 12px;
  width: 15px;
}
.hc-lightbox__arrow::after, .hc-lightbox__arrow--next::after, .hc-lightbox__arrow--prev::after {
  transform: rotate(35deg);
  top: 19px;
}
.hc-lightbox__arrow.hidden, .hidden.hc-lightbox__arrow--next, .hidden.hc-lightbox__arrow--prev {
  opacity: 0;
  visibility: hidden;
}
.hc-lightbox__arrow:hover, .hc-lightbox__arrow--next:hover, .hc-lightbox__arrow--prev:hover {
  cursor: pointer;
  opacity: 0.4;
}
.hc-lightbox__arrow--prev {
  left: 0;
}
.hc-lightbox__arrow--next {
  right: 0;
  transform: rotate(180deg);
}
.hc-lightbox__video {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.hc-lightbox__video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hc-lightbox__avatar img {
  height: auto;
  width: auto;
}
.hc-lightbox--video .hc-lightbox__content {
  max-width: 98vw;
  width: 925px;
}
.hc-lightbox.show, .show.hc-lightbox--album, .show.hc-lightbox--video, .show.hc-lightbox--single {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}

.jsReveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity, transform;
}
.jsReveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.jsReveal--zoom {
  transform: scale(0.92);
}
.jsReveal--zoom.is-visible {
  transform: scale(1);
}
.jsReveal--right {
  transform: translateX(40px);
}
.jsReveal--right.is-visible {
  transform: translateX(0);
}
.jsReveal--left {
  transform: translateX(-40px);
}
.jsReveal--left.is-visible {
  transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
  .jsReveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}