@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

input,
select,
textarea {
  outline: none;
  border: 0;
}
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: none;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

strong {
  font-weight: bold;
  color: inherit;
}

b {
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body.is-loading, body.is-loading *, body.is-loading *::before, body.is-loading *::after {
  transition: none !important;
  animation: none !important;
}
@media screen and (max-width: 800px) {
  body {
    overflow: hidden;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1300px;
}
@media screen and (max-width: 1200px) {
  .container {
    padding-inline: 15px;
  }
}

.container-fluid {
  width: 100%;
  padding-inline: 15px;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.visually-hidden:focus {
  clip: auto;
  color: #fff;
  width: auto;
  height: auto;
  z-index: 1000;
  padding: 8px 16px;
  background-color: #000;
  position: static !important;
}

span.message-error {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #dc2626 !important;
}

.input-invalid {
  color: #dc2626 !important;
  border: 1px dashed #dc2626 !important;
}

select {
  width: 100%;
  resize: vertical;
  background-color: #eee;
  border-radius: 6px;
  border: 1px solid transparent;
}
select:focus {
  background-color: #fff;
  border-color: #ddd;
  box-shadow: 0 0 0 3px rgba(55, 78, 162, 0.25);
}
select:valid {
  background-color: #fff;
  border-color: #ddd;
}

textarea {
  width: 100%;
  resize: vertical;
  background-color: #eee;
  border-radius: 6px;
  border: 1px solid transparent;
}
textarea:focus {
  background-color: #fff;
  border-color: #ddd;
  box-shadow: 0 0 0 3px rgba(55, 78, 162, 0.25);
}
textarea:not(:placeholder-shown) {
  background-color: #fff;
  border-color: #ddd;
}

input {
  width: 100%;
  resize: vertical;
  background-color: #eee;
  border-radius: 6px;
  border: 1px solid transparent;
}
input:focus {
  background-color: #fff;
  border-color: #ddd;
  box-shadow: 0 0 0 3px rgba(55, 78, 162, 0.25);
}
input:not(:placeholder-shown) {
  background-color: #fff;
  border-color: #ddd;
}

.password {
  width: auto;
  height: auto;
  position: relative;
}
.password-show {
  width: 40px;
  height: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: unset;
  transform: translateY(-50%);
  position: absolute;
  right: 10px;
  top: 50%;
}

:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
}

.success {
  color: #16a34a !important;
  border: 1px dashed #16a34a !important;
  background-color: rgba(22, 163, 74, 0.1) !important;
}

.error {
  color: #dc2626 !important;
  border: 1px dashed #dc2626 !important;
  background-color: rgba(220, 38, 38, 0.1) !important;
}

.warning {
  color: #f59e0b !important;
  border: 1px dashed #f59e0b !important;
  background-color: rgba(245, 158, 11, 0.1) !important;
}

main section {
  padding-block: 40px;
}
main section:last-child {
  margin-bottom: unset;
}
@media screen and (max-width: 768px) {
  main section {
    padding-block: 30px;
  }
}

@media screen and (max-width: 640px) {
  .scrollbar {
    min-width: 0;
    max-width: 100%;
    position: relative;
  }
  .scrollbar::before, .scrollbar::after {
    position: absolute;
    bottom: 10px;
    z-index: 10;
    left: 50%;
    font-size: 18px;
    text-align: center;
    pointer-events: none;
    font-family: "Fontawesome";
    color: rgba(55, 78, 162, 0.8);
  }
  .scrollbar::before {
    content: "\f177";
    transform: translateX(-20px);
  }
  .scrollbar::after {
    content: "\f178";
    transform: translateX(20px);
  }
}

@font-face {
  font-family: "Good Timing";
  src: url("../fonts/good-timing-bd.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-style: normal;
  word-wrap: break-word;
  font-optical-sizing: auto;
  font-family: "Inter", sans-serif;
  text-rendering: optimizeLegibility;
}

blockquote {
  color: #555;
  margin: 25px 0;
  padding-left: 15px;
  font-style: italic;
  border-left: 4px solid #ddd;
}

em {
  font-style: italic;
}

.btn {
  cursor: pointer;
  overflow: hidden;
  padding: 14px 32px;
  border-radius: 8px;
  position: relative;
  transition: all 0.35s ease;
  border: 1px solid transparent;
}
.btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.btn {
  gap: 10px;
}
.btn span {
  z-index: 2;
  font-size: 15px;
  font-weight: 600;
  user-select: none;
  flex-wrap: nowrap;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: all 0.35s ease;
}
.btn span {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.btn span {
  gap: 10px;
}
.btn span::after {
  content: "→";
  transition: transform 0.35s ease;
}
.btn span:hover::after {
  transform: translateX(6px);
}
.btn::before {
  content: "";
  width: 50%;
  height: 100%;
  transition: 0.7s ease;
  transform: skewX(-20deg);
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  position: absolute;
  left: -75%;
  top: 0;
}
.btn:hover::before {
  left: 130%;
}
.btn:focus-visible {
  outline-offset: 3px;
  outline: 2px solid #f97316;
}
.btn.disabled {
  pointer-events: none;
  opacity: 0.5;
  transform: none !important;
  box-shadow: none !important;
}
.btn.loading {
  color: transparent;
  pointer-events: none;
}
.btn.loading::after {
  content: "";
  width: 18px;
  height: 18px;
  z-index: 3;
  position: absolute;
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 0.7s linear infinite;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 640px) {
  .btn {
    width: 100%;
  }
}

.btn-primary {
  color: #fff;
  background-color: #0d3192;
}
.btn-primary:hover {
  transform: translateY(-4px);
  background-color: #da2128;
  box-shadow: 0 12px 30px rgba(249, 115, 22, 0.35);
}

.btn-second {
  color: #fff;
  background-color: #fa0103;
}
.btn-second:hover {
  transform: translateY(-4px);
  background-color: #374ea2;
  box-shadow: 0 12px 30px rgba(249, 115, 22, 0.35);
}

.btn-outline {
  color: #374ea2;
  background-color: transparent;
  border: 1px solid #374ea2;
}
.btn-outline:hover {
  transform: translateY(-4px);
  border-color: #da2128;
  background-color: #da2128;
  box-shadow: 0 12px 25px rgba(249, 115, 22, 0.25);
}
.btn-outline:hover span {
  color: #fff;
}

.btn-link {
  padding: 0;
  outline: none;
  color: #374ea2;
  transition: color 0.2s ease;
}
.btn-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.btn-link {
  gap: 6px;
}
.btn-link::after {
  content: "→";
  flex: 0 0 auto;
  color: #da2128;
  transform: translateX(0);
  transition: color 0.2s ease, transform 0.2s ease;
}
.btn-link span {
  color: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  user-select: none;
  position: relative;
  white-space: nowrap;
}
.btn-link span::after {
  content: "";
  left: 0;
  right: 0;
  height: 1px;
  bottom: -3px;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left center;
  background-color: currentColor;
  transition: transform 0.2s ease;
}
.btn-link:hover {
  color: #da2128;
}
.btn-link:hover span::after {
  transform: scaleX(1);
}
.btn-link:hover::after {
  transform: translateX(4px);
}
.btn-link:active {
  color: #374ea2;
}
.btn-link:active::after {
  transform: translateX(2px);
}
.btn-link:focus-visible {
  border-radius: 4px;
  outline-offset: 4px;
  outline: 2px solid rgba(55, 78, 162, 0.28);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.btn-order {
  cursor: pointer;
  overflow: hidden;
  min-height: 36px;
  padding: 8px 12px;
  position: relative;
  color: #374ea2;
  text-decoration: none;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid rgba(55, 78, 162, 0.22);
  box-shadow: none;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.btn-order {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.btn-order {
  gap: 8px;
}
.btn-order::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-100%);
  background: linear-gradient(120deg, rgba(55, 78, 162, 0.08), rgba(218, 33, 40, 0.16));
  transition: transform 0.25s ease;
}
.btn-order i,
.btn-order span {
  z-index: 1;
  position: relative;
}
.btn-order i {
  flex: 0 0 auto;
  color: #374ea2;
  font-size: 14px;
  line-height: 1;
  transition: color 0.2s ease, transform 0.2s ease;
}
.btn-order span {
  color: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  user-select: none;
  white-space: nowrap;
  letter-spacing: 0.1px;
}
.btn-order span::after {
  content: none;
}
.btn-order:hover {
  color: #374ea2;
  transform: translateY(-2px);
  border-color: #da2128;
  background-color: #fff;
  box-shadow: 0 12px 28px rgba(55, 78, 162, 0.16);
}
.btn-order:hover::before {
  left: 0;
  transform: translateX(0);
}
.btn-order:hover i {
  color: #da2128;
  transform: translateY(-1px) rotate(-8deg) scale(1.06);
}
.btn-order:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(55, 78, 162, 0.12);
}
.btn-order:focus-visible {
  outline-offset: 3px;
  outline: 2px solid rgba(55, 78, 162, 0.3);
}

#title {
  position: relative;
  padding-block: unset;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top: 1px solid #555;
}
#title::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: rgba(17, 17, 17, 0.8);
}
#title .title-site {
  z-index: 2;
  margin-top: unset;
  position: relative;
  margin-bottom: unset;
}
#title .title-wrapper {
  padding-block: 20px;
}
#title .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #title .title-wrapper {
    padding-inline: unset;
  }
}
@media screen and (max-width: 480px) {
  #title .title-wrapper {
    gap: unset;
  }
}
#title .title-heading {
  margin-right: 40px;
}
#title .title-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#title .title-heading {
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #title .title-heading {
    padding-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  #title .title-heading {
    margin-right: unset;
  }
}
#title .title-heading-h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #title .title-heading-h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  #title .title-heading-h1 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 480px) {
  #title .title-heading-h1 {
    font-size: 14px;
    font-weight: 500;
  }
}
#title .title-back {
  height: 30px;
  border: none;
  outline: unset;
  display: block;
  cursor: pointer;
  line-height: 30px;
  color: #fff;
  padding-left: 30px;
  display: inline-block;
  background-color: transparent;
}
@media screen and (max-width: 480px) {
  #title .title-back {
    display: none;
  }
}
#title .title-menu {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #title .title-menu {
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  #title .title-menu {
    margin-top: 10px;
  }
}
#title .title-menu-button {
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  background-color: unset;
}
@media screen and (min-width: 768px) {
  #title .title-menu-button {
    display: none;
  }
}
#title .title-menu-button i.fa {
  margin-left: 10px;
  transform: rotateX(0deg);
  transition: transform ease 0.3s;
}
#title .title-menu-button i.fa-show {
  transform: rotateX(180deg);
}
#title .title-list {
  flex-wrap: wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: max-content;
}
#title .title-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#title .title-list {
  gap: 15px;
}
@media screen and (max-width: 768px) {
  #title .title-list {
    display: block;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    border-radius: 12px;
    transition: all linear 0.3s;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
#title .title-item {
  height: auto;
  width: max-content;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #title .title-item {
    width: 100%;
    padding-inline: 20px;
    padding-block: 10px;
  }
  #title .title-item:first-child {
    padding-top: 20px;
  }
  #title .title-item:last-child {
    padding-bottom: 20px;
  }
}
#title .title-link {
  padding: 10px;
  text-align: left;
}
#title .title-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#title .title-link {
  gap: 5px;
}
@media screen and (max-width: 768px) {
  #title .title-link {
    align-items: stretch;
    width: 100%;
  }
}
#title .title-image {
  object-fit: cover;
  border-radius: 4px;
}
#title .title-image {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
#title .title-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
#title .title-text {
  gap: 4px;
}
@media screen and (max-width: 768px) {
  #title .title-text {
    justify-content: space-between;
  }
}
#title .title-name {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
#title .title-count {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
#title .title-breadcrumb {
  width: auto;
  height: auto;
}
#title .title-item.active {
  border-bottom: 2px solid #e5e7eb;
  background-color: #111;
}

#header-logo {
  width: 100%;
  height: 100%;
}
#header-logo {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
#header-logo {
  gap: 8px;
}
@media screen and (max-width: 768px) {
  #header-logo {
    padding-inline: 15px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 640px) {
  #header-logo {
    align-items: center;
    flex-direction: row;
  }
}
@media screen and (max-width: 480px) {
  #header-logo {
    padding-inline: 0;
  }
}
#header-logo .logo-link {
  --logo: 76px;
  height: auto;
  flex: 0 0 var(--logo);
  max-width: var(--logo);
}
@media screen and (max-width: 768px) {
  #header-logo .logo-link {
    --logo: 70px;
  }
}
#header-logo .logo-link img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #header-logo .logo-link img {
    margin-left: auto;
    margin-right: auto;
  }
}
#header-logo .logo-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
#header-logo .logo-content {
  gap: 2px;
}
@media screen and (max-width: 768px) {
  #header-logo .logo-content {
    flex: 1 1 45%;
    max-width: 45%;
    align-items: flex-start;
  }
}
@media screen and (max-width: 640px) {
  #header-logo .logo-content {
    flex: 1 1 90%;
    max-width: 90%;
  }
}
@media screen and (max-width: 480px) {
  #header-logo .logo-content {
    flex-basis: auto;
    max-width: unset;
  }
}
#header-logo .logo-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #374ea2;
}
@media screen and (max-width: 768px) {
  #header-logo .logo-title {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #header-logo .logo-title {
    text-align: left;
  }
}
#header-logo .logo-description {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #374ea2;
}

#header-cart {
  position: relative;
  max-width: max-content;
  height: 50px;
}
@media screen and (max-width: 768px) {
  #header-cart {
    height: 36px;
  }
}
#header-cart .cart-trigger {
  height: 100%;
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-inline: 10px;
  color: #374ea2;
  background-color: #fff;
  border-radius: 8px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  border: 1px solid #374ea2;
}
#header-cart .cart-trigger {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#header-cart .cart-trigger {
  gap: 5px;
}
@media screen and (max-width: 1024px) {
  #header-cart .cart-trigger {
    gap: unset;
  }
}
@media screen and (max-width: 768px) {
  #header-cart .cart-trigger {
    color: #fff;
    border-color: #fff;
  }
}
#header-cart .cart-trigger::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  background: linear-gradient(120deg, rgba(55, 78, 162, 0.08), rgba(218, 33, 40, 0.16));
}
#header-cart .cart-icon {
  display: block;
  min-width: 36px;
  color: #374ea2;
  transition: transform 0.25s ease;
}
#header-cart .cart-icon {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
#header-cart .cart-icon img {
  margin: auto;
}
@media screen and (max-width: 768px) {
  #header-cart .cart-icon img {
    width: 30px;
    margin-left: unset;
    margin-top: 2px;
    margin-right: 4px;
  }
}
#header-cart .cart-content {
  height: 32px;
}
#header-cart .cart-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  #header-cart .cart-content {
    max-width: 0;
    position: relative;
  }
}
#header-cart .cart-text {
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  user-select: none;
  white-space: nowrap;
  transition: transform 0.25s ease;
}
@media screen and (max-width: 1024px) {
  #header-cart .cart-text {
    display: none;
  }
}
#header-cart .cart-count {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
  color: #da2128;
  transition: color 0.25s ease;
}
@media screen and (max-width: 1024px) {
  #header-cart .cart-count {
    color: #fff;
    font-size: 10px;
    padding: 2px 4px;
    line-height: 14px;
    border-radius: 4px;
    font-weight: normal;
    background-color: #fa0103;
    position: absolute;
    right: 6px;
    top: -6px;
  }
}
@media screen and (max-width: 768px) {
  #header-cart .cart-count {
    right: -6px;
    top: 1px;
  }
}
@media screen and (max-width: 1024px) {
  #header-cart .cart-count span {
    display: none;
  }
}

