@font-face {
  font-family: 'Krub';
  src: url('/fonts/Krub/Krub-Regular.ttf') format('truetype');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Krub';
  src: url('/fonts/Krub/Krub-Medium.ttf') format('truetype');
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Krub';
  src: url('/fonts/Krub/Krub-MediumItalic.ttf') format('truetype');
  font-display: swap;
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Krub';
  src: url('/fonts/Krub/Krub-SemiBold.ttf') format('truetype');
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Krub';
  src: url('/fonts/Krub/Krub-Bold.ttf') format('truetype');
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik';
  src: url('/fonts/Rubik/Rubik-Regular.woff') format('truetype');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik';
  src: url('/fonts/Rubik/Rubik-Medium.woff') format('truetype');
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik';
  src: url('/fonts/Rubik/Rubik-SemiBold.ttf') format('truetype');
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik';
  src: url('/fonts/Rubik/Rubik-Bold.woff') format('truetype');
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'League Spartan';
  src: url('/fonts/LeagueSpartan/LeagueSpartan-Regular.ttf') format('truetype');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto/Roboto-Regular.woff') format('truetype');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto/Roboto-Medium.woff') format('truetype');
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto/Roboto-Bold.ttf') format('truetype');
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}

.anchor-item-drawer {
  row-gap: 24px;
}

