@import url("../js/library/fontawesome/fontawesome/fontawesome.css");
@import url("../js/library/aos/aos.css");
@import url("../js/library/swiper/swiper-bundle.min.css");
@import url("../js/library/select2/select2.min.css");
@import url("../js/library/themify-icons/themify-icons.css");
@import url("../js/library/themifi/themify-icons.css");
@import url("../js/library/datepicker/jquery-ui.min.css");
@import url("../js/library/split/splitting.css");
@import url("../js/library/magnific/magnific-popup.css");
@import url("../js/library/gallery/lightgallery.min.css");
@import url("../assets/font/Themify/stylesheet.css");
@import url("../assets/font/Montserrat/stylesheet.css");
@import url("../assets/font/NotoSans/stylesheet.css");
@import url("../assets/font/OpenSans/stylesheet.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --height: 8rem;
  --rewidth: calc((100vw - 121rem)/2);
  --recont: calc(100vw - (100vw - 120rem)/2);
  --logo:25.6rem;
  --logo-h:13.6rem;
  --clip: polygon(100% 0, 100% 1%, 50% 100%, 0 1%, 0 0);
  --hex:polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  --hexs:polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
@media (max-width: 1200px) {
  :root {
    --height: 6rem;
  }
}
@media (max-width: 600px) {
  :root {
    --height: 6rem;
  }
}
@media (max-width: 1200px) {
  :root {
    --rewidth: 1.5rem;
  }
}
@media (max-width: 1240px) {
  :root {
    --recont: calc(100%);
  }
}
@media (max-width: 1390px) {
  :root {
    --logo: 24rem;
    --logo-h: 8rem;
  }
}
@media (max-width: 1360px) {
  :root {
    --logo: 15rem;
    --logo-h: 8rem;
  }
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (min-width: 2000px) {
  html {
    font-size: 90%;
  }
}

body {
  font-family: "Noto Sans";
  font-size: 16px;
  line-height: 1.55;
  font-weight: normal;
  font-weight: 300;
  color: #572509;
  overflow: hidden auto;
  background-color: #FFFFFF;
}
@media screen and (min-width: 2000px) {
  body {
    font-size: 20px;
  }
}

a {
  text-decoration: none;
}

textarea,
input {
  resize: none;
  outline: none;
  font-weight: 300;
  font-family: "Noto Sans";
  font-size: 16px;
}

button,
select {
  border: none;
  outline: none;
  background-color: transparent;
}

.main {
  min-height: 40vh;
}
@media screen and (max-width: 1200px) {
  .main {
    min-height: 20vh;
  }
}

.container {
  width: 100%;
  max-width: 123rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.over {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.over::-webkit-scrollbar {
  display: none;
}

.no-scroll {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}

.no-select {
  user-select: none;
}

iframe {
  vertical-align: middle;
}

.effectShine {
  position: relative;
  overflow: hidden;
}

.effectShine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.wow {
  animation-duration: 1s;
}

.load-item {
  display: none;
}

.show-hide-toggle {
  cursor: pointer;
}

.dnor {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin: 0 -1.5rem;
  margin-bottom: -3rem;
  flex-wrap: wrap;
}
.dnor-item {
  padding: 0 1.5rem;
  margin-bottom: 3rem;
}

.dsmall {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -1.2rem;
  margin-bottom: -2.4rem;
}
.dsmall-item {
  padding: 0 1.2rem;
  margin-bottom: 2.4rem;
}

.dmini {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
.dmini-item {
  padding: 0 0.5rem;
}

@-moz-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-o-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-35deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(35deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-35deg) scale(1.1) skew(1deg);
  }
  40% {
    transform: rotate(35deg) scale(1.1) skew(1deg);
  }
  50% {
    transform: rotate(-35%) scale(1) skew(1deg);
  }
  60% {
    transform: rotate(35%) scale(1) skew(1deg);
  }
  70% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes ZoomIn {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ZoomIn {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes Spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes Spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes SpinnerR {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes BTT {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes halo {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes mirror {
  100% {
    transform: translate3d(2000%, 0, 0) rotate(35deg);
  }
}
@keyframes DownUp {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes jelly {
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@keyframes jellyTranForm {
  25% {
    transform: translate(-50%, -50%) scale(0.9, 1.1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1, 0.9);
  }
  75% {
    transform: translate(-50%, -50%) scale(0.95, 1.05);
  }
}
@keyframes jittery {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1.05) rotate(-5deg);
  }
  25% {
    transform: scale(1.05) rotate(5deg);
  }
  30% {
    transform: scale(1.05) rotate(-3deg);
  }
  35% {
    transform: scale(1.05) rotate(2deg);
  }
  40% {
    transform: scale(1.05) rotate(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes grow {
  from {
    transform: scale(0, 0);
    opacity: 1;
  }
  to {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@keyframes grows {
  from {
    transform: scale(0.9, 0.9);
    opacity: 1;
  }
  to {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@keyframes zoomInSlow {
  from {
    transform: translate(-50%, -50%) scale(1.2);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes zoomOutSlow {
  from {
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@keyframes zoomIns {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
@keyframes fadeUp {
  from {
    transform: translateY(10rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 0.4;
  }
}
@keyframes zoomOutSlow {
  from {
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@keyframes DownUp2 {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes fadeLeftLong {
  from {
    transform: translateX(10rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes imgLoad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translate3D(-100%, 0, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes slide-out-right {
  0% {
    transform: translate3D(0, 0, 0);
  }
  100% {
    transform: translate3D(100%, 0, 0);
  }
}
@keyframes slide-in-right-50 {
  0% {
    transform: translate3D(-50%, 0, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes slide-in-left {
  0% {
    transform: translate3D(100%, 0, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes slide-out-left {
  0% {
    transform: translate3D(0, 0, 0);
  }
  100% {
    transform: translate3D(-100%, 0, 0);
  }
}
@keyframes slide-in-top {
  0% {
    transform: translate3D(0, -100%, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes slide-out-left-50 {
  0% {
    transform: translate3D(0, 0, 0);
  }
  100% {
    transform: translate3D(-50%, 0, 0);
  }
}
@keyframes slide-in-left-50 {
  0% {
    transform: translate3D(50%, 0, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes shine2 {
  0% {
    left: -50%;
    opacity: 0.5;
  }
  50% {
    left: 25%;
    opacity: 0.25;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes arrow {
  0% {
    transform: translateX(0rem);
  }
  50% {
    transform: translateX(0.4rem);
  }
  100% {
    transform: translateX(0rem);
  }
}
@-webkit-keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes zoomTo {
  from {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes tabUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes tabDown {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes tabRight {
  from {
    transform: translateX(100%) scale(0.9);
    opacity: 0;
  }
  to {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
}
@keyframes tabLeft {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes bounce-in-left {
  0% {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(-68px);
    transform: translateX(-68px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(-28px);
    transform: translateX(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-left {
  0% {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(-68px);
    transform: translateX(-68px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(-28px);
    transform: translateX(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes arrows {
  0% {
    transform: scaleX(1) scaleY(1);
  }
  30% {
    transform: scaleX(0.7) scaleY(1.1);
  }
  50% {
    transform: scaleX(0.7) scaleY(1);
  }
  60% {
    transform: scaleX(1) scaleY(0.7);
  }
  100% {
    transform: scaleX(1) scaleY(0.9) translateX(100%);
  }
}
@keyframes DownUpT {
  0% {
    transform: translatey(0px) translateX(-50%);
  }
  50% {
    transform: translatey(-2rem) translateX(-50%);
  }
  100% {
    transform: translatey(0px) translateX(-50%);
  }
}
@keyframes LeftRightT {
  0% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(calc(-50% - 2rem));
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes zoomInf {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes clipPaths {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes move {
  from {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  to {
    transform: translateY(-27rem) scale(0.5);
    opacity: 0;
    color: rgba(255, 255, 255, 0.5);
  }
}
@keyframes toTop {
  0% {
    bottom: 0;
  }
  20% {
    bottom: 20%;
    transform: rotate(45deg);
  }
  40% {
    bottom: 40%;
    transform: rotate(15deg);
  }
  60% {
    bottom: 60%;
    transform: rotate(-15deg);
  }
  80% {
    bottom: 80%;
    transform: rotate(-45deg);
  }
  100% {
    bottom: 150%;
  }
}
@keyframes shake {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(15deg);
  }
  80% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes scaleUp {
  0% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.95);
  }
  0% {
    transform: scaleY(1);
  }
}
@keyframes carRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes quats {
  from {
    clip-path: circle(7.8% at 9% 91%);
  }
  to {
    clip-path: circle(129% at 9% 91%);
  }
}
@keyframes quats2 {
  from {
    clip-path: circle(7.5% at 95% 94%);
  }
  to {
    clip-path: circle(130.1% at 92% 92%);
  }
}
@keyframes lyR {
  0% {
    transform: translateX(180%) rotate(-22deg);
  }
  60% {
    transform: translateX(20%) rotate(-40deg);
  }
  80% {
    transform: translateX(20%) rotate(-10deg);
  }
  100% {
    transform: translateX(20%) rotate(-22deg);
  }
}
@keyframes lyRShadow {
  0% {
    transform: translateX(-50%) rotate(22deg);
  }
  60% {
    transform: translateX(-50%) rotate(40deg);
  }
  80% {
    transform: translateX(-50%) rotate(10deg);
  }
  100% {
    transform: translateX(-50%) rotate(22deg);
  }
}
@keyframes laRooi {
  0% {
    transform: translateY(-100%) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(30rem) rotate(360deg);
    opacity: 0;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes filling {
  0%, 90% {
    fill: transparent;
    fill-opacity: 0;
  }
  100% {
    fill: transparent;
    fill-opacity: 1;
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes slideInRight {
  0% {
    transform: translateX(100%) skewX(-15deg);
    transform-origin: bottom right;
    opacity: 0;
  }
  80% {
    transform: translateX(-20%) skewX(5deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0);
    opacity: 1;
  }
}
@keyframes homes {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 10.1851851852vw;
    height: 11.3425925926vw;
    opacity: 0;
  }
}
/* Styles for dialog window */
#small-dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.row {
  --gutter-x: 2.4rem;
  --gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-top: var(--gutter-y);
}

.g-1,
.gx-1 {
  --gutter-x: 2.4rem;
}

.g-1,
.gy-1 {
  --gutter-y: 2.4rem;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-0 {
  margin-left: 0%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 376px) {
  .col-1-xxs {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2-xxs {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3-xxs {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4-xxs {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5-xxs {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-6-xxs {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7-xxs {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-8-xxs {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9-xxs {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10-xxs {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11-xxs {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12-xxs {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-0-xxs {
    margin-left: 0%;
  }
  .offset-1-xxs {
    margin-left: 8.3333333333%;
  }
  .offset-2-xxs {
    margin-left: 16.6666666667%;
  }
  .offset-3-xxs {
    margin-left: 25%;
  }
  .offset-4-xxs {
    margin-left: 33.3333333333%;
  }
  .offset-5-xxs {
    margin-left: 41.6666666667%;
  }
  .offset-6-xxs {
    margin-left: 50%;
  }
  .offset-7-xxs {
    margin-left: 58.3333333333%;
  }
  .offset-8-xxs {
    margin-left: 66.6666666667%;
  }
  .offset-9-xxs {
    margin-left: 75%;
  }
  .offset-10-xxs {
    margin-left: 83.3333333333%;
  }
  .offset-11-xxs {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 576px) {
  .col-1-xs {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2-xs {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3-xs {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4-xs {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5-xs {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-6-xs {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7-xs {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-8-xs {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9-xs {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10-xs {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11-xs {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12-xs {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-0-xs {
    margin-left: 0%;
  }
  .offset-1-xs {
    margin-left: 8.3333333333%;
  }
  .offset-2-xs {
    margin-left: 16.6666666667%;
  }
  .offset-3-xs {
    margin-left: 25%;
  }
  .offset-4-xs {
    margin-left: 33.3333333333%;
  }
  .offset-5-xs {
    margin-left: 41.6666666667%;
  }
  .offset-6-xs {
    margin-left: 50%;
  }
  .offset-7-xs {
    margin-left: 58.3333333333%;
  }
  .offset-8-xs {
    margin-left: 66.6666666667%;
  }
  .offset-9-xs {
    margin-left: 75%;
  }
  .offset-10-xs {
    margin-left: 83.3333333333%;
  }
  .offset-11-xs {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-1-sm {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2-sm {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3-sm {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4-sm {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5-sm {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-6-sm {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7-sm {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-8-sm {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9-sm {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10-sm {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11-sm {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12-sm {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-0-sm {
    margin-left: 0%;
  }
  .offset-1-sm {
    margin-left: 8.3333333333%;
  }
  .offset-2-sm {
    margin-left: 16.6666666667%;
  }
  .offset-3-sm {
    margin-left: 25%;
  }
  .offset-4-sm {
    margin-left: 33.3333333333%;
  }
  .offset-5-sm {
    margin-left: 41.6666666667%;
  }
  .offset-6-sm {
    margin-left: 50%;
  }
  .offset-7-sm {
    margin-left: 58.3333333333%;
  }
  .offset-8-sm {
    margin-left: 66.6666666667%;
  }
  .offset-9-sm {
    margin-left: 75%;
  }
  .offset-10-sm {
    margin-left: 83.3333333333%;
  }
  .offset-11-sm {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-1-md {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2-md {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3-md {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4-md {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5-md {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-6-md {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7-md {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-8-md {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9-md {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10-md {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11-md {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12-md {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-0-md {
    margin-left: 0%;
  }
  .offset-1-md {
    margin-left: 8.3333333333%;
  }
  .offset-2-md {
    margin-left: 16.6666666667%;
  }
  .offset-3-md {
    margin-left: 25%;
  }
  .offset-4-md {
    margin-left: 33.3333333333%;
  }
  .offset-5-md {
    margin-left: 41.6666666667%;
  }
  .offset-6-md {
    margin-left: 50%;
  }
  .offset-7-md {
    margin-left: 58.3333333333%;
  }
  .offset-8-md {
    margin-left: 66.6666666667%;
  }
  .offset-9-md {
    margin-left: 75%;
  }
  .offset-10-md {
    margin-left: 83.3333333333%;
  }
  .offset-11-md {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-1-lg {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2-lg {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3-lg {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4-lg {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5-lg {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-6-lg {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7-lg {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-8-lg {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9-lg {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10-lg {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11-lg {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12-lg {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-0-lg {
    margin-left: 0%;
  }
  .offset-1-lg {
    margin-left: 8.3333333333%;
  }
  .offset-2-lg {
    margin-left: 16.6666666667%;
  }
  .offset-3-lg {
    margin-left: 25%;
  }
  .offset-4-lg {
    margin-left: 33.3333333333%;
  }
  .offset-5-lg {
    margin-left: 41.6666666667%;
  }
  .offset-6-lg {
    margin-left: 50%;
  }
  .offset-7-lg {
    margin-left: 58.3333333333%;
  }
  .offset-8-lg {
    margin-left: 66.6666666667%;
  }
  .offset-9-lg {
    margin-left: 75%;
  }
  .offset-10-lg {
    margin-left: 83.3333333333%;
  }
  .offset-11-lg {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-1-xl {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2-xl {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3-xl {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4-xl {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5-xl {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-6-xl {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7-xl {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-8-xl {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9-xl {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10-xl {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11-xl {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12-xl {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-0-xl {
    margin-left: 0%;
  }
  .offset-1-xl {
    margin-left: 8.3333333333%;
  }
  .offset-2-xl {
    margin-left: 16.6666666667%;
  }
  .offset-3-xl {
    margin-left: 25%;
  }
  .offset-4-xl {
    margin-left: 33.3333333333%;
  }
  .offset-5-xl {
    margin-left: 41.6666666667%;
  }
  .offset-6-xl {
    margin-left: 50%;
  }
  .offset-7-xl {
    margin-left: 58.3333333333%;
  }
  .offset-8-xl {
    margin-left: 66.6666666667%;
  }
  .offset-9-xl {
    margin-left: 75%;
  }
  .offset-10-xl {
    margin-left: 83.3333333333%;
  }
  .offset-11-xl {
    margin-left: 91.6666666667%;
  }
}
svg .svg-elem-1 {
  stroke-dashoffset: 401.2440795898px;
  stroke-dasharray: 401.2440795898px;
  -webkit-transition: stroke-dashoffset 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
}

svg .svg-elem-2 {
  stroke-dashoffset: 401.2440795898px;
  stroke-dasharray: 401.2440795898px;
  -webkit-transition: stroke-dashoffset 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
  transition: stroke-dashoffset 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}

svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
}

svg .svg-elem-3 {
  stroke-dashoffset: 401.2440795898px;
  stroke-dasharray: 401.2440795898px;
  -webkit-transition: stroke-dashoffset 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
  transition: stroke-dashoffset 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
}

svg .svg-elem-4 {
  stroke-dashoffset: 401.2440795898px;
  stroke-dasharray: 401.2440795898px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
}

svg.active .svg-elem-4 {
  stroke-dashoffset: 0;
}

svg.active .svg-elem-3 {
  stroke-dashoffset: 0;
}

svg .bd1 {
  stroke-dashoffset: 5035.21875px;
  stroke-dasharray: 5035.21875px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

svg .bd2 {
  stroke-dashoffset: 5035.21875px;
  stroke-dasharray: 5035.21875px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}

svg.active .bd2 {
  stroke-dashoffset: 0;
}

svg.active .bd1 {
  stroke-dashoffset: 0;
}

.back-to-top {
  width: 4.4rem;
  height: 4.8rem;
  position: fixed;
  bottom: 6rem;
  right: 2.3rem;
  z-index: 7;
  transform: translateY(3rem);
  opacity: 0;
  transition: 0.5s linear;
  cursor: pointer;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .back-to-top {
    right: 2.3rem;
  }
}
@media screen and (max-width: 1200px) {
  .back-to-top {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.back-to-top.active {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
.back-to-top .triangle {
  width: 3.4rem;
  position: relative;
}
.back-to-top .triangle-inner {
  position: absolute;
  bottom: 0;
  width: 3.4rem;
  height: 1.2rem;
  transition: 0.4s;
  background-color: #FFCB05;
}
.back-to-top .triangle-inner::after {
  content: "";
  bottom: calc(100% - 0.1rem);
  width: 100%;
  height: 1.5rem;
  background-color: #FFCB05;
  clip-path: polygon(50% 0%, 100% 96%, 100% 100%, 0 100%, 0 96%);
  position: absolute;
}
@media (hover: hover) {
  .back-to-top .triangle:hover .triangle-inner {
    height: 3.4rem;
  }
}
.back-to-top .triangle::after {
  content: "";
  background-color: #683516;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 100%;
  height: 1.5rem;
  position: absolute;
  bottom: 0;
}

.fixedbar {
  position: fixed;
  bottom: 12rem;
  right: 3.4rem;
  z-index: 7;
  transition: 0.5s linear;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fixedbar {
    right: 1.5rem;
  }
}
.fixedbar-item:not(:first-child) {
  margin-top: 1rem;
}
.fixedbar-link {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}
@media (hover: hover) {
  .fixedbar-link:hover {
    background-color: #683516;
  }
}
.fixedbar-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #FFCB05;
  border-radius: 100rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s ease-in-out;
  z-index: 50;
  transition: 0.3s;
  height: var(--height);
  background-color: transparent;
  background-color: #FFCB05;
}
.header.open::after {
  opacity: 1;
}
.header.open .header-bot::after {
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .header .header-logo {
    width: 10rem;
    height: 6rem;
    transform: none;
  }
  .header .header-logo .custom-logo-link {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .header .header-bot {
    height: 6rem;
  }
}
.header-tool {
  width: 6rem;
  height: 6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
  background-color: #EBBA00;
  margin-right: auto;
}
@media screen and (min-width: 751px) {
  .header-tool {
    display: none;
  }
}
.header-tool i {
  color: #994F25;
}
.header-wr {
  height: 100%;
  width: 156.3rem;
  max-width: calc(100% - 3rem);
  margin: auto;
}
.header-action {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.header-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .header-nav {
    justify-content: unset;
  }
}
.header-nav-wr {
  width: calc(50% - var(--logo) / 2);
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-nav-wr:nth-child(1) {
  padding-right: 2.4rem;
}
.header-nav-wr:nth-child(4) {
  padding-left: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .header-nav-wr:nth-child(4) {
    margin-left: auto;
  }
}
@media screen and (max-width: 1200px) {
  .header-nav-wr {
    width: fit-content;
    padding: 0 !important;
    justify-content: unset;
  }
}
@media screen and (max-width: 1200px) {
  .header-nav-wr .menu-nav {
    display: none;
  }
}
.header-logo {
  flex-shrink: 0;
  z-index: 2;
  transition: 0.4s;
  position: relative;
  width: var(--logo);
  height: var(--height);
  background-color: green;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #D85911;
}
@media screen and (max-width: 750px) {
  .header-logo {
    transform: translateX(-1rem) !important;
  }
}
.header-logo::after {
  content: "";
  height: 5.6rem;
  width: 100%;
  position: absolute;
  top: calc(100% - 0.1rem);
  left: 0;
  clip-path: var(--clip);
  background-color: inherit;
  transition: 0.4s;
}
@media screen and (max-width: 1360px) {
  .header-logo::after {
    height: 4rem;
  }
}
@media screen and (max-width: 1200px) {
  .header-logo::after {
    height: 2rem;
  }
}
.header-logo .custom-logo-link {
  display: block;
  transition: 0.4s ease-in-out;
  justify-content: flex-start;
  transition: 0.4s;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 60%;
  z-index: 2;
  transform: translateY(1rem);
}
@media screen and (max-width: 1200px) {
  .header-logo .custom-logo-link {
    transform: none;
  }
}
.header-logo .custom-logo-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.header-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-left: auto;
  margin-right: 2rem;
}
@media screen and (min-width: 1201px) {
  .header-info {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .header-info {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .header-info {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.header-info-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.header-info-item:not(:first-child) {
  margin-left: 2rem;
}
@media screen and (max-width: 750px) {
  .header-info-item:not(:first-child) {
    margin-left: 0;
  }
}
.header-info-item .icon {
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
  margin-right: 0.8rem;
  background-color: #683516;
}
.header-info-item .icon img {
  filter: brightness(0) invert(1);
  width: 1.4rem;
  height: 1.4rem;
}
@media screen and (max-width: 750px) {
  .header-info-item .icon {
    width: 2rem;
    height: 2rem;
  }
  .header-info-item .icon img {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.header-info-item .txt {
  font-weight: 500;
  color: #683516;
}
@media screen and (max-width: 500px) {
  .header-info-item .txt {
    font-size: 1.4rem;
  }
}
.header-search {
  width: 8rem;
  height: 8rem;
  transition: 0.4s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #EBBA00;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 500px) {
  .header-search {
    position: unset;
  }
}
.header-search i {
  color: #683516;
}
@media screen and (max-width: 1200px) {
  .header-search {
    width: 6rem;
    height: 6rem;
    margin-left: auto;
  }
}
@media screen and (max-width: 750px) {
  .header-search {
    display: none;
  }
}
.header-search-ip {
  position: absolute;
  top: calc(100% + 1rem);
  right: 0;
  min-width: 24rem;
  height: 4rem;
  transform: translateY(calc(100% - 2rem));
  z-index: -1;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: #ffffff;
}
@media screen and (max-width: 500px) {
  .header-search-ip {
    width: calc(100% - 3rem);
    right: 1.5rem;
  }
}
.header-search-ip.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateY(0);
}
.header-search-ip-wr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border: 0.1rem solid #FFCB05;
}
.header-search-ip-wr input {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 0 2rem;
}
.header-search-ac {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  background-color: #FFCB05;
  cursor: pointer;
}
.header .burger {
  width: 4rem;
  height: 4rem;
}
@media screen and (min-width: 1201px) {
  .header .burger {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .header .burger {
    margin-left: auto;
  }
}

.mobile-tk {
  padding-top: 4rem;
}
.mobile-tk-wr {
  width: 80%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: auto;
}
.mobile-tk-wr input {
  width: 100%;
  height: 4rem;
  border: none;
  outline: none;
  padding: 1rem 2rem;
}
.mobile-tk-wr button {
  width: 4rem;
  height: 4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #FFCB05;
  flex-shrink: 0;
}

.footer {
  position: relative;
  background-color: #683516;
}
.footer .tt {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2rem;
  position: relative;
}
.footer .tt:not(:first-child) {
  margin-top: 2rem;
}
.footer .desc {
  color: #ffffff;
  font-size: 1.4rem;
}
.footer-item {
  width: 33.3333333333%;
}
@media screen and (max-width: 650px) {
  .footer-item:nth-child(1) {
    width: 50%;
    order: 2;
  }
}
@media screen and (max-width: 480px) {
  .footer-item:nth-child(1) {
    width: 100%;
  }
}
.footer-item:nth-child(2) {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-item:nth-child(2) .desc {
  text-align: center;
}
@media screen and (max-width: 650px) {
  .footer-item:nth-child(2) {
    width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 650px) {
  .footer-item:nth-child(3) {
    width: 50%;
    order: 3;
  }
}
@media screen and (max-width: 480px) {
  .footer-item:nth-child(3) {
    width: 100%;
  }
}
.footer-f-ip {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 4.2rem;
  margin-top: 1rem;
}
.footer-f-ip input {
  height: 100%;
  border: none;
  background-color: #572509;
  padding: 0 1.5rem;
  color: #ffffff;
  width: 100%;
}
.footer-f-ip input.placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.footer-f-ip input:-moz-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.footer-f-ip input::-moz-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.footer-f-ip input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.footer-f-ip input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.footer-f-ip button {
  width: 4.2rem;
  height: 4.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #FFCB05;
  cursor: pointer;
  transition: 0.4s;
  flex-shrink: 0;
}
.footer-f-ip button i {
  color: #683516;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.4s;
}
@media (hover: hover) {
  .footer-f-ip button:hover {
    background-color: #D85911;
  }
  .footer-f-ip button:hover i {
    color: #ffffff;
  }
}
.footer-cpr {
  padding: 3.4rem 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.footer-cpr-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .footer-cpr-row {
    flex-direction: column;
    align-items: center;
  }
}
.footer-logo {
  width: var(--logo);
  height: 8rem;
  background-color: #D85911;
  position: relative;
  margin: auto;
  padding: 1rem;
  margin-bottom: 7rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.footer-logo::after {
  content: "";
  height: 5.6rem;
  width: 100%;
  position: absolute;
  top: calc(100% - 0.1rem);
  left: 0;
  clip-path: var(--clip);
  background-color: inherit;
  transition: 0.4s;
}
@media screen and (max-width: 1360px) {
  .footer-logo::after {
    height: 4rem;
  }
}
.footer-logo .custom-logo-link {
  display: block;
  transition: 0.4s ease-in-out;
  justify-content: flex-start;
  transition: 0.4s;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 60%;
  z-index: 2;
  transform: translateY(1rem);
}
@media screen and (max-width: 1200px) {
  .footer-logo .custom-logo-link {
    width: 7rem;
  }
}
.footer-logo .custom-logo-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: fit-content;
  gap: 0.8rem;
}
.footer .social:not(:first-child) {
  margin-top: 2rem;
}
.footer .social-it {
  transition: 0.4s;
}
@media (hover: hover) {
  .footer .social-it:hover {
    transform: translateY(-0.5rem);
  }
}
.footer .social .icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-right: 0.8rem;
  transition: 0.4s;
}
.footer .social .icon img {
  width: inherit;
  height: inherit;
  display: block;
}
.footer .social .text {
  color: #ffffff;
}
.footer .menu-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 3.4rem 0;
  margin-top: 4rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.1);
  border-left: none;
  border-right: none;
  border-bottom: none;
  gap: 2rem;
}
.footer .menu-item {
  position: relative;
  flex-shrink: 0;
}
@media (hover: hover) {
  .footer .menu-item:hover .menu-link {
    color: #683516;
  }
}
.footer .menu-item.current-menu-item .menu-link {
  color: #994F25 !important;
}
.footer .menu-link {
  color: #ffffff;
  transition: 0.4s;
  font-size: 1.4rem;
  display: block;
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
}
@media (hover: hover) {
  .footer .menu-link:hover {
    color: #FFCB05 !important;
  }
}
.footer .address-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.footer .address-item:not(:first-child) {
  margin-top: 1.8rem;
}
.footer .address-item .icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100rem;
  margin-right: 0.8rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #ffffff;
  flex-shrink: 0;
}
.footer .address-item .icon img {
  width: 1.2rem;
  height: 1.2rem;
}
.footer .address-desc {
  color: #ffffff;
  font-size: 1.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.footer .address-link {
  color: #ffffff;
  font-size: 1.4rem;
  transition: 0.4s;
  word-break: break-word;
}
@media (hover: hover) {
  .footer .address-link:hover {
    color: #FFCB05;
  }
}

.burger {
  cursor: pointer;
  padding-left: 8px;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .burger.no-desk {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .burger.no-desk {
    width: 3.3rem;
  }
}
@media screen and (max-width: 500px) {
  .burger.no-desk {
    width: 5.7rem;
  }
  .burger.no-desk .line {
    margin-left: 0;
  }
}
@media screen and (max-width: 320px) {
  .burger.no-desk {
    width: 3.3rem;
  }
  .burger.no-desk .line {
    margin-left: 0;
  }
}

.icon-burger {
  cursor: pointer;
  padding-left: 8px;
  position: relative;
}
.icon-burger .line {
  width: 22px;
  height: 2px;
  border-radius: 4px;
  background-color: #ffffff;
  display: block;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.icon-burger.active .line:nth-child(1) {
  width: 50%;
}
.icon-burger.active .line:nth-child(2) {
  width: 100%;
}
.icon-burger.active .line:nth-child(3) {
  width: 75%;
}

.hamburger .line {
  width: 22px;
  height: 2px;
  border-radius: 4px;
  background-color: #ffffff;
  display: block;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .hamburger .line {
    background-color: #ffffff;
  }
}

#hamburger.active .line:nth-child(1) {
  width: 50%;
  margin-right: auto;
}

#hamburger.active .line:nth-child(2) {
  margin-right: auto;
}

#hamburger.active .line:nth-child(3) {
  width: 75%;
  margin-right: auto;
}

.hamburger.active .ham {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.hamburger.active .ham .top {
  stroke-dashoffset: -98px;
}
.hamburger.active .ham .bottom {
  stroke-dashoffset: -138px;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ham .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #ffffff;
  stroke-width: 5.5;
  stroke-linecap: round;
}
@media screen and (max-width: 1200px) {
  .ham .line {
    stroke: #683516;
  }
}
.ham .top {
  stroke-dasharray: 40 139;
}
.ham .bottom {
  stroke-dasharray: 40 180;
}

.select2-container {
  height: 4.4rem;
  background-color: transparent;
}

.select2.select2-container {
  width: 100% !important;
}

.selection {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  color: #ffffff;
  height: 4.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.select2.select2-container .select2-selection--multiple {
  height: 4.4rem;
  min-height: 34px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  background-color: transparent;
  color: #ffffff;
  font-size: 1.6rem;
  display: inline !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0 4px;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  border-radius: 0rem;
  overflow: hidden;
  top: 0.6rem;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: none;
  border-bottom: transparent;
  padding: 2px 3px !important;
  color: #ffffff;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #683516;
  font-size: 1.6rem;
  color: #ffffff;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #572509;
  font-size: 1.6rem;
  font-weight: 700;
  color: #683516;
}

.select2-container--default .select2-results__option--selected {
  background-color: #683516;
  color: #ffffff;
  font-size: 1.6rem;
}

.select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 0.1rem solid rgba(255, 255, 255, 0.25);
  border-radius: 0.8rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0rem 1.4rem;
  color: #572509;
  font-size: 1.6rem;
  font-weight: 700;
  color: #683516;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 0.8rem;
  border-color: #683516;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 37% !important;
  right: 1.3rem !important;
  height: 1.4rem !important;
  width: 1.4rem !important;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  width: 2rem;
  height: 2rem;
  color: #683516;
  font-size: 12px;
  font-weight: 700;
  transition: 0.4s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::after {
  transform: rotate(180deg);
}

.select2-search.select2-search--dropdown {
  display: none !important;
}

.select2-results__option {
  font-size: 1.6rem;
  padding: 0.5rem 1.2rem;
}

.select2-results {
  display: block;
  background-color: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}

.select2-container .select2-dropdown .select2-results ul {
  background: #ffffff;
  color: #572509;
  width: calc(100% + 0.1rem);
}

.select2-container .select2-selection--single .select2-selection__rendered div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.select2-results__option {
  background-color: #ffffff;
  padding: 1rem;
}

.select2-dropdown {
  z-index: 10;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}

.select2-result__image {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
}

.select2-results__option.select2-results__message {
  display: none;
}

.mirror {
  position: relative;
  overflow: hidden;
}
.mirror::after {
  content: "";
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: -50%;
  bottom: -50%;
  width: 1.25em;
  transform: translate3d(-2000%, 0, 0) rotate(35deg);
}
.mirror:hover::after {
  -webkit-animation: mirror 0.4s;
  animation: mirror 0.4s;
}

.sl-cus {
  position: relative;
}
.sl-cus.min {
  min-width: 120px;
}
.sl-cus.min:not(:first-child) {
  margin-left: 5px;
}
.sl-head {
  background-color: #F8F8F8;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
  cursor: pointer;
  border-radius: 6px;
}
.sl-head::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 13px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid #683516;
}
.sl-head::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 13px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #683516;
}
.sl-main {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sl-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  background-color: white;
  z-index: 10;
  display: none;
  overflow: hidden;
  border-radius: 0 0 6px 6px;
  max-height: 200px;
  overflow-y: auto;
}
.sl-item {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #000000;
  padding: 10px 15px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.sl-item:hover {
  background-color: #683516;
  color: white;
}

.header-nav .menu-nav {
  height: 100%;
}
.header-nav .menu-nav > .menu-list {
  height: 100%;
}
.header-nav .menu-nav > .menu-list > .menu-item {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  transition: 0.4s;
  position: relative;
}
.header-nav .menu-nav > .menu-list > .menu-item:not(:first-child) {
  margin-left: 1rem;
}
@media screen and (max-width: 1600px) {
  .header-nav .menu-nav > .menu-list > .menu-item:not(:first-child) {
    margin-left: 0;
  }
}
.header-nav .menu-nav > .menu-list > .menu-item::after, .header-nav .menu-nav > .menu-list > .menu-item::before {
  content: "]";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  color: #994F25;
  opacity: 0;
  transition: 0.4s;
}
.header-nav .menu-nav > .menu-list > .menu-item::after {
  right: 0;
  transform: translate(100%, -50%);
}
.header-nav .menu-nav > .menu-list > .menu-item::before {
  content: "[";
  left: 0;
  transform: translate(-100%, -50%);
}
@media screen and (min-width: 1201px) {
  .header-nav .menu-nav > .menu-list > .menu-item:hover::after {
    transform: translate(0%, -50%);
    opacity: 1;
  }
  .header-nav .menu-nav > .menu-list > .menu-item:hover::before {
    transform: translate(0%, -50%);
    opacity: 1;
  }
}
.header-nav .menu-nav > .menu-list > .menu-item:hover > .menu-link {
  color: #994F25;
}
.header-nav .menu-nav > .menu-list > .menu-item:hover .megas {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  pointer-events: visible;
}
.header-nav .menu-nav > .menu-list > .menu-item:hover .mega-overlay {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.header-nav .menu-nav > .menu-list > .menu-item > .menu-link {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #683516;
  transition: 0.4s;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 1600px) {
  .header-nav .menu-nav > .menu-list > .menu-item > .menu-link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1300px) {
  .header-nav .menu-nav > .menu-list > .menu-item > .menu-link {
    font-size: 1.2rem;
  }
}
.header-nav .menu-nav > .menu-list > .menu-item.current-menu-item::after {
  transform: translate(0%, -50%);
  opacity: 1;
}
.header-nav .menu-nav > .menu-list > .menu-item.current-menu-item::before {
  transform: translate(0%, -50%);
  opacity: 1;
}
.header-nav .menu-nav > .menu-list > .menu-item.current-menu-item > .menu-link {
  color: #994F25;
}
.header-nav .menu-nav > .menu-list > .menu-item > .menu-list {
  top: calc(100% + 0.5rem);
}
.header-nav .menu-nav > .menu-list > .menu-item > .menu-list::after {
  content: "";
  width: 100%;
  height: 0.5rem;
  bottom: 100%;
  left: 0;
  position: absolute;
}
.header-nav .menu-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.header-nav .menu-item {
  position: relative;
  transition: 0s ease-in-out;
}
.header-nav .menu-item.current-menu-ancestor > .menu-link {
  color: #994F25 !important;
}
.header-nav .menu-item .icon {
  margin-top: -0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.5rem;
}
.header-nav .menu-item .icon img {
  width: 1.6rem;
  height: 1.6rem;
}
@media screen and (min-width: 1201px) {
  .header-nav .menu-item:hover > .menu-list {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
}
.header-nav .menu-item:hover > .menu-list > .menu-item.current-menu-item > .menu-link {
  color: #994F25;
}
.header-nav .menu-item:hover > .menu-list > .menu-item.current-menu-item > .menu-link > i {
  color: #994F25;
}
.header-nav .menu-item > .menu-list > .menu-item.current-menu-item > .menu-link {
  color: #994F25;
}
.header-nav .menu-item > .menu-list > .menu-item.current-menu-item > .menu-link::before {
  width: 4rem;
}
.header-nav .menu-item .menu-link {
  transition: 0.3s;
}
.header-nav .menu-item .menu-link i {
  transition: 0.2s;
}
.header-nav .menu-item > .menu-link {
  color: #572509;
  font-weight: 600;
  display: block;
  font-size: 1.6rem;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
}
.header-nav .menu-item > .menu-link > i {
  display: none;
  font-weight: 600;
  margin-left: 0.4rem;
  font-size: 1rem;
  margin-top: 0rem;
}
.header-nav .menu-item.dropdown > a > i {
  display: inline-block;
}
.header-nav .menu-item > .menu-list {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 20rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 10px;
  border-top: none;
  border-radius: 0.4rem;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .header-nav .menu-item > .menu-list {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 5px);
  }
}
.header-nav .menu-item > .menu-list > .menu-item {
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .header-nav .menu-item > .menu-list > .menu-item:hover > .menu-link {
    color: #994F25;
  }
  .header-nav .menu-item > .menu-list > .menu-item:hover > .menu-link::after {
    opacity: 1;
    width: 5rem;
  }
  .header-nav .menu-item > .menu-list > .menu-item:hover > .menu-link::before {
    width: 4rem;
  }
}
.header-nav .menu-item > .menu-list > .menu-item > .menu-link {
  padding: 1rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-nav .menu-item > .menu-list > .menu-item > .menu-link > i {
  transform: rotate(-90deg) translate(5px, 0);
  margin-top: 0.8rem;
}
.header-nav .menu-item > .menu-list > .menu-item > .menu-list {
  left: calc(100% + 0.5rem);
}
.header-nav .menu-item > .menu-list > .menu-item > .menu-list::after {
  content: "";
  width: 0.5rem;
  height: 100%;
  bottom: 0;
  right: 100%;
  position: absolute;
}

.mobile-nav {
  padding-top: 4rem;
}
.mobile-nav .menu-nav > .menu-list > .menu-item.current-menu-item > a {
  color: #FFCB05;
}
.mobile-nav .menu-nav > .menu-list > .menu-item.current-menu-item > a::after {
  opacity: 1;
}
.mobile-nav .menu-nav > .menu-list > .menu-item > a {
  padding: 1.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .mobile-nav .menu-nav > .menu-list > .menu-item > a {
    justify-content: center;
  }
}
.mobile-nav .menu-nav > .menu-list > .menu-item > a::before {
  display: none;
}
.mobile-nav .menu-item {
  font-size: 1.6rem;
}
.mobile-nav .menu-item .menu-item {
  font-size: 0.9em;
}
.mobile-nav .menu-item .menu-item .menu-link {
  font-size: 1em;
}
.mobile-nav .menu-item.dropdown > a > i {
  display: flex;
}
.mobile-nav .menu-item.active > a {
  color: #FFCB05;
}
.mobile-nav .menu-item.active > a > i {
  transform: rotate(180deg);
}
.mobile-nav .menu-item a {
  position: relative;
}
.mobile-nav .menu-item a i {
  width: 2rem;
  height: 2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  display: none;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.mobile-nav .menu-item > a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 700;
  color: #FFCB05 !important;
}
@media screen and (max-width: 1200px) {
  .mobile-nav .menu-item > a {
    justify-content: center;
  }
}
@media screen and (max-width: 1200px) and (max-width: 600px) {
  .mobile-nav .menu-item > a > .menu-list > .menu-link {
    justify-content: center;
  }
}
.mobile-nav .menu-item > .menu-list {
  display: none;
  position: relative;
}
.mobile-nav .menu-item > .menu-list::before {
  content: "";
  position: absolute;
  top: 2rem;
  bottom: 2rem;
  left: 0;
  width: 1px;
  background-color: #FFCB05;
  display: none;
}
.mobile-nav .menu-item > .menu-list > .menu-item.current-menu-item > a {
  color: #FFCB05;
}

.mega {
  position: fixed;
  left: 50%;
  right: 0;
  width: 100%;
  min-height: 70vh;
  height: 70rem;
  max-width: 120rem;
  padding-top: 2rem;
  z-index: -1;
  top: 7.5rem;
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -100%);
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.mega.close {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -100%);
}
.mega-overlay {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  top: 2rem;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -100%);
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  z-index: -2;
  display: none;
}
.mega-side {
  min-height: inherit;
  background-color: #F5F5F5;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  overflow: hidden;
  border-radius: 0.8rem;
}
.mega-side .dsmall-item {
  margin-bottom: 0;
}
.mega-side-left {
  width: 25%;
  min-height: inherit;
  background-color: white;
  box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.05);
}
.mega-side-right {
  width: 75%;
  min-height: inherit;
}
.mega .container {
  min-height: inherit;
}
.mega-sidebar {
  height: 100%;
  padding: 4rem 2.4rem;
  min-height: inherit;
}
.mega-sidebar-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mega-sidebar-item:first-child a {
  padding-top: 0;
}
.mega-sidebar-item.active a {
  color: #FFCB05;
  font-weight: 500;
}
.mega-sidebar-item.current-menu-item a {
  color: #FFCB05;
  font-weight: 500;
}
.mega-sidebar-item:hover a {
  color: #FFCB05;
  font-weight: 500;
}
.mega-sidebar-item a {
  padding: 1.6rem 0;
  padding-right: 1.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #808080;
}
.mega-sidebar-item a i {
  font-weight: 400;
}
.mega-menu {
  padding: 4rem 0;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
  animation: megaAni 0.3s ease-in-out;
}
.mega-menu.open {
  display: block;
}
.mega-menu-col {
  width: 20%;
}
.mega-menu-title {
  color: #572509;
  font-weight: 500;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: calc(100% + 2.4rem);
}
.mega-menu-item:not(:last-child) {
  margin-bottom: 0.4rem;
}
.mega-menu-item:hover a {
  color: #FFCB05;
}
.mega-menu-item.current-menu-item a {
  color: #FFCB05;
}
.mega-menu-item a {
  color: #808080;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

@keyframes megaAni {
  0% {
    transform: translateY(10rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.mobile {
  position: fixed;
  z-index: -1 !important;
  top: var(--height);
  left: 0;
  bottom: 0;
  min-width: 50rem;
  width: 50rem;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transform: translateX(-110%);
}
@media screen and (max-width: 500px) {
  .mobile {
    width: 100%;
    min-width: initial;
  }
}
.mobile.sticky {
  top: var(--height) !important;
}
.mobile.open {
  transform: translateX(0);
}
.mobile .search-mona {
  padding: 0 1.5rem;
  margin: 1.6rem 0;
}
@media screen and (min-width: 1201px) {
  .mobile {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .mobile {
    width: 100%;
  }
}
.mobile-con {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  position: relative;
  background-color: white;
}
@media screen and (max-width: 1200px) {
  .mobile-con {
    background-color: transparent;
    backdrop-filter: blur(0.5rem);
    background-color: #994F25;
  }
}
.mobile-con::-webkit-scrollbar-thumb {
  background-color: #FFCB05;
  border-radius: 0;
}
.mobile-con::-webkit-scrollbar {
  background-color: #ffffff;
  border-radius: 0;
}
.mobile-heading {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #FFCB05;
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.mobile-overlay {
  position: fixed;
  z-index: -1 !important;
  top: var(--height);
  left: 0;
  bottom: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-110%);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-overlay.sticky {
  top: var(--height) !important;
}
.mobile-overlay.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media screen and (min-width: 1201px) {
  .mobile-overlay {
    display: none;
  }
}
.mobile-wr {
  padding-bottom: 6rem;
  position: relative;
}
.mobile-list {
  margin-bottom: 2rem;
}
.mobile-title {
  padding-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.mobile-content {
  padding: 2.4rem 1.4rem;
}
.mobile-content-social {
  padding-bottom: 1rem;
}
.mobile-content-social .list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1rem;
}
.mobile-content-social .list-it {
  width: 3rem;
  height: 3rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
}
.mobile-content-social .list-it img {
  width: inherit;
  height: inherit;
}
.mobile-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #ffffff;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
  padding-top: 3rem;
  color: #683516;
}
.mobile-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.mobile-mxh {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-mxh-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex: 1;
  height: 100%;
  background-color: #FFCB05;
  background-color: transparent;
  cursor: pointer;
}
.mobile-mxh-link:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-mxh-link .icon {
  color: #ffffff;
}
.mobile-text {
  font-size: 1.2rem;
  display: block;
  color: #683516;
  word-break: break-word;
  font-weight: 400;
}
.mobile-text:not(:last-child) {
  margin-bottom: 0.8rem;
}
.mobile-account {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.mobile-re {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.mobile-re-link {
  font-size: 1.4rem;
  color: #FFCB05;
  text-decoration: underline;
}
.mobile-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #FFCB05;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  background-color: white;
}
.mobile-close:hover .icon {
  transform: rotate(360deg);
}
.mobile-close .icon {
  transition: 0.6s ease-in-out;
  font-weight: 500;
  font-size: 1.8rem;
  color: #FFCB05;
}
.mobile-fl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.mobile-fl .fw-6 {
  margin-bottom: 0.8rem;
  margin-right: 0.5rem;
  display: inline;
  width: fit-content;
  font-size: 1.2rem;
  white-space: nowrap;
  color: #683516;
}
.mobile-fl .dot {
  display: none;
}
.mobile .header-lg {
  margin-left: 0;
  max-width: 20rem;
}
@media screen and (max-width: 350px) {
  .mobile .header-lg {
    display: block;
  }
}
.mobile .header-lg-it .arrow {
  margin-left: auto;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  visibility: hidden;
}
.popup.open {
  visibility: visible;
}
.popup.open .popup-overlay {
  opacity: 1;
  visibility: visible;
}
.popup.open .popup-main {
  opacity: 1;
  visibility: visible;
}
.popup-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.popup-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 90rem;
  max-height: 90vh;
  max-width: 95%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  position: relative;
  border-radius: 1.6rem;
  background-color: #ffffff;
}
.popup-main.med {
  width: 90rem;
}
.popup-main.small {
  width: 80rem;
}
.popup-over {
  overflow-y: auto;
  min-height: 40vh;
  max-height: 80vh;
}
.popup-wrapper {
  width: 100%;
  min-height: 40vh;
  position: relative;
  border-radius: 6px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.popup-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 1200px) {
  .popup-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .popup-title {
    font-size: 1.7rem;
  }
}
.popup-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  transition: 0.6s ease-in-out;
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #FFCB05;
  z-index: 100;
}
.popup-close:hover .icon {
  transform: rotate(360deg);
}
.popup-close .icon {
  color: #ffffff;
  font-weight: 300;
  font-size: 2.4rem;
  transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
@media screen and (max-width: 800px) {
  .popup-close .icon {
    font-size: 1.6rem;
  }
}
.popup-search {
  width: 100%;
  padding: 2rem 4rem 4rem 4rem;
}
.popup-search-box {
  width: 40rem;
}
.popup-search-input::before {
  content: "";
  background-image: url("../assets/images/search.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 20rem;
  height: 20rem;
  display: block;
  margin: auto;
  margin-bottom: 1rem;
}
.popup-search-input input {
  width: 100%;
  transition: 0.4s;
  padding: 1rem 1.6rem;
  border-radius: 100rem;
  border: 0.1rem solid #FFCB05;
}
.popup-search-input .btn, .popup-search-input .btn-four, .popup-search-input .btn-blue, .popup-search-input .btn-br, .popup-search-input .btn-white, .popup-search-input .btn-bd, .popup-search-input .btn-second, .popup-search-input .btn-pri {
  width: 100%;
  border-radius: 100rem;
  margin-top: 1rem;
  height: 4.4rem;
  justify-content: center;
}
.popup-update {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
}
.popup-update-box {
  width: 40rem;
}
.popup-update-top {
  height: 10rem;
  background-color: #FFCB05;
  width: 100%;
  border-radius: 6px 6px 0 0;
  flex-shrink: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.popup-update-top .icon {
  width: 7rem;
  height: 7rem;
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.popup-update-top .icon img {
  mix-blend-mode: multiply;
  width: inherit;
  height: inherit;
}
.popup-update-top .icon i {
  font-size: 4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.popup-update-bottom {
  background-color: #ffffff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 100%;
  border-radius: 0 0 6px 6px;
  padding: 1rem;
}
.popup-update-text {
  text-align: center;
  font-weight: 700;
}

.textAnimation {
  padding: 10rem 0;
}

.txt-ani {
  display: block;
}
.txt-ani.ani-opa .txt-ani-item > p .letter {
  opacity: 0;
}
.txt-ani.ani-up .txt-ani-item > p .letter {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 50%);
}
.txt-ani.ani-down .txt-ani-item > p .letter {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -50%);
}
.txt-ani.ani-left .txt-ani-item > p .letter {
  opacity: 0;
  visibility: hidden;
  transform: translate(-2rem, 0);
}
.txt-ani.ani-right .txt-ani-item > p .letter {
  opacity: 0;
  visibility: hidden;
  transform: translate(2rem, 0);
}
.txt-ani-item {
  display: inline-block;
}
.txt-ani-item > p {
  display: inline-flex;
}
.txt-ani-item > p > span {
  display: inline-block;
  overflow: hidden;
}
.txt-ani-item > p .letter {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  display: inline-block;
  pointer-events: none;
}
.txt-ani-item > p .letter.run {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(0, 0) !important;
}
.txt-ani.ani-none-hidden .txt-ani-item > p > span {
  overflow: visible !important;
}
.txt-ani.animated.ani-right .letter {
  animation: txtAnimatedRight 0.3s ease-in-out infinite;
  opacity: initial !important;
  visibility: initial !important;
  transform: initial !important;
}

@keyframes txtAnimatedRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.txt-ani-second {
  display: block;
  overflow: hidden;
}
.txt-ani-second.ani-up .txt-ani-second-item {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 50%);
}
.txt-ani-second.ani-down .txt-ani-second-item {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -50%);
}
.txt-ani-second.ani-left .txt-ani-second-item {
  opacity: 0;
  visibility: hidden;
  transform: translate(-100%, 0);
}
.txt-ani-second.ani-right .txt-ani-second-item {
  opacity: 0;
  visibility: hidden;
  transform: translate(100%, 0);
}
.txt-ani-second-item {
  display: inline-block;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}
.txt-ani-second-item.run {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(0, 0) !important;
}
.txt-ani-second.ani-none-hidden {
  overflow: initial;
}

.btnScroll {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  transform: translateX(-50%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #ffffff;
  width: 12rem;
  height: 5rem;
}
@media screen and (max-width: 650px) {
  .btnScroll {
    width: 7rem;
    height: 3rem;
  }
}
.btnScroll img {
  width: 3rem;
  height: 3rem;
  transform: translateY(1rem);
}
@media screen and (max-width: 650px) {
  .btnScroll img {
    transform: translateY(0.5rem);
    width: 2rem;
    height: 2rem;
  }
}

.bn-one {
  min-height: 31.25vw;
  background-color: #FFFAE6;
  --widthc: calc(var(--recont) + 8.8rem);
  position: relative;
}
.bn-one .tdec {
  font-size: 2.8rem;
}
@media only screen and (max-width: 1200px) {
  .bn-one .tdec {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .bn-one .tdec {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 1380px) {
  .bn-one {
    --widthc: 100% ;
  }
}
.bn-one-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: var(--widthc);
  margin-left: auto;
  min-height: inherit;
}
@media screen and (max-width: 430px) {
  .bn-one-flex {
    flex-direction: column;
    position: relative;
  }
}
.bn-one-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 4rem 0;
  position: relative;
  width: 38.4837962963vw;
  background-color: #FFCB05;
  clip-path: polygon(100% 0, 80% 50%, 100% 100%, 0 100%, 0 0);
  flex-shrink: 0;
  padding-right: 14%;
}
@media screen and (max-width: 1400px) {
  .bn-one-content {
    padding-left: 1.5rem;
    width: 50%;
  }
}
@media screen and (max-width: 670px) {
  .bn-one-content {
    width: 70%;
    clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 0);
  }
}
@media screen and (max-width: 430px) {
  .bn-one-content {
    width: 100%;
    background-color: #FFFAE6;
    clip-path: none;
    padding: 4rem 0;
    padding-bottom: 2rem;
    background-color: rgba(255, 248, 226, 0.8);
    position: relative;
    z-index: 2;
  }
  .bn-one-content::after {
    display: none;
  }
}
.bn-one-content::after {
  content: "";
  clip-path: polygon(100% 0, 78% 50%, 100% 100%, 0 100%, 0 0);
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FFFAE6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  right: 9%;
}
@media screen and (max-width: 670px) {
  .bn-one-content::after {
    clip-path: polygon(100% 0, 89% 50%, 100% 100%, 0 100%, 0 0);
    right: 5%;
  }
}
.bn-one-content .inner {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 430px) {
  .bn-one-content .inner {
    padding: 0 1.5rem;
  }
}
.bn-one-content .tdec {
  padding-right: 0%;
}
@media screen and (max-width: 670px) {
  .bn-one-content .tdec {
    font-size: 2.4rem;
    padding-left: 3rem;
    padding-right: 15%;
  }
}
@media only screen and (max-width: 670px) and (max-width: 1200px) {
  .bn-one-content .tdec {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 670px) and (max-width: 800px) {
  .bn-one-content .tdec {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 430px) {
  .bn-one-content .tdec {
    padding-right: 0;
    width: fit-content;
    margin: auto;
  }
}
.bn-one-content .breadcrumb {
  position: absolute;
  z-index: 2;
  bottom: 1rem;
}
@media screen and (max-width: 600px) {
  .bn-one-content .breadcrumb {
    bottom: 0;
  }
}
@media screen and (max-width: 430px) {
  .bn-one-content .breadcrumb {
    position: unset;
    margin-top: 1rem;
  }
  .bn-one-content .breadcrumb-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .bn-one-content .breadcrumb-link {
    font-size: 1.2rem !important;
  }
}
@media screen and (max-width: 430px) {
  .bn-one-content .bn-tt {
    text-align: center;
  }
}
.bn-one-img {
  flex-shrink: 0;
  width: calc(100% - 38.4837962963vw + 10vw);
  margin-left: -10vw;
  max-height: 31.25vw;
}
@media screen and (max-width: 1400px) {
  .bn-one-img {
    width: calc(50% + 10vw);
  }
}
@media screen and (max-width: 1200px) {
  .bn-one-img {
    max-height: unset;
  }
}
@media screen and (max-width: 670px) {
  .bn-one-img {
    margin-left: -15vw;
    width: calc(30% + 15vw);
  }
}
@media screen and (max-width: 430px) {
  .bn-one-img {
    width: 100%;
    margin-left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
}
.bn-one-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bn-one.is-inview .tdec .char {
  transform: translateX(0);
  opacity: 1;
}
.bn-one.is-inview .bn-tt .char {
  transform: translateX(0);
  opacity: 1;
}
.bn-two {
  min-height: 31.25vw;
  background-color: #FFFAE6;
  --widthc: calc(var(--recont) + 8.8rem);
  --clip: polygon(0 0, calc(100% - 25rem) 0, 100% 100%, 0% 100%);
  position: relative;
}
.bn-two .tdec {
  font-size: 2.8rem;
}
@media only screen and (max-width: 1200px) {
  .bn-two .tdec {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .bn-two .tdec {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 1380px) {
  .bn-two {
    --widthc: 100% ;
  }
}
@media screen and (max-width: 1300px) {
  .bn-two {
    --clip: polygon(0 0, calc(100% - 20rem) 0, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 1200px) {
  .bn-two {
    min-height: 36rem;
  }
}
@media screen and (max-width: 1000px) {
  .bn-two {
    --clip: polygon(0 0, calc(100% - 10rem) 0, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 600px) {
  .bn-two {
    --clip: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    min-height: 0;
    background-color: rgba(255, 248, 226, 0.8);
  }
}
.bn-two-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: var(--widthc);
  margin-left: auto;
  min-height: inherit;
}
@media screen and (max-width: 600px) {
  .bn-two-flex {
    width: 100%;
    flex-direction: column-reverse;
  }
}
.bn-two-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 43.4027777778vw;
  flex-shrink: 0;
}
@media screen and (max-width: 1600px) {
  .bn-two-content {
    width: 52.0833333333vw;
  }
}
@media screen and (max-width: 1400px) {
  .bn-two-content {
    width: 60%;
  }
}
@media screen and (max-width: 670px) {
  .bn-two-content {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .bn-two-content {
    width: 100%;
    clip-path: none;
    padding: 4rem 1.5rem;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: unset;
  }
}
.bn-two-content .inner {
  position: relative;
  z-index: 5;
  padding: 4rem 0;
  width: 70%;
}
@media screen and (max-width: 1400px) {
  .bn-two-content .inner {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .bn-two-content .inner {
    width: 100%;
    padding-left: 0;
  }
}
.bn-two-content .tdec {
  padding-right: 25%;
}
@media screen and (max-width: 810px) {
  .bn-two-content .tdec {
    font-size: 2rem;
    padding-left: 3rem;
    padding-right: 15%;
  }
}
@media only screen and (max-width: 810px) and (max-width: 1200px) {
  .bn-two-content .tdec {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 810px) and (max-width: 800px) {
  .bn-two-content .tdec {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1210px) {
  .bn-two-content .bn-tt {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 1210px) and (max-width: 1200px) {
  .bn-two-content .bn-tt {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 1210px) and (max-width: 800px) {
  .bn-two-content .bn-tt {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 810px) {
  .bn-two-content .bn-tt {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 810px) and (max-width: 1200px) {
  .bn-two-content .bn-tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 810px) and (max-width: 800px) {
  .bn-two-content .bn-tt {
    font-size: 2.4rem;
  }
}
.bn-two-content .breadcrumb {
  position: absolute;
  z-index: 2;
  bottom: 1rem;
}
@media screen and (max-width: 1400px) {
  .bn-two-content .breadcrumb {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .bn-two-content .breadcrumb {
    position: unset;
    margin-top: 1rem;
  }
  .bn-two-content .breadcrumb-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .bn-two-content .bn-tt {
    text-align: center;
  }
}
.bn-two-content .hexagon {
  width: 40rem;
  position: absolute;
  right: -8%;
  bottom: 5rem;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .bn-two-content .hexagon {
    width: 30rem;
    right: -5%;
  }
}
@media screen and (max-width: 1400px) {
  .bn-two-content .hexagon {
    right: -0.9%;
    width: 26rem;
  }
}
@media screen and (max-width: 1000px) {
  .bn-two-content .hexagon {
    width: 20rem;
    right: -5%;
  }
}
@media screen and (max-width: 600px) {
  .bn-two-content .hexagon {
    right: 0;
    position: unset;
    display: none;
  }
}
.bn-two-content .hexagon-inner {
  padding-top: 90%;
  position: relative;
  clip-path: var(--hexs);
  background-color: #994F25;
}
.bn-two-content .hexagon-inner .img {
  top: 4%;
  left: 4%;
  right: 4%;
  bottom: 4%;
  position: absolute;
  clip-path: var(--hexs);
}
.bn-two-content .hexagon-inner .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bn-two-yel {
  clip-path: var(--clip);
  background-color: #FFFAE6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 600px) {
  .bn-two-yel {
    position: unset;
    width: 100%;
    clip-path: none;
    background-color: transparent;
  }
}
.bn-two-yel::after {
  content: "";
  height: calc(100% - 5rem - 37rem);
  width: 100%;
  background-color: #FFCB05;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1600px) {
  .bn-two-yel::after {
    height: calc(100% - 5rem - 28rem);
  }
}
@media screen and (max-width: 1400px) {
  .bn-two-yel::after {
    height: calc(100% - 5rem - 24.5rem);
  }
}
@media screen and (max-width: 1000px) {
  .bn-two-yel::after {
    height: calc(100% - 5rem - 19rem);
  }
}
@media screen and (max-width: 600px) {
  .bn-two-yel::after {
    position: unset;
    display: none;
  }
}
.bn-two-yel::before {
  content: "";
  height: 4rem;
  width: 100%;
  background-color: #FFCB05;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 600px) {
  .bn-two-yel::before {
    display: none;
  }
}
.bn-two-brown {
  clip-path: var(--clip);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  right: 7%;
  position: absolute;
  background-color: #FFFAE6;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .bn-two-brown {
    right: 4%;
  }
}
@media screen and (max-width: 600px) {
  .bn-two-brown {
    position: unset;
    clip-path: none;
    background-color: transparent;
  }
}
.bn-two-brown::after {
  content: "";
  height: calc(100% - 5rem - 40rem);
  width: 100%;
  background-color: #994F25;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1600px) {
  .bn-two-brown::after {
    height: calc(100% - 5rem - 32rem);
  }
}
@media screen and (max-width: 1400px) {
  .bn-two-brown::after {
    height: calc(100% - 5rem - 28rem);
  }
}
@media screen and (max-width: 1000px) {
  .bn-two-brown::after {
    height: calc(100% - 5rem - 22rem);
  }
}
@media screen and (max-width: 600px) {
  .bn-two-brown::after {
    display: none;
  }
}
.bn-two-brown::before {
  content: "";
  height: 4rem;
  width: 100%;
  background-color: #FFCB05;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 600px) {
  .bn-two-brown::before {
    display: none;
  }
}
.bn-two-inner {
  clip-path: var(--clip);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  right: 7%;
  position: absolute;
  background-color: #FFFAE6;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  z-index: 3;
}
@media screen and (max-width: 1000px) {
  .bn-two-inner {
    right: 4%;
  }
}
@media screen and (max-width: 600px) {
  .bn-two-inner {
    position: unset;
    flex-direction: column;
    clip-path: none;
    background-color: transparent;
  }
  .bn-two-inner .inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
}
.bn-two-img {
  flex-shrink: 0;
  width: calc(100% - 43.4027777778vw + 20vw);
  margin-left: -20vw;
  max-height: 31.25vw;
}
@media screen and (max-width: 1600px) {
  .bn-two-img {
    width: calc(100% - 52.0833333333vw + 20vw);
  }
}
@media screen and (max-width: 1400px) {
  .bn-two-img {
    width: calc(40% + 20vw);
    margin-left: -20vw;
  }
}
@media screen and (max-width: 1200px) {
  .bn-two-img {
    max-height: unset;
  }
}
@media screen and (max-width: 670px) {
  .bn-two-img {
    margin-left: -15vw;
    width: calc(30% + 15vw);
  }
}
@media screen and (max-width: 600px) {
  .bn-two-img {
    width: 100%;
    height: 100%;
    margin-left: 0;
    position: absolute;
    z-index: -1;
  }
}
.bn-two-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bn-two.is-inview .tdec .char {
  transform: translateX(0);
  opacity: 1;
}
.bn-two.is-inview .bn-tt .char {
  transform: translateX(0);
  opacity: 1;
}
.bn-home {
  position: relative;
}
.bn-home-progress {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  position: absolute;
  left: 5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .bn-home-progress {
    left: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .bn-home-progress {
    flex-direction: row;
    left: 50%;
    top: unset;
    bottom: 5rem;
    transform: translateX(-50%);
  }
}
.bn-home-progress .num {
  color: #FFCB05;
  font-weight: 500;
}
.bn-home-progress .progress {
  height: 15rem;
  width: 0.2rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  border-radius: 10rem;
  margin: 1rem 0;
}
.bn-home-progress .progress::after {
  content: "";
  height: var(--progress);
  width: 100%;
  background-color: #FFCB05;
  position: absolute;
  top: 0;
  transition: 0.4s;
}
@media screen and (max-width: 600px) {
  .bn-home-progress .progress {
    width: 15rem;
    height: 0.2rem;
    margin: 0 1rem;
  }
  .bn-home-progress .progress::after {
    width: var(--progress);
    height: 100%;
  }
}
.bn-home .bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.bn-home .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bn-home .inner {
  padding: 18rem 0 30rem 0;
  min-height: 46.2962962963vw;
}
@media screen and (max-width: 1200px) {
  .bn-home .inner {
    padding: 9rem 0 25rem 0;
  }
}
@media screen and (max-width: 600px) {
  .bn-home .inner {
    padding: 4rem 0 25rem 0;
  }
}
@media screen and (max-width: 400px) {
  .bn-home .inner {
    padding: 4rem 0 20rem 0;
  }
}
.bn-home-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  position: relative;
}
.bn-home-content .tt {
  position: relative;
  z-index: 2;
}
.bn-home-content .tt-text {
  font-size: 6.5vw;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #FFCB05;
  line-height: 1;
  z-index: 2;
}
.bn-home-content .tt-text .word {
  overflow: hidden;
}
.bn-home-content .tt-text .char {
  transition: 0.8s calc(var(--char-index) * 0.02s) ease-in-out;
  -webkit-transition: 0.8s calc(var(--char-index) * 0.02s) ease-in-out;
  -moz-transition: 0.8s calc(var(--char-index) * 0.02s) ease-in-out;
  -o-transition: 0.8s calc(var(--char-index) * 0.02s) ease-in-out;
  opacity: 0;
  transform: translateY(100%);
}
.bn-home-content .tt-hex {
  position: absolute;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: -1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.bn-home-content .tt-hex::after {
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("../assets/images/play-outter.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 100% 100%;
  position: absolute;
  animation: homes 3s linear infinite;
}
.bn-home-content .tt-hex::before {
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("../assets/images/play-outter.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 100% 100%;
  position: absolute;
  animation: homes 3s linear infinite 0.5s;
}
.bn-home-content .tt-hex-inner {
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/play-outter.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 100% 100%;
  position: absolute;
  animation: homes 3s linear infinite 1s;
}
.bn-home-content .desc {
  text-align: center;
  font-size: 3.6rem;
  color: #ffffff;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .bn-home-content .desc {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .bn-home-content .desc {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 600px) {
  .bn-home-content .desc br {
    display: none;
  }
}
.bn-home-content .desc .char {
  transition: 0.06s calc(var(--char-index) * 0.02s) ease-in-out;
  -webkit-transition: 0.06s calc(var(--char-index) * 0.02s) ease-in-out;
  -moz-transition: 0.06s calc(var(--char-index) * 0.02s) ease-in-out;
  -o-transition: 0.06s calc(var(--char-index) * 0.02s) ease-in-out;
  opacity: 0;
}
.bn-home-content .btnbox {
  margin-top: 3rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.bn-home-content .btnbox .btns-yel {
  transform: translateY(2rem);
  transition: 0.8s;
  opacity: 0;
}
.bn-home-content .btnbox .btns-yel .txt-inner {
  font-weight: 400;
}
.bn-home-content .btnbox .btns-bd {
  position: relative;
  min-width: 17.8rem;
  transform: translateY(2rem);
  transition: 0.8s;
  opacity: 0;
}
.bn-home-content .btnbox .btns-bd .bg {
  background-image: url("../../wp-content/uploads/border.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}
.bn-home-content .btnbox .btns-bd .txt {
  background-color: transparent;
  min-width: 17.8rem;
}
.bn-home-content .btnbox .btns-bd .txt-inner {
  background-color: transparent;
  color: #FFCB05;
  font-weight: 400;
  min-width: 17.6rem;
}
@media (hover: hover) {
  .bn-home-content .btnbox .btns-bd:hover .txt {
    padding: 0;
  }
  .bn-home-content .btnbox .btns-bd:hover .txt-inner {
    background-color: #FFCB05;
    color: #572509;
  }
}
.bn-home-main .swiper-slide {
  height: auto !important;
}
.bn-home-main .swiper-slide-active .bn-home-content .tt-text .char {
  transform: translateY(0);
  opacity: 1;
}
.bn-home-main .swiper-slide-active .bn-home-content .desc .char {
  opacity: 1;
  transform: translateX(0);
}
.bn-home-main .swiper-slide-active .bn-home-content .btnbox .btns-yel {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.5s;
}
.bn-home-main .swiper-slide-active .bn-home-content .btnbox .btns-bd {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.8s;
}
.bn-home-thumb {
  position: absolute;
  bottom: 15rem;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  opacity: 0;
  width: 53rem;
  transition: 0.5s;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .bn-home-thumb {
    bottom: 10rem;
  }
}
@media screen and (max-width: 800px) {
  .bn-home-thumb {
    width: 40rem;
    max-width: calc(100% - 3rem);
  }
}
.bn-home-thumb .swiper-slide {
  transform: scale(0.9);
  transition: 0.4s;
  border: 0.2rem solid transparent;
  position: relative;
  cursor: pointer;
}
.bn-home-thumb .swiper-slide::after {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.4s;
}
.bn-home-thumb .swiper-slide-thumb-active {
  border-color: #FFCB05;
  transform: scale(1);
}
.bn-home-thumb .swiper-slide-thumb-active::after {
  opacity: 0;
}
.bn-home-thumb-it {
  display: block;
  padding-top: calc((106 / 160) * 100%);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.bn-home-thumb-it img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bn-home.is-inview .bn-home-thumb {
  transform: translate(-50%, 0);
  opacity: 1;
  transition-delay: 0.5s;
}

.breadcrumb-white .breadcrumb-item::before {
  color: #683516 !important;
}
@media (hover: hover) {
  .breadcrumb-white .breadcrumb-item:hover .breadcrumb-link {
    color: #ffffff;
  }
}
.breadcrumb-white .breadcrumb-item .breadcrumb-link {
  color: rgba(255, 255, 255, 0.95);
}
.breadcrumb-white .breadcrumb-item:last-child .breadcrumb-link {
  color: #ffffff;
  opacity: 1;
}

.breadcrumb {
  border-radius: 0.4rem;
  padding: 1rem 0;
}
.breadcrumb-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  max-width: 100%;
  min-width: 30rem;
}
.breadcrumb-list::-webkit-scrollbar {
  height: 0;
}
.breadcrumb-item {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.breadcrumb-item:first-child::before {
  display: none;
}
.breadcrumb-item:last-child .breadcrumb-link {
  color: #683516;
  pointer-events: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 30rem;
  white-space: unset;
  font-weight: 700;
}
.breadcrumb-item:last-child::before {
  color: #683516;
}
.breadcrumb-item::before {
  content: "\f324";
  font-family: "Font Awesome 6 Pro";
  margin-right: 1rem;
  margin-left: 1rem;
  font-size: 1.2rem;
  flex-shrink: 0;
  font-weight: 900;
}
.breadcrumb-item .breadcrumb-link {
  color: #683516;
  font-size: 1.4rem;
  transition: 0.4s;
  white-space: nowrap;
  font-weight: 500;
}
@media (hover: hover) {
  .breadcrumb-item .breadcrumb-link:hover {
    color: #994F25;
  }
}

.btn, .btn-four, .btn-blue, .btn-br, .btn-white, .btn-bd, .btn-second, .btn-pri {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 0.8rem 1.6rem;
  padding-right: 1.6rem;
  flex-shrink: 0;
  border-radius: 100rem;
  border-radius: 0 1.6rem 0 1.6rem;
  height: 4rem;
  width: max-content;
  overflow: hidden;
}
.btn img, .btn-four img, .btn-blue img, .btn-br img, .btn-white img, .btn-bd img, .btn-second img, .btn-pri img {
  position: relative;
  z-index: 3;
}
.btn .icon, .btn-four .icon, .btn-blue .icon, .btn-br .icon, .btn-white .icon, .btn-bd .icon, .btn-second .icon, .btn-pri .icon {
  width: 3.6rem;
  height: 3.6rem;
  background-color: #ffffff;
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border: 0.4rem solid #ffffff;
  margin-right: 1.2rem;
  transition: 0.4s;
  z-index: 4;
  flex-shrink: 0;
  background: radial-gradient(152.35% 152.35% at 121.98% -72.85%, #3A4A92 0%, #3F4E94 2%, #828CBA 29%, #B8BDD7 53%, #DEE1ED 73%, #F6F7FA 90%, #FFFFFF 100%);
}
.btn .icon img, .btn-four .icon img, .btn-blue .icon img, .btn-br .icon img, .btn-white .icon img, .btn-bd .icon img, .btn-second .icon img, .btn-pri .icon img {
  width: 1.6rem;
  height: 1.6rem;
}
.btn.center, .center.btn-four, .center.btn-blue, .center.btn-br, .center.btn-white, .center.btn-bd, .center.btn-second, .center.btn-pri {
  margin: auto;
  margin-top: 2rem;
}
.btn .txt, .btn-four .txt, .btn-blue .txt, .btn-br .txt, .btn-white .txt, .btn-bd .txt, .btn-second .txt, .btn-pri .txt {
  color: #ffffff;
  line-height: 1;
  z-index: 3;
  margin-top: 0rem;
  font-size: 1.6rem;
  position: relative;
  display: block !important;
  white-space: nowrap;
}
.btn::after, .btn-four::after, .btn-blue::after, .btn-br::after, .btn-white::after, .btn-bd::after, .btn-second::after, .btn-pri::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 110%;
  top: 0;
  left: 0;
  z-index: 2;
  transform: scaleX(0);
  transform-origin: center right;
  transition: transform 0.5s ease;
}
@media screen and (min-width: 1201px) and (hover: hover) {
  .btn:hover::after, .btn-four:hover::after, .btn-blue:hover::after, .btn-br:hover::after, .btn-white:hover::after, .btn-bd:hover::after, .btn-second:hover::after, .btn-pri:hover::after {
    transform: scale(1);
    transform-origin: center left;
  }
}
.btn-pri {
  background-color: #FFCB05;
  border: 0.1rem solid #FFCB05;
}
.btn-pri::after {
  background-color: #ffffff;
}
@media (hover: hover) {
  .btn-pri:hover .icon {
    box-shadow: 0rem 0rem 1.5rem rgba(58, 74, 146, 0.2);
  }
  .btn-pri:hover .txt {
    color: #FFCB05;
  }
}
.btn-second {
  background-color: #683516;
  border: 0.1rem solid #683516;
  transition: 0.4s;
}
.btn-second .icon {
  box-shadow: 0rem 0rem 1.5rem rgba(58, 74, 146, 0.2);
}
.btn-second .txt {
  color: #ffffff;
  font-weight: 700;
}
.btn-second::after {
  background-color: #ffffff;
}
@media (hover: hover) {
  .btn-second:hover .txt {
    color: #683516;
  }
}
.btn-bd {
  background-color: #ffffff;
  border: 0.1rem solid #683516;
  transition: 0.4s;
}
.btn-bd .icon {
  box-shadow: 0rem 0rem 1.5rem rgba(58, 74, 146, 0.2);
}
.btn-bd .txt {
  color: #683516;
  font-weight: 700;
}
.btn-bd::after {
  background-color: #683516;
}
@media (hover: hover) {
  .btn-bd:hover .txt {
    color: #ffffff;
  }
}
.btn-white {
  background-color: #ffffff;
  border: 0.1rem solid #ffffff;
  transition: 0.4s;
}
.btn-white .icon {
  box-shadow: 0rem 0rem 1.5rem rgba(58, 74, 146, 0.2);
}
.btn-white .txt {
  color: #683516;
  font-weight: 700;
}
.btn-white::after {
  background-color: #683516;
}
@media (hover: hover) {
  .btn-white:hover .txt {
    color: #ffffff;
  }
}
.btn-br {
  background-color: #ffffff;
  border: 0.1rem solid #683516;
  transition: 0.4s;
  border-radius: 0.8rem;
}
.btn-br .icon {
  box-shadow: 0rem 0rem 1.5rem rgba(58, 74, 146, 0.2);
}
.btn-br .txt {
  color: #683516;
  font-weight: 700;
}
.btn-br::after {
  background-color: #683516;
}
@media (hover: hover) {
  .btn-br:hover .txt {
    color: #ffffff;
  }
}
.btn-blue {
  background-color: #FFCB05;
  border: 0.1rem solid #FFCB05;
  padding: 1rem 1.8rem;
}
.btn-blue .txt {
  color: #ffffff;
}
.btn-blue::after {
  background-color: #FFFAE6;
}
@media (hover: hover) {
  .btn-blue:hover .txt {
    color: #FFCB05;
  }
}
.btn-four {
  background-color: #FFFAE6;
  padding: 1rem 1.8rem;
}
.btn-four .txt {
  color: #FFCB05;
}
.btn-four::after {
  background-color: #FFCB05;
}
@media (hover: hover) {
  .btn-four:hover .txt {
    color: #ffffff;
  }
}
.btn-prev, .btn-next {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100rem;
  flex-shrink: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #ffffff;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  transition: 0.4s;
  cursor: pointer;
}
.btn-prev i, .btn-next i {
  transition: 0.4s;
  font-size: 1rem;
  font-weight: 500;
  color: #572509;
}
.btn-prev.current, .btn-next.current {
  background-color: #FFCB05;
}
.btn-prev.current i, .btn-next.current i {
  color: #ffffff;
}
.btn-prev.swiper-button-disabled, .btn-next.swiper-button-disabled {
  background-color: #ffffff;
}
.btn-prev.swiper-button-disabled i, .btn-next.swiper-button-disabled i {
  color: #572509;
}
@media (hover: hover) {
  .btn-prev:hover, .btn-next:hover {
    background-color: #FFCB05;
  }
  .btn-prev:hover i, .btn-next:hover i {
    color: #ffffff;
  }
}

.load-btn {
  width: fit-content;
  margin-top: 2.4rem;
  cursor: pointer;
}
.load-btn .text {
  color: #572509;
}
.load-btn i {
  font-size: 1.4rem;
  transition: 0.4s;
  color: #572509;
}
.load-btn.active i {
  transform: rotate(180deg);
}

.btns, .btns-brown, .btns-yel, .btns-bd {
  height: 4.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  width: fit-content;
  cursor: pointer;
}
.btns .txt, .btns-brown .txt, .btns-yel .txt, .btns-bd .txt {
  --corner: 2rem;
  height: 100%;
  transition: 0.4s;
  position: relative;
  z-index: 2;
  background-color: #683516;
  padding: 0.1rem;
  clip-path: polygon(var(--corner) 0, calc(100% - var(--corner)) 0, 100% 50%, calc(100% - var(--corner)) 100%, var(--corner) 100%, 0% 50%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.btns .txt-inner, .btns-brown .txt-inner, .btns-yel .txt-inner, .btns-bd .txt-inner {
  white-space: nowrap;
  clip-path: polygon(var(--corner) 0, calc(100% - var(--corner)) 0, 100% 50%, calc(100% - var(--corner)) 100%, var(--corner) 100%, 0% 50%);
  background-color: #ffffff;
  padding: 0 4rem;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.4s;
}
.btns .txt-inner .icon, .btns-brown .txt-inner .icon, .btns-yel .txt-inner .icon, .btns-bd .txt-inner .icon {
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
}
.btns-bd .txt {
  color: #683516;
  font-weight: 600;
}
@media (hover: hover) {
  .btns-bd:hover .txt {
    background-color: #FFCB05;
  }
  .btns-bd:hover .txt-inner {
    background-color: #FFCB05;
  }
}
.btns-yel .txt {
  background-color: #FFCB05;
  color: #683516;
  font-weight: 600;
}
.btns-yel .txt-inner {
  background-color: #FFCB05;
}
@media (hover: hover) {
  .btns-yel:hover .txt {
    background-color: #683516;
  }
  .btns-yel:hover .txt-inner {
    background-color: #683516;
    color: #ffffff;
  }
}
.btns-brown .txt {
  background: linear-gradient(to right, #572509, rgba(87, 38, 9, 0.6823529412));
  color: #ffffff;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.btns-brown .txt::after {
  content: "";
  height: 100%;
  width: 100%;
  transition: 1s;
  background-color: #994F25;
  position: absolute;
  transform: scaleX(0);
  transform-origin: center right;
  transition: transform 0.5s ease;
}
.btns-brown .txt-inner {
  z-index: 2;
  background-color: transparent;
}
@media (hover: hover) {
  .btns-brown:hover .txt::after {
    transform: scale(1);
    transform-origin: center left;
  }
  .btns-brown:hover .txt-inner {
    color: #ffffff;
  }
}

.input {
  font-family: "Noto Sans", sans-serif;
  width: 100%;
}
.input-area {
  height: auto;
}

.f-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -5px;
  margin-bottom: -10px;
}
.f-item {
  padding: 0 5px;
  margin-bottom: 10px;
}
.f-item-2 {
  width: 50%;
}
@media screen and (max-width: 500px) {
  .f-item-2 {
    width: 100%;
  }
}
.f-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .f-item-3 {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .f-item-3 {
    width: 100%;
  }
}
.f-item-4 {
  width: 25%;
}

.re-label {
  color: #000000;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}
.re-input {
  padding: 16px;
  width: 100%;
  font-family: "Noto Sans", sans-serif;
  border: none;
  outline: none;
}

.page-numbers {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
}
.page-numbers.f-start {
  justify-content: flex-start;
}
@media screen and (max-width: 500px) {
  .page-numbers.f-start {
    justify-content: center;
  }
}
.page-numbers.f-end {
  justify-content: flex-end;
}
.page-numbers > li:not(:first-child) {
  margin-left: 8px;
}
.page-numbers > li > .page-numbers {
  color: #572509;
  width: 4rem;
  height: 4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  transition: 0.1s ease-in;
  font-size: 1.6rem;
  font-weight: 500;
  border: 0.1rem solid #683516;
}
@media screen and (max-width: 500px) {
  .page-numbers > li > .page-numbers {
    width: 3rem;
    height: 3rem;
    font-size: 1.2rem;
  }
}
.page-numbers > li > .page-numbers.prev, .page-numbers > li > .page-numbers.next {
  background-color: #FFCB05;
  border-color: transparent;
}
.page-numbers > li > .page-numbers.prev i, .page-numbers > li > .page-numbers.next i {
  color: #683516;
}
@media screen and (min-width: 1201px) {
  .page-numbers > li > .page-numbers:hover {
    color: #ffffff;
    background-color: #FFCB05;
    border-color: transparent;
  }
  .page-numbers > li > .page-numbers:hover.prev, .page-numbers > li > .page-numbers:hover.next {
    color: #ffffff;
    background-color: #FFCB05;
    transform: translateY(0rem);
  }
  .page-numbers > li > .page-numbers:hover.prev img, .page-numbers > li > .page-numbers:hover.next img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(314deg) brightness(104%) contrast(101%);
  }
}
.page-numbers > li > .page-numbers.current {
  pointer-events: none;
  color: #683516;
  background: rgba(153, 79, 37, 0.1);
}
.page-numbers > li > .page-numbers.current.prev, .page-numbers > li > .page-numbers.current.next {
  color: #683516;
  background-color: #FFCB05;
}
.page-numbers > li > .page-numbers.current.prev img, .page-numbers > li > .page-numbers.current.next img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(314deg) brightness(104%) contrast(101%);
}
.page-numbers > li > .page-numbers.dot {
  pointer-events: none;
}
.page-numbers > li > .page-numbers .icon {
  font-weight: 400;
}

.pro-list {
  margin-bottom: -30px;
}
.pro-item {
  margin-bottom: 30px;
}
.pro-item-2 {
  width: 50%;
}
.pro-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 500px) {
  .pro-item-3 {
    width: 50%;
  }
}
.pro-item-4 {
  width: 25%;
}
@media screen and (max-width: 500px) {
  .pro-item-4 {
    width: 50%;
  }
}
.pro-item-5 {
  width: 20%;
}
@media screen and (max-width: 500px) {
  .pro-item-5 {
    width: 50%;
  }
}

.prose-list {
  margin-bottom: -30px;
}
.prose-item {
  margin-bottom: 30px;
}
.prose-item-2 {
  width: 50%;
}
.prose-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 500px) {
  .prose-item-3 {
    width: 50%;
  }
}
.prose-item-4 {
  width: 25%;
}
@media screen and (max-width: 500px) {
  .prose-item-4 {
    width: 50%;
  }
}
.prose-item-5 {
  width: 20%;
}
@media screen and (max-width: 500px) {
  .prose-item-5 {
    width: 50%;
  }
}

.proth-list {
  margin-bottom: -30px;
}
.proth-item {
  margin-bottom: 30px;
}
.proth-item-2 {
  width: 50%;
}
.proth-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 500px) {
  .proth-item-3 {
    width: 50%;
  }
}
.proth-item-4 {
  width: 25%;
}
@media screen and (max-width: 500px) {
  .proth-item-4 {
    width: 50%;
  }
}
.proth-item-5 {
  width: 20%;
}
@media screen and (max-width: 500px) {
  .proth-item-5 {
    width: 50%;
  }
}

.search-mona {
  position: relative;
  width: 100%;
}

.search-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
  position: relative;
}
.search-input {
  font-family: "Noto Sans", sans-serif;
  outline: none;
  border-radius: 0.4rem;
  border: 1px solid transparent;
  font-size: 1.4rem;
  color: #572509;
  flex: 1;
  height: 4rem;
  padding: 1.2rem 0;
  padding-bottom: 1.4rem;
  background-color: #FFCB05;
  padding-left: 1.6rem;
  transition: 0.4s;
  line-height: 1;
  min-width: unset;
  width: 100%;
}
.search-input::placeholder {
  color: #8C8C8C;
}
.search-input:focus {
  border: 1px solid #683516;
}
.search-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.4rem;
  border-radius: 0.8rem;
  cursor: pointer;
  display: block;
  transition: 0.4s ease-in-out;
  flex-shrink: 0;
}
.search-btn:hover {
  background-color: #683516;
}
.search-btn .icon {
  width: 16px;
  height: 16px;
  margin-top: 0.2rem;
}

.t-title {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 600;
  color: #FFCB05;
}
@media only screen and (max-width: 1200px) {
  .t-title {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title {
    font-size: 2.7rem;
  }
}
.t-title.white {
  color: white;
}
.t-title.m-nor {
  margin-bottom: 24px;
}

.t-title-second {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 600;
  color: #FFCB05;
}
@media only screen and (max-width: 1200px) {
  .t-title-second {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title-second {
    font-size: 1.7rem;
  }
}
.t-title-second.m-nor {
  margin-bottom: 24px;
}
.t-center {
  text-align: center;
}

.fw-1 {
  font-weight: 100;
}

.fw-2 {
  font-weight: 200;
}

.fw-3 {
  font-weight: 300;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.fw-b {
  font-weight: bold;
}

.fsi {
  font-style: italic;
}

.t-up {
  text-transform: uppercase;
}

.t9 {
  font-size: 0.9rem;
}

.t11 {
  font-size: 1.1rem;
}

.t12 {
  font-size: 1.2rem;
}

.t14 {
  font-size: 1.4rem;
}

.t16 {
  font-size: 1.6rem;
}

.t18 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .t18 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .t18 {
    font-size: 1.5rem;
  }
}

.t24 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .t24 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .t24 {
    font-size: 1.7rem;
  }
}

.t32 {
  font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .t32 {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .t32 {
    font-size: 2.2rem;
  }
}

.t40 {
  font-size: 4rem;
}
@media only screen and (max-width: 1200px) {
  .t40 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .t40 {
    font-size: 2.7rem;
  }
}

.t48 {
  font-size: 4.8rem;
}
@media only screen and (max-width: 1200px) {
  .t48 {
    font-size: 4.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .t48 {
    font-size: 3.3rem;
  }
}

.t56 {
  font-size: 5.6rem;
}
@media only screen and (max-width: 1200px) {
  .t56 {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .t56 {
    font-size: 4rem;
  }
}

.t64 {
  font-size: 6.4rem;
}
@media only screen and (max-width: 1200px) {
  .t64 {
    font-size: 3.9rem;
  }
}
@media only screen and (max-width: 800px) {
  .t64 {
    font-size: 2.9rem;
  }
}

.t72 {
  font-size: 7.2rem;
}
@media only screen and (max-width: 1200px) {
  .t72 {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 800px) {
  .t72 {
    font-size: 4rem;
  }
}

.c-pri {
  color: #FFCB05;
}

.c-second {
  color: #683516;
}

.c-third {
  color: #D85911;
}

.c-four {
  color: #FFFAE6;
}

.c-five {
  color: #994F25;
}

.c-white {
  color: white;
}

.c-black {
  color: #000000;
}

.bc-pri {
  background-color: #FFCB05;
}

.bc-second {
  background-color: #683516;
}

.bc-third {
  background-color: #D85911;
}

.bc-four {
  background-color: #FFFAE6;
}

.bc-five {
  background-color: #994F25;
}

.over-hd {
  overflow: hidden;
}

.z-i-1 {
  z-index: 1;
}

.z-i-2 {
  z-index: 2;
}

.z-i-3 {
  z-index: 3;
}

.z-i-4 {
  z-index: 4;
}

.z-i-5 {
  z-index: 5;
}

.swiper-pagination {
  position: static;
  margin-top: 2rem;
}
.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.1);
  border: transparent;
  opacity: 1;
  transition: 0.4s;
}
.swiper-pagination-bullet-active {
  background-color: #FFCB05;
  width: 3.2rem;
  border-radius: 10rem;
}

.swiper-prev,
.swiper-next {
  width: 4rem;
  height: 4rem;
  border-radius: 100rem;
  background-color: #f8f8f8;
  border: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.swiper-prev .icon,
.swiper-next .icon {
  color: #FFCB05;
  font-size: 1.6rem;
  font-weight: 600;
}

.swiper-button-prev, .swiper-button-next {
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #D85911;
  border-radius: 100rem;
}
.swiper-button-prev::after, .swiper-button-next::after {
  font-size: 1.6rem;
  color: #ffffff;
}

.m-mid {
  margin: 0 auto;
}

.m-end {
  margin-left: auto;
}

.m-start {
  margin-right: auto;
}

.f-mid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.f-end {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}

.fl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.fl-center {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.f-space {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.icon-left {
  margin-right: 8px;
}

.icon-right {
  margin-left: 8px;
}

.spc.no-wrap .spc-list {
  flex-wrap: nowrap;
}
.spc-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-bottom: -8px;
}
.spc-item {
  margin-left: 8px;
  margin-bottom: 8px;
}
.spc-16 .spc-list {
  margin-left: -16px;
  margin-bottom: -16px;
}
.spc-16 .spc-item {
  margin-bottom: 16px;
  margin-left: 16px;
}
.spc-24 .spc-list {
  margin-left: -24px;
  margin-bottom: -24px;
}
.spc-24 .spc-item {
  margin-bottom: 24px;
  margin-left: 24px;
}

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

.mb-2 {
  margin-bottom: 2px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-8 {
  margin-bottom: 8px;
}

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

.mb-10s:not(:last-child) {
  margin-bottom: 10px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-12s:not(:last-child) {
  margin-bottom: 12px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mb-14s:not(:last-child) {
  margin-bottom: 14px;
}

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

.mb-15s:not(:last-child) {
  margin-bottom: 15px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-16s:not(:last-child) {
  margin-bottom: 16px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-18s:not(:last-child) {
  margin-bottom: 18px;
}

.mb-20 {
  margin-bottom: 20px;
}
.mb-20 .mb-30 {
  margin-bottom: 30px;
}
.mb-20 .mb-30s:not(:last-child) {
  margin-bottom: 30px;
}

.mb-20s:not(:last-child) {
  margin-bottom: 20px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-24s:not(:last-child) {
  margin-bottom: 24px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-25s:not(:last-child) {
  margin-bottom: 25px;
}

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

.mb-30s:not(:last-child) {
  margin-bottom: 30px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-32s:not(:last-child) {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-40s:not(:last-child) {
  margin-bottom: 40px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-48s:not(:last-child) {
  margin-bottom: 48px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mb-56s:not(:last-child) {
  margin-bottom: 56px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-64s:not(:last-child) {
  margin-bottom: 64px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mb-72s:not(:last-child) {
  margin-bottom: 72px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-80s:not(:last-child) {
  margin-bottom: 80px;
}

.ss-mg {
  margin: 80px 0;
}
@media screen and (max-width: 1200px) {
  .ss-mg {
    margin: 40px 0;
  }
}

.ss-mg-t {
  margin-top: 80px;
}
@media screen and (max-width: 1200px) {
  .ss-mg-t {
    margin-top: 40px;
  }
}

.ss-mg-b {
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .ss-mg-b {
    margin-bottom: 40px;
  }
}

.ss-pd {
  padding: 80px 0;
}
@media screen and (max-width: 1200px) {
  .ss-pd {
    padding: 40px 0;
  }
}

.ss-pd-t {
  padding-top: 80px;
}
@media screen and (max-width: 1200px) {
  .ss-pd-t {
    padding-top: 40px;
  }
}

.ss-pd-b {
  padding-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .ss-pd-b {
    padding-bottom: 40px;
  }
}

.recheck-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.recheck-input:checked ~ .recheck-dot::before {
  opacity: 1;
}
.recheck-dot {
  width: 24px;
  height: 24px;
  border-radius: 100rem;
  background-color: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  flex-shrink: 0;
}
.recheck-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 100rem;
  background-color: #683516;
  transition: 0.1s ease-in-out;
  opacity: 0;
}
.recheck-text {
  margin-left: 8px;
}

.star {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-content: start;
}
.star-list {
  position: relative;
  height: 20px;
}
.star-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.star-flex .icon {
  width: 14px;
  height: 14px;
}
.star-flex .icon:not(:first-child) {
  margin-left: 4px;
}
.star-filter {
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 100%;
  width: 0;
}

@media screen and (min-width: 900px) {
  .side-fixed {
    position: sticky;
    top: 14rem;
  }
}
@media screen and (max-width: 1200px) {
  .side-fixed {
    position: fixed;
    width: 300px;
    max-width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    z-index: 51;
    transition: 0.4s ease-in-out;
    opacity: 0;
    transform: translateX(110%);
    visibility: hidden;
  }
  .side-fixed.open {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
  }
}
@media screen and (max-width: 1200px) {
  .side-fixed-wrap {
    padding: 60px 24px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}
.side-fixed.left {
  right: auto;
  left: 0;
  transform: translateX(-110%);
  background-color: transparent;
  z-index: 52;
}
@media screen and (max-width: 1600px) {
  .side-fixed.left {
    position: fixed;
    width: 300px;
    height: fit-content;
    max-width: 100%;
    top: 50%;
    bottom: 0;
    right: 0;
    background-color: transparent;
    z-index: 51;
    transition: 0.4s ease-in-out;
    opacity: 0;
    transform: translateX(-110%) translateY(-50%);
    visibility: hidden;
  }
  .side-fixed.left.open {
    opacity: 1;
    transform: translate(0, -50%);
    visibility: visible;
  }
}
@media screen and (min-width: 1600px) {
  .side-fixed.left {
    position: fixed;
    width: fit-content;
    height: fit-content;
    max-width: 100%;
    top: 50%;
    bottom: 0;
    right: 0;
    z-index: 51;
    transition: 0.4s ease-in-out;
    opacity: 1;
    transform: translate(0, -50%);
    visibility: visible;
  }
}
.side-fixed.left .side-close {
  display: none;
}
.side-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 50;
  transition: 0.5s ease-in-out;
  opacity: 0;
  transform: translateX(110%);
  visibility: hidden;
}
.side-overlay.open {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
@media screen and (min-width: 1201px) {
  .side-overlay {
    display: none;
  }
}
.side-overlay.left {
  transform: translateX(-110%);
  background-color: transparent;
}
@media screen and (min-width: 1600px) {
  .side-overlay.left {
    display: none;
  }
}
.side-overlay.left.open {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
@media screen and (min-width: 1600px) {
  .side-overlay.left {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .side-overlay.left {
    display: block;
  }
}
.side-open {
  width: 4.4rem;
  height: 4.4rem;
  background-color: #683516;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  margin-left: 1.6rem;
}
.side-open i {
  color: #ffffff;
  font-size: 3rem;
}
@media only screen and (max-width: 1200px) {
  .side-open i {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .side-open i {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1201px) {
  .side-open {
    display: none;
  }
}
.side-open-wrap {
  width: 30px;
  height: 30px;
  border-radius: 100rem;
  background-color: white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.side-open-wrap .icon {
  color: #572509;
  font-weight: 600;
  font-size: 1.6rem;
}
.side-open.left {
  left: 0;
  right: auto;
  border-radius: 0 100rem 100rem 0;
  background-color: #FFCB05;
}
@media screen and (min-width: 1600px) {
  .side-open.left {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .side-open.left {
    display: flex;
  }
}
.side-open.left.close {
  opacity: 0;
  transform: translate(-100%, -50%);
  visibility: visible;
}
.side-open.left .icon {
  transform: rotate(180deg);
  color: #FFCB05;
}
.side-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: white;
  border: 1px solid #FFCB05;
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
}
.side-close:hover .icon {
  transform: rotate(360deg);
}
.side-close .icon {
  font-size: 1.8rem;
  font-weight: 400;
  transition: 0.6s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .side-close {
    display: none;
  }
}

.user {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .user {
    display: none;
  }
}
.user:hover .user-name {
  color: #683516;
}
.user:hover .user-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.user-ava {
  width: 24px;
  height: 24px;
  border-radius: 100rem;
}
.user-ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-name {
  font-size: 1.4rem;
  color: #BCBCBC;
  margin-left: 4px;
  transition: 0.3s ease-in-out;
}
.user-menu {
  position: absolute;
  top: 150%;
  background-color: #F8F8F8;
  min-width: 150px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  z-index: 1;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
}
.user-menu .link {
  display: block;
  cursor: pointer;
  padding: 6px 15px;
  white-space: nowrap;
  text-transform: capitalize;
  color: #FFCB05;
  transition: 0.1s ease-in-out;
  font-weight: 500;
}
.user-menu .link:hover {
  color: white;
  background-color: #683516;
}

.mxh-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-left: -8px;
}
.mxh-link {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100rem;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  margin-left: 8px;
}
.mxh-link:hover {
  transform: translateY(-5px);
}
.mxh-link .icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cmini {
  position: fixed;
  top: 136px;
  right: 0;
  height: 50%;
  min-width: 280px;
  max-width: 280px;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.16);
  background-color: white;
  transition: 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
}
@media screen and (max-width: 1200px) {
  .cmini {
    top: 60px;
  }
}
.cmini.sticky {
  top: 60px;
}
@media screen and (max-width: 1200px) {
  .cmini.sticky {
    top: 56px;
  }
}
.cmini.sticky::before {
  width: 12px;
  height: 12px;
  top: -6px;
}
@media screen and (max-width: 1200px) {
  .cmini.sticky::before {
    width: 18px;
    height: 18px;
    top: -9px;
    right: 15px;
  }
}
.cmini::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: white;
  top: -12px;
  right: 40px;
  transition: 0.6s ease-in-out;
  transition-delay: 0.5s;
  transform: rotate(45deg);
}
@media screen and (max-width: 1200px) {
  .cmini::before {
    width: 18px;
    height: 18px;
    top: -9px;
    right: 15px;
  }
}
.cmini::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: white;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .cmini {
    top: 72px;
  }
}
.cmini-wrap {
  padding: 16px;
  height: calc(100% - 60px);
  overflow-y: auto;
  position: relative;
}
.cmini-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  cursor: pointer;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cmini-item:not(:last-child) {
  margin-bottom: 16px;
}
.cmini-item:hover .cart-name {
  color: #683516;
}
.cmini-item:hover .cmini-img {
  border: 1px solid #683516;
}
.cmini-img {
  width: 100px;
  height: 100px;
  background: #F8F8F8;
  flex-shrink: 0;
  position: relative;
  border: 1px solid transparent;
  transition: 0.3s ease-in-out;
}
.cmini-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cmini-delete {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 24px;
  height: 24px;
  border-radius: 100rem;
  background-color: #D0CBCD;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  transition: 0.6s ease-in-out;
}
.cmini-delete:hover {
  transform: rotate(360deg);
}
.cmini-delete .icon {
  color: white;
  font-size: 1.4rem;
  font-weight: 300;
}
.cmini-content {
  margin-left: 16px;
}
.cmini-content .cart-name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cmini-color {
  width: 16px;
  height: 16px;
  margin-top: 14px;
}
.cmini-button {
  position: absolute;
  bottom: 16px;
  right: 16px;
  left: 16px;
}

.count {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  background-color: #F0F0F0;
  border-radius: 0.4rem;
  width: 29.2181069959%;
  height: 4.2rem;
}

.main {
  padding-top: var(--height);
}
.main.hasbg {
  background-color: #F6F7FA;
}

.tabBtn {
  cursor: pointer;
}

.tabLink {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.tabLink.open {
  opacity: 1;
  position: relative;
}

.tabPanel {
  position: absolute !important;
  opacity: 0;
  pointer-events: none;
  top: 0;
  transition: 0.7s;
  display: block !important;
  z-index: 2;
}
.tabPanel.open {
  animation: none;
  position: relative !important;
  opacity: 1;
  pointer-events: visible;
}
.tabPanel.open .contentTab {
  animation: tabRight 0.5s ease-in-out forwards;
  animation-delay: 0.2s;
}
.tabPanel .contentTab {
  animation: tabLeft 0.5s ease-in-out forwards;
  opacity: 0;
}

.mona-content h1 {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 1rem 0;
}
@media only screen and (max-width: 1200px) {
  .mona-content h1 {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h1 {
    font-size: 2.2rem;
  }
}
.mona-content h1:first-child {
  margin-top: 0;
}
.mona-content h3 {
  font-weight: 600;
  font-size: 2.4rem;
  margin: 1rem 0;
}
@media only screen and (max-width: 1200px) {
  .mona-content h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h3 {
    font-size: 1.7rem;
  }
}
.mona-content h3:first-child {
  margin-top: 0;
}
.mona-content p {
  margin: 1rem 0;
  color: #572509;
  word-break: break-word;
}
.mona-content .green {
  color: #FFFAE6;
  font-weight: bold;
}
.mona-content .img {
  width: 100%;
  margin: 1rem 0;
}
.mona-content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.mona-content ul li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2rem;
}
.mona-content ul li:last-child {
  margin-bottom: 0;
}
.mona-content ul li::after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100rem;
  background-color: #572509;
  left: 0.5rem;
  top: 0.9rem;
  position: absolute;
}
.mona-content strong {
  font-weight: 500;
}
.mona-content #toc_container {
  background: #E5EEEA;
  padding: 3.2rem;
  width: 100%;
  border: none;
  border-radius: 0.8rem;
  margin-top: 2rem;
}
.mona-content #toc_container .toc_list li:not(:first-child) {
  margin-top: 1rem;
}
.mona-content #toc_container .toc_list li::after {
  display: none;
}
.mona-content #toc_container .toc_list li > a {
  transform: 0.4s;
  text-decoration: none !important;
}
@media (hover: hover) {
  .mona-content #toc_container .toc_list li > a:hover {
    color: #D85911;
  }
}

.img-animated::after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0;
  transition: 1s ease-in-out;
}
.img-animated::before {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  left: 0;
  bottom: 0;
  transition: 1s ease-in-out;
  z-index: 2;
}
.img-animated.is-inview::after, .img-animated.is-inview::before {
  height: 0;
}

#lg-download {
  display: none;
}

#lg-actual-size {
  display: none;
}

.wp-block-table::-webkit-scrollbar {
  height: 0.2rem;
}
.wp-block-table table {
  min-width: 70rem;
}

.wp-block-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 2.4rem;
  margin: 2rem 0;
}

.wp-block-image img {
  border-radius: inherit;
  height: 100%;
  width: 100%;
}

.mona-cus-title {
  width: 100% !important;
}

.collapse-body {
  display: none;
}

.ui-datepicker .ui-datepicker-prev {
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev::after {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  color: #ffffff;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ui-datepicker .ui-datepicker-prev .ui-icon {
  background-image: url("");
  background-position: center;
  background-size: contain;
}

.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #ffffff;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ui-datepicker .ui-datepicker-next .ui-icon {
  background-image: url("");
  background-position: center;
  background-size: contain;
}

.ui-widget-header .ui-icon {
  background-image: url("");
  background-position: center;
  background-size: contain;
}

.ui-datepicker-header {
  background: linear-gradient(90deg, #f72ec8 0.49%, #4CCFFF 100%);
  color: #ffffff;
}

.ui-datepicker-unselectable .ui-state-default {
  text-align: center;
}

.ui-datepicker-unselectable .ui-state-default {
  background-color: transparent;
  color: #FFCB05;
  border-color: transparent;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  background-color: transparent;
  text-align: center;
  border: none;
  font-weight: 700;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  background-color: transparent;
  color: #994F25;
  border: none;
  text-align: center;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  background: linear-gradient(90deg, #f72ec8 0.49%, #4CCFFF 100%);
  color: #ffffff;
  text-align: center;
  border-radius: 0.4rem;
}

.ui-widget.ui-widget-content {
  background-color: #ffffff;
  box-shadow: 0 0 1rem rgba(68, 68, 68, 0.3);
  border: none;
  position: relative;
  border: 0.1rem solid rgba(59, 222, 255, 0.5);
  border-radius: 0.8rem;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
  background-color: #994F25;
  background: linear-gradient(90deg, #f72ec8 0.49%, #4CCFFF 100%);
  border-radius: 0.4rem;
  border: none;
  color: #ffffff;
}

button {
  padding: 0;
  background-color: transparent;
}

.wp-block-media-text__media img {
  border-radius: 1.6rem;
}

.wp-block-separator {
  border: none !important;
  border-bottom: 0.1rem solid rgba(68, 68, 68, 0.3) !important;
}

.img-shine {
  position: relative;
  overflow: hidden;
}
@media (hover: hover) {
  .img-shine:hover::after {
    animation: shine2 0.5s linear forwards;
    width: 200%;
    left: 100%;
  }
}
.img-shine::after {
  content: "";
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -50%;
  top: 0;
  transition: 0.75s;
  opacity: 0;
  transform: skew(30deg);
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -o-transform: skew(30deg);
}

.img-rec {
  position: relative;
  overflow: hidden;
}
@media (hover: hover) {
  .img-rec:hover .content {
    width: 100%;
    height: 100%;
  }
  .img-rec:hover .content p {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transition-delay: 0.7s;
  }
  .img-rec:hover .content::after {
    width: 90%;
    height: 90%;
    border-color: #ffffff;
    transition-delay: 0.3s;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.img-rec .content {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transition: 0.4s;
  padding: 2rem;
}
.img-rec .content p {
  position: relative;
  transition: inherit;
  color: white;
  transform: translateY(2rem);
  -webkit-transform: translateY(2rem);
  -moz-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -o-transform: translateY(2rem);
  opacity: 0;
  transition-delay: 0s;
}
.img-rec .content::after {
  content: "";
  width: 0%;
  height: 0%;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.1rem solid transparent;
  transition: inherit;
  z-index: -1;
}

.zoom-in {
  position: relative;
  overflow: hidden;
}
.zoom-in img {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
@media (hover: hover) {
  .zoom-in:hover img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.zoom-in img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
}

.move-left {
  position: relative;
  overflow: hidden;
}
.move-left img {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
@media (hover: hover) {
  .move-left:hover img {
    transform: translate(calc(-50% + 10px), -50%);
    -webkit-transform: translate(calc(-50% + 10px), -50%);
    -moz-transform: translate(calc(-50% + 10px), -50%);
    -ms-transform: translate(calc(-50% + 10px), -50%);
    -o-transform: translate(calc(-50% + 10px), -50%);
  }
}
.move-left img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  width: calc(100% + 50px);
  max-width: none;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.mt4 {
  margin-top: 4rem;
}

.sc-pd {
  padding: 4rem 0;
}

.sc-pdb {
  padding-bottom: 4rem;
}

.sc-pdt {
  padding-top: 4rem;
}

.sc-pd8 {
  padding: 10rem 0;
}
@media screen and (max-width: 1200px) {
  .sc-pd8 {
    padding: 4rem 0;
  }
}

.sc-pdt8 {
  padding-top: 8rem;
}
@media screen and (max-width: 1200px) {
  .sc-pdt8 {
    padding-top: 4rem;
  }
}

.sc-pdb8 {
  padding-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  .sc-pdb8 {
    padding-bottom: 4rem;
  }
}

.mb4 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .mb4 {
    margin-bottom: 2rem;
  }
}

.blur {
  opacity: 0;
}
.blur.is-inview {
  -webkit-animation: text-focus-in 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.toast {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  max-width: 100%;
  min-width: 20rem;
  padding: 1.2rem 2.4rem;
  padding-right: 4rem;
  width: fit-content;
  border-radius: 1rem;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  position: relative;
}
.toast.success {
  background-color: #ceffb5;
}
.toast.success .toast-txt {
  color: green;
}
.toast.success .toast-close {
  color: green;
}
.toast.error {
  background-color: #fca1a1;
}
.toast.error .toast-txt {
  color: red;
}
.toast.error .toast-close {
  color: red;
}
.toast.warn {
  background-color: #fcf6a1;
}
.toast.warn .toast-txt {
  color: rgb(255, 162, 0);
}
.toast.warn .toast-close {
  color: rgb(255, 162, 0);
}
.toast-txt {
  font-size: 1.4rem;
  font-weight: 600;
}
.toast-close {
  font-weight: 400;
  margin-left: auto;
  cursor: pointer;
  width: 1.6rem;
  height: 1.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 1.5rem;
  right: 1.3rem;
}
.toast.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.pagimain {
  margin-top: 4rem;
}

.scrollDeskJS {
  cursor: grab;
}
.scrollDeskJS:active {
  cursor: grabbing;
}
.scrollDeskJS::-webkit-scrollbar {
  height: 0;
}

.collapse-itemf.active .collapse-body {
  display: block;
}
.collapse-bodyf {
  display: block;
}

.setY {
  --gutter-x: 2.4rem;
  --gutter-y: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .setY {
    --gutter-x: 1.6rem;
    --gutter-y: 2.4rem;
  }
}
@media screen and (max-width: 800px) {
  .setY {
    --gutter-x: 0.8rem;
    --gutter-y: 2.4rem;
  }
}

.setItem {
  --gutter-x: 2.4rem;
  --gutter-y: 4rem;
}
@media screen and (max-width: 1200px) {
  .setItem {
    --gutter-x: 1.6rem;
    --gutter-y: 4rem;
  }
}
@media screen and (max-width: 800px) {
  .setItem {
    --gutter-x: 0.8rem;
    --gutter-y: 4rem;
  }
}

.setN {
  --gutter-x: 2.4rem;
  --gutter-y: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .setN {
    --gutter-x: 1.6rem;
    --gutter-y: 1.6rem;
  }
}
@media screen and (max-width: 800px) {
  .setN {
    --gutter-x: 0.8rem;
    --gutter-y: 0.8rem;
  }
}

.setsmallG {
  --gutter-x: 0.6rem;
  --gutter-y: 0.6rem;
}

.setGF {
  --gutter-x: 2.4rem;
  --gutter-y: 4rem;
}
@media screen and (max-width: 1200px) {
  .setGF {
    --gutter-x: 1.6rem;
    --gutter-y: 3rem;
  }
}
@media screen and (max-width: 800px) {
  .setGF {
    --gutter-x: 1.6rem;
    --gutter-y: 2rem;
  }
}

.prl-scroll {
  overflow: hidden;
}
.prl-scroll img {
  height: 150% !important;
}

.zoom img {
  animation: zoomInf 40s linear infinite;
}

.title-svg {
  height: 3.5rem;
  margin: auto;
  width: fit-content;
  overflow: hidden;
}
.title-svg.is-inview .title-svg-inner {
  transform: translateY(0);
}
.title-svg-inner {
  width: fit-content;
  height: inherit;
  transition: 0.8s all;
  transform: translateY(100%);
}
.title-svg-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.form-list {
  align-items: end;
}
.form-ip {
  width: 100%;
}
.form-ip .text {
  color: #572509;
  margin-bottom: 0.8rem;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}
.form-ip-per75 {
  width: 75%;
}
@media screen and (max-width: 800px) {
  .form-ip-per75 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .form-ip-per75 {
    width: 100%;
  }
}
.form-ip.per5 {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .form-ip.per5 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .form-ip.per5 {
    width: 100%;
  }
}
.form-ip.per3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 600px) {
  .form-ip.per3 {
    width: 100%;
  }
}
.form-ip.per25 {
  width: 25%;
}
@media screen and (max-width: 600px) {
  .form-ip.per25 {
    width: 100%;
  }
}
.form-ip.datetime {
  position: relative;
}
.form-ip.datetime::after {
  content: "";
  background-image: url("../assets/images/calendar.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 2rem;
  top: 58%;
}
.form-ip input,
.form-ip textarea,
.form-ip select {
  border: none;
  outline: none;
  width: 100%;
  border: 1px solid transparent;
  font-size: 1.6rem;
  transition: 0.4s;
  font-weight: 400;
  height: 4.4rem;
  padding: 1rem 1.6rem;
}
.form-ip input.placeholder,
.form-ip textarea.placeholder,
.form-ip select.placeholder {
  color: #666666;
  font-weight: 400;
}
.form-ip input:-moz-placeholder,
.form-ip textarea:-moz-placeholder,
.form-ip select:-moz-placeholder {
  color: #666666;
  font-weight: 400;
}
.form-ip input::-moz-placeholder,
.form-ip textarea::-moz-placeholder,
.form-ip select::-moz-placeholder {
  color: #666666;
  font-weight: 400;
}
.form-ip input:-ms-input-placeholder,
.form-ip textarea:-ms-input-placeholder,
.form-ip select:-ms-input-placeholder {
  color: #666666;
  font-weight: 400;
}
.form-ip input::-webkit-input-placeholder,
.form-ip textarea::-webkit-input-placeholder,
.form-ip select::-webkit-input-placeholder {
  color: #666666;
  font-weight: 400;
}
.form-ip input:focus,
.form-ip textarea:focus,
.form-ip select:focus {
  border: 0.1rem solid #FFCB05;
}
.form-ip input.placeholder,
.form-ip textarea.placeholder,
.form-ip select.placeholder {
  color: rgba(87, 37, 9, 0.5);
}
.form-ip input:-moz-placeholder,
.form-ip textarea:-moz-placeholder,
.form-ip select:-moz-placeholder {
  color: rgba(87, 37, 9, 0.5);
}
.form-ip input::-moz-placeholder,
.form-ip textarea::-moz-placeholder,
.form-ip select::-moz-placeholder {
  color: rgba(87, 37, 9, 0.5);
}
.form-ip input:-ms-input-placeholder,
.form-ip textarea:-ms-input-placeholder,
.form-ip select:-ms-input-placeholder {
  color: rgba(87, 37, 9, 0.5);
}
.form-ip input::-webkit-input-placeholder,
.form-ip textarea::-webkit-input-placeholder,
.form-ip select::-webkit-input-placeholder {
  color: rgba(87, 37, 9, 0.5);
}
.form-ip textarea {
  min-height: 13.7rem;
}
.form-ip input[type=date]::-webkit-inner-spin-button,
.form-ip input[type=date]::-webkit-calendar-picker-indicator {
  margin-right: 1rem;
  pointer-events: none;
  display: none;
}
.form-ip input[type=date] {
  cursor: text;
}
.form-ip .label-ip {
  border: none;
  outline: none;
  color: #ffffff;
  width: 100%;
  height: 4.4rem;
  background: linear-gradient(360deg, #d3fcff -137.5%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0.8rem;
  display: block;
  padding: 1rem;
  cursor: pointer;
}
.form-ip .label-ip .label-txt {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.form-ip .btn-linear {
  margin-top: auto;
  margin-left: auto;
}
.form-ip.hasbtn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.form-ip.upfile > label {
  position: relative;
}
.form-ip.upfile > label::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../assets/images/iconupload.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.form-ip .input {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
}
.form-ip .input .seepassJS {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}

.ofhd {
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .ofhd {
    height: 100vh;
  }
}

.select-box {
  position: relative;
  min-width: 15rem;
}
.select-box .select-current {
  height: 4.4rem;
  padding: 1rem 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #572509;
  cursor: pointer;
  position: relative;
}
.select-box .select-current::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid rgb(100, 100, 100);
  position: absolute;
  top: 45%;
  right: 1.5rem;
}
.select-box .select-current .arrow {
  width: 2rem;
  height: 2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
  display: none;
}
.select-box .select-current .text-current {
  width: calc(100% - 2rem);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 700;
}
.select-box .select-options {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  width: 100%;
  z-index: 10;
  display: none;
  min-width: 30rem;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 4px 8px 12px rgba(0, 0, 0, 0.05);
}
.select-box .select-options .opt-label {
  padding: 1rem 1.2rem;
  background-color: #ffffff;
  display: block;
  cursor: pointer;
  transition: 0.4;
}
@media (hover: hover) {
  .select-box .select-options .opt-label:hover {
    background-color: #D85911;
    color: #ffffff;
  }
}
.select-box .select-options .opt-input {
  display: none;
}
.select-box .select-options .opt .icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
}
.select-box .select-options .opt .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.select-box .select-options .opt-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-weight: 700;
}

.icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
}
.icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ctrl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 2rem;
}
.ctrl-prev, .ctrl-next {
  width: 4.4rem;
  height: 4.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #FFCB05;
  border: 0.1rem solid transparent;
  transition: 0.4s;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .ctrl-prev, .ctrl-next {
    width: 3rem;
    height: 3rem;
  }
}
.ctrl-prev i, .ctrl-next i {
  color: #683516;
  font-size: 1.6rem;
  font-weight: 800;
}
@media (hover: hover) {
  .ctrl-prev:hover, .ctrl-next:hover {
    background-color: #683516;
  }
  .ctrl-prev:hover i, .ctrl-next:hover i {
    color: #ffffff;
  }
}
.ctrl-prev.swiper-button-disabled, .ctrl-next.swiper-button-disabled {
  background-color: transparent;
  border-color: #683516;
  cursor: default;
}
@media screen and (max-width: 1350px) {
  .ctrl-prev.swiper-button-disabled, .ctrl-next.swiper-button-disabled {
    background-color: #ffffff;
  }
}
@media (hover: hover) {
  .ctrl-prev.swiper-button-disabled:hover i, .ctrl-next.swiper-button-disabled:hover i {
    color: #683516;
  }
}
.ctrl.verti .ctrl-prev,
.ctrl.verti .ctrl-next {
  top: 50%;
  position: absolute;
}
.ctrl.verti .ctrl-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1250px) {
  .ctrl.verti .ctrl-prev {
    transform: translate(0%, -50%);
  }
}
.ctrl.verti .ctrl-next {
  right: 0;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 1250px) {
  .ctrl.verti .ctrl-next {
    transform: translate(0%, -50%);
  }
}
.ctrl.center {
  margin: auto;
  margin-top: 2rem;
  width: fit-content;
}

.date {
  width: 4.4rem;
  height: 5.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.date-num {
  width: 100%;
  height: 3.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 600;
  background-color: #994F25;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 1200px) {
  .date-num {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .date-num {
    font-size: 1.7rem;
  }
}
.date-month {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #683516;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #FFCB05;
}

.count {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  min-width: 8rem;
  width: fit-content;
  padding: 0;
  background-color: transparent;
  height: 3rem;
}
.count-btn {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
}
.count-btn i {
  font-size: 1rem;
}
.count-minus {
  border: 0.1rem solid #683516;
}
.count-minus i {
  color: #683516;
}
.count-number {
  font-size: 1.4rem;
  min-width: 4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.count-plus {
  background-color: #683516;
}
.count-plus i {
  color: #ffffff;
}

.tdec {
  font-size: 2.4rem;
  font-weight: 700;
  color: #994F25;
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding-left: 4rem;
  padding-bottom: 2rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .tdec {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .tdec {
    font-size: 1.7rem;
  }
}
.tdec .char {
  transition: 0.06s calc(var(--char-index) * 0.02s) ease-in-out;
  -webkit-transition: 0.06s calc(var(--char-index) * 0.02s) ease-in-out;
  -moz-transition: 0.06s calc(var(--char-index) * 0.02s) ease-in-out;
  -o-transition: 0.06s calc(var(--char-index) * 0.02s) ease-in-out;
  opacity: 0;
}
.tdec::after {
  content: "";
  background-image: url("../assets/images/polygon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 6.2rem;
  height: 7.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0);
  transition: 0.4s;
}
@media screen and (max-width: 1200px) {
  .tdec::after {
    width: 4rem;
    height: 5rem;
  }
}
@media screen and (max-width: 670px) {
  .tdec::after {
    width: 4rem;
    height: 5rem;
  }
}
@media screen and (max-width: 1200px) {
  .tdec {
    font-size: 2.4rem;
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  .tdec {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 800px) {
  .tdec {
    font-size: 1.7rem;
  }
}
.tdec.is-inview::after {
  transform: scale(1);
}
.tdec.is-inview .char {
  transform: translateX(0);
  opacity: 1;
}
.tdec.center {
  width: fit-content;
  margin: auto;
  margin-bottom: 0.5rem;
}
.tdec.white {
  color: #ffffff;
}

.bn-tt {
  font-size: 5rem;
  font-weight: 700;
  color: #994F25;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 1200px) {
  .bn-tt {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .bn-tt {
    font-size: 3.4rem;
  }
}
.bn-tt .char {
  transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -webkit-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -moz-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -o-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  transform: translateX(2rem);
  opacity: 0;
}
@media screen and (max-width: 1000px) {
  .bn-tt {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 1200px) {
  .bn-tt {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 800px) {
  .bn-tt {
    font-size: 2.7rem;
  }
}

.titles {
  font-size: 3.5rem;
  color: #994F25;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 2rem;
  text-wrap: balance;
}
@media only screen and (max-width: 1200px) {
  .titles {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 800px) {
  .titles {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .titles {
    text-align: center;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 500px) and (max-width: 1200px) {
  .titles {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 500px) and (max-width: 800px) {
  .titles {
    font-size: 2.4rem;
  }
}
.titles .char {
  transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -webkit-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -moz-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -o-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  opacity: 0;
  transform: translateY(2rem);
}
.titles.center {
  text-align: center;
}
.titles.white {
  color: #ffffff;
}
.titles.is-inview .char {
  transform: translateY(0);
  opacity: 1;
}

.time {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3.2rem;
  margin: 1rem 0;
}
.time .time-usr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.time .time-usr .icon {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
}
.time .time-usr .txt {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #683516;
  opacity: 0.7;
}

.description .list {
  margin-top: 2rem;
}
.description .list-item {
  position: relative;
  padding-left: 2.4rem;
}
.description .list-item:not(:first-child) {
  margin-top: 1rem;
}
.description .list-item::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  left: 0;
  top: 0.4rem;
  background-image: url("../assets/images/tick.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.range-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
.range-label {
  font-family: psb;
}
.range-value {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 1.8rem;
}
.range-slider {
  height: 0.4rem;
  width: 100%;
  background-color: #F5F5F5;
  position: relative;
  border-radius: 100rem;
  margin-top: 2rem;
}
.range-slider .progress {
  position: absolute;
  height: 0.4rem;
  top: 0;
  background-color: #FFCB05;
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  top: -0.9rem;
  height: 1.4rem;
  width: 100%;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  margin: 0;
  border-radius: 100rem;
  cursor: grab;
}
.range-input input:active {
  cursor: grabbing;
}
.range-input input:first-child::-webkit-slider-thumb {
  height: 1.4rem;
  width: 1.4rem;
  border: 3px solid #FFCB05;
}
.range-input input::-webkit-slider-thumb {
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 50%;
  pointer-events: auto;
  -webkit-appearance: none;
  background-color: #FFCB05;
}
.range-input input::-moz-slider-thumb {
  height: 1.4rem;
  width: 1.4rem;
  border: none;
  border-radius: 50%;
  pointer-events: auto;
  -moz-appearance: none;
  background-color: #FFCB05;
}
.range-item {
  width: 50%;
  border-radius: 0.4rem;
  font-weight: 700;
}
.range-item:nth-child(1) {
  text-align: left;
}
.range-item:nth-child(2) {
  text-align: right;
}
.range-item .price {
  font-size: 1.4rem;
}

.wr-option-list {
  position: relative;
  padding-top: 5rem;
  width: 90%;
  margin: 0 auto;
}
.wr-option-list .option-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
}
@media (max-width: 575px) {
  .wr-option-list .option-list {
    justify-content: flex-start;
    gap: 1.4rem;
  }
}
.wr-option-list .option-item {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .wr-option-list .option-item {
    width: 45%;
  }
}
.wr-option-list .option-item .box-option .option-name.active {
  background-color: #994F25;
  color: #ffffff;
}
.wr-option-list .option-name {
  letter-spacing: 0.08px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 1.2rem 2.4rem;
  background-color: #ffffff;
  color: #994F25;
}
@media (max-width: 575px) {
  .wr-option-list .option-name {
    font-size: 1rem;
    padding: 1rem;
  }
}

.wr-calc-form {
  width: 90%;
  padding-top: 3.5rem;
  padding-right: 4rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .wr-calc-form {
    padding-right: 0rem;
  }
}
.wr-calc-form .calc-form {
  width: 100%;
}
.wr-calc-form .calc-form .wr-type {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 600px) {
  .wr-calc-form .calc-form .wr-type {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.wr-calc-form .calc-form .wr-type .btns-yel {
  font-family: "Noto Sans";
}
@media (max-width: 600px) {
  .wr-calc-form .calc-form .wr-type .btns-yel {
    font-size: 1.2rem;
  }
}
@media (max-width: 575px) {
  .wr-calc-form .calc-form .wr-type .btns-yel .txt-inner {
    padding: 0 3rem;
  }
}
.wr-calc-form .calc-form .wr-type .btns-yel .txt-inner.active {
  background-color: #994F25;
  color: white;
}
.wr-calc-form .calc-form .wr-type .btns-yel:first-child .txt-inner.active {
  background-color: #994F25 !important;
  color: white !important;
}
.wr-calc-form .calc-form .wr-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5rem;
  width: 100%;
}
@media (max-width: 991px) {
  .wr-calc-form .calc-form .wr-group {
    margin: 0 -2.4rem;
  }
}
.wr-calc-form .calc-form .wr-group .group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 0 5rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 991px) {
  .wr-calc-form .calc-form .wr-group .group {
    padding: 0 2.4rem;
  }
}
@media (max-width: 600px) {
  .wr-calc-form .calc-form .wr-group .group {
    width: 100%;
  }
}
.wr-calc-form .calc-form .wr-group .group-title {
  margin-bottom: 0.8rem;
  letter-spacing: 0.08px;
}
.wr-calc-form .calc-form .wr-group .group-input {
  border: 0.1rem solid transparent;
  outline: none;
  background-color: #fff;
  padding: 1.2rem 1.6rem;
  width: 100%;
}
.wr-calc-form .calc-form .wr-group .group-input:focus {
  border: 0.1rem solid #FFCB05;
}
.wr-calc-form .calc-form .wr-group .group-input::placeholder {
  color: rgba(87, 37, 9, 0.5);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.08px;
}
@media (max-width: 767px) {
  .wr-calc-form .calc-form .wr-group .group-input::placeholder {
    font-size: 1.2rem;
  }
}
@media (max-width: 600px) {
  .wr-calc-form .calc-form .wr-group .group .btns-yel {
    font-size: 1.4rem;
  }
}
.wr-calc-form .calc-form .wr-group .group:last-child {
  align-items: flex-start;
  justify-content: flex-end;
}
@media (max-width: 600px) {
  .wr-calc-form .calc-form .wr-group .group:last-child {
    align-items: center;
  }
}

.calc-form {
  display: none;
}

.calc-form.active {
  display: block;
  transition: 0.4s;
}

.prod-item {
  width: 25%;
}
.prod-item .inner {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.prod-item .inner .hex-bg {
  width: 100%;
  padding-top: 107.3619631902%;
  position: relative;
}
.prod-item .inner .hex-bg::after {
  content: "";
  background-color: #FFCB05;
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.prod-item .inner .hex-sm {
  width: 100%;
  position: absolute;
  padding-top: 107.3619631902%;
  transform: scale(0.9);
  z-index: 5;
}
@media screen and (max-width: 500px) {
  .prod-item .inner .hex-sm {
    transform: scale(0.95);
  }
}
.prod-item .inner .hex-sm::after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #683516;
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  z-index: 2;
  transition: 0.4s;
  opacity: 0;
}
.prod-item .inner .hex-sm::before {
  content: "";
  top: 2%;
  left: 2%;
  right: 2%;
  bottom: 2%;
  position: absolute;
  background-color: #ffffff;
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  z-index: 3;
}
.prod-item .inner .hex-sm-inner {
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  background-color: #ffffff;
  top: 0.3em;
  left: 0.3em;
  right: 0.3em;
  bottom: 0.3em;
  position: absolute;
  z-index: 4;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.prod-item .inner .hex-sm-inner::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(0deg, rgba(123, 49, 7, 0.3), rgba(123, 49, 7, 0.3));
  opacity: 0;
  transition: 0.4s;
}
@media (hover: hover) {
  .prod-item .inner .hex-sm-inner:hover::after {
    opacity: 1;
  }
}
.prod-item .inner .hex-sm-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  width: 80%;
}
.prod-item .inner .hex-sm:hover::after {
  opacity: 1;
}
.prod-item .inner .info {
  background-color: #ffffff;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  margin-top: -30.7%;
  width: 85.5%;
  z-index: 4;
  padding: 0 1rem 2.4rem 1rem;
  padding-top: 25%;
  gap: 1rem;
  height: 100%;
  transition: 0.4s;
}
@media screen and (max-width: 500px) {
  .prod-item .inner .info {
    width: 94.5%;
    padding-top: 32%;
  }
}
.prod-item .inner .info-tt {
  text-align: center;
  display: block;
  font-weight: 700;
  color: #683516;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.4s;
}
@media screen and (max-width: 500px) {
  .prod-item .inner .info-tt {
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .prod-item .inner .info-tt:hover {
    color: #FFCB05;
  }
}
.prod-item .inner .info .desc {
  text-align: center;
  font-weight: 700;
  color: #994F25;
  font-size: 1.4rem;
}
@media screen and (max-width: 500px) {
  .prod-item .inner .info .desc {
    font-size: 1.2rem;
  }
}
.prod-item .inner .info .btns, .prod-item .inner .info .btns-bd, .prod-item .inner .info .btns-yel, .prod-item .inner .info .btns-brown {
  text-align: center;
  margin-top: auto;
  opacity: 0;
  transition: 0.4s;
  transform: scale(0);
}
@media screen and (max-width: 500px) {
  .prod-item .inner .info .btns, .prod-item .inner .info .btns-bd, .prod-item .inner .info .btns-yel, .prod-item .inner .info .btns-brown {
    height: 3.5rem;
  }
  .prod-item .inner .info .btns .txt, .prod-item .inner .info .btns-bd .txt, .prod-item .inner .info .btns-yel .txt, .prod-item .inner .info .btns-brown .txt {
    --corner: 1rem;
  }
  .prod-item .inner .info .btns .txt-inner, .prod-item .inner .info .btns-bd .txt-inner, .prod-item .inner .info .btns-yel .txt-inner, .prod-item .inner .info .btns-brown .txt-inner {
    font-size: 1.4rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 350px) {
  .prod-item .inner .info .btns, .prod-item .inner .info .btns-bd, .prod-item .inner .info .btns-yel, .prod-item .inner .info .btns-brown {
    height: 3rem;
  }
  .prod-item .inner .info .btns .txt-inner, .prod-item .inner .info .btns-bd .txt-inner, .prod-item .inner .info .btns-yel .txt-inner, .prod-item .inner .info .btns-brown .txt-inner {
    font-size: 1.4rem;
    padding: 0 1rem;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 501px) {
  .prod-item .inner:hover .hex-bg {
    transform: scale(0.95) !important;
  }
}
.prod-item .inner:hover .hex-sm::after {
  opacity: 1;
}
.prod-item .inner:hover .info {
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.2);
}
.prod-item .inner:hover .info .btns, .prod-item .inner:hover .info .btns-bd, .prod-item .inner:hover .info .btns-yel, .prod-item .inner:hover .info .btns-brown {
  transform: scale(1);
  opacity: 1;
}
@media screen and (min-width: 501px) {
  .prod-item .inner:hover .hex-bg {
    transform: scale(0.95) !important;
  }
}
@media screen and (hover: none) and (min-width: 501px) {
  .prod-item .inner .info .hex-bg {
    transform: scale(0.95) !important;
  }
}
@media (hover: none) {
  .prod-item .inner .info .btns, .prod-item .inner .info .btns-bd, .prod-item .inner .info .btns-yel, .prod-item .inner .info .btns-brown {
    transform: scale(1);
    opacity: 1;
  }
}
.prod-hori {
  width: 100%;
}
.prod-hori .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 28.2rem;
  padding: 2rem 0;
}
@media screen and (max-width: 1260px) {
  .prod-hori .inner {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 1000px) {
  .prod-hori .inner {
    height: 25rem;
  }
}
@media screen and (max-width: 700px) {
  .prod-hori .inner {
    height: auto;
    flex-direction: column;
    background-color: #FFFAE6;
    padding-left: 0;
  }
}
.prod-hori .inner .hex-bg {
  width: 32.6rem;
  height: 27.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
}
@media screen and (max-width: 1000px) {
  .prod-hori .inner .hex-bg {
    width: 28rem;
    height: 24rem;
  }
}
.prod-hori .inner .hex-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFCB05;
  transform: translateX(-2.2rem);
}
@media screen and (max-width: 700px) {
  .prod-hori .inner .hex-bg::after {
    transform: none;
    clip-path: polygon(26% 0%, 75% 0%, 97% 50%, 75% 100%, 26% 100%, 3% 50%);
  }
}
@media screen and (max-width: 700px) {
  .prod-hori .inner .hex-bg {
    width: 22rem;
    height: 18rem;
  }
}
@media screen and (max-width: 430px) {
  .prod-hori .inner .hex-bg {
    width: 16rem;
    height: 12rem;
  }
}
.prod-hori .inner .hex-sm {
  width: 28rem;
  height: 24.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 2;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .prod-hori .inner .hex-sm {
    width: 24rem;
    height: 21rem;
  }
}
@media screen and (max-width: 700px) {
  .prod-hori .inner .hex-sm {
    width: 20rem;
    height: 18rem;
    transform: scale(0.9);
  }
}
@media screen and (max-width: 430px) {
  .prod-hori .inner .hex-sm {
    width: 15rem;
    height: 12rem;
  }
}
.prod-hori .inner .hex-sm::after {
  content: "";
  width: 100%;
  height: 100%;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #683516;
}
.prod-hori .inner .hex-sm-inner {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  background-color: #ffffff;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  z-index: 2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.prod-hori .inner .hex-sm-inner::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(0deg, rgba(123, 49, 7, 0.3), rgba(123, 49, 7, 0.3));
  opacity: 0;
  transition: 0.4s;
}
@media (hover: hover) {
  .prod-hori .inner .hex-sm-inner:hover::after {
    opacity: 1;
  }
}
.prod-hori .inner .hex-sm-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prod-hori .inner .info {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 2rem 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
@media screen and (max-width: 900px) {
  .prod-hori .inner .info {
    flex-direction: column;
    align-items: unset;
  }
}
.prod-hori .inner .info::before {
  content: "";
  height: 100%;
  width: 10rem;
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #ffffff;
  background-color: inherit;
}
@media screen and (max-width: 700px) {
  .prod-hori .inner .info::before {
    display: none;
  }
}
.prod-hori .inner .info-inner {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  margin-right: 2.8rem;
}
@media screen and (max-width: 1000px) {
  .prod-hori .inner .info-inner {
    margin-right: 0;
  }
}
.prod-hori .inner .info-tt {
  font-size: 2.4rem;
  font-weight: 700;
  transition: 0.4s;
  margin-bottom: 0.5rem;
  display: block;
  color: #683516;
}
@media only screen and (max-width: 1200px) {
  .prod-hori .inner .info-tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .prod-hori .inner .info-tt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1200px) {
  .prod-hori .inner .info-tt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 900px) {
  .prod-hori .inner .info-tt {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 700px) {
  .prod-hori .inner .info-tt {
    text-align: center;
  }
}
@media (hover: hover) {
  .prod-hori .inner .info-tt:hover {
    color: #FFCB05;
  }
}
.prod-hori .inner .info-subtt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #994F25;
}
@media only screen and (max-width: 1200px) {
  .prod-hori .inner .info-subtt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .prod-hori .inner .info-subtt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .prod-hori .inner .info-subtt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 700px) {
  .prod-hori .inner .info-subtt {
    text-align: center;
  }
}
.prod-hori .inner .info .desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .prod-hori .inner .info .desc {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 700px) {
  .prod-hori .inner .info .desc {
    text-align: center;
  }
}
.prod-hori .inner .info .bot {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
@media screen and (max-width: 1000px) {
  .prod-hori .inner .info .bot {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1001px) {
  .prod-hori .inner .info .bot .btns, .prod-hori .inner .info .bot .btns-bd, .prod-hori .inner .info .bot .btns-yel, .prod-hori .inner .info .bot .btns-brown {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .prod-hori .inner .info .bot {
    flex-direction: column;
    gap: 1rem;
  }
}
.prod-hori .inner .info .link {
  font-weight: 600;
  color: #3E70BB;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.prod-hori .inner .info .link .icon {
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 0.8rem;
  transition: 0.4s;
}
@media (hover: hover) {
  .prod-hori .inner .info .link:hover .icon {
    transform: translateX(0.5rem);
  }
}
@media screen and (max-width: 1000px) {
  .prod-hori .inner .info .btns.big, .prod-hori .inner .info .big.btns-bd, .prod-hori .inner .info .big.btns-yel, .prod-hori .inner .info .big.btns-brown {
    display: none;
  }
}
@media (hover: hover) {
  .prod-hori .inner:hover .info {
    background-color: #FFFAE6;
  }
}
@media (hover: none) {
  .prod-hori .inner .info {
    background-color: #FFFAE6;
  }
}
.prod-detail-back {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.prod-detail-back .icon {
  margin-right: 0.8rem;
  width: 1.8rem;
  height: 1.8rem;
}
.prod-detail-back .icon img {
  width: inherit;
  height: inherit;
}
.prod-detail-back .txt {
  color: #808080;
}
.prod-detail-back .txt .bold {
  font-weight: 700;
  color: #683516;
  transition: 0.4s;
}
@media (hover: hover) {
  .prod-detail-back:hover .txt .bold {
    color: #FFCB05;
  }
}
.prod-detail-tab .swiper {
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  height: 4.8rem;
}
.prod-detail-tab .swiper-slide {
  width: max-content !important;
  border-right: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.prod-detail-tab .swiper-slide:last-child {
  border-right: none;
}
.prod-detail-tab .tab-ctrl {
  position: relative;
}
.prod-detail-tab .tab-ctrl .ctrl-prev, .prod-detail-tab .tab-ctrl .ctrl-next {
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  width: 4.8rem;
  height: 4.8rem;
  background-color: transparent;
  z-index: 4;
}
@media screen and (max-width: 1320px) {
  .prod-detail-tab .tab-ctrl .ctrl-prev, .prod-detail-tab .tab-ctrl .ctrl-next {
    width: 3rem;
    height: 3rem;
    background-color: #FFCB05;
  }
}
.prod-detail-tab .tab-ctrl .ctrl-prev.swiper-button-disabled, .prod-detail-tab .tab-ctrl .ctrl-next.swiper-button-disabled {
  opacity: 0;
}
.prod-detail-tab .tab-ctrl .ctrl-prev {
  left: -2.4rem !important;
  border-right: none;
}
@media screen and (max-width: 1320px) {
  .prod-detail-tab .tab-ctrl .ctrl-prev {
    left: 0 !important;
    top: 100% !important;
    transform: none !important;
  }
}
.prod-detail-tab .tab-ctrl .ctrl-next {
  right: -2.4rem !important;
  border-left: none;
}
@media screen and (max-width: 1320px) {
  .prod-detail-tab .tab-ctrl .ctrl-next {
    right: 0 !important;
    top: 100% !important;
    transform: none !important;
  }
}
.prod-detail-tab .tab-ctrl-btn {
  padding: 1rem 1.7rem;
  font-weight: 500;
  white-space: nowrap;
  height: 100%;
  transition: 0.4s;
}
@media screen and (max-width: 600px) {
  .prod-detail-tab .tab-ctrl-btn {
    font-size: 1.4rem;
  }
}
.prod-detail-tab .tab-ctrl-btn.active {
  background-color: #683516;
  color: #ffffff;
}
.prod-detail-tab .tab-content {
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-top: none;
  position: relative;
  overflow: hidden;
}
.prod-detail-tab .tab-content .tabPanel {
  width: 100%;
  padding: 4rem 7%;
}
.prod-detail-tab .tab-content-img {
  margin-top: 3rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.prod-detail-tab .tab-content-img-it {
  width: calc(33.3333333333% - 0.6666666667rem);
}
@media screen and (max-width: 500px) {
  .prod-detail-tab .tab-content-img-it {
    width: calc(50% - 0.5rem);
  }
  .prod-detail-tab .tab-content-img-it:last-child {
    width: calc(100% - 0rem);
  }
}
.prod-detail-tab .tab-content-img-inner {
  display: block;
  padding-top: calc((202 / 316) * 100%);
  position: relative;
  overflow: hidden;
}
.prod-detail-tab .tab-content-img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prod-detail-vid {
  position: relative;
  background-color: red;
  margin-top: 4rem;
  padding: 17rem 2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.prod-detail-vid .bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.prod-detail-vid .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.prod-detail-vid .btnplay {
  position: relative;
  width: 9.5rem;
  height: 11rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.prod-detail-vid .btnplay::after {
  content: "";
  background-image: url("../assets/images/play-outter.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  position: absolute;
  animation: grows 3s linear infinite;
}
.prod-detail-vid .btnplay::before {
  content: "";
  background-image: url("../assets/images/play-outter.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  position: absolute;
  animation: grows 3s linear infinite 1s;
}
.prod-detail-vid .btnplay-inner {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 2;
}
.prod-detail-vid .btnplay-inner::after {
  content: "";
  background-image: url("../assets/images/play-outter.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  position: absolute;
  animation: grows 3s linear infinite 1.5s;
}
.prod-detail-vid .btnplay-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.prod-detail-relate {
  background-color: #FFFAE6;
  margin-top: 4rem;
}
.prod-detail-relate .titles {
  margin-bottom: 4rem;
}
.prod-detail-relate-slide {
  position: relative;
}
@media screen and (max-width: 500px) {
  .prod-detail-relate-slide {
    margin: 0 -1rem -1rem -1rem;
  }
}
@media screen and (max-width: 1370px) {
  .prod-detail-relate-slide .ctrl {
    margin: auto;
    width: fit-content;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1370px) {
  .prod-detail-relate-slide .ctrl-prev, .prod-detail-relate-slide .ctrl-next {
    position: unset !important;
    transform: none !important;
  }
}
.prod-detail-relate-slide .ctrl-prev {
  left: -4rem !important;
}
.prod-detail-relate-slide .ctrl-next {
  right: -4rem !important;
}
.prod-detail-relate-slide .swiper {
  padding-bottom: 1rem;
}
@media screen and (max-width: 500px) {
  .prod-detail-relate-slide .swiper {
    padding: 0 1rem 1rem 1rem;
  }
}
.prod-detail-relate-slide .swiper-slide {
  height: auto !important;
}
.prod-detail-relate .prod-item {
  width: 100%;
  height: 100%;
}
.prod-detail-relate .prod-item .info {
  opacity: 1;
}
@media (hover: hover) {
  .prod-detail-relate .prod-item:hover .info {
    box-shadow: 0 0 1.4rem rgba(0, 0, 0, 0.2);
  }
}
@media (hover: none) {
  .prod-detail-relate .prod-item .info {
    box-shadow: 0 0 1.4rem rgba(0, 0, 0, 0.2);
  }
}
.prod-detail-3d .top {
  margin-bottom: 4rem;
}
.prod-detail-3d .top .cod {
  font-size: 2rem;
  font-weight: 700;
  color: #994F25;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .prod-detail-3d .top .cod {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .prod-detail-3d .top .cod {
    font-size: 1.6rem;
  }
}
.prod-detail-3d .top .name {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .prod-detail-3d .top .name {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .prod-detail-3d .top .name {
    font-size: 2.1rem;
  }
}
.prod-detail-3d .bot {
  margin-top: 9rem;
}
.prod-detail-3d .bot-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin: auto;
  width: fit-content;
  margin-top: 3rem;
}
.prod-detail-3d .bot-flex .btns-bd .icon {
  margin-left: 0;
  margin-right: 1rem;
}
.prod-detail-3d .inner {
  position: relative;
  margin: auto;
}
.prod-detail-3d .inner .circle {
  width: 100%;
  height: 10rem;
  z-index: -1;
  margin-top: -8rem;
  position: relative;
}
.prod-detail-3d .inner .circle-inner {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 0.2rem solid rgba(0, 0, 0, 0.1);
  bottom: 0;
}
.prod-detail-3d .inner .circle-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 65%);
  gap: 2rem;
  z-index: 10;
}
.prod-detail-3d .inner .circle-flex-btn {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
.prod-detail-3d .inner .circle-flex-btn.circle-zoom .circle-flex-inner {
  cursor: pointer;
  pointer-events: visible;
  background-color: #ebdcd3;
}
.prod-detail-3d .inner .circle-flex-btn.circle-zoom i {
  color: #683516;
  font-size: 2rem;
  margin-top: 0.4rem;
  margin-left: 0.3rem;
}
.prod-detail-3d .inner .circle-flex-btn .name {
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  margin-top: 0.5rem;
  white-space: nowrap;
}
@media only screen and (max-width: 1200px) {
  .prod-detail-3d .inner .circle-flex-btn .name {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .prod-detail-3d .inner .circle-flex-btn .name {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1200px) {
  .prod-detail-3d .inner .circle-flex-btn .name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  .prod-detail-3d .inner .circle-flex-btn .name {
    font-size: 1.4rem;
  }
}
.prod-detail-3d .inner .circle-flex-btn .name sup {
  top: -0.5em;
  font-size: 75%;
  line-height: 0;
  position: relative;
}
.prod-detail-3d .inner .circle-flex-inner {
  width: 6.2rem;
  height: 6.2rem;
  background-color: #994F25;
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 3;
}
@media screen and (max-width: 500px) {
  .prod-detail-3d .inner .circle-flex-inner {
    width: 4rem;
    height: 4rem;
  }
}
.prod-detail-3d .inner .circle-flex-inner img {
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 500px) {
  .prod-detail-3d .inner .circle-flex-inner img {
    width: 2rem;
    height: 2rem;
  }
}
.prod-detail-3d .inner .list {
  cursor: grab;
  width: 100%;
  user-select: none;
  transition: 0.4s;
  mix-blend-mode: darken;
}
.prod-detail-3d .inner .list.zooms {
  transform: scale(1.2);
}
.prod-detail-3d .inner .list:active {
  cursor: grabbing;
}
.prod-detail-3d .inner .list li {
  display: none;
  pointer-events: none;
  width: 50rem;
  max-width: 100%;
  margin: auto;
}
.prod-detail-3d .inner .list li:first-child {
  display: block;
}
.prod-detail-3d .inner .list li .rec {
  display: block;
  padding-top: calc((1 / 2) * 100%);
  position: relative;
  overflow: hidden;
}
.prod-detail-3d .inner .list li .rec img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.4s;
}

@media screen and (max-width: 700px) {
  .prod-hori .inner:not(:hover) {
    background-color: #FFFAE6 !important;
  }
}
.prod-detail-relate-slide .prod-item .inner .hex-sm::before {
  background: transparent;
}
.prod-detail-relate-slide .prod-item .inner .hex-sm-inner {
  transition: 0.4s;
  background-color: transparent;
}
.prod-detail-relate-slide .prod-item .inner .info {
  background-color: transparent;
  box-shadow: none;
}
.prod-detail-relate-slide .prod-item .inner:hover .hex-sm::before {
  background-color: #ffffff;
}
.prod-detail-relate-slide .prod-item .inner:hover .hex-sm-inner {
  background-color: #ffffff;
}
.prod-detail-relate-slide .prod-item .inner:hover .info {
  background-color: #ffffff;
  box-shadow: 4px 8px 12px rgba(0, 0, 0, 0.05);
}

#button-contact-vr {
  z-index: 20 !important;
}
#button-contact-vr #fanpage-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #FFCB05;
  background-color: #FFCB05;
}
#button-contact-vr #zalo-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #FFCB05;
  background-color: #FFCB05;
}

.pum-theme-default-theme {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.pum-container,
.pum-theme-default-theme .pum-container {
  width: 50rem !important;
  border-radius: 0.6rem !important;
  overflow: hidden !important;
}
@media screen and (max-width: 550px) {
  .pum-container,
  .pum-theme-default-theme .pum-container {
    width: 30rem !important;
  }
}
.pum-container .btns, .pum-container .btns-bd, .pum-container .btns-yel, .pum-container .btns-brown,
.pum-theme-default-theme .pum-container .btns {
  margin-top: 2rem !important;
}
.pum-container .pum-close.popmake-close,
.pum-theme-default-theme .pum-container .pum-close.popmake-close {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 4rem;
  height: 4rem;
  background: transparent;
  color: #FFCB05;
  border-radius: 100rem;
  top: 1rem;
  right: 1rem;
}

.pum-title,
.pum-theme-default-theme .pum-title {
  color: #683516 !important;
}

.news-event {
  position: relative;
  overflow: hidden;
}
.news-event::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 10%;
  clip-path: polygon(100% 0, 100% 70%, 0 100%, 0 30%);
  background-color: #FFFAE6;
}
.news-event-hd {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
@media screen and (max-width: 500px) {
  .news-event-hd {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1201px) {
  .news-event-hd .desc {
    width: 58.3333333333%;
  }
}
.news-event-hd .ctrl {
  margin-left: 2.4rem;
}
@media screen and (max-width: 500px) {
  .news-event-hd .ctrl {
    margin-left: auto;
    margin-top: 2rem;
  }
}
.news-event-wr {
  position: relative;
  z-index: 2;
}
.news-event-slide .swiper-slide {
  height: auto !important;
}
.news-event-slide .swiper-slide .news-event-it {
  height: 100%;
}
.news-event-slide .swiper-slide .news-event-it .inner {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.news-event-slide .swiper-slide .news-event-it .inner .img {
  margin-top: auto;
}
.news-event-it .inner {
  background-color: #ffffff;
  padding-bottom: 1.4rem;
}
.news-event-it .inner .hd {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 2.4rem 2.4rem 0 2.4rem;
  margin-bottom: 1rem;
}
.news-event-it .inner .hd-num {
  font-size: 4rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #994F25;
}
@media only screen and (max-width: 1200px) {
  .news-event-it .inner .hd-num {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .news-event-it .inner .hd-num {
    font-size: 2.7rem;
  }
}
.news-event-it .inner .tt {
  padding: 0 2.4rem;
  margin-bottom: 1.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .news-event-it .inner .tt {
    font-size: 1.4rem;
  }
}
.news-event-it .inner .tt-txt {
  font-weight: 700;
  display: block;
  color: #683516;
  transition: 0.4s;
}
@media (hover: hover) {
  .news-event-it .inner .tt-txt:hover {
    color: #FFCB05;
  }
}
.news-event-it .inner .img {
  padding-right: 4.2rem;
}
@media screen and (max-width: 850px) {
  .news-event-it .inner .img {
    padding-right: 2.4rem;
  }
}
.news-event-it .inner .img-inner {
  display: block;
  padding-top: calc((180 / 240) * 100%);
  position: relative;
  overflow: hidden;
}
.news-event-it .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-event-it .inner .btns, .news-event-it .inner .btns-bd, .news-event-it .inner .btns-yel, .news-event-it .inner .btns-brown {
  transform: translateY(-50%);
  margin-left: auto;
}
.news-pj {
  position: relative;
}
.news-pj .bg {
  height: 57%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.news-pj .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-pj-wr {
  z-index: 2;
  position: relative;
}
.news-pj-wr .desc {
  color: #ffffff;
  text-align: center;
  margin: auto;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1201px) {
  .news-pj-wr .desc {
    width: 66.6666666667%;
  }
}
.news-pj-slide {
  position: relative;
}
.news-pj-slide .ctrl-prev, .news-pj-slide .ctrl-next {
  top: 53% !important;
}
.news-pj-slide .ctrl-prev {
  left: -4rem !important;
}
@media screen and (max-width: 1350px) {
  .news-pj-slide .ctrl-prev {
    left: 0 !important;
  }
}
.news-pj-slide .ctrl-next {
  right: -4rem !important;
}
@media screen and (max-width: 1350px) {
  .news-pj-slide .ctrl-next {
    right: 0 !important;
  }
}
.news-pj-it .inner .img {
  position: relative;
  overflow: hidden;
}
.news-pj-it .inner .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(153, 79, 37, 0.2), rgba(153, 79, 37, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  opacity: 0;
  transition: 0.4s;
  pointer-events: none;
}
.news-pj-it .inner .img-inner {
  display: block;
  padding-top: calc((404 / 282) * 100%);
  position: relative;
  overflow: hidden;
}
.news-pj-it .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-pj-it .inner .img .btnmore {
  clip-path: polygon(calc(100% - 2rem) 0, 100% 50%, calc(100% - 2rem) 100%, 0 100%, 0 0);
  background-color: #FFCB05;
  position: absolute;
  z-index: 2;
  top: 10%;
  left: 0;
  padding: 0 4rem;
  color: #683516;
  font-weight: 600;
  min-width: 15rem;
  height: 4.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.4s;
  transform: translateX(-100%);
}
@media screen and (max-width: 500px) {
  .news-pj-it .inner .img .btnmore {
    font-size: 1.3rem;
    height: 4rem;
  }
}
@media (hover: hover) {
  .news-pj-it .inner .img .btnmore:hover {
    color: #ffffff;
  }
}
@media (hover: hover) {
  .news-pj-it .inner:hover .btnmore {
    transform: translateX(0);
  }
  .news-pj-it .inner:hover .img::after {
    opacity: 1;
  }
}
@media (hover: none) {
  .news-pj-it .inner .btnmore {
    transform: translateX(0) !important;
  }
  .news-pj-it .inner .img::after {
    opacity: 1;
  }
}
.news-pj-btn {
  background-image: url("../../wp-content/uploads/btn.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 8rem;
  width: 26.3rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  margin-left: auto;
  padding: 0 4rem;
  padding-right: 4.5rem;
  font-weight: 700;
  transition: 0.4s;
  position: relative;
}
@media screen and (max-width: 860px) {
  .news-pj-btn {
    height: 6rem;
    width: 22rem;
  }
}
@media screen and (max-width: 500px) {
  .news-pj-btn {
    height: 5rem;
    width: 18rem;
  }
}
@media screen and (max-width: 410px) {
  .news-pj-btn {
    margin: auto;
  }
}
.news-pj-btn .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: 2rem;
  gap: 0.2rem;
}
@media screen and (max-width: 860px) {
  .news-pj-btn .icon {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 500px) {
  .news-pj-btn .icon {
    height: 2.4rem;
    width: 2.4rem;
  }
}
.news-pj-btn .icon-line {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  transition: 0.4s;
}
@media screen and (max-width: 860px) {
  .news-pj-btn .icon-line {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media screen and (max-width: 500px) {
  .news-pj-btn .icon-line {
    height: 2.2rem;
    width: 2.2rem;
  }
}
.news-pj-btn .icon-line img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: unset;
  transform: none;
}
.news-pj-btn .icon-line:first-child {
  margin-right: -1.5rem;
  transform: scale(0.5);
}
.news-pj-btn .icon-line:last-child {
  margin-left: -1.5rem;
  transform: scale(0.7);
}
.news-pj-btn .txt {
  color: #683516;
  transition: 0.4s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  .news-pj-btn .txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .news-pj-btn .txt {
    font-size: 1.2rem;
  }
}
.news-pj-btn .txt .name {
  display: block;
}
@media screen and (max-width: 900px) {
  .news-pj-btn .txt .name {
    font-size: 1.3rem;
  }
}
.news-pj-btn .txt .role {
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .news-pj-btn .txt .role {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 800px) {
  .news-pj-btn .txt .role {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 500px) {
  .news-pj-btn .txt .role {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .news-pj-btn:hover .txt {
    color: #ffffff;
  }
  .news-pj-btn:hover .icon-line {
    animation: scale 1.5s linear infinite;
  }
  .news-pj-btn:hover .icon-line:first-child {
    animation-delay: 0.6s;
  }
  .news-pj-btn:hover .icon-line:nth-child(2) {
    animation-delay: 0.4s;
  }
  .news-pj-btn:hover .icon-line:last-child {
    animation-delay: 0.2s;
  }
}
.news-know-it {
  width: 33.3333333333%;
}
@media screen and (max-width: 560px) {
  .news-know-it {
    width: 50%;
  }
}
.news-know-it .inner {
  position: relative;
  padding-top: 100%;
  background-color: #ffffff;
  transition: 0.4s;
}
@media (hover: hover) {
  .news-know-it .inner:hover {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  }
}
.news-know-it .inner-bk {
  position: absolute;
  height: 100%;
  top: 0;
  padding: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
.news-know-it .inner-bk .hd {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.news-know-it .inner-bk .hd .date {
  margin-right: 1.2rem;
}
.news-know-it .inner-bk .hd .tt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #683516;
  transition: 0.4s;
}
@media only screen and (max-width: 1200px) {
  .news-know-it .inner-bk .hd .tt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .news-know-it .inner-bk .hd .tt {
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  .news-know-it .inner-bk .hd .tt:hover {
    color: #FFCB05;
  }
}
.news-know-it .inner-bk .desc {
  color: #994F25;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-know-it .inner-fr {
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  z-index: 2;
  padding: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  transition: 0.4s;
  clip-path: circle(70.7% at 50% 50%);
}
@media screen and (max-width: 650px) {
  .news-know-it .inner-fr {
    padding: 1rem;
  }
}
.news-know-it .inner-fr::after {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(153, 79, 37, 0.1) 63.44%, rgba(153, 79, 37, 0.5) 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.news-know-it .inner-fr .bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.news-know-it .inner-fr .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-know-it .inner-fr .date {
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
  z-index: 2;
}
@media screen and (max-width: 650px) {
  .news-know-it .inner-fr .date {
    top: 1rem;
    left: 1rem;
  }
  .news-know-it .inner-fr .date-num {
    font-size: 1.4rem;
  }
  .news-know-it .inner-fr .date-month {
    font-size: 1.2rem;
  }
}
.news-know-it .inner-fr .tt {
  position: relative;
  margin-top: auto;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  z-index: 2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .news-know-it .inner-fr .tt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .news-know-it .inner-fr .tt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 650px) {
  .news-know-it .inner-fr .tt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 380px) {
  .news-know-it .inner-fr .tt {
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .news-know-it .inner:hover .inner-fr {
    clip-path: circle(0% at 0 51%);
  }
}
@media (hover: none) {
  .news-know-it .inner .inner-bk {
    display: none;
  }
  .news-know-it .inner .inner-fr::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 800px) {
  .news-know.sc-md-pdb8 {
    margin-bottom: 4rem;
  }
}
.news-pagi {
  margin-top: 4.2rem;
}
.news-eprise {
  background-color: #FFFAE6;
  overflow: hidden;
}
.news-eprise-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media screen and (max-width: 800px) {
  .news-eprise-flex {
    flex-direction: column;
  }
}
.news-eprise-slide {
  position: relative;
  z-index: 2;
  margin-right: -10rem;
}
@media screen and (max-width: 1200px) {
  .news-eprise-slide {
    margin-right: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.news-eprise-it {
  border: 0.3rem solid transparent;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .news-eprise-it {
    border-color: #d6c8b4;
  }
}
.news-eprise-it .img {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
}
.news-eprise-it .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-eprise-left {
  width: 48%;
}
@media screen and (max-width: 800px) {
  .news-eprise-left {
    width: 100%;
  }
}
.news-eprise-left .inner {
  padding-top: 4rem;
  color: #683516;
  padding-left: var(--rewidth);
  padding-right: 1.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1240px) {
  .news-eprise-left .inner {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 800px) {
  .news-eprise-left .inner {
    margin-bottom: 3rem;
    padding-top: 0;
  }
}
.news-eprise-left .inner .desc {
  margin-bottom: 1rem;
}
.news-eprise-left .inner .list-it {
  position: relative;
  padding-left: 2.5rem;
}
.news-eprise-left .inner .list-it:not(:first-child) {
  margin-top: 1rem;
}
.news-eprise-left .inner .list-it::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../assets/images/tick.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0.4rem;
  left: 0;
}
.news-eprise-left .swiper-slide-thumb-active .news-eprise-it {
  border-color: #994F25;
}
.news-eprise-right {
  width: 52%;
  position: relative;
}
@media screen and (max-width: 800px) {
  .news-eprise-right {
    width: 100%;
    padding: 1.5rem;
    padding-top: 0.8rem;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  .news-eprise-right .swiper {
    height: 100%;
  }
}
.news-eprise-right .inner {
  display: block;
  padding-top: calc((503 / 894) * 100%);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .news-eprise-right .inner {
    height: 100%;
  }
}
@media screen and (max-width: 500px) {
  .news-eprise-right .inner {
    min-height: 30rem;
  }
}
.news-eprise-right .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-eprise-ctrl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: auto;
  margin-top: 2rem;
}
@media screen and (max-width: 1200px) {
  .news-eprise-ctrl {
    position: absolute;
    bottom: 0;
    z-index: 2;
    right: 0;
    padding: 1rem;
    background-color: #FFFAE6;
  }
}
@media screen and (max-width: 800px) {
  .news-eprise-ctrl {
    right: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  .news-eprise-ctrl {
    position: unset;
    width: 100%;
    padding: 0;
    margin-top: 1rem;
  }
}
.news-eprise-progress {
  width: 15rem !important;
  height: 0.2rem !important;
  position: relative !important;
  border-radius: 1rem;
  background-color: #d6c8b4;
  margin: 0 1rem;
}
@media screen and (max-width: 500px) {
  .news-eprise-progress {
    width: 100% !important;
  }
}
.news-eprise-progress .swiper-pagination-progressbar-fill {
  background-color: #683516;
}
.news-eprise-num, .news-eprise-total {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #683516;
}
.news-dt .breadcrumb {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.news-dt .time {
  padding: 0 1rem;
}
.news-dt-wr {
  position: relative;
  background-color: #FFFAE6;
}
.news-dt-wr::after {
  content: "";
  height: 40rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
@media screen and (max-width: 800px) {
  .news-dt-wr::after {
    display: none;
  }
}
.news-dt-inner {
  width: 80rem;
  max-width: calc(100% - 3rem);
  margin: auto;
  position: relative;
  z-index: 2;
}
.news-dt-inner .img-inner {
  display: block;
  padding-top: calc((445 / 840) * 100%);
  position: relative;
  overflow: hidden;
}
.news-dt-inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-dt-social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem 0 5rem 0;
  background-color: #FFFAE6;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 800px) {
  .news-dt-social {
    padding: 2.4rem 0;
  }
}
.news-dt-social .txt {
  font-size: 1.4rem;
  font-weight: 700;
  color: #683516;
}
.news-dt-social .social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-left: 2rem;
  gap: 1rem;
}
.news-dt-social .social-link {
  width: 2rem;
  height: 2rem;
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.4s;
}
@media (hover: hover) {
  .news-dt-social .social-link:hover {
    transform: translateY(-0.5rem);
  }
}
.news-dt-social .social-link img {
  width: inherit;
  height: inherit;
}
.news-relate-slide {
  margin: -2rem;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .news-relate-slide {
    margin: -1.5rem;
  }
}
.news-relate-slide .swiper {
  padding: 2rem;
}
@media screen and (max-width: 1270px) {
  .news-relate-slide .swiper {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  .news-relate-slide .ctrl {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    gap: 1.6rem;
  }
}
.news-relate-slide .ctrl-prev {
  left: -2rem !important;
}
@media screen and (max-width: 1340px) {
  .news-relate-slide .ctrl-prev {
    left: 1rem !important;
  }
}
@media screen and (max-width: 500px) {
  .news-relate-slide .ctrl-prev {
    position: unset !important;
    transform: none !important;
  }
}
.news-relate-slide .ctrl-next {
  right: -2rem !important;
}
@media screen and (max-width: 1340px) {
  .news-relate-slide .ctrl-next {
    right: 1rem !important;
  }
}
@media screen and (max-width: 500px) {
  .news-relate-slide .ctrl-next {
    position: unset !important;
    transform: none !important;
  }
}
.news-relate .news-know-it {
  width: 100%;
}
.news-relate .news-know-it .inner .tt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-relate .news-know-it .inner .desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.4rem;
}

.contact-wr {
  position: relative;
  overflow: hidden;
}
.contact-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .contact-flex {
    align-items: unset;
  }
}
@media screen and (max-width: 750px) {
  .contact-flex {
    flex-direction: column-reverse;
  }
}
.contact-flex::after {
  content: "";
  background-image: url("../assets/images/contact-dec.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 36.9212962963vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .contact-flex::after {
    width: 100%;
    height: 20%;
    bottom: 0;
    top: unset;
  }
}
.contact-img {
  width: 58.3333333333%;
  position: relative;
}
@media screen and (max-width: 920px) {
  .contact-img {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .contact-img {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .contact-img .swiper {
    height: 100%;
  }
}
.contact-img .cn {
  width: 7.2916666667vw;
  height: 7.2916666667vw;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .contact-img .cn {
    width: 11.5740740741vw;
    height: 11.5740740741vw;
    transform: none;
    top: 1rem;
    left: 1rem;
  }
}
.contact-img .cn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.contact-img .inner {
  display: block;
  padding-top: calc((438 / 666) * 100%);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .contact-img .inner {
    height: 100%;
  }
}
.contact-img .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-img .news-eprise-ctrl {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .contact-img .news-eprise-ctrl {
    right: 0;
  }
}
@media screen and (max-width: 500px) {
  .contact-img .news-eprise-ctrl {
    padding: 1rem;
  }
}
.contact-content {
  width: 41.6666666667%;
  padding-left: 4rem;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-content::after {
  content: "";
  background-image: url("../assets/images/dec-lg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 100% 100%;
  width: 22.7430555556vw;
  height: 25.0578703704vw;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(100%, 40%);
}
@media screen and (max-width: 1200px) {
  .contact-content {
    padding: 3rem 0;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 920px) {
  .contact-content {
    width: 50%;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .contact-content {
    width: 100%;
    background-color: #ffffff;
    padding-left: 0;
  }
  .contact-content .tdec {
    margin: auto;
    width: fit-content;
    margin-bottom: 1rem;
  }
  .contact-content .titles {
    text-align: center;
  }
}
.contact-add-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.contact-add-item:not(:first-child) {
  margin-top: 1rem;
}
.contact-add-item .icon {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1.2rem;
  margin-top: 0.4rem;
}
.contact-add-item .icon img {
  width: inherit;
  height: inherit;
}
.contact-add-desc {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.contact-add-desc .tt {
  font-weight: 700;
  color: #683516;
}
.contact-add-link {
  color: #683516;
  transition: 0.4s;
}
@media (hover: hover) {
  .contact-add-link:hover {
    text-decoration: underline;
  }
}
.contact-f {
  --width: calc(619/1728*100vw);
  margin-top: 4rem;
  overflow: hidden;
  padding-top: 4rem;
  background-color: #FFFAE6;
}
@media screen and (max-width: 1600px) {
  .contact-f {
    --width: calc(700/1728*100vw);
  }
}
@media screen and (max-width: 1350px) {
  .contact-f {
    --width: calc(800/1728*100vw);
  }
}
@media screen and (max-width: 670px) {
  .contact-f {
    --width: calc(1000/1728*100vw);
    margin-top: 0;
  }
}
.contact-f-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media screen and (max-width: 950px) {
  .contact-f-flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 950px) {
  .contact-f-wr {
    width: 50rem;
    max-width: 100%;
    margin: auto;
  }
}
.contact-f-form {
  width: calc(100% - var(--width));
  padding-right: 2rem;
}
@media screen and (max-width: 1200px) {
  .contact-f-form {
    padding-top: 0rem;
  }
}
@media screen and (max-width: 950px) {
  .contact-f-form {
    width: 100%;
    padding-right: 0;
  }
}
.contact-f-form button {
  margin-top: 3rem;
}
@media screen and (max-width: 800px) {
  .contact-f-form button {
    margin-top: 1rem;
  }
}
.contact-f-form .titles {
  text-wrap: balance;
}
@media screen and (max-width: 950px) {
  .contact-f-form .tdec {
    margin: auto;
    width: fit-content;
  }
  .contact-f-form .titles {
    text-align: center;
  }
  .contact-f-form .btns, .contact-f-form .btns-bd, .contact-f-form .btns-yel, .contact-f-form .btns-brown {
    margin: auto;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 951px) {
  .contact-f-form .contact-f-decor {
    display: none !important;
  }
}
.contact-f-decor {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.contact-f-decor.mob {
  margin-bottom: 2rem;
}
@media screen and (min-width: 951px) {
  .contact-f-decor.mob {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .contact-f-decor.des {
    display: none;
  }
}
.contact-f-decor.is-inview .trips .trip:nth-child(1) {
  transform: scale(1);
}
.contact-f-decor.is-inview .trips .trip:nth-child(2) {
  transform: scale(-1, -1);
}
.contact-f-decor.is-inview .hexagon {
  transform: scale(1);
}
.contact-f-decor.is-inview .human {
  transform: translateX(0);
  opacity: 1;
}
.contact-f-hex {
  width: var(--width);
  height: var(--width);
  transform: translateX(4rem);
  position: relative;
  margin-top: auto;
}
@media screen and (max-width: 950px) {
  .contact-f-hex {
    margin: auto;
  }
}
@media screen and (max-width: 1300px) {
  .contact-f-hex {
    transform: translateX(0);
  }
}
.contact-f-hex .trips {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.contact-f-hex .trips .trip {
  position: absolute;
  transition: 0.4s;
}
.contact-f-hex .trips .trip img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact-f-hex .trips .trip:nth-child(1) {
  width: 25%;
  right: 15%;
  top: 0%;
  transition-delay: 0.5s;
  transform: scale(0);
}
.contact-f-hex .trips .trip:nth-child(2) {
  width: 20%;
  left: -2%;
  bottom: 5%;
  transform: scale(0, 0);
  transition-delay: 0.8s;
}
.contact-f-hex .hexagon {
  position: absolute;
  clip-path: var(--hex);
  width: 21.1226851852vw;
  height: 24.3634259259vw;
  background-color: #994F25;
  top: 5%;
  left: 0;
  transition: 0.4s;
  transition-delay: 0.3s;
  transform: scale(0);
}
@media screen and (max-width: 1600px) {
  .contact-f-hex .hexagon {
    left: 2%;
    top: 10%;
  }
}
@media screen and (max-width: 1600px) {
  .contact-f-hex .hexagon {
    left: 7%;
    top: 15%;
  }
}
@media screen and (max-width: 670px) {
  .contact-f-hex .hexagon {
    left: 14%;
    top: 20%;
  }
}
.contact-f-hex .hexagon-inner {
  top: 4%;
  left: 4%;
  right: 4%;
  bottom: 4%;
  position: absolute;
  clip-path: var(--hex);
}
.contact-f-hex .hexagon-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-f-hex .human {
  width: 65%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  opacity: 0;
  transition: 0.5s;
}
.contact-f-hex .human-inner {
  display: block;
  padding-top: calc((397 / 371) * 100%);
  position: relative;
  overflow: hidden;
}
.contact-f-hex .human-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.contact-map .inner {
  min-height: 40vh;
  height: 34.7222222222vw;
}
.contact-map .inner iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.partner-sure {
  position: relative;
  overflow: hidden;
}
.partner-sure::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../../wp-content/uploads/build.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position: top;
  pointer-events: none;
}
.partner-top {
  padding: 10rem 0 5rem 0;
}
@media screen and (max-width: 1200px) {
  .partner-top {
    padding: 8rem 0 4rem 0;
  }
}
.partner-top .desc {
  text-align: center;
  color: #683516;
}
@media screen and (min-width: 1200px) {
  .partner-top {
    width: 84rem;
    max-width: 100%;
    margin: auto;
  }
}
.partner-slide .swiper {
  background-color: #ffffff;
}
.partner-slide-it {
  display: block;
  padding-top: calc((314 / 576) * 100%);
  position: relative;
  overflow: hidden;
}
.partner-slide-it img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-slide .ctrl {
  padding: 1rem 0;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.partner-slide .ctrl-pagi {
  width: fit-content;
}
.partner-slide .ctrl-pagi .swiper-pagination-bullet {
  width: 1.2rem;
  height: 0.6rem;
  border-radius: 0 !important;
  background-color: #683516;
}
.partner-slide .ctrl-pagi .swiper-pagination-bullet-active {
  background-color: #FFCB05;
  width: 3.2rem;
}
.partner-slides .swiper {
  background-color: #ffffff;
  width: 100%;
}
.partner-slides .ctrl {
  padding: 1rem 0;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.partner-slides .ctrl-pagi {
  width: fit-content;
}
.partner-slides .ctrl-pagi .swiper-pagination-bullet {
  width: 1.2rem;
  height: 0.6rem;
  border-radius: 0 !important;
  background-color: #683516;
}
.partner-slides .ctrl-pagi .swiper-pagination-bullet-active {
  background-color: #FFCB05;
  width: 3.2rem;
}
.partner-ms-it {
  perspective: 100rem;
}
.partner-ms-it:hover .inner {
  transform: rotateY(180deg);
}
.partner-ms-it .inner {
  position: relative;
  padding-top: 115%;
  transition: transform 0.6s;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.partner-ms-it .inner-fr {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  clip-path: var(--hex);
  background-color: #FFCB05;
  z-index: 2;
}
.partner-ms-it .inner-fr-wr {
  clip-path: var(--hex);
  position: absolute;
  top: 7%;
  left: 7%;
  right: 7%;
  bottom: 7%;
}
.partner-ms-it .inner-fr-wr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-ms-it .inner-bk {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  clip-path: var(--hex);
  background-color: #FFCB05;
  background: radial-gradient(circle, rgb(36, 25, 0) 0%, rgb(255, 203, 5) 64%, rgb(255, 203, 5) 100%);
  transform: rotateY(180deg);
  z-index: 1;
}
.partner-ms-it .inner-bk-wr {
  clip-path: var(--hex);
  position: absolute;
  top: 7%;
  left: 7%;
  right: 7%;
  bottom: 7%;
  background-color: #683516;
}
.partner-ms-it .inner-bk-content {
  clip-path: var(--hex);
  position: absolute;
  top: 2%;
  left: 2%;
  right: 2%;
  bottom: 2%;
  background-color: #ffffff;
}
.partner-ms-it .inner-bk-content .content {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 1rem;
  flex-direction: column;
  padding: 2rem;
}
@media screen and (max-width: 920px) {
  .partner-ms-it .inner-bk-content .content {
    gap: 0.4rem;
  }
}
.partner-ms-it .inner-bk-content .content .icon {
  width: 5.2rem;
  height: 5.2rem;
}
@media screen and (max-width: 1120px) {
  .partner-ms-it .inner-bk-content .content .icon {
    width: 4rem;
    height: 4rem;
  }
}
.partner-ms-it .inner-bk-content .content .icon img {
  width: inherit;
  height: inherit;
}
.partner-ms-it .inner-bk-content .content .tt {
  text-align: center;
  font-weight: 700;
  color: #683516;
  display: block;
  cursor: pointer;
}
.partner-ms-it .inner-bk-content .content .desc {
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1120px) {
  .partner-ms-it .inner-bk-content .content .desc {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 850px) {
  .partner-ms-it .inner-bk-content .content .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media screen and (max-width: 950px) {
  .partner-ms-it .inner-bk-content .content {
    font-size: 1.4rem;
    padding-bottom: 5rem;
  }
}
.partner-prod .contact-f {
  margin-top: 0;
}
.partner-prod .contact-f-list {
  margin-top: 2rem;
}
.partner-prod .contact-f-it {
  position: relative;
  padding-left: 2.4rem;
}
.partner-prod .contact-f-it:not(:first-child) {
  margin-top: 1rem;
}
.partner-prod .contact-f-it::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("../assets/images/tick.svg");
  position: absolute;
  left: 0;
  top: 0.4rem;
}
.partner-prod .contact-f-flex {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .partner-prod .contact-f-flex {
    flex-direction: column;
  }
}
.partner-prod .contact-f-flex.other .contact-f-decor .hexs-it-inner {
  transform: scaleX(-1);
}
.partner-prod .contact-f-flex.other .contact-f-decor .hexagon-inner {
  transform: scaleX(-1);
}
.partner-prod .contact-f-flex.other .contact-f-decor .human-inner {
  transform: scaleX(-1);
}
.partner-prod .contact-f-decor.is-inview .hexs-it {
  transform: scale(1);
}
@media screen and (max-width: 1000px) {
  .partner-prod .contact-f-decor {
    width: fit-content;
    margin: auto;
  }
}
@media screen and (max-width: 1000px) {
  .partner-prod .contact-f-form {
    width: 100%;
    padding-right: 0;
  }
  .partner-prod .contact-f-form .tdec {
    margin: auto;
    width: fit-content;
    margin-bottom: 1rem;
  }
  .partner-prod .contact-f-form .titles {
    margin: auto;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.partner-prod .contact-f-hex {
  transform: scaleX(-1) translateX(4rem);
}
@media screen and (max-width: 1300px) {
  .partner-prod .contact-f-hex {
    transform: scaleX(-1) translateX(0);
  }
}
@media screen and (max-width: 500px) {
  .partner-prod .contact-f-hex {
    --width: calc(1400/1728*100vw);
  }
}
.partner-prod .contact-f-hex .human {
  width: 55%;
}
.partner-prod .contact-f-hex .human-inner {
  transform: scaleX(-1);
}
.partner-prod .contact-f-hex .hexagon {
  left: 17%;
  top: 17%;
  width: 17.3611111111vw;
  height: 20.2546296296vw;
}
@media screen and (max-width: 1600px) {
  .partner-prod .contact-f-hex .hexagon {
    width: 20.2546296296vw;
    height: 23.1481481481vw;
  }
}
@media screen and (max-width: 1350px) {
  .partner-prod .contact-f-hex .hexagon {
    top: 24%;
    left: 20%;
  }
}
@media screen and (max-width: 670px) {
  .partner-prod .contact-f-hex .hexagon {
    width: 24.3055555556vw;
    height: 27.7777777778vw;
  }
}
@media screen and (max-width: 500px) {
  .partner-prod .contact-f-hex .hexagon {
    width: 35.8796296296vw;
    height: 40.5092592593vw;
  }
}
.partner-prod .contact-f-hex .hexagon-inner {
  transform: scaleX(-1);
}
.partner-prod .contact-f-hex .hexs-it {
  position: absolute;
  z-index: 2;
  transition: 0.4s;
  transform: scale(0);
}
.partner-prod .contact-f-hex .hexs-it-inner {
  position: relative;
  padding-top: 115%;
  clip-path: var(--hex);
  background-color: #994F25;
  transform: scaleX(-1);
}
.partner-prod .contact-f-hex .hexs-it-inner .wrap {
  top: 6%;
  left: 6%;
  right: 6%;
  bottom: 6%;
  position: absolute;
  clip-path: var(--hex);
}
.partner-prod .contact-f-hex .hexs-it-inner .wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-prod .contact-f-hex .hexs-it:nth-child(1) {
  width: 17%;
  left: 50%;
  top: 4%;
  transition-delay: 0.5s;
}
.partner-prod .contact-f-hex .hexs-it:nth-child(2) {
  width: 22%;
  right: 5%;
  top: 15%;
  transition-delay: 0.8s;
}
.partner-prod .contact-f-hex .hexs-it:nth-child(3) {
  width: 27%;
  left: 4%;
  bottom: 1%;
  transition-delay: 1s;
}

.system-slide {
  z-index: 2;
  background-color: #ffffff;
  position: relative;
}
.system-slide-filter {
  margin-bottom: 4rem;
}
.system-slide-f {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.system-slide-sl {
  width: 25%;
}
.system-slide-sl .select2-container {
  height: 5rem;
}
.system-slide-sl .select2-container--default .select2-selection--single {
  background-color: #FFFAE6;
  border-radius: 0 !important;
  border: 0.1rem solid #683516;
  height: 5rem;
}
.system-slide-sl .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 0 !important;
}
.system-slide-sl .select2-container .select2-dropdown {
  border-radius: 0 !important;
}
.system-slide-sl .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(87, 37, 9, 0.5);
  font-weight: 400;
}
@media screen and (max-width: 950px) {
  .system-slide-sl {
    width: 50%;
  }
}
@media screen and (max-width: 460px) {
  .system-slide-sl {
    width: 100%;
  }
}
.system-slide-srch {
  flex: 1;
}
@media screen and (max-width: 950px) {
  .system-slide-srch {
    width: 100%;
    flex: unset;
  }
}
.system-slide-srch-inner {
  height: 5rem;
  border: 0.1rem solid #683516;
  padding: 0.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  background-color: #FFFAE6;
}
.system-slide-srch-inner input {
  height: 100%;
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 2rem 1rem;
  font-weight: 600;
  color: #683516;
}
.system-slide-srch-inner input.placeholder {
  color: rgba(87, 37, 9, 0.5);
  font-weight: 400;
}
.system-slide-srch-inner input:-moz-placeholder {
  color: rgba(87, 37, 9, 0.5);
  font-weight: 400;
}
.system-slide-srch-inner input::-moz-placeholder {
  color: rgba(87, 37, 9, 0.5);
  font-weight: 400;
}
.system-slide-srch-inner input:-ms-input-placeholder {
  color: rgba(87, 37, 9, 0.5);
  font-weight: 400;
}
.system-slide-srch-inner input::-webkit-input-placeholder {
  color: rgba(87, 37, 9, 0.5);
  font-weight: 400;
}
.system-slide-srch button {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #683516;
  cursor: pointer;
  transition: 0.4s;
}
@media (hover: hover) {
  .system-slide-srch button:hover {
    background-color: #FFCB05;
  }
}
.system-slide-srch button i {
  color: #ffffff;
}
.system-slide-wr {
  position: relative;
}
@media screen and (max-width: 1340px) {
  .system-slide-wr .ctrl {
    width: fit-content;
    margin: auto;
    margin-top: 3rem;
  }
}
.system-slide-wr .ctrl-prev {
  left: -4rem !important;
}
@media screen and (max-width: 1340px) {
  .system-slide-wr .ctrl-prev {
    position: unset !important;
    transform: none !important;
  }
}
.system-slide-wr .ctrl-next {
  right: -4rem !important;
}
@media screen and (max-width: 1340px) {
  .system-slide-wr .ctrl-next {
    position: unset !important;
    transform: none !important;
  }
}
.system-slide-it {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.system-slide-it .img {
  width: 100%;
  margin-bottom: 1rem;
}
.system-slide-it .img-inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  transition: 0.4s;
  border: 0.1rem solid transparent;
}
@media (hover: hover) {
  .system-slide-it .img-inner:hover {
    border-color: #683516;
    background-color: #FFFAE6;
  }
}
@media (hover: none) {
  .system-slide-it .img-inner {
    border-color: #683516;
    background-color: #FFFAE6;
  }
}
.system-slide-it .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  width: 70%;
}
.system-slide-it .link {
  font-size: 1.8rem;
  font-weight: 700;
  color: #683516;
  transition: 0.4s;
}
@media only screen and (max-width: 1200px) {
  .system-slide-it .link {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .system-slide-it .link {
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  .system-slide-it .link:hover {
    color: #FFCB05;
  }
}
.system-map {
  background-color: #FFFAE6;
}
.system-map-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .system-map-flex {
    flex-direction: column-reverse;
  }
}
.system-map-img {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .system-map-img {
    width: 100%;
  }
  .system-map-img .map {
    width: 50rem;
    margin: auto;
    max-width: 100%;
  }
}
.system-map-img .map {
  position: relative;
}
.system-map-img .map-point-box {
  min-width: 20rem;
  padding: 1.2rem;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
  background-color: #FFFAE6;
  position: absolute;
  left: 50%;
  margin-top: 0.6rem;
  transition: 0.4s;
  transform: translateX(-50%) translateY(2rem);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 3;
}
.system-map-img .map-point-box::after {
  content: "";
  height: 1rem;
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.system-map-img .map-point-box .tt {
  font-size: 1.4rem;
  font-weight: 600;
  color: #683516;
  margin-bottom: 1rem;
}
.system-map-img .map-point-box .add-it {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.system-map-img .map-point-box .add-it:not(:first-child) {
  margin-top: 1.2rem;
}
.system-map-img .map-point-box .add-it .icon {
  flex-shrink: 0;
  margin-right: 0.8rem;
  width: 2rem;
  height: 2rem;
  border-radius: 100rem;
  background-color: #FFCB05;
}
.system-map-img .map-point-box .add-it .icon img {
  width: 1rem;
  height: 1rem;
}
.system-map-img .map-point-box .add-link {
  font-size: 1.2rem;
  font-weight: 500;
  color: #683516;
}
.system-map-img .map-point-it {
  width: 5%;
  position: absolute;
}
.system-map-img .map-point-it:hover > .map-point-box {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
@media screen and (max-width: 365px) {
  .system-map-img .map-point-it:hover > .map-point-box {
    left: 50%;
    transform: translate(-40%);
  }
}
.system-map-img .map-point-it.bac {
  top: 11%;
  left: 25%;
}
.system-map-img .map-point-it.trung {
  top: 54%;
  left: 47%;
}
.system-map-img .map-point-it.nam {
  top: 77%;
  left: 39%;
}
.system-map-img .map-point-inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
.system-map-img .map-point-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.system-map-img .map-inner {
  display: block;
  padding-top: calc((654 / 548) * 100%);
  position: relative;
  overflow: hidden;
}
.system-map-img .map-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.system-map-content {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .system-map-content {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .system-map-content .tdec {
    width: fit-content;
    margin: auto;
    margin-bottom: 1rem;
  }
}
.system-yellow {
  width: 118rem;
  max-width: 100%;
  margin: auto;
  --width: 30rem;
  transform: translateY(50%);
  position: relative;
  z-index: 2;
}
.system-yellow.notrans {
  transform: none;
  margin-bottom: 8rem;
}
@media screen and (max-width: 800px) {
  .system-yellow.notrans {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  .system-yellow {
    transform: translateY(0);
  }
}
@media screen and (max-width: 950px) {
  .system-yellow {
    --width: 25rem;
  }
}
@media screen and (max-width: 800px) {
  .system-yellow {
    --width: 15rem;
  }
}
.system-yellow-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 800px) {
  .system-yellow-content {
    background: linear-gradient(139deg, #FFCB05 0%, #FAE184 100%);
    padding: 2rem;
  }
}
@media screen and (max-width: 400px) {
  .system-yellow-content {
    flex-direction: column-reverse;
  }
}
.system-yellow-content .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: linear-gradient(139deg, #FFCB05 0%, #FAE184 100%);
  align-items: center;
  justify-content: space-between;
  padding: 4.2rem 9rem;
  gap: 3rem;
  width: 100%;
  padding-right: calc(var(--width) + 5%);
}
@media screen and (max-width: 1100px) {
  .system-yellow-content .inner {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 900px) {
  .system-yellow-content .inner {
    padding: 3rem;
    padding-right: calc(var(--width) + 4%);
  }
}
@media screen and (max-width: 800px) {
  .system-yellow-content .inner {
    background: none;
    padding: 0;
    gap: 2.4rem;
    padding-right: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .system-yellow-content .inner {
    flex-direction: column;
    padding-right: 0;
  }
}
.system-yellow-content .inner .text {
  font-size: 2.6rem;
  font-weight: 700;
  color: #683516;
}
@media only screen and (max-width: 1200px) {
  .system-yellow-content .inner .text {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 800px) {
  .system-yellow-content .inner .text {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 950px) {
  .system-yellow-content .inner .text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 950px) and (max-width: 1200px) {
  .system-yellow-content .inner .text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 950px) and (max-width: 800px) {
  .system-yellow-content .inner .text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .system-yellow-content .inner .text {
    text-align: center;
  }
}
.system-yellow-content .inner .text .char {
  transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -webkit-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -moz-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -o-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  opacity: 0;
}
.system-yellow-content .inner .btns, .system-yellow-content .inner .btns-bd, .system-yellow-content .inner .btns-yel, .system-yellow-content .inner .btns-brown {
  transform: scale(0);
  transition: 0.4s;
}
.system-yellow-content .decs {
  width: var(--width);
  position: absolute;
  right: -1rem;
  bottom: -3rem;
}
@media screen and (max-width: 1210px) {
  .system-yellow-content .decs {
    right: 0;
  }
}
@media screen and (max-width: 800px) {
  .system-yellow-content .decs {
    position: unset;
  }
}
@media screen and (max-width: 400px) {
  .system-yellow-content .decs {
    flex-direction: column-reverse;
    margin-bottom: 2rem;
  }
}
.system-yellow-content .decs-inner {
  width: 100%;
  display: block;
  padding-top: calc((253 / 264) * 100%);
  position: relative;
  overflow: hidden;
  overflow: visible;
}
.system-yellow-content .decs .dec {
  position: absolute;
  z-index: 2;
  bottom: 0;
  opacity: 0;
}
.system-yellow-content .decs .dec-inner {
  display: block;
  padding-top: calc((213 / 142) * 100%);
  position: relative;
  overflow: hidden;
}
.system-yellow-content .decs .dec-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.system-yellow-content .decs .dec:nth-child(1) {
  width: 60%;
  left: 0;
}
.system-yellow-content .decs .dec:nth-child(2) {
  width: 50%;
  right: 0;
}
.system-yellow.is-inview .text .char {
  opacity: 1;
}
.system-yellow.is-inview .btns, .system-yellow.is-inview .btns-bd, .system-yellow.is-inview .btns-yel, .system-yellow.is-inview .btns-brown {
  transform: scale(1);
}
.system-yellow.is-inview .decs .dec {
  animation: slideInRight 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.system-yellow.is-inview .decs .dec:nth-child(1) {
  animation-delay: 0.3s;
}
.system-yellow.is-inview .decs .dec:nth-child(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 800px) {
  .system-contact {
    padding-top: 0;
  }
}
.system-contact-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.system-contact-map {
  width: 50%;
  min-height: 40rem;
}
.system-contact-map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 670px) {
  .system-contact-map {
    width: 100%;
  }
}
.system-contact-f {
  width: 50%;
  background-color: #FFFAE6;
  padding-left: 5rem;
  padding-top: 4rem;
  padding-right: calc(var(--rewidth) - 2.4rem);
}
@media screen and (max-width: 1100px) {
  .system-contact-f {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 800px) {
  .system-contact-f {
    padding: 0;
  }
  .system-contact-f .contact-f-form {
    padding: 4rem 2rem;
  }
}
@media screen and (max-width: 670px) {
  .system-contact-f {
    width: 100%;
  }
}
.system-contact-f .btns, .system-contact-f .btns-bd, .system-contact-f .btns-yel, .system-contact-f .btns-brown {
  margin: auto;
  margin-top: 3rem;
}
@media screen and (max-width: 950px) {
  .system-contact .contact-f-form {
    width: calc(100% - var(--width)) !important;
    padding-right: 2rem;
  }
}

.sole-nav {
  height: 6.4rem;
  position: relative;
  z-index: 10;
}
.sole-nav::after {
  content: "";
  clip-path: polygon(3rem 0%, calc(100% - 3rem) 0%, 100% 50%, calc(100% - 3rem) 100%, 3rem 100%, 0% 50%);
  height: 100%;
  width: 100%;
  background-color: #FFCB05;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.sole-nav .menu-item::after {
  display: none;
}
.sole-nav .menu-item::before {
  content: "" !important;
  height: 0.5rem;
  width: 0%;
  background-color: #683516;
  bottom: 0 !important;
  top: unset !important;
  transform: translateX(-50%) !important;
  left: 50% !important;
  transition: 0.4s;
}
@media (hover: hover) {
  .sole-nav .menu-item:hover > .menu-link {
    color: #994F25;
  }
}
.sole-nav .menu-item.current-menu-item::before {
  width: 100%;
}
.sole-nav .menu-link {
  font-weight: 600 !important;
}
@media screen and (max-width: 1600px) {
  .sole-nav .menu-link {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 1200px) {
  .sole-nav {
    display: none;
  }
}
.sole-filter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-left: auto;
  margin-top: 4rem;
}
@media screen and (max-width: 700px) {
  .sole-filter {
    flex-wrap: wrap;
  }
}
.sole-filter .text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 700px) {
  .sole-filter .text {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.sole-filter .text .icon {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1rem;
}
.sole-filter .text .icon img {
  width: inherit;
  height: inherit;
}
.sole-filter .text .txt {
  font-weight: 700;
  color: #683516;
}
.sole-filter .select {
  min-width: 33.3333333333%;
  margin-left: 2rem;
  position: relative;
  padding: 0.1rem 2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #683516;
  height: 4.4rem;
  clip-path: polygon(2rem 0%, calc(100% - 2rem) 0%, 100% 50%, calc(100% - 2rem) 100%, 2rem 100%, 0% 50%);
}
.sole-filter .select::after {
  content: "";
  position: absolute;
  clip-path: polygon(2rem 0%, calc(100% - 2rem) 0%, 100% 50%, calc(100% - 2rem) 100%, 2rem 100%, 0% 50%);
  background-color: #ffffff;
  top: 0.1rem;
  left: 0.1rem;
  right: 0.1rem;
  bottom: 0.1rem;
  z-index: -1;
}
.sole-filter .select .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-color: transparent;
}
.sole-filter .select .select2-container--default .select2-selection--single {
  background-color: transparent;
}
@media screen and (max-width: 700px) {
  .sole-filter .select {
    margin-left: 0;
    width: calc(100% - 6rem);
  }
}
.sole-filter.nosearch {
  padding-bottom: 1rem;
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .sole-filter.nosearch {
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
  }
}
.sole-filter.nosearch .side-open {
  margin-left: 0;
  width: fit-content;
  padding: 1rem;
  margin-left: auto;
}
.sole-filter.nosearch .side-open::after {
  content: attr(data-label);
  margin-left: 0.8rem;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (min-width: 1201px) {
  .sole-mobile {
    display: none;
  }
}
.sole-mobile .mobile-nav .menu-nav .menu-item > .menu-list {
  padding-left: 1rem;
  border-left: 0.1rem solid #994F25;
}
.sole-mobile .mobile-nav .menu-nav .menu-link {
  justify-content: unset !important;
  color: #683516 !important;
}
.sole-list {
  margin-top: 3rem;
}
@media screen and (max-width: 1020px) {
  .sole-list .prod-item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 730px) {
  .sole-list .prod-item {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .sole-list .prod-hori {
    width: 50%;
  }
}
@media screen and (max-width: 550px) {
  .sole-list .prod-hori {
    width: 100%;
  }
}
.sole-prod {
  overflow: hidden;
}
.sole-repl {
  background-color: #FFFAE6;
}
.sole-repl-content {
  width: 50%;
}
@media screen and (max-width: 970px) {
  .sole-repl-content {
    width: 58.3333333333%;
  }
}
@media screen and (max-width: 720px) {
  .sole-repl-content {
    width: 100%;
    margin-bottom: 2rem;
  }
  .sole-repl-content .tdec {
    margin: auto;
    width: fit-content;
  }
  .sole-repl-content .titles {
    text-align: center;
  }
}
.sole-repl-content .description {
  padding-right: 3rem;
}
@media screen and (max-width: 970px) {
  .sole-repl-content .description {
    padding-right: 0;
  }
}
.sole-repl-img {
  width: 41.6666666667%;
  margin-left: auto;
}
@media screen and (max-width: 720px) {
  .sole-repl-img {
    width: 100%;
  }
}
.sole-repl-img .img {
  position: relative;
  height: 100%;
}
.sole-repl-img .img .swiper {
  height: 100%;
}
.sole-repl-img .img .hexagon {
  position: absolute;
  margin-top: auto;
  z-index: 2;
  bottom: 4rem;
}
@media screen and (max-width: 970px) {
  .sole-repl-img .img .hexagon {
    left: 1rem;
    bottom: 1rem;
  }
}
.sole-repl-img .img .hexagon-inner {
  width: 15.0462962963vw;
  height: 17.3611111111vw;
  transform: translateX(-50%);
  clip-path: var(--hex);
}
@media screen and (max-width: 970px) {
  .sole-repl-img .img .hexagon-inner {
    transform: translateX(0);
  }
}
@media screen and (max-width: 720px) {
  .sole-repl-img .img .hexagon-inner {
    width: 23.1481481481vw;
    height: 26.6203703704vw;
  }
}
@media screen and (max-width: 500px) {
  .sole-repl-img .img .hexagon-inner {
    width: 28.9351851852vw;
    height: 32.4074074074vw;
  }
}
.sole-repl-img .img .hexagon-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sole-repl-img .img-inner {
  display: block;
  padding-top: calc((594 / 486) * 100%);
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 720px) {
  .sole-repl-img .img-inner {
    padding-top: 50%;
    min-height: 40rem;
  }
}
.sole-repl-img .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sole-repl-img .img .img-progress-verti {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 0.2rem;
  position: absolute;
  top: 50%;
  right: -4rem;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1320px) {
  .sole-repl-img .img .img-progress-verti {
    right: 0;
    width: 3rem;
    padding: 1rem 0;
    z-index: 2;
    background-color: #FFFAE6;
    transform: translate(0, -50%);
  }
}
.sole-repl-img .img .img-progress-verti-ins {
  position: relative;
  width: 15rem;
  height: 0.2rem;
  border-radius: 10rem;
  overflow: hidden;
}
.sole-repl-img .img .img-progress-verti-ins .swiper-pagination-progressbar-fill {
  background-color: #683516;
}
.sole-repl-img .img .img-progress-verti .num {
  font-weight: 700;
}
.sole-repl-img .img .progress {
  height: 15rem;
  width: 0.2rem;
  position: relative;
  overflow: hidden;
  background-color: rgba(87, 37, 9, 0.2);
  margin: 1rem 0;
}
.sole-repl-img .img .progress::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: var(--progress);
  transition: 0.4s;
  background-color: #683516;
}
.sole .contact-wr .contact-content::after {
  top: 0rem;
  bottom: unset;
  transform: translate(130%, -40%);
  width: 20vw;
  height: 20vw;
}
.sole .contact-wr .contact-flex {
  align-items: unset;
}
.sole-color-flex {
  --gutter-y: 4rem;
}
.sole-color-flex:not(:first-child) {
  margin-top: 4rem;
}
.sole-color-flex:nth-child(even) {
  flex-direction: row-reverse;
}
.sole-color-flex:nth-child(even) .progress-verti {
  left: unset;
  right: -4rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1320px) {
  .sole-color-flex:nth-child(even) .progress-verti {
    right: 0;
    background-color: #ffffff;
    z-index: 2;
    padding: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .sole-color-flex:nth-child(even) .progress-verti {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    right: unset;
    flex-direction: row;
    top: unset;
  }
}
@media screen and (max-width: 800px) {
  .sole-color-img {
    width: 100%;
  }
}
.sole-color-img-slide {
  position: relative;
  height: 100%;
}
.sole-color-img-slide .swiper {
  height: 100%;
}
.sole-color-img-slide .progress-verti {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  position: absolute;
  left: -4rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1320px) {
  .sole-color-img-slide .progress-verti {
    left: 0;
    background-color: #ffffff;
    z-index: 2;
    padding: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .sole-color-img-slide .progress-verti {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    flex-direction: row;
    top: unset;
  }
}
.sole-color-img-slide .progress-verti .num {
  font-weight: 900;
}
.sole-color-img-slide .progress-verti .progress {
  height: 15rem;
  width: 0.2rem;
  background-color: rgba(87, 38, 9, 0.2156862745);
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  margin: 1rem 0;
}
.sole-color-img-slide .progress-verti .progress::after {
  content: "";
  height: var(--progress);
  width: 100%;
  transition: 0.4s;
  background-color: #683516;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 500px) {
  .sole-color-img-slide .progress-verti .progress {
    width: 15rem;
    height: 0.2rem;
    margin: 0 1rem;
    flex-shrink: 0;
  }
  .sole-color-img-slide .progress-verti .progress::after {
    width: var(--progress);
    height: 100%;
  }
}
.sole-color-img .inner {
  display: block;
  padding-top: calc((448 / 650) * 100%);
  position: relative;
  overflow: hidden;
  height: 100%;
}
.sole-color-img .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 800px) {
  .sole-color-content {
    width: 100%;
  }
}
.sole-color-content .inner {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 920px) {
  .sole-color-content .inner .titles {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 920px) and (max-width: 1200px) {
  .sole-color-content .inner .titles {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 920px) and (max-width: 800px) {
  .sole-color-content .inner .titles {
    font-size: 1.7rem;
  }
}
.sole .news-sp-slide .news-pj-it .btnmore {
  display: none;
}
.sole .news-sp-slide .news-pj-it .rec {
  display: block;
  position: absolute;
  top: 1.8rem;
  left: 1.8rem;
  right: 1.8rem;
  bottom: 1.8rem;
  background-color: red;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 10%;
  color: #ffffff;
  text-align: center;
  background-color: rgba(97, 48, 19, 0.7529411765);
  backdrop-filter: blur(0.4rem);
  transform: scale(0);
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 520px) {
  .sole .news-sp-slide .news-pj-it .rec {
    top: 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    padding: 5%;
  }
}
.sole .news-sp-slide .news-pj-it .rec-txt {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 870px) {
  .sole .news-sp-slide .news-pj-it .rec-txt {
    font-size: 1.4rem;
  }
}
.sole .news-sp-slide .news-pj-it .inner .img::after {
  display: none;
}
@media (hover: hover) {
  .sole .news-sp-slide .news-pj-it .inner:hover .rec {
    transform: scale(1);
    opacity: 1;
  }
}
@media (hover: none) {
  .sole .news-sp-slide .news-pj-it .inner .rec {
    transform: scale(1);
    opacity: 1;
  }
}
.sole .news-sp-slide .news-pj-it .news-pj-btn {
  width: 36rem;
  height: 11.2rem;
  padding: 0 5rem;
}
@media screen and (max-width: 1200px) {
  .sole .news-sp-slide .news-pj-it .news-pj-btn {
    width: 30rem;
    height: 9rem;
  }
}
@media screen and (max-width: 960px) {
  .sole .news-sp-slide .news-pj-it .news-pj-btn {
    width: 26rem;
    height: 8rem;
  }
}
@media screen and (max-width: 870px) {
  .sole .news-sp-slide .news-pj-it .news-pj-btn {
    width: 23rem;
    height: 7rem;
  }
}
@media screen and (max-width: 760px) {
  .sole .news-sp-slide .news-pj-it .news-pj-btn {
    margin: auto;
    padding: 0 3rem;
  }
}
@media screen and (max-width: 520px) {
  .sole .news-sp-slide .news-pj-it .news-pj-btn {
    width: 20rem;
    height: 6rem;
  }
}
@media screen and (max-width: 460px) {
  .sole .news-sp-slide .news-pj-it .news-pj-btn {
    width: 18rem;
    height: 5rem;
    padding: 0 3rem;
  }
}
@media screen and (max-width: 410px) {
  .sole .news-sp-slide .news-pj-it .news-pj-btn {
    width: 23rem;
    height: 7rem;
    padding: 0 4rem;
  }
}
.sole .news-sp-slide .news-pj-it .news-pj-btn .txt {
  font-size: 2.2rem;
}
@media only screen and (max-width: 1200px) {
  .sole .news-sp-slide .news-pj-it .news-pj-btn .txt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .sole .news-sp-slide .news-pj-it .news-pj-btn .txt {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 960px) {
  .sole .news-sp-slide .news-pj-it .news-pj-btn .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 520px) {
  .sole .news-sp-slide .news-pj-it .news-pj-btn .txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 410px) {
  .sole .news-sp-slide .news-pj-it .news-pj-btn .txt {
    font-size: 1.6rem;
  }
}
.sole .news-sp-slide .ctrl .pagination {
  width: fit-content;
  margin: auto;
}
.sole .news-sp-slide .ctrl .pagination .swiper-pagination-bullet {
  width: 1.2rem;
  height: 0.6rem;
  background-color: #683516;
  border-radius: 0;
}
.sole .news-sp-slide .ctrl .pagination .swiper-pagination-bullet-active {
  width: 3.2rem;
  background-color: #FFCB05;
}
.sole .contact-f {
  margin-top: 0;
}
.sole .contact-f .btns, .sole .contact-f .btns-bd, .sole .contact-f .btns-yel, .sole .contact-f .btns-brown {
  margin-top: 3rem;
}
.sole .contact-wr {
  margin-top: 8rem;
}
@media screen and (max-width: 1200px) {
  .sole .contact-wr {
    margin-top: 4rem;
  }
}
.sole .system-contact.wfull .system-contact-f {
  width: 100% !important;
  padding: 0;
}
.sole .system-contact.wfull .system-contact-f .dec {
  position: absolute;
  width: 16.1458333333vw;
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
}
.sole .system-contact.wfull .system-contact-f .dec-inner {
  display: block;
  padding-top: calc((356 / 279) * 100%);
  position: relative;
  overflow: hidden;
}
.sole .system-contact.wfull .system-contact-f .dec-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 500px) {
  .sole .system-contact.wfull .system-contact-f .dec {
    display: none;
  }
}
.sole .system-contact.wfull .contact-f-form {
  width: 83.3333333333%;
  margin: auto;
  padding: 8rem 0;
  padding-top: 15rem;
  position: relative;
}
@media screen and (max-width: 1470px) {
  .sole .system-contact.wfull .contact-f-form {
    width: 75%;
  }
}
@media screen and (max-width: 1330px) {
  .sole .system-contact.wfull .contact-f-form {
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 1200px) {
  .sole .system-contact.wfull .contact-f-form {
    padding: 4rem 0;
    padding-top: 8rem;
  }
}
@media screen and (max-width: 800px) {
  .sole .system-contact.wfull .contact-f-form {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 500px) {
  .sole .system-contact.wfull .contact-f-form {
    width: 100%;
  }
}
.sole .system-contact.wfull .contact-f-form .tdec {
  width: fit-content;
  margin: auto;
}
.sole .system-contact.wfull .contact-f-form .titles {
  text-align: center;
}
.sole-abi-slide {
  position: relative;
}
.sole-abi-slide .ctrl-prev {
  left: -4rem !important;
}
@media screen and (max-width: 1350px) {
  .sole-abi-slide .ctrl-prev {
    left: 0 !important;
  }
}
.sole-abi-slide .ctrl-next {
  right: -4rem !important;
}
@media screen and (max-width: 1350px) {
  .sole-abi-slide .ctrl-next {
    right: 0 !important;
  }
}
.sole-abi-slide .swiper-slide {
  padding: 0 2rem;
}
@media screen and (max-width: 780px) {
  .sole-abi-slide .swiper-slide {
    padding: 0;
  }
}
.sole-abi-it {
  display: block;
  padding-top: calc((438 / 308) * 100%);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.sole-abi-it img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sole .partner-prod .contact-f-form {
  padding-left: 2.4rem;
  padding-right: 0;
}
@media screen and (max-width: 1000px) {
  .sole .partner-prod .contact-f-form {
    padding-left: 0;
  }
}
.sole-vid {
  position: relative;
  height: 28.9351851852vw;
  min-height: 30rem;
}
.sole-vid .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.sole-vid .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sole-vid-wr {
  position: relative;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.sole-vid-play {
  margin-left: 4rem;
}
@media screen and (max-width: 600px) {
  .sole-vid-play {
    margin: auto;
  }
}
.sole-vid-play .inner {
  width: 8.2rem;
  height: 9.5rem;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
}
.sole-vid-play .inner::after {
  content: "";
  width: inherit;
  height: inherit;
  background-image: url("../assets/images/play-outter.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  animation: grows 3s linear infinite;
}
.sole-vid-play .inner::before {
  content: "";
  width: inherit;
  height: inherit;
  background-image: url("../assets/images/play-outter.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  animation: grows 3s linear infinite 1s;
}
.sole-vid-play .inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
@media screen and (max-width: 1200px) {
  .sole-step {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 800px) {
  .sole-step {
    margin-bottom: 1rem;
  }
}
.sole-step-flex {
  --clip: 4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 4rem 4rem 2rem 4rem;
  background-color: #FFFAE6;
  clip-path: polygon(var(--clip) 0%, calc(100% - var(--clip)) 0%, 100% 50%, calc(100% - var(--clip)) 100%, var(--clip) 100%, 0% 50%);
  position: relative;
}
@media screen and (max-width: 800px) {
  .sole-step-flex {
    --clip: 3rem ;
  }
}
@media screen and (max-width: 460px) {
  .sole-step-flex {
    --clip: 0rem ;
  }
}
@media screen and (max-width: 800px) {
  .sole-step-flex {
    padding: 2rem;
  }
}
@media screen and (max-width: 460px) {
  .sole-step-flex {
    margin-top: 1.5rem;
    padding: 1rem;
  }
}
.sole-step-it {
  width: 33.3333333333%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.sole-step-it:first-child .num::after {
  display: none;
}
.sole-step-it.active .num::after {
  background-color: #683516;
}
.sole-step-it.active .num-txt {
  background-color: #683516;
  color: #ffffff;
}
.sole-step-it .num {
  margin-bottom: 0.8rem;
  position: relative;
  width: 100%;
}
.sole-step-it .num::after {
  content: "";
  width: 100%;
  height: 0.4rem;
  background-color: #E1CBBE;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.sole-step-it .num-txt {
  width: 5rem;
  height: 5.5rem;
  clip-path: var(--hex);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #E1CBBE;
  font-weight: 700;
  color: #572509;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  margin: auto;
  padding: 0 0.5rem;
}
@media only screen and (max-width: 1200px) {
  .sole-step-it .num-txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .sole-step-it .num-txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 800px) {
  .sole-step-it .num-txt {
    width: 3rem;
    height: 3.2rem;
  }
}
.sole-step-it .txt {
  font-weight: 700;
  color: #683516;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .sole-step-it .txt {
    font-size: 1.4rem;
  }
}

.faq {
  padding-top: 8rem;
}
.faq .titles {
  margin-bottom: 4rem;
}
.faq .titles .char {
  padding: 0.5rem 2rem;
  background-color: #FFFAE6;
  margin: 0 1rem;
}
.faq-collapse-item:not(:first-child) {
  margin-top: 1rem;
}
.faq-collapse-item.active .collapse-head {
  background-color: #FFCB05;
}
.faq-collapse-item.active .collapse-head .icon {
  transform: rotate(-90deg);
}
.faq-collapse-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background-color: #FFFAE6;
  padding: 1.8rem 4.2rem;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 1200px) {
  .faq-collapse-head {
    padding: 1.4rem 2rem;
  }
}
.faq-collapse-head .txt {
  font-size: 1.8rem;
  font-weight: 600;
  color: #683516;
  margin-right: 1rem;
}
@media only screen and (max-width: 1200px) {
  .faq-collapse-head .txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .faq-collapse-head .txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .faq-collapse-head .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  .faq-collapse-head .txt {
    font-size: 1.4rem;
  }
}
.faq-collapse-head .icon {
  margin-left: auto;
  width: 1.4rem;
  height: 1.4rem;
  margin-top: 0.6rem;
  transition: 0.4s;
}
.faq-collapse-head .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq-collapse-body .desc {
  padding: 2rem 4.2rem;
}
@media screen and (max-width: 1200px) {
  .faq-collapse-body .desc {
    font-size: 1.4rem;
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 950px) {
  .faq-flex {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 950px) {
  .faq-left {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .faq-img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .faq-img .img {
    width: 50rem;
    max-width: 100%;
    margin: auto;
  }
}
.faq-img .img {
  height: 100%;
}
.faq-img .img-inner {
  display: block;
  padding-top: calc((407 / 462) * 100%);
  position: relative;
  overflow: hidden;
  height: 100%;
}
.faq-img .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq .btns, .faq .btns-bd, .faq .btns-yel, .faq .btns-brown {
  margin-top: 4rem;
}
@media screen and (max-width: 600px) {
  .faq .btns, .faq .btns-bd, .faq .btns-yel, .faq .btns-brown {
    margin: auto;
    margin-top: 4rem;
  }
}

.ab .partner-sure .partner-top {
  width: 100%;
}
.ab-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 1rem;
}
@media screen and (max-width: 720px) {
  .ab-text {
    flex-direction: column;
    align-items: center;
  }
}
.ab-text-sm {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #683516;
  margin-right: 1rem;
}
@media only screen and (max-width: 1200px) {
  .ab-text-sm {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .ab-text-sm {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 720px) {
  .ab-text-sm {
    margin-right: 0;
    text-align: center;
  }
}
.ab-text-year {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 7vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background: url("../assets/images/year.jpg");
  background-size: 100% 100%;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.1);
  -webkit-background-clip: text;
  line-height: 1;
}
@media screen and (max-width: 920px) {
  .ab-text-year {
    font-size: 7rem;
  }
}
.ab .partner-sure .titles {
  position: relative;
  z-index: 2;
}
.ab-partner {
  position: relative;
  z-index: 1;
}
.ab-partner::after {
  content: "";
  width: 120%;
  height: 130%;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: radial-gradient(white, rgba(255, 255, 255, 0.5));
}
.ab-partner-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 900px) {
  .ab-partner-flex {
    gap: 1.2rem;
  }
}
.ab-partner-it {
  width: calc(33.3333333333% - 2rem);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .ab-partner-it {
    width: calc(50% - 0.6rem);
  }
}
@media screen and (max-width: 500px) {
  .ab-partner-it {
    width: 100%;
  }
}
.ab-partner-it .icon {
  width: 5.2rem;
  height: 5.2rem;
  margin-bottom: 1.4rem;
}
.ab-partner-it .icon img {
  width: inherit;
  height: inherit;
}
.ab-partner-it .tt {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #683516;
}
@media screen and (max-width: 700px) {
  .ab-partner-it .tt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 700px) {
  .ab-partner-it .desc {
    font-size: 1.4rem;
  }
}
.ab .sole-repl {
  background-color: #ffffff;
}

.home .btns, .home .btns-bd, .home .btns-yel, .home .btns-brown {
  margin-top: 4rem;
}
.home-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 7vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background: url("../../wp-content/uploads/home-text.webp");
  background-size: 100% 100%;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.1);
  -webkit-background-clip: text;
  line-height: 1;
  position: relative;
  z-index: 2;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .home-text {
    font-size: 5rem;
  }
}
@media screen and (max-width: 400px) {
  .home-text {
    font-size: 4rem;
  }
}
.home .partner-sure .btns, .home .partner-sure .btns-bd, .home .partner-sure .btns-yel, .home .partner-sure .btns-brown {
  margin: auto;
  margin-top: 4rem;
}
.home .partner-top {
  width: 100%;
}
.home .sole-prod .btns, .home .sole-prod .btns-bd, .home .sole-prod .btns-yel, .home .sole-prod .btns-brown {
  margin: auto;
  margin-top: 4rem;
}
.home .news-know .mga {
  margin: auto;
  margin-bottom: 4rem;
}
.home-col .swiper-wrapper {
  flex-direction: row !important;
}
.home-col .swiper-slide {
  margin-top: 0 !important;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1140px) {
  .home-col .swiper-slide {
    margin-bottom: 1.6rem;
  }
}
.home-col .swiper-slide .news-know-it {
  width: 100%;
}
.home-col .swiper-slide .news-know-it .btns, .home-col .swiper-slide .news-know-it .btns-bd, .home-col .swiper-slide .news-know-it .btns-yel, .home-col .swiper-slide .news-know-it .btns-brown {
  left: 0;
}
.home-sole .swiper-slide {
  overflow: hidden;
  height: auto !important;
}
.home-sole-it {
  padding: 5% 8% 5% 16%;
  height: 100%;
  position: relative;
  background-color: red;
}
@media screen and (max-width: 1200px) {
  .home-sole-it {
    padding: 4% 3%;
  }
}
.home-sole-it::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(225, 225, 225, 0.6);
}
.home-sole-it .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-sole-it .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-sole-it .bgy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFCB05;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  clip-path: circle(141.2% at 0 100%);
  transition: 0.4s;
  z-index: 2;
}
.home-sole-it .bgy img {
  width: 40%;
  transform: translateX(-2rem);
}
.home-sole-it:hover .bgy {
  clip-path: circle(0% at 0 100%);
}
.home-sole-it .content {
  position: relative;
  z-index: 3;
}
.home-sole-it .content-tt {
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 1200px) {
  .home-sole-it .content-tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-sole-it .content-tt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1310px) {
  .home-sole-it .content-tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1310px) and (max-width: 1200px) {
  .home-sole-it .content-tt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1310px) and (max-width: 800px) {
  .home-sole-it .content-tt {
    font-size: 1.5rem;
  }
}
.home-sole-it .content-tt::after {
  content: "";
  width: 20rem;
  height: 0.2rem;
  background-color: #683516;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home-sole-it .content-l {
  width: 70%;
}
@media screen and (max-width: 1200px) {
  .home-sole-it .content-l {
    width: 100%;
  }
}
.home-sole-it .content-l-it {
  position: relative;
  padding-left: 2rem;
  color: rgba(87, 37, 9, 0.8);
}
.home-sole-it .content-l-it::after {
  content: "";
  background-image: url("../assets/images/tick.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  left: 0;
  top: 0.5rem;
}

.txt-16px {
  color: #572509;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 767px) {
  .txt-16px {
    font-size: 1.4rem;
  }
}

.wr-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: 5rem;
  z-index: 5;
}
.wr-loading .loading {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  border: 10px solid #ddd;
  border-top-color: #994F25;
  transition: all ease 1s;
  animation: rotate 1s infinite;
}
@media (max-width: 575px) {
  .wr-loading .loading {
    width: 4rem;
    height: 4rem;
  }
}

@keyframes rotate {
  100% {
    rotate: 360deg;
  }
}
.calc-wr {
  margin: 10rem 0;
  width: 100%;
}
@media (max-width: 767px) {
  .calc-wr {
    margin: 5rem 0;
  }
}
.calc-wr .wr-form {
  background-color: #FFF8E2;
}
.calc-wr .titles {
  font-size: 5rem;
}
@media (max-width: 767px) {
  .calc-wr .titles {
    font-size: 4rem;
  }
}
.calc-wr .form-heading {
  color: #994F25;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.12px;
  margin-bottom: 3rem;
}
@media (max-width: 600px) {
  .calc-wr .form-heading {
    font-size: 2rem;
  }
}
.calc-wr .wr-result {
  width: 100%;
  padding-top: 10rem;
}
@media (max-width: 992px) {
  .calc-wr .wr-result {
    padding-top: 5rem;
  }
}
.calc-wr .wr-result-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.calc-wr .wr-result-inner .wr-left {
  width: 40%;
  padding-right: 10rem;
}
@media (max-width: 992px) {
  .calc-wr .wr-result-inner .wr-left {
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .calc-wr .wr-result-inner .wr-left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 0;
  }
}
.calc-wr .wr-result-inner .wr-left .info-subtt {
  font-size: 1.8rem;
  color: #994F25;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 767px) {
  .calc-wr .wr-result-inner .wr-left .info-subtt {
    font-size: 1.6rem;
  }
}
.calc-wr .wr-result-inner .wr-left .info-tt {
  display: inline-block;
  font-size: 3.2rem;
  color: #572509;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.16px;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .calc-wr .wr-result-inner .wr-left .info-tt {
    font-size: 2.4rem;
  }
}
.calc-wr .wr-result-inner .wr-left .info-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 2.4rem;
}
.calc-wr .wr-result-inner .wr-left .info-item {
  font-weight: 400;
}
.calc-wr .wr-result-inner .wr-left .info-item span {
  font-weight: 600;
}
.calc-wr .wr-result-inner .wr-left .calc-finally {
  color: var(--en, #572509);
  font-style: normal;
  margin-top: 6rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .calc-wr .wr-result-inner .wr-left .calc-finally {
    margin-bottom: 1.6rem;
  }
}
.calc-wr .wr-result-inner .wr-left .calc-finally p {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 1.2rem;
}
.calc-wr .wr-result-inner .wr-left .calc-finally span {
  font-size: 6.4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .calc-wr .wr-result-inner .wr-left .calc-finally span {
    font-size: 4.8rem;
  }
}
.calc-wr .wr-result-inner .wr-left .button {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-bottom: 1.2rem;
}
@media (max-width: 991px) {
  .calc-wr .wr-result-inner .wr-left .button {
    margin-bottom: 2rem;
  }
}
.calc-wr .wr-result-inner .wr-left .button .btns-yel:hover .txt {
  background-color: transparent;
}
.calc-wr .wr-result-inner .wr-left .button .btns-yel:hover .txt-inner {
  background-color: #FFCB05;
  color: #683516;
}
@media (max-width: 575px) {
  .calc-wr .wr-result-inner .wr-left .button .btns-yel {
    font-size: 1.4rem;
  }
}
.calc-wr .wr-result-inner .wr-left .button .btns-yel .txt {
  background-color: #683516;
}
.calc-wr .wr-result-inner .wr-left .button .btns-yel .txt-inner {
  background-color: white;
}
.calc-wr .wr-result-inner .wr-left .note {
  color: var(--en, #572509);
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 300;
  line-height: 150%;
}
.calc-wr .wr-result-inner .wr-left .note span {
  font-weight: 600;
}
.calc-wr .wr-result-inner .wr-right {
  width: 60%;
  padding-left: 10rem;
}
@media (max-width: 992px) {
  .calc-wr .wr-result-inner .wr-right {
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .calc-wr .wr-result-inner .wr-right {
    margin-top: 2rem;
    width: 100%;
    padding-left: 0;
  }
}
.calc-wr .wr-result-inner .wr-right .prod-tt {
  color: #572509;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  text-align: left;
}
@media (max-width: 992px) {
  .calc-wr .wr-result-inner .wr-right .prod-tt {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
.calc-wr .wr-result-inner .wr-right .prod-list {
  display: flex;
  flex-wrap: wrap;
}
.calc-wr .wr-result-inner .wr-right .prod-item {
  width: 50%;
  padding: 0 1.2rem;
}
.calc-wr .wr-result-inner .wr-right .prod-item .inner {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex {
  display: flex;
  align-items: center;
}
.calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .hex-bg {
  width: 100%;
  padding-top: 107.3619631902%;
  position: relative;
}
.calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .hex-bg::after {
  content: "";
  background-color: #FFCB05;
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .hex-sm {
  width: 100%;
  position: absolute;
  padding-top: 107.3619631902%;
  transform: scale(0.9);
  z-index: 5;
}
@media screen and (max-width: 500px) {
  .calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .hex-sm {
    transform: scale(0.95);
  }
}
.calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .hex-sm::after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #683516;
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  z-index: 2;
  transition: 0.4s;
  opacity: 0;
}
.calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .hex-sm::before {
  content: "";
  top: 2%;
  left: 2%;
  right: 2%;
  bottom: 2%;
  position: absolute;
  background-color: #ffffff;
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  z-index: 3;
}
.calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .hex-sm-inner {
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  background-color: #ffffff;
  top: 0.3em;
  left: 0.3em;
  right: 0.3em;
  bottom: 0.3em;
  position: absolute;
  z-index: 4;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .hex-sm-inner::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(0deg, rgba(123, 49, 7, 0.3), rgba(123, 49, 7, 0.3));
  opacity: 0;
  transition: 0.4s;
}
@media (hover: hover) {
  .calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .hex-sm-inner:hover::after {
    opacity: 1;
  }
}
.calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .hex-sm-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  width: 80%;
}
.calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .hex-sm:hover::after {
  opacity: 1;
}
.calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .info {
  background-color: #ffffff;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  margin-top: -30.7%;
  width: 85.5%;
  z-index: 4;
  padding: 0 1rem 2.4rem 1rem;
  padding-top: 25%;
  gap: 1rem;
  height: 100%;
  transition: 0.4s;
}
@media screen and (max-width: 500px) {
  .calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .info {
    width: 94.5%;
    padding-top: 32%;
  }
}
.calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .info-tt {
  text-align: center;
  display: block;
  font-weight: 700;
  color: #683516;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.4s;
}
@media screen and (max-width: 500px) {
  .calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .info-tt {
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .info-tt:hover {
    color: #FFCB05;
  }
}
.calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .info .desc {
  text-align: center;
  font-weight: 700;
  color: #994F25;
  font-size: 1.4rem;
}
@media screen and (max-width: 500px) {
  .calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .info .desc {
    font-size: 1.2rem;
  }
}
.calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .info .btns, .calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .info .btns-bd, .calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .info .btns-yel, .calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .info .btns-brown {
  text-align: center;
  margin-top: auto;
  opacity: 0;
  transition: 0.4s;
  transform: scale(0);
}
@media screen and (max-width: 500px) {
  .calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .info .btns, .calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .info .btns-bd, .calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .info .btns-yel, .calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .info .btns-brown {
    height: 3.5rem;
  }
  .calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .info .btns .txt, .calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .info .btns-bd .txt, .calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .info .btns-yel .txt, .calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .info .btns-brown .txt {
    --corner: 1rem;
  }
  .calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .info .btns .txt-inner, .calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .info .btns-bd .txt-inner, .calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .info .btns-yel .txt-inner, .calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .info .btns-brown .txt-inner {
    font-size: 1.4rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 350px) {
  .calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .info .btns, .calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .info .btns-bd, .calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .info .btns-yel, .calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .info .btns-brown {
    height: 3rem;
  }
  .calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .info .btns .txt-inner, .calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .info .btns-bd .txt-inner, .calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .info .btns-yel .txt-inner, .calc-wr .wr-result-inner .wr-right .prod-item .inner .wr-hex .info .btns-brown .txt-inner {
    font-size: 1.4rem;
    padding: 0 1rem;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 501px) {
  .calc-wr .wr-result-inner .wr-right .prod-item .inner:hover .hex-bg {
    transform: scale(0.95) !important;
  }
}
.calc-wr .wr-result-inner .wr-right .prod-item .inner:hover .hex-sm::after {
  opacity: 1;
}
.calc-wr .wr-result-inner .wr-right .prod-item .inner:hover .info {
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.2);
}
.calc-wr .wr-result-inner .wr-right .prod-item .inner:hover .info .btns, .calc-wr .wr-result-inner .wr-right .prod-item .inner:hover .info .btns-bd, .calc-wr .wr-result-inner .wr-right .prod-item .inner:hover .info .btns-yel, .calc-wr .wr-result-inner .wr-right .prod-item .inner:hover .info .btns-brown {
  transform: scale(1);
  opacity: 1;
}
@media screen and (min-width: 501px) {
  .calc-wr .wr-result-inner .wr-right .prod-item .inner:hover .hex-bg {
    transform: scale(0.95) !important;
  }
}
@media screen and (hover: none) and (min-width: 501px) {
  .calc-wr .wr-result-inner .wr-right .prod-item .inner .info .hex-bg {
    transform: scale(0.95) !important;
  }
}
@media (hover: none) {
  .calc-wr .wr-result-inner .wr-right .prod-item .inner .info .btns, .calc-wr .wr-result-inner .wr-right .prod-item .inner .info .btns-bd, .calc-wr .wr-result-inner .wr-right .prod-item .inner .info .btns-yel, .calc-wr .wr-result-inner .wr-right .prod-item .inner .info .btns-brown {
    transform: scale(1);
    opacity: 1;
  }
}
.calc-wr .wr-result-inner .wr-right .prod-hori .inner {
  gap: 2rem;
}
@media (min-width: 1001px) {
  .calc-wr .wr-result-inner .wr-right .prod-hori .inner {
    height: 20.2rem;
  }
}
@media (min-width: 1001px) {
  .calc-wr .wr-result-inner .wr-right .prod-hori .inner .hex-bg {
    width: 24.6rem;
    height: 19.2rem;
  }
}
@media (min-width: 1001px) {
  .calc-wr .wr-result-inner .wr-right .prod-hori .inner .hex-sm {
    width: 20rem;
    height: 16.2rem;
  }
}
.calc-wr .wr-result-inner .wr-right .prod-hori .inner .info {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 700px) {
  .calc-wr .wr-result-inner .wr-right .prod-hori .inner .info {
    align-items: center;
  }
}
.calc-wr .wr-result-inner .wr-right .prod-hori .inner .info .info-inner {
  margin-right: 0;
  height: auto;
}
.calc-wr .wr-result-inner .wr-right .prod-hori .inner .info .btns-yel {
  margin-top: 2rem;
}
@media (max-width: 992px) {
  .calc-wr .wr-result-inner .wr-right .prod-hori .inner .info .btns-yel {
    margin-top: 0;
  }
}

/*# sourceMappingURL=style.css.map */
