@charset "UTF-8";
@font-face {
  font-family: "SVN-Saint-Monica";
  src: url(/wp-content/themes/IFNTThemes/fonts/SVN-Saint-Monica.otf) format("opentype");
  font-style: normal;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

input,
textarea,
select,
button {
  outline: none;
}

a {
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #310002;
}

img {
  display: block;
  max-width: 100%;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p,
h1,
h4,
h2,
h3 {
  margin: 0;
  line-height: 1.6;
}

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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body {
  overflow-x: hidden !important;
}

button {
  border: 0;
  background-color: transparent;
}
button:focus {
  box-shadow: none !important;
}
button:hover {
  opacity: 0.9;
}

a,
a.nav-link {
  transition: all 0.15s linear;
}
a:hover,
a.nav-link:hover {
  opacity: 0.9;
}

/* PC Alway  */
/* PC BIG  */
/* PC BIG Lower */
/* PC BIG 16 */
/* PC fit */
/* PC custom fit sub */
/* PC fit-sub */
/* PC fit lower */
/* PC fit lower */
/* PC fit small */
/* PC HD */
/* PC Change */
/* PC LOWER  min-1023px */
/* Mobile & tablet */
/* Tablet */
/* Min Mobile */
/* Mobile */
/* Phone Small */
html {
  font-size: 16px;
  scroll-behavior: smooth !important;
}

html,
body {
  position: relative;
}

body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  line-height: 1.4;
  min-height: 100vh;
  color: #310002;
  --widthDefault: 1038px;
  background-color: #fffaf1;
}
@media only screen and (max-width: 46.1875em) {
  body {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1650px) {
  body .container-xl {
    max-width: 1300px;
  }
}
@media only screen and (max-width: 63.9375em) {
  body .container-xl {
    max-width: 100%;
  }
  body .container-xl .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (min-width: 1650px) {
  body .container-lg {
    max-width: 1194px;
  }
}
@media only screen and (max-width: 63.9375em) {
  body .container-lg {
    max-width: 100%;
  }
  body .container-lg .hide-on-bothTM {
    display: none !important;
  }
}
body .container {
  max-width: var(--widthDefault);
  padding: 0 16px;
}

@keyframes fadeModal {
  0% {
    transform: translateX(110%);
  }
  50% {
    transform: translateX(-6%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes fadeShow {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeHide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeShowReference {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeHover {
  0% {
    font-size: 24px;
    font-weight: 500;
  }
  50% {
    font-size: 28px;
    font-weight: 800;
  }
  100% {
    font-weight: 900;
    font-size: 27px;
  }
}
@keyframes fadeHideZoom {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes spinner {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-one {
  0% {
    transform: rotateX(40deg) rotateY(-50deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(40deg) rotateY(-50deg) rotateZ(360deg);
  }
}
@keyframes rotate-two {
  0% {
    transform: rotateX(55deg) rotateY(15deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(55deg) rotateY(15deg) rotateZ(360deg);
  }
}
@keyframes rotate-three {
  0% {
    transform: rotateX(40deg) rotateY(60deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(40deg) rotateY(60deg) rotateZ(360deg);
  }
}
/* Track */
/* Handle */
/* Handle on hover */
.general-title {
  font-size: 40px;
  font-weight: 800;
  color: #bf2027;
  line-height: 1.3;
}
@media only screen and (max-width: 1366px) {
  .general-title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .general-title {
    line-height: 1.4;
    font-size: 30px;
  }
  .general-title .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .general-title {
    font-size: 22px;
  }
}
.general-title.special {
  text-align: center;
  color: #310002;
}
.general-btn {
  font-weight: 700;
  font-size: 16px;
  margin-top: 50px;
  padding: 13px 31px;
  width: fit-content;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border-radius: 8px;
  background-color: #bf2027;
}
.general-btn:hover {
  color: #fff;
}
.general-btn:hover svg {
  transform: translateX(6px);
}
.general-btn svg {
  margin-left: 14px;
  transform: translateX(0px);
  transition: transform 0.3s;
}
.general-content {
  padding: 20px 20px 40px;
  background-color: #fff;
}
.general-content * {
  margin: revert;
  font-size: 16px;
  padding: revert;
  list-style-type: revert;
  display: revert;
  color: revert;
  text-decoration: revert;
  line-height: 1.7;
}
.general-content img {
  max-width: 100%;
}
.general-pagination {
  margin-top: 50px;
  padding: 0 14px;
}
.general-pagination__item.disabled .general-pagination__link {
  background-color: #e9e9e9;
}
.general-pagination__item + .general-pagination__item {
  margin-left: 10px;
}
.general-pagination__link {
  color: #666666;
  width: 40px;
  height: 40px;
  font-size: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 4px;
  background-color: transparent;
}
.general-pagination__link:hover {
  color: #bf2027;
  background-color: rgba(191, 32, 39, 0.2);
}
.general-pagination__link.active {
  font-weight: 700;
  color: #fff;
  background-color: #bf2027;
  border-color: #bf2027;
}
.general-pagination__link.active:hover {
  color: #fff;
}

.offcanvas {
  transition: transform 0.3s ease-in-out !important;
}

.fade {
  transition: opacity 0.15s linear;
}

.modal {
  z-index: 1077;
}
.modal-header {
  border-bottom: 0;
}

.offcanvas {
  z-index: 1056;
}
.offcanvas-backdrop {
  z-index: 1055;
}
.offcanvas-backdrop.show {
  opacity: 0.4;
}

.optgroup .option {
  padding-left: 16px;
}

.ts-dropdown .optgroup-header {
  color: #a5a5a5;
  font-weight: 600;
}

.fancybox__container {
  z-index: 1055;
}
.fancybox__container .fancybox__content {
  width: 80% !important;
  height: 80% !important;
  max-width: calc(100% - 100px) !important;
  max-height: calc(100% - 88px) !important;
}

.f-thumbs__slide__button {
  border-radius: 5px;
  border: 1.2px solid transparent;
}
.f-thumbs__slide.is-nav-selected .f-thumbs__slide__button {
  border-color: red;
}

.dropdown-toggle::after {
  display: none;
}

@media only screen and (max-width: 46.1875em) {
  #toasts {
    max-width: 90%;
  }
}
@media only screen and (max-width: 46.1875em) {
  #toasts .toast {
    margin: 0 !important;
    width: 100% !important;
  }
}

@keyframes slideIn {
  from {
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Animation khi đóng modal */
@keyframes slideOut {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100px);
    opacity: 0;
  }
}
/* Gán animation cho modal */
.modal.show .modal-dialog {
  animation: slideIn 0.5s ease-out;
}

.modal.hide .modal-dialog {
  animation: slideOut 0.5s ease-in;
}

.select2-container .select2-selection--single {
  height: auto;
  font-size: 16px;
  padding: 13px 24px 14px 12px;
}
.select2-container .select2-results__option {
  font-size: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
  padding-left: 0px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

.noUi {
  /* Styling;*/
  /* Handles and cursors;*/
  /* Painting and performance;
  * Browsers can paint handles in their own layer. */
  /* Slider size and handle placement;*/
}
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.noUi-handle:active {
  border: 8px solid #345dbb;
  border: 8px solid rgba(255, 193, 7, 0.39);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}
.noUi-background {
  background: #d6d7d9;
}
.noUi-connect {
  background: #ffb93b;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-origin, .noUi-target {
  border-radius: 2px;
}
.noUi-draggable {
  cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
  height: 4px;
}
.noUi-horizontal .noUi-handle {
  left: -9px;
  top: -7px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffb93b;
}
.noUi-horizontal .noUi-handle::after {
  position: absolute;
  content: "";
  inset: 4px;
  border-radius: 50%;
  background-color: #fff;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when its values is > 50%. */
  z-index: 10;
}

/* Disabled state;*/
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

@media (max-width: 1200px) {
  body {
    overflow-x: auto;
  }
}
@media (min-width: 1650px) and (max-width: 1920px) {
  .modal-backdrop {
    zoom: 120%;
  }
  #show_popup,
  #tooltip {
    zoom: 1.1111111111;
  }
}
.skeleton {
  -webkit-animation: skeleton-loading 1s linear infinite alternate;
  animation: skeleton-loading 1s linear infinite alternate;
  display: block;
}

@-webkit-keyframes skeleton-loading {
  0% {
    background-color: #c2cfd6;
  }
  100% {
    background-color: #f0f3f5;
  }
}
@keyframes skeleton-loading {
  0% {
    background-color: #c2cfd6;
  }
  100% {
    background-color: #f0f3f5;
  }
}
.header {
  position: relative;
  z-index: 99;
  min-height: 85px;
}
@media only screen and (max-width: 63.9375em) {
  .header {
    min-height: 62px;
  }
  .header .hide-on-bothTM {
    display: none !important;
  }
}
.header-scroll.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  animation: fadeShow 0.35s linear;
}
.header-main {
  background-color: #bf2027;
}
.header-main__wrapper {
  gap: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-nav {
  width: 100%;
  padding: 20px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .header-nav {
    display: none;
  }
  .header-nav .hide-on-bothTM {
    display: none !important;
  }
}
.header-nav::-webkit-scrollbar {
  display: none;
}
.header-nav__link {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  padding: 12px 0 11px;
  white-space: nowrap;
  transition: all 0.3s;
  text-transform: uppercase;
}
@media only screen and (max-width: 1440px) {
  .header-nav__link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1283px) {
  .header-nav__link {
    font-size: 15px;
  }
  .header-nav__link .hide-on-pc-HD {
    display: none;
  }
}
.header-nav__link:hover {
  opacity: 1;
  color: #fff;
}
.header-nav__link + .header-nav__link {
  margin-left: 8px;
}
.header-nav__link.special {
  padding: 0;
}
.header-nav__link.active {
  color: #fff;
  font-weight: 800;
}
.header-logo {
  --size: 158px;
  width: var(--size);
  min-width: var(--size);
  height: 105px;
  margin-bottom: -20px;
  padding-top: 21px;
  border-radius: 0 0 80px 80px;
  background-color: #fff;
}
@media only screen and (max-width: 63.9375em) {
  .header-logo {
    --size: 128px;
    height: 85px;
  }
  .header-logo .hide-on-bothTM {
    display: none !important;
  }
}
.header-logo img {
  width: 100%;
  height: 37px;
  object-fit: contain;
}
@media only screen and (max-width: 63.9375em) {
  .header-logo img {
    height: 27px;
  }
  .header-logo img .hide-on-bothTM {
    display: none !important;
  }
}
.header-activity {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header-activity__menu {
  margin-left: 22px;
  display: none;
}
@media only screen and (max-width: 63.9375em) {
  .header-activity__menu {
    display: block;
  }
  .header-activity__menu .hide-on-bothTM {
    display: none !important;
  }
}
.header-activity__menu i {
  color: #fff;
  font-size: 30px;
}
.header-offcanvas {
  background-color: #bf2027;
}
.header-offcanvas__close {
  opacity: 1;
  border-radius: 50%;
  background-color: #fff;
}
.header-offcanvas__body {
  position: relative;
  height: 100%;
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
}
.header-offcanvas__list {
  margin-top: 20px;
  border-top: 1px dashed #dadada;
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 8px 14px 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header-offcanvas__list::-webkit-scrollbar {
  display: none;
}
.header-offcanvas__link {
  padding: 9px 0px 8px;
}
.header-offcanvas__link + .header-offcanvas__link {
  margin-left: 0;
}
.header-offcanvas__account {
  display: flex;
}
.header-offcanvas .header-nav {
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.header-offcanvas .header-nav__link {
  display: inline-block;
}
.header-offcanvas .header-nav__link + .header-nav__link {
  margin-left: 0;
}

.footer {
  color: #fff;
  padding: 60px 0;
  background-color: #310002;
}
.footer-header__logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 46.1875em) {
  .footer-header__logo img {
    height: 60px;
  }
}
.footer-header__desc {
  width: 62%;
  text-align: center;
  line-height: 1.8;
  margin: 26px auto 0;
}
@media only screen and (max-width: 46.1875em) {
  .footer-header__desc {
    width: 100%;
  }
}
.footer-social {
  margin: 17px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .footer-social {
    flex-wrap: wrap;
  }
  .footer-social .hide-on-bothTM {
    display: none !important;
  }
}
.footer-social__link {
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .footer-social__link {
    margin-right: 8px;
    margin-bottom: 14px;
  }
  .footer-social__link .hide-on-bothTM {
    display: none !important;
  }
}
.footer-social__link:hover {
  color: #fff;
}
.footer-social__link svg {
  margin-right: 15px;
}
@media only screen and (max-width: 63.9375em) {
  .footer-social__link svg {
    margin-right: 10px;
  }
  .footer-social__link svg .hide-on-bothTM {
    display: none !important;
  }
}
.footer-nav {
  padding-top: 27px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px dashed rgba(255, 255, 255, 0.3019607843);
}
@media only screen and (max-width: 63.9375em) {
  .footer-nav {
    flex-wrap: wrap;
  }
  .footer-nav .hide-on-bothTM {
    display: none !important;
  }
}
.footer-nav__list {
  margin-top: 18px;
}
.footer-nav__list.special {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-nav__list.special .footer-nav__item + .footer-nav__item {
  margin-left: 24px;
}
@media only screen and (max-width: 63.9375em) {
  .footer-nav__list.special .footer-nav__item + .footer-nav__item {
    margin-left: 14px;
  }
  .footer-nav__list.special .footer-nav__item + .footer-nav__item .hide-on-bothTM {
    display: none !important;
  }
}
.footer-nav__title {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}
.footer-nav__item {
  margin-bottom: 10px;
  color: #fff;
}
.footer-nav__item:hover {
  color: #fff;
  text-decoration: underline;
}
@media only screen and (max-width: 46.1875em) {
  .footer-nav__group {
    margin-bottom: 24px;
    width: 50%;
  }
}

.banner-img {
  position: relative;
  padding-top: 56%;
  overflow: hidden;
}
.banner-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background: rgba(191, 32, 39, 0.7);
  transition: all 0.3s;
}
.banner-pagination .swiper-pagination-bullet-active {
  width: 70px;
  border-radius: 4px;
  background-color: #bf2027;
}

.intro {
  position: relative;
}
.intro-sort {
  padding: 124px 0;
  width: 60%;
}
@media only screen and (max-width: 1366px) {
  .intro-sort {
    width: 48%;
    padding: 90px 0;
  }
}
@media only screen and (max-width: 63.9375em) {
  .intro-sort {
    width: 100%;
    padding: 70px 0 95px;
  }
  .intro-sort .hide-on-bothTM {
    display: none !important;
  }
}
.intro-desc {
  margin-top: 6px;
}
.intro-desc * {
  margin: revert;
  font-size: 16px;
  padding: revert;
  list-style-type: revert;
  display: revert;
  color: revert;
  text-decoration: revert;
  line-height: 1.7;
}
.intro-desc img {
  max-width: 100%;
}
.intro-banner {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 546px;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 63.9375em) {
  .intro-banner {
    bottom: -24px;
    width: 51%;
    height: 38%;
  }
  .intro-banner .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .intro-banner {
    height: 29%;
  }
}

.product {
  padding: 80px 0;
}
@media only screen and (max-width: 1366px) {
  .product {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 46.1875em) {
  .product {
    padding: 44px 0;
  }
}
.product-heading {
  text-align: center;
}
.product-list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 20px;
}
@media only screen and (max-width: 63.9375em) {
  .product-list {
    margin-top: 32px;
  }
  .product-list .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .product-list {
    gap: 30px 14px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-list.product-small {
  margin-top: 0;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 46.1875em) {
  .product-list.product-small {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-item__info {
  padding: 15px 30px 0;
}
@media only screen and (max-width: 63.9375em) {
  .product-item__info {
    padding: 15px 10px 0;
  }
  .product-item__info .hide-on-bothTM {
    display: none !important;
  }
}
.product-item__img {
  border-radius: 8px;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.product-item__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-item__title {
  line-height: 1.4;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  min-height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #310002;
}
@media only screen and (max-width: 63.9375em) {
  .product-item__title {
    line-height: 1.6;
  }
  .product-item__title .hide-on-bothTM {
    display: none !important;
  }
}
.product-item__price {
  display: block;
  font-size: 20px;
  font-weight: 800;
  margin-top: 10px;
  text-align: center;
  color: #bf2027;
}
.product-item__price + .product-item__price {
  margin-top: 4px;
}
.product-btn {
  margin-left: auto;
  margin-right: auto;
}
.product-category.special {
  background-color: #fff;
}
.product-category__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 63.9375em) {
  .product-category__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 30px;
  }
  .product-category__list .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .product-category__list {
    gap: 14px;
  }
}
.product-category__list .product-item {
  width: calc(20% - 20px);
}
@media only screen and (max-width: 63.9375em) {
  .product-category__list .product-item {
    width: 28.5714285714%;
    flex-shrink: 0;
  }
  .product-category__list .product-item .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .product-category__list .product-item {
    width: 47.619047619%;
  }
}
.product-details__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 63.9375em) {
  .product-details__wrapper {
    flex-direction: column;
  }
  .product-details__wrapper .hide-on-bothTM {
    display: none !important;
  }
}
.product-details__info, .product-details__slide {
  width: 50%;
}
@media only screen and (max-width: 63.9375em) {
  .product-details__info, .product-details__slide {
    width: 80%;
    margin: 0 auto;
  }
  .product-details__info .hide-on-bothTM, .product-details__slide .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .product-details__info, .product-details__slide {
    width: 100%;
  }
}
.product-details__slide {
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.product-details__cover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-details__thumb {
  width: 70px;
  min-width: 70px;
  max-height: 390px;
  min-height: 390px;
}
@media only screen and (max-width: 46.1875em) {
  .product-details__thumb {
    width: 68px;
    min-width: 68px;
    max-height: 300px;
    min-height: 300px;
  }
}
.product-details__thumb .swiper-slide {
  border: 2px solid transparent;
  transition: all 0.3s;
  border-radius: 12px;
}
.product-details__thumb .swiper-slide-thumb-active {
  border-color: #bf2027;
}
.product-details__thumb .swiper-slide-thumb-active .video::after {
  background-color: #bf2027;
}
.product-details__thumb .product-details__img {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.product-details__thumb .product-details__img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-details__thumb .product-details__img.video {
  position: relative;
}
.product-details__thumb .product-details__img.video::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='30px' height='30px' viewBox='-0.5 0 8 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eplay %5B%231001%5D%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Dribbble-Light-Preview' transform='translate(-427.000000, -3765.000000)' fill='%23fff'%3E%3Cg id='icons' transform='translate(56.000000, 160.000000)'%3E%3Cpolygon id='play-%5B%231001%5D' points='371 3605 371 3613 378 3609'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 50%;
  background-position-x: 60%;
  background-position-y: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.product-details__nav {
  min-width: 40px;
  width: 40px;
  height: 40px;
  z-index: 99;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s;
}
.product-details__nav::after {
  position: absolute;
  content: "";
  inset: 10px;
  z-index: -1;
  border-radius: 50%;
  background-color: #fff;
}
.product-details__img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.product-details__main {
  width: 100%;
  margin-left: 20px;
}
@media only screen and (max-width: 46.1875em) {
  .product-details__main {
    margin-left: 12px;
  }
}
.product-details__main:hover .product-details__nav {
  opacity: 1;
}
.product-details__dot {
  width: auto !important;
  left: 50% !important;
  transform: translateX(-50%);
}
.product-details__dot .swiper-pagination-bullet {
  width: 26px;
  height: 4px;
  opacity: 1;
  border-radius: 4px;
  transition: all 0.4s;
}
.product-details__dot .swiper-pagination-bullet-active {
  background-color: #310002;
}
.product-details__video {
  position: relative;
}
.product-details__video video,
.product-details__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-details__info {
  padding-top: 38px;
  padding-left: 70px;
}
@media only screen and (max-width: 63.9375em) {
  .product-details__info {
    width: 100%;
    padding-left: 0px;
  }
  .product-details__info .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .product-details__info {
    padding-top: 28px;
  }
}
.product-details__desc {
  line-height: 1.6;
  margin-top: 24px;
}
@media only screen and (max-width: 46.1875em) {
  .product-details__desc {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .product-details__btn {
    margin-top: 24px;
  }
}

.debut {
  position: relative;
  padding: 10px 0 90px;
}
.debut-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .debut-wrapper {
    flex-direction: column;
  }
  .debut-wrapper .hide-on-bothTM {
    display: none !important;
  }
}
.debut-img {
  width: calc(50% + 150px);
  margin-left: -114px;
}
@media only screen and (max-width: 63.9375em) {
  .debut-img {
    margin-left: 0px;
    width: 60%;
  }
  .debut-img .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .debut-img {
    margin-bottom: 24px;
    width: 98%;
  }
}
.debut-info {
  width: 50%;
  padding-left: 24px;
}
@media only screen and (max-width: 63.9375em) {
  .debut-info {
    width: 69%;
    margin-right: auto;
    padding-left: 0px;
  }
  .debut-info .hide-on-bothTM {
    display: none !important;
  }
}
.debut-sub {
  color: #310002;
}
.debut-title {
  font-size: 100px;
  line-height: 1;
  font-family: "SVN-Saint-Monica";
  color: #eb9900;
}
@media only screen and (max-width: 46.1875em) {
  .debut-title {
    font-size: 54px;
  }
}
.debut-list {
  margin-top: 34px;
}
.debut-item + .debut-item {
  margin-top: 10px;
}
.debut-banner {
  position: absolute;
  right: 0;
  top: 0;
  width: 44%;
  height: 72%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
@media only screen and (max-width: 1440px) {
  .debut-banner {
    height: 60%;
  }
}
@media only screen and (max-width: 63.9375em) {
  .debut-banner {
    top: 36%;
    height: 41%;
  }
  .debut-banner .hide-on-bothTM {
    display: none !important;
  }
}

.service {
  margin: 120px 0 60px;
  background-color: #310002;
}
@media only screen and (max-width: 63.9375em) {
  .service {
    margin: 0;
  }
  .service .hide-on-bothTM {
    display: none !important;
  }
}
.service-wrapper {
  gap: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .service-wrapper {
    gap: 0px;
    flex-direction: column;
  }
  .service-wrapper .hide-on-bothTM {
    display: none !important;
  }
}
.service-img {
  --sizeImg: 318px;
  margin: -133px 0 -86px;
  width: var(--sizeImg);
  min-width: var(--sizeImg);
}
@media only screen and (max-width: 1366px) {
  .service-img {
    --sizeImg: 294px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .service-img {
    --sizeImg: 180px;
    margin: 0px 0px -20px;
  }
  .service-img .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .service-img {
    --sizeImg: 160px;
  }
}
.service-list {
  padding: 39px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 80px;
}
@media only screen and (max-width: 1366px) {
  .service-list {
    gap: 50px 50px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .service-list {
    padding: 35px 0;
  }
  .service-list .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .service-list {
    padding: 30px 0;
  }
}
.service-item {
  text-align: center;
  color: #fff;
}
.service-item__title {
  font-size: 70px;
  font-weight: 800;
  line-height: 1.1;
}
@media only screen and (max-width: 1366px) {
  .service-item__title {
    font-size: 65px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .service-item__title {
    font-size: 50px;
  }
}
.service-item__sub {
  font-size: 20px;
  font-weight: 800;
  margin-top: 8px;
}
@media only screen and (max-width: 1366px) {
  .service-item__sub {
    font-size: 18px;
  }
}
.service-item__desc {
  font-weight: 300;
  margin-top: 4px;
}
@media only screen and (max-width: 1366px) {
  .service-item__desc {
    font-size: 15px;
  }
}

.news {
  padding: 80px 0;
}
@media only screen and (max-width: 63.9375em) {
  .news {
    padding: 60px 0;
  }
  .news .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .news {
    padding: 40px 0;
  }
}
.news-sort__list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px 21px;
}
@media only screen and (max-width: 46.1875em) {
  .news-sort__list {
    margin-top: 24px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.news-sort__cover {
  margin-top: 34px;
  gap: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 46.1875em) {
  .news-sort__cover {
    flex-direction: column;
  }
}
.news-item__img {
  width: 100%;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.news-item__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-item__info {
  padding: 15px 0;
  border-bottom: 1px solid #dadada;
}
.news-item__info.special {
  border-bottom: 0;
}
.news-item__title {
  font-size: 18px;
  font-weight: 700;
  color: #310002;
}
@media only screen and (max-width: 63.9375em) {
  .news-item__title {
    font-size: 17px;
  }
  .news-item__title .hide-on-bothTM {
    display: none !important;
  }
}
.news-item__desc {
  margin-top: 6px;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 63.9375em) {
  .news-item__desc {
    font-size: 15px;
  }
  .news-item__desc .hide-on-bothTM {
    display: none !important;
  }
}
.news-item__btn {
  margin-top: 12px;
  color: #bf2027;
  font-weight: 700;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  display: inline-flex;
}
.news-item__btn:hover {
  color: #bf2027;
}
.news-item__btn svg {
  margin-left: 15px;
}
.news-item__video {
  width: 50%;
  min-width: 50%;
  border-radius: 8px;
  position: relative;
  padding-top: 28%;
  overflow: hidden;
}
.news-item__video > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 46.1875em) {
  .news-item__video {
    width: 100%;
    padding-top: 56%;
  }
}
.news-item__video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 63.9375em) {
  .news-category {
    padding-top: 18px;
  }
  .news-category .hide-on-bothTM {
    display: none !important;
  }
}
.news-category__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media only screen and (max-width: 63.9375em) {
  .news-category__wrapper {
    flex-direction: column;
    gap: 14px;
  }
  .news-category__wrapper .hide-on-bothTM {
    display: none !important;
  }
}
.news-category__main {
  width: 75%;
}
@media only screen and (max-width: 63.9375em) {
  .news-category__main {
    width: 100%;
  }
  .news-category__main .hide-on-bothTM {
    display: none !important;
  }
}
.news-category__item {
  padding: 35px 0;
  gap: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 46.1875em) {
  .news-category__item {
    gap: 14px;
    flex-direction: column;
  }
}
.news-category__item:first-child {
  padding-top: 0;
}
.news-category__item:last-child {
  border-bottom: 0;
}
.news-category__img, .news-category__info {
  width: 50%;
}
@media only screen and (max-width: 46.1875em) {
  .news-category__img, .news-category__info {
    width: 100%;
  }
}
.news-category__img {
  padding-top: 38%;
}
@media only screen and (max-width: 46.1875em) {
  .news-category__img {
    padding-top: 70%;
  }
}
.news-category__title {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.4;
  color: #bf2027;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 46.1875em) {
  .news-category__title {
    font-size: 18px;
  }
}
.news-category__desc {
  color: #310002;
}
.news-sidebar {
  position: sticky;
  top: 110px;
  width: 25%;
}
@media only screen and (max-width: 63.9375em) {
  .news-sidebar {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 20;
    padding-top: 20px;
    top: 64px;
    background-color: #fffaf1;
  }
  .news-sidebar .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .news-sidebar {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.news-sidebar__item {
  margin-bottom: 14px;
  padding: 16px 20px 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.3s;
  border: 1px solid rgba(102, 102, 102, 0.25);
}
@media only screen and (max-width: 63.9375em) {
  .news-sidebar__item {
    margin-right: 12px;
    margin-bottom: 20px;
    padding: 12px 12px 11px;
  }
  .news-sidebar__item .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .news-sidebar__item {
    flex-shrink: 0;
    padding: 9px 12px 8px;
  }
}
.news-sidebar__item:hover {
  color: #bf2027;
}
.news-sidebar__item svg {
  margin-right: 20px;
}
@media only screen and (max-width: 63.9375em) {
  .news-sidebar__item svg {
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }
  .news-sidebar__item svg .hide-on-bothTM {
    display: none !important;
  }
}
.news-sidebar__item.active {
  color: #bf2027;
  background-color: rgba(191, 32, 39, 0.05);
  border-color: #bf2027;
}
.news-sidebar__item.active svg path {
  fill: #bf2027;
}
.news-sidebar__sub {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 63.9375em) {
  .news-sidebar__sub {
    padding-left: 10px;
  }
  .news-sidebar__sub .hide-on-bothTM {
    display: none !important;
  }
}
.news-sidebar__sub::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 1px;
  height: 45px;
  background-color: rgba(49, 0, 2, 0.2);
  transform: translateY(-50%);
}
@media only screen and (max-width: 63.9375em) {
  .news-sidebar__sub::after {
    height: 32px;
  }
  .news-sidebar__sub::after .hide-on-bothTM {
    display: none !important;
  }
}
.news-details__wrapper {
  padding: 0 40px;
}
@media only screen and (max-width: 46.1875em) {
  .news-details__wrapper {
    padding: 0;
  }
}
.news-details__time, .news-details__title {
  text-align: center;
}
.news-details__title {
  margin-top: 12px;
}
.news-details__banner {
  margin-top: 40px;
  border-radius: 10px;
  position: relative;
  padding-top: 71%;
  overflow: hidden;
}
.news-details__banner > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-details__banner img {
  width: 100%;
}
.news-details__info {
  width: 77%;
  margin: 0 auto;
}
@media only screen and (max-width: 63.9375em) {
  .news-details__info {
    width: 100%;
  }
  .news-details__info .hide-on-bothTM {
    display: none !important;
  }
}
.news-details__content {
  padding: 40px 40px 0;
}
@media only screen and (max-width: 46.1875em) {
  .news-details__content {
    padding: 24px 0px 0;
  }
}
.news-details__content * {
  margin: revert;
  font-size: 16px;
  padding: revert;
  list-style-type: revert;
  display: revert;
  color: revert;
  text-decoration: revert;
  line-height: 1.7;
}
.news-details__content figure {
  margin: auto;
  width: 100% !important;
}
.news-details__content img {
  height: auto;
  max-width: 100%;
}
.news-same__info {
  padding-left: 0;
  padding-right: 0;
}
.news-same__title {
  margin-bottom: 10px;
  font-weight: 800;
  color: #bf2027;
  text-align: left;
}

.brand-desc {
  text-align: center;
  margin-top: 24px;
}
.brand-slide {
  margin-top: 50px;
}
.brand-img {
  width: 100%;
}
.brand-img img {
  width: 100%;
}
.brand-banner {
  background-color: #fffaf1;
  position: relative;
  padding-top: 54%;
  overflow: hidden;
}
.brand-banner > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-banner::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 340px;
  width: 100%;
  background: linear-gradient(0deg, rgb(255, 250, 241) 0%, rgba(255, 250, 241, 0) 100%);
}
.brand-banner img {
  object-position: center;
}
.brand-form {
  position: relative;
  z-index: 10;
  margin-top: -150px;
  padding: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #fffaf1;
}
@media only screen and (max-width: 63.9375em) {
  .brand-form {
    padding: 24px;
    flex-direction: column;
  }
  .brand-form .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .brand-form {
    padding: 24px 18px;
    font-size: 45px;
  }
}
.brand-form::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.brand-form__list {
  width: 45%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px 22px;
}
@media only screen and (max-width: 63.9375em) {
  .brand-form__list {
    gap: 36px 2px;
    grid-template-columns: repeat(4, 1fr);
  }
  .brand-form__list .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .brand-form__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.brand-form__info {
  padding-left: 70px;
  width: 55%;
}
@media only screen and (max-width: 63.9375em) {
  .brand-form__info {
    padding-left: 0;
    margin-top: 30px;
  }
  .brand-form__info .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 63.9375em) {
  .brand-form__list, .brand-form__info {
    width: 100%;
  }
  .brand-form__list .hide-on-bothTM, .brand-form__info .hide-on-bothTM {
    display: none !important;
  }
}
.brand-form__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 12px;
}
@media only screen and (max-width: 63.9375em) {
  .brand-form__item {
    justify-content: flex-start;
  }
  .brand-form__item .hide-on-bothTM {
    display: none !important;
  }
}
.brand-form__sub {
  font-size: 20px;
  font-weight: 800;
  color: #310002;
}
@media only screen and (max-width: 63.9375em) {
  .brand-form__sub {
    font-size: 18px;
  }
  .brand-form__sub .hide-on-bothTM {
    display: none !important;
  }
}
.brand-form__quantity {
  font-size: 70px;
  font-weight: 800;
  margin: 8px 0;
  color: #bf2027;
  line-height: 0.9;
}
@media only screen and (max-width: 63.9375em) {
  .brand-form__quantity {
    font-size: 55px;
  }
  .brand-form__quantity .hide-on-bothTM {
    display: none !important;
  }
}
.brand-form__desc {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 63.9375em) {
  .brand-form__desc {
    font-size: 14px;
    line-height: 1.4;
  }
  .brand-form__desc .hide-on-bothTM {
    display: none !important;
  }
}
.brand-form__title {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}
@media only screen and (max-width: 46.1875em) {
  .brand-form__title {
    font-size: 20px;
  }
}
.brand-form__input {
  width: 100%;
  padding: 13px 20px 12px;
  margin-top: 10px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  background-color: #fffaf1;
  transition: all 0.3s;
}
.brand-form__input::placeholder {
  color: #666666;
}
.brand-form__input:focus, .brand-form__input:active {
  border-color: #bf2027;
}
.brand-form__area {
  height: 100px;
  resize: none;
}
.brand-form__btn {
  margin-top: 14px;
}
.brand-reason {
  padding: 20px 0;
}
.brand-reason__wrapper {
  position: relative;
}
@media only screen and (max-width: 46.1875em) {
  .brand-reason__icon img {
    height: 40px;
  }
}
.brand-reason__list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 38px;
}
@media only screen and (max-width: 63.9375em) {
  .brand-reason__list {
    gap: 42px 32px;
    grid-template-columns: repeat(2, 1fr);
  }
  .brand-reason__list .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .brand-reason__list {
    gap: 30px 32px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.brand-reason__item {
  padding-left: 25px;
  border-left: 1px solid rgba(191, 32, 39, 0.2);
}
@media only screen and (max-width: 63.9375em) {
  .brand-reason__item {
    padding-left: 15px;
  }
  .brand-reason__item .hide-on-bothTM {
    display: none !important;
  }
}
.brand-reason__heading {
  line-height: 1.4;
}
@media only screen and (max-width: 46.1875em) {
  .brand-reason__heading {
    line-height: 1.5;
  }
}
.brand-reason__heading span {
  display: inline-block;
  width: 100%;
}
.brand-reason__title {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  margin-top: 6px;
}
@media only screen and (max-width: 63.9375em) {
  .brand-reason__title {
    font-size: 18px;
  }
  .brand-reason__title .hide-on-bothTM {
    display: none !important;
  }
}
.brand-reason__title::after {
  position: absolute;
  content: "";
  left: -26px;
  top: 50%;
  width: 3px;
  height: 100%;
  background-color: #bf2027;
  border-radius: 0 3px 3px 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 63.9375em) {
  .brand-reason__title::after {
    left: -16px;
  }
  .brand-reason__title::after .hide-on-bothTM {
    display: none !important;
  }
}
.brand-reason__desc {
  margin-top: 6px;
  font-size: 16px;
  text-align: justify;
}
.brand-reason__banner {
  position: absolute;
  left: -2%;
  top: -2%;
  z-index: 10;
  width: 200px;
  height: 306px;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .brand-reason__banner {
    left: 12%;
    top: -2%;
    width: 200px;
    height: 181px;
  }
  .brand-reason__banner .hide-on-pc-Lose {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .brand-reason__banner {
    left: 6%;
    top: 6%;
    width: 85px;
    height: 126px;
  }
  .brand-reason__banner .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .brand-reason__banner {
    width: 86px;
    height: 126px;
    display: none;
  }
}
.brand-partner {
  padding-top: 80px;
}
@media only screen and (max-width: 46.1875em) {
  .brand-partner {
    padding-top: 60px;
  }
}
.brand-partner__img img {
  max-height: 38px;
}
.brand-partner__wrapper {
  position: relative;
  margin-top: 80px;
  padding: 0px 0 300px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 63.9375em) {
  .brand-partner__wrapper {
    padding: 0px 0 200px;
  }
  .brand-partner__wrapper .hide-on-bothTM {
    display: none !important;
  }
}
.brand-partner__wrapper::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgb(255, 250, 241) 0%, rgba(255, 250, 241, 0) 100%);
}
@media only screen and (max-width: 46.1875em) {
  .brand-partner__wrapper::after {
    background: linear-gradient(180deg, rgb(255, 250, 241) 0%, rgba(255, 250, 241, 0.75) 100%);
  }
}
.brand-partner__list {
  position: relative;
  z-index: 10;
  transform: translateY(-40px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 63.9375em) {
  .brand-partner__list {
    gap: 12px;
  }
  .brand-partner__list .hide-on-bothTM {
    display: none !important;
  }
}
.brand-partner__item {
  position: relative;
  padding: 0 28px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: calc(25% - 18px);
}
@media only screen and (max-width: 63.9375em) {
  .brand-partner__item {
    padding: 0 18px;
    width: calc(25% - 13px);
  }
  .brand-partner__item .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .brand-partner__item {
    width: calc(50% - 13px);
  }
}
.brand-partner__item:nth-child(2n) {
  margin-top: 65px;
}
.brand-partner__line {
  position: absolute;
  left: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(0deg, rgba(191, 32, 39, 0) 0%, rgb(191, 32, 39) 100%);
}
.brand-partner__line::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transform: translateX(-50%);
  background-color: #bf2027;
}
.brand-partner__info {
  padding-bottom: 80px;
}
.brand-partner__desc {
  margin-top: 10px;
}
.brand-procedure {
  position: relative;
  padding: 80px 0 210px;
  background-color: #310002;
}
@media only screen and (max-width: 46.1875em) {
  .brand-procedure {
    padding: 64px 0 160px;
  }
}
.brand-procedure__wrapper {
  position: relative;
}
.brand-procedure__title {
  line-height: 1.45;
  color: #ffcf33;
}
.brand-procedure__title span {
  display: block;
}
.brand-procedure__desc {
  margin-top: 6px;
  font-weight: 300;
  color: #fff;
  line-height: 1.6;
  text-align: justify;
}
.brand-procedure__list {
  margin-top: 74px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 30px;
}
@media only screen and (max-width: 63.9375em) {
  .brand-procedure__list {
    margin-top: 50px;
    grid-template-columns: repeat(3, 1fr);
  }
  .brand-procedure__list .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .brand-procedure__list {
    margin-top: 40px;
    gap: 30px 25px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.brand-procedure__name {
  font-size: 17px;
  font-weight: 800;
  color: #fff;
}
.brand-procedure__info {
  margin-top: 20px;
}
.brand-procedure__item {
  position: relative;
}
.brand-procedure__item:nth-child(4)::after, .brand-procedure__item:last-child::after {
  display: none;
}
@media only screen and (max-width: 63.9375em) {
  .brand-procedure__item:nth-child(4)::after {
    display: block;
  }
  .brand-procedure__item:nth-child(4)::after .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .brand-procedure__item:nth-child(4)::after {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .brand-procedure__item:nth-child(3)::after {
    display: none;
  }
  .brand-procedure__item:nth-child(3)::after .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .brand-procedure__item:nth-child(3)::after {
    display: block;
  }
}
@media only screen and (max-width: 46.1875em) {
  .brand-procedure__item:nth-child(2)::after {
    display: none;
  }
}
.brand-procedure__item::after {
  position: absolute;
  content: "";
  left: 48px;
  top: 22px;
  width: 100%;
  height: 1px;
  border: 0.5px dashed rgba(255, 255, 255, 0.5);
}
.brand-procedure__number {
  font-size: 18px;
  font-weight: 800;
  width: 48px;
  height: 48px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffcf33;
  border-radius: 50%;
  background-color: #310002;
  border: 1px solid #ffcf33;
}
.brand-procedure__btn {
  margin-top: 70px;
}
@media only screen and (max-width: 46.1875em) {
  .brand-procedure__btn {
    margin-top: 35px;
  }
}
.brand-procedure__banner {
  position: absolute;
  right: 15%;
  bottom: 0;
  width: 33%;
  height: 48%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1440px) {
  .brand-procedure__banner {
    right: 10%;
    width: 37%;
    height: 41%;
  }
}
@media only screen and (max-width: 63.9375em) {
  .brand-procedure__banner {
    right: 6%;
    width: 43%;
    height: 25%;
  }
  .brand-procedure__banner .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .brand-procedure__banner {
    height: 12%;
  }
}
@media only screen and (max-width: 395px) {
  .brand-procedure__banner {
    height: 10%;
  }
}
.brand-investors {
  padding: 90px 0;
  background-color: #fffaf1;
}
@media only screen and (max-width: 46.1875em) {
  .brand-investors {
    padding: 50px 0;
  }
}
.brand-investors__title {
  text-transform: uppercase;
  text-align: center;
}
.brand-investors__item {
  padding: 18px 0px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid rgba(255, 207, 51, 0.3);
}
.brand-investors__cover {
  padding: 0 18px;
}
.brand-investors__profile {
  margin-top: 24px;
  padding: 18px 18px 0;
  border-top: 1px solid #f0f0f0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 15px;
}
.brand-investors__star {
  margin-top: 10px;
}
.brand-investors__avatar img {
  --sizeImg: 45px;
  width: var(--sizeImg);
  min-width: var(--sizeImg);
  height: var(--sizeImg);
  border-radius: 50%;
}
.brand-investors__desc {
  margin-top: 8px;
  text-align: justify;
}
.brand-investors__name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.brand-investors__slide {
  margin-top: 50px;
}
@media only screen and (max-width: 46.1875em) {
  .brand-investors__slide {
    margin-top: 20px;
  }
}
.brand-investors__position {
  color: #666666;
  font-size: 13px;
  margin-top: 2px;
}
.brand-investors__pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 20px;
}
.brand-investors__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.brand-investors__pagination .swiper-pagination-bullet-active {
  background-color: #bf2027;
}
.brand-news {
  padding-bottom: 50px;
}
.brand-news__item {
  padding: 8px 8px 20px;
  border-radius: 8px;
  background-color: #fff;
}
.brand-news__img img {
  width: 100%;
}
.brand-news__info {
  padding: 14px 8px 0;
}
.brand-news__title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
  min-height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 46.1875em) {
  .brand-news__title {
    font-size: 16px;
    min-height: 48px;
  }
}
.brand-news__title a {
  color: #310002;
}
.brand-news__desc {
  margin-top: 6px;
  color: #666666;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.brand-gallery {
  padding: 20px 0 100px;
}
@media only screen and (max-width: 46.1875em) {
  .brand-gallery {
    padding: 20px 0 58px;
  }
}
.brand-gallery__desc {
  margin-top: 16px;
  text-align: justify;
}
.brand-gallery__title {
  line-height: 1.4;
}
.brand-gallery__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px;
}
@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .brand-gallery__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 46.1875em) {
  .brand-gallery__list {
    gap: 16px 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.brand-gallery__item:first-child {
  grid-column: 1/3;
}
.brand-gallery__img {
  border-radius: 8px;
  overflow: hidden;
}
.brand-cooperate {
  position: relative;
  padding: 80px 0 120px;
}
.brand-cooperate__content {
  width: 40%;
}
@media only screen and (max-width: 63.9375em) {
  .brand-cooperate__content {
    width: 52%;
  }
  .brand-cooperate__content .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .brand-cooperate__content {
    width: 100%;
  }
}
.brand-cooperate__desc {
  margin-top: 16px;
  color: #fff;
}
.brand-cooperate__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 50%;
  background-color: #310002;
}
@media only screen and (max-width: 46.1875em) {
  .brand-cooperate__bg {
    width: 100%;
  }
}
.brand-cooperate__banner {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media only screen and (max-width: 1440px) {
  .brand-cooperate__banner {
    width: 52%;
  }
}
@media only screen and (max-width: 46.1875em) {
  .brand-cooperate__banner {
    width: 100%;
  }
}
.brand-cooperate__banner::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(270deg, rgba(49, 0, 2, 0) 39%, rgb(49, 0, 2) 100%);
}
@media only screen and (max-width: 46.1875em) {
  .brand-cooperate__banner::after {
    width: 100%;
    background: linear-gradient(270deg, rgba(49, 0, 2, 0) -64%, rgb(49, 0, 2) 100%);
  }
}
.brand-cooperate__form {
  margin-top: 40px;
}
@media only screen and (max-width: 46.1875em) {
  .brand-cooperate__form {
    margin-top: 22px;
  }
}
.brand-contact {
  background-color: #fffaf1;
}
.brand-contact__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 63.9375em) {
  .brand-contact__wrapper {
    gap: 30px;
  }
  .brand-contact__wrapper .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .brand-contact__wrapper {
    padding: 50px 0;
    gap: 18px;
    flex-direction: column;
  }
}
.brand-contact__info, .brand-contact__map {
  width: 50%;
}
@media only screen and (max-width: 46.1875em) {
  .brand-contact__info, .brand-contact__map {
    width: 100%;
  }
}
.brand-contact__details {
  margin-top: 25px;
}
.brand-contact__map {
  border-radius: 8px;
  overflow: hidden;
}
.brand-contact__map iframe {
  width: 100%;
  height: 350px;
}
.brand-contact__cover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.brand-contact__cover + .brand-contact__cover {
  margin-top: 15px;
}
.brand-contact__info {
  padding: 100px 30px 140px;
  background-color: #fff;
}
@media only screen and (max-width: 46.1875em) {
  .brand-contact__info {
    padding: 25px 22px 54px;
  }
}
.brand-contact__text {
  line-height: 1.6;
}
.brand-contact__text span {
  font-weight: 700;
}
.brand-contact__text a {
  display: inline-block;
}
.brand-contact__text a:hover {
  color: #bf2027;
}

.address {
  position: relative;
  padding: 60px 0;
}
.address-select {
  margin-top: 35px;
}
.address-select .select2-container {
  width: 100% !important;
}
.address-select .select2-container--default .select2-selection--single {
  border-color: #e5e5e5;
  border-radius: 8px;
  padding-left: 20px;
}
@media only screen and (max-width: 63.9375em) {
  .address-banner {
    top: 50%;
    z-index: -1;
    height: 54%;
    transform: translateY(-50%);
  }
  .address-banner .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .address-banner {
    top: auto;
    bottom: -50px;
    transform: translateY(0%);
  }
}
@media only screen and (max-width: 63.9375em) {
  .address-sort {
    width: 50%;
  }
  .address-sort .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .address-sort {
    padding: 0px 0 60px;
    width: 100%;
  }
}
.address-btn {
  margin-top: 30px;
}
.address-details__heading {
  position: relative;
}
.address-details__title {
  position: relative;
  z-index: 10;
  text-align: center;
  font-size: 100px;
  font-weight: 800;
  color: #bf2027;
}
@media only screen and (max-width: 1366px) {
  .address-details__title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .address-details__title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .address-details__title {
    font-size: 35px;
  }
}
.address-details__sub {
  position: absolute;
  left: 50%;
  bottom: -9px;
  text-align: center;
  font-size: 160px;
  font-weight: 800;
  width: max-content;
  color: rgba(191, 32, 39, 0.04);
  transform: translateX(-50%);
}
@media only screen and (max-width: 1366px) {
  .address-details__sub {
    font-size: 125px;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .address-details__sub {
    font-size: 96px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .address-details__sub {
    font-size: 58px;
  }
}
.address-details__group + .address-details__group {
  margin-top: 115px;
}
@media only screen and (max-width: 46.1875em) {
  .address-details__group + .address-details__group {
    margin-top: 60px;
  }
}
.address-details__cover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.address-details__cover + .address-details__cover {
  margin-top: 8px;
}
.address-details__cover svg {
  margin-top: 1px;
  min-width: 20px;
  margin-right: 10px;
}
.address-details__desc {
  font-size: 15px;
  display: inline-block;
  word-break: keep-all;
}
.address-details__desc span {
  font-weight: 700;
  display: inline-block;
}
.address-details__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 24px;
  margin-top: 38px;
}
@media only screen and (max-width: 46.1875em) {
  .address-details__list {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 14px 0;
  }
}
.address-details__item {
  padding: 20px 18px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(191, 32, 39, 0.1);
}
.address-details__contact {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.address-details__contact span {
  margin-right: 4px;
}

.nav {
  position: relative;
  padding-top: 250px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .nav {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .nav {
    padding-top: 160px;
  }
}
.nav-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.nav-title {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
}
@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .nav-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .nav-title {
    font-size: 24px;
  }
}
.nav-search {
  position: relative;
  margin-top: 18px;
  width: 60%;
  max-width: 510px;
}
@media only screen and (max-width: 46.1875em) {
  .nav-search {
    margin-top: 12px;
    max-width: 90%;
    width: 90%;
  }
}
.nav-search__input {
  padding: 10px 45px 10px 22px;
  border-radius: 10px;
}
.nav-search__input:focus {
  box-shadow: none;
}
.nav-search__icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.contact-social {
  padding-right: 40px;
}
.contact-social__list {
  margin-top: 26px;
  padding-left: 30px;
}
@media only screen and (max-width: 46.1875em) {
  .contact-social__list {
    padding-left: 12px;
  }
}
.contact-social__item {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.contact-social__item svg {
  margin-right: 12px;
}
.contact-social__text span {
  font-weight: 700;
}
.contact-social, .contact-map {
  width: 50%;
}
@media only screen and (max-width: 63.9375em) {
  .contact-social, .contact-map {
    width: 100%;
  }
  .contact-social .hide-on-bothTM, .contact-map .hide-on-bothTM {
    display: none !important;
  }
}
.contact-map {
  border-radius: 10px;
  position: relative;
  padding-top: 31%;
  overflow: hidden;
  border: 1px solid #666666;
}
.contact-map > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 63.9375em) {
  .contact-map {
    margin-top: 30px;
    padding-top: 50%;
  }
  .contact-map .hide-on-bothTM {
    display: none !important;
  }
}
.contact-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.about-top {
  position: relative;
  padding-bottom: 40px;
}
.about-top__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 46.1875em) {
  .about-top__header {
    flex-direction: column-reverse;
  }
}
.about-top__title {
  width: 65%;
}
@media only screen and (max-width: 46.1875em) {
  .about-top__title {
    width: 90%;
    text-align: center;
  }
}
.about-top__member {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-size: 15px;
}
@media only screen and (max-width: 46.1875em) {
  .about-top__member {
    align-items: center;
  }
}
.about-top__joined {
  font-size: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 4px;
}
@media only screen and (max-width: 63.9375em) {
  .about-top__joined {
    font-size: 15px;
  }
  .about-top__joined .hide-on-bothTM {
    display: none !important;
  }
}
.about-top__joined span {
  margin-right: 6px;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  color: #310002;
  font-family: "Inter", sans-serif;
}
.about-top__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.about-top__desc {
  padding-left: 110px;
  width: 58%;
  text-align: justify;
}
@media only screen and (max-width: 63.9375em) {
  .about-top__desc {
    width: 90%;
    padding-left: 90px;
  }
  .about-top__desc .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-top__desc {
    padding-left: 0;
    margin-top: 18px;
  }
}
.about-top__info {
  width: 83%;
  margin: 20px auto 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .about-top__info {
    width: 90%;
    padding-bottom: 30px;
  }
  .about-top__info .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-top__info {
    flex-direction: column;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-top__logo {
    margin-bottom: 16px;
  }
}
.about-top__logo img {
  max-height: 80px;
}
@media only screen and (max-width: 46.1875em) {
  .about-top__logo img {
    max-height: 60px;
  }
}
.about-top__avatar {
  --size: 40px;
  min-width: var(--size);
  width: var(--size);
  height: var(--size);
  object-fit: cover;
  margin-right: -13px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.about-top__avatar:last-child {
  margin-right: 0;
}
.about-top__load {
  position: relative;
  min-width: 40px;
}
.about-top__down {
  margin-top: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 46.1875em) {
  .about-top__down {
    width: 30%;
  }
}
.about-top__more {
  position: absolute;
  inset: 2px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
}
.about-top__banner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 34%;
  height: 200px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 63.9375em) {
  .about-top__banner {
    background-position: right;
  }
  .about-top__banner .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-top__banner {
    width: 62%;
    height: 200px;
  }
}
.about-top__loader {
  position: relative;
  --size: 130px;
  width: var(--size);
  height: var(--size);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .about-top__loader {
    --size: 100px;
  }
  .about-top__loader .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-top__loader {
    --size: 80px;
  }
}
.about-top__loader::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  border-top: 2px solid #310002;
  border-right: 2px solid #310002;
  border-bottom: 2px solid #310002;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  animation: spin 1.4s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.about-top__arrow {
  display: block;
  width: 28px;
  height: 28px;
  position: relative;
}
@media only screen and (max-width: 46.1875em) {
  .about-top__arrow {
    width: 24px;
    height: 24px;
  }
}
.about-top__arrow::before, .about-top__arrow::after {
  content: "";
  position: absolute;
  background: #310002;
}
.about-top__arrow::before {
  left: 13px;
  top: 0;
  width: 2px;
  height: 18px;
}
@media only screen and (max-width: 46.1875em) {
  .about-top__arrow::before {
    width: 2px;
    height: 14px;
  }
}
.about-top__arrow::after {
  left: 7px;
  top: 12px;
  width: 14px;
  height: 14px;
  border-radius: 0 0 0 7px;
  background: none;
  border-left: 2px solid #310002;
  border-bottom: 2px solid #310002;
  transform: rotate(312deg);
}
@media only screen and (max-width: 46.1875em) {
  .about-top__arrow::after {
    left: 8px;
    top: 10px;
    width: 13px;
    height: 13px;
  }
}
.about-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 48px;
}
@media only screen and (max-width: 46.1875em) {
  .about-content {
    flex-direction: column;
  }
}
.about-content__large {
  width: 52%;
  border-radius: 0 10px 10px 0;
  position: relative;
  padding-top: 21%;
  overflow: hidden;
}
.about-content__large > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 63.9375em) {
  .about-content__large {
    width: 60%;
    padding-top: 30%;
  }
  .about-content__large .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-content__large {
    width: 100%;
    padding-top: 42%;
  }
}
.about-content__small {
  width: 17%;
  border-radius: 10px;
  position: relative;
  padding-top: 21%;
  overflow: hidden;
}
.about-content__small > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 63.9375em) {
  .about-content__small {
    width: 25%;
    padding-top: 30%;
  }
  .about-content__small .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-content__small {
    width: 56%;
    padding-top: 67%;
  }
}
.about-target__item {
  gap: 40px;
  padding: 40px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 46.1875em) {
  .about-target__item {
    gap: 16px;
    padding: 20px 0;
    flex-direction: column;
  }
}
.about-target__item + .about-target__item {
  border-top: 1px solid rgba(49, 0, 2, 0.2);
}
.about-target__img {
  border-radius: 50px;
  width: 25%;
  position: relative;
  padding-top: 10%;
  overflow: hidden;
}
.about-target__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 46.1875em) {
  .about-target__img {
    width: 62%;
    padding-top: 25%;
  }
}
.about-target__info {
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 46.1875em) {
  .about-target__info {
    width: 80%;
    flex-direction: column;
  }
}
.about-target__title {
  color: #bf2027;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 40px;
}
@media only screen and (max-width: 63.9375em) {
  .about-target__title {
    font-size: 28px;
  }
  .about-target__title .hide-on-bothTM {
    display: none !important;
  }
}
.about-target__desc {
  position: relative;
  width: 60%;
  text-align: justify;
}
@media only screen and (max-width: 46.1875em) {
  .about-target__desc {
    margin-top: 8px;
    width: 100%;
  }
}
.about-target__icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 46.1875em) {
  .about-target__icon img {
    max-height: 80px;
  }
}
.about-field {
  background-color: #fffaf1;
}
.about-field__list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px 100px;
}
@media only screen and (max-width: 63.9375em) {
  .about-field__list {
    gap: 60px 60px;
  }
  .about-field__list .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-field__list {
    gap: 24px 20px;
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.about-field__info {
  margin-top: 10px;
}
.about-field__title {
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 63.9375em) {
  .about-field__title {
    line-height: 1.3;
  }
  .about-field__title .hide-on-bothTM {
    display: none !important;
  }
}
.about-field__desc {
  margin-top: 10px;
  font-size: 14px;
}
.about-field__img img {
  max-height: 100px;
}

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