/*
! tailwindcss v3.2.7 | 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.
*/

html {
  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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-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;
}

/*
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-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-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%;
}

@media (min-width: 380px) {
  .container {
    max-width: 380px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 900px) {
  .container {
    max-width: 900px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1170px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1272px) {
  .container {
    max-width: 1272px;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1300px;
  }
}

@media (min-width: 1352px) {
  .container {
    max-width: 1352px;
  }
}

@media (min-width: 1432px) {
  .container {
    max-width: 1432px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1500px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

@media (min-width: 1700px) {
  .container {
    max-width: 1700px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1800px;
  }
}

@media (min-width: 2560px) {
  .container {
    max-width: 2560px;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-left-0 {
  left: -0px;
}

.-left-4 {
  left: -1rem;
}

.-right-4 {
  right: -1rem;
}

.-top-4 {
  top: -1rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-\[8vh\] {
  bottom: 8vh;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-4 {
  left: 1rem;
}

.left-5 {
  left: 1.25rem;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-\[20\%\] {
  top: 20%;
}

.top-\[76px\] {
  top: 76px;
}

.top-\[95\%\] {
  top: 95%;
}

.top-\[calc\(100\%_\+_4px\)\] {
  top: calc(100% + 4px);
}

.z-10 {
  z-index: 10;
}

.z-\[999\] {
  z-index: 999;
}

.float-left {
  float: left;
}

.m-auto {
  margin: auto;
}

.\!my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.-ml-\[100px\] {
  margin-left: -100px;
}

.-ml-\[calc\(375px\/2\)\] {
  margin-left: calc(calc(375px / 2) * -1);
}

.-mr-12 {
  margin-right: -3rem;
}

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

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.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;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.\!h-9 {
  height: 2.25rem !important;
}

.h-1\/2 {
  height: 50%;
}

.h-10 {
  height: 2.5rem;
}

.h-16 {
  height: 4rem;
}

.h-5 {
  height: 1.25rem;
}

.h-\[373px\] {
  height: 373px;
}

.h-\[375px\] {
  height: 375px;
}

.h-\[72px\] {
  height: 72px;
}

.h-\[calc\(100vh_-_132px\)\] {
  height: calc(100vh - 132px);
}

.h-\[calc\(100vh_-_56px\)\] {
  height: calc(100vh - 56px);
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-\[373px\] {
  max-height: 373px;
}

.min-h-\[375px\] {
  min-height: 375px;
}

.min-h-\[40px\] {
  min-height: 40px;
}

.\!w-9 {
  width: 2.25rem !important;
}

.w-1\/2 {
  width: 50%;
}

.w-10 {
  width: 2.5rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[224px\] {
  width: 224px;
}

.w-\[238px\] {
  width: 238px;
}

.w-\[273px\] {
  width: 273px;
}

.w-\[275px\] {
  width: 275px;
}

.w-\[30px\] {
  width: 30px;
}

.w-\[375px\] {
  width: 375px;
}

.w-\[46px\] {
  width: 46px;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[72px\] {
  width: 72px;
}

.w-\[calc\(100\%-120px\)\] {
  width: calc(100% - 120px);
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-\[1240px\] {
  max-width: 1240px;
}

.max-w-\[180px\] {
  max-width: 180px;
}

.max-w-\[824px\] {
  max-width: 824px;
}

.max-w-\[70\%\] {
  max-width: 70%;
}

.max-w-\[740px\] {
  max-width: 740px;
}

.max-w-\[820px\] {
  max-width: 820px;
}

.max-w-\[830px\] {
  max-width: 830px;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-screen-4xl {
  max-width: 1432px;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-\[0_0_36px\] {
  flex: 0 0 36px;
}

.flex-\[0_0_64px\] {
  flex: 0 0 64px;
}

.-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));
}

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-\[200px_200px\] {
  grid-template-columns: 200px 200px;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-\[160px\] {
  row-gap: 160px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[12px_56px_12px_12px\] {
  border-radius: 12px 56px 12px 12px;
}

.rounded-\[12px_80px\] {
  border-radius: 12px 80px;
}

.rounded-\[40px_8px\] {
  border-radius: 40px 8px;
}

.rounded-\[6px_40px\] {
  border-radius: 6px 40px;
}

.rounded-\[8px_40px\] {
  border-radius: 8px 40px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-b-\[2px\] {
  border-bottom-width: 2px;
}

.border-l {
  border-left-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-\[\#dbdbdb\] {
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
}

.border-\[\#ddd\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}

.border-\[\#dedede\] {
  --tw-border-opacity: 1;
  border-color: rgb(222 222 222 / var(--tw-border-opacity));
}

.border-\[\#e5e5e5\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-\[\#ebebeb\] {
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity));
}

.border-b-cus-black\/10 {
  border-bottom-color: rgb(16 16 16 / 0.1);
}

.border-b-cus-black\/20 {
  border-bottom-color: rgb(16 16 16 / 0.2);
}

.border-l-cus-black\/10 {
  border-left-color: rgb(16 16 16 / 0.1);
}

.border-r-cus-black\/10 {
  border-right-color: rgb(16 16 16 / 0.1);
}

.border-t-cus-black\/10 {
  border-top-color: rgb(16 16 16 / 0.1);
}

.border-t-gray-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.bg-\[\#00000085\] {
  background-color: #00000085;
}

.bg-\[\#2478B4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(36 120 180 / var(--tw-bg-opacity));
}

.bg-\[\#3590D6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(53 144 214 / var(--tw-bg-opacity));
}

.bg-\[\#385086\] {
  --tw-bg-opacity: 1;
  background-color: rgb(56 80 134 / var(--tw-bg-opacity));
}

.bg-\[\#42BA60\] {
  --tw-bg-opacity: 1;
  background-color: rgb(66 186 96 / var(--tw-bg-opacity));
}

.bg-\[\#A10413\] {
  --tw-bg-opacity: 1;
  background-color: rgb(161 4 19 / var(--tw-bg-opacity));
}

.bg-\[\#F1F1F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}

.bg-\[\#f4f4f4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.bg-cus-f5 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-cus-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}

.bg-cus-gray\/50 {
  background-color: rgb(237 237 237 / 0.5);
}

.bg-cus-red {
  --tw-bg-opacity: 1;
  background-color: rgb(174 0 24 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[url\(\'images\/form\.png\'\)\] {
  background-image: url('images/form.png');
}

.bg-\[url\(\'images\/icon\/phone\.png\'\)\] {
  background-image: url('images/icon/phone.png');
}

.bg-\[url\(\'images\/round\.png\'\)\] {
  background-image: url('images/round.png');
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[1rem_3rem\] {
  padding: 1rem 3rem;
}

.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-\[100\%\] {
  padding-top: 100%;
}

.pt-\[20\%\] {
  padding-top: 20%;
}

.pt-\[50\%\] {
  padding-top: 50%;
}

.pt-\[60\%\] {
  padding-top: 60%;
}

.pt-\[65\%\] {
  padding-top: 65%;
}

.pt-\[70\%\] {
  padding-top: 70%;
}

.pt-\[70px\] {
  padding-top: 70px;
}

.pt-\[80\%\] {
  padding-top: 80%;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.font-nunito {
  font-family: Nunito, sans-serif;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.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;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-none {
  line-height: 1;
}

.text-\[\#8f8f8f\] {
  --tw-text-opacity: 1;
  color: rgb(143 143 143 / var(--tw-text-opacity));
}

.text-\[\#ddd\] {
  --tw-text-opacity: 1;
  color: rgb(221 221 221 / var(--tw-text-opacity));
}

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

.text-cus-black {
  --tw-text-opacity: 1;
  color: rgb(16 16 16 / var(--tw-text-opacity));
}

.text-cus-red {
  --tw-text-opacity: 1;
  color: rgb(174 0 24 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));
}

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.drop-shadow-\[0_0_1px_\#cccccc\] {
  --tw-drop-shadow: drop-shadow(0 0 1px #cccccc);
  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);
}

.drop-shadow-\[0px_15px_30px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-drop-shadow: drop-shadow(0px 15px 30px rgba(0,0,0,0.08));
  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, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-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;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.rotate-y-180 {
  transform: rotateY(180deg);
}

.zoom-75 {
  zoom: 0.75;
}

:root {
  --color-primary: #333333;
  --color-active: #AE1128;
}

html:not(.mac)::-webkit-scrollbar, html:not(.mac) *::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}

html:not(.mac)::-webkit-scrollbar-thumb, html:not(.mac) *::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

html:not(.mac)::-webkit-scrollbar-track, html:not(.mac) *::-webkit-scrollbar-track {
  background-color: #eee;
}

html {
  margin-top: 0 !important
}

body {
  max-width: 1920px;
  margin: 0 auto;
  font-size: 16px;
  font-family: 'Lexend', sans-serif;
  color: var(--color-primary);
  font-weight: normal;
}

.max-content {
  max-width: 1200px;
  margin: 0 auto
}

.content-editor strong {
  font-family: 'Lexend', sans-serif;
}
.content-editor > div[dir='auto']{
  margin-bottom: 1rem;
  float: left;
  clear: both;
  width: 100%;
}
.content-editor ol {
  list-style: decimal;
  padding-left: 15px;
  margin-left: 1.5rem;
}
.content-editor ul {
  list-style: disc;
  padding-left: 15px;
  margin-left: 1.5rem;
}

.text-split-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.text-split-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.text-split-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}

.text-split-8 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 8;
}

.bg-gadient {
  background-image: linear-gradient(to right, #ff6b00, #ff9000);
}

.bg-gadient-1 {
  background-image: linear-gradient( #fff0, #ff7f00);
}

.bg-gadient-white {
  background-image: linear-gradient(#fff0, #fff);
}

.bg-gadient-red {
  background-image: linear-gradient(to right, #dc3232, #dd5b5b);
}

.content-main{
  max-width: 1220px;
  margin: 40px auto
}

.share{
  padding: 10px;
  border:1px solid #ddd;
  background: #f4f4f4;
  border-radius: 8px;
  margin-top: 20px
}

.aligncenter{
  margin: auto;
}

/* menu */

