/*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

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

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

[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: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
     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;
     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;
     color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

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

.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}

.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-9 {
  --tw-aspect-h: 9;
}

.invisible {
  visibility: hidden;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.bottom-10 {
  bottom: 2.5rem;
}

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

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

.bottom-3 {
  bottom: 0.75rem;
}

.right-5 {
  right: 1.25rem;
}

.bottom-16 {
  bottom: 4rem;
}

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

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

.left-3 {
  left: 0.75rem;
}

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

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

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

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

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

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

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

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

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.order-3 {
  order: 3;
}

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

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

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

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

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

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

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

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

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

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

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

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

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

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

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

.mb-36 {
  margin-bottom: 9rem;
}

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-max {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.h-6 {
  height: 1.5rem;
}

.h-full {
  height: 100%;
}

.h-0 {
  height: 0px;
}

.h-8 {
  height: 2rem;
}

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

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

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

.min-h-max {
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-h-\[187\2c 5px\] {
  min-height: 187,5px;
}

.min-h-\[187\.5px\] {
  min-height: 187.5px;
}

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

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

.w-10 {
  width: 2.5rem;
}

.w-full {
  width: 100%;
}

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

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

.w-6 {
  width: 1.5rem;
}

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

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

.w-auto {
  width: auto;
}

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

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

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

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

.w-8 {
  width: 2rem;
}

.w-4\/6 {
  width: 66.666667%;
}

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

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

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

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

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

.min-w-full {
  min-width: 100%;
}

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

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

.min-w-\[187\.5px\] {
  min-width: 187.5px;
}

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

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

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

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

.grow {
  flex-grow: 1;
}

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

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

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

.translate-x-\[-20\%\] {
  --tw-translate-x: -20%;
  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-\[-30\%\] {
  --tw-translate-x: -30%;
  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-\[-70\%\] {
  --tw-translate-x: -70%;
  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-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-y-40 {
  row-gap: 10rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

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

.border-color2 {
  --tw-border-opacity: 1;
  border-color: rgb(90 186 163 / var(--tw-border-opacity));
}

.border-b-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity));
}

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

.bg-color1 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 28 44 / var(--tw-bg-opacity));
}

.bg-color2 {
  --tw-bg-opacity: 1;
  background-color: rgb(90 186 163 / var(--tw-bg-opacity));
}

.bg-\[\#CEEEE7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(206 238 231 / var(--tw-bg-opacity));
}

.bg-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(240 234 220 / var(--tw-bg-opacity));
}

.bg-orange3 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 101 27 / var(--tw-bg-opacity));
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(16 58 113 / var(--tw-bg-opacity));
}

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

.bg-gris {
  --tw-bg-opacity: 1;
  background-color: rgb(23 34 47 / var(--tw-bg-opacity));
}

.bg-rojo1 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 113 92 / var(--tw-bg-opacity));
}

.bg-rojo2 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 84 68 / var(--tw-bg-opacity));
}

.bg-rojo3 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 62 54 / var(--tw-bg-opacity));
}

.bg-rojo4 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 32 38 / var(--tw-bg-opacity));
}

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

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

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

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

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

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

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

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

.p-5 {
  padding: 1.25rem;
}

.p-0 {
  padding: 0px;
}

.p-3 {
  padding: 0.75rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-opensans_condbold {
  font-family: OpenSans Condensed Bold, sans-serif;
}

.font-barlow_light {
  font-family: Barlow light, serif;
}

.font-barlow_bold {
  font-family: Barlow Bold, serif;
}

.font-barlow_bold_italic {
  font-family: Barlow Bold Italic, serif;
}

.font-opensans_semibold {
  font-family: OpenSans Semi Bold, sans-serif;
}

.font-opensans_bold {
  font-family: OpenSans Bold, sans-serif;
}

.font-barlow_medium {
  font-family: Barlow Medium, serif;
}

.font-barlow_semibold {
  font-family: Barlow Semibold, serif;
}

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

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

.text-medium {
  font-size: 56px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-\[0px\] {
  line-height: 0px;
}

.leading-3 {
  line-height: .75rem;
}

.leading-\[30px\] {
  line-height: 30px;
}

.leading-\[3px\] {
  line-height: 3px;
}

.leading-\[120px\] {
  line-height: 120px;
}

.leading-\[47px\] {
  line-height: 47px;
}

.leading-\[48px\] {
  line-height: 48px;
}

.leading-\[38px\] {
  line-height: 38px;
}

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

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

.leading-\[70px\] {
  line-height: 70px;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-\[56px\] {
  line-height: 56px;
}

.leading-\[46px\] {
  line-height: 46px;
}

.leading-\[85px\] {
  line-height: 85px;
}

.leading-\[50px\] {
  line-height: 50px;
}

.leading-\[15px\] {
  line-height: 15px;
}

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

.text-color2 {
  --tw-text-opacity: 1;
  color: rgb(90 186 163 / var(--tw-text-opacity));
}

.text-color1 {
  --tw-text-opacity: 1;
  color: rgb(7 28 44 / var(--tw-text-opacity));
}

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

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

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

.text-gold {
  --tw-text-opacity: 1;
  color: rgb(183 149 79 / var(--tw-text-opacity));
}

.text-rojo4 {
  --tw-text-opacity: 1;
  color: rgb(228 32 38 / var(--tw-text-opacity));
}

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

.opacity-0 {
  opacity: 0;
}

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

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

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

@font-face {
  font-family: "Barlow Bold";

  src: url(../fonts/Barlow-Bold.otf);
}

@font-face {
  font-family: "Barlow Light";

  src: url(../fonts/Barlow-Light.otf);
}

@font-face {
  font-family: "Barlow Bold Italic";

  src: url(../fonts/Barlow-BoldItalic.otf);
}

@font-face {
  font-family: "Barlow Medium";

  src: url(../fonts/Barlow-Medium.otf);
}

@font-face {
  font-family: "Barlow Semibold";

  src: url(../fonts/Barlow-SemiBold.otf);
}

@font-face {
  font-family: "OpenSans Condensed Bold";

  src: url(../fonts/OpenSans-CondBold.ttf);
}

@font-face {
  font-family: "OpenSans Semi Bold";

  src: url(../fonts/OpenSans-Semibold.ttf);
}

@font-face {
  font-family: "OpenSans Bold";

  src: url(../fonts/OpenSans-Bold.ttf);
}

@font-face
{
  font-family: 'slick';

  font-weight: normal;

  font-style: normal;

  src: url('../fonts/slick.eot');

  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}

.background-1{
  background-image: url('../img/home_fondo_01.jpg');
}

.background-2{
  background-image: url('../img/home_fondo_02_2.jpg');
}

.background-3{
  background-image: url('../img/home_fondo_03.jpg');
}

.background-4{
  background-image: url('../img/ourcomp_fondo.jpg');
}

.background-5{
  background-image: url('../img/partners_fondo.jpg');
}

.background-6{
  background-image: url('../img/cross_fondo.jpg');
}

.background-7{
  background-image: url('../img/contact_fondo.jpg');
}

.slider-back1{
  background-image: url('../img/zig_brands-banner01.jpg');
}

.slider-back2{
  background-image: url('../img/zig_brands-banner03.jpg');
}

.slider-back3{
  background-image: url('../img/zig_brands-banner05.jpg');
}

.slider--mobile1{
  background-image: url('../img/nuevo_slider_oca.jpg');
}

.slider--mobile2{
  background-image: url('../img/nuevo_slider_citric.jpg');
}

.slider--mobile3{
  background-image: url('../img/nuevo_slider_guitig.jpg');
}

.slick-track
{
  display: flex !important;
}

.slick-slide
{
  height: inherit !important;
}

/* the slides */