#header-cart:hover .cart-trigger {
  transform: translateY(-2px);
  border-color: #da2128;
  box-shadow: 0 12px 28px rgba(55, 78, 162, 0.16);
}
#header-cart:hover .cart-trigger::before {
  transform: translateX(0);
}
#header-cart:hover .cart-icon {
  transform: translateY(-1px) rotate(-8deg) scale(1.06);
}
#header-cart:hover .cart-text {
  transform: translateY(x);
}

#topbar {
  --topbar: 36px;
  color: #fff;
  height: var(--topbar);
  border-bottom: 1px solid #fff;
  background-color: #0d3192;
}
@media screen and (max-width: 1024px) {
  #topbar {
    display: none;
  }
}
#topbar .topbar-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#topbar .topbar-list {
  height: 100%;
}
#topbar .topbar-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#topbar .topbar-list {
  gap: 16px;
}
#topbar .topbar-item {
  color: inherit;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  font-family: inherit;
}
#topbar .topbar-item:not(:last-child)::after {
  content: "";
  width: 0px;
  height: 18px;
  display: block;
  border-left: 1px solid #adb8d9;
  position: absolute;
  right: -8px;
  z-index: 10;
  top: 8px;
}
#topbar .topbar-item i.fa {
  color: inherit;
  margin-right: 4px;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
#topbar .topbar-item a {
  color: inherit;
}
#topbar .topbar-left {
  line-height: var(--topbar);
}
#topbar .topbar-right {
  line-height: var(--topbar);
}

#topbar-account {
  position: relative;
  max-width: max-content;
}
#topbar-account .topbar-trigger {
  cursor: pointer;
  display: inline;
  user-select: none;
  line-height: 20px;
  padding: 3px 10px;
  border: 1px solid;
  border-radius: 6px;
  border-color: rgba(229, 231, 235, 0.5);
}
#topbar-account .topbar-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  user-select: none;
  position: relative;
  pointer-events: none;
  max-width: max-content;
}
#topbar-account .topbar-label i.fa {
  color: #fff;
  transition: transform 0.25s ease;
}
#topbar-account .topbar-user {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 2px);
  z-index: 800;
  left: -2px;
  min-width: 150px;
  background-color: #fff;
  border-radius: 8px;
  transform: translateY(8px) scale(0.96);
  transform-origin: 0px -20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
  will-change: opacity, transform;
}
@media screen and (max-width: 900px) {
  #topbar-account .topbar-user {
    transform-origin: 100% -20px;
    left: unset;
    right: -32px;
  }
}
#topbar-account .topbar-user::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background-color: transparent;
  transform: translateY(-100%);
  position: absolute;
  z-index: 20;
  left: 0;
  top: 10px;
}
#topbar-account .topbar-user::before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 10px;
  position: absolute;
  z-index: 799;
  top: -20px;
  left: 10px;
  transform: translateY(0px);
  border-color: transparent transparent #fff transparent;
}
@media screen and (max-width: 900px) {
  #topbar-account .topbar-user::before {
    right: 40px;
    left: unset;
  }
}
#topbar-account .topbar-close {
  width: 28px;
  height: 28px;
  cursor: pointer;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  position: absolute;
  right: 10px;
  z-index: 25;
  border: 0;
  top: 10px;
  color: #374ea2;
  transition: all 0.2s ease;
  border-radius: 100rem;
  background-color: #e6e8eb;
}
#topbar-account .topbar-close:hover, #topbar-account .topbar-close:focus-visible {
  color: #fff;
  background-color: #374ea2;
  transform: scale(1.05);
}
#topbar-account .topbar-close i.fa {
  margin-right: unset;
}

#topbar-account.show .account-icon {
  transform: rotateX(180deg);
}
#topbar-account.show .topbar-user {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  transition-delay: 0s;
}

#dropdown-user {
  width: 350px;
  padding: 20px;
  border-radius: 6px;
}
#dropdown-user .dropdown-info {
  max-width: 80%;
}
#dropdown-user .dropdown-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#dropdown-user .dropdown-info {
  gap: 10px;
}
#dropdown-user .dropdown-icon {
  flex: 0 0 50px;
  text-align: center;
  background-color: #e6e8eb;
  border-radius: 100rem;
}
#dropdown-user .dropdown-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
#dropdown-user .dropdown-icon i.fa {
  font-size: 22px;
  margin-right: unset;
  color: #374ea2;
}
#dropdown-user .dropdown-action {
  margin-top: 15px;
}
#dropdown-user .dropdown-action {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
#dropdown-user .dropdown-action {
  gap: 10px;
}
#dropdown-user .dropdown-action .btn-primary {
  height: 38px;
}
#dropdown-user .dropdown-list {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
#dropdown-user .dropdown-item {
  color: #374ea2;
  background-color: inherit;
}
#dropdown-user .dropdown-link {
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  user-select: none;
  white-space: nowrap;
  padding-bottom: 2px;
  display: inline-block;
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.25s ease;
  background-image: linear-gradient(currentColor, currentColor);
}
#dropdown-user .dropdown-link:hover, #dropdown-user .dropdown-link:focus-visible {
  background-size: 100% 2px;
}
#dropdown-user .dropdown-link i.fa {
  font-weight: 400;
  margin-right: 6px;
}

#dropdown-logout .dropdown-text {
  height: 50px;
  flex: 1 1 auto;
  max-width: 100%;
}
#dropdown-logout .dropdown-text span:not([class]) {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  user-select: none;
  color: #374ea2;
  display: inline-block;
  pointer-events: none;
}
#dropdown-logout .dropdown-label {
  width: 100%;
  display: block;
  font-weight: 700;
  line-height: 15px;
  user-select: none;
  color: #374ea2;
  pointer-events: none;
  max-width: max-content;
}

#dropdown-login {
  padding: 12px;
  border: 1px solid rgba(55, 78, 162, 0.1);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(55, 78, 162, 0.04), rgba(218, 33, 40, 0.08));
}
#dropdown-login .dropdown-info {
  max-width: 100%;
  align-items: center;
}
#dropdown-login .dropdown-icon {
  color: #fff;
  flex-basis: 52px;
  background-color: #0d3192;
  box-shadow: 0 6px 16px rgba(55, 78, 162, 0.16);
}
#dropdown-login .dropdown-icon i.fa {
  color: inherit;
  font-size: 24px;
}
#dropdown-login .dropdown-text {
  flex: 1 1 auto;
  min-width: 0;
  height: auto;
  max-width: 100%;
}
#dropdown-login .dropdown-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#dropdown-login .dropdown-text {
  gap: 2px;
}
#dropdown-login .dropdown-text span:not([class]) {
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}
#dropdown-login .dropdown-label {
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #374ea2;
}
#dropdown-login .dropdown-label::before {
  content: "Xin chào,";
  display: block;
  width: 100%;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: rgba(55, 78, 162, 0.65);
}

#header-search {
  position: static;
  height: 50px;
}
@media screen and (max-width: 768px) {
  #header-search {
    height: 36px;
    flex: 0 0 42px;
    max-width: 42px;
  }
}
#header-search .search-trigger {
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  padding-inline: 14px;
  color: #374ea2;
  background-color: #fff;
  border-radius: 8px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, color 0.25s ease, background-color 0.25s ease;
  border: 1px solid rgba(55, 78, 162, 0.22);
}
#header-search .search-trigger {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#header-search .search-trigger {
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  #header-search .search-trigger {
    padding-inline: 12px;
  }
}
@media screen and (max-width: 768px) {
  #header-search .search-trigger {
    color: #fff;
    box-shadow: none;
    padding-inline: 10px;
    border-color: rgba(255, 255, 255, 0.75);
    background-color: rgba(255, 255, 255, 0.12);
  }
}
#header-search .search-trigger::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  background: linear-gradient(120deg, rgba(55, 78, 162, 0.08), rgba(218, 33, 40, 0.16));
}
#header-search .search-trigger img {
  object-fit: contain;
  transition: transform 0.25s ease, filter 0.25s ease;
}
#header-search .search-trigger img {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  #header-search .search-trigger img {
    filter: brightness(0) invert(1);
  }
}
#header-search .trigger-label {
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  user-select: none;
  white-space: nowrap;
  transition: transform 0.25s ease, letter-spacing 0.25s ease;
}
@media screen and (max-width: 1024px) {
  #header-search .trigger-label {
    display: none;
  }
}
#header-search #header-suggest {
  margin-top: 20px;
  flex-wrap: wrap;
}
#header-search #header-suggest {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#header-search #header-suggest {
  gap: 14px;
}
@media screen and (max-width: 768px) {
  #header-search #header-suggest {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
#header-search #header-suggest .suggest-label {
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  white-space: nowrap;
  color: #374ea2;
}
#header-search #header-suggest .suggest-list {
  flex: 1 1 auto;
  max-width: 100%;
}
#header-search #header-suggest .suggest-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#header-search #header-suggest .suggest-list {
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #header-search #header-suggest .suggest-list {
    gap: 8px;
    width: 100%;
    flex-wrap: wrap;
  }
}
#header-search #header-suggest .suggest-item {
  flex: 0 0 auto;
}
#header-search #header-suggest .suggest-link {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 7px 16px;
  white-space: nowrap;
  color: #374ea2;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid rgba(55, 78, 162, 0.22);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 2px 6px rgba(55, 78, 162, 0.08);
  transition: transform 0.25s ease, color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}
@media screen and (max-width: 768px) {
  #header-search #header-suggest .suggest-link {
    font-size: 13px;
    padding: 6px 12px;
  }
}
#header-search #header-suggest .suggest-link:hover, #header-search #header-suggest .suggest-link:focus-visible {
  color: #fff;
  transform: translateY(-1px);
  border-color: #374ea2;
  background-color: #0d3192;
  box-shadow: 0 8px 18px rgba(55, 78, 162, 0.18);
}
#header-search .header-form {
  width: 100%;
  height: 42px;
  display: block;
}
@media screen and (max-width: 768px) {
  #header-search .header-form {
    height: 36px;
  }
}

#header-search:hover .search-trigger {
  border-color: #da2128;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(55, 78, 162, 0.16);
}
@media screen and (max-width: 768px) {
  #header-search:hover .search-trigger {
    color: #fff;
    border-color: #fff;
    box-shadow: 0 8px 20px rgba(17, 17, 17, 0.16);
  }
}
#header-search:hover .search-trigger::before {
  transform: translateX(0);
}
#header-search:hover .search-trigger img {
  transform: translateY(-1px) rotate(-8deg) scale(1.06);
}
#header-search:hover .trigger-label {
  letter-spacing: 0.2px;
  transform: translateY(-1px);
}

#header-search.show #header-preview {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0) scale(1);
}

#header-contact {
  overflow: hidden;
  padding: 6px 10px;
  text-align: center;
  position: relative;
  max-width: max-content;
  background-color: #fff;
  border-radius: 8px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
  height: 50px;
  border: 1px dashed #374ea2;
}
#header-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #header-contact {
    height: 36px;
    border: unset;
  }
}
@media screen and (max-width: 480px) {
  #header-contact {
    flex-direction: row;
    gap: 15px;
  }
}
#header-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  background: linear-gradient(120deg, rgba(55, 78, 162, 0.08), rgba(218, 33, 40, 0.16));
}
#header-contact .header-hotline {
  width: 100%;
  height: 40px;
  text-align: left;
  color: #374ea2;
  transition: color 0.25s ease;
}
#header-contact .header-hotline {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#header-contact .header-hotline {
  gap: 5px;
}
@media screen and (max-width: 768px) {
  #header-contact .header-hotline {
    width: fit-content;
    justify-content: flex-end;
  }
}
#header-contact .header-hotline img {
  transition: transform 0.25s ease;
}
@media screen and (max-width: 1024px) {
  #header-contact .header-hotline img {
    display: none;
  }
}
#header-contact .hotline-label {
  color: inherit;
  display: block;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 700;
  line-height: 14px;
  white-space: nowrap;
  transition: letter-spacing 0.25s ease, transform 0.25s ease;
}
@media screen and (max-width: 768px) {
  #header-contact .hotline-label {
    margin-top: unset;
  }
}
#header-contact .hotline-number {
  display: block;
  font-size: 16px;
  font-weight: 900;
  line-height: 26px;
  white-space: nowrap;
  color: #da2128;
  font-family: "Inter", sans-serif;
  transition: transform 0.25s ease;
}
@media screen and (max-width: 768px) {
  #header-contact .hotline-number {
    line-height: 16px;
    font-size: 15px;
  }
}

#header-contact:hover {
  transform: translateY(-2px);
  border-color: #da2128;
  box-shadow: 0 12px 28px rgba(55, 78, 162, 0.16);
}
#header-contact:hover::before {
  transform: translateX(0);
}
#header-contact:hover .header-hotline img {
  transform: translateY(-1px) rotate(-8deg) scale(1.06);
}
#header-contact:hover .hotline-label {
  letter-spacing: 0.4px;
}
#header-contact:hover .hotline-number {
  transform: translateY(-1px);
}