.main-menu-header {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
}

#header-menu {
  list-style: none;
  padding: 0px;
  margin: 0;
}

#header-menu >li.menu-item {
  padding: 26px 0px;
  position: relative;
}

#header-menu a {
  color: var(--color-primary);
  transition: 0.3s;
  font-size: 16px;
}

#header-menu a:hover {
  color: var(--color-active);
}

#header-menu li>ul .current-menu-item >a {
  background-color: var(--color-active) !important;
  font-weight: bold;
  color: white!important;
}
#header-menu li>ul li.current-menu-parent>a{
  background-color: var(--color-active) !important;
  font-weight: bold;
  color: white!important;
}
#header-menu li>ul {
  margin: 0;
  top: 100%;
  width: 250px;
  background: #fff;
  border-radius: 3px;
  list-style: none;
  position: absolute;
  z-index: 999;
  box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
  transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 0 0;
  transition: all .5s ease;
  left: 50%;
  margin-left: -125px;
}

#header-menu li>ul a {
  display: block;
  padding: 9px 10px;
  transition: 0.5s;
  font-size: 14px;
  color: black !important;
  border-bottom: 1px solid #ddd;
  text-transform: capitalize;
}

#header-menu li:hover>ul {
  transform: rotate3d(0, 0, 0, 0deg);
}

#header-menu >li:last-child>ul {
  left: unset;
  right: 0;
}

#footer-menu .sub-menu {
  display: none !important
}