/* Style Dropdown Menu of Home */
.menu-dropdown-home {
  width: 367px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  border-top: 2px solid var(--Primary, #d7242f);
  background: #fff;
  border-radius: 0 !important;
  margin-top: -6px !important;
}

.item-menu-dropdown-home {
  color: rgba(0, 0, 0, 0.85);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.menu-dropdown-home .ant-dropdown-menu-title-content {
  margin-left: 8px;
}

.menu-dropdown-home .ant-dropdown-menu-item:hover {
  color: #d7242f;
}

.text-menu-drawer {
  color: #fff;
  font-family: Krub;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}

.article-title {
  color: #1c1f35;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 12px;
  padding-bottom: 12px;
}

.article-description h1,
.article-description h2,
.article-description h3,
.article-description h4 {
  color: #000000;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  margin: 0;
}

.article-description h4 {
  font-size: 24px;
  font-weight: 500;
}

.article-description p {
  margin: 16px 0;
  color: #000000;
  font-family: Krub;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 151.523%;
}

.article-description strong,
.article-description b {
  font-weight: 700 !important;
  color: #000000 !important;
}

.article-description i,
.article-description em {
  font-style: italic !important;
}

.article-description ul,
.article-description ol {
  margin: 16px 0;
  padding-left: 0;
  list-style-position: inside;
}

.article-description li {
  margin: 8px 0;
  color: #000000;
  font-family: Krub;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 151.523%;
}

.article-description ul li {
  list-style-type: disc !important;
}

.article-description ol li {
  list-style-type: decimal !important;
}

.article-description {
  color: #000000;
  font-family: Krub;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 151.523%;
  text-align: justify;
  align-self: stretch;
}

.article-description figure {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.article-description figcaption {
  margin-top: 12px;
  color: #444;
  font-family: Krub;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 151.523%;
}

.article-description a {
  color: #0073e6;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
  font-family: Krub;
  font-style: normal;
  font-weight: 500;
  line-height: 151.523%;
}

/* Reset và đảm bảo các elements được hiển thị đúng */
.article-description * {
  box-sizing: border-box;
}

.article-description h1,
.article-description h2,
.article-description h3,
.article-description h4,
.article-description h5,
.article-description h6 {
  display: block;
  margin: 0;
  padding: 0;
}

.article-description p {
  display: block;
  margin: 16px 0;
}

.article-description ul,
.article-description ol {
  display: block;
  margin: 16px 0;
  padding-left: 0;
  list-style-position: inside;
}

.article-description li {
  display: list-item;
  margin: 8px 0;
}

.article-description strong,
.article-description b {
  display: inline;
  font-weight: 700 !important;
}

.article-description i,
.article-description em {
  display: inline;
  font-style: italic !important;
}

.article-description h1,
.article-description h2,
.article-description h3,
.article-description h4,
.article-description h5,
.article-description h6,
.article-description p,
.article-description ul,
.article-description ol,
.article-description li,
.article-description strong,
.article-description b,
.article-description i,
.article-description em {
  all: unset;
  display: revert;
  font-family: revert;
  font-size: revert;
  font-weight: revert;
  font-style: revert;
  color: revert;
  line-height: revert;
  margin: 10px 0;
  padding: revert;
  list-style: revert;
}

/* Media container styles */
.media-container {
  width: 100%;
  margin: 24px 0;
}

.media-container iframe {
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* Responsive media container */
@media (max-width: 768px) {
  .media-container {
    margin: 16px 0;
  }

  .media-container iframe {
    border-radius: 6px;
  }
}

/* Ensure media figures are properly styled */
.article-description figure.media {
  margin: 24px 0;
  width: 100%;
  max-width: 100%;
}

.article-description figure.media .media-container {
  margin: 0;
}

.recruitment-content p {
  font-family: roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 23.7px;
}

.recruitment-content ul,
.recruitment-content ol {
  margin-left: 1.5rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.recruitment-content ul {
  list-style-type: initial;
}

.recruitment-content ol {
  list-style-type: number;
}

.recruitment-content a {
  color: #3182ce;
  text-decoration: underline;
  word-break: break-all;
  white-space: normal;
}

.ant-form-item-label > label {
  height: auto !important;
}

/* Bo góc và clip luôn phần trong */
.apply-job-modal .ant-modal-content {
  border-radius: 16px;
  overflow: hidden; /* Quan trọng để bo góc ăn cả scrollbar */
}

/* Phần body của modal này mới cuộn */
.apply-job-modal .ant-modal-body {
  max-height: calc(100vh - 200px); /* chỉnh theo nhu cầu */
  overflow: auto;
  scrollbar-gutter: stable;
}

/* Tuỳ chọn: làm đẹp scrollbar của modal này */
.apply-job-modal .ant-modal-body::-webkit-scrollbar {
  width: 8px;
}
.apply-job-modal .ant-modal-body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
}

.apply-job-modal > .ant-modal .ant-modal-content {
  overflow-y: hidden !important;
}

/* Ctrl F: DETAIL POST, CkEditor */

.compose .ant-form-item {
  margin-bottom: 0px;
}

.compose .ant-col {
  padding-bottom: 0px;
}

.compose .ant-upload-select {
  width: 194px !important;
  height: 194px !important;
}
.compose-upload-title {
  color: var(--character-secondary-45, rgba(0, 0, 0, 0.45));
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.compose label {
  color: var(--character-title-85, rgba(0, 0, 0, 0.85));
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.compose input {
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 2px;
  border: 1px solid var(--Neutral-5, #d9d9d9);
  background: var(--Neutral-1, #fff);
}

.compose .ant-select-selector {
  border-radius: 2px !important;
}

.compose .ant-form-item-control-input {
  margin-top: 0;
}

.compose .ck-content {
  min-height: 150px;
}

.compose .ant-select-show-search {
  color: black !important;
}

/* Button Cancel & Create */
.compose.button-create {
  border-radius: 2px;
  border: 1px solid var(--Surface, #fee4e3);
  background: var(--Primary, #d7242f);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  width: 204px;
  padding: 5px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: var(--character-primary-inverse, #fff);
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}

.compose.button-cancel {
  display: flex;
  width: 204px;
  padding: 6.4px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
  border: 1px solid var(--Neutral-5, #d9d9d9);
  background: var(--Neutral-1, #fff);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
  color: var(--character-title-85, rgba(0, 0, 0, 0.85));
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/* POST LIST */
.compose-list.title {
  color: #1c1f35;
  font-family: Krub;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

.compose-list.description {
  color: #000000;
  font-family: Krub;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 10px;
}

.compose-list.description blockquote {
  font-style: italic;
  padding: 4px 2em;
  margin: 4px 0;
  border-left: 5px solid #ccc;
}

.compose-list.description ol {
  counter-reset: list-counter;
  padding-left: 16px;
  margin: 8px 0;
  list-style-type: none;
}

.compose-list.description ul {
  counter-reset: list-counter;
  padding-left: 34px;
  margin: 8px 0;
  list-style-type: none;
}

.compose-list.description ol li {
  position: relative;
  margin-bottom: 0.5em;
  line-height: 1.6;
  font-size: 1rem;
  color: #333;
  counter-increment: list-counter;
}

.compose-list.description ol li h2::before,
.compose-list.description ol li h3::before,
.compose-list.description ol li h4::before {
  content: counter(list-counter) '. ';
  color: #1c1f35;
  font-family: Krub;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.compose-list.description ol li span::before {
  content: counter(list-counter) '. ';
  color: #000000;
  font-family: Krub;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 151.523%;
}

.compose-list.description ol li::before {
  content: counter(list-counter) '. ';
  color: #000000;
  font-family: Krub;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 151.523%;
}

.compose-list.description ol li {
  color: #000000;
  font-family: Krub;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 151.523%;
  text-align: justify;
  align-self: stretch;
}

.compose-list.description table {
  display: none;
}

.compose-list.description th,
.compose-list.description td {
  padding: 12px 15px;
  border: 1px solid #ddd;
}

.compose-list.description th {
  background-color: #4caf50;
  color: white;
}

.compose-list.description tr:nth-child(even) {
  background-color: #f2f2f2;
}

.compose-list.description tr:hover {
  background-color: #ddd;
}

.compose-list.description th,
.compose-list.description td {
  text-align: center;
}

.compose-list.button-seemore {
  color: #d7242f;
  font-family: Krub;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-radius: 16px;
  padding: 5px 10px;

  @media (max-width: 640px) {
    background-color: #eac3c5;
  }

  @media (min-width: 641px) and (max-width: 1024px) {
    background-color: #eac3c5;
  }
}

.compose-list.button-seemore:hover {
  background-color: #eac3c5;
}

.compose-list.date {
  color: rgba(28, 31, 53, 0.85);
  font-family: Krub;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;

  @media (max-width: 640px) {
    font-size: 14px;
  }
}

.compose-list.button-edit {
  color: rgba(28, 31, 53, 0.85);
  font-family: Krub;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-radius: 16px;
  padding: 5px 10px;

  @media (max-width: 640px) {
    background-color: #cacfff;
  }

  @media (min-width: 641px) and (max-width: 1024px) {
    background-color: #cacfff;
  }
}

.compose-list.button-edit:hover {
  background-color: #cacfff;
}

.compose-list a {
  color: #0073e6;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
  font-family: Krub;
  font-style: normal;
  font-weight: 500;
  line-height: 151.523%;
}

.compose-list h2,
.compose-list h3,
.compose-list h4 {
  font-weight: bold;
}

/* DETAIL POST */
.compose-detail.preauthor {
  color: #939393;
  font-family: Krub;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.compose-detail.author {
  color: #000000;
  font-family: Krub;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.compose-detail.button-share {
  display: flex;
  padding: 5px 15px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--Primary-6, #1890ff);
  background: var(--Primary-6, #1890ff);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.compose-detail.title {
  color: #1c1f35;
  font-family: Krub;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  @media (max-width: 640px) {
    font-size: 30px;
  }

  @media (min-width: 641px) and (max-width: 1024px) {
    font-size: 40px;
  }
}

.compose-detail.hashtag {
  color: #3b82f6;
  font-weight: 500;
  font-size: 22px;

  @media (max-width: 640px) {
    font-size: 16px;
  }

  @media (min-width: 641px) and (max-width: 1024px) {
    font-size: 18px;
  }
}

.compose-detail.description h1 {
  color: #000000;
  font-family: Krub;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 12px;
  padding-bottom: 12px;
}

.compose-detail.description h2 {
  color: #000000;
  font-family: Krub;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 12px;
  padding-bottom: 12px;
}

.compose-detail.description h3 {
  color: #000000;
  font-family: Krub;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 12px;
  padding-bottom: 12px;
}

.compose-detail.description h4 {
  color: #000000;
  font-family: Krub;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 12px;
  padding-bottom: 12px;
}

.compose-detail.description p {
  color: #000000;
  font-family: Krub;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 151.523%;
  text-align: justify;
  align-self: stretch;
  margin: 16px 0;
}

.compose-detail.description strong,
.compose-detail.description b {
  font-weight: 700 !important;
  color: #000000 !important;
}

.compose-detail.description i,
.compose-detail.description em {
  font-style: italic !important;
}

.compose-detail.description ul,
.compose-detail.description ol {
  margin: 16px 0;
  padding-left: 0;
  list-style-position: inside;
}

.compose-detail.description li {
  margin: 8px 0;
  color: #000000;
  font-family: Krub;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 151.523%;
  padding-left: 0;
}

.compose-detail.description ul li {
  list-style-type: disc !important;
  list-style-position: inside !important;
}

.compose-detail.description ol li {
  list-style-type: decimal !important;
  list-style-position: inside !important;
}

.compose-detail.description figure {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.compose-detail.description figcaption {
  margin-top: 12px;
  color: #000000;
  font-family: Krub;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 151.523%;
}

.compose-detail.description blockquote {
  font-style: italic;
  padding: 4px 2em;
  margin: 4px 0;
  border-left: 5px solid #ccc;
}

.compose-detail.description ol {
  margin: 16px 0;
  padding-left: 0;
  list-style-position: inside;
}

.compose-detail.description ul {
  margin: 16px 0;
  padding-left: 0;
  list-style-position: inside;
}

.compose-detail.description ol li {
  margin: 8px 0;
  color: #000000;
  font-family: Krub;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 151.523%;
  text-align: justify;
  align-self: stretch;
}

.compose-detail.description table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 18px;
  text-align: left;
  background-color: #f9f9f9;
}

.compose-detail.description th,
.compose-detail.description td {
  padding: 12px 15px;
  border: 1px solid #ddd;
}

.compose-detail.description th {
  background-color: #4caf50;
  color: white;
}

.compose-detail.description tr:nth-child(even) {
  background-color: #f2f2f2;
}

.compose-detail.description tr:hover {
  background-color: #ddd;
}

.compose-detail.description th,
.compose-detail.description td {
  text-align: center;
}

.training-card-h {
  @media (min-width: 1024px) {
    max-height: 300px;
  }
}

.compose-detail.description a {
  color: #0073e6;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
  font-family: Krub;
  font-style: normal;
  font-weight: 500;
  line-height: 151.523%;
}

.compose-detail.description a:hover {
  color: #005bb5;
  text-decoration: underline;
}

/* CkEditor */
.compose .ck-content h2,
.compose .ck-content h3,
.compose .ck-content h4 {
  color: #000000;
  font-family: Krub;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 16px;
}

.compose .ck-content h2 {
  font-size: 24px;

  @media (min-width: 768px) {
    font-size: 28px;
  }

  @media (min-width: 1024px) {
    font-size: 32px;
  }
}

.compose .ck-content h3 {
  font-size: 20px;

  @media (min-width: 768px) {
    font-size: 24px;
  }

  @media (min-width: 1024px) {
    font-size: 28px;
  }
}

.compose .ck-content h4 {
  font-size: 18px;

  @media (min-width: 768px) {
    font-size: 20px;
  }

  @media (min-width: 1024px) {
    font-size: 24px;
  }
}

.compose .ck-content p,
.compose .ck-content span {
  color: #111214;
  font-family: Krub;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 151.523%;

  @media (min-width: 768px) {
    font-size: 16px;
  }

  @media (min-width: 1024px) {
    font-size: 18px;
  }
}

.compose .ck-content blockquote {
  font-style: italic;
  padding: 4px 2em;
  margin: 4px 0;
  border-left: 5px solid #ccc;
}

/* List */
.compose .ck-content ol {
  padding-left: 0;
  list-style-position: inside;
}

.compose .ck-content ol li::marker {
  color: red;
}

/* --- Link --- */
.compose .ck-content a {
  color: #0073e6;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
  font-family: Krub;
  font-style: normal;
  font-weight: 500;
  line-height: 151.523%;
}

.compose .ck-content a:hover {
  color: #005bb5;
  text-decoration: underline;
}

/* Image */
.compose .ck-content figure {
  width: 70%;
  max-width: 100%;
  height: auto;

  @media (max-width: 1024px) {
    width: 90%;
  }
}

.compose .ck-content figcaption {
  font-size: 12px;
  font-style: italic;
  color: #000000;
  text-align: center;

  @media (min-width: 768px) {
    font-size: 14px !important;
  }

  @media (min-width: 1024px) {
    font-size: 16px !important;
  }
}

.compose-detail.description * {
  box-sizing: border-box;
}

.compose-detail.description p {
  display: block;
  margin: 16px 0;
}

.compose-detail.description ul,
.compose-detail.description ol {
  display: block;
  margin: 16px 0;
  padding-left: 0;
  list-style-position: inside;
}

.compose-detail.description li {
  display: list-item;
  margin: 8px 0;
  padding-left: 0;
}

.compose-detail.description strong,
.compose-detail.description b {
  display: inline;
  font-weight: 700 !important;
}

.compose-detail.description i,
.compose-detail.description em {
  display: inline;
  font-style: italic !important;
}

.compose-detail.description h1,
.compose-detail.description h2,
.compose-detail.description h3,
.compose-detail.description h4,
.compose-detail.description h5,
.compose-detail.description h6 {
  display: block !important;
}

.compose-detail.description p {
  display: block !important;
  margin: 16px 0 !important;
}

.compose-detail.description ul,
.compose-detail.description ol {
  display: block !important;
  margin: 16px 0 !important;
  padding-left: 0 !important;
  list-style-position: inside !important;
}

.compose-detail.description li {
  display: list-item !important;
  margin: 8px 0 !important;
  padding-left: 0 !important;
}

.compose-detail.description strong,
.compose-detail.description b {
  display: inline !important;
  font-weight: 700 !important;
}

.compose-detail.description i,
.compose-detail.description em {
  display: inline !important;
  font-style: italic !important;
}
/* Đảm bảo các elements được hiển thị đúng */
.compose-detail.description h1,
.compose-detail.description h2,
.compose-detail.description h3,
.compose-detail.description h4,
.compose-detail.description h5,
.compose-detail.description h6 {
  display: block !important;
  margin: 10px 0 !important;
  padding: 0 !important;
}

.compose-detail.description p {
  display: block !important;
  margin: 16px 0 !important;
}

.compose-detail.description ul,
.compose-detail.description ol {
  display: block;
  margin: 16px 0;
  padding-left: 0;
  list-style-position: ins;
}

.compose-detail.description li {
  display: list-item !important;
  margin: 8px 0 !important;
}

.compose-detail.description strong,
.compose-detail.description b {
  display: inline !important;
  font-weight: 700 !important;
}

.compose-detail.description i,
.compose-detail.description em {
  display: inline !important;
  font-style: italic !important;
}
.compose-detail.description h1,
.compose-detail.description h2,
.compose-detail.description h3,
.compose-detail.description h4,
.compose-detail.description h5,
.compose-detail.description h6,
.compose-detail.description p,
.compose-detail.description ul,
.compose-detail.description ol,
.compose-detail.description li,
.compose-detail.description strong,
.compose-detail.description b,
.compose-detail.description i,
.compose-detail.description em {
  all: unset;
  display: revert;
  font-family: revert;
  font-size: revert;
  font-weight: revert;
  font-style: revert;
  color: black;
  line-height: revert;
  margin: revert;
  padding: revert;
  list-style: revert;
}

.compose-list.description h2 {
  color: #000000;
  font-family: Krub;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 8px 0;
}

.compose-list.description h3 {
  color: #000000;
  font-family: Krub;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 8px 0;
}

.compose-list.description h4 {
  color: #000000;
  font-family: Krub;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 8px 0;
}

.profile .ant-upload-select {
  width: 194px !important;
  height: 194px !important;
  background-color: none !important;
  border: none !important;
}

.profile-form {
  max-width: 600px;
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 32px;
  padding: 1.5rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  background-color: rgba(28, 31, 53, 0.02);
}

.profile-form .ant-upload.ant-upload-select {
  background: none !important;
  /* Fix conflict */
}

.profile-avatar {
  width: 192px;
  height: 192px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 2px solid #e9e9e9;
}

.profile-avatar-no-upload {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-upload-title {
  color: var(--character-secondary-45, rgba(0, 0, 0, 0.45));
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.profile .ant-form-item-label {
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.profile input {
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 2px;
  border: 1px solid var(--Neutral-5, #d9d9d9);
  background: var(--Neutral-1, #fff);
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: 22px;
}

.profile.button-update {
  border-radius: 2px;
  border: 1px solid var(--Surface, #fee4e3);
  background: var(--Primary, #d7242f);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  width: 204px;
  padding: 5px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: var(--character-primary-inverse, #fff);
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}

.profile.button-back {
  display: flex;
  width: 204px;
  padding: 6.4px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
  border: 1px solid var(--Neutral-5, #d9d9d9);
  background: var(--Neutral-1, #fff);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
  color: var(--character-title-85, rgba(0, 0, 0, 0.85));
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Krub; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1358px){
  .container{
    max-width: 1358px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-bottom-16{
  bottom: -4rem;
}
.-top-7{
  top: -1.75rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-10{
  bottom: 2.5rem;
}
.bottom-12{
  bottom: 3rem;
}
.bottom-\[-20px\]{
  bottom: -20px;
}
.bottom-\[18px\]{
  bottom: 18px;
}
.bottom-\[20px\]{
  bottom: 20px;
}
.bottom-\[5\%\]{
  bottom: 5%;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-3{
  left: 0.75rem;
}
.left-5{
  left: 1.25rem;
}
.left-\[18px\]{
  left: 18px;
}
.right-0{
  right: 0px;
}
.right-10{
  right: 2.5rem;
}
.right-3{
  right: 0.75rem;
}
.right-4{
  right: 1rem;
}
.right-5{
  right: 1.25rem;
}
.right-\[-20px\]{
  right: -20px;
}
.right-\[-25\%\]{
  right: -25%;
}
.right-\[-70px\]{
  right: -70px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-40{
  top: 10rem;
}
.top-5{
  top: 1.25rem;
}
.top-\[-102\.5px\]{
  top: -102.5px;
}
.top-\[-10px\]{
  top: -10px;
}
.top-\[-125px\]{
  top: -125px;
}
.top-\[-135px\]{
  top: -135px;
}
.top-\[-140px\]{
  top: -140px;
}
.top-\[-165px\]{
  top: -165px;
}
.top-\[-55px\]{
  top: -55px;
}
.top-\[-70px\]{
  top: -70px;
}
.top-\[-75px\]{
  top: -75px;
}
.top-\[10\%\]{
  top: 10%;
}
.top-\[18px\]{
  top: 18px;
}
.top-\[20\%\]{
  top: 20%;
}
.top-\[20px\]{
  top: 20px;
}
.top-\[40\%\]{
  top: 40%;
}
.top-\[40px\]{
  top: 40px;
}
.top-\[80\%\]{
  top: 80%;
}
.top-\[85\%\]{
  top: 85%;
}
.-z-10{
  z-index: -10;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-50{
  z-index: 50;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[999\]{
  z-index: 999;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!mb-16{
  margin-bottom: 4rem !important;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-11{
  margin-bottom: 2.75rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[-25px\]{
  margin-bottom: -25px;
}
.mb-\[35px\]{
  margin-bottom: 35px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-9{
  margin-top: 2.25rem;
}
.mt-\[-20px\]{
  margin-top: -20px;
}
.mt-\[-24px\]{
  margin-top: -24px;
}
.mt-\[-75px\]{
  margin-top: -75px;
}
.mt-\[14px\]{
  margin-top: 14px;
}
.mt-\[6px\]{
  margin-top: 6px;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-5{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.\!h-auto{
  height: auto !important;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-2{
  height: 0.5rem;
}
.h-2\/5{
  height: 40%;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-96{
  height: 24rem;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[23px\]{
  height: 23px;
}
.h-\[250px\]{
  height: 250px;
}
.h-\[287px\]{
  height: 287px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[38px\]{
  height: 38px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[42px\]{
  height: 42px;
}
.h-\[44px\]{
  height: 44px;
}
.h-\[500px\]{
  height: 500px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[51px\]{
  height: 51px;
}
.h-\[58px\]{
  height: 58px;
}
.h-\[60\%\]{
  height: 60%;
}
.h-\[600px\]{
  height: 600px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[64px\]{
  height: 64px;
}
.h-\[839\.5px\]{
  height: 839.5px;
}
.h-\[85px\]{
  height: 85px;
}
.h-\[88px\]{
  height: 88px;
}
.h-\[90\%\]{
  height: 90%;
}
.h-auto{
  height: auto;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.max-h-\[200px\]{
  max-height: 200px;
}
.max-h-\[400px\]{
  max-height: 400px;
}
.max-h-\[48px\]{
  max-height: 48px;
}
.min-h-6{
  min-height: 1.5rem;
}
.min-h-\[450px\]{
  min-height: 450px;
}
.min-h-\[52px\]{
  min-height: 52px;
}
.\!w-auto{
  width: auto !important;
}
.\!w-full{
  width: 100% !important;
}
.w-1{
  width: 0.25rem;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-2\/3{
  width: 66.666667%;
}
.w-4{
  width: 1rem;
}
.w-4\/5{
  width: 80%;
}
.w-44{
  width: 11rem;
}
.w-5{
  width: 1.25rem;
}
.w-8{
  width: 2rem;
}
.w-\[102\.67px\]{
  width: 102.67px;
}
.w-\[116px\]{
  width: 116px;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[194px\]{
  width: 194px;
}
.w-\[1px\]{
  width: 1px;
}
.w-\[30\%\]{
  width: 30%;
}
.w-\[33\%\]{
  width: 33%;
}
.w-\[358px\]{
  width: 358px;
}
.w-\[365px\]{
  width: 365px;
}
.w-\[40\%\]{
  width: 40%;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[50\%\]{
  width: 50%;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[58px\]{
  width: 58px;
}
.w-\[64px\]{
  width: 64px;
}
.w-\[70px\]{
  width: 70px;
}
.w-\[80\%\]{
  width: 80%;
}
.w-\[90\%\]{
  width: 90%;
}
.w-\[95\%\]{
  width: 95%;
}
.w-\[full\]{
  width: full;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.min-w-4{
  min-width: 1rem;
}
.min-w-\[100px\]{
  min-width: 100px;
}
.min-w-\[95px\]{
  min-width: 95px;
}
.min-w-full{
  min-width: 100%;
}
.max-w-16{
  max-width: 4rem;
}
.max-w-\[1000px\]{
  max-width: 1000px;
}
.max-w-\[1500px\]{
  max-width: 1500px;
}
.max-w-\[356px\]{
  max-width: 356px;
}
.max-w-\[42px\]{
  max-width: 42px;
}
.max-w-\[570px\]{
  max-width: 570px;
}
.max-w-\[65px\]{
  max-width: 65px;
}
.max-w-\[750px\]{
  max-width: 750px;
}
.max-w-\[787px\]{
  max-width: 787px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-md{
  max-width: 28rem;
}
.flex-1-auto{
  flex: 1 0 auto;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.basis-1\/3{
  flex-basis: 33.333333%;
}
.basis-1\/5{
  flex-basis: 20%;
}
.basis-\[80\%\]{
  flex-basis: 80%;
}
.basis-full{
  flex-basis: 100%;
}
.table-auto{
  table-layout: auto;
}
.border-collapse{
  border-collapse: collapse;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\]{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-10{
  --tw-translate-y: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-16{
  --tw-translate-y: 4rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\]{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-50{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0{
  gap: 0px;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-14{
  gap: 3.5rem;
}
.gap-16{
  gap: 4rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-7{
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre-line{
  white-space: pre-line;
}
.break-words{
  overflow-wrap: break-word;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[16px\]{
  border-radius: 16px;
}
.rounded-\[23px\]{
  border-radius: 23px;
}
.rounded-\[24px\]{
  border-radius: 24px;
}
.rounded-\[2px\]{
  border-radius: 2px;
}
.rounded-\[32px\]{
  border-radius: 32px;
}
.rounded-\[38px\]{
  border-radius: 38px;
}
.rounded-\[5px\]{
  border-radius: 5px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-\[9px\]{
  border-radius: 9px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.\!border-0{
  border-width: 0px !important;
}
.border{
  border-width: 1px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b-\[300px\]{
  border-bottom-width: 300px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-\[400px\]{
  border-left-width: 400px;
}
.border-r-\[0px\]{
  border-right-width: 0px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-\[100px\]{
  border-top-width: 100px;
}
.border-solid{
  border-style: solid;
}
.border-none{
  border-style: none;
}
.border-\[\#00000026\]{
  border-color: #00000026;
}
.border-\[\#E0E0E0\]{
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
.border-\[\#E9E9E9\]{
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
}
.border-\[\#FFD338\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 211 56 / var(--tw-border-opacity));
}
.border-blue-light-1{
  --tw-border-opacity: 1;
  border-color: rgb(78 86 131 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-light-1{
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity));
}
.border-gray-light-3{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}
.border-gray-light-8{
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity));
}
.border-red{
  --tw-border-opacity: 1;
  border-color: rgb(215 36 47 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-\[\#00000040\]{
  border-bottom-color: #00000040;
}
.border-b-black{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-l-red-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-r-black{
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-t-red-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-opacity-55{
  --tw-border-opacity: 0.55;
}
.\!bg-\[\#FFFFFF8C\]{
  background-color: #FFFFFF8C !important;
}
.\!bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#222429\]{
  --tw-bg-opacity: 1;
  background-color: rgb(34 36 41 / var(--tw-bg-opacity));
}
.bg-\[\#D7242F1A\]{
  background-color: #D7242F1A;
}
.bg-\[\#D7242F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(215 36 47 / var(--tw-bg-opacity));
}
.bg-\[\#E8E8E880\]{
  background-color: #E8E8E880;
}
.bg-\[\#F4F5F8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 248 / var(--tw-bg-opacity));
}
.bg-\[\#F8F8F8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.bg-\[\#FFD338\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 211 56 / var(--tw-bg-opacity));
}
.bg-\[\#ffffff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black-light-1{
  --tw-bg-opacity: 1;
  background-color: rgb(28 31 53 / var(--tw-bg-opacity));
}
.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(9 18 66 / var(--tw-bg-opacity));
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-light-2{
  --tw-bg-opacity: 1;
  background-color: rgb(216 216 216 / var(--tw-bg-opacity));
}
.bg-gray-light-4{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.bg-gray-light-5{
  background-color: rgba(232, 232, 232, 0.5);
}
.bg-gray-light-6{
  background-color: rgba(4, 28, 55, 0.50);
}
.bg-gray-light-7{
  background-color: rgba(232, 232, 232, 0.10);
}
.bg-red{
  --tw-bg-opacity: 1;
  background-color: rgb(215 36 47 / var(--tw-bg-opacity));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-red-light-1{
  --tw-bg-opacity: 1;
  background-color: rgb(225 57 57 / var(--tw-bg-opacity));
}
.bg-red-light-3{
  --tw-bg-opacity: 1;
  background-color: rgb(155 28 36 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(255 196 46 / var(--tw-bg-opacity));
}
.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}
.bg-button-primary{
  background-image: linear-gradient(94deg, #D7242F -1.21%, #D7242F 58.66%, #D7242F 116.84%);
}
.bg-button-secondary{
  background-image: linear-gradient(94deg, #FFB629 -1.21%, #FFDA56 58.66%, #FFD7A6 116.84%);
}
.bg-gradient-banner{
  background-image: linear-gradient(95deg, #D7242F -1.19%, #FF5F68 57.78%, #FFCCCF 115.08%);
}
.bg-gradient-radial{
  background-image: linear-gradient(94deg, #D7242F -1.21%, #671807 116.84%);
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-yellow{
  background-image: linear-gradient(94deg, #FFB629 -1.21%, #FFDA56 58.66%, #FFD7A6 116.84%);
}
.from-black\/60{
  --tw-gradient-from: rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-\[16px\]{
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[1px\]{
  padding-top: 1px;
  padding-bottom: 1px;
}
.py-\[50px\]{
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-9{
  padding-bottom: 2.25rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-7{
  padding-right: 1.75rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-28{
  padding-top: 7rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-40{
  padding-top: 10rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.\!font-\[Krub\]{
  font-family: Krub !important;
}
.font-\[Roboto\]{
  font-family: Roboto;
}
.font-\[Rubik\]{
  font-family: Rubik;
}
.font-league-spartan{
  font-family: League Spartan;
}
.\!text-\[14px\]{
  font-size: 14px !important;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[25px\]{
  font-size: 25px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[35px\]{
  font-size: 35px;
}
.text-\[40px\]{
  font-size: 40px;
}
.text-\[9px\]{
  font-size: 9px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-headline{
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0;
  font-weight: 600;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-8{
  line-height: 2rem;
}
.leading-9{
  line-height: 2.25rem;
}
.leading-\[17px\]{
  line-height: 17px;
}
.leading-\[18px\]{
  line-height: 18px;
}
.leading-\[19px\]{
  line-height: 19px;
}
.leading-\[24\.24px\]{
  line-height: 24.24px;
}
.leading-\[24px\]{
  line-height: 24px;
}
.leading-\[28px\]{
  line-height: 28px;
}
.leading-\[30\.3px\]{
  line-height: 30.3px;
}
.leading-\[30px\]{
  line-height: 30px;
}
.leading-\[32px\]{
  line-height: 32px;
}
.leading-\[36\.37px\]{
  line-height: 36.37px;
}
.leading-\[37\.92px\]{
  line-height: 37.92px;
}
.leading-\[37px\]{
  line-height: 37px;
}
.leading-\[38px\]{
  line-height: 38px;
}
.leading-\[40px\]{
  line-height: 40px;
}
.leading-\[41\.48px\]{
  line-height: 41.48px;
}
.leading-\[42px\]{
  line-height: 42px;
}
.leading-\[43\.21px\]{
  line-height: 43.21px;
}
.leading-\[46\.89px\]{
  line-height: 46.89px;
}
.leading-\[56\.88px\]{
  line-height: 56.88px;
}
.leading-none{
  line-height: 1;
}
.tracking-tighter{
  letter-spacing: -0.05em;
}
.\!text-\[\#1C1F35\]{
  --tw-text-opacity: 1 !important;
  color: rgb(28 31 53 / var(--tw-text-opacity)) !important;
}
.text-\[\#00000040\]{
  color: #00000040;
}
.text-\[\#0000008C\]{
  color: #0000008C;
}
.text-\[\#000000D9\]{
  color: #000000D9;
}
.text-\[\#191919\]{
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}
.text-\[\#1C1F358C\]{
  color: #1C1F358C;
}
.text-\[\#1C1F35\]{
  --tw-text-opacity: 1;
  color: rgb(28 31 53 / var(--tw-text-opacity));
}
.text-\[\#23212A\]{
  --tw-text-opacity: 1;
  color: rgb(35 33 42 / var(--tw-text-opacity));
}
.text-\[\#4759FF\]{
  --tw-text-opacity: 1;
  color: rgb(71 89 255 / var(--tw-text-opacity));
}
.text-\[\#666C89\]{
  --tw-text-opacity: 1;
  color: rgb(102 108 137 / var(--tw-text-opacity));
}
.text-\[\#939393\]{
  --tw-text-opacity: 1;
  color: rgb(147 147 147 / var(--tw-text-opacity));
}
.text-\[\#999999\]{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.text-\[\#D7242F\]{
  --tw-text-opacity: 1;
  color: rgb(215 36 47 / var(--tw-text-opacity));
}
.text-\[\#FFD338\]{
  --tw-text-opacity: 1;
  color: rgb(255 211 56 / var(--tw-text-opacity));
}
.text-\[\#FFD879\]{
  --tw-text-opacity: 1;
  color: rgb(255 216 121 / var(--tw-text-opacity));
}
.text-\[\#FFFFFFD9\]{
  color: #FFFFFFD9;
}
.text-\[\#FFFFFF\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[500\]{
  color: 500;
}
.text-\[roboto\]{
  color: roboto;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-black-light-1{
  --tw-text-opacity: 1;
  color: rgb(28 31 53 / var(--tw-text-opacity));
}
.text-blue{
  --tw-text-opacity: 1;
  color: rgb(9 18 66 / var(--tw-text-opacity));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-gray{
  --tw-text-opacity: 1;
  color: rgb(102 108 137 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-light-1{
  --tw-text-opacity: 1;
  color: rgb(232 232 232 / var(--tw-text-opacity));
}
.text-gray-light-11{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-red{
  --tw-text-opacity: 1;
  color: rgb(215 36 47 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow{
  --tw-text-opacity: 1;
  color: rgb(255 196 46 / var(--tw-text-opacity));
}
.text-yellow-light-1{
  --tw-text-opacity: 1;
  color: rgb(255 182 41 / var(--tw-text-opacity));
}
.text-opacity-55{
  --tw-text-opacity: 0.55;
}
.underline{
  text-decoration-line: underline;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 8px 20px rgba(182, 182, 182, 0.4);
  --tw-shadow-colored: 0 8px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\!font-secondary {
    /* font-family: 'Rubik'; */
    /* change to roboto to support Vietnamese */
    font-family: roboto !important;
  }
.font-secondary {
    /* font-family: 'Rubik'; */
    /* change to roboto to support Vietnamese */
    font-family: roboto;
  }
.font-third {
    font-family: 'League Spartan';
  }

:root {
  --foreground-rgb: 0, 0, 0;
  --background-start-rgb: 214, 219, 220;
  --background-end-rgb: 255, 255, 255;
}

@media (prefers-color-scheme: dark) {
  :root {
    --foreground-rgb: 255, 255, 255;
    --background-start-rgb: 0, 0, 0;
    --background-end-rgb: 0, 0, 0;
  }
}

body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(102 108 137 / var(--tw-text-opacity));
  font-family: 'Krub';
  scroll-behavior: smooth;
}

.button--primary{
  position: relative;
  overflow: hidden;

  &:after {
    content: '';
  }

  &:after{
    position: absolute;
  }

  &:after{
    top: 100%;
  }

  &:after{
    right: -40px;
  }

  &:after{
    height: 50px;
  }

  &:after{
    width: 50px;
  }

  &:after{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  &:after{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  &:after{
    border-radius: 9999px;
  }

  &:after{
    --tw-bg-opacity: 1;
    background-color: rgb(255 86 96 / var(--tw-bg-opacity));
  }
}

button {
  &:disabled{
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 212 / var(--tw-bg-opacity));
  }
  &:disabled {
    background-image: none;
  }
  &.button--primary:disabled:after {
    content: none;
  }
}

a,
img {
  transition: all 0.3s ease-in-out;
}

ul{
  margin-left: 2rem;
  li{
    list-style-type: disc;
  }
}

.image--zoom {
  &:hover {
    transform: scale(1.05);
  }
}

input,
textarea,
.ant-input {
  padding: 14px 24px;
  border-radius: 16px;
  font-size: 20px;
  outline: none;

  &:focus {
    outline: none;
  }

  @media (min-width: 1024px) {
    padding: 14px 30px;
  }
}

.ant-input-outlined{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  &:hover,
  &:focus,
  &:focus-within{
    --tw-border-opacity: 1;
    border-color: rgb(255 196 46 / var(--tw-border-opacity));
  }
  &:hover,
  &:focus,
  &:focus-within{
    background-color: transparent !important;
  }
  &::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  &::placeholder{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  &.ant-input-status-error:not(.ant-input-disabled):focus{
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  }
  &.ant-input-status-error:not(.ant-input-disabled):focus{
    background-color: transparent !important;
  }
}

.ant-form--custom {
  input,
  textarea {
    font-family: 'League Spartan';
  }
  .input--textarea {
    min-height: 150px;
  }
  &.input--transparent,
  .textarea--contact{
    background-color: transparent !important;
  }
  &.input--transparent,
  .textarea--contact {
    font-family: 'League Spartan';
  }
  &.input--transparent,
  .textarea--contact {
    &::-moz-placeholder{
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
    &::placeholder{
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

    &:hover{
      background-color: transparent !important;
    }
  }
  .ant-form-item {
    width: 100%;
    .ant-form-item-explain-error{
      display: flex;
    }
    .ant-form-item-explain-error{
      width: -moz-max-content;
      width: max-content;
    }
    .ant-form-item-explain-error{
      align-items: center;
    }
    .ant-form-item-explain-error{
      border-radius: 0.5rem;
    }
    .ant-form-item-explain-error{
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
    .ant-form-item-explain-error{
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
    .ant-form-item-explain-error{
      padding-top: 5px;
    }
    .ant-form-item-explain-error{
      padding-bottom: 2px;
    }
    .ant-form-item-explain-error{
      line-height: 1;
    }
    .ant-form-item-explain-error{
      --tw-text-opacity: 1;
      color: rgb(215 36 47 / var(--tw-text-opacity));
    }
  .ant-form-item-explain-error {
    font-family: 'League Spartan';
  }
  }
  .ant-input-outlined{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }
  .ant-input-outlined {
    &::-moz-placeholder{
      --tw-text-opacity: 1 !important;
      color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    }
    &::placeholder{
      --tw-text-opacity: 1 !important;
      color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    }
  }
  .ant-form-item-explain{
    margin-top: 0.25rem;
  }
  .ant-input-outlined:hover,
  .ant-input-outlined:focus-within{
    --tw-border-opacity: 1;
    border-color: rgb(255 196 46 / var(--tw-border-opacity));
  }
  .ant-input-outlined:hover,
  .ant-input-outlined:focus-within{
    background-color: transparent !important;
  }
}

.input--transparent,
.input--transparent:focus .textarea--contact {
  color: #fff;
  border: 2px solid #fff;
  background: transparent !important;
  ::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  ::placeholder{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  ::-moz-placeholder {
    font-family: 'League Spartan';
  }
  ::placeholder {
    font-family: 'League Spartan';
  }
  &::-moz-placeholder {
    color: #fff;
  }
  &::placeholder {
    color: #fff;
  }
  &::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  &::placeholder{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  &::-moz-placeholder {
    font-family: 'League Spartan';
  }
  &::placeholder {
    font-family: 'League Spartan';
  }
}

.link {
  position: relative;

  &:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #fff;
    height: 2px;
  }

  &.active,
  &:hover {
    &:after {
      width: 100%;
    }
  }
}

.is-home .menu--header .menu-item a{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: block;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 1024px){
  .is-home .menu--header .menu-item a{
    max-width: 120px;
  }
}

@media (min-width: 1358px){
  .is-home .menu--header .menu-item a{
    max-width: 180px;
  }
}

.menu-item {
  @media (max-width: 767px) {
    a:after {
      content: none;
    }
  }
  @media (min-width: 768px) {
    &:after{
      position: absolute;
    }
    &:after{
      left: 100%;
    }
    &:after{
      top: 50%;
    }
    &:after{
      height: 21px;
    }
    &:after{
      width: 1px;
    }
    &:after{
      --tw-translate-y: -50%;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    &:after{
      border-right-width: 1px;
    }
    &:after{
      --tw-border-opacity: 1;
      border-color: rgb(255 255 255 / var(--tw-border-opacity));
    }
    &:after{
      --tw-border-opacity: 0.2;
    }
    &:first-child:after{
      padding-left: 0px;
    }
    &:last-child:after{
      border-style: none;
    }
    &:after {
      content: '';
    }
  }
}

.faq {
  display: flex;
  gap: 10px;
  align-items: end;
  margin-bottom: 10px;
}

.frequently-asked-questions {
  font-size: 28px;
  margin-bottom: 20px;
}

.ant-collapse {
  .ant-collapse-header{
    align-items: center !important;
  }
  .ant-collapse-header {
    padding: 0 !important;
  }
  .ant-collapse-header-text{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .ant-collapse-header-text{
    padding-left: 0px;
    padding-right: 0px;
  }
  .ant-collapse-header-text{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .ant-collapse-header-text{
    font-weight: 400;
  }
  .ant-collapse-header-text{
    --tw-text-opacity: 1;
    color: rgb(28 31 53 / var(--tw-text-opacity));
  }
  .ant-collapse-header-text {
    /* font-family: 'Rubik'; */
    /* change to roboto to support Vietnamese */
    font-family: roboto;
  }
  @media (min-width: 1024px){
    .ant-collapse-header-text{
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
  }

  .ant-collapse-content-box{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .ant-collapse-content-box{
    font-weight: 500;
  }

  .ant-collapse-content-box{
    --tw-text-opacity: 1;
    color: rgb(102 108 137 / var(--tw-text-opacity));
  }

  .ant-collapse-content-box {
    padding: 0 !important;
  }

  .ant-collapse-item {
    &.ant-collapse-item-active svg{
      --tw-text-opacity: 1;
      color: rgb(255 184 43 / var(--tw-text-opacity));
    }
    svg{
      height: 1rem;
    }
    svg{
      width: 1rem;
    }
  }
}

.ant-form---footer {
  .ant-form-item .ant-form-item-explain-error{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .ant-form-item .ant-form-item-explain-error{
    --tw-text-opacity: 1;
    color: rgb(255 189 50 / var(--tw-text-opacity));
  }
}

.ant-dropdown.css-dev-only-do-not-override-1c2xfq9.ant-dropdown-placement-bottomLeft {
  min-width: 150px !important;
}

.ant-drawer-body {
  padding-right: 0 !important;
  padding-left: 0 !important;
  overflow: hidden !important;
}

.ant-custom-menu {
  background-color: #d7242f !important;
  color: #ffffff !important;
  border-inline-end: initial !important;
}

.ant-custom-menu .ant-menu-item,
.ant-menu-submenu-title {
  color: #ffffff !important;
}

.ant-custom-menu:not(.ant-menu-horizontal) .ant-menu-item:not(.ant-menu-item-selected):active,
.ant-custom-menu > .ant-menu:not(.ant-menu-horizontal) .ant-menu-item:not(.ant-menu-item-selected):active,
.ant-menu-item-selected,
.ant-menu-submenu-title:active {
  background-color: inherit !important;
  color: #ffc42e !important;
}

.ant-custom-menu .ant-menu-item-selected {
  background-color: inherit !important;
  color: #ffc42e !important;
}

.custom-select {
  &.ant-select-single.ant-select-lg.ant-select-show-arrow .ant-select-selection-item {
    @media (min-width: 768px) {
      padding-inline-end: 0 !important;
    }
  }
  .ant-select-selector{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .ant-select-selector{
    font-weight: 600;
  }
  .ant-select-selector {
    padding: 0 11px 0 0 !important;
    width: auto !important;
    border: none !important;
    color: #ffffff !important;
    @media (min-width: 768px) {
      min-width: -moz-max-content !important;
      min-width: max-content !important;
      padding-right: 26px !important;
    }

    & img {
      @media (max-width: 767px) {
        display: none;
      }
    }
  }

  .ant-select-arrow {
    right: 0;
  }

  svg {
    width: 20px;
    height: 20px;
  }
}

.custom-select .ant-select-single.ant-select-lg.ant-select-show-arrow .ant-select-selection-item img {
  @media (max-width: 767px) {
    display: none !important;
  }
}

/* .custom-select .ant-select-arrow,
.ant-select-open,
.ant-select-single {
  color: #fff !important;
} */

.custom-select .ant-select-selection-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff !important;
  @media (min-width: 768px) {
    min-width: 56px;
  }
}

.jp-icon-social > span {
  width: 20px !important;
  height: 20px !important;
}

.main-has-sticky {
  margin-top: -73px;
}

.section--steps {
  @media (max-width: 767px) {
    &:after{
      left: 0px;
    }
    &:after{
      z-index: -10;
    }
    &:after{
      height: 100%;
    }
    &:after{
      width: 100%;
    }
    &:after{
      background-image: linear-gradient(95deg, #D7242F -1.19%, #FF5F68 57.78%, #FFCCCF 115.08%);
    }
    &:after {
      content: '';
      top: 10%;
    }
  }
}

.ant-input-outlined.ant-input-status-error:not(.ant-input-disabled),
.ant-input-outlined.ant-input-status-error:not(.ant-input-disabled):hover,
.ant-input-outlined.ant-input-status-error:not(.ant-input-disabled):focus,
.ant-input-outlined.ant-input-status-error:not(.ant-input-disabled):focus-within{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 189 50 / var(--tw-border-opacity));
}

.ant-input-outlined.ant-placeholder-white::-moz-placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  opacity: 0.45;
}

.ant-input-outlined.ant-placeholder-white::placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  opacity: 0.45;
}

.carousel--contact {
  .slick-slide{
    border-right-width: 1px;
  }
  .slick-slide{
    --tw-border-opacity: 1;
    border-color: rgb(78 86 131 / var(--tw-border-opacity));
  }
  .slick-slide:last-child{
    border-style: none;
  }
}

.ant-select-dropdown{
  min-width: 6rem;
  .ant-select-item-option-content {
    display: flex;
    align-items: center;
    gap: 12px;
  }
}

.ant-select-item-option-content img {
  width: 25px !important;
}

.ant-input::-moz-placeholder {
  color: #fff !important;
}

.ant-input::placeholder {
  color: #fff !important;
}

.ant-carousel,
.slick-slider,
.slick-list,
.slick-track {
  height: 100% !important;
}

.slick-slide > div:first-child {
  height: 100% !important;
}

.ant-anchor-wrapper-horizontal {
  padding: 0;
  &:before {
    content: none;
  }
  .ant-anchor .ant-anchor-ink {
    background: none;
  }
}

.ant-anchor-wrapper {
  margin-block-start: 0;
  padding-block-start: 0;
  .ant-anchor {
    @media (max-width: 1023px) {
      flex-direction: column;
      gap: 16px;
    }
    .ant-anchor-link {
      padding: 0;
      margin: 0;
      &.ant-anchor-link-active {
        .ant-anchor-link-title{
          --tw-text-opacity: 1 !important;
          color: rgb(255 189 50 / var(--tw-text-opacity)) !important;
        }
      }
    }
    .ant-anchor-link-title{
      position: relative;
    }
    @media (min-width: 1024px){
      .ant-anchor-link-title{
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
      }
    }
    @media (min-width: 1024px){
      .ant-anchor-link-title{
        padding-left: 0.75rem;
        padding-right: 0.75rem;
      }
    }
    @media (min-width: 1358px){
      .ant-anchor-link-title{
        padding-left: 1.25rem;
        padding-right: 1.25rem;
      }
    }
    .ant-anchor-link-title {
      &::before{
        position: absolute;
      }
      &::before{
        top: 50%;
      }
      &::before{
        height: 21px;
      }
      &::before{
        width: 1px;
      }
      &::before{
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      }
      &::before{
        border-right-width: 1px;
      }
      &::before{
        --tw-border-opacity: 1;
        border-color: rgb(255 255 255 / var(--tw-border-opacity));
      }
      &::before{
        --tw-border-opacity: 0.2;
      }
      &:first-child::before{
        padding-left: 0px;
      }
      &::before {
        content: '';
        left: calc(100% - 1px);
      }
      &:first-of-type{
        padding-left: 0.75rem;
        padding-right: 0.75rem;
      }
      @media (min-width: 1024px){
        &:first-of-type{
          padding-top: 1.5rem;
          padding-bottom: 1.5rem;
        }
      }
      @media (min-width: 1358px){
        &:first-of-type{
          padding-left: 1.25rem;
          padding-right: 1.25rem;
        }
      }
    }
    .ant-anchor-ink-visible{
      height: 0px;
    }
  }
}

.ant-anchor-link-title{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.ant-anchor-link-title:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 189 50 / var(--tw-text-opacity)) !important;
}

.footer__bottom--social {
  position: relative;

  &:before,
  &:after{
    --tw-bg-opacity: 1;
    background-color: rgb(155 28 36 / var(--tw-bg-opacity));
  }

  &:before,
  &:after {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100px;
    height: 100%;
  }

  &:before {
    left: -50px;
    border-radius: 0 100px 0 0;
  }

  &:after {
    right: -50px;
    border-radius: 100px 0 0 0;
  }
}

.ant-input-outlined:hover,
.ant-input-outlined:focus,
.ant-input-outlined:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(255 196 46 / var(--tw-border-opacity));
  background-color: transparent !important;
}

.ant-input-outlined::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ant-input-outlined::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ant-input-outlined.ant-input-status-error:not(.ant-input-disabled):focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  background-color: transparent !important;
}

.ant-form--custom.input--transparent .ant-form--custom.textarea--contact{
  background-color: transparent !important;
    font-family: 'League Spartan';
}

.ant-form--custom.input--transparent .ant-form--custom.textarea--contact::-moz-placeholder::placeholder{
  background-color: transparent !important;
}

.ant-form--custom.input--transparent .ant-form--custom.textarea--contact::placeholder::placeholder{
  background-color: transparent !important;
}

.ant-form--custom.input--transparent:hover .ant-form--custom.textarea--contact:hover{
  background-color: transparent !important;
}

.ant-form--custom input,
.ant-form--custom textarea {
    font-family: 'League Spartan';
  }
.ant-form--custom .input--textarea {
  min-height: 150px;
}

.ant-form--custom .ant-form-item .ant-form-item-explain-error{
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 5px;
  padding-bottom: 2px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(215 36 47 / var(--tw-text-opacity));
    font-family: 'League Spartan';
}
.ant-form--custom .ant-form-item {
  width: 100%;
}

.ant-form--custom .ant-input-outlined{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.ant-form--custom .ant-input-outlined::-moz-placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.ant-form--custom .ant-input-outlined::placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
/* staffing service form */
.staffing-form-custom .ant-form--custom .ant-input-outlined::-moz-placeholder {
  color: #999999 !important;
}
.staffing-form-custom .ant-form--custom .ant-input-outlined::placeholder {
  color: #999999 !important;
}
.staffing-form-custom .ant-form--custom .ant-input-outlined {
  border-color: #999999 !important;
  color: black !important;
}
/* _staffing service form  */

.ant-form--custom .ant-form-item-explain{
  margin-top: 0.25rem;
}
.ant-form--custom .ant-input-outlined:hover,
.ant-form--custom .ant-input-outlined:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(255 196 46 / var(--tw-border-opacity));
  background-color: transparent !important;
}

.input--transparent,
.input--transparent:focus .textarea--contact {
  color: #fff;
  border: 2px solid #fff;
  background: transparent !important;
}

.input--transparent::-moz-placeholder, .input--transparent:focus .textarea--contact::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    font-family: 'League Spartan';
}

.input--transparent::placeholder,
.input--transparent:focus .textarea--contact::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    font-family: 'League Spartan';
}

.link {
  position: relative;
}
.link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #fff;
  height: 2px;
}

.link.active:after,
.link:hover:after {
  &:after {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .menu-item a:after {
    content: none;
  }
  .menu-item:after{
    position: absolute;
    left: 100%;
    top: 50%;
    height: 21px;
    width: 1px;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-right-width: 1px;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
  }
  .menu-item:first-child:after{
    padding-left: 0px;
  }
  .menu-item:last-child:after{
    border-style: none;
  }
  .menu-item:after {
    content: '';
  }
}

.menu-item--footer:after {
  top: 25%;
}

.faq {
  display: flex;
  gap: 10px;
  align-items: end;
  margin-bottom: 10px;
}

.frequently-asked-questions {
  font-size: 28px;
  margin-bottom: 20px;
}

.ant-collapse .ant-collapse-header{
  align-items: center !important;
  padding: 0 !important;
}
.ant-collapse .ant-collapse-header-text{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(28 31 53 / var(--tw-text-opacity));
    /* font-family: 'Rubik'; */
    /* change to roboto to support Vietnamese */
    font-family: roboto;
}
@media (min-width: 1024px){
  .ant-collapse .ant-collapse-header-text{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.ant-collapse .ant-collapse-content-box{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(102 108 137 / var(--tw-text-opacity));
  padding: 0 !important;
}

.ant-collapse .ant-collapse-item.ant-collapse-item-active svg{
  --tw-text-opacity: 1;
  color: rgb(255 184 43 / var(--tw-text-opacity));
}
.ant-collapse .ant-collapse-item svg{
  height: 1rem;
  width: 1rem;
}

.ant-form---footer .ant-form-item .ant-form-item-explain-error{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 189 50 / var(--tw-text-opacity));
}

.ant-dropdown.ant-dropdown-placement-bottomLeft {
  min-width: 150px !important;
}
.ant-drawer-body {
  padding-right: 0 !important;
  padding-left: 0 !important;
  overflow: hidden !important;
}

.ant-custom-menu {
  background-color: #d7242f !important;
  color: #ffffff !important;
  border-inline-end: initial !important;
}

.ant-custom-menu .ant-menu-item,
.ant-menu-submenu-title {
  color: #ffffff !important;
}

.ant-custom-menu:not(.ant-menu-horizontal) .ant-menu-item:not(.ant-menu-item-selected):active,
.ant-custom-menu > .ant-menu:not(.ant-menu-horizontal) .ant-menu-item:not(.ant-menu-item-selected):active,
.ant-menu-item-selected,
.ant-menu-submenu-title:active {
  background-color: inherit !important;
  color: #ffc42e !important;
}

.ant-custom-menu .ant-menu-item-selected {
  background-color: inherit !important;
  color: #ffc42e !important;
}

.custom-select.ant-select-single.ant-select-lg.ant-select-show-arrow .ant-select-selection-item {
  @media (min-width: 768px) {
    padding-inline-end: 0 !important;
  }
}
.custom-select .ant-select-selector{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 600;
  padding: 0 11px 0 0 !important;
  width: auto !important;
  border: none !important;
  color: #ffffff !important;
  @media (min-width: 768px) {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
    padding-right: 26px !important;
  }

  & img {
    @media (max-width: 767px) {
      display: none;
    }
  }
}
@media (max-width: 767px) {
  .custom-select .ant-select-selector img {
    display: none;
  }
}

.custom-select .ant-select-arrow {
  right: 0;
}

.custom-select svg {
  width: 20px;
  height: 20px;
}

.custom-select .ant-select-single.ant-select-lg.ant-select-show-arrow .ant-select-selection-item img {
  @media (max-width: 767px) {
    display: none !important;
  }
}

.custom-select .ant-select-arrow,
.ant-select-open,
.ant-select-single {
  color: #fff !important;
}

.custom-select .ant-select-selection-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff !important;
}
@media (min-width: 768px) {
  .custom-select .ant-select-selection-item {
    min-width: 56px;
  }
}

.jp-icon-social > span {
  width: 20px !important;
  height: 20px !important;
}

.main-has-sticky {
  margin-top: -73px;
}

.ant-input-outlined.ant-input-status-error:not(.ant-input-disabled),
.ant-input-outlined.ant-input-status-error:not(.ant-input-disabled):hover,
.ant-input-outlined.ant-input-status-error:not(.ant-input-disabled):focus,
.ant-input-outlined.ant-input-status-error:not(.ant-input-disabled):focus-within{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 189 50 / var(--tw-border-opacity));
}

.ant-input-outlined.ant-placeholder-white::-moz-placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  opacity: 0.45;
}

.ant-input-outlined.ant-placeholder-white::placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  opacity: 0.45;
}

.carousel--contact .slick-slide{
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(78 86 131 / var(--tw-border-opacity));
}

.carousel--contact .slick-slide:last-child{
  border-style: none;
}

.ant-select-dropdown .ant-select-item-option-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ant-select-item-option-content img {
  width: 25px !important;
}

.ant-input::-moz-placeholder {
  color: #fff !important;
}

.ant-input::placeholder {
  color: #fff !important;
}

.ant-carousel,
.slick-slider,
.slick-list,
.slick-track {
  height: 100% !important;
}

.slick-slide > div:first-child {
  height: 100% !important;
}

.ant-anchor-wrapper-horizontal {
  padding: 0;
}
.ant-anchor-wrapper-horizontal:before {
  content: none;
}
.ant-anchor-wrapper-horizontal .ant-anchor .ant-anchor-ink {
  background: none;
}

.ant-anchor-wrapper {
  margin-block-start: 0;
  padding-block-start: 0;
}
@media (max-width: 1023px) {
  .ant-anchor-wrapper .ant-anchor {
    flex-direction: column;
    gap: 16px;
  }
}
.ant-anchor-wrapper .ant-anchor .ant-anchor-link {
  padding: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .is-home.menu--header .ant-anchor-wrapper .ant-anchor .ant-anchor-link{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .is-home.menu--header .menu-item a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 1360px) {
  .ant-anchor-wrapper .ant-anchor .ant-anchor-link-title {
    overflow: visible;
  }
}
.ant-anchor-wrapper .ant-anchor .ant-anchor-link.ant-anchor-link-active .ant-anchor-link-title{
  --tw-text-opacity: 1 !important;
  color: rgb(255 189 50 / var(--tw-text-opacity)) !important;
}
.ant-anchor-wrapper .ant-anchor .ant-anchor-link-title{
  position: relative;
}
@media (min-width: 1024px){
  .ant-anchor-wrapper .ant-anchor .ant-anchor-link-title{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.ant-anchor-wrapper .ant-anchor .ant-anchor-link-title::before{
  position: absolute;
  top: 50%;
  height: 21px;
  width: 1px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-right-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
}
.ant-anchor-wrapper .ant-anchor .ant-anchor-link-title:first-child::before{
  padding-left: 0px;
}
.ant-anchor-wrapper .ant-anchor .ant-anchor-link-title::before {
  content: '';
  left: calc(100% - 1px);
}
.ant-anchor-wrapper .ant-anchor .ant-anchor-link-title:first-of-type{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 1024px){
  .ant-anchor-wrapper .ant-anchor .ant-anchor-link-title:first-of-type{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1358px){
  .ant-anchor-wrapper .ant-anchor .ant-anchor-link-title:first-of-type{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.ant-anchor-wrapper .ant-anchor .ant-anchor-ink-visible{
  height: 0px;
}

.ant-anchor-link-title{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.ant-anchor-link-title:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 189 50 / var(--tw-text-opacity)) !important;
}

.footer__bottom--social {
  position: relative;
}

.footer__bottom--social:before,
.footer__bottom--social:after{
  --tw-bg-opacity: 1;
  background-color: rgb(155 28 36 / var(--tw-bg-opacity));
  content: '';
  position: absolute;
  z-index: 2;
  width: 100px;
  height: 100%;
}

.footer__bottom--social:before {
  left: -50px;
  border-radius: 0 100px 0 0;
}

.footer__bottom--social:after {
  right: -50px;
  border-radius: 100px 0 0 0;
}

.select-custom:where(.css-dev-only-do-not-override-1c2xfq9).ant-select-outlined.ant-select-multiple
  .ant-select-selection-item,
.select-custom.ant-select-show-search:where(.css-dev-only-do-not-override-1c2xfq9).ant-select:not(
    .ant-select-customize-input
  )
  .ant-select-selector
  input,
:where(.css-dev-only-do-not-override-1c2xfq9).ant-tree-select-dropdown .ant-select-tree,
.select-custom .ant-select-tree-node-content-wrapper {
  color: #000000d9 !important;
  font-size: 20px;
  /* font-family: Rubik; */
  font-family: roboto;
  font-weight: 400;
}

.pagination-custom:where(.css-dev-only-do-not-override-1c2xfq9).ant-pagination .ant-pagination-item,
.pagination-custom:where(.css-dev-only-do-not-override-1c2xfq9).ant-pagination .ant-pagination-prev,
.pagination-custom:where(.css-dev-only-do-not-override-1c2xfq9).ant-pagination .ant-pagination-next {
  border: 1px solid #dfe3e8;
}

.pagination-custom:where(.css-dev-only-do-not-override-1c2xfq9).ant-pagination .ant-pagination-disabled,
.pagination-custom:where(.css-dev-only-do-not-override-1c2xfq9).ant-pagination .ant-pagination-disabled:hover {
  background: #919eab;
}

.pagination-custom:where(.css-dev-only-do-not-override-1c2xfq9).ant-pagination .ant-pagination-disabled svg path {
  fill: #c4cdd5;
}

.pagination-custom:where(.css-dev-only-do-not-override-1c2xfq9).ant-pagination .ant-pagination-item-active {
  border-color: #d7242f;
}

.pagination-custom:where(.css-dev-only-do-not-override-1c2xfq9).ant-pagination .ant-pagination-item a {
  color: #212b36;
  font-size: 14px;
  font-weight: 500;
  /* font-family: 'Rubik'; */
  font-family: roboto;
}

/* custom-modal */

.custom-modal > .ant-modal {
  max-width: calc(100vw - 48px);
  margin: 24px auto;
}

.custom-modal > .ant-modal .ant-modal-content,
.custom-modal > .ant-modal .ant-modal-header {
  background-color: #f4f4f4 !important;
}

.custom-modal > .ant-modal .ant-modal-header{
  margin: 0px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px){
  .custom-modal > .ant-modal .ant-modal-header{
    padding-bottom: 0px;
  }
}

.custom-modal > .ant-modal .ant-modal-body {
  padding: 0 6px;
  @media (min-width: 1024px) {
    padding: 24px 52px 0;
  }
}

.custom-modal > .ant-modal .ant-modal-content {
  max-height: 80vh;
  padding: 0;
  overflow-y: auto;
}

.form-custom .ant-input-outlined:hover,
.form-custom .ant-picker-outlined{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 189 50 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.form-custom .ant-picker-outlined input{
  height: 40px;
}

.form-custom .ant-picker-outlined input::-moz-placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(28 31 53 / var(--tw-text-opacity)) !important;
}

.form-custom .ant-picker-outlined input::placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(28 31 53 / var(--tw-text-opacity)) !important;
}

.form-custom .ant-input-outlined,
.form-custom .ant-picker-outlined {
  border-color: #e0e0e0 !important;
  font-family: 'League Spartan';
  font-size: 20px;
  font-weight: 400;
  height: 60px;
}

.form-custom .ant-input-status-error{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 189 50 / var(--tw-border-opacity)) !important;
}

.form-custom .ant-form-item-explain-error{
  --tw-text-opacity: 1;
  color: rgb(255 189 50 / var(--tw-text-opacity));
}

.form-custom .ant-form-item-label{
  width: 150px;
  white-space: pre-wrap;
  text-align: start;
}

@media (min-width: 1024px){
  .form-custom .ant-form-item-label{
    margin-right: 1.5rem;
    width: 200px;
  }
}

.form-custom .ant-form-item-label label{
  font-family: League Spartan;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.form-custom .ant-form-item-has-error button{
  border-width: 2px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 189 50 / var(--tw-border-opacity)) !important;
}

.form-custom .ant-form-item-has-error .custom-date-picker {
  border-width: 2px !important;
  border-color: #ffc53d !important;
}
/*  */
.anchor-custom-staffing .ant-anchor-link-title{
  white-space: normal !important;
  color: #1C1F358C !important;
}
.anchor-custom-staffing .ant-anchor-link-title:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.anchor-custom-staffing .ant-anchor-link-title {
  &:before {
    content: none !important;
  }
}

.anchor-custom-staffing .ant-anchor-wrapper .ant-anchor .ant-anchor-link.ant-anchor-link-active .ant-anchor-link-title{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  word-wrap: break-word;
  white-space: normal;
}

.ant-spin-dot .ant-spin-dot-item {
  background-color: black;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 196 46 / var(--tw-bg-opacity)) !important;
}

.custom-pagination .ant-pagination-item,
.custom-pagination .ant-pagination-prev .ant-pagination-item-link,
.custom-pagination .ant-pagination-next .ant-pagination-item-link,
.custom-pagination .ant-pagination-jump-prev .ant-pagination-item-ellipsis,
.custom-pagination .ant-pagination-jump-next .ant-pagination-item-ellipsis {
  border: 1px solid #dfe3e8;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  opacity: 1;
}

.ant-pagination-item a {
  font-weight: 500;
  color: #212b36;
}

.custom-pagination .ant-pagination-item-active {
  border-color: #d7242f;
  opacity: 1;
}

@media (min-width: 1024px){
  .lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  @media (min-width: 640px){
    .lg\:container{
      max-width: 640px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }
  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .lg\:container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .lg\:container{
      max-width: 1280px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }
  @media (min-width: 1358px){
    .lg\:container{
      max-width: 1358px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }
}

.placeholder\:\!text-\[\#00000040\]::-moz-placeholder{
  color: #00000040 !important;
}

.placeholder\:\!text-\[\#00000040\]::placeholder{
  color: #00000040 !important;
}

.placeholder\:\!text-black::-moz-placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.placeholder\:\!text-black::placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.first\:mt-0:first-child{
  margin-top: 0px;
}

.first\:pl-0:first-child{
  padding-left: 0px;
}

.odd\:border-r:nth-child(odd){
  border-right-width: 1px;
}

.odd\:border-gray-light-3:nth-child(odd){
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.odd\:bg-gray-light-4:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.odd\:text-blue:nth-child(odd){
  --tw-text-opacity: 1;
  color: rgb(9 18 66 / var(--tw-text-opacity));
}

.even\:bg-red:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(215 36 47 / var(--tw-bg-opacity));
}

.even\:text-white:nth-child(even){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-\[1\.015\]:hover{
  --tw-scale-x: 1.015;
  --tw-scale-y: 1.015;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:\!border-yellow-light-3:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 189 50 / var(--tw-border-opacity)) !important;
}

.hover\:\!bg-\[\#FFFFFF8C\]:hover{
  background-color: #FFFFFF8C !important;
}

.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-blue-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:bg-red-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.hover\:text-blue-800:hover{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.hover\:text-yellow:hover{
  --tw-text-opacity: 1;
  color: rgb(255 196 46 / var(--tw-text-opacity));
}

.hover\:text-yellow-light-1:hover{
  --tw-text-opacity: 1;
  color: rgb(255 182 41 / var(--tw-text-opacity));
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.focus\:border-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.focus\:\!bg-\[\#FFFFFF8C\]:focus{
  background-color: #FFFFFF8C !important;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:visible{
  visibility: visible;
}

.group:hover .group-hover\:-translate-x-\[2px\]{
  --tw-translate-x: -2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:-translate-y-\[2px\]{
  --tw-translate-y: -2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:border-black-light-1{
  --tw-border-opacity: 1;
  border-color: rgb(28 31 53 / var(--tw-border-opacity));
}

.group:hover .group-hover\:shadow-xs-gray{
  --tw-shadow: 3px 3px 0 0 rgba(26,26,36,.15);
  --tw-shadow-colored: 3px 3px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px){
  .sm\:block{
    display: block;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-\[303px\]{
    height: 303px;
  }
  .sm\:h-\[428px\]{
    height: 428px;
  }
  .sm\:h-\[500px\]{
    height: 500px;
  }
  .sm\:h-\[603px\]{
    height: 603px;
  }
  .sm\:w-\[624px\]{
    width: 624px;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:text-\[18px\]{
    font-size: 18px;
  }
  .sm\:text-\[20px\]{
    font-size: 20px;
  }
  .sm\:text-\[24px\]{
    font-size: 24px;
  }
  .sm\:text-\[35px\]{
    font-size: 35px;
  }
  .sm\:text-\[36px\]{
    font-size: 36px;
  }
  .sm\:text-headline{
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0;
    font-weight: 600;
  }
  .sm\:font-bold{
    font-weight: 700;
  }
  .sm\:leading-\[41\.48px\]{
    line-height: 41.48px;
  }
  .sm\:leading-\[43\.21px\]{
    line-height: 43.21px;
  }
  .sm\:font-secondary {
    /* font-family: 'Rubik'; */
    /* change to roboto to support Vietnamese */
    font-family: roboto;
  }
}

@media (min-width: 768px){
  .md\:top-\[70\%\]{
    top: 70%;
  }
  .md\:mb-\[-20px\]{
    margin-bottom: -20px;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-3\/4{
    height: 75%;
  }
  .md\:basis-3\/5{
    flex-basis: 60%;
  }
  .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:p-0{
    padding: 0px;
  }
  .md\:pr-3{
    padding-right: 0.75rem;
  }
  .md\:text-\[15px\]{
    font-size: 15px;
  }
  .md\:text-\[18px\]{
    font-size: 18px;
  }
  .md\:text-\[20px\]{
    font-size: 20px;
  }
  .md\:text-\[24px\]{
    font-size: 24px;
  }
  .md\:text-\[28px\]{
    font-size: 28px;
  }
  .md\:text-\[32px\]{
    font-size: 32px;
  }
  .md\:text-\[42px\]{
    font-size: 42px;
  }
}

@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:relative{
    position: relative;
  }
  .lg\:right-0{
    right: 0px;
  }
  .lg\:top-0{
    top: 0px;
  }
  .lg\:top-1\/2{
    top: 50%;
  }
  .lg\:top-auto{
    top: auto;
  }
  .lg\:-ml-10{
    margin-left: -2.5rem;
  }
  .lg\:mb-\[-20px\]{
    margin-bottom: -20px;
  }
  .lg\:ml-6{
    margin-left: 1.5rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-20{
    margin-top: 5rem;
  }
  .lg\:mt-6{
    margin-top: 1.5rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline-block{
    display: inline-block;
  }
  .lg\:\!flex{
    display: flex !important;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-1\/3{
    height: 33.333333%;
  }
  .lg\:h-11{
    height: 2.75rem;
  }
  .lg\:h-\[194px\]{
    height: 194px;
  }
  .lg\:h-\[53px\]{
    height: 53px;
  }
  .lg\:h-\[58px\]{
    height: 58px;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:\!w-\[323px\]{
    width: 323px !important;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-2\/5{
    width: 40%;
  }
  .lg\:w-3\/5{
    width: 60%;
  }
  .lg\:w-\[100\%\]{
    width: 100%;
  }
  .lg\:w-\[194px\]{
    width: 194px;
  }
  .lg\:w-\[30\%\]{
    width: 30%;
  }
  .lg\:w-\[395px\]{
    width: 395px;
  }
  .lg\:w-\[450px\]{
    width: 450px;
  }
  .lg\:w-\[48\%\]{
    width: 48%;
  }
  .lg\:w-\[55\%\]{
    width: 55%;
  }
  .lg\:w-\[70\%\]{
    width: 70%;
  }
  .lg\:w-\[86\%\]{
    width: 86%;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:w-max{
    width: -moz-max-content;
    width: max-content;
  }
  .lg\:min-w-\[102px\]{
    min-width: 102px;
  }
  .lg\:min-w-\[456px\]{
    min-width: 456px;
  }
  .lg\:max-w-\[101px\]{
    max-width: 101px;
  }
  .lg\:max-w-\[160px\]{
    max-width: 160px;
  }
  .lg\:max-w-\[420px\]{
    max-width: 420px;
  }
  .lg\:max-w-\[58px\]{
    max-width: 58px;
  }
  .lg\:max-w-\[954px\]{
    max-width: 954px;
  }
  .lg\:basis-1\/3{
    flex-basis: 33.333333%;
  }
  .lg\:basis-3\/4{
    flex-basis: 75%;
  }
  .lg\:basis-4\/5{
    flex-basis: 80%;
  }
  .lg\:-translate-y-1\/2{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:translate-x-5{
    --tw-translate-x: 1.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-normal{
    justify-content: normal;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-20{
    gap: 5rem;
  }
  .lg\:gap-5{
    gap: 1.25rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:gap-y-14{
    row-gap: 3.5rem;
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .lg\:self-end{
    align-self: flex-end;
  }
  .lg\:rounded-3xl{
    border-radius: 1.5rem;
  }
  .lg\:p-12{
    padding: 3rem;
  }
  .lg\:p-9{
    padding: 2.25rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:py-\[75px\]{
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pb-\[140px\]{
    padding-bottom: 140px;
  }
  .lg\:pb-\[231px\]{
    padding-bottom: 231px;
  }
  .lg\:pl-6{
    padding-left: 1.5rem;
  }
  .lg\:pl-8{
    padding-left: 2rem;
  }
  .lg\:pr-0{
    padding-right: 0px;
  }
  .lg\:pr-10{
    padding-right: 2.5rem;
  }
  .lg\:pr-3{
    padding-right: 0.75rem;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pt-12{
    padding-top: 3rem;
  }
  .lg\:pt-40{
    padding-top: 10rem;
  }
  .lg\:pt-\[96px\]{
    padding-top: 96px;
  }
  .lg\:text-center{
    text-align: center;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-\[24px\]{
    font-size: 24px;
  }
  .lg\:text-\[25px\]{
    font-size: 25px;
  }
  .lg\:text-\[32px\]{
    font-size: 32px;
  }
  .lg\:text-\[35px\]{
    font-size: 35px;
  }
  .lg\:text-\[48px\]{
    font-size: 48px;
  }
  .lg\:text-\[56px\]{
    font-size: 56px;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-headline{
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0;
    font-weight: 600;
  }
  .lg\:text-headline-1{
    font-size: 35px;
    line-height: 38px;
    letter-spacing: 0;
    font-weight: 700;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:font-bold{
    font-weight: 700;
  }
  .lg\:leading-\[66px\]{
    line-height: 66px;
  }
}

@media (min-width: 1280px){
  .xl\:-ml-\[70px\]{
    margin-left: -70px;
  }
  .xl\:-mt-\[178px\]{
    margin-top: -178px;
  }
  .xl\:ml-\[100px\]{
    margin-left: 100px;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:grid{
    display: grid;
  }
  .xl\:min-h-10{
    min-height: 2.5rem;
  }
  .xl\:min-h-\[600px\]{
    min-height: 600px;
  }
  .xl\:min-h-\[810px\]{
    min-height: 810px;
  }
  .xl\:w-1\/3{
    width: 33.333333%;
  }
  .xl\:w-2\/3{
    width: 66.666667%;
  }
  .xl\:w-\[287px\]{
    width: 287px;
  }
  .xl\:max-w-\[220px\]{
    max-width: 220px;
  }
  .xl\:max-w-\[400px\]{
    max-width: 400px;
  }
  .xl\:max-w-\[500px\]{
    max-width: 500px;
  }
  .xl\:translate-y-0{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:items-start{
    align-items: flex-start;
  }
  .xl\:items-center{
    align-items: center;
  }
  .xl\:gap-0{
    gap: 0px;
  }
  .xl\:gap-12{
    gap: 3rem;
  }
  .xl\:gap-16{
    gap: 4rem;
  }
  .xl\:gap-2{
    gap: 0.5rem;
  }
  .xl\:gap-20{
    gap: 5rem;
  }
  .xl\:gap-6{
    gap: 1.5rem;
  }
  .xl\:gap-8{
    gap: 2rem;
  }
  .xl\:border-b-0{
    border-bottom-width: 0px;
  }
  .xl\:border-r{
    border-right-width: 1px;
  }
  .xl\:p-24{
    padding: 6rem;
  }
  .xl\:p-36{
    padding: 9rem;
  }
  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:px-\[100px\]{
    padding-left: 100px;
    padding-right: 100px;
  }
  .xl\:px-\[72px\]{
    padding-left: 72px;
    padding-right: 72px;
  }
  .xl\:px-\[73px\]{
    padding-left: 73px;
    padding-right: 73px;
  }
  .xl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .xl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .xl\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .xl\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .xl\:py-\[62px\]{
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .xl\:pb-0{
    padding-bottom: 0px;
  }
  .xl\:pb-20{
    padding-bottom: 5rem;
  }
  .xl\:pb-6{
    padding-bottom: 1.5rem;
  }
  .xl\:pb-\[164px\]{
    padding-bottom: 164px;
  }
  .xl\:pb-\[43px\]{
    padding-bottom: 43px;
  }
  .xl\:pl-0{
    padding-left: 0px;
  }
  .xl\:pl-4{
    padding-left: 1rem;
  }
  .xl\:pt-9{
    padding-top: 2.25rem;
  }
  .xl\:pt-\[25px\]{
    padding-top: 25px;
  }
  .xl\:pt-\[50px\]{
    padding-top: 50px;
  }
  .xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .xl\:text-\[36px\]{
    font-size: 36px;
  }
  .xl\:text-\[50px\]{
    font-size: 50px;
  }
  .xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .xl\:text-headline-1{
    font-size: 35px;
    line-height: 38px;
    letter-spacing: 0;
    font-weight: 700;
  }
  .xl\:font-semibold{
    font-weight: 600;
  }
}

@media (min-width: 1358px){
  .\32xl\:absolute{
    position: absolute;
  }
  .\32xl\:-left-8{
    left: -2rem;
  }
  .\32xl\:top-\[53px\]{
    top: 53px;
  }
  .\32xl\:translate-x-14{
    --tw-translate-x: 3.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .\32xl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .\32xl\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .\32xl\:pl-6{
    padding-left: 1.5rem;
  }
  .\32xl\:pr-6{
    padding-right: 1.5rem;
  }
}