#slider .slick-slide {
  margin: 0 26px;
}

/* the parent */

#slider .slick-list {
  margin: 0 -0px;
}

.slick-dots{
  display: flex;
}

.slick-slider-dots-company .slick-dots{
  display: flex;
}

.slick-slider-dots .slick-dots{
  display: flex;
}

.slick-dots li
{
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-slider-dots-company .slick-dots li
{
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-slider-dots .slick-dots li
{
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button
{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-slider-dots-company .slick-dots li button
{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-slider-dots .slick-dots li button
{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus
{
  outline: none;
}

.slick-slider-dots-company .slick-dots li button:hover,
.slick-slider-dots-company .slick-dots li button:focus
{
  outline: none;
}

.slick-slider-dots .slick-dots li button:hover,
.slick-slider-dots .slick-dots li button:focus
{
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
  opacity: 1;
}

.slick-slider-dots-company .slick-dots li button:hover:before,
.slick-slider-dots-company .slick-dots li button:focus:before
{
  opacity: 1;
}

.slick-slider-dots .slick-dots li button:hover:before,
.slick-slider-dots .slick-dots li button:focus:before
{
  opacity: 1;
}

.slick-dots li button:before
{
  font-family: 'slick';
  font-size: 0px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '•';
  text-align: center;
  border: 1px solid #5abaa3;
  border-radius: 50%;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-slider-dots-company .slick-dots li button:before
{
  font-family: 'slick';
  font-size: 0px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '•';
  text-align: center;
  border: 1px solid #5abaa3;
  border-radius: 50%;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-slider-dots .slick-dots li button:before
{
  font-family: 'slick';
  font-size: 0px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '•';
  text-align: center;
  border: 1px solid #5abaa3;
  border-radius: 50%;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before
{
  border-radius: 50%;
  background-color: #5abaa3
}

.slick-slider-dots-company .slick-dots li.slick-active button:before
{
  border-radius: 50%;
  background-color: #071c2c;
}

.slick-slider-dots .slick-dots li.slick-active button:before
{
  border-radius: 50%;
  background-color: #5abaa3;
}

.slick-arrow{
  position: absolute;
  top: 50%;
  transform: translate(-50%);
}

.slick-arrow.slick-prev{
  left: 20px;
  border: solid #5abaa3;
  border-width: 0 5px 5px 0;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  z-index: 9;
  text-indent: -999999999px;
  height: 20px;
  width: 20px;
}

.slick-arrow.slick-next {
  right: 20px;
  border: solid #5abaa3;
  border-width: 0 5px 5px 0;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 9;
  text-indent: -999999999px;
  height: 20px;
  width: 20px;
}

.box{
  min-height: 465px;
  min-width: 465px;
}

.lists-white{
  list-style-image: url(/img/arrow_white.png);
}

.lists-green {
  list-style-image: url(/img/arrow_green.png);
}

.flecha-verde-animacion {
  -webkit-transform: rotate(0deg);
  -webkit-transition-duration: 0.5s;
}

.flecha-verde-animacion.active {
  -webkit-transform: rotate(180deg);
  -webkit-transition-duration: 0.5s;
}

.hover\:border-b-8:hover {
  border-bottom-width: 8px;
}

.hover\:border-color2:hover {
  --tw-border-opacity: 1;
  border-color: rgb(90 186 163 / var(--tw-border-opacity));
}

.hover\:border-color1:hover {
  --tw-border-opacity: 1;
  border-color: rgb(7 28 44 / var(--tw-border-opacity));
}

.hover\:text-color1:hover {
  --tw-text-opacity: 1;
  color: rgb(7 28 44 / var(--tw-text-opacity));
}

.focus\:border-cyan:focus {
  --tw-border-opacity: 1;
  border-color: rgb(49 177 151 / var(--tw-border-opacity));
}

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

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

.focus\:ring-color2:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(90 186 163 / var(--tw-ring-opacity));
}

.group:hover .group-hover\:bg-color2 {
  --tw-bg-opacity: 1;
  background-color: rgb(90 186 163 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:text-color1 {
  --tw-text-opacity: 1;
  color: rgb(7 28 44 / var(--tw-text-opacity));
}

@media (min-width: 540px) {
  .xs\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

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

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 768px) {
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:flex-row {
    flex-direction: row;
  }

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

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

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

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

  .md\:leading-\[15px\] {
    line-height: 15px;
  }

  .md\:leading-\[30px\] {
    line-height: 30px;
  }
}

@media (min-width: 1024px) {
  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:order-3 {
    order: 3;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:flex-row {
    flex-direction: row;
  }

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

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

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

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

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

  .lg\:gap-20 {
    gap: 5rem;
  }

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

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

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

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

  .lg\:pl-\[20px\] {
    padding-left: 20px;
  }

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

  .lg\:text-start {
    text-align: start;
  }

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

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

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

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

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

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

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

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

  .lg\:leading-\[0px\] {
    line-height: 0px;
  }

  .lg\:leading-\[77px\] {
    line-height: 77px;
  }

  .lg\:leading-\[65px\] {
    line-height: 65px;
  }

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

  .lg\:leading-\[90px\] {
    line-height: 90px;
  }
}

@media (min-width: 1280px) {
  .xl\:order-2 {
    order: 2;
  }

  .xl\:order-1 {
    order: 1;
  }

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

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

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

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

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

  .xl\:flex-row {
    flex-direction: row;
  }

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

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

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

  .xl\:self-start {
    align-self: flex-start;
  }

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

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

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

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

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

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

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

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

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

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

  .xl\:text-lg {
    font-size: 96px;
  }

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

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

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

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

  .xl\:leading-\[90px\] {
    line-height: 90px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:ml-\[50px\] {
    margin-left: 50px;
  }

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

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

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

  .\32xl\:justify-start {
    justify-content: flex-start;
  }

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

  .\32xl\:text-lg {
    font-size: 96px;
  }

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

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

  .\32xl\:leading-\[40px\] {
    line-height: 40px;
  }

  .\32xl\:leading-\[70px\] {
    line-height: 70px;
  }

  .\32xl\:leading-\[100px\] {
    line-height: 100px;
  }

  .\32xl\:leading-\[120px\] {
    line-height: 120px;
  }

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

  .group:hover .\32xl\:group-hover\:-bottom-\[270px\] {
    bottom: -270px;
  }

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

@media (min-width: 1600px) {
  .\33xl\:ml-\[50px\] {
    margin-left: 50px;
  }

  .\33xl\:min-h-\[465px\] {
    min-height: 465px;
  }

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

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

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

  .\33xl\:gap-10 {
    gap: 2.5rem;
  }

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