@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600;700;800&display=swap);
@charset "UTF-8";
/*
! tailwindcss v3.3.3 | 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: currentColor; /* 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.
*/
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 */
  font-variation-settings: normal; /* 6 */
}
/*
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-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;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit{
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::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%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.form-input,.form-textarea,.form-select,.form-multiselect{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
.form-select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-select:where([size]:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.-left-5{
  left: -1.25rem;
}
.-right-5{
  right: -1.25rem;
}
.bottom-0{
  bottom: 0px;
}
.end-0{
  inset-inline-end: 0px;
}
.left-0{
  left: 0px;
}
.left-\[102\%\]{
  left: 102%;
}
.right-0{
  right: 0px;
}
.right-4{
  right: 1rem;
}
.start-0{
  inset-inline-start: 0px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-5{
  top: 1.25rem;
}
.isolate{
  isolation: isolate;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-\[10000\]{
  z-index: 10000;
}
.z-\[20000\]{
  z-index: 20000;
}
.z-\[200000\]{
  z-index: 200000;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.order-4{
  order: 4;
}
.order-5{
  order: 5;
}
.order-first{
  order: -9999;
}
.order-last{
  order: 9999;
}
.col-auto{
  grid-column: auto;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-full{
  grid-column: 1 / -1;
}
.float-right{
  float: right;
}
.float-none{
  float: none;
}
.m-0{
  margin: 0px;
}
.m-1{
  margin: 0.25rem;
}
.m-2{
  margin: 0.5rem;
}
.m-3{
  margin: 0.75rem;
}
.m-4{
  margin: 1rem;
}
.m-5{
  margin: 1.25rem;
}
.m-auto{
  margin: auto;
}
.-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.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-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.-ml-px{
  margin-left: -1px;
}
.-mt-16{
  margin-top: -4rem;
}
.-mt-\[44px\]{
  margin-top: -44px;
}
.-mt-\[60px\]{
  margin-top: -60px;
}
.-mt-px{
  margin-top: -1px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[60px\]{
  margin-bottom: 60px;
}
.mb-\[6px\]{
  margin-bottom: 6px;
}
.mb-\[80px\]{
  margin-bottom: 80px;
}
.mb-auto{
  margin-bottom: auto;
}
.me-0{
  margin-inline-end: 0px;
}
.me-1{
  margin-inline-end: 0.25rem;
}
.me-2{
  margin-inline-end: 0.5rem;
}
.me-3{
  margin-inline-end: 0.75rem;
}
.me-4{
  margin-inline-end: 1rem;
}
.me-5{
  margin-inline-end: 1.25rem;
}
.me-auto{
  margin-inline-end: auto;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-12{
  margin-left: 3rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.ms-0{
  margin-inline-start: 0px;
}
.ms-1{
  margin-inline-start: 0.25rem;
}
.ms-2{
  margin-inline-start: 0.5rem;
}
.ms-3{
  margin-inline-start: 0.75rem;
}
.ms-4{
  margin-inline-start: 1rem;
}
.ms-5{
  margin-inline-start: 1.25rem;
}
.ms-auto{
  margin-inline-start: auto;
}
.mt-0{
  margin-top: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.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-8{
  margin-top: 2rem;
}
.mt-\[100px\]{
  margin-top: 100px;
}
.mt-\[84px\]{
  margin-top: 84px;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.table-cell{
  display: table-cell;
}
.table-row{
  display: table-row;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-10{
  height: 2.5rem;
}
.h-16{
  height: 4rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[144px\]{
  height: 144px;
}
.h-\[184px\]{
  height: 184px;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[230px\]{
  height: 230px;
}
.h-\[60px\]{
  height: 60px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.h-14{
  height: 3.5rem;
}
.max-h-0{
  max-height: 0px;
}
.min-h-\[400px\]{
  min-height: 400px;
}
.min-h-\[min\(calc\(100vw\*9\/16\)\2c 100vh\)\]{
  min-height: min(calc(100vw * 9 / 16),100vh);
}
.min-h-screen{
  min-height: 100vh;
}
.w-10{
  width: 2.5rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-7{
  width: 1.75rem;
}
.w-72{
  width: 18rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[110px\]{
  width: 110px;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[40\%\]{
  width: 40%;
}
.w-\[44px\]{
  width: 44px;
}
.w-\[73px\]{
  width: 73px;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-14{
  width: 3.5rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-\[1440px\]{
  max-width: 1440px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[295px\]{
  max-width: 295px;
}
.max-w-\[375px\]{
  max-width: 375px;
}
.max-w-\[550px\]{
  max-width: 550px;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.flex-grow-0{
  flex-grow: 0;
}
.caption-top{
  caption-side: top;
}
.border-collapse{
  border-collapse: collapse;
}
.-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));
}
.rotate-180{
  --tw-rotate: 180deg;
  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 spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-default{
  cursor: default;
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-wrap-reverse{
  flex-wrap: wrap-reverse;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-items-center{
  justify-items: center;
}
.gap-0{
  gap: 0px;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * 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-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-\[30px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30px * var(--tw-space-y-reverse));
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-scroll{
  overflow: scroll;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.break-all{
  word-break: break-all;
}
.\!rounded-2xl{
  border-radius: 1rem !important;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-\[32px\]{
  border-radius: 32px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-\[\#e3e3e3\]{
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
}
.border-\[\#e3e3e3\]\/50{
  border-color: rgb(227 227 227 / 0.5);
}
.border-dark{
  --tw-border-opacity: 1;
  border-color: rgb(18 20 23 / var(--tw-border-opacity));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(168 10 0 / var(--tw-border-opacity));
}
.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(9 25 42 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#35373a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(53 55 58 / var(--tw-bg-opacity));
}
.bg-\[\#f0f2f5\]\/\[0\.75\]{
  background-color: rgb(240 242 245 / 0.75);
}
.bg-\[rgba\(9\2c 25\2c 42\2c 0\.94\)\]{
  background-color: rgba(9,25,42,0.94);
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/75{
  background-color: rgb(0 0 0 / 0.75);
}
.bg-black\/\[0\.5\]{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(18 20 23 / var(--tw-bg-opacity));
}
.bg-dark\/20{
  background-color: rgb(18 20 23 / 0.2);
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(168 10 0 / var(--tw-bg-opacity));
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(9 25 42 / var(--tw-bg-opacity));
}
.bg-secondary\/95{
  background-color: rgb(9 25 42 / 0.95);
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}
.bg-black\/20{
  background-color: rgb(0 0 0 / 0.2);
}
.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}
.bg-opacity-100{
  --tw-bg-opacity: 1;
}
.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.stroke-\[\#09192a\]{
  stroke: #09192a;
}
.stroke-secondary{
  stroke: #09192a;
}
.stroke-white{
  stroke: #ffffff;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.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;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.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;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-\[60px\]{
  padding-bottom: 60px;
}
.pe-0{
  padding-inline-end: 0px;
}
.pe-1{
  padding-inline-end: 0.25rem;
}
.pe-2{
  padding-inline-end: 0.5rem;
}
.pe-3{
  padding-inline-end: 0.75rem;
}
.pe-4{
  padding-inline-end: 1rem;
}
.pe-5{
  padding-inline-end: 1.25rem;
}
.pl-9{
  padding-left: 2.25rem;
}
.pr-14{
  padding-right: 3.5rem;
}
.ps-0{
  padding-inline-start: 0px;
}
.ps-1{
  padding-inline-start: 0.25rem;
}
.ps-2{
  padding-inline-start: 0.5rem;
}
.ps-3{
  padding-inline-start: 0.75rem;
}
.ps-4{
  padding-inline-start: 1rem;
}
.ps-5{
  padding-inline-start: 1.25rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[100\%\]{
  padding-top: 100%;
}
.pt-\[107\%\]{
  padding-top: 107%;
}
.pt-\[140px\]{
  padding-top: 140px;
}
.pt-\[144px\]{
  padding-top: 144px;
}
.pt-\[55\%\]{
  padding-top: 55%;
}
.pt-\[60\%\]{
  padding-top: 60%;
}
.pt-\[60px\]{
  padding-top: 60px;
}
.pt-\[62\%\]{
  padding-top: 62%;
}
.pt-\[70\%\]{
  padding-top: 70%;
}
.pt-\[75\%\]{
  padding-top: 75%;
}
.pt-\[84px\]{
  padding-top: 84px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-start{
  text-align: start;
}
.text-end{
  text-align: end;
}
.align-baseline{
  vertical-align: baseline;
}
.align-top{
  vertical-align: top;
}
.align-middle{
  vertical-align: middle;
}
.align-bottom{
  vertical-align: bottom;
}
.align-text-top{
  vertical-align: text-top;
}
.align-text-bottom{
  vertical-align: text-bottom;
}
.font-be{
  font-family: Be Vietnam Pro, sans-serif;
}
.font-montserrat{
  font-family: Montserrat, sans-serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[32px\]{
  font-size: 32px;
}
.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;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.normal-case{
  text-transform: none;
}
.italic{
  font-style: italic;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-9{
  line-height: 2.25rem;
}
.leading-\[1\.4\]{
  line-height: 1.4;
}
.leading-\[34px\]{
  line-height: 34px;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.\!text-dark{
  --tw-text-opacity: 1 !important;
  color: rgb(18 20 23 / var(--tw-text-opacity)) !important;
}
.text-\[\#b0b0b0\]{
  --tw-text-opacity: 1;
  color: rgb(176 176 176 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-dark{
  --tw-text-opacity: 1;
  color: rgb(18 20 23 / var(--tw-text-opacity));
}
.text-dim-primary-dark{
  --tw-text-opacity: 1;
  color: rgb(211 132 128 / var(--tw-text-opacity));
}
.text-dim-secondary-dark{
  --tw-text-opacity: 1;
  color: rgb(169 175 181 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(168 10 0 / var(--tw-text-opacity));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(9 25 42 / var(--tw-text-opacity));
}
.text-secondary-dark{
  --tw-text-opacity: 1;
  color: rgb(7 19 31 / var(--tw-text-opacity));
}
.text-secondary\/80{
  color: rgb(9 25 42 / 0.8);
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-opacity-100{
  --tw-text-opacity: 1;
}
.text-opacity-25{
  --tw-text-opacity: 0.25;
}
.text-opacity-50{
  --tw-text-opacity: 0.5;
}
.text-opacity-75{
  --tw-text-opacity: 0.75;
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-25{
  opacity: 0.25;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-75{
  opacity: 0.75;
}
.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);
}
.shadow-\[1px_0px_32px_1px_rgba\(9\2c _25\2c _42\2c _0\.10\)\]{
  --tw-shadow: 1px 0px 32px 1px rgba(9, 25, 42, 0.10);
  --tw-shadow-colored: 1px 0px 32px 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);
}
.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-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 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);
}
.outline{
  outline-style: solid;
}
.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);
}
.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  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);
}
.invert{
  --tw-invert: invert(100%);
  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);
}
.backdrop-blur-\[25px\]{
  --tw-backdrop-blur: blur(25px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.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-150{
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.user-v2 {
  font-family: "Montserrat", sans-serif;
}
.user-v2-container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .user-v2-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .user-v2-container-lg {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 80px;
  }
}
.user-v2-btn {
  font-size: 16px;
  font-style: normal;
  line-height: 23px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 12px 20px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0);
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .user-v2-btn {
    font-size: 20px;
    line-height: 28px;
  }
}
.user-v2-btn-primary {
  font-size: 16px;
  font-style: normal;
  line-height: 23px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 12px 20px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0);
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  background: #a80a00;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .user-v2-btn-primary {
    font-size: 20px;
    line-height: 28px;
  }
}
.user-v2-btn-primary:hover {
  background: #7e0700;
  color: #ffffff;
}
.user-v2-btn-secondary {
  font-size: 16px;
  font-style: normal;
  line-height: 23px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 12px 20px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0);
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  background: #09192a;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .user-v2-btn-secondary {
    font-size: 20px;
    line-height: 28px;
  }
}
.user-v2-btn-secondary:hover {
  background: #07131f;
}
.user-v2-btn-primary-outline {
  font-size: 16px;
  font-style: normal;
  line-height: 23px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 12px 20px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0);
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  background: #eececc;
  color: #a80a00;
  border: 1px solid #a80a00;
}
@media screen and (min-width: 768px) {
  .user-v2-btn-primary-outline {
    font-size: 20px;
    line-height: 28px;
  }
}
.user-v2-btn-primary-outline:hover {
  border: 1px solid #d38480;
  background: #d38480;
}
.user-v2-btn-secondary-outline {
  font-size: 16px;
  font-style: normal;
  line-height: 23px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 12px 20px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0);
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  background: #ced1d4;
  color: #09192a;
  border: 1px solid #09192a;
}
@media screen and (min-width: 768px) {
  .user-v2-btn-secondary-outline {
    font-size: 20px;
    line-height: 28px;
  }
}
.user-v2-btn-secondary-outline:hover {
  border: 1px solid #a9afb5;
  background: #a9afb5;
}
.user-v2-btn-primary-dim {
  font-size: 16px;
  font-style: normal;
  line-height: 23px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 12px 20px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0);
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  background: #d38480;
  color: #a80a00;
}
@media screen and (min-width: 768px) {
  .user-v2-btn-primary-dim {
    font-size: 20px;
    line-height: 28px;
  }
}
.user-v2-btn-primary-dim:hover {
  color: #ffffff;
  background: #a80a00;
}
.user-v2-btn-secondary-dim {
  font-size: 16px;
  font-style: normal;
  line-height: 23px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 12px 20px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0);
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  background: #a9afb5;
  color: #09192a;
}
@media screen and (min-width: 768px) {
  .user-v2-btn-secondary-dim {
    font-size: 20px;
    line-height: 28px;
  }
}
.user-v2-btn-secondary-dim:hover {
  background: #09192a;
  color: #ffffff;
}
.user-v2-typo-h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
}
@media screen and (min-width: 1024px) {
  .user-v2-typo-h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 84px;
  }
}
.user-v2-typo-h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}
@media screen and (min-width: 768px) {
  .user-v2-typo-h2 {
    font-size: 40px;
    line-height: 56px;
  }
}
.user-v2-typo-h3 {
  font-size: 20px;
  font-style: normal;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .user-v2-typo-h3 {
    font-size: 24px;
    line-height: 33.6px;
  }
}
@media screen and (min-width: 1024px) {
  .user-v2-typo-h3 {
    font-size: 32px;
    line-height: 45px;
  }
}
.user-v2-typo-base {
  font-size: 16px;
  font-style: normal;
  line-height: 23px;
}
.user-v2-typo-lg {
  font-size: 16px;
  font-style: normal;
  line-height: 23px;
}
@media screen and (min-width: 1024px) {
  .user-v2-typo-lg {
    font-size: 24px;
    line-height: 34px;
  }
}
.user-v2-typo-md {
  font-size: 16px;
  font-style: normal;
  line-height: 23px;
}
@media screen and (min-width: 1024px) {
  .user-v2-typo-md {
    font-size: 20px;
    line-height: 34px;
  }
}
.user-v2-typo-sm {
  font-size: 12px;
  font-style: normal;
  line-height: 17px;
}
@media screen and (min-width: 768px) {
  .user-v2-typo-sm {
    font-size: 16px;
  }
}
.user-v2-typo-xs {
  font-size: 12px;
  font-style: normal;
  line-height: 17px;
}
.user-v2-nav-item {
  font-size: 16px;
  font-style: normal;
  line-height: 23px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
}
.user-v2-nav-item:hover {
  color: rgba(255, 255, 255, 0.75);
  text-shadow: 0px 1px 4px rgba(168, 10, 0, 0.15);
}
.user-v2-nav-item-btn {
  font-weight: 600;
  text-transform: capitalize;
  padding: 12px 20px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0);
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  background: #a80a00;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  line-height: 23px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .user-v2-nav-item-btn {
    font-size: 20px;
    line-height: 28px;
  }
}
.user-v2-nav-item-btn:hover {
  background: #7e0700;
  color: #ffffff;
}
.user-v2-header {
  height: 84px;
  position: relative;
  z-index: 20;
}
.user-v2-header.primary {
  background: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(0.5px);
          backdrop-filter: blur(0.5px);
}
.user-v2-header.secondary {
  background: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(0.5px);
          backdrop-filter: blur(0.5px);
}
.user-v2-header.active {
  height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}
.user-v2-info-card {
  border-radius: 32px;
  border: 1px solid #e3e3e3;
  background: rgba(240, 242, 245, 0.75);
  box-shadow: 4px 4px 12px 0px rgba(240, 242, 245, 0.2);
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
}
@media screen and (min-width: 768px) {
  .user-v2-info-card {
    -webkit-backdrop-filter: blur(25px);
            backdrop-filter: blur(25px);
  }
}
.user-v2-main-banner {
  padding-bottom: 60px;
  padding-top: 140px;
}
@media screen and (min-width: 768px) {
  .user-v2-main-banner {
    padding-top: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .user-v2-main-banner {
    padding-bottom: 160px;
    padding-top: 260px;
  }
}
.user-v2-input {
  font-size: 20px;
  line-height: 28px;
  border-radius: 12px;
  border: 1px solid rgba(240, 242, 245, 0.45);
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.user-v2-input:focus {
  border-color: #595959;
  box-shadow: none !important;
}
.user-v2-input:focus-visible {
  border-color: #09192a;
  box-shadow: 0px 0px 0px 2px rgba(9, 25, 42, 0.35);
}
.user-v2 input {
  background: #fff;
}
.user-v2-number-bg {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-v2-number-bg:hover {
  background: linear-gradient(90deg, rgba(9, 25, 42, 0.35) 0%, rgba(9, 25, 42, 0.28) 100%);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  color: #ffffff;
}
.user-v2-number-bg:active {
  background: linear-gradient(90deg, rgba(9, 25, 42, 0.85) -0.29%, rgba(9, 25, 42, 0.68) 99.71%);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  color: #ffffff;
}
.user-v2-number-bg-active {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgba(9, 25, 42, 0.85) -0.29%, rgba(9, 25, 42, 0.68) 99.71%);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  color: #ffffff;
}
.user-v2-post-detail {
  color: #09192a;
}
.user-v2-post-detail p,
.user-v2-post-detail h4,
.user-v2-post-detail h5,
.user-v2-post-detail h6,
.user-v2-post-detail ul {
  font-size: 16px;
  font-style: normal;
  line-height: 23px;
}
@media screen and (min-width: 1024px) {
  .user-v2-post-detail p,
  .user-v2-post-detail h4,
  .user-v2-post-detail h5,
  .user-v2-post-detail h6,
  .user-v2-post-detail ul {
    font-size: 24px;
    line-height: 34px;
  }
}
.user-v2-post-detail h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}
@media screen and (min-width: 768px) {
  .user-v2-post-detail h2 {
    font-size: 40px;
    line-height: 56px;
  }
}
.user-v2-post-detail h3 {
  font-size: 20px;
  font-style: normal;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .user-v2-post-detail h3 {
    font-size: 24px;
    line-height: 33.6px;
  }
}
@media screen and (min-width: 1024px) {
  .user-v2-post-detail h3 {
    font-size: 32px;
    line-height: 45px;
  }
}
.user-v2-post-detail h2,
.user-v2-post-detail h3,
.user-v2-post-detail h4,
.user-v2-post-detail h5,
.user-v2-post-detail h6 {
  font-weight: 700;
  text-align: center;
  margin: 20px 0;
  padding: 20px 0 0;
  border-top: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  .user-v2-post-detail h2,
  .user-v2-post-detail h3,
  .user-v2-post-detail h4,
  .user-v2-post-detail h5,
  .user-v2-post-detail h6 {
    margin: 40px 0;
    padding: 40px 10% 0;
  }
}
.user-v2-post-detail p,
.user-v2-post-detail img,
.user-v2-post-detail video,
.user-v2-post-detail iframe {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .user-v2-post-detail p,
  .user-v2-post-detail img,
  .user-v2-post-detail video,
  .user-v2-post-detail iframe {
    margin-bottom: 40px;
  }
}
.user-v2-post-detail img,
.user-v2-post-detail video {
  width: 100% !important;
  height: 100% !important;
  border-radius: 10px;
}
.user-v2-post-detail ul li::before {
  content: "•";
  color: #09192a;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  width: 1em;
}
.user-v2-contact-card {
  border-radius: 28px;
  background: rgba(9, 25, 42, 0.9);
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  color: #ffffff;
}
.user-v2 .form-group .error {
  font-size: 14px;
  font-style: normal;
  margin-top: 10px;
  display: block;
}
.user-v2 .form-group .form-icon.lg {
  height: 100%;
}
.user-v2-btn-facility {
  font-size: 16px;
  font-style: normal;
  line-height: 23px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 12px 20px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0);
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  --bg-color: #a80a00;
  background-color: var(--bg-color);
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .user-v2-btn-facility {
    font-size: 20px;
    line-height: 28px;
  }
  .user-v2 .swiper-blog-list {
    padding: 0 60px;
  }
  .user-v2 .swiper-blog-list .swiper-button-prev-custom, .user-v2 .swiper-blog-list .swiper-button-next-custom {
    position: absolute;
    z-index: 10;
    top: 0;
    height: 100%;
    background: #fff;
  }
  .user-v2 .swiper-blog-list .swiper-button-prev-custom {
    left: 0px;
  }
  .user-v2 .swiper-blog-list .swiper-button-next-custom {
    right: 0px;
  }
}

.user-v2-logo-link {
  margin-bottom: 60px;
}
.user-v2-logo-link img {
  max-width: 243px;
}
.user-v2-card-form {
  margin-bottom: 60px;
  border-radius: 28px;
  border: 1px solid #e3e3e3;
  background: rgba(240, 242, 245, 0.75);
  box-shadow: 4px 4px 12px 0px rgba(240, 242, 245, 0.2);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  padding: 20px;
}
.user-v2-card-form input {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: #fff;
  padding: 12px 16px;
  height: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.user-v2-card-form input::-moz-placeholder {
  overflow: hidden;
  color: #a9aeb4;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.user-v2-card-form input::placeholder {
  overflow: hidden;
  color: #a9aeb4;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.user-v2-card-form input:focus {
  --tw-ring-color: #a9aeb4;
  border-color: #a9aeb4;
}
.user-v2-card-title {
  margin-bottom: 40px;
}
.user-v2-card-title h4 {
  color: #a80a00;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.6px; /* 140% */
  text-transform: uppercase;
  margin-bottom: 20px;
}
.user-v2-card-title p {
  color: #09192a;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px; /* 140% */
}
.user-v2-link {
  display: inline-block;
  margin-top: 8px;
  color: #a80a00;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.4px; /* 140% */
}
.user-v2-link:hover {
  color: #a80a00;
  filter: blur(0.75);
}
.user-v2 .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #a80a00;
  background-color: #a80a00;
}
.user-v2 .submit-button {
  margin-top: 40px;
}
.user-v2 .custom-control-label {
  color: #09192a;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}

@media screen and (min-width: 768px) {
  .user-v2-card-form {
    padding: 40px;
  }
  .user-v2-card-form input {
    padding: 16px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    height: auto;
  }
  .user-v2-card-form input::-moz-placeholder {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }
  .user-v2-card-form input::placeholder {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }
  .user-v2-card-title {
    margin-bottom: 40px;
  }
  .user-v2-card-title h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 44.8px;
    text-align: center;
  }
  .user-v2-card-title p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-right: 8px;
  }
  .user-v2-card-title .description {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .user-v2-link {
    font-size: 20px;
    line-height: 28px;
    margin-top: 0;
  }
  .user-v2 .custom-control-label {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }
  .user-v2 .nk-auth-body {
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .user-v2-card-form {
    padding: 80px;
  }
  .user-v2 .nk-auth-body {
    max-width: 704px;
  }
}
.custom-form label {
  font-size: 16px;
  font-style: normal;
  line-height: 23px;
  display: inline-block;
  font-weight: 600;
}
.custom-form input,
.custom-form select{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 60px;
  font-size: 20px;
  line-height: 28px;
  border-radius: 12px;
  border: 1px solid rgba(240, 242, 245, 0.45);
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.custom-form input:focus,
.custom-form select:focus {
  border-color: #595959;
  box-shadow: none;
}
.custom-form input:focus-visible,
.custom-form select:focus-visible {
  border-color: #09192a;
  box-shadow: 0px 0px 0px 2px rgba(9, 25, 42, 0.35);
}
.custom-form textarea{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 120px;
  font-size: 20px;
  line-height: 28px;
  border-radius: 12px;
  border: 1px solid rgba(240, 242, 245, 0.45);
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.custom-form textarea:focus {
  border-color: #595959;
  box-shadow: none;
}
.custom-form textarea:focus-visible {
  border-color: #09192a;
  box-shadow: 0px 0px 0px 2px rgba(9, 25, 42, 0.35);
}
.custom-form .has-error{
  padding-left: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(168 10 0 / var(--tw-text-opacity));
}

[x-cloak] {
  display: none !important;
}

.hover\:bg-secondary\/95:hover{
  background-color: rgb(9 25 42 / 0.95);
}

.hover\:stroke-white:hover{
  stroke: #ffffff;
}

.hover\:text-dim-secondary-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(169 175 181 / var(--tw-text-opacity));
}

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

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

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

.focus\:ring: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(3px + 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);
}

.focus\:ring-2: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(2px + 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);
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.active\:stroke-secondary-dark:active{
  stroke: #07131f;
}

.group:hover .group-hover\:inline-block{
  display: inline-block;
}

.group:hover .group-hover\:stroke-white{
  stroke: #ffffff;
}

.group:hover .group-hover\:text-dim-secondary-dark{
  --tw-text-opacity: 1;
  color: rgb(169 175 181 / var(--tw-text-opacity));
}

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

@media (min-width: 640px){
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:flex-1{
    flex: 1 1 0%;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-start{
    justify-content: flex-start;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:pt-0{
    padding-top: 0px;
  }
}

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:relative{
    position: relative;
  }
  .md\:left-0{
    left: 0px;
  }
  .md\:right-0{
    right: 0px;
  }
  .md\:top-0{
    top: 0px;
  }
  .md\:top-10{
    top: 2.5rem;
  }
  .md\:z-0{
    z-index: 0;
  }
  .md\:z-10{
    z-index: 10;
  }
  .md\:z-20{
    z-index: 20;
  }
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .md\:m-0{
    margin: 0px;
  }
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:-mb-\[140px\]{
    margin-bottom: -140px;
  }
  .md\:-mt-\[112px\]{
    margin-top: -112px;
  }
  .md\:-mt-\[160px\]{
    margin-top: -160px;
  }
  .md\:-mt-\[298px\]{
    margin-top: -298px;
  }
  .md\:mb-10{
    margin-bottom: 2.5rem;
  }
  .md\:mb-12{
    margin-bottom: 3rem;
  }
  .md\:mb-20{
    margin-bottom: 5rem;
  }
  .md\:mb-28{
    margin-bottom: 7rem;
  }
  .md\:mb-\[80px\]{
    margin-bottom: 80px;
  }
  .md\:ml-\[0px\]{
    margin-left: 0px;
  }
  .md\:ml-auto{
    margin-left: auto;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:mt-4{
    margin-top: 1rem;
  }
  .md\:mt-\[60px\]{
    margin-top: 60px;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[92px\]{
    height: 92px;
  }
  .md\:h-auto{
    height: auto;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:min-h-0{
    min-height: 0px;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-4\/5{
    width: 80%;
  }
  .md\:w-\[45\%\]{
    width: 45%;
  }
  .md\:w-\[55\%\]{
    width: 55%;
  }
  .md\:w-\[65\%\]{
    width: 65%;
  }
  .md\:w-\[70\%\]{
    width: 70%;
  }
  .md\:w-\[80\%\]{
    width: 80%;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:\!max-w-\[100\%\]{
    max-width: 100% !important;
  }
  .md\:max-w-\[421px\]{
    max-width: 421px;
  }
  .md\:max-w-\[573px\]{
    max-width: 573px;
  }
  .md\:max-w-\[608px\]{
    max-width: 608px;
  }
  .md\:max-w-full{
    max-width: 100%;
  }
  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .md\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
  .md\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .md\:gap-y-10{
    row-gap: 2.5rem;
  }
  .md\:gap-y-\[42px\]{
    row-gap: 42px;
  }
  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\: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));
  }
  .md\:space-y-\[60px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }
  .md\:overflow-hidden{
    overflow: hidden;
  }
  .md\:rounded-\[28px\]{
    border-radius: 28px;
  }
  .md\:p-10{
    padding: 2.5rem;
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:pb-10{
    padding-bottom: 2.5rem;
  }
  .md\:pb-20{
    padding-bottom: 5rem;
  }
  .md\:pl-14{
    padding-left: 3.5rem;
  }
  .md\:pt-10{
    padding-top: 2.5rem;
  }
  .md\:pt-20{
    padding-top: 5rem;
  }
  .md\:pt-\[164px\]{
    padding-top: 164px;
  }
  .md\:pt-\[200px\]{
    padding-top: 200px;
  }
  .md\:pt-\[27px\]{
    padding-top: 27px;
  }
  .md\:pt-\[54\%\]{
    padding-top: 54%;
  }
  .md\:pt-\[84px\]{
    padding-top: 84px;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-\[18px\]{
    font-size: 18px;
  }
  .md\:text-\[20px\]{
    font-size: 20px;
  }
  .md\:text-\[32px\]{
    font-size: 32px;
  }
  .md\:leading-\[45px\]{
    line-height: 45px;
  }
}

@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:sticky{
    position: sticky;
  }
  .lg\:left-0{
    left: 0px;
  }
  .lg\:top-0{
    top: 0px;
  }
  .lg\:top-5{
    top: 1.25rem;
  }
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .lg\:col-start-1{
    grid-column-start: 1;
  }
  .lg\:col-start-2{
    grid-column-start: 2;
  }
  .lg\:row-span-2{
    grid-row: span 2 / span 2;
  }
  .lg\:row-start-1{
    grid-row-start: 1;
  }
  .lg\:m-0{
    margin: 0px;
  }
  .lg\:-mt-\[210px\]{
    margin-top: -210px;
  }
  .lg\:mb-20{
    margin-bottom: 5rem;
  }
  .lg\:mb-\[120px\]{
    margin-bottom: 120px;
  }
  .lg\:mb-\[60px\]{
    margin-bottom: 60px;
  }
  .lg\:ml-10{
    margin-left: 2.5rem;
  }
  .lg\:ml-auto{
    margin-left: auto;
  }
  .lg\:mt-20{
    margin-top: 5rem;
  }
  .lg\:mt-\[85px\]{
    margin-top: 85px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:w-4\/5{
    width: 80%;
  }
  .lg\:w-\[65\%\]{
    width: 65%;
  }
  .lg\:w-\[75\%\]{
    width: 75%;
  }
  .lg\:w-\[calc\(45\%-40px\)\]{
    width: calc(45% - 40px);
  }
  .lg\:\!max-w-\[1360px\]{
    max-width: 1360px !important;
  }
  .lg\:max-w-\[1088px\]{
    max-width: 1088px;
  }
  .lg\:max-w-\[1360px\]{
    max-width: 1360px;
  }
  .lg\:max-w-\[920px\]{
    max-width: 920px;
  }
  .lg\:max-w-\[950px\]{
    max-width: 950px;
  }
  .lg\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .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\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:justify-evenly{
    justify-content: space-evenly;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
  .lg\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .lg\:gap-x-\[80px\]{
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .lg\:gap-y-\[60px\]{
    row-gap: 60px;
  }
  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .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\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }
  .lg\:p-10{
    padding: 2.5rem;
  }
  .lg\:p-20{
    padding: 5rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pb-\[120px\]{
    padding-bottom: 120px;
  }
  .lg\:pb-\[140px\]{
    padding-bottom: 140px;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pt-40{
    padding-top: 10rem;
  }
  .lg\:pt-\[120px\]{
    padding-top: 120px;
  }
  .lg\:pt-\[204px\]{
    padding-top: 204px;
  }
  .lg\:text-\[26px\]{
    font-size: 26px;
  }
  .lg\:text-\[32px\]{
    font-size: 32px;
  }
  .lg\:leading-\[45px\]{
    line-height: 45px;
  }
}

@media (min-width: 1280px){
  .xl\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .xl\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:w-\[30\%\]{
    width: 30%;
  }
  .xl\:flex-1{
    flex: 1 1 0%;
  }
  .xl\:shrink-0{
    flex-shrink: 0;
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:gap-20{
    gap: 5rem;
  }
}

@media (min-width: 1520px){
  .min-\[1520px\]\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1536px){
  .\32xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
}

.\[\&\>h2\]\:text-center>h2{
  text-align: center;
}

@media (min-width: 768px){
  .md\:\[\&\>h2\]\:text-left>h2{
    text-align: left;
  }
}