#header-preview {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  will-change: transform, opacity;
  width: 100%;
  height: auto;
  max-width: 900px;
  padding: 14px 16px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid rgba(55, 78, 162, 0.18);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: calc(100% + 12px);
  z-index: 600;
  right: auto;
  left: 50%;
  transform: translateX(-50%) translateY(16px) scale(0.98);
  transform-origin: top center;
  transition: opacity 0.28s ease, transform 0.32s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0.32s;
}
@media screen and (max-width: 768px) {
  #header-preview {
    left: 50%;
    right: auto;
    padding: 12px;
    width: min(720px, 100vw - 20px);
  }
  #header-preview .header-form {
    height: 38px;
  }
}
#header-preview .search-grid {
  gap: 10px;
  display: grid;
  max-height: 0px;
  overflow: hidden;
  margin-top: 20px;
  transition: max-height ease 0.3s;
  grid-template-columns: calc(60% - 5px) calc(40% - 5px);
}
@media screen and (max-width: 768px) {
  #header-preview .search-grid {
    grid-template-columns: 1fr;
  }
}
#header-preview .search-form {
  width: 100%;
  height: 42px;
  display: block;
}
@media screen and (max-width: 768px) {
  #header-preview .search-form {
    height: 36px;
  }
}
#header-preview .search-form .search-control {
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
  border: 2px solid #fa0103;
}
#header-preview .search-form .search-control {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  #header-preview .search-form .search-control {
    outline-width: 0px;
    outline-style: none;
    border-radius: 20px;
  }
}
#header-preview .search-form .query-input {
  border: 0;
  outline: none;
  padding: 10px;
  flex: 1 1 auto;
  font-size: 14px;
  max-width: 100%;
  font-weight: 400;
  padding-inline: 14px;
  color: #333;
  background-color: #fff;
}
#header-preview .search-form .query-input::placeholder {
  color: #374ea2;
}
#header-preview .search-form .query-input::focus {
  border-color: #374ea2;
}
@media screen and (max-width: 640px) {
  #header-preview .search-form .query-input {
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  #header-preview .search-form .query-input {
    border-radius: 100rem;
  }
}
#header-preview .search-form .query-submit {
  width: 50px;
  border: none;
  outline: none;
  display: block;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  margin-left: -12px;
  text-align: center;
  padding-inline: 15px;
  transition: all ease 0.2s;
  background-color: #fa0103;
  border-left: 1px solid #fa0103;
}
#header-preview .search-form .query-submit:hover {
  background-color: #0d3192;
}
@media screen and (max-width: 768px) {
  #header-preview .search-form .query-submit {
    margin-left: -20px;
    border: 1px solid #fff;
    border-top-right-radius: 100rem;
    border-bottom-right-radius: 100rem;
  }
}
#header-preview .search-form .form-note {
  font-size: 12px;
  margin-top: 4px;
  font-weight: 500;
  font-style: italic;
  color: #374ea2;
}
@media screen and (max-width: 768px) {
  #header-preview .search-form .form-note {
    display: none;
  }
}
#header-preview .search-preview {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #header-preview .search-preview {
    padding-top: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
}
#header-preview .search-preview::before {
  content: "";
  position: absolute;
  z-index: 10;
  left: -20px;
  top: 0;
  width: 0px;
  height: 100%;
  display: block;
  border-left: 3px solid rgba(55, 78, 162, 0.1);
}
#header-preview .search-wrapper {
  height: 100%;
}
#header-preview .search-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#header-preview .search-wrapper {
  gap: 12px;
}
#header-preview .search-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 5px;
  color: #da2128;
  display: inline-block;
}
#header-preview .search-card {
  width: 100%;
  padding: 12px;
  color: #374ea2;
  background-color: #fff;
  border-radius: 8px;
  transition: all 0.28s ease;
}
#header-preview .search-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#header-preview .search-card {
  gap: 14px;
}
#header-preview .search-card:hover, #header-preview .search-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(55, 78, 162, 0.24);
  box-shadow: 0 14px 28px rgba(55, 78, 162, 0.14);
}
#header-preview .search-media {
  width: 88px;
  height: 88px;
  flex: 0 0 88px;
  overflow: hidden;
  object-fit: cover;
  border-radius: 6px;
  background-color: rgba(55, 78, 162, 0.04);
  box-shadow: inset 0 0 0 1px rgba(55, 78, 162, 0.08);
}
#header-preview .search-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#header-preview .search-content {
  gap: 4px;
}
#header-preview .search-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
#header-preview .search-desc {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #333;
}
#header-preview .search-note {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: #374ea2;
}
#header-preview .search-list {
  width: auto;
  height: auto;
}
#header-preview .search-item {
  margin-top: 10px;
  padding-left: 10px;
}
#header-preview .search-item:first-child {
  margin-top: unset;
}
#header-preview .search-item i.fa {
  user-select: none;
  margin-right: 5px;
  pointer-events: none;
}
#header-preview .search-link {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  display: inline-block;
  line-height: 24px;
}
#header-preview .search-link:hover {
  color: #374ea2;
}
#header-preview .search-link:hover span {
  line-height: inherit;
  background-size: 100% 1px;
}
#header-preview .search-link span {
  user-select: none;
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.25s ease;
  background-image: linear-gradient(currentColor, currentColor);
}
#header-preview .search-hightlight {
  font-weight: 700;
  color: #374ea2;
}

#header .header-site {
  padding-block: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #header .header-site {
    padding-bottom: unset;
  }
}
#header .header-wrapper {
  position: relative;
}
#header .header-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
#header .header-wrapper {
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #header .header-wrapper {
    flex-wrap: wrap;
    margin-inline: -15px;
  }
}
#header .header-left {
  flex: 0 0 350px;
  max-width: 350px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  #header .header-left {
    height: unset;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: unset;
  }
}
@media screen and (max-width: 480px) {
  #header .header-left {
    padding-inline: 15px;
  }
}
#header #header-mobile {
  flex: 1 1 auto;
  height: 80px;
}
@media screen and (max-width: 768px) {
  #header #header-mobile {
    height: unset;
    flex: 0 0 100%;
    max-height: 50px;
    padding-block: 7px;
    padding-inline: 15px;
    background-color: #374ea2;
  }
  #header #header-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #header #header-mobile.header-fixed {
    animation: headerSlideDown 0.5s ease forwards;
    background-color: #374ea2;
    transform: translateY(-100%);
    position: fixed;
    z-index: 700;
    right: 0;
    left: 0;
    top: 0;
  }
}
#header .header-tools {
  height: inherit;
}
#header .header-tools {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
#header .header-tools {
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  #header .header-tools {
    gap: 10px;
  }
}
#header .header-menu {
  display: none;
  color: #fff;
  border: unset;
  cursor: pointer;
  padding-block: 8px;
  padding-right: 15px;
  white-space: nowrap;
  background-color: unset;
}
@media screen and (max-width: 360px) {
  #header .header-menu {
    min-width: 40px;
  }
}
#header .header-menu span {
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  margin-left: 4px;
}
@media screen and (max-width: 360px) {
  #header .header-menu span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #header .header-menu {
    display: block;
  }
}

#header-cta {
  height: 50px;
}
#header-cta .cta-button {
  padding: 0;
  height: 100%;
  max-width: 150px;
  border: none;
  outline: none;
  background-color: #0d3192;
}
#header-cta .cta-content {
  text-align: left;
}
#header-cta .cta-text {
  font-size: 13px;
  font-weight: 600;
}
#header-cta span {
  font-weight: 600;
}
#header-cta img {
  max-width: 20px;
}

@keyframes showHeaderAccount {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes headerSlideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
.rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.rating {
  gap: 8px;
}
.rating-text {
  color: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}
.rating-star {
  color: #f7c600;
  font-size: 24px;
  line-height: 32px;
}
.rating-star i.fa {
  margin-left: 4px;
}

#title .breadcrumb-list {
  flex-wrap: nowrap;
}
#title .breadcrumb-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #title .breadcrumb-list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  #title .breadcrumb-list {
    gap: 0;
  }
}
#title .breadcrumb-item {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  position: relative;
}
#title .breadcrumb-item a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
#title .breadcrumb-item:not(:last-child)::after {
  font-family: FontAwesome;
  margin-inline: 10px;
  content: "\f105";
  font-weight: 400;
}

section .breadcrumb-nav {
  margin-bottom: 15px;
}
section .breadcrumb-list {
  flex-wrap: wrap;
}
section .breadcrumb-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
section .breadcrumb-list {
  gap: 15px;
}
section .breadcrumb-item {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
section .breadcrumb-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
section .breadcrumb-item:not(:last-child)::after {
  content: "/";
  color: inherit;
  margin-left: 14px;
}
section .breadcrumb-item a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease;
}
section .breadcrumb-item a:hover {
  color: #ffd309;
}
section .breadcrumb-item[aria-current=page] {
  color: #fff;
  opacity: 0.95;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .menu-site {
    max-height: 100vh;
    overflow-y: scroll;
  }
}

.menu-top {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu-top {
    width: 100%;
    height: 60px;
    display: block;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 1px 4px 0px rgba(17, 17, 17, 0.12);
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
  }
}

.menu-item {
  height: 100%;
  cursor: pointer;
  position: relative;
  font-family: inherit;
}
@media screen and (max-width: 768px) {
  .menu-item {
    width: 100%;
    background-color: #fff;
    min-height: 50px;
    border-top: 1px solid #ddd;
  }
}
@media screen and (max-width: 768px) {
  .menu-item:first-child {
    border-top: unset;
  }
  .menu-item:first-child .menu-item-wrapper {
    border: unset;
  }
}
@media screen and (max-width: 768px) {
  .menu-item:last-child {
    border-bottom: 1px solid #ddd;
  }
}

.menu-mega {
  position: static;
}

.menu-hover {
  width: 100%;
  height: 0px;
  z-index: 500;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .menu-hover {
    display: none;
  }
}
.menu-hover::before, .menu-hover::after {
  content: "";
  position: absolute;
  left: 50%;
  opacity: 0;
  z-index: inherit;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
}
.menu-hover::before {
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #da2128;
}
.menu-hover::after {
  width: 10px;
  bottom: -4px;
  height: 10px;
  box-sizing: border-box;
  background-color: #fff;
  border-top: 2px solid #da2128;
  border-left: 2px solid #da2128;
  transform: translateX(-50%) rotate(45deg) scale(0.8);
}

.menu-nav {
  width: 100%;
  position: relative;
  height: 45px;
  line-height: 45px;
  transition: all 0.2s ease;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .menu-nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40vw;
    z-index: 999;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 72px;
    transition: unset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    transform: translateX(-100%);
  }
  .menu-nav-show {
    animation: menuShow 0.3s ease forwards;
  }
  .menu-nav-hide {
    animation: menuHide 0.3s ease forwards;
  }
}
@media screen and (max-width: 640px) {
  .menu-nav {
    width: 50vw;
    min-width: fit-content;
  }
}

@media screen and (min-width: 769px) {
  .menu-fixed {
    height: 40px;
    animation: menuDropdown 0.4s ease forwards;
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  .menu-fixed .menu-site,
  .menu-fixed .menu-list,
  .menu-fixed .menu-item {
    max-height: 40px;
    line-height: 40px;
  }
}

.menu-list {
  width: 100%;
  height: 100%;
  color: #fff;
  margin: 0 auto;
  padding-inline: 15px;
  max-width: 1300px;
  max-height: 45px;
  font-family: "Inter", sans-serif;
  border-top: 1px solid rgba(55, 78, 162, 0.1);
  border-bottom: 1px solid rgba(55, 78, 162, 0.1);
}
.menu-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.menu-list {
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .menu-list {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-inline: unset;
    max-height: unset;
    margin-top: 60px;
    width: 100%;
    gap: unset;
  }
}

.menu-item-wrapper {
  position: relative;
}
.menu-item-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.menu-item-wrapper {
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .menu-item-wrapper {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .menu-item-wrapper {
    align-items: unset;
    padding-left: 15px;
  }
}

.menu-item-link {
  height: 100%;
  flex: 0 0 auto;
  padding: unset;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .menu-item-link {
    display: block;
    padding-block: unset;
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
    line-height: 50px;
  }
}

.menu-item-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  font-family: inherit;
  color: #374ea2;
  text-transform: uppercase;
  transition: color 0.22s ease;
}
@media screen and (max-width: 768px) {
  .menu-item-text {
    font-size: 14px;
    color: #374ea2;
  }
}

.menu-item-icon {
  flex: 1 1 auto;
  display: block;
  min-height: 100%;
}
@media screen and (max-width: 768px) {
  .menu-item-icon {
    margin-right: 1px;
    max-width: 50px;
    text-align: center;
    pointer-events: none;
    background-color: #fff;
    transition: all linear 0.3s;
    line-height: 50px;
    border-left: 1px solid #ddd;
  }
}

.menu-item-arrow {
  color: #333;
  transition: 0.2s ease;
}
@media screen and (max-width: 768px) {
  .menu-item-arrow {
    pointer-events: none;
    color: #374ea2;
    transform: rotate(-90deg);
  }
}

.menu-close {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 30px;
  height: 30px;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  background-color: #374ea2;
  transition: background-color ease 0.2s;
  cursor: pointer;
}
.menu-close:hover {
  background-color: #da2128;
}
@media screen and (min-width: 768px) {
  .menu-close {
    display: none;
  }
}

.sub-menu {
  width: max-content;
  min-width: fit-content;
  max-width: calc(100vw - 30px);
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #ddd;
  transform: translateY(30px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  z-index: 500;
  opacity: 0;
  top: 100%;
  left: 0;
}
@media screen and (max-width: 1280px) {
  .sub-menu {
    left: -50px;
    transition: 0.2s ease;
  }
}
@media screen and (max-width: 768px) {
  .sub-menu {
    visibility: unset;
    width: 100%;
    border: unset;
    opacity: unset;
    max-height: 0px;
    transform: unset;
    position: static;
    max-width: unset;
    box-shadow: unset;
    border-radius: unset;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    transition: all ease 0.2s;
  }
}

.sub-menu-item {
  background-color: #fff;
  transition: all linear 0.3s;
  max-height: 50px;
  line-height: 50px;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .sub-menu-item {
    padding-left: 20px;
    border-top: 1px solid #ddd;
  }
}
.sub-menu-item:hover {
  background-color: #adb8d9;
}
@media screen and (max-width: 768px) {
  .sub-menu-item:hover {
    background-color: unset;
  }
}

.sub-menu-link {
  height: 100%;
  line-height: inherit;
  padding-inline: 15px;
}
.sub-menu-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.sub-menu-link {
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .sub-menu-link {
    font-weight: 500;
    padding-right: 15px;
  }
}

.sub-menu-text {
  font-size: 14px;
  text-wrap: nowrap;
  font-weight: 600;
  color: #374ea2;
}

.icon-show {
  color: #fff;
  background-color: #374ea2;
}
.icon-show .menu-item-arrow {
  transform: unset !important;
  color: inherit;
}

.icon-home .menu-item-link {
  height: 100%;
  column-gap: 4px;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
}
.icon-home .menu-item-wrapper {
  height: 45px;
}
.icon-home img {
  max-width: 25px;
  margin-bottom: 5px;
}
.icon-home img {
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.mobile-nav {
  overflow: hidden;
  position: fixed;
  height: 55px;
  z-index: 900;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
  max-width: 100%;
  background-color: #fff;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .mobile-nav {
    display: block;
  }
}

.mobile-nav-list {
  width: 100%;
  height: 100%;
  padding-inline: 20px;
}
.mobile-nav-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.mobile-nav-item {
  height: 100%;
  padding-top: 10px;
  padding-inline: 15px;
}

.mobile-nav-link {
  color: #374ea2;
}
.mobile-nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mobile-nav-link i.fa {
  font-size: 18px;
}
.mobile-nav-link span {
  color: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.progress-bar {
  background-color: #da2128;
  transform: translateY(100%);
  position: absolute;
  z-index: 500;
  height: 4px;
  width: 0%;
  bottom: 0;
  left: 0;
}

@keyframes menuDropdown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes menuShow {
  from {
    overflow: hidden;
    transform: translateX(-100%);
  }
  to {
    overflow: hidden;
    transform: translateX(0%);
  }
}
@keyframes menuHide {
  from {
    overflow: hidden;
    transform: translateX(0%);
  }
  to {
    overflow: hidden;
    transform: translateX(-100%);
  }
}
.menu-item:has(.menu-mega) {
  position: static;
}

.menu-item:hover .menu-item-arrow {
  transform: rotateX(180deg);
}
@media screen and (max-width: 768px) {
  .menu-item:hover .menu-item-arrow {
    transform: rotate(-90deg);
  }
}
.menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0px);
}
@media screen and (min-width: 1024px) {
  .menu-item:hover .sub-menu {
    transition: 0.2s ease;
  }
}
@media screen and (min-width: 768px) {
  .menu-item:hover .menu-hover::before {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
  }
  .menu-item:hover .menu-hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) rotate(45deg) scale(1);
  }
}
@media screen and (min-width: 769px) {
  .menu-item:hover .menu-item-text,
  .menu-item:hover .menu-item-arrow {
    color: #da2128;
  }
}

