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

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

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

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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-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;
}
  @font-face {
    font-display: swap;
    font-family: "Blacker Display";
    font-style: normal;
    font-weight: 500;
    src: local(""),
      url(../fonts/BlackerDisplay-Medium.woff2?ba99fdf8073321c29a5c5908ec282630) format("woff2"),
      url(../fonts/BlackerDisplay-Medium.woff2?ba99fdf8073321c29a5c5908ec282630) format("woff");
  }
  @font-face {
    font-display: swap;
    font-family: "Blacker Display";
    font-style: normal;
    font-weight: 400;
    src: local(""),
      url(../fonts/BlackerDisplay-Regular.woff2?3cd43fc6f076830809814051c3a2db31) format("woff2"),
      url(../fonts/BlackerDisplay-Regular.woff2?3cd43fc6f076830809814051c3a2db31) format("woff");
  }
  @font-face {
    font-display: swap;
    font-family: "Blacker Display";
    font-style: normal;
    font-weight: 300;
    src: local(""),
      url(../fonts/BlackerDisplay-Light.woff2?b486df9c2a71c840e575ce51c1a8f2cb) format("woff2"),
      url(../fonts/BlackerDisplay-Light.woff2?b486df9c2a71c840e575ce51c1a8f2cb) format("woff");
  }
  @font-face {
    font-display: swap;
    font-family: "Urbanist";
    font-style: normal;
    font-weight: 400;
    src: local(""), url(../fonts/Urbanist-Regular.ttf?64ab880a68030133bbf700a647d22343) format("truetype");
  }
  @font-face {
    font-display: swap;
    font-family: "Urbanist";
    font-style: normal;
    font-weight: 600;
    src: local(""), url(../fonts/Urbanist-SemiBold.ttf?0d136c84d89999f5b2634e4b7b52472d) format("truetype");
  }
  @font-face {
    font-display: swap;
    font-family: "Urbanist";
    font-style: normal;
    font-weight: 700;
    src: local(""), url(../fonts/Urbanist-Bold.ttf?28937b70005aac17035d7f637b5567bb) format("truetype");
  }



  /* nunito-sans-200 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/nunito-sans-v15-latin-200.woff2?dc557ccef020efb3df072cac2837891c) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* nunito-sans-300 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/nunito-sans-v15-latin-300.woff2?1463ac457db1d4afa3a3f40467ea3278) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* nunito-sans-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/nunito-sans-v15-latin-regular.woff2?df62b85d68225de7d7682f4a4bd7b908) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* nunito-sans-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/nunito-sans-v15-latin-500.woff2?70ff5fa184cf428c24cd55dc748b1bc7) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* nunito-sans-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/nunito-sans-v15-latin-600.woff2?9470ec3b506837c04f5774bc50354072) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* nunito-sans-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/nunito-sans-v15-latin-700.woff2?b10b66301caf3f433b7d304da31584bf) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* nunito-sans-800 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/nunito-sans-v15-latin-800.woff2?210f0d479ddc9a6795e0244be5c5a003) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* nunito-sans-900 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/nunito-sans-v15-latin-900.woff2?487fe4434881b3922c74d206cafd17df) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

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

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

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

  .container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {

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

  .container {
    max-width: 1024px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
@media (min-width: 1280px) {

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

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

  .container {
    max-width: 1920px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-top-\[1px\] {
  top: -1px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-\[-4rem\] {
  left: -4rem;
}
.left-\[-9000px\] {
  left: -9000px;
}
.left-full {
  left: 100%;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-16 {
  top: 4rem;
}
.top-4 {
  top: 1rem;
}
.top-40 {
  top: 10rem;
}
.top-\[1\.75rem\] {
  top: 1.75rem;
}
.top-\[32px\] {
  top: 32px;
}
.right-\[110px\] {
  right: 110px;
}
.top-1\/2 {
  top: 50%;
}
.right-\[40px\] {
  right: 40px;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.m-0 {
  margin: 0px;
}
.m-\[-1px\] {
  margin: -1px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-\[2\.5rem\] {
  margin-bottom: 2.5rem;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-20 {
  height: 5rem;
}
.h-28 {
  height: 7rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[1px\] {
  height: 1px;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.h-\[130px\] {
  height: 130px;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-\[0\.625rem\] {
  max-height: 0.625rem;
}
.max-h-\[12\.813rem\] {
  max-height: 12.813rem;
}
.max-h-\[14\.125rem\] {
  max-height: 14.125rem;
}
.max-h-\[15rem\] {
  max-height: 15rem;
}
.max-h-\[2rem\] {
  max-height: 2rem;
}
.max-h-\[36\.75rem\] {
  max-height: 36.75rem;
}
.max-h-\[4rem\] {
  max-height: 4rem;
}
.max-h-\[60px\] {
  max-height: 60px;
}
.max-h-\[9\.625rem\] {
  max-height: 9.625rem;
}
.min-h-\[0\.625rem\] {
  min-height: 0.625rem;
}
.min-h-\[1\.5rem\] {
  min-height: 1.5rem;
}
.min-h-\[12\.813rem\] {
  min-height: 12.813rem;
}
.min-h-\[14\.125rem\] {
  min-height: 14.125rem;
}
.min-h-\[15rem\] {
  min-height: 15rem;
}
.min-h-\[19\.688rem\] {
  min-height: 19.688rem;
}
.min-h-\[20rem\] {
  min-height: 20rem;
}
.min-h-\[228px\] {
  min-height: 228px;
}
.min-h-\[2rem\] {
  min-height: 2rem;
}
.min-h-\[35rem\] {
  min-height: 35rem;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[9\.25rem\] {
  min-height: 9.25rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-20 {
  width: 5rem;
}
.w-28 {
  width: 7rem;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[4\.5rem\] {
  width: 4.5rem;
}
.w-full {
  width: 100%;
}
.w-\[130px\] {
  width: 130px;
}
.min-w-\[0\.625rem\] {
  min-width: 0.625rem;
}
.min-w-\[1\.5rem\] {
  min-width: 1.5rem;
}
.min-w-\[155px\] {
  min-width: 155px;
}
.min-w-\[20rem\] {
  min-width: 20rem;
}
.min-w-\[2rem\] {
  min-width: 2rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-\[0\.625rem\] {
  max-width: 0.625rem;
}
.max-w-\[10\.688rem\] {
  max-width: 10.688rem;
}
.max-w-\[1500px\] {
  max-width: 1500px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[2rem\] {
  max-width: 2rem;
}
.max-w-\[34\.438rem\] {
  max-width: 34.438rem;
}
.max-w-\[40rem\] {
  max-width: 40rem;
}
.max-w-\[60rem\] {
  max-width: 60rem;
}
.max-w-\[63\.438rem\] {
  max-width: 63.438rem;
}
.max-w-\[90px\] {
  max-width: 90px;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.grow {
  flex-grow: 1;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.scroll-mt-20 {
  scroll-margin-top: 5rem;
}
.list-outside {
  list-style-position: outside;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.list-image-\[url\(\.\.\/\.\.\/svg\/checkmark\.svg\)\] {
  list-style-image: url(../images/checkmark.svg?085b1f213e5324c22d86edeb5cb97acd);
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-content-center {
  place-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[6px\] {
  border-width: 6px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[0\.3px\] {
  border-bottom-width: 0.3px;
}
.border-b-\[0\.5px\] {
  border-bottom-width: 0.5px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-\[\#979797\] {
  --tw-border-opacity: 1;
  border-color: rgb(151 151 151 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-custom-orange-intense {
  --tw-border-opacity: 1;
  border-color: rgb(255 109 45 / var(--tw-border-opacity));
}
.border-inherit {
  border-color: inherit;
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-opacity-50 {
  --tw-border-opacity: 0.5;
}
.bg-\[\#f2f2f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-current {
  background-color: currentColor;
}
.bg-custom-beige-light {
  --tw-bg-opacity: 1;
  background-color: rgb(227 213 192 / var(--tw-bg-opacity));
}
.bg-custom-beige-sand {
  --tw-bg-opacity: 1;
  background-color: rgb(200 174 134 / var(--tw-bg-opacity));
}
.bg-custom-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-custom-brown-soil {
  --tw-bg-opacity: 1;
  background-color: rgb(118 105 74 / var(--tw-bg-opacity));
}
.bg-custom-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-custom-green-leaf {
  --tw-bg-opacity: 1;
  background-color: rgb(86 119 98 / var(--tw-bg-opacity));
}
.bg-custom-orange-bright {
  --tw-bg-opacity: 1;
  background-color: rgb(255 172 39 / var(--tw-bg-opacity));
}
.bg-custom-orange-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(255 129 54 / var(--tw-bg-opacity));
}
.bg-custom-orange-intense {
  --tw-bg-opacity: 1;
  background-color: rgb(255 109 45 / var(--tw-bg-opacity));
}
.bg-custom-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-\[0\.15\] {
  --tw-bg-opacity: 0.15;
}
.bg-\[url\(\/wp-content\/themes\/astaxin\/svg\/form-chevron\.svg\)\] {
  background-image: url(/wp-content/themes/astaxin/svg/form-chevron.svg);
}
.bg-\[url\(\/wp-content\/themes\/astaxin\/svg\/icon_upload\.svg\)\] {
  background-image: url(/wp-content/themes/astaxin/svg/icon_upload.svg);
}
.bg-contain {
  background-size: contain;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-black {
  fill: #000;
}
.fill-white {
  fill: #fff;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-right {
  -o-object-position: right;
     object-position: right;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[70px\] {
  padding-bottom: 70px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pr-0 {
  padding-right: 0px;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-\[\'Blacker_Display\'\] {
  font-family: 'Blacker Display';
}
.font-serif {
  font-family: Times New Roman;
}
.text-15px {
  font-size: 0.938rem;
  line-height: 0.938rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-35px {
  font-size: 2.188rem;
  line-height: 2.188rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-50px {
  font-size: 3.125rem;
  line-height: 3.625rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-\[2\.938rem\] {
  line-height: 2.938rem;
}
.tracking-\[0\.15rem\] {
  letter-spacing: 0.15rem;
}
.tracking-\[0\.188em\] {
  letter-spacing: 0.188em;
}
.tracking-\[2\.25px\] {
  letter-spacing: 2.25px;
}
.text-\[\#1a1919\] {
  --tw-text-opacity: 1;
  color: rgb(26 25 25 / var(--tw-text-opacity));
}
.text-\[\#5b5b5b\] {
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-custom-beige-light {
  --tw-text-opacity: 1;
  color: rgb(227 213 192 / var(--tw-text-opacity));
}
.text-custom-beige-sand {
  --tw-text-opacity: 1;
  color: rgb(200 174 134 / var(--tw-text-opacity));
}
.text-custom-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-custom-brown-soil {
  --tw-text-opacity: 1;
  color: rgb(118 105 74 / var(--tw-text-opacity));
}
.text-custom-gray {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.text-custom-green-leaf {
  --tw-text-opacity: 1;
  color: rgb(86 119 98 / var(--tw-text-opacity));
}
.text-custom-orange-bright {
  --tw-text-opacity: 1;
  color: rgb(255 172 39 / var(--tw-text-opacity));
}
.text-custom-orange-dark {
  --tw-text-opacity: 1;
  color: rgb(255 129 54 / var(--tw-text-opacity));
}
.text-custom-orange-intense {
  --tw-text-opacity: 1;
  color: rgb(255 109 45 / var(--tw-text-opacity));
}
.text-custom-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 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-50 {
  opacity: 0.5;
}
.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[max-height\] {
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}
.alignwide {
  margin: 2rem 0;
  max-width: 1280px !important;
}
.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter {
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 640px) {

  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}
.wp-caption {
  display: inline-block;
}
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}
@keyframes fade-up {
  0% {
    transform: translateY(5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-down {
  0% {
    transform: translateY(-4rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-left {
  0% {
    transform: translateX(5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-right {
  0% {
    transform: translateX(-5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-element {
  opacity: 1;
}
@media (min-width: 1024px) {

  .fade-in-element {
    opacity: 0;
  }
}
.slide-left-element {
  transform: translateX(0);
  opacity: 1;
}
@media (min-width: 1024px) {

  .slide-left-element {
    opacity: 0;
  }
}
.slide-right-element {
  transform: translateX(0);
  opacity: 1;
}
@media (min-width: 1024px) {

  .slide-right-element {
    opacity: 0;
  }
}
.fade-up-element {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 1024px) {

  .fade-up-element {
    opacity: 0;
  }
}
.fade-down-element {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 1024px) {

  .fade-down-element {
    opacity: 0;
  }
}
.fade-in-element.in-view {
  animation-delay: 150ms;
}
@media (min-width: 1024px) {

  .fade-in-element.in-view {
    animation: fade-in 1s forwards;
  }

  .fade-up-element.in-view {
    animation: fade-up 1s forwards;
  }
}
.fade-up-element.in-view {
  animation-delay: 150ms;
}
@media (min-width: 1024px) {

  .fade-down-element.in-view {
    animation: fade-down 1s forwards;
  }
}
.fade-down-element.in-view {
  animation-delay: 150ms;
}
@media (min-width: 1024px) {

  .slide-left-element.in-view {
    animation: slide-left 1s forwards;
  }
}
.slide-left-element.in-view {
  animation-delay: 150ms;
}
@media (min-width: 1024px) {

  .slide-right-element.in-view {
    animation: slide-right 1s forwards;
  }
}
.slide-right-element.in-view {
  animation-delay: 150ms;
}
.fade-in {
  animation: fade-in 2s;
}
.fade-out {
  animation: fade-out 2s;
}
.fade-up {
  animation: fade-up 0.5s;
}
footer a {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.custom-w {
  width: 4.5rem;
}
.normal-size-image {
  height: 7rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.screen-reader-text {
  position: absolute;
  margin: -1px;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border-width: 0px;
  padding: 0px;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  word-wrap: normal !important;
}
.logged-in header {
  top: 32px;
}
.logged-in #primary-menu {
  top: 32px;
}
.custom-logo {
  width: 9rem;
}
.g-heading {
  overflow-wrap: break-word;
  font-family: "Nunito Sans", serif;
}
.g-button {
  border-radius: 0.375rem;
}
.search-field {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}
.search-field::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.search-field::placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.is-active > .accordion-toggler {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-bottom: 0.5rem;
  font-weight: 700;
}
.accordion-toggler {
  font-weight: 700;
}
.is-active .accordion-toggler > .minus {
  display: block;
}
.is-active .accordion-toggler > .plus {
  display: none;
}
.logo-svg {
  width: 8rem;
}
@media (min-width: 1536px) {

  .logo-svg {
    width: 100%;
  }
}
.search-submit {
  display: none;
}
.btn {
  display: inline-flex;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-weight: 500;
  font-style: italic;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1024px) {

  .btn {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.btn {
  font-family: "Nunito Sans", serif;
}
#navbar {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#navbar .logo-white svg {
  width: 100%;
}
#navbar .logo-dark {
  display: none;
}
#navbar.is-scrolled {
  background-color: #FF8136;
}
header .sub-menu .sub-menu {
  left: 100%;
  top: -1px;
  padding-top: 0px;
}
@media (min-width: 1024px) {

  header .sub-menu .sub-menu {
    min-width: 20rem;
  }
}
#mobile-menu{
  top: 5.5rem;
}
header .sub-menu {
  margin-left: 1rem;
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  max-height: 12rem;
  min-width: 155px;
  list-style-type: disc;
}
header .sub-menu > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
header .sub-menu {
  overflow-y: scroll;
  --tw-bg-opacity: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  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);
}
@media (min-width: 1024px) {

  header .sub-menu {
    position: absolute;
    left: -1rem;
    top: 1.75rem;
    z-index: 60;
    margin-left: 0px;
    margin-top: 0px;
    max-height: none;
    list-style-type: none;
  }

  header .sub-menu > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  header .sub-menu {
    overflow-y: visible;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
  }
}
header .sub-menu {
  background-color: rgba(255, 129, 54, 0.7);
  border-top-width: 2px;
}
header .sub-menu .current-menu-item{
  position: relative
}
header .sub-menu .current-menu-item::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #fff;
}
#navbar #primary-menu-toggle svg,
#navbar #primary-menu-close svg {
  fill: #fff;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.menu-header-global > li > a {
  display: inline-flex;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
header .sub-menu li a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: none;
}
@media (min-width: 1024px) {

  header .sub-menu li a {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
header .sub-menu li.menu-item-has-children a {
  display: inline-block;
}
@media (min-width: 1024px) {

  header .sub-menu li:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 109 45 / var(--tw-bg-opacity));
  }
}
header .sub-menu li:hover a {
  font-weight: 700;
}
body .tabs-titles::-webkit-scrollbar {
  height: 0px;
}
/* width */
body *::-webkit-scrollbar {
  height: 0.5rem;
}
th:after {
  content: " ↓";
}
th[data-order="asc"]:after {
  content: " ↓";
}
th[data-order="desc"]:after {
  content: " ↑";
}
body *::-webkit-scrollbar {
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
#categories-container button {
  font-weight: 700;
}
header a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.flexible-text ul,
.text-grid ul,
.faq .faq-c ul,
.flexible-dropdown ul {
  list-style-type: disc;
}
.flexible-text ul > :not([hidden]) ~ :not([hidden]),
.text-grid ul > :not([hidden]) ~ :not([hidden]),
.faq .faq-c ul > :not([hidden]) ~ :not([hidden]),
.flexible-dropdown ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.flexible-dropdown ul{
  list-style: disc;
  padding-left: 20px
}
.flexible-text ul {
  margin-left: 1rem;
  margin-top: 0.75rem !important;
}
.text-grid ul,
.faq .faq-c ul {
  margin-left: 2rem;
}
body *::-webkit-scrollbar-thumb {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
body.faq *::-webkit-scrollbar-thumb .faq-item {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
header .sub-menu .menu-icon {
  padding-left: 1rem;
}
@media (min-width: 1024px) {

  header .sub-menu .menu-icon {
    --tw-rotate: -90deg;
    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));
    padding-left: 0px;
  }
}
header .sub-menu li {
  margin: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {

  header .sub-menu li {
    display: flex;
  }
}
header .menu-item-has-children .menu-icon {
  pointer-events: none;
  position: absolute;
  right: 0px;
  margin-left: 0.5rem;
  display: inline-flex;
  cursor: pointer;
  justify-content: flex-end;
}
@media (min-width: 480px) {

  header .menu-item-has-children .menu-icon {
    position: static;
  }
}
footer .menu-icon {
  display: none;
}
footer .sub-menu {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: 1rem;
  list-style-position: outside;
  list-style-type: disc;
}
#mobile-menu .menu-icon,
#mobile-menu ul li a {
  flex-basis: 50%;
}
#mobile-menu .menu-icon {
  display: flex;
  justify-content: flex-end;
}
header .menu-item-has-children .sub-menu .menu-icon {
  margin-left: 0px;
}
footer .sub-menu {
  display: block;
}
body *::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
body.faq *::-webkit-scrollbar-thumb:hover .faq-item {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.single-post .entry-content > :not([hidden]) ~ :not([hidden]),
.single-event .entry-content > :not([hidden]) ~ :not([hidden]),
.page-template-template-blog .entry-content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.image-links img {
  max-height: 9.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.btn:hover {
  opacity: 0.5;
}
.btn.no-padding-btn:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  opacity: 0.5;
}
#mobile-menu li a {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#mobile-menu ul.sub-menu {
  width: 100%;
  list-style-type: none;
  padding-left: 0px;
  padding-top: 0.25rem;
}
#mobile-menu ul.sub-menu a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}
.footer-menu-content {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 1024px) {

  .footer-menu-content {
    border-radius: 0px;
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.page-numbers.current {
  display: inline-flex;
  max-height: 2rem;
  min-height: 2rem;
  min-width: 2rem;
  max-width: 2rem;
  flex-direction: column;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.faq.page-numbers.current .faq-item {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.faq.bg-black .faq-item {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.two-columns img {
  display: none;
}
@media (min-width: 1024px) {

  .two-columns img {
    display: block;
  }
}
.anchor-svg svg {
  height: 2.5rem;
  width: 2.5rem;
}
@media (min-width: 1024px) {

  .anchor-svg svg {
    height: auto;
    width: auto;
  }
}
.flex-contact svg {
  fill: #000;
}
header .menu-header-global > li {
  padding-bottom: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1024px) {

  header .menu-header-global > li {
    --tw-translate-y: 0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    padding-bottom: 1rem;
  }
}
@media (min-width: 1280px) {

  header .menu-header-global > li {
    text-align: center;
  }
}
header .menu-header-global > li .menu-icon svg {
  fill: #fff;
}
header .menu-header-global > li .sub-menu .menu-icon svg {
  fill: #000;
}
#mobile-menu svg {
  fill: #fff;
}
.contact .contact-meat a {
  color: inherit;
}
#footer-menu a:hover {
  margin-bottom: 0.5rem;
  border-bottom-width: 1px;
}
.blue-button {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.faq.blue-button .faq-item {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.dark-button {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.faq.dark-button .faq-item {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.outline-button {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.custom-gray-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.faq.custom-gray-bg .faq-item {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-grid .text-grid-heading,
.image-links .text-grid-heading {
  margin-bottom: 0.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.text-block .btn.no-padding-btn {
  justify-content: center;
}
.btn.no-padding-btn {
  padding: 0px;
  text-align: left;
}
@media (min-width: 1024px) {

  .btn.no-padding-btn {
    text-align: center;
  }
}
tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
tr td:first-child {
  /* Set colspan to 3 */
  grid-column: span 3;
}
.text-center-block span {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 109 45 / var(--tw-text-opacity));
}
.text-center-block strong {
  font-weight: 600;
}
.footer-above .container{
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  gap: 3rem;
}
.footer-above .size-60px{
  font-size: 50px;
  line-height: 55px;
}
.footer-above .text-right{
  align-content: center;
}
.footer-above svg{
  width: 100%;
  height: auto;
}
.footer-above .g-button{
  border-radius: 50px;
  font-style: normal;
  font-size: 24px;
  border: none;
  padding-left: 45px;
  padding-right: 45px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-top: 0.825rem;
  padding-bottom: 0.825rem;
}
.footer-above .g-button:hover{
  background-color: #004500;
  opacity: 1;
}
@media (max-width: 1280px) {
  #navbar .container{
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #navbar .container > div{
    padding-left: 50px;
    padding-right: 50px;
  }
  body .is-mobile .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
    left: 0 !important;
  }
}
@media (max-width: 1024px) {
  #navbar .container{
    padding-left: 24px;
  }
  .mobile-spacer{
    display: block;
  }
  .footer-above .container {
    grid-template-columns: 1fr;
  }  
  .footer-above .text-right {
    text-align: left;
  }
  .footer-above .size-60px{
    font-size: 35px;
    line-height: 40px;
  }
  .footer-above .g-button {
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
  }
    #navbar .container > div{
    padding-left: 50px;
    padding-right: 50px;
  }
  #mobile-menu{
    top: 3.5rem;
  }

}
@media (max-width: 768px) {
  #navbar .container > div{
    padding-left: 25px;
    padding-right: 25px;
  }

  .site-content{
    position: relative;
  }
}
#mobile-menu{
  background-color: #FF8136;
}
#capsuls p:last-child{
  line-height: 3px;
}
#capsuls p:last-child em{
  line-height: 20px;
}
.flexible-dropdown .drowdown-text{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.references-columns a{
  word-wrap: break-word;
}
@media (max-width: 1024px) {
  .image-text .image-top .image-column{
    order: 1;
  }
  .image-text .image-top .text-column{
    order: 2;
  }
}
body .gform_wrapper.gravity-theme input[type="email"],
body .gform_wrapper.gravity-theme input[type="text"],
body .gform_wrapper.gravity-theme input[type="tel"],
body .gform_wrapper.gravity-theme textarea,
body .gform_wrapper.gravity-theme select {
  width: 100%;
  border-bottom-width: 1px;
  border-color: inherit;
  background-color: transparent;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
textarea {
  height: 7rem;
}
.gform_wrapper.gravity-theme .gform_validation_container,
body
  .gform_wrapper.gravity-theme
  .gform_body
  .gform_fields
  .gfield.gform_validation_container,
body
  .gform_wrapper.gravity-theme
  .gform_fields
  .gfield.gform_validation_container,
body .gform_wrapper.gravity-theme .gform_validation_container {
  position: absolute;
  left: -9000px;
  display: none;
}
.gsection_title {
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
.gsection_description {
  margin-bottom: 1rem;
}
.quote-heading {
  margin-bottom: 1.5rem;
}
.quote-subtitle {
  margin-bottom: 5rem;
}
select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.gfield--type-select {
  position: relative;
}
.ginput_container_select:before {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 0px;
  top: 1rem;
  right: 1rem;
  display: flex;
  height: 2rem;
  width: 2rem;
  flex-direction: column;
  justify-content: center;
  border-radius: 9999px;
  background-image: url(/wp-content/themes/astaxin/svg/form-chevron.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
body .gform_wrapper.gravity-theme input[type="submit"] {
  margin-top: 2.5rem;
  margin-left: auto;
  display: block;
  width: 100%;
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
body .gform_wrapper.gravity-theme input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
body .gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0px;
  padding: 0px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
input::placeholder,
textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
input:focus {
  padding-left: 1rem;
  padding-right: 1rem;
}
.hidden_label > label,
.hidden_label > legend {
  display: none;
}
form .gform_body .gform_fields {
  gap: 1rem;
}
form .gchoice {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 1.25rem;
}
form .gchoice label {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0px;
  padding-right: 2.5rem;
}
form .gfield_radio {
  gap: 1.25rem;
}
@media (min-width: 1024px) {

  form .gfield_radio {
    display: flex;
  }
}
form .ginput_container_consent {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
@media (min-width: 1024px) {

  form .ginput_container_consent {
    align-items: center;
  }
}
.gform_validation_errors,
.gfield_validation_message {
  margin-top: 1rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.hide_summary {
  display: none;
}
form .gfield_radio input {
  min-height: 1.5rem;
  min-width: 1.5rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding: 0px;
}
form input[type="checkbox"] {
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding: 0px;
}
form .gfield_radio input,
form input[type="checkbox"] {
  border-color: inherit;
}
form .gfield_radio input:checked + label {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
form .gfield_radio input:checked,
form input[type="checkbox"]:checked {
  border-width: 6px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
form.faq .gfield_radio input:checked .faq-item,
form.faq input[type="checkbox"]:checked .faq-item {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
form .gfield_radio input:checked,
form input[type="checkbox"]:checked {
  box-shadow: 0px 0px 0px 2px rgb(24 37 18);
}
form input[type="checkbox"] {
  position: relative;
}
form input[type="checkbox"]:checked:after {
  content: "✔";
  position: absolute;
  top: -6px;
  left: -1px;
  color: white;
}
.gfield_consent_label a {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.gfield_consent_label a:hover {
  text-decoration-line: underline;
}
.gform_heading {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
form .gfield_radio label {
  width: 100%;
}
form .gfield_radio label,
form .ginput_container_consent label {
  cursor: pointer;
}
@media (min-width: 1024px) {

  form .gfield_radio label,
form .ginput_container_consent label {
    white-space: nowrap;
  }
}
form .ginput_container_consent label {
  margin-top: -0.25rem;
}
@media (min-width: 1024px) {

  form .ginput_container_consent label {
    margin-top: 0px;
  }
}
form .gform_fields,
form .gform-grid-row {
  display: grid;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
@media (min-width: 1024px) {

  form .gform_fields,
form .gform-grid-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  form .gfield.gfield--width-half {
    grid-column: span 1 / span 1;
  }

  form .gfield {
    grid-column: span 2 / span 2;
  }
}
.gform_button_select_files {
  font-size: 0;
}
.gform_button_select_files:before {
  content: "Choose file";
  font-size: 1rem;
  line-height: 1.5rem;
}
.ginput_container_fileupload {
  padding-top: 2rem;
}
#gform_3 .gform_drop_area:before {
  content: "Attach resume*";
}
.gfield--type-fileupload .gfield_validation_message {
  margin-top: -2rem;
}
#gform_4 .gform_drop_area:before {
  content: "Job description";
}
.gform_drop_area:before {
  content: "Upload";
  background-image: url(/wp-content/themes/astaxin/svg/icon_upload.svg);
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
.gform_button_select_files {
  width: 10rem;
  border-radius: 0.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.hidden_label legend,
.gform_fileupload_rules,
.gform_drop_instructions {
  display: none;
}
.wp-block-heading {
  font-family: Times New Roman;
  font-weight: 400;
}
.wp-block-gallery {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
}
.wp-block-quote {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
/*
#content ul:not(.accordion-faq) {
  @apply list-image-[url(../../svg/checkmark.svg)] pl-5;
}

#content ul li::marker {
  @apply text-4xl;
}

#content ul li:not(.faq-item, .accordion-content) {
  @apply pl-5;
}*/
#content .image-card ul,
#content .image-card ul li {
  padding-left: 0px;
}
.wp-block-quote p {
  margin-bottom: 1.5rem;
}
.wp-block-quote cite {
  font-family: Times New Roman;
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
/* Custom override */
.single-post .entry-content > *:not(section, .wp-block-gallery),
.single-portfolio .entry-content > *:not(section, .wp-block-gallery) {
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
}
body .wpml-ls-legacy-dropdown-click a,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
  border-width: 0px;
  background-color: transparent;
}
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  top: 1.75rem;
  width: 7rem;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: rgba(255, 129, 54, 0.7);
  border-top-width: 2px;
}
body .is-mobile .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  left: -4rem;
}
@media (min-width: 1280px) {

  body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    position: absolute;
    top: auto;
    left: auto;
  }
}
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-flag {
  width: 1rem;
}
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li {
  margin-top: 0.5rem;
}
body .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1024px) {

  body .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    padding-right: 1.75rem;
  }
}
body .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  --tw-content: none;
  content: var(--tw-content);
}
body .wpml-ls-legacy-dropdown-click {
  width: 100%;
}
body .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a,
body .wpml-ls-legacy-dropdown-click a:focus,
body .wpml-ls-legacy-dropdown-click a:hover {
  background-color: transparent;
}
.wpml-ls-native {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
body .wpml-ls-legacy-dropdown-click,
body .wpml-ls-legacy-dropdown-click a {
  padding: 0px;
}
body .wpml-ls-native {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* #navbar.is-scrolled .wpml-ls-native{
  @apply text-black;
} */
body .wpml-ls-sub-menu .wpml-ls-native {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.search-wrapper svg {
  fill: #fff;
}
/* #navbar.is-scrolled .search-wrapper svg{
  @apply fill-black;
} */
body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(26 25 25 / var(--tw-text-opacity));
  font-family: Nunito Sans, sans-serif;
  background: linear-gradient(196deg, #FE7433 0.87%, #FE9341 33%, #FD8434 66%, #FC9D4E 100%);
}
#page{
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 768px) {
  #page{
    padding: 0;
  }
}
a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 129 54 / var(--tw-text-opacity));
}
html {
  scroll-behavior: smooth;
}
section {
  scroll-margin-top: 5rem;
}
@media (min-width: 1024px) {

  section {
    scroll-margin-top: 15rem;
  }
}
.wp-block-heading {
  scroll-margin-top: 8rem;
}
header {
  /*@apply lg:px-5;*/
}
table {
  width: 100%;
}
th {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
td {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  vertical-align: top;
}
h1 {
  font-size: 2.188rem;
  font-weight: 500;
  line-height: 2.938rem;
}
@media (min-width: 1024px) {

  h1 {
    font-size: 5rem;
    line-height: 1.21;
  }
}
h1 {
  font-family: "Nunito Sans", serif;
}
h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 1024px) {

  h2 {
    font-size: 3.125rem;
    line-height: 3.625rem;
  }
}
h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 1024px) {

  h3 {
    font-size: 2.188rem;
    line-height: 2.188rem;
  }
}
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: "Nunito Sans", serif;
}
.size-25px {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 1024px) {

  .size-25px {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1536px) {

  .size-25px {
    font-size: 1.563rem;
    line-height: 1.563rem;
  }
}
.size-35px {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 1024px) {

  .size-35px {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1536px) {

  .size-35px {
    font-size: 2.188rem;
    line-height: 2.188rem;
  }
}
.size-40px {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 1024px) {

  .size-40px {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1536px) {

  .size-40px {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.size-45px {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 1024px) {

  .size-45px {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1536px) {

  .size-45px {
    font-size: 2.813rem;
    line-height: 2.813rem;
  }
}
.size-50px {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 1024px) {

  .size-50px {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1536px) {

  .size-50px {
    font-size: 3.125rem;
    line-height: 3.625rem;
  }
}
.size-80px {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 1024px) {

  .size-80px {
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media (min-width: 1536px) {

  .size-80px {
    font-size: 5rem;
  }
}
.custom-padding-top-32 {
  padding-top: 7rem;
}
@media (min-width: 1024px) {

  .custom-padding-top-32 {
    padding-top: 10rem;
  }
}
@media (min-width: 1536px) {

  .custom-padding-top-32 {
    padding-top: 15rem;
  }
}
.custom-padding-top-28 {
  padding-top: 2.5rem;
}
@media (min-width: 1024px) {

  .custom-padding-top-28 {
    padding-top: 7rem;
  }
}
.custom-padding-top-20 {
  padding-top: 2.5rem;
}
@media (min-width: 1024px) {

  .custom-padding-top-20 {
    padding-top: 5rem;
  }
}
.custom-padding-top-10 {
  padding-top: 2.5rem;
}
.custom-padding-top-0 {
  padding-top: 0px;
}
.custom-padding-bottom-32 {
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px) {

  .custom-padding-bottom-32 {
    padding-bottom: 10rem;
  }
}
@media (min-width: 1536px) {

  .custom-padding-bottom-32 {
    padding-bottom: 15rem;
  }
}
.custom-padding-bottom-28 {
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px) {

  .custom-padding-bottom-28 {
    padding-bottom: 7rem;
  }
}
.custom-padding-bottom-20 {
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px) {

  .custom-padding-bottom-20 {
    padding-bottom: 5rem;
  }
}
.custom-padding-bottom-10 {
  padding-bottom: 2.5rem;
}
.custom-padding-bottom-0 {
  padding-bottom: 0px;
}
.spacing-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px) {

  .spacing-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
}
.spacing-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px) {

  .spacing-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }
}
.anchors .active svg path {
  fill: #FF6D2D;
}
.anchors .active {
  --tw-text-opacity: 1;
  color: rgb(255 109 45 / var(--tw-text-opacity));
}
.anchors svg path {
  fill: #F5F5F5;
}
.accordion-content {
  transition: max-height 0.25s;
  max-height: 0px;
}
.slider-item {
  transition: opacity 1s ease-in-out; /* Adjust the duration as needed */
  opacity: 0;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-item.active-slider-item {
  opacity: 1;
}
.slider-header-item {
  animation: fade-in 2s;
  display: none;
}
.active-slider-header-item.slider-header-item {
  display: block;
}
.slider-nav {
  position: absolute;
  bottom: 20px;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}
.slider-dot {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
}
.slider-dot.active-dot {
  background-color: #333;
}
.hero{
  aspect-ratio: 16/9;
}
.toc-item{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 1.6rem;
}
/*
opacity-0

text-transparent
text-white
text-black

text-custom-gray
text-custom-lightgray
text-custom-white
text-custom-black
text-custom-green
text-custom-sage
text-custom-red
text-custom-orange-bright
text-custom-orange-dark
text-custom-orange-intense
text-custom-green-leaf
text-custom-brown-soil
text-custom-beige-sand
text-custom-beige-light

fill-white
fill-black

bg-transparent
bg-white
bg-black

bg-custom-gray
bg-custom-lightgray
bg-custom-white
bg-custom-black
bg-custom-green
bg-custom-sage
bg-custom-red
bg-custom-orange-bright
bg-custom-orange-dark
bg-custom-orange-intense
bg-custom-green-leaf
bg-custom-brown-soil
bg-custom-beige-sand
bg-custom-beige-light


border-black

w-14

text-50px

*/
.first\:border-t-\[0\.3px\]:first-child {
  border-top-width: 0.3px;
}
.last\:border-0:last-child {
  border-width: 0px;
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:text-\[\#35695a\]:hover {
  --tw-text-opacity: 1;
  color: rgb(53 105 90 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
@media (min-width: 480px) {

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

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

  .sm\:p-8 {
    padding: 2rem;
  }
}
@media (min-width: 768px) {

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

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

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

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

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

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

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

  .lg\:top-\[1\.75rem\] {
    top: 1.75rem;
  }

  .lg\:right-\[90px\] {
    right: 90px;
  }

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

  .lg\:z-\[60\] {
    z-index: 60;
  }

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

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

  .lg\:order-last {
    order: 9999;
  }

  .lg\:order-none {
    order: 0;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-8 {
    height: 2rem;
  }

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

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

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

  .lg\:max-h-\[11\.188rem\] {
    max-height: 11.188rem;
  }

  .lg\:max-h-none {
    max-height: none;
  }

  .lg\:min-h-\[11\.188rem\] {
    min-height: 11.188rem;
  }

  .lg\:min-h-\[19\.688rem\] {
    min-height: 19.688rem;
  }

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

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

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

  .lg\:min-w-\[20rem\] {
    min-width: 20rem;
  }

  .lg\:min-w-\[22\.063rem\] {
    min-width: 22.063rem;
  }

  .lg\:min-w-\[32rem\] {
    min-width: 32rem;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-5xl {
    max-width: 64rem;
  }

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

  .lg\:max-w-\[41rem\] {
    max-width: 41rem;
  }

  .lg\:max-w-global {
    max-width: 107rem;
  }

  .lg\:-rotate-90 {
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:animate-\[fade-down_1s_forwards\] {
    animation: fade-down 1s forwards;
  }

  .lg\:animate-\[fade-in_1s_forwards\] {
    animation: fade-in 1s forwards;
  }

  .lg\:animate-\[fade-up_1s_forwards\] {
    animation: fade-up 1s forwards;
  }

  .lg\:animate-\[slide-left_1s_forwards\] {
    animation: slide-left 1s forwards;
  }

  .lg\:animate-\[slide-right_1s_forwards\] {
    animation: slide-right 1s forwards;
  }

  .lg\:cursor-default {
    cursor: default;
  }

  .lg\:list-none {
    list-style-type: none;
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

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

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

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

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

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

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

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

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

  .lg\:items-baseline {
    align-items: baseline;
  }

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

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

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

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-28 {
    gap: 7rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-7 {
    gap: 1.75rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

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

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

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

  .lg\:rounded-none {
    border-radius: 0px;
  }

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

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

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

  .lg\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

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

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

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

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

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

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

  .lg\:pb-48 {
    padding-bottom: 12rem;
  }

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

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

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

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

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

  .lg\:pt-28 {
    padding-top: 7rem;
  }

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

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

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:pt-48 {
    padding-top: 12rem;
  }

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

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

  .lg\:text-15px {
    font-size: 0.938rem;
    line-height: 0.938rem;
  }

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

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

  .lg\:text-45px {
    font-size: 2.813rem;
    line-height: 2.813rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:text-80px {
    font-size: 5rem;
  }

  .lg\:text-\[3\.5rem\] {
    font-size: 3.5rem;
  }

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

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

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

  .lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

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

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

  .lg\:leading-\[1\.21\] {
    line-height: 1.21;
  }

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

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

  .lg\:first\:pt-8:first-child {
    padding-top: 2rem;
  }
}
@media (min-width: 1280px) {

  .xl\:static {
    position: static;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:top-auto {
    top: auto;
  }

  .xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

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

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

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

  .xl\:max-w-5xl {
    max-width: 64rem;
  }

  .xl\:max-w-\[61\.063rem\] {
    max-width: 61.063rem;
  }

  .xl\:max-w-global {
    max-width: 107rem;
  }

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

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

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

  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

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

  .xl\:p-0 {
    padding: 0px;
  }

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

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

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

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

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1536px) {

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

  .\32xl\:gap-20 {
    gap: 5rem;
  }

  .\32xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1920px) {

  .\33xl\:max-w-global {
    max-width: 107rem;
  }

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

  .\33xl\:translate-y-\[15rem\] {
    --tw-translate-y: 15rem;
    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));
  }
}

