/*
! tailwindcss v3.2.4 | 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;
}

[type='text'],[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, [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: #1C64F2;
  --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: #1C64F2;
}

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

select:not([size]) {
  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] {
  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: #1C64F2;
  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: #1C64F2;
  --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,.dark [type='checkbox']:checked,.dark [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']: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 auto inherit;
}

input[type=file]::file-selector-button {
  color: white;
  background: #1F2937;
  border: 0;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem;
  padding-right: 1rem;
  -webkit-margin-start: -1rem;
          margin-inline-start: -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

input[type=file]::file-selector-button:hover {
  background: #374151;
}

.dark input[type=file]::file-selector-button {
  color: white;
  background: #4B5563;
}

.dark input[type=file]::file-selector-button:hover {
  background: #6B7280;
}

input[type="range"]::-webkit-slider-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-webkit-slider-thumb {
  background: #9CA3AF;
}

.dark input[type="range"]:disabled::-webkit-slider-thumb {
  background: #6B7280;
}

input[type="range"]:focus::-webkit-slider-thumb {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(4px + 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);
  --tw-ring-opacity: 1px;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

input[type="range"]::-moz-range-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-moz-range-thumb {
  background: #9CA3AF;
}

.dark input[type="range"]:disabled::-moz-range-thumb {
  background: #6B7280;
}

input[type="range"]::-moz-range-progress {
  background: #3F83F8;
}

input[type="range"]::-ms-fill-lower {
  background: #3F83F8;
}

.toggle-bg:after {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  background: white;
  border-color: #D1D5DB;
  border-width: 1px;
  border-radius: 9999px;
  height: 1.25rem;
  width: 1.25rem;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-duration: .15s;
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

input:checked + .toggle-bg:after {
  transform: translateX(100%);;
  border-color: white;
}

input:checked + .toggle-bg {
  background: #1C64F2;
  border-color: #1C64F2;
}

.tooltip-arrow,.tooltip-arrow:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

.tooltip-arrow {
  visibility: hidden;
}

.tooltip-arrow:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-tooltip-style^='light'] + .tooltip > .tooltip-arrow:before {
  border-style: solid;
  border-color: #e5e7eb;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='top'] > .tooltip-arrow:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='right'] > .tooltip-arrow:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='bottom'] > .tooltip-arrow:before {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='left'] > .tooltip-arrow:before {
  border-top-width: 1px;
  border-right-width: 1px;
}

.tooltip[data-popper-placement^='top'] > .tooltip-arrow {
  bottom: -4px;
}

.tooltip[data-popper-placement^='bottom'] > .tooltip-arrow {
  top: -4px;
}

.tooltip[data-popper-placement^='left'] > .tooltip-arrow {
  right: -4px;
}

.tooltip[data-popper-placement^='right'] > .tooltip-arrow {
  left: -4px;
}

.tooltip.invisible > .tooltip-arrow:before {
  visibility: hidden;
}

[data-popper-arrow],[data-popper-arrow]:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

[data-popper-arrow] {
  visibility: hidden;
}

[data-popper-arrow]:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-popper-arrow]:after {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
  position: absolute;
  width: 9px;
  height: 9px;
  background: inherit;
}

[role="tooltip"] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #e5e7eb;
}

.dark [role="tooltip"] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #4b5563;
}

[role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #e5e7eb;
}

.dark [role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #4b5563;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow] {
  bottom: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow] {
  top: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow] {
  right: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow] {
  left: -5px;
}

[role="tooltip"].invisible > [data-popper-arrow]:before {
  visibility: hidden;
}

[role="tooltip"].invisible > [data-popper-arrow]:after {
  visibility: hidden;
}

@media (min-width: 1200px) {
  .content {
    margin-top: 5rem;
  }
}

@media (min-width: 1920px) {
  .content {
    margin-top: 10rem;
  }
}

.default {
  margin-top: 3rem;
}

@media (min-width: 1200px) {
  .default {
    margin-top: 6rem;
  }
}

@media (min-width: 1920px) {
  .default {
    margin-top: 8rem;
  }
}

.tabing-box {
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  .tabing-box {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1920px) {
  .tabing-box {
    margin-bottom: 4rem;
  }
}

h1 {
  font-size: 24px;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 30px;
  }
}

@media (min-width: 1920px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: 24px;
}

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

@media (min-width: 1200px) {
  h2 {
    font-size: 30px;
  }
}

@media (min-width: 1920px) {
  h2 {
    font-size: 50px;
  }
}

h3 {
  font-size: 18px;
}

@media (min-width: 1200px) {
  h3 {
    font-size: 22px;
  }
}

@media (min-width: 1920px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 15px;
}

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

@media (min-width: 1920px) {
  h4 {
    font-size: 30px;
  }
}

h5 {
  font-size: 14px;
}

@media (min-width: 640px) {
  h5 {
    font-size: 15px;
  }
}

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

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

h6 {
  font-size: 14px;
}

@media (min-width: 1200px) {
  h6 {
    font-size: 15px;
  }
}

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

a {
  font-size: 14px;
}

@media (min-width: 1200px) {
  a {
    font-size: 14px;
  }
}

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

a {
  font-family: "Montserrat";
}

p {
  font-size: 13px;
}

@media (min-width: 1200px) {
  p {
    font-size: 14px;
  }
}

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

  button {
    font-size: 14px;
  }
}

.header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 1200px) {
  .header {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 1920px) {
  .header {
    padding-left: 8rem;
    padding-right: 8rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1200px) {
  .visi-content {
    height: 30em;
  }
}

@media (min-width: 1920px) {
  .visi-content {
    height: 40em;
  }
}

*, ::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(63 131 248 / 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(63 131 248 / 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%;
  padding-right: 2em;
  padding-left: 2em;
}

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

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

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 4em;
    padding-left: 4em;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding-right: 8em;
    padding-left: 8em;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
    padding-right: 4em;
    padding-left: 4em;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.bottom-\[100px\] {
  bottom: 100px;
}

.bottom-\[50px\] {
  bottom: 50px;
}

.bottom-10 {
  bottom: 2.5rem;
}

.top-0 {
  top: 0px;
}

.bottom-\[7em\] {
  bottom: 7em;
}

.right-\[-9em\] {
  right: -9em;
}

.left-28 {
  left: 7rem;
}

.right-12 {
  right: 3rem;
}

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

.top-1 {
  top: 0.25rem;
}

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

.left-0 {
  left: 0px;
}

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

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

.right-2 {
  right: 0.5rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.right-\[-7em\] {
  right: -7em;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.top-\[3em\] {
  top: 3em;
}

.left-\[1em\] {
  left: 1em;
}

.top-\[3\.5em\] {
  top: 3.5em;
}

.left-\[1\.25em\] {
  left: 1.25em;
}

.top-\[4\.5em\] {
  top: 4.5em;
}

.left-\[13\%\] {
  left: 13%;
}

.bottom-\[51px\] {
  bottom: 51px;
}

.left-10 {
  left: 2.5rem;
}

.right-10 {
  right: 2.5rem;
}

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

.bottom-4 {
  bottom: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.left-3 {
  left: 0.75rem;
}

.top-32 {
  top: 8rem;
}

.left-5 {
  left: 1.25rem;
}

.top-36 {
  top: 9rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.left-\[200px\] {
  left: 200px;
}

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

.top-\[6\.5em\] {
  top: 6.5em;
}

.bottom-8 {
  bottom: 2rem;
}

.left-\[8\%\] {
  left: 8%;
}

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

.bottom-20 {
  bottom: 5rem;
}

.top-\[2em\] {
  top: 2em;
}

.top-\[5em\] {
  top: 5em;
}

.bottom-\[60px\] {
  bottom: 60px;
}

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

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

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

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

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

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

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

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

.col-\[1_\/_span_4\] {
  grid-column: 1 / span 4;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.m-3 {
  margin: 0.75rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

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

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

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

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

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

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

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

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

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

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

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

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

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

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

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

.mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.my-\[18px\] {
  margin-top: 18px;
  margin-bottom: 18px;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

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

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

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

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

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

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

.mb-12 {
  margin-bottom: 3rem;
}

.mb-\[24px\] {
  margin-bottom: 24px;
}

.mt-5 {
  margin-top: 1.25rem;
}

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

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

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

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

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

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

.mt-8 {
  margin-top: 2rem;
}

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

.mb-3 {
  margin-bottom: 0.75rem;
}

.mr-24 {
  margin-right: 6rem;
}

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

.mr-\[2em\] {
  margin-right: 2em;
}

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

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

.mt-2 {
  margin-top: 0.5rem;
}

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

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

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

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

.mt-3 {
  margin-top: 0.75rem;
}

.mb-\[4rem\] {
  margin-bottom: 4rem;
}

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

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

.mr-5 {
  margin-right: 1.25rem;
}

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

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

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

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

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

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

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

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

.mr-0 {
  margin-right: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

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

.-mt-px {
  margin-top: -1px;
}

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

.mt-72 {
  margin-top: 18rem;
}

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

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

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

.mr-\[-1em\] {
  margin-right: -1em;
}

.mt-\[-1em\] {
  margin-top: -1em;
}

.mb-60 {
  margin-bottom: 15rem;
}

.mt-60 {
  margin-top: 15rem;
}

.mt-32 {
  margin-top: 8rem;
}

.ml-28 {
  margin-left: 7rem;
}

.mb-52 {
  margin-bottom: 13rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-48 {
  margin-top: 12rem;
}

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-screen {
  height: 100vh;
}

.h-full {
  height: 100%;
}

.h-auto {
  height: auto;
}

.h-12 {
  height: 3rem;
}

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

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

.h-6 {
  height: 1.5rem;
}

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

.h-5 {
  height: 1.25rem;
}

.h-24 {
  height: 6rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

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

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

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

.h-20 {
  height: 5rem;
}

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

.h-96 {
  height: 24rem;
}

.h-10 {
  height: 2.5rem;
}

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

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

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

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

.h-44 {
  height: 11rem;
}

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

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

.h-28 {
  height: 7rem;
}

.h-8 {
  height: 2rem;
}

.h-16 {
  height: 4rem;
}

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

.h-\[full\] {
  height: full;
}

.h-72 {
  height: 18rem;
}

.h-80 {
  height: 20rem;
}

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

.h-40 {
  height: 10rem;
}

.h-0 {
  height: 0px;
}

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

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

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

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

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

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

.h-32 {
  height: 8rem;
}

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

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

.h-\[1\.5\%\] {
  height: 1.5%;
}

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

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

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

.h-\[2\.5\%\] {
  height: 2.5%;
}

.h-60 {
  height: 15rem;
}

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

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

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

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

.min-h-screen {
  min-height: 100vh;
}

.w-full {
  width: 100%;
}

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

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

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

.w-auto {
  width: auto;
}

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

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

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

.w-2\/5 {
  width: 40%;
}

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

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

.w-\[-webkit-fill-available\] {
  width: -webkit-fill-available;
}

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

.w-6 {
  width: 1.5rem;
}

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

.w-5 {
  width: 1.25rem;
}

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

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

.w-1\/5 {
  width: 20%;
}

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

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

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

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

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

.w-3\/5 {
  width: 60%;
}

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

.w-8 {
  width: 2rem;
}

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

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

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

.w-\[4\.5\%\] {
  width: 4.5%;
}

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

.w-4 {
  width: 1rem;
}

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

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

.w-\[1\.5\%\] {
  width: 1.5%;
}

.w-\[2\.5\%\] {
  width: 2.5%;
}

.w-64 {
  width: 16rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-6xl {
  max-width: 72rem;
}

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

.flex-shrink {
  flex-shrink: 1;
}

.grow {
  flex-grow: 1;
}

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-full {
  --tw-translate-y: -100%;
  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-full {
  --tw-translate-y: 100%;
  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));
}

.transform-none {
  transform: none;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.cursor-zoom-in {
  cursor: zoom-in;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.resize {
  resize: both;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-8 {
  gap: 2rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-28 {
  gap: 7rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.scroll-smooth {
  scroll-behavior: smooth;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-2xl {
  border-radius: 1rem;
}

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

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

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

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(118 169 250 / var(--tw-border-opacity));
}

.border-rose-500 {
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity));
}

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

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-\[\#367CBC\] {
  --tw-border-opacity: 1;
  border-color: rgb(54 124 188 / var(--tw-border-opacity));
}

.border-\[\#014F8D\] {
  --tw-border-opacity: 1;
  border-color: rgb(1 79 141 / var(--tw-border-opacity));
}

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

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

.border-transparent {
  border-color: transparent;
}

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

.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(26 86 219 / var(--tw-border-opacity));
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(28 100 242 / var(--tw-border-opacity));
}

.border-b-gray-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity));
}

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

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

.bg-\[\#332267\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 34 103 / var(--tw-bg-opacity));
}

.bg-\[\#006A6E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 110 / var(--tw-bg-opacity));
}

.bg-\[\#DB1A5C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 26 92 / var(--tw-bg-opacity));
}

.bg-\[\#472F91\] {
  --tw-bg-opacity: 1;
  background-color: rgb(71 47 145 / var(--tw-bg-opacity));
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

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

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-\[\#4CA9E2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(76 169 226 / var(--tw-bg-opacity));
}

.bg-\[\#367CBC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(54 124 188 / var(--tw-bg-opacity));
}

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

.bg-\[\#5ADDFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(90 221 255 / var(--tw-bg-opacity));
}

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

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

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

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

.bg-\[\#902065\] {
  --tw-bg-opacity: 1;
  background-color: rgb(144 32 101 / var(--tw-bg-opacity));
}

.bg-\[\#25A58C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 165 140 / var(--tw-bg-opacity));
}

.bg-\[\#493491\] {
  --tw-bg-opacity: 1;
  background-color: rgb(73 52 145 / var(--tw-bg-opacity));
}

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

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

.bg-\[\#E5E2DD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 226 221 / var(--tw-bg-opacity));
}

.bg-\[\#492F8D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(73 47 141 / var(--tw-bg-opacity));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 245 255 / var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

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

.bg-\[\#05759F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 117 159 / var(--tw-bg-opacity));
}

.bg-\[\#014A73\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 74 115 / var(--tw-bg-opacity));
}

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

.bg-\[\#146787\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 103 135 / var(--tw-bg-opacity));
}

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

.bg-\[\#004181\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 129 / var(--tw-bg-opacity));
}

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

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

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

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity));
}

.bg-\[\#025088\] {
  --tw-bg-opacity: 1;
  background-color: rgb(2 80 136 / var(--tw-bg-opacity));
}

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

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-\[url\(\'\/img\/bg-about\.jpg\'\)\] {
  background-image: url('/img/bg-about.jpg');
}

.bg-\[url\(\'\/img\/bg-value\.jpg\'\)\] {
  background-image: url('/img/bg-value.jpg');
}

.bg-\[url\(\'\/img\/footer\.jpg\'\)\] {
  background-image: url('/img/footer.jpg');
}

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

.bg-\[url\(\'\/img\/about\/contactwithus\.png\'\)\] {
  background-image: url('/img/about/contactwithus.png');
}

.bg-\[url\(\'\/img\/about\/digitalproduct-content\.png\'\)\] {
  background-image: url('/img/about/digitalproduct-content.png');
}

.bg-\[url\(\'\/img\/about\/bg-collab\.jpg\'\)\] {
  background-image: url('/img/about/bg-collab.jpg');
}

.bg-\[url\(\'\/img\/about\/bg-collab2\.jpg\'\)\] {
  background-image: url('/img/about/bg-collab2.jpg');
}

.bg-\[url\(\'\/img\/about\/card-landing-page2\.png\'\)\] {
  background-image: url('/img/about/card-landing-page2.png');
}

.bg-\[url\(\'\/img\/about\/bg-landing1\.png\'\)\] {
  background-image: url('/img/about/bg-landing1.png');
}

.bg-\[url\(\'\/img\/people\/bg-benefit\.png\'\)\] {
  background-image: url('/img/people/bg-benefit.png');
}

.bg-\[url\(\'\/img\/investor\/bg-plugin-investor\.png\'\)\] {
  background-image: url('/img/investor/bg-plugin-investor.png');
}

.bg-\[url\(\'\/img\/investor\/investor-bg-landing\.png\'\)\] {
  background-image: url('/img/investor/investor-bg-landing.png');
}

.bg-\[url\(\'\/img\/investor\/bg-investor-slick\.png\'\)\] {
  background-image: url('/img/investor/bg-investor-slick.png');
}

.bg-\[url\(\'\/img\/investor\/investor-bg-landing2\.png\'\)\] {
  background-image: url('/img/investor/investor-bg-landing2.png');
}

.bg-\[url\(\'\/img\/investor\/investor-card-b1\.png\'\)\] {
  background-image: url('/img/investor/investor-card-b1.png');
}

.bg-\[url\(\'\/img\/investor\/investor-card-b2\.png\'\)\] {
  background-image: url('/img/investor/investor-card-b2.png');
}

.bg-\[url\(\/img\/sustainability\/bg-approach\.png\)\] {
  background-image: url(/img/sustainability/bg-approach.png);
}

.bg-\[url\(\/img\/sustainability\/bg-environment-2\.png\)\] {
  background-image: url(/img/sustainability/bg-environment-2.png);
}

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

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

.bg-\[url\(\'img\/card-landing-page2a\.png\'\)\] {
  background-image: url('img/card-landing-page2a.png');
}

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

.bg-\[url\(\'\/img\/people-home\.png\'\)\] {
  background-image: url('/img/people-home.png');
}

.bg-\[url\(\'\/img\/banner\/home\.png\'\)\] {
  background-image: url('/img/banner/home.png');
}

.bg-\[url\(\'\/img\/about\/logo1\.png\'\)\] {
  background-image: url('/img/about/logo1.png');
}

.bg-\[url\(\'\/img\/card-landing-page2\.png\'\)\] {
  background-image: url('/img/card-landing-page2.png');
}

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

.bg-\[url\(\'\/img\/card-landing-page2a\.png\'\)\] {
  background-image: url('/img/card-landing-page2a.png');
}

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

.bg-\[url\(\'img\/card-landing-page\.png\'\)\] {
  background-image: url('img/card-landing-page.png');
}

.bg-\[url\(\'img\/card-landing-page2b\.png\'\)\] {
  background-image: url('img/card-landing-page2b.png');
}

.bg-\[url\(\'img\/card-landing-page2c\.png\'\)\] {
  background-image: url('img/card-landing-page2c.png');
}

.bg-\[url\(\'img\/landing-page-carrd3\.png\'\)\] {
  background-image: url('img/landing-page-carrd3.png');
}

.bg-\[url\(\'img\/landing-page-card5\.png\'\)\] {
  background-image: url('img/landing-page-card5.png');
}

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

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

.bg-\[length\:180px\] {
  background-size: 180px;
}

.bg-\[length\:250px\] {
  background-size: 250px;
}

.bg-fixed {
  background-attachment: fixed;
}

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

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

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

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

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

.p-16 {
  padding: 4rem;
}

.p-8 {
  padding: 2rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-0 {
  padding: 0px;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-12 {
  padding: 3rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-\[4rem\] {
  padding: 4rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-20 {
  padding: 5rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

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

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

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

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

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

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

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

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

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

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

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

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

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

.px-\[2em\] {
  padding-left: 2em;
  padding-right: 2em;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

.py-\[2rem\] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

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

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

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

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

.py-\[10em\] {
  padding-top: 10em;
  padding-bottom: 10em;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

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

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

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

.pt-12 {
  padding-top: 3rem;
}

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

.pt-8 {
  padding-top: 2rem;
}

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

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

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

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

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

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

.pl-3 {
  padding-left: 0.75rem;
}

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

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

.pb-0 {
  padding-bottom: 0px;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

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

.pb-20 {
  padding-bottom: 5rem;
}

.pr-44 {
  padding-right: 11rem;
}

.pl-44 {
  padding-left: 11rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

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

.pb-12 {
  padding-bottom: 3rem;
}

.pt-0 {
  padding-top: 0px;
}

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

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

.pl-16 {
  padding-left: 4rem;
}

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

.pr-20 {
  padding-right: 5rem;
}

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

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

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

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

.pr-5 {
  padding-right: 1.25rem;
}

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

.pr-11 {
  padding-right: 2.75rem;
}

.pr-0 {
  padding-right: 0px;
}

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

.pt-2 {
  padding-top: 0.5rem;
}

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

.pr-3 {
  padding-right: 0.75rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

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

.pr-52 {
  padding-right: 13rem;
}

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

.pt-14 {
  padding-top: 3.5rem;
}

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

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

.pl-\[4em\] {
  padding-left: 4em;
}

.pb-96 {
  padding-bottom: 24rem;
}

.pr-72 {
  padding-right: 18rem;
}

.pr-\[100px\] {
  padding-right: 100px;
}

.pt-32 {
  padding-top: 8rem;
}

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

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

.font-\[GothamLight\] {
  font-family: GothamLight;
}

.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

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

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

.text-\[1\.5em\] {
  font-size: 1.5em;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

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

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

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

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

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

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

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.font-extrabold {
  font-weight: 800;
}

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

.font-\[500\] {
  font-weight: 500;
}

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

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

.font-\[300\] {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-thin {
  font-weight: 100;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-tight {
  line-height: 1.25;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-4 {
  line-height: 1rem;
}

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

.leading-8 {
  line-height: 2rem;
}

.leading-\[1\.6\] {
  line-height: 1.6;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-10 {
  line-height: 2.5rem;
}

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

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-9 {
  line-height: 2.25rem;
}

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

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

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

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-\[\#4CA9E2\] {
  --tw-text-opacity: 1;
  color: rgb(76 169 226 / var(--tw-text-opacity));
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(118 169 250 / var(--tw-text-opacity));
}

.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}

.text-\[\#014a73\] {
  --tw-text-opacity: 1;
  color: rgb(1 74 115 / var(--tw-text-opacity));
}

.text-\[\#035482\] {
  --tw-text-opacity: 1;
  color: rgb(3 84 130 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

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

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

.text-\[\#014F8D\] {
  --tw-text-opacity: 1;
  color: rgb(1 79 141 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-\[\#492F8D\] {
  --tw-text-opacity: 1;
  color: rgb(73 47 141 / var(--tw-text-opacity));
}

.text-\[\#007BD9\] {
  --tw-text-opacity: 1;
  color: rgb(0 123 217 / var(--tw-text-opacity));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.text-\[\#41CBFF\] {
  --tw-text-opacity: 1;
  color: rgb(65 203 255 / var(--tw-text-opacity));
}

.text-\[\#77C4FF\] {
  --tw-text-opacity: 1;
  color: rgb(119 196 255 / var(--tw-text-opacity));
}

.text-transparent {
  color: transparent;
}

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

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

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

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

.text-\[\#73C2EB\] {
  --tw-text-opacity: 1;
  color: rgb(115 194 235 / var(--tw-text-opacity));
}

.text-\[\#ACD541\] {
  --tw-text-opacity: 1;
  color: rgb(172 213 65 / var(--tw-text-opacity));
}

.text-\[\#14083A\] {
  --tw-text-opacity: 1;
  color: rgb(20 8 58 / var(--tw-text-opacity));
}

.text-\[\#472F91\] {
  --tw-text-opacity: 1;
  color: rgb(71 47 145 / var(--tw-text-opacity));
}

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

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

.text-\[\#419DD2\] {
  --tw-text-opacity: 1;
  color: rgb(65 157 210 / var(--tw-text-opacity));
}

.text-\[\#482F7F\] {
  --tw-text-opacity: 1;
  color: rgb(72 47 127 / var(--tw-text-opacity));
}

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

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity));
}

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-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);
}

.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-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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);
}

.outline {
  outline-style: solid;
}

.outline-1 {
  outline-width: 1px;
}

.outline-offset-2 {
  outline-offset: 2px;
}

.outline-white {
  outline-color: #ffffff;
}

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

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

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

.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-md {
  --tw-backdrop-blur: blur(12px);
  -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;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.duration-\[500\] {
  transition-duration: 500;
}

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

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@font-face {
  font-family: "GothamBook";

  src: url("fonts/Gotham-Book.otf") format("opentype");
}

@font-face {
  font-family: "GothamLight";

  src: url("fonts/Gotham-Light.otf") format("opentype");
}

@font-face {
  font-family: "Montserrat";

  src: url("fonts/Montserrat-Regular.ttf") format("truetype");
}

body {
  font-family: "GothamBook", sans-serif;
}

a {
  font-family: "Montserrat", sans-serif;
}

li button {
  font-family: "Montserrat", sans-serif;
}

.sort-by {
  font-family: "Montserrat", sans-serif;
}

.btn-download{
  font-family: "Montserrat", sans-serif;
}

.btn-download h5{
  font-family: "Montserrat", sans-serif;
}

li span {
  font-family: "Montserrat", sans-serif;
}

.box-caption {
  color: white;
}

.cursor-default span {
  font-family: "Montserrat", sans-serif;
}

p {
  margin-bottom: 1rem;
}

h3 {
  margin-bottom: 1rem;
}

h5 {
  font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 1440px) and (max-width: 1535px){
  .container {
    padding: 0 6em;
  }
}

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

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

.before\:-right-4::before {
  content: var(--tw-content);
  right: -1rem;
}

.before\:z-10::before {
  content: var(--tw-content);
  z-index: 10;
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

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

.before\:w-1\/2::before {
  content: var(--tw-content);
  width: 50%;
}

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

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

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

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

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

.after\:top-\[3px\]::after {
  content: var(--tw-content);
  top: 3px;
}

.after\:right-\[-1em\]::after {
  content: var(--tw-content);
  right: -1em;
}

.after\:h-\[80\%\]::after {
  content: var(--tw-content);
  height: 80%;
}

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

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

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

.even\:bg-\[\#F6F6F6\]:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

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

.invalid\:text-pink-700:invalid {
  --tw-text-opacity: 1;
  color: rgb(191 18 93 / var(--tw-text-opacity));
}

.hover\:right-0:hover {
  right: 0px;
}

.hover\:h-44:hover {
  height: 11rem;
}

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

.hover\:scale-90:hover {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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\:rounded-xl:hover {
  border-radius: 0.75rem;
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.hover\:bg-\[\#4CA9E2\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(76 169 226 / var(--tw-bg-opacity));
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 66 159 / var(--tw-bg-opacity));
}

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

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

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

.hover\:bg-\[\#482F7F\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(72 47 127 / var(--tw-bg-opacity));
}

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

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

.hover\:text-\[\#4CA9E2\]:hover {
  --tw-text-opacity: 1;
  color: rgb(76 169 226 / var(--tw-text-opacity));
}

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

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

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity));
}

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

.hover\:opacity-95:hover {
  opacity: 0.95;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

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

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover {
  --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);
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:transition-all:hover {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hover\:transition:hover {
  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;
}

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

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

.focus\:border-\[\#4CA9E2\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(76 169 226 / var(--tw-border-opacity));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity));
}

.focus\:bg-\[\#367CBC\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(54 124 188 / var(--tw-bg-opacity));
}

.focus\:bg-\[\#014A86\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(1 74 134 / var(--tw-bg-opacity));
}

.focus\:bg-\[url\(\'\/img\/people\/bg-benefit\.png\'\)\]:focus {
  background-image: url('/img/people/bg-benefit.png');
}

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

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

.focus\:ring-1: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(1px + 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-4: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(4px + 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-gray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

.focus\:ring-indigo-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(81 69 205 / var(--tw-ring-opacity));
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 131 248 / var(--tw-ring-opacity));
}

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

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

.invalid\:focus\:ring-pink-700:focus:invalid {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 18 93 / var(--tw-ring-opacity));
}

.active\:bg-\[\#367CBC\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(54 124 188 / var(--tw-bg-opacity));
}

.active\:bg-\[url\(\'\/img\/people\/bg-benefit\.png\'\)\]:active {
  background-image: url('/img/people/bg-benefit.png');
}

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

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

.active\:text-\[\#4CA9E2\]:active {
  --tw-text-opacity: 1;
  color: rgb(76 169 226 / var(--tw-text-opacity));
}

.group\/head:hover .group-hover\/head\:z-30 {
  z-index: 30;
}

.group\/head:hover .group-hover\/head\:block {
  display: block;
}

.group\/content:hover .group-hover\/content\:block {
  display: block;
}

.group\/head:hover .group-hover\/head\:h-auto {
  height: auto;
}

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

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

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

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

.group\/content:hover .group-hover\/content\:transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.group\/head:hover .group-hover\/head\:transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.group\/head:hover .group-hover\/head\:duration-700 {
  transition-duration: 700ms;
}

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

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

.dark .dark\:border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity));
}

.dark .dark\:border-transparent {
  border-color: transparent;
}

.dark .dark\:bg-violet-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity));
}

.dark .dark\:bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 100 242 / var(--tw-bg-opacity));
}

.dark .dark\:bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

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

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

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

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

.dark .dark\:bg-gray-800\/50 {
  background-color: rgb(31 41 55 / 0.5);
}

.dark .dark\:bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

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

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

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

.dark .dark\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.dark .dark\:text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.dark .dark\:text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity));
}

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

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

.dark .dark\:shadow-sm-light {
  --tw-shadow: 0 2px 5px 0px rgba(255, 255, 255, 0.08);
  --tw-shadow-colored: 0 2px 5px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dark .dark\:hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity));
}

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

.dark .dark\:hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

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

.dark .dark\:hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity));
}

.dark .dark\:hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.dark .dark\:focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity));
}

.dark .dark\:focus\:ring-blue-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 66 159 / var(--tw-ring-opacity));
}

.dark .dark\:focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 131 248 / var(--tw-ring-opacity));
}

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

  .sm\:left-\[1em\] {
    left: 1em;
  }

  .sm\:top-\[7em\] {
    top: 7em;
  }

  .sm\:left-\[202px\] {
    left: 202px;
  }

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

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

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:mt-36 {
    margin-top: 9rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

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

  .sm\:ml-0 {
    margin-left: 0px;
  }

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

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-\[10\%\] {
    width: 10%;
  }

  .sm\:w-\[80\%\] {
    width: 80%;
  }

  .sm\:w-1\/6 {
    width: 16.666667%;
  }

  .sm\:w-5\/6 {
    width: 83.333333%;
  }

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

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

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

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

  .sm\:w-\[55\%\] {
    width: 55%;
  }

  .sm\:w-full {
    width: 100%;
  }

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

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

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

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

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

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

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

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

  .sm\:pl-44 {
    padding-left: 11rem;
  }

  .sm\:pr-48 {
    padding-right: 12rem;
  }

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

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:pr-32 {
    padding-right: 8rem;
  }

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

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

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

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

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

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

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

@media (min-width: 768px) {
  @media (min-width: 640px) {
    .md\:sm\:mb-2 {
      margin-bottom: 0.5rem;
    }
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:left-\[2em\] {
    left: 2em;
  }

  .md\:top-\[9em\] {
    top: 9em;
  }

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

  .md\:bottom-20 {
    bottom: 5rem;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

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

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

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

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

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

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

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

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

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

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-2\/3 {
    height: 66.666667%;
  }

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

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

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

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

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

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

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

  .md\:w-full {
    width: 100%;
  }

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

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

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-3\/6 {
    width: 50%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-\[55\%\] {
    width: 55%;
  }

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

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

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:border-t-0 {
    border-top-width: 0px;
  }

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

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

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

  .md\:p-\[20px\] {
    padding: 20px;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-\[1\.4rem\] {
    padding: 1.4rem;
  }

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

  .md\:pr-14 {
    padding-right: 3.5rem;
  }

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

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

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

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

  .md\:pr-20 {
    padding-right: 5rem;
  }

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

  .md\:pt-48 {
    padding-top: 12rem;
  }

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

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

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

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

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

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

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

@media (min-width: 1024px) {
  .lg\:left-\[2em\] {
    left: 2em;
  }

  .lg\:top-\[12em\] {
    top: 12em;
  }

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

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

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

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

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

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

  .lg\:p-\[1\.4rem\] {
    padding: 1.4rem;
  }

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

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

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

  .lg\:pl-24 {
    padding-left: 6rem;
  }

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

  .lg\:pr-20 {
    padding-right: 5rem;
  }

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

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

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

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

@media (min-width: 1200px) {
  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:bottom-\[300px\] {
    bottom: 300px;
  }

  .xl\:bottom-6 {
    bottom: 1.5rem;
  }

  .xl\:bottom-16 {
    bottom: 4rem;
  }

  .xl\:-bottom-16 {
    bottom: -4rem;
  }

  .xl\:top-20 {
    top: 5rem;
  }

  .xl\:right-\[-8em\] {
    right: -8em;
  }

  .xl\:right-52 {
    right: 13rem;
  }

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

  .xl\:top-0 {
    top: 0px;
  }

  .xl\:top-\[3\.5em\] {
    top: 3.5em;
  }

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

  .xl\:top-24 {
    top: 6rem;
  }

  .xl\:bottom-52 {
    bottom: 13rem;
  }

  .xl\:left-16 {
    left: 4rem;
  }

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

  .xl\:bottom-20 {
    bottom: 5rem;
  }

  .xl\:bottom-24 {
    bottom: 6rem;
  }

  .xl\:right-8 {
    right: 2rem;
  }

  .xl\:top-\[6\.5em\] {
    top: 6.5em;
  }

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

  .xl\:top-\[9em\] {
    top: 9em;
  }

  .xl\:left-40 {
    left: 10rem;
  }

  .xl\:left-20 {
    left: 5rem;
  }

  .xl\:top-\[13\%\] {
    top: 13%;
  }

  .xl\:bottom-\[85px\] {
    bottom: 85px;
  }

  .xl\:left-\[365px\] {
    left: 365px;
  }

  .xl\:-top-5 {
    top: -1.25rem;
  }

  .xl\:top-28 {
    top: 7rem;
  }

  .xl\:left-24 {
    left: 6rem;
  }

  .xl\:right-24 {
    right: 6rem;
  }

  .xl\:bottom-28 {
    bottom: 7rem;
  }

  .xl\:left-28 {
    left: 7rem;
  }

  .xl\:top-\[28\%\] {
    top: 28%;
  }

  .xl\:bottom-\[90px\] {
    bottom: 90px;
  }

  .xl\:left-\[450px\] {
    left: 450px;
  }

  .xl\:top-\[25\%\] {
    top: 25%;
  }

  .xl\:top-\[45\%\] {
    top: 45%;
  }

  .xl\:left-\[12\%\] {
    left: 12%;
  }

  .xl\:left-\[4\%\] {
    left: 4%;
  }

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

  .xl\:order-1 {
    order: 1;
  }

  .xl\:m-4 {
    margin: 1rem;
  }

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

  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

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

  .xl\:my-\[24px\] {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .xl\:my-\[20px\] {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xl\:my-\[18px\] {
    margin-top: 18px;
    margin-bottom: 18px;
  }

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

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

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

  .xl\:mt-\[20rem\] {
    margin-top: 20rem;
  }

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

  .xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

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

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

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

  .xl\:mt-24 {
    margin-top: 6rem;
  }

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

  .xl\:mt-48 {
    margin-top: 12rem;
  }

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

  .xl\:mr-5 {
    margin-right: 1.25rem;
  }

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

  .xl\:mr-0 {
    margin-right: 0px;
  }

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

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

  .xl\:ml-0 {
    margin-left: 0px;
  }

  .xl\:mr-\[2em\] {
    margin-right: 2em;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

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

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

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

  .xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .xl\:mt-32 {
    margin-top: 8rem;
  }

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

  .xl\:mb-40 {
    margin-bottom: 10rem;
  }

  .xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

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

  .xl\:mt-36 {
    margin-top: 9rem;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xl\:ml-24 {
    margin-left: 6rem;
  }

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

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

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

  .xl\:mb-60 {
    margin-bottom: 15rem;
  }

  .xl\:-mt-36 {
    margin-top: -9rem;
  }

  .xl\:mt-40 {
    margin-top: 10rem;
  }

  .xl\:mb-56 {
    margin-bottom: 14rem;
  }

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

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

  .xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xl\:mt-\[-2em\] {
    margin-top: -2em;
  }

  .xl\:mr-\[-2em\] {
    margin-right: -2em;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:aspect-\[3\/4\] {
    aspect-ratio: 3/4;
  }

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

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

  .xl\:h-12 {
    height: 3rem;
  }

  .xl\:h-\[70\%\] {
    height: 70%;
  }

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

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

  .xl\:h-0 {
    height: 0px;
  }

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

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

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

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

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

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

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

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

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-5 {
    height: 1.25rem;
  }

  .xl\:h-36 {
    height: 9rem;
  }

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

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

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

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

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

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

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

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

  .xl\:h-44 {
    height: 11rem;
  }

  .xl\:h-32 {
    height: 8rem;
  }

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

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

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

  .xl\:h-4 {
    height: 1rem;
  }

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

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

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:h-52 {
    height: 13rem;
  }

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

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

  .xl\:h-40 {
    height: 10rem;
  }

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

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

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

  .xl\:max-h-\[100\%\] {
    max-height: 100%;
  }

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

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

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

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

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

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-full {
    width: 100%;
  }

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

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

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

  .xl\:w-\[2\.5\%\] {
    width: 2.5%;
  }

  .xl\:w-\[10\%\] {
    width: 10%;
  }

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

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-\[80\%\] {
    width: 80%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-\[68\%\] {
    width: 68%;
  }

  .xl\:w-\[50\%\] {
    width: 50%;
  }

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

  .xl\:w-2\/6 {
    width: 33.333333%;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-5 {
    width: 1.25rem;
  }

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

  .xl\:w-2\/12 {
    width: 16.666667%;
  }

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

  .xl\:w-3\/6 {
    width: 50%;
  }

  .xl\:w-4\/6 {
    width: 66.666667%;
  }

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

  .xl\:w-\[24\%\] {
    width: 24%;
  }

  .xl\:w-\[76\%\] {
    width: 76%;
  }

  .xl\:w-\[40\%\] {
    width: 40%;
  }

  .xl\:w-\[3\%\] {
    width: 3%;
  }

  .xl\:w-\[4\%\] {
    width: 4%;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

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

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

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

  .xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }

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

  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .xl\:gap-4 {
    gap: 1rem;
  }

  .xl\:self-center {
    align-self: center;
  }

  .xl\:rounded-\[15px\] {
    border-radius: 15px;
  }

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

  .xl\:border-0 {
    border-width: 0px;
  }

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

  .xl\:border-l-2 {
    border-left-width: 2px;
  }

  .xl\:border-t-0 {
    border-top-width: 0px;
  }

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

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

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

  .xl\:bg-\[url\(none\)\] {
    background-image: url(none);
  }

  .xl\:bg-\[url\(\'\/img\/bg-header\.png\'\)\] {
    background-image: url('/img/bg-header.png');
  }

  .xl\:bg-auto {
    background-size: auto;
  }

  .xl\:bg-\[length\:180px\] {
    background-size: 180px;
  }

  .xl\:bg-\[length\:950px\] {
    background-size: 950px;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-0 {
    padding: 0px;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-2 {
    padding: 0.5rem;
  }

  .xl\:p-20 {
    padding: 5rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

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

  .xl\:p-5 {
    padding: 1.25rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-\[1\.5rem\] {
    padding: 1.5rem;
  }

  .xl\:p-24 {
    padding: 6rem;
  }

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

  .xl\:p-\[1\.4rem\] {
    padding: 1.4rem;
  }

  .xl\:p-32 {
    padding: 8rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

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

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

  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

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

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

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

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

  .xl\:px-\[5em\] {
    padding-left: 5em;
    padding-right: 5em;
  }

  .xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

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

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

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

  .xl\:px-\[120px\] {
    padding-left: 120px;
    padding-right: 120px;
  }

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

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

  .xl\:py-\[10em\] {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

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

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

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

  .xl\:pr-48 {
    padding-right: 12rem;
  }

  .xl\:pt-\[15rem\] {
    padding-top: 15rem;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }

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

  .xl\:pt-0 {
    padding-top: 0px;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

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

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

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:pl-\[3em\] {
    padding-left: 3em;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

  .xl\:pt-\[2\.5em\] {
    padding-top: 2.5em;
  }

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

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

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

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }

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

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

  .xl\:pl-44 {
    padding-left: 11rem;
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }

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

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

  .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

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

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

  .xl\:pr-32 {
    padding-right: 8rem;
  }

  .xl\:pr-\[1rem\] {
    padding-right: 1rem;
  }

  .xl\:pr-44 {
    padding-right: 11rem;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem;
  }

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

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pl-11 {
    padding-left: 2.75rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .xl\:pr-40 {
    padding-right: 10rem;
  }

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

  .xl\:pt-28 {
    padding-top: 7rem;
  }

  .xl\:pt-60 {
    padding-top: 15rem;
  }

  .xl\:pt-40 {
    padding-top: 10rem;
  }

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

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

  .xl\:pt-8 {
    padding-top: 2rem;
  }

  .xl\:pr-36 {
    padding-right: 9rem;
  }

  .xl\:pr-72 {
    padding-right: 18rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

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

  .xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .xl\:pr-56 {
    padding-right: 14rem;
  }

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

  .xl\:pl-32 {
    padding-left: 8rem;
  }

  .xl\:pt-44 {
    padding-top: 11rem;
  }

  .xl\:text-start {
    text-align: start;
  }

  .xl\:text-end {
    text-align: end;
  }

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

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

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

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

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

  .xl\:text-\[1em\] {
    font-size: 1em;
  }

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

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

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

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

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

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

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

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

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

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

  .xl\:font-normal {
    font-weight: 400;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }

  .xl\:leading-10 {
    line-height: 2.5rem;
  }

  .xl\:leading-8 {
    line-height: 2rem;
  }

  .xl\:leading-loose {
    line-height: 2;
  }

  .xl\:leading-\[3rem\] {
    line-height: 3rem;
  }

  .xl\:leading-\[30px\] {
    line-height: 30px;
  }

  .xl\:leading-7 {
    line-height: 1.75rem;
  }

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

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

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

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

  .xl\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

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

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

  .before\:xl\:-top-32::before {
    content: var(--tw-content);
    top: -8rem;
  }

  .xl\:after\:top-\[0px\]::after {
    content: var(--tw-content);
    top: 0px;
  }

  .xl\:after\:right-\[-1em\]::after {
    content: var(--tw-content);
    right: -1em;
  }

  .xl\:after\:h-full::after {
    content: var(--tw-content);
    height: 100%;
  }

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

  .xl\:odd\:flex-col:nth-child(odd) {
    flex-direction: column;
  }

  .xl\:even\:flex-col-reverse:nth-child(even) {
    flex-direction: column-reverse;
  }

  .xl\:hover\:h-36:hover {
    height: 9rem;
  }

  .xl\:hover\:w-\[40\%\]:hover {
    width: 40%;
  }

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

  .xl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .group\/head:hover .group-hover\/head\:xl\:z-30 {
    z-index: 30;
  }

  .group\/head:hover .group-hover\/head\:xl\:block {
    display: block;
  }

  .group\/head:hover .group-hover\/head\:xl\:h-\[250px\] {
    height: 250px;
  }

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

  .group\/head:hover .group-hover\/head\:xl\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .group\/head:hover .group-hover\/head\:xl\:duration-700 {
    transition-duration: 700ms;
  }

  .xl\:\[\&\:nth-child\(4\)\]\:flex-col:nth-child(4) {
    flex-direction: column;
  }

  .xl\:\[\&\:nth-child\(5\)\]\:flex-col-reverse:nth-child(5) {
    flex-direction: column-reverse;
  }

  .xl\:\[\&\:nth-child\(6\)\]\:flex-col:nth-child(6) {
    flex-direction: column;
  }
}

@media (min-width: 1920px) {
  .\32xl\:container {
    width: 100%;
    padding-right: 2em;
    padding-left: 2em;
  }

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

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

  @media (min-width: 1024px) {
    .\32xl\:container {
      max-width: 1024px;
      padding-right: 4em;
      padding-left: 4em;
    }
  }

  @media (min-width: 1200px) {
    .\32xl\:container {
      max-width: 1200px;
      padding-right: 8em;
      padding-left: 8em;
    }
  }

  @media (min-width: 1920px) {
    .\32xl\:container {
      max-width: 1920px;
      padding-right: 4em;
      padding-left: 4em;
    }
  }

  .\32xl\:bottom-\[400px\] {
    bottom: 400px;
  }

  .\32xl\:bottom-8 {
    bottom: 2rem;
  }

  .\32xl\:-bottom-20 {
    bottom: -5rem;
  }

  .\32xl\:top-28 {
    top: 7rem;
  }

  .\32xl\:right-\[-10em\] {
    right: -10em;
  }

  .\32xl\:right-60 {
    right: 15rem;
  }

  .\32xl\:-top-6 {
    top: -1.5rem;
  }

  .\32xl\:top-\[5\.5em\] {
    top: 5.5em;
  }

  .\32xl\:top-40 {
    top: 10rem;
  }

  .\32xl\:bottom-64 {
    bottom: 16rem;
  }

  .\32xl\:left-28 {
    left: 7rem;
  }

  .\32xl\:right-24 {
    right: 6rem;
  }

  .\32xl\:bottom-32 {
    bottom: 8rem;
  }

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

  .\32xl\:top-\[5em\] {
    top: 5em;
  }

  .\32xl\:left-20 {
    left: 5rem;
  }

  .\32xl\:top-\[9em\] {
    top: 9em;
  }

  .\32xl\:left-64 {
    left: 16rem;
  }

  .\32xl\:top-\[7em\] {
    top: 7em;
  }

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

  .\32xl\:top-\[13\%\] {
    top: 13%;
  }

  .\32xl\:left-\[502px\] {
    left: 502px;
  }

  .\32xl\:top-\[35\%\] {
    top: 35%;
  }

  .\32xl\:-bottom-12 {
    bottom: -3rem;
  }

  .\32xl\:bottom-40 {
    bottom: 10rem;
  }

  .\32xl\:left-40 {
    left: 10rem;
  }

  .\32xl\:top-\[30\%\] {
    top: 30%;
  }

  .\32xl\:left-\[500px\] {
    left: 500px;
  }

  .\32xl\:top-\[55\%\] {
    top: 55%;
  }

  .\32xl\:left-\[13\%\] {
    left: 13%;
  }

  .\32xl\:bottom-\[450px\] {
    bottom: 450px;
  }

  .\32xl\:left-\[2\%\] {
    left: 2%;
  }

  .\32xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

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

  .\32xl\:mt-\[30rem\] {
    margin-top: 30rem;
  }

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

  .\32xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .\32xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .\32xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .\32xl\:mt-40 {
    margin-top: 10rem;
  }

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

  .\32xl\:mt-56 {
    margin-top: 14rem;
  }

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

  .\32xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .\32xl\:mt-32 {
    margin-top: 8rem;
  }

  .\32xl\:mb-56 {
    margin-bottom: 14rem;
  }

  .\32xl\:mb-40 {
    margin-bottom: 10rem;
  }

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

  .\32xl\:mt-24 {
    margin-top: 6rem;
  }

  .\32xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

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

  .\32xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .\32xl\:mt-4 {
    margin-top: 1rem;
  }

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

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

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

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

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

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

  .\32xl\:mt-8 {
    margin-top: 2rem;
  }

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

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

  .\32xl\:mt-60 {
    margin-top: 15rem;
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:flex {
    display: flex;
  }

  .\32xl\:hidden {
    display: none;
  }

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

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

  .\32xl\:h-\[80\%\] {
    height: 80%;
  }

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

  .\32xl\:h-auto {
    height: auto;
  }

  .\32xl\:h-24 {
    height: 6rem;
  }

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

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

  .\32xl\:h-28 {
    height: 7rem;
  }

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

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

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

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

  .\32xl\:h-6 {
    height: 1.5rem;
  }

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

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

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

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

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

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

  .\32xl\:h-36 {
    height: 9rem;
  }

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

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

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

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

  .\32xl\:h-60 {
    height: 15rem;
  }

  .\32xl\:h-40 {
    height: 10rem;
  }

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

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

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

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

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

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

  .\32xl\:h-72 {
    height: 18rem;
  }

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

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

  .\32xl\:h-80 {
    height: 20rem;
  }

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

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

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

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

  .\32xl\:w-full {
    width: 100%;
  }

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

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

  .\32xl\:w-\[10\%\] {
    width: 10%;
  }

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

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

  .\32xl\:w-\[8\%\] {
    width: 8%;
  }

  .\32xl\:w-\[40\%\] {
    width: 40%;
  }

  .\32xl\:w-6 {
    width: 1.5rem;
  }

  .\32xl\:w-\[85\%\] {
    width: 85%;
  }

  .\32xl\:w-3\/5 {
    width: 60%;
  }

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

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

  .\32xl\:w-\[45\%\] {
    width: 45%;
  }

  .\32xl\:w-\[80\%\] {
    width: 80%;
  }

  .\32xl\:w-\[5\%\] {
    width: 5%;
  }

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

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

  .\32xl\:max-w-md {
    max-width: 28rem;
  }

  .\32xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .\32xl\:gap-5 {
    gap: 1.25rem;
  }

  .\32xl\:gap-8 {
    gap: 2rem;
  }

  .\32xl\:gap-32 {
    gap: 8rem;
  }

  .\32xl\:bg-cover {
    background-size: cover;
  }

  .\32xl\:bg-\[length\:250px\] {
    background-size: 250px;
  }

  .\32xl\:bg-\[length\:1300px\] {
    background-size: 1300px;
  }

  .\32xl\:bg-center {
    background-position: center;
  }

  .\32xl\:p-8 {
    padding: 2rem;
  }

  .\32xl\:p-3 {
    padding: 0.75rem;
  }

  .\32xl\:p-16 {
    padding: 4rem;
  }

  .\32xl\:p-10 {
    padding: 2.5rem;
  }

  .\32xl\:p-20 {
    padding: 5rem;
  }

  .\32xl\:p-\[3\.5rem\] {
    padding: 3.5rem;
  }

  .\32xl\:p-36 {
    padding: 9rem;
  }

  .\32xl\:p-32 {
    padding: 8rem;
  }

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

  .\32xl\:p-4 {
    padding: 1rem;
  }

  .\32xl\:p-24 {
    padding: 6rem;
  }

  .\32xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

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

  .\32xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

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

  .\32xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

  .\32xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\32xl\:px-\[8em\] {
    padding-left: 8em;
    padding-right: 8em;
  }

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

  .\32xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:px-\[150px\] {
    padding-left: 150px;
    padding-right: 150px;
  }

  .\32xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\32xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

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

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

  .\32xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .\32xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

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

  .\32xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .\32xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .\32xl\:pr-96 {
    padding-right: 24rem;
  }

  .\32xl\:pt-64 {
    padding-top: 16rem;
  }

  .\32xl\:pt-48 {
    padding-top: 12rem;
  }

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

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

  .\32xl\:pl-32 {
    padding-left: 8rem;
  }

  .\32xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .\32xl\:pl-\[1em\] {
    padding-left: 1em;
  }

  .\32xl\:pr-\[1\.5em\] {
    padding-right: 1.5em;
  }

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

  .\32xl\:pt-\[4em\] {
    padding-top: 4em;
  }

  .\32xl\:pt-8 {
    padding-top: 2rem;
  }

  .\32xl\:pt-12 {
    padding-top: 3rem;
  }

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

  .\32xl\:pt-32 {
    padding-top: 8rem;
  }

  .\32xl\:pl-80 {
    padding-left: 20rem;
  }

  .\32xl\:pl-40 {
    padding-left: 10rem;
  }

  .\32xl\:pt-\[130px\] {
    padding-top: 130px;
  }

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

  .\32xl\:pr-48 {
    padding-right: 12rem;
  }

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

  .\32xl\:pr-60 {
    padding-right: 15rem;
  }

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

  .\32xl\:pr-32 {
    padding-right: 8rem;
  }

  .\32xl\:pr-4 {
    padding-right: 1rem;
  }

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

  .\32xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .\32xl\:pr-20 {
    padding-right: 5rem;
  }

  .\32xl\:pr-72 {
    padding-right: 18rem;
  }

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

  .\32xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .\32xl\:pt-40 {
    padding-top: 10rem;
  }

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

  .\32xl\:pt-\[75px\] {
    padding-top: 75px;
  }

  .\32xl\:pr-56 {
    padding-right: 14rem;
  }

  .\32xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .\32xl\:pr-64 {
    padding-right: 16rem;
  }

  .\32xl\:pt-56 {
    padding-top: 14rem;
  }

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

  .\32xl\:pt-28 {
    padding-top: 7rem;
  }

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

  .\32xl\:pt-0 {
    padding-top: 0px;
  }

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

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

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

  .\32xl\:pt-36 {
    padding-top: 9rem;
  }

  .\32xl\:pl-64 {
    padding-left: 16rem;
  }

  .\32xl\:pl-7 {
    padding-left: 1.75rem;
  }

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

  .\32xl\:pr-40 {
    padding-right: 10rem;
  }

  .\32xl\:pr-52 {
    padding-right: 13rem;
  }

  .\32xl\:pl-48 {
    padding-left: 12rem;
  }

  .\32xl\:pt-72 {
    padding-top: 18rem;
  }

  .\32xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .\32xl\:text-start {
    text-align: start;
  }

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

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

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

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

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

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

  .\32xl\:text-\[1\.5em\] {
    font-size: 1.5em;
  }

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

  .\32xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

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

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

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

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

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

  .\32xl\:top-4 {
    top: 1rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .\32xl\:leading-\[55px\] {
    line-height: 55px;
  }

  .\32xl\:leading-10 {
    line-height: 2.5rem;
  }

  .\32xl\:leading-\[4rem\] {
    line-height: 4rem;
  }

  .\32xl\:leading-\[36px\] {
    line-height: 36px;
  }

  .\32xl\:leading-8 {
    line-height: 2rem;
  }

  .before\:2xl\:-top-40::before {
    content: var(--tw-content);
    top: -10rem;
  }

  .\32xl\:hover\:h-48:hover {
    height: 12rem;
  }

  .group\/head:hover .group-hover\/head\:2xl\:h-\[370px\] {
    height: 370px;
  }
}

.\[\&\:nth-child\(odd\)\]\:bg-\[\#F6F6F6\]:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