.mega-menu {
  position: absolute;
  z-index: 200;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 30px);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  user-select: none;
  pointer-events: none;
  padding: 14px;
  box-sizing: border-box;
  transition: 0.2s ease;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 14px 36px rgba(27, 47, 123, 0.12);
}

.menu-mega:after {
  content: "";
  height: 20px;
  display: block;
  width: calc(100% + 50px);
  background-color: transparent;
  position: absolute;
  z-index: 150;
  left: -25px;
  top: 70%;
}
@media screen and (max-width: 768px) {
  .menu-mega:after {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .menu-mega:hover + .mega-menu,
  .mega-menu:hover {
    opacity: 1;
    user-select: auto;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }
}

.mega-storage {
  overflow-y: auto;
  overflow-x: hidden;
  width: 1000px;
  max-width: calc(100vw - 30px);
  max-height: calc(100vh - var(--mega-menu-offset, 260px) - 16px);
  max-height: calc(100dvh - var(--mega-menu-offset, 260px) - 16px);
  min-height: min(520px, 100vh - var(--mega-menu-offset, 260px) - 16px);
  min-height: min(520px, 100dvh - var(--mega-menu-offset, 260px) - 16px);
}

.menu-nav.menu-fixed .mega-storage {
  max-height: calc(100vh - var(--mega-menu-offset, 45px) - 16px);
  max-height: calc(100dvh - var(--mega-menu-offset, 45px) - 16px);
}

.storage-list {
  --w: 50%;
  margin: 0;
  padding: 0;
  width: var(--w);
  list-style: none;
  max-width: var(--w);
}

.storage-item {
  padding: 0;
  border-top: 1px solid #ddd;
}
.storage-item:first-child {
  border-top: 0;
}
.storage-item:first-child .storage-box {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.storage-item:nth-child(odd) .storage-icon {
  color: #374ea2;
  background-color: #f7f9ff;
  border: 1px solid #d9e1f4;
}
.storage-item:nth-child(even) .storage-icon {
  color: #da2128;
  background-color: #fff4f4;
  border: 1px solid #f7c3c5;
}

.storage-item:hover:nth-child(odd) .storage-icon {
  color: #fff;
  background-color: #0d3192;
}
.storage-item:hover:nth-child(even) .storage-icon {
  color: #fff;
  background-color: #fa0103;
}
.storage-item:hover .storage-box {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}
.storage-item:hover .storage-arrow {
  transform: translateX(4px);
}

.storage-link {
  padding: 10px;
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
  border-radius: 18px;
  border: 1px solid transparent;
}
.storage-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.storage-link {
  gap: 14px;
}
.storage-link::after {
  content: "";
  position: absolute;
  z-index: 130;
  top: 0;
  left: 100%;
  width: 30px;
  height: 100%;
  background-color: transparent;
}

.storage-icon {
  --w: 50px;
  width: var(--w);
  height: var(--w);
  flex: 0 0 var(--w);
  border-radius: 100rem;
  transition: all 0.25s ease;
}
.storage-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.storage-body {
  min-width: 0;
  flex: 1 1 auto;
  display: block;
  line-height: normal;
  color: #374ea2;
}

.storage-title {
  display: block;
  color: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 4px;
}

.storage-desc {
  display: block;
  color: inherit;
  max-width: 80%;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.storage-arrow {
  flex: 0 0 auto;
  color: #374ea2;
  transition: transform 0.25s ease;
}

.storage-box {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 100;
  top: 14px;
  right: 14px;
  bottom: 14px;
  left: calc(var(--w) + 14px);
  overflow: hidden;
  min-height: 400px;
  border-radius: 8px;
  background-color: #f7f9ff;
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
  transform: translateX(-18px);
  border: 1px solid rgba(221, 221, 221, 0.5);
}
.storage-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
.storage-box-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  white-space: wrap;
  text-transform: none;
  color: #374ea2;
}
.storage-box-desc {
  height: 48px;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #374ea2;
}

.storage-thumb {
  flex: 0 0 50%;
  max-height: 50%;
  overflow: hidden;
}
.storage-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.storage-content {
  padding: 15px;
  flex: 1 1 auto;
  text-align: center;
}
.storage-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.storage-content {
  gap: 5px;
}

.storage-feat {
  flex-wrap: wrap;
  margin-top: 15px;
}
.storage-feat {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.storage-feat {
  gap: 15px;
}

.storage-feat-item {
  gap: 8px;
  display: flex;
  align-items: center;
}

.storage-badge {
  width: 38px;
  height: 38px;
  color: #fff;
  flex: 0 0 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0d3192;
}

.storage-note {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  color: #374ea2;
}

.storage-cta {
  height: 46px;
  margin-top: auto;
}
.storage-cta:hover {
  transform: translateY(-1px);
}

.menu-mega:hover .storage-item:first-child .storage-box {
  visibility: visible;
  pointer-events: auto;
}

@media screen and (max-width: 1280px) {
  .mega-storage {
    width: min(940px, 100vw - 30px);
  }
  .storage-list {
    --w: 48%;
  }
  .storage-desc {
    max-width: 92%;
  }
  .storage-box {
    left: calc(var(--w) + 14px);
  }
  .storage-box-title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .mega-storage {
    width: min(560px, 100vw - 30px);
    min-height: 0;
    padding: 10px;
  }
  .storage-list {
    --w: 100%;
    width: 100%;
    max-width: 100%;
  }
  .storage-link {
    border-radius: 8px;
  }
  .storage-link::after {
    display: none;
  }
  .storage-desc {
    max-width: 100%;
  }
  .storage-box {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .mega-storage {
    position: static;
    width: 100%;
    max-height: 0;
    max-width: unset;
    transform: unset;
    border: 0;
    padding: 0;
    opacity: 1;
    border-radius: 0;
    overflow: hidden;
    pointer-events: auto;
    visibility: visible;
    box-shadow: unset;
    transition: max-height 0.22s ease;
  }
  .storage-list {
    --w: 100%;
    width: 100%;
    max-width: 100%;
  }
  .storage-item {
    border-top: 1px solid #ddd;
  }
  .storage-item:first-child {
    border-top: 1px solid #ddd;
  }
  .storage-link {
    gap: 10px;
    border: 0;
    border-radius: 0;
    padding: 10px 15px;
  }
  .storage-link:hover {
    transform: unset;
  }
  .storage-icon {
    --w: 34px;
    font-size: 15px;
  }
  .storage-title {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }
  .storage-desc,
  .storage-arrow,
  .storage-box {
    display: none;
  }
}
@media screen and (max-height: 760px) and (min-width: 769px) {
  .mega-storage {
    padding: 10px;
  }
  .storage-content {
    flex: 1 1 auto;
    justify-content: space-between;
  }
  .storage-link {
    padding: 8px;
  }
  .storage-icon {
    --w: 42px;
    font-size: 18px;
  }
  .storage-title {
    font-size: 14px;
    line-height: 20px;
  }
  .storage-content {
    padding-block: 12px;
    padding-inline: 25px;
  }
  .storage-box-title {
    font-size: 19px;
    line-height: 22px;
  }
  .storage-box-desc {
    height: auto;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .storage-feat {
    gap: 10px;
    margin-top: 10px;
  }
  .storage-badge {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }
  .storage-note {
    font-size: 12px;
  }
  .storage-cta {
    height: 40px;
    margin-top: 12px;
  }
}
@media screen and (max-height: 560px) and (min-width: 769px) {
  .storage-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}
.mega-category {
  padding: 26px;
  overflow-y: auto;
  overflow-x: hidden;
  color: #374ea2;
  width: 100%;
  max-width: 90vw;
  max-height: calc(100vh - var(--mega-menu-offset, 260px) - 16px);
  max-height: calc(100dvh - var(--mega-menu-offset, 260px) - 16px);
}

.menu-nav.menu-fixed .mega-category {
  max-height: calc(100vh - var(--mega-menu-offset, 45px) - 16px);
  max-height: calc(100dvh - var(--mega-menu-offset, 45px) - 16px);
}

.mcat-grid {
  gap: 0;
  display: grid;
  min-height: 450px;
  padding-block: 15px;
  grid-template-columns: 1fr 1fr 1fr 1.5fr;
}

.mcat-col {
  padding-inline: 28px;
  border-right: 1px solid rgba(173, 184, 217, 0.55);
}
.mcat-col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.mcat-col:first-child {
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  .mcat-col {
    padding-top: 20px;
  }
}

.mcat-panel {
  min-width: 0;
  padding-right: 0;
  padding-inline: 28px;
}

.mcat-head {
  margin-bottom: 20px;
}
.mcat-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.mcat-head {
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .mcat-head {
    margin-bottom: 15px;
  }
}
.mcat-head span:not([class]),
.mcat-head a {
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  color: #374ea2;
  text-transform: uppercase;
}

.mcat-icon {
  display: block;
}
.mcat-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.mcat-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mcat-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.mcat-list {
  gap: 18px;
}

.mcat-link {
  min-width: 0;
  color: #333;
  border-radius: 8px;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}
.mcat-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.mcat-link {
  gap: 16px;
}
.mcat-link:hover {
  color: #374ea2;
  background-color: #f7f9ff;
  transform: translateX(3px);
}
.mcat-link:hover .mcat-title {
  color: #374ea2;
}

.mcat-thumb {
  width: 70px;
  height: 58px;
  flex: 0 0 70px;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid rgba(221, 221, 221, 0.75);
  background-color: #f8fafc;
}
.mcat-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.mcat-body {
  min-width: 0;
  display: block;
}

.mcat-title {
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.25;
  transition: color 0.2s ease;
  display: block;
  color: #111;
  font-weight: 800;
}

.mcat-desc {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #333;
}

.mcat-more {
  margin-top: auto;
  padding-top: 20px;
  justify-content: flex-start;
}
.mcat-more span {
  font-size: 15;
  font-weight: 700;
}

.panel-head {
  font-size: 17px;
  font-weight: 800;
  line-height: 28px;
  text-align: center;
  margin-bottom: 15px;
  color: #da2128;
  text-transform: uppercase;
}

.panel-card {
  overflow: hidden;
  border-radius: 8px;
  background-color: #0d3192;
  box-shadow: 0 10px 25px rgba(55, 78, 162, 0.2);
}

.panel-thumb {
  height: 185px;
  overflow: hidden;
  background-color: #f8fafc;
}
.panel-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.panel-body {
  padding: 20px 22px;
  color: #fff;
}

.panel-title {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 22px;
}

.panel-desc {
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin-block: 10px 15px;
}

.panel-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.panel-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.panel-list {
  gap: 12px;
}

.panel-item {
  color: inherit;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}
.panel-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.panel-item {
  gap: 10px;
}
.panel-item i {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #fff;
  font-size: 10px;
  border-radius: 100rem;
  background-color: #fa0103;
}
.panel-item i {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.panel-cta {
  height: 40px;
  margin-top: 24px;
  padding: 10px 20px;
  color: #374ea2;
  max-width: max-content;
  border-radius: 8px;
  background-color: #fff;
}
.panel-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.panel-cta {
  gap: 10px;
}
.panel-cta:hover {
  color: #fff;
  background-color: #da2128;
  transform: translateY(-1px);
}

.mcat-benefits {
  display: grid;
  margin-top: 15px;
  padding: 20px 28px;
  background-color: #f8fafc;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(173, 184, 217, 0.55);
}

.mcat-benefit {
  min-width: 0;
  padding-inline: 28px;
  border-left: 1px solid rgba(173, 184, 217, 0.55);
}
.mcat-benefit {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.mcat-benefit {
  gap: 18px;
}
.mcat-benefit:first-child {
  padding-left: 0;
  border-left: 0;
}
.mcat-benefit:last-child {
  padding-right: 0;
}

.benefit-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
}
.benefit-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.benefit-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.benefit-body {
  min-width: 0;
  display: block;
}

.benefit-title {
  margin-bottom: 8px;
  color: #374ea2;
  font-size: 15px;
  line-height: 1.25;
  display: block;
  color: #111;
  font-weight: 800;
}

.benefit-desc {
  display: block;
  color: #333;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
}

@media screen and (max-width: 1280px) {
  .mega-category {
    padding: 24px;
  }
  .mcat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: 0;
  }
  .mcat-col {
    padding-inline: 22px;
  }
  .mcat-panel {
    grid-column: 1/-1;
    margin-top: 24px;
    padding: 24px 0 0;
    border-top: 1px solid rgba(173, 184, 217, 0.55);
  }
  .panel-card {
    display: grid;
    grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
  }
  .panel-thumb {
    height: auto;
    min-height: 220px;
  }
  .mcat-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mcat-benefit {
    padding: 18px 22px;
  }
  .mcat-benefit:nth-child(odd) {
    border-left: 0;
  }
  .mcat-benefit:nth-child(n+3) {
    border-top: 1px solid rgba(173, 184, 217, 0.55);
  }
}
@media screen and (max-width: 1024px) {
  .mega-category {
    padding: 22px 20px;
  }
  .mcat-grid {
    padding-block: unset;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mcat-col {
    border-right: 0;
    padding-block: 20px;
    border-bottom: 1px solid rgba(173, 184, 217, 0.55);
  }
  .mcat-col:first-child {
    padding-left: 20px;
  }
  .mcat-panel {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .mega-category {
    position: static;
    width: 100%;
    max-height: 0;
    max-width: unset;
    padding: 0;
    opacity: 1;
    transform: unset;
    visibility: visible;
    pointer-events: auto;
    border: 0;
    border-radius: 0;
    box-shadow: unset;
    transition: max-height 0.22s ease;
  }
  .mcat-grid {
    min-height: 0;
    display: block;
    padding-block: 0;
    max-height: 50vh;
    overflow-y: scroll;
  }
  .mcat-col {
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }
  .mcat-col:first-child {
    padding-left: 0;
    border-top: 1px solid #ddd;
  }
  .mcat-panel,
  .mcat-benefits,
  .mcat-thumb,
  .mcat-desc,
  .mcat-more i,
  .mcat-icon {
    display: none;
  }
  .mcat-item {
    min-height: 50px;
    border-bottom: 1px solid #ddd;
  }
  .mcat-item:first-child {
    border-top: 1px solid #ddd;
  }
  .mcat-head {
    margin: 0;
    padding-left: 30px;
    padding-block: 15px;
  }
  .mcat-head span:not([class]),
  .mcat-head a {
    font-size: 12px;
    color: #515152;
    line-height: 20px;
  }
  .mcat-list {
    gap: 0;
  }
  .mcat-link {
    height: 100%;
    display: block;
    border-radius: 0;
    padding-left: 40px;
    line-height: 50px;
  }
  .mcat-link:hover {
    transform: unset;
    background-color: transparent;
  }
  .mcat-title {
    font-size: 14px;
    margin-bottom: 0;
    color: #374ea2;
    line-height: 50px;
  }
  .mcat-more {
    display: none;
    margin-top: 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    padding-left: 30px;
    padding-block: 10px;
    color: #da2128;
  }
}
@media screen and (max-height: 760px) and (min-width: 769px) {
  .mega-category {
    padding: 22px 20px;
  }
  .mcat-grid {
    min-height: 0;
    padding-block: 8px;
  }
  .mcat-col {
    padding-inline: 20px;
  }
  .mcat-head {
    margin-bottom: 15px;
  }
  .mcat-list {
    gap: 14px;
  }
  .mcat-thumb {
    width: 62px;
    height: 50px;
    flex-basis: 62px;
  }
  .mcat-desc,
  .panel-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .panel-thumb {
    height: 150px;
  }
  .panel-body {
    padding: 18px;
  }
  .mcat-benefits {
    padding: 16px 22px;
    border-radius: 6px;
  }
  .benefit-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }
}
.mega-project {
  padding: 30px 20px;
  overflow-x: hidden;
  overflow-y: auto;
  color: #374ea2;
  max-width: 90vw;
  width: min(1450px, 100vw - 30px);
  max-height: calc(100vh - var(--mega-menu-offset, 260px) - 16px);
  max-height: calc(100dvh - var(--mega-menu-offset, 260px) - 16px);
}

.menu-nav.menu-fixed .mega-project {
  max-height: calc(100vh - var(--mega-menu-offset, 45px) - 16px);
  max-height: calc(100dvh - var(--mega-menu-offset, 45px) - 16px);
}

.mproj-grid {
  gap: 0;
  display: grid;
  min-height: 540px;
  grid-template-columns: 0.95fr 1.15fr 1fr;
}

.mproj-cats,
.mproj-feat,
.mproj-new {
  min-width: 0;
  padding-inline: 26px;
}

.mproj-cats {
  padding-left: 0;
}
.mproj-cats {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.mproj-feat {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.mproj-feat,
.mproj-new {
  border-left: 1px solid rgba(173, 184, 217, 0.55);
}

.mproj-new {
  padding-right: 0;
}
.mproj-new {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.mproj-head,
.mproj-headline {
  margin-bottom: 10px;
  color: #374ea2;
}
.mproj-head,
.mproj-headline {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.mproj-head,
.mproj-headline {
  gap: 4px;
}

.mproj-icon,
.mproj-headline i {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  color: #da2128;
  font-size: 25px;
}
.mproj-icon,
.mproj-headline i {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.mproj-title {
  min-width: 0;
}
.mproj-title h3 {
  margin: 0;
  color: inherit;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
}
.mproj-title p {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  color: #333;
}

.mproj-headline {
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
}
.mproj-headline i.fa {
  font-size: 26px;
  flex-basis: auto;
}

.mproj-list,
.new-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mproj-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.mproj-item {
  border-bottom: 1px solid #ddd;
}

.mproj-link {
  min-width: 0;
  padding: 16px 0;
  color: #374ea2;
  transition: color 0.2s ease, transform 0.2s ease;
}
.mproj-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.mproj-link {
  gap: 16px;
}
.mproj-link:hover {
  color: #da2128;
  transform: translateX(3px);
}
.mproj-link:hover .mproj-badge {
  color: #fff;
  background-color: #374ea2;
}
.mproj-link:hover .mproj-arrow {
  transform: translateX(4px);
}

.mproj-badge {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  color: #374ea2;
  font-size: 23px;
  border-radius: 8px;
  background-color: #f7f9ff;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.mproj-badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.mproj-body {
  min-width: 0;
  flex: 1 1 auto;
  display: block;
}
.mproj-body strong,
.mproj-body span {
  display: block;
}
.mproj-body strong {
  color: #374ea2;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
}
.mproj-body span {
  margin-top: 5px;
  color: #515152;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}

.mproj-arrow {
  flex: 0 0 auto;
  color: #374ea2;
  transition: transform 0.2s ease;
}

.mproj-more,
.new-more {
  height: 45px;
  margin-top: 20px;
  padding-inline: 20px;
  max-width: max-content;
  border-radius: 8px;
  background-color: #f7f9ff;
}
.mproj-more::after,
.new-more::after {
  color: #374ea2;
}

.feat-card {
  flex: 1 1 auto;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid rgba(173, 184, 217, 0.55);
}
.feat-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
}
.feat-thumb {
  height: 225px;
  position: relative;
  overflow: hidden;
  background-color: #f8fafc;
}
.feat-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.feat-label {
  left: 0;
  bottom: 0;
  position: absolute;
  padding: 11px 22px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  background-color: #0d3192;
}

.feat-body {
  padding: 20px;
  flex: 1 1 auto;
}
.feat-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
.feat-body {
  gap: 10px;
}

.feat-title {
  margin: 0;
  color: #374ea2;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
}

.feat-sub {
  margin: 8px 0 20px;
  color: #374ea2;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
}

.feat-meta {
  display: grid;
  margin-bottom: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.meta-item {
  min-width: 0;
  padding-inline: 14px;
  border-left: 1px solid rgba(173, 184, 217, 0.4);
}
.meta-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.meta-item {
  gap: 5px;
}
.meta-item:first-child {
  padding-left: unset;
  border-left: 0;
}
.meta-item:last-child {
  padding-right: unset;
  border-right: 0;
}

.meta-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  color: #374ea2;
  font-size: 20px;
  border-radius: 8px;
  background-color: #f7f9ff;
}
.meta-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.meta-body {
  flex: 1 1 auto;
  display: block;
}
.meta-body span,
.meta-body strong {
  display: block;
  line-height: 1.2;
}
.meta-body span {
  color: #515152;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.meta-body strong {
  margin-top: 3px;
  color: #374ea2;
  font-size: 13px;
  font-weight: 800;
}

.feat-desc {
  margin: 0 0 22px;
  color: #515152;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 600;
}

.feat-more {
  height: 45px;
  padding-inline: 20px;
  border-radius: 8px;
  border: 1px solid rgba(55, 78, 162, 0.65);
}

.new-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.new-item {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ddd;
}

.new-link {
  min-width: 0;
  color: #374ea2;
  transition: color 0.2s ease, transform 0.2s ease;
}
.new-link {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.new-link {
  gap: 10px;
}
.new-link:hover {
  color: #da2128;
  transform: translateX(3px);
}

.new-thumb {
  width: 160px;
  height: 120px;
  flex: 0 0 160px;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f8fafc;
}
.new-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.new-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
.new-body strong {
  font-size: 17px;
  font-weight: 800;
  line-height: 20px;
  color: #374ea2;
}
.new-body span:not(.new-meta) {
  margin-top: 10px;
  color: #515152;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
}

.new-meta {
  margin-top: 10px;
  font-size: 13px;
  color: #515152;
  font-weight: 700;
  line-height: 20px;
}
.new-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.new-meta {
  gap: 14px;
}
.new-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.new-more {
  margin-top: auto;
  width: fit-content;
}

@media screen and (max-width: 1280px) {
  .mega-project {
    width: min(1180px, 100vw - 30px);
  }
  .mproj-grid {
    min-height: 0;
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.15fr);
  }
  .mproj-cats,
  .mproj-feat,
  .mproj-new {
    padding-inline: 22px;
  }
  .mproj-cats {
    padding-left: 0;
  }
  .mproj-new {
    border-left: 0;
    margin-top: 24px;
    padding: 24px 0 0;
    grid-column: 1/-1;
    border-top: 1px solid rgba(173, 184, 217, 0.55);
  }
  .new-list {
    gap: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .new-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .new-link {
    flex-direction: column;
    gap: 12px;
  }
  .new-thumb {
    width: 100%;
    height: 142px;
    flex: 0 0 auto;
  }
  .new-more {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .mega-project {
    padding: 24px 20px;
  }
  .mproj-grid {
    grid-template-columns: 1fr;
  }
  .mproj-cats,
  .mproj-feat,
  .mproj-new {
    padding-inline: 0;
  }
  .mproj-feat,
  .mproj-new {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(173, 184, 217, 0.55);
    border-left: 0;
  }
  .new-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .mega-project {
    position: static;
    padding: 0;
    width: 100%;
    max-width: unset;
    max-height: 0;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    pointer-events: auto;
    transform: unset;
    border: 0;
    border-radius: 0;
    box-shadow: unset;
    transition: max-height 0.22s ease;
  }
  .mproj-item:first-child {
    border-top: 1px solid #ddd;
  }
  .mproj-grid {
    display: block;
    min-height: 0;
    max-height: 50vh;
    overflow-y: scroll;
  }
  .mproj-cats {
    padding: 0;
  }
  .mproj-feat,
  .mproj-new,
  .mproj-head,
  .mproj-arrow {
    display: none;
  }
  .mproj-link {
    gap: 10px;
    padding-block: 10px;
    padding-left: 20px;
  }
  .mproj-badge {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    font-size: 16px;
  }
  .mproj-body strong {
    font-size: 14px;
    line-height: 20px;
  }
  .mproj-body span {
    display: none;
  }
  .mproj-more {
    width: 100%;
    margin-top: 0;
    padding: 12px 15px 12px 30px;
    border-radius: 0;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
  }
}
@media screen and (max-height: 760px) and (min-width: 769px) {
  .mega-project {
    padding: 24px 20px;
  }
  .mproj-grid {
    min-height: 0;
  }
  .mproj-link {
    padding-block: 12px;
  }
  .mproj-badge {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    font-size: 20px;
  }
  .feat-thumb {
    height: 180px;
  }
  .feat-body {
    padding: 18px;
  }
  .feat-title {
    font-size: 20px;
  }
  .feat-sub {
    margin-bottom: 16px;
    font-size: 15px;
  }
  .feat-desc {
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .new-item {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
  .new-thumb {
    width: 140px;
    height: 100px;
    flex-basis: 140px;
  }
}
.prefooter-list {
  display: grid;
  padding: 30px 25px;
  align-items: stretch;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 8px 24px rgba(17, 40, 92, 0.1);
}
@media screen and (max-width: 1024px) {
  .prefooter-list {
    border: none;
    padding: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .prefooter-list {
    padding: 0;
    box-shadow: unset;
    grid-template-columns: repeat(6, 1fr);
    border-bottom: 1px solid #ddd;
  }
}
@media screen and (max-width: 640px) {
  .prefooter-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.prefooter-item {
  min-height: 120px;
  position: relative;
  text-align: center;
  padding-inline: 20px;
}
.prefooter-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .prefooter-item {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .prefooter-item {
    border: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .prefooter-item:nth-child(1) {
    border-left: 0;
    border-right: 0;
    grid-column: span 2;
  }
  .prefooter-item:nth-child(2) {
    grid-column: span 2;
  }
  .prefooter-item:nth-child(3) {
    border-left: 0;
    border-right: 0;
    grid-column: span 2;
  }
  .prefooter-item:nth-child(4) {
    border-top: 0;
    border-left: 0;
    grid-column: span 3;
    border-bottom: none;
  }
  .prefooter-item:nth-child(5) {
    border-right: 0;
    grid-column: 3/4;
  }
  .prefooter-item:nth-child(5) {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    grid-column: span 3;
  }
}
@media screen and (max-width: 640px) {
  .prefooter-item {
    grid-column: auto !important;
  }
  .prefooter-item:first-child {
    border-bottom: 0;
  }
  .prefooter-item:nth-child(2n) {
    border-right: 0;
  }
  .prefooter-item:nth-child(4) {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .prefooter-item:last-child {
    border-right: 0;
    grid-column: 1/-1 !important;
    border-bottom: 1px solid #ddd;
  }
}
.prefooter-item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 98px;
  transform: translateY(-50%);
  background-color: #ddd;
  position: absolute;
  top: 50%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .prefooter-item:not(:last-child)::after {
    display: none;
  }
}

.prefooter-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
}
.prefooter-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.prefooter-content {
  display: block;
  font-family: "Inter", sans-serif;
}
.prefooter-content strong {
  display: block;
  font-size: 28px;
  font-weight: 800;
  line-height: 32px;
  margin-bottom: 8px;
  color: #da2128;
}
@media screen and (max-width: 768px) {
  .prefooter-content strong {
    font-size: 24px;
  }
}
.prefooter-content span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #333;
}

@media screen and (max-width: 640px) {
  .container:has(.intro-wrap) {
    padding-inline: unset;
  }
}

.intro-wrap {
  display: grid;
  overflow: hidden;
  min-height: 150px;
  align-items: center;
  border-radius: 6px;
  grid-template-areas: "info list action";
  grid-template-columns: 400px 1fr 180px;
  background-color: rgba(173, 184, 217, 0.1);
}
@media screen and (max-width: 1024px) {
  .intro-wrap {
    min-height: unset;
    border-width: 10px;
    align-items: stretch;
    grid-template-areas: "info list" "action action";
    grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .intro-wrap {
    border-width: 8px;
    border-radius: 6px;
    grid-template-columns: 1fr;
    grid-template-areas: "info" "list" "action";
  }
}

.intro-info {
  height: 100%;
  grid-area: info;
  padding-inline: 20px;
  padding-block: 20px;
}
.intro-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.intro-info {
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .intro-info {
    align-items: flex-start;
    padding: 14px 14px 12px;
    gap: 12px;
  }
}

.intro-icon {
  width: 66px;
  height: 66px;
  flex-shrink: 0;
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 8px 18px rgba(6, 40, 111, 0.2);
  background: linear-gradient(135deg, #0f56bd 0%, #0b3d9b 48%, #06286f 100%);
}
.intro-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.intro-icon img {
  width: 35px;
  height: 35px;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  .intro-icon {
    width: 50px;
    height: 50px;
    border-radius: 7px;
  }
  .intro-icon img {
    width: 28px;
    height: 28px;
  }
}

.intro-content {
  flex: 1;
  min-width: 0;
}

.intro-title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: #374ea2;
}
@media screen and (max-width: 768px) {
  .intro-title {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
  }
}

.intro-desc {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #333;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 768px) {
  .intro-desc {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
  }
}

.intro-list {
  margin: 0;
  padding: 0;
  height: 100%;
  min-width: 0;
  display: grid;
  grid-area: list;
  list-style: none;
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 1024px) {
  .intro-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .intro-list {
    height: auto;
    display: block;
    border-top: 1px solid rgba(55, 78, 162, 0.14);
  }
}

@media screen and (max-width: 1280px) {
  .intro-text {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .intro-text {
    text-align: left;
  }
}
.intro-text strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #374ea2;
}
@media screen and (max-width: 1024px) {
  .intro-text strong {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .intro-text strong {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
  }
}
.intro-text span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .intro-text span {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .intro-text span {
    font-size: 12px;
    line-height: 16px;
    text-align: left;
  }
}

.intro-action {
  height: 100%;
  grid-area: action;
  padding-right: 20px;
}
.intro-action {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .intro-action {
    height: auto;
    padding: 0 0 18px;
  }
}
@media screen and (max-width: 768px) {
  .intro-action {
    padding: 8px 14px;
    margin-bottom: 6px;
  }
}
.intro-action .btn-primary {
  min-width: 150px;
  padding: 13px 22px;
  background-color: #fa0103;
}
@media screen and (max-width: 1024px) {
  .intro-action .btn-primary {
    min-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .intro-action .btn-primary {
    width: 100%;
    padding-block: 12px;
  }
}
.intro-action .btn-primary:hover {
  background-color: #da2128;
}

.intro-item {
  gap: 15px;
  padding-right: 15px;
}
.intro-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .intro-item {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .intro-item {
    gap: 12px;
    position: relative;
    padding: 18px 14px;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .intro-item {
    gap: 12px;
    min-height: 52px;
    padding: 8px 14px;
    flex-direction: row;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(55, 78, 162, 0.15);
  }
  .intro-item::after {
    content: "\f105";
    display: block;
    line-height: 1;
    font-size: 16px;
    margin-left: auto;
    color: #374ea2;
    font-family: FontAwesome;
    position: absolute;
    right: 30px;
    top: 18px;
  }
}
@media screen and (max-width: 640px) {
  .intro-item::after {
    display: none;
  }
}
.intro-item img {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .intro-item img {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 768px) {
  .intro-item img {
    width: 34px;
    height: 34px;
  }
}

.footer-trust {
  gap: 25px;
  display: grid;
  align-items: start;
  border-radius: 8px;
  grid-template-areas: "sapo clients strength";
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr) minmax(0, 1fr);
}
@media screen and (max-width: 1024px) {
  .footer-trust {
    gap: 30px 36px;
    padding-block: 20px;
    padding-inline: unset;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas: "sapo clients" "strength strength";
  }
}
@media screen and (max-width: 768px) {
  .footer-trust {
    gap: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 8px;
    grid-template-columns: 1fr;
    border: 1px solid rgba(255, 255, 255, 0.08);
    grid-template-areas: "sapo" "clients" "strength";
  }
}

.footer-trust-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
}
.footer-trust-text p {
  margin: 0 0 16px;
}

.footer-sapo {
  display: flex;
  grid-area: sapo;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .footer-sapo {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}
@media screen and (max-width: 640px) {
  .footer-sapo {
    padding-inline: 18px;
  }
}

.footer-sapo-content {
  padding-right: 20px;
  color: #333;
}
.footer-sapo-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.footer-sapo-content {
  gap: 12px;
}
.footer-sapo-content p {
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
  text-align: justify;
}
@media screen and (max-width: 1280px) {
  .footer-sapo-content p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-sapo-content {
    padding-right: 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer-sapo-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.22s ease;
  }
}

.footer-clients {
  display: flex;
  grid-area: clients;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .footer-clients {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}

.footer-client-list {
  gap: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) {
  .footer-client-list {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer-client-list {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.22s ease;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .footer-client-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .footer-client-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.footer-client-logo {
  height: 72px;
  width: 100%;
  max-width: none;
  padding: 10px 12px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #ddd;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.footer-client-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.footer-client-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-client-logo:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1024px) {
  .footer-client-logo {
    height: 64px;
    padding: 8px 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer-client-logo {
    height: 66px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 480px) {
  .footer-client-logo {
    height: 58px;
  }
}

.footer-strength {
  grid-area: strength;
}
.footer-strength {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .footer-strength {
    padding-inline: 18px;
  }
}

.strength-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.strength-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.strength-list {
  gap: 14px;
}
@media screen and (max-width: 1024px) {
  .strength-list {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .strength-list {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
}
@media screen and (max-width: 640px) {
  .strength-list {
    overflow: unset;
    grid-template-columns: repeat(2, 1fr);
  }
}
.strength-list li {
  gap: 14px;
  padding: 16px 18px;
  border-radius: 12px;
  transform: translateY(0px);
  border: 1px solid #ddd;
  background-color: rgba(255, 255, 255, 0.03);
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}
.strength-list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.strength-list li {
  gap: 14px;
}
.strength-list li:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1024px) {
  .strength-list li {
    font-family: "Inter", sans-serif;
    padding: 14px 12px;
    min-height: 96px;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .strength-list li {
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .strength-list li {
    min-height: 160px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 480px) {
  .strength-list li {
    padding-inline: 12px;
  }
}
.strength-list img {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: block;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 1024px) {
  .strength-list img {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .strength-list img {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }
}
.strength-list strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  font-family: inherit;
  color: #374ea2;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .strength-list strong {
    font-size: 12px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .strength-list strong {
    margin-bottom: 2px;
    text-align: center;
    font-size: 12px;
  }
}
.strength-list p {
  font-size: 13px;
  margin-top: 5px;
  line-height: 18px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .strength-list p {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
}

.footer-area {
  display: flex;
  flex-direction: column;
}

.footer-area-body {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.footer-area-list {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 22px;
  padding-top: 4px;
}

.footer-area-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  line-height: 1.2;
  white-space: nowrap;
}
.footer-area-item i {
  color: #fff;
  font-size: 18px;
}

.footer-area-map {
  flex: 0 0 220px;
  width: 220px;
  align-self: flex-start;
  display: flex;
  justify-content: flex-end;
}
.footer-area-map img {
  width: 100%;
  max-width: 220px;
  height: auto;
  display: block;
  opacity: 0.8;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.18));
}

#copyright {
  border-top: 1px solid #ddd;
}

.footer-copyright {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  background-color: #0d3192;
}

.copyright-wrap {
  padding: 10px 0;
  min-height: 60px;
}
.copyright-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.copyright-wrap {
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .copyright-wrap {
    min-height: unset;
    gap: 8px;
    padding: 10px 0 12px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

.copyright-left {
  min-width: 0;
  flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  .copyright-left {
    flex: 0 1 auto;
  }
}

.copyright-text {
  margin: 0;
  color: #fff;
  font-size: 14px;
  flex-wrap: wrap;
  line-height: 20px;
}
.copyright-text {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.copyright-text {
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .copyright-text {
    gap: 8px;
    font-size: 12px;
    justify-content: center;
  }
}

.copyright-year {
  color: #fff;
  white-space: nowrap;
}

.copyright-tax {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
  padding: 0 12px;
  min-height: 26px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 4px;
  white-space: nowrap;
  letter-spacing: 0.2px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, #e41717 0%, #c80f0f 100%);
}
@media screen and (max-width: 768px) {
  .copyright-tax {
    font-size: 12px;
    min-height: 24px;
    padding-inline: 12px;
  }
}

.copyright-dev {
  margin: 0;
  color: #fff;
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .copyright-dev {
    font-size: 12px;
    white-space: normal;
  }
}
.copyright-dev a {
  font-weight: 700;
  color: #eccf4a;
  text-decoration: none;
  transition: color 0.25s ease;
}
.copyright-dev a:hover {
  color: #f0a7a9;
}

#prefooter {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  #prefooter {
    margin-bottom: unset;
  }
}
@media screen and (max-width: 640px) {
  #prefooter .container:has(.prefooter-list) {
    padding-inline: unset;
  }
}

@media screen and (max-width: 768px) {
  #footer {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 768px) {
  #footer-sapo {
    border-top: 1px solid #ddd;
  }
}

#footer-trust {
  color: #fff;
  overflow: hidden;
  padding-top: 30px;
  position: relative;
  padding-bottom: 30px;
}

#footer-policy {
  margin-top: 0;
  padding-block: 30px;
  background-color: rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media screen and (max-width: 768px) {
  #footer-sapo,
  #footer-clients,
  #footer-strength {
    padding-inline: 20px;
    border-bottom: 1px solid #ddd;
  }
}
@media screen and (max-width: 640px) {
  #footer-sapo,
  #footer-clients,
  #footer-strength {
    padding-left: 15px;
    padding-right: 0;
  }
}

#footer-main .footer-heading {
  color: #eccf4a;
}

#footer-intro {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #footer-intro {
    padding-block: 25px;
  }
}
@media screen and (max-width: 768px) {
  #footer-intro {
    padding-block: 20px;
  }
}

#footer-trust {
  background: linear-gradient(180deg, rgba(173, 184, 217, 0.08), #fff 48%);
}
#footer-trust .footer-heading {
  color: #374ea2;
}

.footer-heading {
  font-size: 14px;
  font-weight: 800;
  text-wrap: nowrap;
  line-height: 28px;
  position: relative;
  white-space: nowrap;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.footer-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.footer-heading {
  gap: 10px;
}
@media screen and (max-width: 640px) {
  .footer-heading {
    font-size: 13px;
  }
}
.footer-heading i.fa {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer-heading i.fa {
    display: block;
    font-weight: bold;
    transition: transform 0.22s ease;
  }
  .footer-heading i.fa.show {
    transform: rotateX(180deg);
  }
}
@media screen and (max-width: 640px) {
  .footer-heading i.fa {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-heading {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer-heading {
    cursor: pointer;
    line-height: 50px;
    user-select: none;
    white-space: normal;
    padding-right: 28px;
    margin-bottom: unset;
  }
}
@media screen and (max-width: 640px) {
  .footer-heading {
    padding-right: unset;
  }
}
.footer-heading::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #da2128;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .footer-heading::after {
    display: none;
  }
}

@keyframes cta-ring-animate {
  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 cta-fade-scale {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
.cta-bar {
  list-style: none;
  position: fixed;
  z-index: 400;
  bottom: 60px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .cta-bar {
    bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .cta-bar {
    margin-bottom: 0;
    padding-left: 0;
  }
}

.cta-item.cta-zalo .cta-ring {
  bottom: -20px;
}
.cta-item.cta-zalo .cta-ring-circle {
  border: 2px solid #3583f5;
}
.cta-item.cta-zalo .cta-ring-circle-fill {
  background-color: #3583f5;
  opacity: 0.5;
}
.cta-item.cta-zalo .cta-ring-img-circle {
  background-color: #3583f5;
}
.cta-item.cta-mess {
  display: block;
  margin-bottom: 20px;
  width: 50px;
  height: 50px;
  margin-left: 30px;
}
.cta-item.cta-mess .cta-messenger-link {
  border-radius: 12px;
  overflow: hidden;
  display: block;
}
.cta-item .scrollToTop {
  position: fixed;
  outline: none;
  border: none;
  z-index: 999;
  bottom: 80px;
  right: 40px;
  cursor: pointer;
  min-width: 40px;
  color: #111;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.9);
}
.cta-item .scrollToTop {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.cta-item .scrollToTop {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
@media screen and (min-width: 768px) {
  .cta-item .scrollToTop {
    bottom: 40px;
  }
}
.cta-item .scrollToTop * {
  pointer-events: none;
}

.cta-ring {
  display: block;
  position: relative;
  left: 0;
  bottom: 0;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  transition: all ease-in-out 0.5s;
}
.cta-ring-circle {
  width: 85px;
  height: 85px;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 100%;
  border: 2px solid #e60808;
  animation: cta-fade-scale 1.2s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  opacity: 0.4;
}
.cta-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  animation: cta-ring-animate 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}
.cta-ring-img-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e60808;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 33px;
  left: 33px;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  animation: cta-ring-animate 1s infinite ease-in-out;
  transform-origin: 50% 50%;
}

.cta-section-title .title-wrapper .cta-title {
  text-transform: none !important;
}

#cart .cart-header {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
#cart .cart-header-wrapper {
  max-width: 60%;
}
#cart .cart-header-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
#cart .cart-header-wrapper {
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  #cart .cart-header-wrapper {
    max-width: 80%;
  }
}
#cart .cart-header-icon {
  flex: 0 0 50px;
  display: inline-block;
  border-radius: 8px;
  background-color: #f5f7fd;
}
#cart .cart-header-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
#cart .cart-header-icon img {
  width: 32px;
  height: auto;
  margin: 8px auto;
  object-fit: contain;
}
#cart .cart-content {
  flex: 1 1 auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  #cart .cart-content {
    height: 100%;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
  }
}
#cart .cart-list {
  width: 100%;
  overflow-y: auto;
  max-height: 300px;
  padding-right: 14px;
  padding-block: 15px;
}
@media screen and (max-width: 768px) {
  #cart .cart-list {
    max-height: 380px;
  }
}
#cart .cart-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: #0d3192;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 1024px) {
  #cart .cart-title {
    font-size: 16px;
  }
}
#cart .cart-desc {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #374ea2;
}
@media screen and (max-width: 480px) {
  #cart .cart-desc {
    display: none;
  }
}
#cart .cart-product {
  width: 100%;
}
#cart .cart-product {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
#cart .cart-product {
  gap: 15px;
}
#cart .cart-close {
  border: none;
  outline: none;
  font-size: 15px;
  cursor: pointer;
  font-weight: 600;
  color: #374ea2;
  transition: all ease 0.2s;
  border-radius: 6px;
  background-color: #e6e8eb;
  border: 1px solid #ddd;
  position: absolute;
  z-index: 200;
  right: 5px;
  top: 5px;
}
#cart .cart-close {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
#cart .cart-close:hover {
  color: #fff;
  background-color: #0d3192;
}
#cart .cart-close i.fa {
  margin-bottom: 4px;
}
#cart .cart-footer {
  padding-top: 15px;
  border-top: 1px solid #ddd;
}
#cart .cart-footer-wrapper {
  padding-right: 15px;
}
#cart .cart-footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
#cart .cart-footer-price {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #da2128;
}
#cart .cart-footer p:not([class]) {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  color: #333;
}
#cart .cart-button {
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
#cart .cart-button {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-end;
}
#cart .cart-button {
  gap: 10px;
}
#cart .cart-button-continue {
  height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding-inline: 10px;
  border-radius: 6px;
  background-color: #0d3192;
  transition: all linear 0.25s;
}
#cart .cart-button-continue:hover {
  background-color: #da2128;
}
#cart .cart-button-order {
  height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding-inline: 10px;
  border-radius: 6px;
  background-color: #fa0103;
  transition: all linear 0.25s;
}
#cart .cart-button-order:hover {
  background-color: #374ea2;
}
#cart .cart-item {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
#cart .cart-item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
#cart .cart-item {
  gap: 15px;
}
#cart .cart-item:first-child {
  margin-top: unset;
}
#cart .cart-item:last-child {
  padding-bottom: unset;
  border-bottom: unset;
}
#cart .cart-image {
  --h: 80px;
  height: var(--h);
  display: block;
  flex: 0 0 var(--h);
  max-width: var(--h);
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 6px;
}
#cart .product-info {
  flex: 1 1 auto;
  text-align: left;
  padding-right: 20px;
}
#cart .product-info {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
#cart .product-info {
  gap: 10px;
}
#cart .product-info-wrapper {
  width: auto;
  height: 100%;
}
#cart .product-price {
  flex: 0 0 110px;
  max-width: 110px;
  text-align: right;
  white-space: nowrap;
}
#cart .product-price {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
#cart .product-price {
  gap: 15px;
}
#cart .product-price p {
  font-weight: 600;
  color: #dc2626;
}
#cart .product-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#cart .product-title a {
  line-height: 20px;
  font-size: 15px;
  color: #8494c6;
  font-weight: 600;
}
#cart .product-sku {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #787878;
}
@media screen and (max-width: 768px) {
  #cart .product-sku span {
    font-size: 12px;
    font-weight: 600;
  }
  #cart .product-sku span:first-child {
    display: none;
  }
}
#cart .product-remove {
  user-select: none;
  margin-top: -10px;
  width: fit-content;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  #cart .product-remove {
    margin-top: auto;
  }
}
#cart .product-remove span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  user-select: none;
  display: inline-block;
  color: #787878;
}
#cart .product-remove i.fa {
  user-select: none;
  color: #787878;
}