#header-menu li>ul:before {
  content: '';
  position: absolute;
  left: 4px;
  bottom: 100%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
}

.current-menu-item >a {
  color: var(--color-active) !important;
  font-weight: bold;
}

.hc-nav-trigger.hc-nav-1{
  display: none!important;
}

/* #header-menu li>ul li{
    position: relative;
}
#header-menu li>ul li ul{
    top: 0;
    left: 100%;
    margin-left: 0
} */

.view-all-mobile {
  background: url(images/menu.png)right -11px no-repeat;
  transition: 0.5s;
  width: 35px;
  height: 18px;
}

.mask{
  -webkit-mask-image: url('images/mark.png');
  mask-image: url('images/mark.png');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom 7% right 20%;
  mask-position: bottom 7% right 20%;
}

@media (max-width: 768px) {
  .mask{
    -webkit-mask-size: 100%;
    mask-size: 100%;
  }
}

.swiper-3d .swiper-slide-shadow{
  background: transparent!important;
}

.footer-title{
  font-size: 16px;
  color: var(--red, #AE1128);
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 24px;
}

#footer-about li a, .footer-service li a{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 1rem;
}

#footer-about li a:hover, .footer-service li a:hover{
  transition: .3s all;
  color: var(--color-active);
}

.line-cap-7{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.line-cap-4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.line-cap-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-cap-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-cap-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/* slider */

.control-slideshow {
  position: absolute;
  z-index: 2;
  top: calc(50% - 29px/2);
  width: 18px;
  height: 29px;
  text-align: center;
  cursor: pointer;
  margin: 0px;
}

.prev-slideshow {
  left: 40px;
}

.next-slideshow {
  right: 40px;
}

.slider__owl .owl-dots {
  margin-right: 0px !important;
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  z-index: 3;
}

.btn-more {
  display: inline-block;
  padding: 7px 46px 7px 23px;
  background: #8dc63f url(images/muiten.png) 142px center no-repeat;
  color: #fff;
  border-radius: 31px;
  letter-spacing: 0.7px;
  transition: 0.3s;
}

.btn-more:hover {
  background: #009bdf url(images/muiten.png) 142px center no-repeat;
  cursor: pointer;
}

.btn-more-m {
  display: inline-block;
  padding: 7px 46px 7px 23px;
  background: #8dc63f;
  color: #fff;
  border-radius: 31px;
  letter-spacing: 0.7px;
  transition: 0.3s;
  position: relative;
}

.btn-more-m:before {
  content: '';
  position: absolute;
  background: url(images/muiten.png) no-repeat;
  width: 24px;
  height: 24px;
  right: 10px;
  top: calc(50% - 24px/2)
}

.btn-more-m:hover {
  background: #1a549b;
  cursor: pointer;
}

.scale img {
  overflow: hidden;
  transition: 0.5s
}

.scale:hover img {
  transform: scale(1.1)
}

.slider__owl .owl-stage-outer {
  height: 100%;
}

.owl-carousel .owl-stage{
  height: 100%;
}

.slider__owl .owl-item{
  height: 100%;
}

.img-slider img{
  height: 100%;
}

/* video */

.course-online {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
}

.sec-head.sec-head-1 {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec-head.sec-head-1 .heading {
  font-size: 20px;
  font-weight: 800;
}

.sec-content .video-youtube {
  margin-bottom: 25px;
}

.sec-content .video-youtube iframe {
  width: 100%;
  height: 459px;
}

.course-online .sec-body {
  padding: 20px 0;
}

.course-online .sec-body .intro .title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
}

.aside-course-online .sec-head {
  padding: 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
}

.sec-head.sec-head-1 .heading {
  font-size: 20px;
  font-weight: 800;
}

.aside-course-online .sec-body {
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 5px 5px;
  max-height: 751px;
  overflow-y: scroll;
}

.aside-course-online ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.aside-course-online .sec-body .list-lesson li.lesson-active {
  background: #F9E2E3;
}

.aside-course-online .sec-body .list-lesson li {
  padding: 15px;
  background: #fff;
}

.aside-course-online .sec-body .list-lesson li .item .lesson-info svg {
  margin-right: 5px;
}

.svg-inline--fa.fa-w-16 {
  width: 1.2em;
}

.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}

.aside-course-online .sec-body::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.aside-course-online .sec-body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #7d8698), color-stop(0.72, #374a63), color-stop(0.86, #030403));
}

.aside-course-online .sec-body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.list-lesson li:hover{
  background: #e3dfdf !important;
  cursor: pointer;
}

/* step */

.picture-icon:before {
  content: '';
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 10px;
  top: 10px;
  border: 1px dashed var(--color-primary);
  border-radius: 50%
}

.shadow-custom {
  box-shadow: 0px 8px 27px rgba(0, 0, 0, 0.08);
}

.item-step:nth-child(even) {
  background: #0081a9
}

.item-step:nth-child(even) span {
  color: #fff
}

.item-step:nth-child(even) .content-color {
  color: #fff
}

.item-step:nth-child(even) img {
  filter: brightness(0) invert(1);
}

/* number */

.item-number:nth-child(1) {
  background: #0087af
}

.item-number:nth-child(2) {
  background: #ff7e00
}

.item-number:nth-child(3) {
  background: #ffc700
}

.item-number:nth-child(4) {
  background: #7a7a7a
}

/* boostrap */

.dropdown, .dropup {
  position: relative;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

.btn {
  position: relative;
  width: 100%;
  display: inline-block;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 10px 0px;
  font-size: 15px;
  color: #8dc63f;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-bottom: 1px solid #8dc63f;
}

.dropdown-toggle::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 0;
  top: 18px;
  height: 0;
  right: 0px;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.5em solid;
  border-right: 0.5em solid transparent;
  border-bottom: 0;
  border-left: 0.5em solid transparent;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0px !important;
  z-index: 1000;
  display: none;
  float: left;
  width: calc(100% - 1px);
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-size: 14px;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover {
  color: #8dc63f
}

.dropdown-menu.show {
  display: block;
}

/* accodion */

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
}