.cart {
  transform: translateX(-50%);
  visibility: hidden;
  max-width: 800px;
  position: fixed;
  z-index: 999;
  opacity: 0;
  width: 70%;
  left: 50%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .cart {
    max-width: unset;
    height: 80vh;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .cart {
    height: 82vh;
  }
}
@media screen and (min-width: 768px) {
  .cart-show {
    animation: showCartDesktop 0.5s ease both;
  }
}
@media screen and (max-width: 768px) {
  .cart-show {
    animation: showCartMobile 0.5s ease both;
  }
}
@media screen and (min-width: 768px) {
  .cart-hide {
    animation: hideCartDesktop 0.5s ease both;
  }
}
@media screen and (max-width: 768px) {
  .cart-hide {
    animation: hideCartMobile 0.5s ease both;
  }
}
.cart-empty {
  padding: 20px;
  text-align: center;
}
.cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .cart-empty {
    padding: 10px 20px 15px;
  }
}
.cart-empty-icon {
  display: block;
  max-width: 300px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .cart-empty-icon {
    margin-bottom: 15px;
    max-width: 200px;
  }
}
.cart-empty-icon img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: scale(1.1);
}
.cart-empty-title {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .cart-empty-title {
    margin-bottom: 5px;
  }
}
.cart-empty-text {
  color: #777;
  font-size: 15px;
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .cart-empty-text {
    margin-bottom: 10px;
  }
}
.cart-empty-button {
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 10px 20px;
  display: inline-block;
  transition: 0.3s ease;
  border-radius: 6px;
  background-color: #0d3192;
}
.cart-empty-button:hover {
  background-color: #fa0103;
}

.counter {
  width: 100%;
  height: 35px;
  border-radius: 4px;
  border: 1px solid #dbdbde;
}
.counter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.counter-number {
  width: 40px;
  border: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  color: #333;
  appearance: textfield;
  -moz-appearance: textfield;
}
.counter-number::-webkit-inner-spin-button, .counter-number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.counter-descrease {
  border-right: 1px solid #dbdbde !important;
}
.counter-increase {
  border-left: 1px solid #dbdbde !important;
}
.counter button {
  width: 30%;
  height: 100%;
  border: none;
  display: flex;
  outline: unset;
  cursor: pointer;
  align-items: center;
  color: #787878;
  justify-content: center;
  background-color: transparent;
}
.counter button span {
  height: 100%;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  user-select: none;
}

@keyframes hideCartMobile {
  0% {
    bottom: 0%;
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    bottom: -90%;
    visibility: hidden;
  }
}
@keyframes showCartMobile {
  0% {
    opacity: 0;
    bottom: -90%;
    visibility: hidden;
  }
  100% {
    bottom: 0%;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes hideCartDesktop {
  0% {
    top: 30px;
    opacity: 1;
    visibility: visible;
  }
  100% {
    top: 0;
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes showCartDesktop {
  0% {
    top: 0;
    opacity: 0;
    visibility: hidden;
  }
  100% {
    top: 30px;
    opacity: 1;
    visibility: visible;
  }
}
.modal {
  position: fixed;
  inset: 0;
  opacity: 0;
  z-index: 800;
  visibility: hidden;
  backdrop-filter: blur(4px);
  transition: all ease-in-out 0.5s;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-show {
  opacity: 1;
  visibility: visible;
}

.social {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 500;
}
@media screen and (max-width: 640px) {
  .social {
    display: none;
  }
}
.social-list {
  width: auto;
  height: auto;
}
.social-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
.social-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.social-item {
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  width: max-content;
  text-align: center;
}
.social-item:hover .social-text {
  max-width: 220px;
  padding-left: 15px;
}
.social-text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  white-space: nowrap;
  line-height: inherit;
  overflow: hidden;
  max-width: 0px;
  padding-left: 0px;
  transition: all linear 0.3s;
}
.social-icon {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.facebook {
  background-color: #365493;
}

.instagram {
  background-color: #774430;
}

.tiktok {
  background-color: #000000;
}
.tiktok .fa-tiktok:before {
  content: "\f001";
}

.youtube {
  background-color: #cb2027;
}

.linkedin {
  background-color: #0274b3;
}

.footer-main {
  padding-block: 34px 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background-color: #0d3192;
}
@media screen and (max-width: 1024px) {
  .footer-main {
    padding-block: 24px 22px;
  }
}
@media screen and (max-width: 768px) {
  .footer-main {
    padding-block: 0;
    border-top: 0;
  }
}

.footer-wrap {
  gap: 18px;
  display: grid;
  align-items: flex-start;
  grid-template-columns: minmax(360px, 1.25fr) repeat(4, 1fr);
}
@media screen and (max-width: 1024px) {
  .footer-wrap {
    gap: 28px;
    grid-template-columns: minmax(300px, 1.35fr) repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .footer-wrap {
    gap: 0;
    display: block;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}

.footer-info {
  width: auto;
  height: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .footer-info {
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer-info {
    padding-block: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}

.footer-head {
  margin-bottom: 10px;
}
.footer-head {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.footer-head {
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .footer-head {
    align-items: center;
    position: relative;
  }
}

.footer-desc {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 15px;
}

.footer-nav {
  width: 100%;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .footer-nav:last-child {
    border-bottom: 0;
  }
}
.footer-nav > .footer-heading {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.footer-logo {
  flex: 0 0 60px;
}
@media screen and (max-width: 1024px) {
  .footer-logo {
    flex-basis: 54px;
  }
}
@media screen and (max-width: 768px) {
  .footer-logo {
    flex-basis: 44px;
  }
}
@media screen and (max-width: 640px) {
  .footer-logo {
    flex: 0 0 60px;
  }
}
.footer-logo img {
  width: 60px;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .footer-logo img {
    width: 54px;
  }
}
@media screen and (max-width: 768px) {
  .footer-logo img {
    width: 44px;
  }
}
@media screen and (max-width: 640px) {
  .footer-logo img {
    width: 100%;
  }
}

.footer-brand {
  width: auto;
  height: auto;
}

.footer-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .footer-title {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer-title {
    padding-right: 28px;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 640px) {
  .footer-title {
    font-size: 15px;
    padding-right: unset;
  }
}
.footer-title span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}
@media screen and (max-width: 1024px) {
  .footer-title span {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .footer-title span {
    font-size: 10px;
    line-height: 15px;
  }
}
@media screen and (max-width: 640px) {
  .footer-title span {
    display: inline;
    line-height: 20px;
    margin-bottom: 8px;
    font-size: inherit;
  }
  .footer-title span br {
    display: none;
  }
}

.footer-contact {
  font-style: normal;
}

.footer-address {
  margin: 0;
  list-style: none;
  padding-right: 5px;
}
.footer-address-item {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
}
.footer-address-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.footer-address-item {
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .footer-address-item {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
  }
  .footer-address-item:nth-child(1), .footer-address-item:nth-child(4), .footer-address-item:nth-child(6) {
    max-height: 0px;
    margin-bottom: 0;
    overflow: hidden;
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-address-item:nth-child(1), .footer-address-item:nth-child(4), .footer-address-item:nth-child(6) {
    opacity: 1;
    max-height: 40px;
    margin-bottom: 8px;
    overflow: visible;
  }
}
.footer-address-item i {
  flex: 0 0 14px;
  width: 14px;
  text-align: center;
}
.footer-address-item a {
  color: inherit;
}

.footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .footer-list {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
}
.footer-list-item {
  color: #fff;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .footer-list-item {
    margin-bottom: 10px;
  }
}
.footer-list-item::before {
  content: "\f105";
  font-family: Fontawesome;
  position: absolute;
  left: 4px;
  top: 3px;
}
@media screen and (max-width: 1024px) {
  .footer-list-item::before {
    top: 1px;
  }
}
.footer-list a {
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: initial;
  transition: color 0.25s ease;
}
@media screen and (max-width: 1024px) {
  .footer-list a {
    font-size: 12px;
    line-height: 20px;
  }
}

.footer-list-item:hover a {
  color: #da2128;
}

.footer-policy-list {
  margin: 0 auto;
  list-style: none;
  max-width: 1840px;
  padding: 20px 36px;
  gap: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer-policy-list {
    padding: 12px 18px;
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .footer-policy-list {
    padding: 0;
    flex-direction: column;
  }
}

.footer-policy-item {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  position: relative;
  white-space: nowrap;
  padding-inline: 18px;
  line-height: 20px;
}
.footer-policy-item:not(:last-child)::after {
  right: 0;
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  .footer-policy-item {
    padding-inline: 10px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
  .footer-policy-item:not(:last-child)::after {
    right: -2px;
  }
}
.footer-policy-item:not(:last-child)::after {
  content: "|";
  color: #fff;
  position: absolute;
  right: -22px;
}
@media screen and (max-width: 640px) {
  .footer-policy-item:not(:last-child)::after {
    display: none;
  }
}
.footer-policy-item a {
  color: inherit;
  transition: color 0.25s ease;
}

.form-google {
  padding: 10px;
  margin-block: 10px;
  border-radius: 6px;
  border: 1px solid #ddd;
}
.form-google {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.form-google {
  gap: 10px;
}
.form-google img {
  width: 25px;
  height: 25px;
  aspect-ratio: 1/1;
}
.form-google span {
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  color: #515152;
}
.form-other {
  margin-top: 10px;
  overflow: hidden;
  text-align: center;
}
.form-other span {
  font-size: 13px;
  font-weight: 500;
  position: relative;
  line-height: 24px;
  display: inline-block;
  color: #9e9e9f;
}
.form-other span::before {
  height: 0;
  content: "";
  width: 100%;
  display: block;
  border-top: 1px solid #e6e9f0;
  position: absolute;
  top: 50%;
  left: calc(-100% - 10px);
}
.form-other span::after {
  height: 0;
  content: "";
  width: 100%;
  display: block;
  border-top: 1px solid #e6e9f0;
  position: absolute;
  top: 50%;
  right: calc(-100% - 10px);
}
.form-field {
  gap: unset;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: flex-start;
}
.form-forgot {
  font-size: 14px;
  margin-top: 15px;
  font-weight: 600;
  color: #2563eb;
  display: inline-block;
  text-decoration: underline;
}

.form-signin {
  left: 0;
  opacity: 1;
  z-index: 2;
  width: 50%;
  visibility: visible;
  transform: translateX(0%);
}
@media screen and (max-width: 768px) {
  .form-signin {
    width: 100%;
  }
}
.form-signup {
  left: 0;
  width: 50%;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transform: translateX(0%);
}
@media screen and (max-width: 768px) {
  .form-signup {
    width: 100%;
    left: unset;
    right: 100%;
  }
}
.form-dialog {
  transition: all 0.5s ease;
  position: absolute;
  bottom: 0;
  top: 0;
}

.dialog.active .form-signin {
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
}
.dialog.active .form-signup {
  z-index: 5;
  opacity: 1;
  visibility: visible;
  animation: move 0.5s ease;
  transform: translateX(100%);
}
.dialog.active .toggle-dialog {
  transform: translateX(-100%);
  border-radius: 0 150px 100px 0;
}
.dialog.active .toggle-wrapper {
  transform: translateX(50%);
}
.dialog.active .toggle-left {
  transform: translateX(0);
}
.dialog.active .toggle-right {
  transform: translateX(200%);
}

.password-show {
  top: 1px;
  height: 20px;
  transform: unset;
  line-height: 42px;
  color: #787878;
}
.password input {
  height: 36px;
}

.button-convert {
  position: absolute;
  z-index: 100;
  bottom: 15px;
  left: 50%;
  right: 0;
  width: 100%;
  display: none;
  padding: 10px;
  outline: unset;
  cursor: pointer;
  color: #2da0a8;
  font-size: 14px;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid #2da0a8;
  max-width: calc(100% - 60px);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .button-convert {
    display: block;
  }
}
.button-dialog {
  color: #fff;
  border-radius: 8px;
  background-color: #2da0a8;
  padding: 10px 25px !important;
  border: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .button-dialog {
    width: 100%;
    margin-top: 15px;
  }
}
.button-dialog span {
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 600 !important;
  font-size: 12px !important;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  #form_login .form-field {
    margin-top: unset;
  }
}
#form_login span.message-error {
  margin-top: 5px;
  font-size: 12px;
}
#form_login button[type=submit] {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #form_login button[type=submit] {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  #form_signup {
    padding-top: 15px;
  }
}
#form_signup .form-google {
  margin-block: unset;
}
@media screen and (max-width: 768px) {
  #form_signup .form-other {
    margin-top: 5px;
  }
}
#form_signup .form-field {
  max-width: 100%;
  margin-bottom: 5px;
}
#form_signup .form-button {
  max-width: 100%;
}
#form_signup .form-button {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
#form_signup .form-button {
  gap: 10px;
}
#form_signup .form-button button[type=submit] {
  margin-top: 5px !important;
}
@media screen and (max-width: 768px) {
  #form_signup .form-button button[type=submit] {
    margin-top: 5px;
  }
}
#form_signup label {
  margin-top: unset !important;
}
@media screen and (max-width: 768px) {
  #form_signup label {
    margin-top: 5px;
  }
}
#form_signup span.message-error {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

@keyframes move {
  0% {
    opacity: 0;
    z-index: 1;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    z-index: 5;
    visibility: visible;
  }
}
@keyframes hideAccount {
  from {
    top: 50px;
    opacity: 1;
    visibility: visible;
  }
  to {
    top: 0px;
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes showAccount {
  from {
    top: 0px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  to {
    top: 50px;
    opacity: 1;
    visibility: visible;
  }
}
.toggle-dialog {
  border-radius: 150px 0 0 100px;
  transition: all 0.5s ease;
  position: absolute;
  overflow: hidden;
  z-index: 1000;
  height: 100%;
  width: 50%;
  left: 50%;
  top: 0;
}
@media screen and (max-width: 768px) {
  .toggle-dialog {
    display: none;
  }
}
.toggle-wrapper {
  width: 200%;
  height: 100%;
  color: #fff;
  position: relative;
  left: -100%;
  transform: translateX(0);
  transition: all 0.6s ease-in-out;
  background: linear-gradient(to right, #5c6bc0, #2da0a8);
}
.toggle-panel {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  padding: 0 30px;
  text-align: center;
  transform: translateX(0);
  transition: all 0.5s ease-in-out;
}
.toggle-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.toggle-panel p:not([class]) {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.toggle-left {
  transform: translateX(-200%);
}
.toggle-right {
  right: 0;
  transform: translateX(0);
}
.toggle-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
  margin-bottom: 15px;
}
.toggle-hidden {
  color: #fff;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 15px;
  cursor: pointer;
  padding: 4px 24px;
  border-radius: 8px;
  transition: all 0.25s ease;
  background-color: transparent;
  border: 1px solid #ddd;
}
.toggle-hidden:hover {
  background-color: #2da0a8;
  border-color: #2da0a8;
}

#dialog {
  border: none;
  width: 768px;
  max-width: 80%;
  overflow: hidden;
  min-height: 500px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transition: all ease 0.5s;
  transform: translateX(-50%);
  position: fixed;
  z-index: 1000;
  left: 50%;
}
#dialog.closing {
  animation: hideAccount 0.5s ease forwards !important;
}
#dialog[open] {
  animation: showAccount 0.5s ease forwards;
}
#dialog:not([open]) {
  opacity: 0;
  visibility: hidden;
  user-select: none;
  pointer-events: none;
}
#dialog::backdrop {
  z-index: 1000;
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0.7);
}
#dialog form {
  height: 100%;
  padding-block: 0px;
  padding-inline: 40px;
  background-color: #fff;
}
#dialog form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #dialog form {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  #dialog form {
    padding-top: 20px;
    padding-inline: 30px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 480px) {
  #dialog form {
    padding-inline: 15px;
  }
}
#dialog fieldset {
  width: auto;
  height: auto;
  border: none;
  max-width: 100%;
}
#dialog legend {
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #374ea2;
}
#dialog label {
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
  color: #787878;
}
@media screen and (max-width: 768px) {
  #dialog label {
    margin-top: 10px;
  }
}
#dialog input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 400;
  padding: 10px 15px;
  border-radius: 8px;
  background-color: #eee;
}
@media screen and (max-width: 768px) {
  #dialog input {
    margin-top: 5px;
  }
}
#dialog p:not([class]) {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.3px;
}