#accordion .card-header {
  padding: 0px;
  background-color: #fff0;
}

#accordion .card-header .btn-link {
  width: 100%;
  text-align: left;
  text-transform: capitalize;
  color: black;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  padding: 6px 0px;
  background: #fff0;
  transition: 0.3s;
  white-space: unset;
  position: relative;
  outline: none;
  padding-right: 50px;
  border-bottom: 2px solid #dddddd;
}

#accordion .card-header .btn-link.collapsed {
  background: #fff0;
  border-bottom: 2px solid #fff;
}

#accordion .card-header .btn-link:before {
  content: '';
  position: absolute;
  right: 0px;
  top: 5px;
  width: 23px;
  height: 23px;
  border-radius: 4px;
  background: url(images/minus.svg) right center no-repeat;
  transition: 0.3s;
  white-space: unset;
}

#accordion .card-header .btn-link.collapsed:before {
  background: url(images/plus.svg) right center no-repeat;
}

#accordion .card {
  margin-bottom: 5px;
  border: none
}

#accordion .card .card-body {
  padding: 0px;
  color: #00000075;
  font-size: 14px;
  margin: 13px 0px 10px 0px;
  font-weight: 600;
}

#accordion .card .card-body strong {
  font-family: 'PoppinsBold';
  font-weight: normal
}

.collapse {
  display: none
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0.25rem;
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  border: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 10px 0px;
  font-size: 15px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.collapse.show {
  display: block;
  visibility: visible;
}

/* form */

.form-item {
  margin-bottom: 12px
}

.form-item span {
  display: block;
}

.form-item:nth-child(5) {
  margin-bottom: 8px
}

.form-button {
  text-align: center;
  margin-top: 20px
}

.form-button input {
  background: #8dc63f url(images/row.png)122px center no-repeat;
  padding: 7px 57px 7px 20px;
  color: #fff;
  border-radius: 20px;
  transition: 0.3s
}

.form-button input:hover {
  padding: 7px 67px 7px 30px;
  cursor: pointer;
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea, .wpcf7-form-control-wrap select {
  height: 40px;
  border: none;
  text-indent: 30px;
  border-radius: 30px;
  background: #fff;
  width: 100%;
  outline: none;
  font-size: 15px
}

.wpcf7-form-control-wrap select {
  font-size: 15px;
  position: relative;
  color: #848484;
  -webkit-appearance: none;
  background: #fff
}

.select-arrow:before {
  content: '';
  position: absolute;
  right: 20px;
  top: calc(50% - 6px/2);
  background: url(images/arrows.png) center no-repeat;
  width: 12px;
  height: 6px;
  z-index: 1;
}

.wpcf7-form-control-wrap input::-webkit-input-placeholder {
  color: #848484;
  font-size: 15px;
  font-family: var(--font-bold);
}

.wpcf7-form-control-wrap input:-moz-placeholder {
  color: #848484;
  font-size: 15px;
  font-family: var(--font-bold);
}

.wpcf7-form-control-wrap input::-moz-placeholder {
  color: #848484;
  font-size: 15px;
  font-family: var(--font-bold);
}

.wpcf7-form-control-wrap input:-ms-input-placeholder {
  color: #848484;
  font-size: 15px;
  font-family: var(--font-bold);
}

.wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
  color: #848484;
  font-size: 15px;
  font-family: var(--font-bold);
}

.wpcf7-form-control-wrap textarea:-moz-placeholder {
  color: #848484;
  font-size: 15px;
  font-family: var(--font-bold);
}

.wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: #848484;
  font-size: 15px;
  font-family: var(--font-bold);
}

.wpcf7-form-control-wrap textarea:-ms-input-placeholder {
  color: #848484;
  font-size: 15px;
  font-family: var(--font-bold);
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 5px 24px;
  position: absolute;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 12px;
  font-weight: normal;
  display: block;
  padding-left: 22px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background: #f1f6f9;
  padding: 30px;
  border-color: #d82020;
  border-radius: 5px
}

.change select {
  background: url(images/arrows.png) 360px center no-repeat;
}

.wpcf7-submit {
  padding: 9px 23px;
  background: #fff;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 30px;
  color: var(--color-primary);
  border: 1px solid #fff;
  transition: 0.3s;
  cursor: pointer;
}

.wpcf7-submit:hover {
  background: var(--color-primary);
  color: #fff
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  background: #dc3232;
  border-radius: 15px;
  border: 2px solid #fff;
  padding: 13px;
  color: #ffff;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: normal;
  display: block;
  text-align: left;
  padding-left: 0px
}

/* album */

.swiper-album .swiper-slide-active .opacity-1 {
  opacity: 0
}

.pbWrapper img {
  display: inline-block
}

.pic-why img {
  filter: sepia(243%) hue-rotate(326deg) saturate(900%);
}

/* footer */

#footer-menu a {
  transition: 0.3s;
  margin-bottom: 16px;
  display: block;
}

#footer-menu a:hover {
  color: var(--color-active);
}

.item-info:nth-child(1) {
  background: url('images/i1.png')top left no-repeat
}

.item-info:nth-child(2) {
  background: url('images/i2.png')top left no-repeat
}

.item-info:nth-child(3) {
  background: url('images/i3.png')top left no-repeat
}

.form-item.mb-0 {
  margin-bottom: 0px
}

.form-item.mt-30 {
  margin-top: 15px
}

.slick-step .slick-prev, .slick-step .slick-next {
  width: 15px;
  height: 24px;
  top: calc(50% - 4px/2)
}