@media screen and (min-width: 768px) and (max-width: 850px) {
  .dialog.active .toggle-dialog {
    max-width: 45%;
    transform: translateX(-112%);
  }
  .dialog.active .form-signup {
    transform: translateX(90%);
  }
}
#footerMessage {
  position: fixed;
  z-index: 999;
  top: 45px;
}
#footerMessage.show {
  animation: showMessage 10s ease;
}
#footerMessage.hide {
  animation: hideMessage 1s ease;
}
@media screen and (max-width: 768px) {
  #footerMessage {
    left: 50%;
    min-width: 80%;
    max-width: 100%;
    transform: translateX(-50%);
  }
}
#footerMessage .footer-message {
  cursor: pointer;
  max-width: 420px;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
  border: 1px solid #9e9e9f;
}
#footerMessage .footer-message {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#footerMessage .footer-message {
  gap: 12px;
}
#footerMessage .footer-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footerMessage .footer-icon i.fa {
  color: #fff;
  font-size: 18px;
}
#footerMessage .footer-note {
  flex: 1;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
}
#footerMessage .footer-success .footer-icon {
  background-color: #16a34a;
}
#footerMessage .footer-error .footer-icon {
  background-color: #dc2626;
}

@keyframes showMessage {
  0%, 100% {
    right: -100%;
    transform: translateX(0px);
  }
  10%, 90% {
    right: 0%;
    transform: translateX(-30px);
  }
}
@keyframes hideMessage {
  0% {
    right: 0%;
    transform: translateX(-30px);
  }
  100% {
    right: -100%;
    transform: translateX(0px);
  }
}
@media screen and (max-width: 768px) {
  @keyframes showMessage {
    0%, 100% {
      top: -100%;
    }
    10%, 90% {
      top: 60px;
    }
  }
  @keyframes hideMessage {
    0% {
      top: 60px;
    }
    100% {
      top: -100%;
    }
  }
}
#attention {
  position: fixed;
  top: 0%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, 0%);
  width: 100%;
  max-width: 400px;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 640px) {
  #attention {
    max-width: 90%;
  }
}
#attention.show {
  opacity: 1;
  visibility: visible;
  animation: fadeInUp 0.5s ease both;
}
#attention.hidden {
  animation: fadeOut 0.5s ease;
}
#attention .attention-wrapper {
  width: 100%;
  padding: 25px;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