.slick-step .slick-prev {
  background: url('images/icon/but-left.svg')center no-repeat;
  left: 0px
}

.slick-step .slick-next {
  background: url('images/icon/but-right.svg')center no-repeat;
  right: 0px
}

.slick-step .slick-prev:before, .slick-step .slick-next:before {
  display: none
}

.slick-step .slick-current .circle {
  background-image: linear-gradient(to right, #ff6b00, #ff9000);
}

.slick-step .slick-current .circle span {
  color: #fff
}

.slick-step .slick-current .circle:before {
  border-color: var(--color-primary)
}

.slick-step .slick-current .circle:after {
  background-color: var(--color-primary)
}

/* video */

.items-video:hover .over-box {
  opacity: 1
}

/* khoa hoc */

.item-in-why {
  opacity: 0.6;
}

.slick-why .slick-current +.slick-slide .item-in-why {
  opacity: 1;
}

.inline-block-pic {
  display: inline-block !important;
  width: unset !important
}

.item-block:after {
  content: '';
  position: absolute;
  right: -13px;
  border-top: 5px solid transparent;
  border-left: 5px solid #0081a8;
  border-bottom: 5px solid transparent;
  top: calc(50% - 5px)
}

.item-block:nth-child(even) .images-block {
  background: #ffaa00
}

.item-block:nth-child(even):before {
  background: #ffaa00
}

.item-block:nth-child(even):after {
  border-left: 5px solid #ffaa00
}

.swiper-hocvien .swiper-slide-next + .swiper-slide .item-step {
  background: #fff;
  box-shadow: 0px 8px 27px rgb(0 0 0 / 8%);
}

/* table khoa hoc */

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table-responsive .table-1 {
  min-width: 53.875rem;
}

.table-responsive .table {
  min-width: 37.5rem;
}

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

.table > thead {
  vertical-align: bottom;
}

.tablepress{
  border-color: #e4e4e4;
  border-radius: 17px;
  overflow: hidden;
}

thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 1px;    
  font-size: 15px
}

.tablepress>:not(caption)>*>* {
  border:1px solid #e4e4e4
}

.table-1 .column-2 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.table-1 .column-3 {
  padding-left: 1rem;
}

.tablepress thead tr th{
  white-space: nowrap;
  background-image: linear-gradient(#0087b0, #007395);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
  padding: 12px 10px;
  border:none !important;
}

.tablepress thead tr td{
  border-right: 1px solid #e4e4e4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tablepress>:where(tbody)>.odd>* {
  background-color: #ffe6cd;
  color: var(--odd-text-color);
}

.tablepress>:where(tbody)>.even .column-1{
  color: var(--color-primary)
}

.tablepress>:where(tbody) .column-6{
  background: #fff !important;
  padding: 4px 0px;
}

.tablepress th, .tablepress td {
  vertical-align: middle;
  text-align: center;
  padding: 14px 10px;
}

.btn-dangky{
  display: inline-block;
  padding: 6px 26px;
  background-image: linear-gradient(to right, #ff6b00, #ff9000);
  border-radius: 21px;
  color: #fff;
  font-size: 13px;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table-1 thead tr th:last-child {
  border-top-right-radius: 0.5rem;
}

.table-1 th:last-child, .table-1 td:last-child {
  padding-right: 1rem;
}

.table-1 .column-7 {
  width: 1%;
  text-align: right;
}

.table-1 tbody .column-2 {
  width: 21.20075%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #F9F9F9;
  vertical-align: top;
}

.text-info {
  color: #006CC2 !important;
}

.register .btn_submit {
  background-color: var(--color-active);
  right: 4px;
  border-radius: 25px;
  top: 6px;
}

.register .btn_submit input{
  background: transparent;
  color: white;
  font-family: 'Lexend', sans-serif;
  font-weight: 500;
  border-color: var(--color-active);
}

.register .wpcf7-not-valid-tip{
  color: red;
}

.register .wpcf7-spinner{
  right: 114px;
  top: 5px;
}

.form_register input:focus, .form_register textarea:focus, .formContact input:focus, .formContact textarea:focus{
  border: 1px solid var(--color-active)!important;
}

/* mobile */

.hc-offcanvas-nav #csl-logo-block-link {
  display: block !important;
  padding: 20px 10px !important;
}

.hc-offcanvas-nav .csl-customsite-logo {
  margin: 0 auto
}

/* cam nhan */

.swiper-camnhan .swiper-slide-prev .item-customer:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%; ; background: linear-gradient(89.66deg, #eeeeee 41%, rgba(217, 217, 217, 0) 88.95%);
}

.swiper-camnhan .swiper-slide-next .item-customer:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%; ; background: linear-gradient(89.66deg, #eeeeee 41%, rgba(217, 217, 217, 0) 88.95%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.formContact .group{
  width: 48.5%;
  margin-bottom: 2rem;
}

.formContact .group label{
  margin-bottom: 4px;
  display: inline-block;
}

.formContact input{
  border: 1px solid rgb(97 97 97 / 20%);
  border-radius: 6px;
}

.formContact input::-moz-placeholder{
  font-family: "Nunito", sans-serif;
}

.formContact input::placeholder{
  font-family: "Nunito", sans-serif;
}

.formContact textarea{
  border: 1px solid rgb(97 97 97 / 20%);
  height: 120px;
  border-radius: 6px;
  padding-top: 10px;
}

.formContact input[type="submit"]{
  background-image: linear-gradient(to right, #ae1128, #ae1128);
  color: white;
  margin-top: 2rem;
}

.formContact .wpcf7-not-valid-tip{
  color: red;
}

#primary .entry-content .title-main{
  margin-bottom: 1rem;
}

#primary .entry-content form{
  width: 595px;
}

#primary .entry-content form p{
  font-size: 16px;
  margin-bottom: 0;
}

#primary .entry-content form label{
  margin-bottom: 4px;
  display: inline-block;
  width: 100%;
}

#primary .entry-content form input{
  border: 1px solid rgb(97 97 97 / 20%);
  border-radius: 6px;
}

#primary .entry-content form input::-moz-placeholder{
  font-family: "Nunito", sans-serif;
}

#primary .entry-content form input::placeholder{
  font-family: "Nunito", sans-serif;
}

#primary .entry-content form textarea{
  border: 1px solid rgb(97 97 97 / 20%);
  height: 120px;
  border-radius: 6px;
  padding-top: 10px;
  width: 100%;
}

#primary .entry-content form input[type="submit"]{
  background-image: linear-gradient(to right, #ae1128, #ae1128);
  color: white;
}

.toTop{
  position: fixed;
  bottom: 1rem;
  right: 1.2rem;
  z-index: 9999;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: var(--color-active);
  border: 1px solid #ebebeb;
  border-radius: 50%;
  color: #000;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 40px;
}

.pagination a, .page-numbers{
  width: 30px;
  height: 30px;
  border: 1px solid #616161;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  font-size: 14px;
}

.pagination a:hover{
  border-color: var(--color-active);
  color: var(--color-active);
}

.pagination .current{
  background-color: var(--color-active);
  border-color: var(--color-active);
  color: white;
}

.form_register input[type="submit"]:hover{
  transition: all 0.3s;
  transform: translateY(-0.25rem);
}

.formAks input, .formAks textarea{
  border: 1px solid;
  border-radius: 4px;
}

.formAks input:focus, .formAks textarea:focus{
  border-color: var(--color-active);
}

.formAks textarea{
  height: 100px;
}

.formAks h2{
  font-size: 16px;
  color: var(--color-active);
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.formAks label{
  font-size: 14px;
  font-weight: 800;
  color: black;
  margin-bottom: 5px;
}

.formAks input{
  font-weight: normal;
}

.formAks input[type="submit"]{
  background-image: linear-gradient(to right, #ae1128, #ae1128);
  color: white;
  margin-top: 2rem;
  transition: all 0.3s;
}

.formAks input[type="submit"]:hover{
  transform: translateY(-0.25rem);
}

@media screen and (min-width:1024px) {
  .swiper-tieuchi .swiper-slide-next {
    transform: scale(1.15);
    position: relative;
    z-index: 11;
  }

  .swiper-tieuchi .swiper-slide-next .items-icon .picture-icon {
    transform: scale(1.25)
  }

  .swiper-tieuchi .swiper-slide-next .items-icon .picture-icon img {
    filter: sepia(243%) hue-rotate(188deg) saturate(970%);
  }

  .swiper-tieuchi .swiper-slide-next .items-icon .picture-icon:before {
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    left: 7px;
    top: 7px;
    border: 1px dashed #0087b0
  }

  .swiper-tieuchi .swiper-slide-next .items-icon {
    background-image: linear-gradient(#0087b0, #007395);
  }

  .swiper-tieuchi .swiper-slide-next .items-icon span {
    color: #fff;
    margin-top: 20px
  }

  .swiper-tieuchi .swiper-slide-next .items-icon .content-color {
    color: #fff;
    font-size: 12px
  }
}

@media screen and (max-width:1024px) {
  .max-content {
    padding: 0px 10px;
  }

  .item-step:before {
    display: none
  }

  #csl-customsite-logo{
    width: 100% !important;
    height: 100% !important;
  }

  .content-main{
    max-width: 1220px;
    margin: 40px auto;
    padding: 0px 10px;
  }
}

@media screen and (max-width:768px) {
  .hc-nav-trigger.hc-nav-1{
    display: block!important;
  }
}

@media screen and (max-width:600px) {
  #primary .entry-content form label{
    width: 100%;
  }

  #primary .entry-content form{
    width: 100%;
  }

  #primary .entry-content p{
    margin-bottom: 0;
  }
}

@media screen and (max-width:500px) {
  .form-contact .form-item {
    margin-bottom: 10px
  }

  .gappad {
    gap: 10px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .form-item {
    margin-bottom: 0px
  }
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:bottom-\[-1px\]::before {
  content: var(--tw-content);
  bottom: -1px;
}

.before\:bottom-\[-2px\]::before {
  content: var(--tw-content);
  bottom: -2px;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:w-\[65px\]::before {
  content: var(--tw-content);
  width: 65px;
}

.before\:border-b-\[1px\]::before {
  content: var(--tw-content);
  border-bottom-width: 1px;
}

.before\:border-b-\[2px\]::before {
  content: var(--tw-content);
  border-bottom-width: 2px;
}

.before\:border-\[\#f26f6f\]::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(242 111 111 / var(--tw-border-opacity));
}

.before\:border-primary::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(97 97 97 / var(--tw-border-opacity));
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.last\:border-none:last-child {
  border-style: none;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.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));
}

.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-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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\.1\]:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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\:bg-cus-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(174 0 24 / var(--tw-bg-opacity));
}

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

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:\!text-cus-red:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(174 0 24 / var(--tw-text-opacity)) !important;
}

.hover\:text-\[\#f40000\]:hover {
  --tw-text-opacity: 1;
  color: rgb(244 0 0 / var(--tw-text-opacity));
}

.hover\:text-cus-default:hover {
  --tw-text-opacity: 1;
  color: rgb(255 123 0 / var(--tw-text-opacity));
}

.hover\:text-cus-red:hover {
  --tw-text-opacity: 1;
  color: rgb(174 0 24 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));
}

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

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

.hover\:opacity-80:hover {
  opacity: 0.8;
}

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

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.group:hover .group-hover\:scale-105 {
  --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));
}