#attention .attention-icon {
  width: 72px;
  height: 72px;
  margin-inline: auto;
  margin-bottom: 16px;
  position: relative;
  border-radius: 100rem;
  background-color: #fde68a;
}
#attention .attention-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#attention .attention-icon i {
  font-size: 32px;
  color: #d97706;
  z-index: 2;
}
#attention .attention-heading {
  font-size: 20px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 8px;
}
#attention .attention-content {
  font-size: 15px;
  color: #6b7280;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 15px;
}
#attention .attention-button {
  width: 100%;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 10px;
  transition: all 0.25s ease;
  background: linear-gradient(135deg, #4f46e5, #6366f1);
}
#attention .attention-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(79, 70, 229, 0.3);
}
#attention .attention-button:active {
  transform: scale(0.97);
}
#attention .is-active {
  background-color: rgba(22, 163, 74, 0.8);
}
#attention .is-active i.fa {
  color: #fff;
}

@keyframes fadeInUp {
  from {
    top: 0%;
    opacity: 0;
    visibility: hidden;
  }
  to {
    top: 15%;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeOut {
  from {
    top: 15%;
    opacity: 1;
    visibility: visible;
  }
  to {
    top: 0%;
    opacity: 0;
    visibility: hidden;
  }
}
.noti {
  position: fixed;
  padding: 10px;
  z-index: 800;
  top: -100%;
  left: 50%;
  width: fit-content;
  max-width: max-content;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transform: translateX(-50%);
  animation: notification 3s ease both;
}
.noti {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.noti {
  gap: 10px;
}
.noti-icon {
  flex: 0 0 30px;
  display: block;
  max-width: 30px;
  text-align: center;
  border-radius: 100rem;
  width: 30px;
  height: 30px;
}
.noti-icon i.fa {
  color: #fff;
  line-height: 30px;
}
.noti-note {
  display: block;
  color: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  white-space: nowrap;
  flex: 1 1 calc(100% - 40px);
  max-width: calc(100% - 40px);
}

.noti-success {
  color: #0a5c36;
  border-color: #14452f;
}
.noti-success .noti-icon {
  background-color: #14452f;
}
.noti-error {
  color: #dc2626;
  border-color: #dc2626;
}
.noti-error .noti-icon {
  background-color: #dc2626 !important;
}

@keyframes notification {
  0%, 100% {
    top: -100%;
  }
  10%, 70% {
    top: 60px;
  }
}
#sidebar-box {
  padding: 18px;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #ddd;
}
#sidebar-box .sidebar-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #333;
}
#sidebar-box .sidebar-desc {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
#sidebar-box .sidebar-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
#sidebar-box .sidebar-list {
  gap: 8px;
}
#sidebar-box .sidebar-link {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #374ea2;
  border-radius: 6px;
  border: 1px solid #ddd;
  transition: all linear 0.2s;
}
#sidebar-box .sidebar-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#sidebar-box .sidebar-link {
  gap: 8px;
}
#sidebar-box .sidebar-link:hover {
  color: #fff;
  border-color: #374ea2;
  background-color: #374ea2;
}
#sidebar-box .sidebar-link i {
  width: 16px;
  text-align: center;
}

.sidebar-wrapper {
  max-width: 270px;
  padding-top: 10px;
  padding-inline: 15px;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .sidebar-wrapper {
    position: sticky;
    top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .sidebar-wrapper {
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transform: translateX(100%);
    padding-left: 20px;
    min-height: 100vh;
    padding-top: 20px;
    max-width: unset;
    position: fixed;
    z-index: 999;
    width: 40vw;
    bottom: 0;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .sidebar-wrapper {
    width: 45vw;
  }
}
@media screen and (max-width: 640px) {
  .sidebar-wrapper {
    width: 60vw;
  }
}
@media screen and (max-width: 1024px) {
  .sidebar-show {
    animation: sidebarShow 0.3s ease forwards;
  }
}
@media screen and (max-width: 1024px) {
  .sidebar-hide {
    animation: sidebarHidden 0.3s ease forwards;
  }
}
.sidebar-scroll {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .sidebar-scroll {
    overflow-y: auto;
    overflow-x: visible;
    scroll-behavior: smooth;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 15px;
  }
  .sidebar-scroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .sidebar-scroll::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-color: #374ea2;
  }
  .sidebar-scroll::-webkit-scrollbar-track {
    background-color: #fff;
  }
}
.sidebar-scroll-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.sidebar-scroll-wrapper {
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .sidebar-scroll-wrapper {
    padding-right: 15px;
    padding-bottom: 50px;
  }
}
.sidebar-open {
  outline: none;
  border: none;
  cursor: pointer;
  text-align: center;
  color: #333;
  transform: translateX(-50px);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  box-shadow: -4px 0px 7px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 500;
  top: 25vh;
  left: 0;
  display: none;
}
.sidebar-open {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
@media screen and (max-width: 1024px) {
  .sidebar-open {
    top: 15vh;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .sidebar-open {
    top: 25vh;
  }
}
.sidebar-open * {
  pointer-events: none;
}
.sidebar-close {
  width: 100%;
  border: unset;
  display: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  line-height: 50px;
  color: #333;
  padding-inline: 20px;
  background-color: unset;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .sidebar-close {
    display: block;
  }
}
.sidebar-close span {
  margin-left: 6px;
}

.sidebar-menu-wrapper {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.sidebar-menu-title {
  padding: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: unset;
  text-align: center;
  margin-bottom: unset;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  background-color: #374ea2;
}
@media screen and (min-width: 1024px) and (max-width: 1120px) {
  .sidebar-menu-title {
    padding: 10px;
    line-height: 24px;
  }
}
@media screen and (max-width: 640px) {
  .sidebar-menu-title {
    font-size: 12px;
  }
}
.sidebar-menu-list {
  overflow: hidden;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.sidebar-menu-item {
  color: #333;
  transition: all ease 0.25s;
  border-top: 1px solid #ddd;
}
.sidebar-menu-item:first-child {
  border-top: unset;
}
.sidebar-menu-item:hover {
  background-color: #9e9e9f;
}
.sidebar-menu-item.active {
  cursor: default;
  font-weight: 600;
  color: #374ea2;
  background-color: #e6f0ff;
  border-left: 4px solid #374ea2;
}
.sidebar-menu-link {
  width: 100%;
  color: inherit;
  cursor: pointer;
  padding: 10px 15px;
}
.sidebar-menu-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.sidebar-menu-link {
  gap: 10px;
}
.sidebar-menu-image {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 6px;
}
.sidebar-menu-text {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: inherit;
}

.sidebar-cta {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.sidebar-cta {
  gap: 20px;
}
.sidebar-zalo {
  padding: 20px;
  border-radius: 12px;
  background-color: #374ea2;
}
.sidebar-zalo-icon {
  color: #fff;
  font-size: 30px;
  margin-inline: auto;
  border-radius: 100rem;
  background-color: rgba(255, 255, 255, 0.12);
}
.sidebar-zalo-icon {
  width: 58px;
  height: 58px;
  line-height: 58px;
}
.sidebar-zalo-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sidebar-zalo img {
  width: 100%;
  object-fit: cover;
}
.sidebar-zalo p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
}
.sidebar-contact {
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #ddd;
}
.sidebar-contact {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.sidebar-contact {
  gap: 15px;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .sidebar-contact {
    gap: 10px;
  }
}
.sidebar-contact a {
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-align: center;
  border-radius: 6px;
  text-transform: uppercase;
  transition: all linear 0.2s;
}
@media screen and (max-width: 640px) {
  .sidebar-contact a {
    font-size: 12px;
  }
}
.sidebar-contact-call {
  color: #fff;
  background-color: #374ea2;
}
.sidebar-contact-call:hover {
  background-color: #da2128;
}
.sidebar-contact-zalo {
  color: #374ea2;
  border: 1px solid #374ea2;
}
.sidebar-contact-zalo:hover {
  color: #fff;
  background-color: #374ea2;
}
.sidebar-support p {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  margin-bottom: 10px;
  padding-inline: 20px;
  color: #333;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .sidebar-support p {
    padding-inline: unset;
  }
}
@media screen and (max-width: 640px) {
  .sidebar-support p {
    padding-inline: 0;
    font-size: 14px;
    line-height: 20px;
  }
}
.sidebar-support-avatar {
  padding-inline: 10px;
}
.sidebar-support-avatar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sidebar-support-avatar {
  gap: 8px;
}
.sidebar-support-avatar img {
  width: 33.3333333333%;
  max-width: 90px;
  object-fit: cover;
  border-radius: 8px;
}

@keyframes sidebarShow {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes sidebarHidden {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}

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