.group:hover .group-hover\:text-cus-red {
  --tw-text-opacity: 1;
  color: rgb(174 0 24 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:rotate-y-0 {
  transform: rotateY(0deg);
}

.group:hover .group-hover\:rotate-y-180 {
  transform: rotateY(180deg);
}

@media (prefers-color-scheme: dark) {
  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

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

  .dark\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  }

  .dark\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 640px) {
  .sm\:bottom-\[10vh\] {
    bottom: 10vh;
  }

  .sm\:left-10 {
    left: 2.5rem;
  }

  .sm\:top-10 {
    top: 2.5rem;
  }

  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:h-14 {
    height: 3.5rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-14 {
    width: 3.5rem;
  }

  .sm\:w-\[351px\] {
    width: 351px;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-\[63px\] {
    padding-left: 63px;
    padding-right: 63px;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:py-\[70px\] {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .sm\:pt-\[70\%\] {
    padding-top: 70%;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-\[40px\] {
    font-size: 40px;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\: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);
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:-ml-\[calc\(430px\/2\)\] {
    margin-left: calc(calc(430px / 2) * -1);
  }

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

  .md\:mt-11 {
    margin-top: 2.75rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:h-\[430px\] {
    height: 430px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:min-h-\[430px\] {
    min-height: 430px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-\[150px\] {
    width: 150px;
  }

  .md\:w-\[180px\] {
    width: 180px;
  }

  .md\:w-\[230px\] {
    width: 230px;
  }

  .md\:w-\[430px\] {
    width: 430px;
  }

  .md\:w-\[70px\] {
    width: 70px;
  }

  .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\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-\[230px_230px\] {
    grid-template-columns: 230px 230px;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-\[14px\] {
    font-size: 14px;
  }

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[19px\] {
    font-size: 19px;
  }

  .md\:text-\[22px\] {
    font-size: 22px;
  }

  .md\:text-\[24px\] {
    font-size: 24px;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 900px) {
  .ms\:w-5\/12 {
    width: 41.666667%;
  }

  .ms\:w-6\/12 {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .lg\:static {
    position: static;
  }

  .lg\:-left-12 {
    left: -3rem;
  }

  .lg\:-left-14 {
    left: -3.5rem;
  }

  .lg\:-right-12 {
    right: -3rem;
  }

  .lg\:-right-14 {
    right: -3.5rem;
  }

  .lg\:left-32 {
    left: 8rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:-ml-\[calc\(512px\/2\)\] {
    margin-left: calc(calc(512px / 2) * -1);
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

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

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-28 {
    margin-top: 7rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-\[100px\] {
    margin-top: 100px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-\[100vh\] {
    height: 100vh;
  }

  .lg\:h-\[516px\] {
    height: 516px;
  }

  .lg\:h-\[calc\(100vh_-_141px\)\] {
    height: calc(100vh - 141px);
  }

  .lg\:max-h-\[490px\] {
    max-height: 490px;
  }

  .lg\:min-h-\[516px\] {
    min-height: 516px;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-\[210px\] {
    width: 210px;
  }

  .lg\:w-\[272px\] {
    width: 272px;
  }

  .lg\:w-\[35\%\] {
    width: 35%;
  }

  .lg\:w-\[351px\] {
    width: 351px;
  }

  .lg\:w-\[516px\] {
    width: 516px;
  }

  .lg\:w-\[65\%\] {
    width: 65%;
  }

  .lg\:w-\[85px\] {
    width: 85px;
  }

  .lg\:flex-\[0_0_80px\] {
    flex: 0 0 80px;
  }

  .lg\:grid-cols-\[272px_272px\] {
    grid-template-columns: 272px 272px;
  }

  .lg\:grid-cols-\[305px_305px\] {
    grid-template-columns: 305px 305px;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:border-r-\[2px\] {
    border-right-width: 2px;
  }

  .lg\:border-\[\#ebebeb\] {
    --tw-border-opacity: 1;
    border-color: rgb(235 235 235 / var(--tw-border-opacity));
  }

  .lg\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-\[55px\] {
    padding-left: 55px;
    padding-right: 55px;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-\[93px\] {
    padding-top: 93px;
  }

  .lg\:text-\[30px\] {
    font-size: 30px;
  }

  .lg\:text-\[32px\] {
    font-size: 32px;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }

  .lg\:zoom-100 {
    zoom: 1;
  }
}

@media (min-width: 1170px) {
  .xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:max-h-\[600px\] {
    max-height: 600px;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

  .xl\:w-\[405px\] {
    width: 405px;
  }

  .xl\:w-\[calc\(100\%_-_238px\)\] {
    width: calc(100% - 238px);
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }
}

@media (min-width: 1272px) {
  .\32xl\:-left-14 {
    left: -3.5rem;
  }

  .\32xl\:-right-14 {
    right: -3.5rem;
  }

  .\32xl\:max-h-\[617px\] {
    max-height: 617px;
  }

  .\32xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:pl-\[62px\] {
    padding-left: 62px;
  }

  .\32xl\:pr-\[46px\] {
    padding-right: 46px;
  }

  .\32xl\:zoom-90 {
    zoom: 0.9;
  }
}

@media (min-width: 1352px) {
  .\33xl\:max-h-\[659px\] {
    max-height: 659px;
  }

  .\33xl\:zoom-95 {
    zoom: 0.95;
  }
}

@media (min-width: 1432px) {
  .\34xl\:left-1\/2 {
    left: 50%;
  }

  .\34xl\:right-\[unset\] {
    right: unset;
  }

  .\34xl\:max-h-\[700px\] {
    max-height: 700px;
  }

  .\34xl\:pr-\[80px\] {
    padding-right: 80px;
  }

  .\34xl\:zoom-100 {
    zoom: 1;
  }
}

@media (min-width: 1500px) {
  .\35xl\:max-h-\[928px\] {
    max-height: 928px;
  }
}

.\[\&\.active\]\:bg-cus-red.active {
  --tw-bg-opacity: 1;
  background-color: rgb(174 0 24 / var(--tw-bg-opacity));
}

.\[\&\.active\]\:text-white.active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&\.my-fixed\]\:fixed.my-fixed {
  position: fixed;
}

.\[\&\.my-fixed\]\:right-0.my-fixed {
  right: 0px;
}

.\[\&\.my-fixed\]\:top-0.my-fixed {
  top: 0px;
}

@media (min-width: 1170px) {
  .xl\:\[\&\.my-fixed\]\:px-4.my-fixed {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.\[\&\.open\]\:visible.open {
  visibility: visible;
}

.\[\&\.open\]\:block.open {
  display: block;
}

.\[\&\.open\]\:opacity-100.open {
  opacity: 1;
}

.\[\&\]\:after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.\[\&\]\:after\:bottom-\[99\%\]::after {
  content: var(--tw-content);
  bottom: 99%;
}

.\[\&\]\:after\:right-2::after {
  content: var(--tw-content);
  right: 0.5rem;
}

.\[\&\]\:after\:-ml-\[5px\]::after {
  content: var(--tw-content);
  margin-left: -5px;
}

.\[\&\]\:after\:border-b-\[10px\]::after {
  content: var(--tw-content);
  border-bottom-width: 10px;
}

.\[\&\]\:after\:border-l-\[10px\]::after {
  content: var(--tw-content);
  border-left-width: 10px;
}

.\[\&\]\:after\:border-r-\[10px\]::after {
  content: var(--tw-content);
  border-right-width: 10px;
}

.\[\&\]\:after\:border-b-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.\[\&\]\:after\:border-l-transparent::after {
  content: var(--tw-content);
  border-left-color: transparent;
}

.\[\&\]\:after\:border-r-transparent::after {
  content: var(--tw-content);
  border-right-color: transparent;
}

@media (min-width: 1432px) {
  .\34xl\:\[\&\]\:after\:right-\[unset\]::after {
    content: var(--tw-content);
    right: unset;
  }
}

.\[\&_\.input\]\:w-full .input {
  width: 100%;
}

.\[\&_\>span\]\:pl-2 >span {
  padding-left: 0.5rem;
}

.\[\&_a\]\:flex a {
  display: flex;
}

.\[\&_a\]\:items-center a {
  align-items: center;
}

.\[\&_a\]\:justify-start a {
  justify-content: flex-start;
}

.\[\&_a\]\:gap-1 a {
  gap: 0.25rem;
}

.\[\&_iframe\]\:h-\[250px\] iframe {
  height: 250px;
}

.\[\&_iframe\]\:h-\[60vh\] iframe {
  height: 60vh;
}

.\[\&_iframe\]\:w-full iframe {
  width: 100%;
}

.\[\&_iframe\]\:rounded iframe {
  border-radius: 0.25rem;
}

@media (min-width: 640px) {
  .sm\:\[\&_iframe\]\:h-\[450px\] iframe {
    height: 450px;
  }
}

@media (min-width: 1432px) {
  .\34xl\:\[\&_iframe\]\:h-\[40vh\] iframe {
    height: 40vh;
  }
}

.\[\&_input\[type\=\'email\'\]\]\:h-14 input[type='email'] {
  height: 3.5rem;
}

.\[\&_input\[type\=\'submit\'\]\]\:mt-5 input[type='submit'] {
  margin-top: 1.25rem;
}

.\[\&_input\[type\=\'submit\'\]\]\:min-w-\[200px\] input[type='submit'] {
  min-width: 200px;
}

.\[\&_input\[type\=\'submit\'\]\]\:bg-cus-red input[type='submit'] {
  --tw-bg-opacity: 1;
  background-color: rgb(174 0 24 / var(--tw-bg-opacity));
}

.\[\&_input\[type\=\'submit\'\]\]\:normal-case input[type='submit'] {
  text-transform: none;
}

.\[\&_input\[type\=\'submit\'\]\]\:text-white input[type='submit'] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&_input\]\:mt-2 input {
  margin-top: 0.5rem;
}

.\[\&_input\]\:h-11 input {
  height: 2.75rem;
}

.\[\&_input\]\:rounded-\[20px\] input {
  border-radius: 20px;
}

.\[\&_input\]\:\!border input {
  border-width: 1px !important;
}

.\[\&_input\]\:border-solid input {
  border-style: solid;
}

.\[\&_input\]\:border-cus-gray input {
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
}

.\[\&_input\]\:font-normal input {
  font-weight: 400;
}

.\[\&_label\]\:font-semibold label {
  font-weight: 600;
}

.\[\&_p\]\:mb-4 p {
  margin-bottom: 1rem;
}

.\[\&_path\]\:hover\:stroke-white:hover path {
  stroke: #fff;
}

.\[\&_span\.material-icons\]\:text-base span.material-icons {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&_textarea\]\:mt-2 textarea {
  margin-top: 0.5rem;
}

.\[\&_textarea\]\:h-20 textarea {
  height: 5rem;
}

.\[\&_textarea\]\:rounded-\[20px\] textarea {
  border-radius: 20px;
}

.\[\&_textarea\]\:\!border textarea {
  border-width: 1px !important;
}

.\[\&_textarea\]\:border-solid textarea {
  border-style: solid;
}

.\[\&_textarea\]\:border-cus-gray textarea {
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
}

.\[\&_textarea\]\:pt-2 textarea {
  padding-top: 0.5rem;
}

.\[\&_textarea\]\:font-normal textarea {
  font-weight: 400;
}

.active.\[\.active\&\]\:hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.active .\[\.active_\&\]\:filter-red-yellow {
  filter: saturate(300%) invert(100%) url(#svgTint) url(#svgGradientMap);
}

.active .\[\.active_\&\]\:hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.my-fixed .\[\.my-fixed_\&\]\:hidden {
  display: none;
}