/*!
Theme Name: Designsensory
Theme URI: http://underscores.me/
Author: Designsensory
Author URI: https://designsensory.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: designsensory
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Designsensory is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

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

  src:
        url("https://designsensory.com/wp-content/themes/designsensory/assets/fonts/Bagoss/BagossStandard-Regular.otf") format("opentype");

  font-weight: normal;

  font-style: normal;
}

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

  src:
        url("https://designsensory.com/wp-content/themes/designsensory/assets/fonts/Bagoss/BagossStandard-Bold.otf") format("opentype");

  font-weight: bold;

  font-style: normal;
}

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

  src:
        url("https://designsensory.com/wp-content/themes/designsensory/assets/fonts/Bagoss/BagossStandard-Light.otf") format("opentype");

  font-weight: 300;

  font-style: normal;
}

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

  src:
        url("https://designsensory.com/wp-content/themes/designsensory/assets/fonts/Bagoss/BagossStandard-Medium.otf") format("opentype");

  font-weight: 500;

  font-style: normal;
}

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

  src:
        url("https://designsensory.com/wp-content/themes/designsensory/assets/fonts/Bagoss/BagossStandard-SemiBold.otf") format("opentype");

  font-weight: 600;

  font-style: normal;
}

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

  src:
        url("https://designsensory.com/wp-content/themes/designsensory/assets/fonts/Bagoss/BagossStandard-Thin.otf") format("opentype");

  font-weight: 100;

  font-style: normal;
}

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

  src:
        url("https://designsensory.com/wp-content/themes/designsensory/assets/fonts/Screamer/FKScreamer-Bold.otf") format("opentype");

  font-weight: bold;

  font-style: normal;
}

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

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

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: IBM Plex Sans, sans-serif;
  /* 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: IBM Plex Mono, 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 */
  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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after{
  --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:  ;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

body{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 228 / var(--tw-bg-opacity));
  font-family: Bagoss, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

{
  &body{
  }
  &body{
  }
}

@media print{
  h1, h2, h3, h4, h5, h6, p, span, div, li, td, th{
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity));
  }
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 */

.container{
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.prose{
  color: #212121;
  max-width: 65ch;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"] *)){
  color: #007A59;
  text-decoration: underline;
  font-weight: 500;
  font-size: 1.125rem;
}

.prose :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.prose :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 4.5rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  font-family: Bagoss;
}

.prose :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
}

.prose :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 400;
  font-size: 2.25rem;
  margin-top: 0;
  margin-bottom: 1.55rem;
  line-height: 1.1;
  font-family: Bagoss;
}

.prose :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
}

.prose :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 400;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  font-family: Bagoss;
}

.prose :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
}

.prose :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  font-family: Bagoss;
  font-size: 1.875rem;
}

.prose :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
}

.prose :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
}

.prose :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #212121;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Bagoss;
  font-size: 1.125rem;
  line-height: 1.5;
}

.prose :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}

.prose :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-family: Bagoss;
  font-size: 1.125rem;
  line-height: 1.5;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.prose > :where(ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.prose :where(tbody td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.prose > :where(:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose > :where(:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose :where(ol, ul):not(:where([class~="not-prose"] *)){
  box-sizing: border-box;
  padding-left: 1em;
  margin-bottom: 1em;
  font-size: 1.125rem;
  margin-left: 1em;
}

.prose :where(h5):not(:where([class~="not-prose"] *)){
  font-family: Bagoss;
  font-size: 1.75rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.prose :where(h6):not(:where([class~="not-prose"] *)){
  font-family: Bagoss;
  font-size: 1.5rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

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

.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-w-10{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 10;
}

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

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

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with an `entry-title` class on the
 * frontend and to the post heading in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

.entry-title{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 100%;
  font-family: Screamer, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

/**
 * Post content styles (via Tailwind Typography)
 *
 * These will be applied to all content blocks with an `entry-content` class on
 * the frontend and within the block editor.
 *
 * For details on how to customize Tailwind Typography via its modifier
 * classes, please see:
 *
 * https://tailwindcss.com/docs/typography-plugin
 */

.entry-content{
  color: #212121;
  max-width: 65ch;
}

.entry-content :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.entry-content :where(a):not(:where([class~="not-prose"] *)){
  color: #007A59;
  text-decoration: underline;
  font-weight: 500;
  font-size: 1.125rem;
}

.entry-content :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.entry-content :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  padding-left: 1.625em;
}

.entry-content :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.entry-content :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.entry-content :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.entry-content :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.entry-content :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.entry-content :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.entry-content :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.entry-content :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.entry-content :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}

.entry-content :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  padding-left: 1.625em;
}

.entry-content :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.entry-content :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.entry-content :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.entry-content :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.entry-content :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}

.entry-content :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}

.entry-content :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 4.5rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  font-family: Bagoss;
}

.entry-content :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
}

.entry-content :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 400;
  font-size: 2.25rem;
  margin-top: 0;
  margin-bottom: 1.55rem;
  line-height: 1.1;
  font-family: Bagoss;
}

.entry-content :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
}

.entry-content :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 400;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  font-family: Bagoss;
}

.entry-content :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
}

.entry-content :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  font-family: Bagoss;
  font-size: 1.875rem;
}

.entry-content :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
}

.entry-content :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.entry-content :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.entry-content :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.entry-content :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}

.entry-content :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}

.entry-content :where(a code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
}

.entry-content :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.entry-content :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.entry-content :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}

.entry-content :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}

.entry-content :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.entry-content :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.entry-content :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.entry-content :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.entry-content :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}

.entry-content :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.entry-content{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #212121;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.entry-content :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Bagoss;
  font-size: 1.125rem;
  line-height: 1.5;
}

.entry-content :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.875em;
}

.entry-content :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}

.entry-content :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-family: Bagoss;
  font-size: 1.125rem;
  line-height: 1.5;
}

.entry-content :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.entry-content :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.entry-content > :where(ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.entry-content > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.entry-content > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.entry-content > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.entry-content > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.entry-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.entry-content :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.entry-content :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.entry-content :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.entry-content :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.entry-content :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.entry-content :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.entry-content :where(tbody td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.entry-content :where(tbody td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.entry-content > :where(:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.entry-content > :where(:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.entry-content :where(ol, ul):not(:where([class~="not-prose"] *)){
  box-sizing: border-box;
  padding-left: 1em;
  margin-bottom: 1em;
  font-size: 1.125rem;
  margin-left: 1em;
}

.entry-content :where(h5):not(:where([class~="not-prose"] *)){
  font-family: Bagoss;
  font-size: 1.75rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.entry-content :where(h6):not(:where([class~="not-prose"] *)){
  font-family: Bagoss;
  font-size: 1.5rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.entry-content{
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
  max-width: none;
}

.entry-content :is(:where(a):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(44 115 223 / var(--tw-text-opacity));
}

/* Content width from the `theme.json` file */

.entry-content > *{
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

/* Wide width from the `theme.json` file */

.entry-content > .alignwide{
  max-width: 100%;
}

/* Full width */

.entry-content > .alignfull{
  max-width: none;
}

.editor-styles-wrapper .grid{
  display: block !important;
}

.entry-content p > a{
  --tw-text-opacity: 1;
  color: rgb(102 73 226 / var(--tw-text-opacity));
}

.tldr{
  li{
    font-size: 1.125rem;
  }
  li{
    line-height: 1.375 !important;
  }
  @media (min-width: 1024px){
    li{
      font-size: 1.25rem;
    }
  }
}

.article-filter{
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
  &:hover{
    --tw-text-opacity: 1;
    color: rgb(0 122 89 / var(--tw-text-opacity));
  }
  &:hover{
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
  &.active-filter{
    --tw-text-opacity: 1;
    color: rgb(0 122 89 / var(--tw-text-opacity));
  }
  &.active-filter{
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
}

.svg-slider {
  .glide__slides {
    transform:none !important;
    width:auto !important;
    display: grid;
    grid-template-areas: 'slide';
  }
  .glide__slide {
    position: relative;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    grid-area: slide;
  }
  .glide__slide--active {
    z-index:1;
    opacity:1;
  }
}

.eligibility-checkbox{
  &.checked{
    --tw-bg-opacity: 1;
    background-color: rgb(102 73 226 / var(--tw-bg-opacity));
  }
}

#gform_submit_button_4.svg-btn {
  padding: 0;
  rect{
    fill: #C9DF85;
  }
  path{
    fill: #212121;
  }
  rect, path {
    transition: fill 300ms ease-in-out;
  }
  :hover rect{
    fill: #EDC6D3;
  }
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

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

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: -webkit-sticky;
  position: sticky;
}

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

.inset-x-8{
  left: 2rem;
  right: 2rem;
}

.inset-x-0{
  left: 0px;
  right: 0px;
}

.bottom-8{
  bottom: 2rem;
}

.top-\[unset\]{
  top: unset;
}

.top-4{
  top: 1rem;
}

.right-4{
  right: 1rem;
}

.bottom-5{
  bottom: 1.25rem;
}

.left-5{
  left: 1.25rem;
}

.right-5{
  right: 1.25rem;
}

.top-0{
  top: 0px;
}

.top-22{
  top: 4.5rem;
}

.left-full{
  left: 100%;
}

.bottom-20{
  bottom: 5rem;
}

.right-10{
  right: 2.5rem;
}

.bottom-10{
  bottom: 2.5rem;
}

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

.bottom-36{
  bottom: 9rem;
}

.top-1{
  top: 0.25rem;
}

.left-3{
  left: 0.75rem;
}

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

.right-2{
  right: 0.5rem;
}

.top-32{
  top: 8rem;
}

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

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

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-unset{
  top: unset;
}

.left-unset{
  left: unset;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-2{
  order: 2;
}

.order-1{
  order: 1;
}

.order-3{
  order: 3;
}

.order-first{
  order: -9999;
}

.col-span-12{
  grid-column: span 12 / span 12;
}

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

.col-span-9{
  grid-column: span 9 / span 9;
}

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

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-10{
  grid-column: span 10 / span 10;
}

.col-start-2{
  grid-column-start: 2;
}

.m-4{
  margin: 1rem;
}

.m-0{
  margin: 0px;
}

.m-2{
  margin: 0.5rem;
}

.\!m-0{
  margin: 0px !important;
}

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

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

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

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

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

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

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

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

.my-9{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

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

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

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

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

.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-auto{
  margin-top: auto;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

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

.aspect-\[16\/9\]{
  aspect-ratio: 16 / 9;
}

.aspect-3\/4{
  aspect-ratio: 3/4;
}

.aspect-\[16\/10\]{
  aspect-ratio: 16 / 10;
}

.aspect-5\/4{
  aspect-ratio: 5/4;
}

.aspect-13\/9{
  aspect-ratio: 13/9;
}

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

.h-full{
  height: 100%;
}

.h-24{
  height: 6rem;
}

.h-9{
  height: 2.25rem;
}

.h-4{
  height: 1rem;
}

.h-auto{
  height: auto;
}

.h-13{
  height: 3.25rem;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-6{
  height: 1.5rem;
}

.h-800{
  height: 800px;
}

.h-8{
  height: 2rem;
}

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

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

.h-20{
  height: 5rem;
}

.h-0{
  height: 0px;
}

.h-28{
  height: 7rem;
}

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

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

.h-5{
  height: 1.25rem;
}

.h-16{
  height: 4rem;
}

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

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

.h-14{
  height: 3.5rem;
}

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

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

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

.h-22{
  height: 5.5rem;
}

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

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

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

.h-80{
  height: 20rem;
}

.h-96{
  height: 24rem;
}

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

.\!h-auto{
  height: auto !important;
}

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

.h-1{
  height: 0.25rem;
}

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

.max-h-32{
  max-height: 8rem;
}

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

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

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

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

.max-h-28{
  max-height: 7rem;
}

.max-h-0{
  max-height: 0px;
}

.max-h-133vh{
  max-height: 133vh;
}

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

.max-h-450px{
  max-height: 450px;
}

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

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

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

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

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

.min-h-80{
  min-height: 20rem;
}

.min-h-480{
  min-height: 480px;
}

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

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

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

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

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

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

.w-full{
  width: 100%;
}

.w-12{
  width: 3rem;
}

.w-9{
  width: 2.25rem;
}

.w-4{
  width: 1rem;
}

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

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

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

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

.w-20{
  width: 5rem;
}

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

.w-28{
  width: 7rem;
}

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

.w-5{
  width: 1.25rem;
}

.w-14{
  width: 3.5rem;
}

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

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

.w-0{
  width: 0px;
}

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

.w-\[125vw\]{
  width: 125vw;
}

.w-16{
  width: 4rem;
}

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

.w-22{
  width: 5.5rem;
}

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

.w-80{
  width: 20rem;
}

.w-96{
  width: 24rem;
}

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

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

.w-18{
  width: 4.5rem;
}

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

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

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

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

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

.max-w-screen-2xl{
  max-width: 1440px;
}

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

.max-w-screen-md{
  max-width: 782px;
}

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

.max-w-xs{
  max-width: 20rem;
}

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

.max-w-80{
  max-width: 20rem;
}

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

.max-w-screen-sm{
  max-width: 600px;
}

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

.max-w-screen-5xl{
  max-width: 1920px;
}

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

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

.max-w-xl{
  max-width: 36rem;
}

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

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

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

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

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

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

.max-w-40{
  max-width: 10rem;
}

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

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

.max-w-7xl{
  max-width: 80rem;
}

.max-w-screen-lg{
  max-width: 960px;
}

.max-w-none{
  max-width: none;
}

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

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

.max-w-860{
  max-width: 860px;
}

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

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

.max-w-290px{
  max-width: 290px;
}

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

.max-w-screen-xs{
  max-width: 480px;
}

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

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

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

.max-w-20{
  max-width: 5rem;
}

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

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

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

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

.basis-full{
  flex-basis: 100%;
}

.origin-bottom-right{
  transform-origin: bottom right;
}

.origin-top{
  transform-origin: top;
}

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

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

.-translate-y-1\/4{
  --tw-translate-y: -25%;
  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-2{
  --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));
}

.-translate-x-1\/4{
  --tw-translate-x: -25%;
  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-110{
  --tw-translate-x: -110%;
  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-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));
}

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

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

@-webkit-keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

.animate-spin{
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes wave{
  0%, 60%, 100%{
    transform: rotate(0.0deg);
  }

  10%, 30%{
    transform: rotate(14.0deg);
  }

  20%{
    transform: rotate(-8.0deg);
  }

  40%{
    transform: rotate(-4.0deg);
  }

  50%{
    transform: rotate(10.0deg);
  }
}

@keyframes wave{
  0%, 60%, 100%{
    transform: rotate(0.0deg);
  }

  10%, 30%{
    transform: rotate(14.0deg);
  }

  20%{
    transform: rotate(-8.0deg);
  }

  40%{
    transform: rotate(-4.0deg);
  }

  50%{
    transform: rotate(10.0deg);
  }
}

.animate-wave{
  -webkit-animation: wave 2.5s infinite;
          animation: wave 2.5s infinite;
}

.cursor-pointer{
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-8{
  gap: 2rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-20{
  gap: 5rem;
}

.gap-24{
  gap: 6rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-12{
  gap: 3rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-0{
  gap: 0px;
}

.gap-14{
  gap: 3.5rem;
}

.gap-3\.5{
  gap: 0.875rem;
}

.gap-y-6{
  row-gap: 1.5rem;
}

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

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

.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-0{
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-y-5{
  row-gap: 1.25rem;
}

.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-20{
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-4{
  row-gap: 1rem;
}

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

.gap-x-14{
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.gap-y-1{
  row-gap: 0.25rem;
}

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

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

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

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

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

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

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

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

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

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

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

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

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

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

.rounded{
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

.border{
  border-width: 1px;
}

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

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

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

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

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

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

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

.border-\[\#0033cc\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 51 204 / var(--tw-border-opacity));
}

.border-dspurpleada{
  --tw-border-opacity: 1;
  border-color: rgb(102 73 226 / var(--tw-border-opacity));
}

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

.border-dswhite{
  --tw-border-opacity: 1;
  border-color: rgb(238 238 228 / var(--tw-border-opacity));
}

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

.border-b-dsblack\/20{
  border-bottom-color: rgb(33 33 33 / 0.2);
}

.border-t-dsblack{
  --tw-border-opacity: 1;
  border-top-color: rgb(33 33 33 / var(--tw-border-opacity));
}

.border-t-dswhite{
  --tw-border-opacity: 1;
  border-top-color: rgb(238 238 228 / var(--tw-border-opacity));
}

.border-t-dsoffwhite{
  --tw-border-opacity: 1;
  border-top-color: rgb(231 227 211 / var(--tw-border-opacity));
}

.border-t-dsblue{
  --tw-border-opacity: 1;
  border-top-color: rgb(44 115 223 / var(--tw-border-opacity));
}

.border-t-dsgreen{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 153 118 / var(--tw-border-opacity));
}

.border-t-dslime{
  --tw-border-opacity: 1;
  border-top-color: rgb(201 223 133 / var(--tw-border-opacity));
}

.border-t-dspink{
  --tw-border-opacity: 1;
  border-top-color: rgb(237 198 211 / var(--tw-border-opacity));
}

.border-t-dspurple{
  --tw-border-opacity: 1;
  border-top-color: rgb(116 90 234 / var(--tw-border-opacity));
}

.border-t-dsred{
  --tw-border-opacity: 1;
  border-top-color: rgb(216 91 82 / var(--tw-border-opacity));
}

.border-t-dsyellow{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 176 46 / var(--tw-border-opacity));
}

.border-t-dslimeada{
  --tw-border-opacity: 1;
  border-top-color: rgb(174 200 103 / var(--tw-border-opacity));
}

.border-t-dspinkada{
  --tw-border-opacity: 1;
  border-top-color: rgb(225 174 194 / var(--tw-border-opacity));
}

.border-t-dsblueada{
  --tw-border-opacity: 1;
  border-top-color: rgb(33 101 198 / var(--tw-border-opacity));
}

.border-t-dsgreenada{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 122 89 / var(--tw-border-opacity));
}

.border-t-dsredada{
  --tw-border-opacity: 1;
  border-top-color: rgb(189 64 61 / var(--tw-border-opacity));
}

.border-t-dspurpleada{
  --tw-border-opacity: 1;
  border-top-color: rgb(102 73 226 / var(--tw-border-opacity));
}

.border-t-dsyellowada{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 179 54 / var(--tw-border-opacity));
}

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

.border-b-dswhite{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(238 238 228 / var(--tw-border-opacity));
}

.border-b-dsoffwhite{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(231 227 211 / var(--tw-border-opacity));
}

.border-b-dsblue{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(44 115 223 / var(--tw-border-opacity));
}

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

.border-b-dslime{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(201 223 133 / var(--tw-border-opacity));
}

.border-b-dspink{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(237 198 211 / var(--tw-border-opacity));
}

.border-b-dspurple{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(116 90 234 / var(--tw-border-opacity));
}

.border-b-dsred{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(216 91 82 / var(--tw-border-opacity));
}

.border-b-dsyellow{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 176 46 / var(--tw-border-opacity));
}

.border-b-dslimeada{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(174 200 103 / var(--tw-border-opacity));
}

.border-b-dspinkada{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(225 174 194 / var(--tw-border-opacity));
}

.border-b-dsblueada{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(33 101 198 / var(--tw-border-opacity));
}

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

.border-b-dsredada{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(189 64 61 / var(--tw-border-opacity));
}

.border-b-dspurpleada{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(102 73 226 / var(--tw-border-opacity));
}

.border-b-dsyellowada{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 179 54 / var(--tw-border-opacity));
}

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

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

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

.bg-dspink{
  --tw-bg-opacity: 1;
  background-color: rgb(237 198 211 / var(--tw-bg-opacity));
}

.bg-dslime{
  --tw-bg-opacity: 1;
  background-color: rgb(201 223 133 / var(--tw-bg-opacity));
}

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

.bg-dswhite{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 228 / var(--tw-bg-opacity));
}

.bg-dspurple{
  --tw-bg-opacity: 1;
  background-color: rgb(116 90 234 / var(--tw-bg-opacity));
}

.bg-\[\#0033cc\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 204 / var(--tw-bg-opacity));
}

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

.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}

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

.bg-light-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(231 230 218 / var(--tw-bg-opacity));
}

.bg-dsblue{
  --tw-bg-opacity: 1;
  background-color: rgb(44 115 223 / var(--tw-bg-opacity));
}

.bg-dsblack\/60{
  background-color: rgb(33 33 33 / 0.6);
}

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

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

.bg-dsoffwhite{
  --tw-bg-opacity: 1;
  background-color: rgb(231 227 211 / var(--tw-bg-opacity));
}

.bg-dsred{
  --tw-bg-opacity: 1;
  background-color: rgb(216 91 82 / var(--tw-bg-opacity));
}

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

.bg-dslimeada{
  --tw-bg-opacity: 1;
  background-color: rgb(174 200 103 / var(--tw-bg-opacity));
}

.bg-dspinkada{
  --tw-bg-opacity: 1;
  background-color: rgb(225 174 194 / var(--tw-bg-opacity));
}

.bg-dsblueada{
  --tw-bg-opacity: 1;
  background-color: rgb(33 101 198 / var(--tw-bg-opacity));
}

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

.bg-dsredada{
  --tw-bg-opacity: 1;
  background-color: rgb(189 64 61 / var(--tw-bg-opacity));
}

.bg-dspurpleada{
  --tw-bg-opacity: 1;
  background-color: rgb(102 73 226 / var(--tw-bg-opacity));
}

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

.bg-dsdarkpink{
  --tw-bg-opacity: 1;
  background-color: rgb(225 174 194 / var(--tw-bg-opacity));
}

.bg-dsdarkpurple{
  --tw-bg-opacity: 1;
  background-color: rgb(102 73 226 / var(--tw-bg-opacity));
}

.bg-dsdarklime{
  --tw-bg-opacity: 1;
  background-color: rgb(174 200 103 / var(--tw-bg-opacity));
}

.bg-dsdarkyellow{
  --tw-bg-opacity: 1;
  background-color: rgb(233 158 34 / var(--tw-bg-opacity));
}

.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-dsblack\/0{
  --tw-gradient-from: rgb(33 33 33 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(33 33 33 / 0));
}

.from-dspink{
  --tw-gradient-from: #EDC6D3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(237 198 211 / 0));
}

.to-secondary{
  --tw-gradient-to: #0033CC;
}

.to-dsblack\/80{
  --tw-gradient-to: rgb(33 33 33 / 0.8);
}

.to-transparent{
  --tw-gradient-to: transparent;
}

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

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

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

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

.fill-dslime{
  fill: #C9DF85;
}

.fill-dsblack{
  fill: #212121;
}

.fill-dswhite{
  fill: #EEEEE4;
}

.fill-dspurpleada{
  fill: #6649E2;
}

.fill-dspurple{
  fill: #745AEA;
}

.fill-dsoffwhite{
  fill: #E7E3D3;
}

.fill-dsblue{
  fill: #2C73DF;
}

.fill-dsgreen{
  fill: #009976;
}

.fill-dspink{
  fill: #EDC6D3;
}

.fill-dsred{
  fill: #D85B52;
}

.fill-dsyellow{
  fill: #FFB02E;
}

.fill-dslimeada{
  fill: #AEC867;
}

.fill-dspinkada{
  fill: #E1AEC2;
}

.fill-dsblueada{
  fill: #2165C6;
}

.fill-dsgreenada{
  fill: #007A59;
}

.fill-dsredada{
  fill: #BD403D;
}

.fill-dsyellowada{
  fill: #FFB336;
}

.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-\[50\%_20\%\]{
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}

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

.object-right{
  -o-object-position: right;
     object-position: right;
}

.p-16{
  padding: 4rem;
}

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

.p-3{
  padding: 0.75rem;
}

.p-2{
  padding: 0.5rem;
}

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

.p-6{
  padding: 1.5rem;
}

.p-5{
  padding: 1.25rem;
}

.p-12{
  padding: 3rem;
}

.p-4{
  padding: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

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

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

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

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

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

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

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

.pb-7{
  padding-bottom: 1.75rem;
}

.pt-11{
  padding-top: 2.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pb-\[\.1rem\]{
  padding-bottom: .1rem;
}

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

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

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

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

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

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

.pt-7{
  padding-top: 1.75rem;
}

.pb-14{
  padding-bottom: 3.5rem;
}

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

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

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

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

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

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

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

.align-middle{
  vertical-align: middle;
}

.font-heading{
  font-family: Screamer, sans-serif;
}

.font-body{
  font-family: Bagoss, sans-serif;
}

.font-serif{
  font-family: IBM Plex Serif, serif;
}

.\!font-heading{
  font-family: Screamer, sans-serif !important;
}

.font-sans{
  font-family: IBM Plex Sans, sans-serif;
}

.font-mono{
  font-family: IBM Plex Mono, monospace;
}

.text-5xl{
  font-size: 3rem;
}

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

.text-mh1{
  font-size: 40px;
  line-height: 46px;
}

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

.text-base{
  font-size: 18px;
}

.text-mh2{
  font-size: 32px;
  line-height: 38px;
}

.text-mh4{
  font-size: 25px;
  line-height: 28px;
}

.text-h5{
  font-size: 20px;
  line-height: 25px;
}

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

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

.text-sm{
  font-size: 16px;
}

.text-xs{
  font-size: 14px;
}

.text-7xl{
  font-size: 5rem;
}

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

.\!text-xl{
  font-size: 1.25rem !important;
}

.text-2{
  font-size: 2rem;
}

.text-6xl{
  font-size: 3.75rem;
}

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

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

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

.text-mh3{
  font-size: 28px;
  line-height: 32px;
}

.text-h6{
  font-size: 22px;
  line-height: 25px;
}

.text-4\.5{
  font-size: 4.5rem;
}

.text-8xl{
  font-size: 7.75rem;
}

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

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

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

.text-4xl{
  font-size: 2.5rem;
}

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

.text-2\.25{
  font-size: 2.25rem;
}

.text-6{
  font-size: 6rem;
}

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

.text-h3{
  font-size: 2rem;
  line-height: 1.1;
}

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

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

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

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

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

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

.font-light{
  font-weight: 300;
}

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

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

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

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.leading-85{
  line-height: .85;
}

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

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

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

.leading-tighter{
  line-height: 1.1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tracking-wide{
  letter-spacing: 0.025em;
}

.tracking-\[\.85px\]{
  letter-spacing: .85px;
}

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

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

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

.text-dslime{
  --tw-text-opacity: 1;
  color: rgb(201 223 133 / var(--tw-text-opacity));
}

.text-dswhite{
  --tw-text-opacity: 1;
  color: rgb(238 238 228 / var(--tw-text-opacity));
}

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

.text-dsblueada{
  --tw-text-opacity: 1;
  color: rgb(33 101 198 / var(--tw-text-opacity));
}

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

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

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

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

.text-dspurple{
  --tw-text-opacity: 1;
  color: rgb(116 90 234 / var(--tw-text-opacity));
}

.text-\[\#0033cc\]{
  --tw-text-opacity: 1;
  color: rgb(0 51 204 / var(--tw-text-opacity));
}

.text-light-gray{
  --tw-text-opacity: 1;
  color: rgb(231 230 218 / var(--tw-text-opacity));
}

.text-dsblue{
  --tw-text-opacity: 1;
  color: rgb(44 115 223 / var(--tw-text-opacity));
}

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

.text-dspink{
  --tw-text-opacity: 1;
  color: rgb(237 198 211 / var(--tw-text-opacity));
}

.text-\[\#6C7175\]{
  --tw-text-opacity: 1;
  color: rgb(108 113 117 / var(--tw-text-opacity));
}

.text-indigo-500{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

.text-neutral-800{
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.text-dsoffwhite{
  --tw-text-opacity: 1;
  color: rgb(231 227 211 / var(--tw-text-opacity));
}

.text-dsred{
  --tw-text-opacity: 1;
  color: rgb(216 91 82 / var(--tw-text-opacity));
}

.text-dslimeada{
  --tw-text-opacity: 1;
  color: rgb(174 200 103 / var(--tw-text-opacity));
}

.text-dspinkada{
  --tw-text-opacity: 1;
  color: rgb(225 174 194 / var(--tw-text-opacity));
}

.text-dsredada{
  --tw-text-opacity: 1;
  color: rgb(189 64 61 / var(--tw-text-opacity));
}

.text-dspurpleada{
  --tw-text-opacity: 1;
  color: rgb(102 73 226 / var(--tw-text-opacity));
}

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

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

.no-underline{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.decoration-\[\#0033cc\]{
  -webkit-text-decoration-color: #0033cc;
          text-decoration-color: #0033cc;
}

.underline-offset-4{
  text-underline-offset: 4px;
}

.underline-offset-2{
  text-underline-offset: 2px;
}

.accent-dspurpleada{
  accent-color: #6649E2;
}

.opacity-0{
  opacity: 0;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-100{
  opacity: 1;
}

.opacity-50{
  opacity: 0.5;
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[4px_4px_25px_rgba\(108\2c 113\2c 117\2c 0\.2\)\]{
  --tw-shadow: 4px 4px 25px rgba(108,113,117,0.2);
  --tw-shadow-colored: 4px 4px 25px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_2px_18px_rgba\(108\2c 113\2c 117\2c 0\.2\)\]{
  --tw-shadow: 0 2px 18px rgba(108,113,117,0.2);
  --tw-shadow-colored: 0 2px 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-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-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.delay-200{
  transition-delay: 200ms;
}

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

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

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

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

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

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

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

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

.ease-work{
  transition-timing-function: cubic-bezier(.86, 0, .07, 1);
}

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

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.link-underline-blue {
  background-image: linear-gradient(transparent, transparent), linear-gradient(#0062e8, #0033cc);
}

.link-underline-gradient {
  background-image: linear-gradient(148deg, #38D9B2 0%, #003DB4 100%);
}

.link-underline-dslime{
  background-image: linear-gradient(transparent, transparent), linear-gradient(#C9DF85, #C9DF85);
}

.link-underline-dspink{
  background-image: linear-gradient(transparent, transparent), linear-gradient(#F5A9B8, #F5A9B8);
}

.\[mask-size\:cover\]{
  -webkit-mask-size: cover;
          mask-size: cover;
}

.\[mask-size\:100\%\]{
  -webkit-mask-size: 100%;
          mask-size: 100%;
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

.link-underline {
  border-bottom-width: 0;
  background-size: 0 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size .5s;
  padding-bottom: 4px;
  transition-timing-function: cubic-bezier(.86,0,.07,1);
}

.link-underline:hover {
  background-size: 100% 2px;
  background-position: 0 100%;
  opacity: 1;
}

.link-underline.active{
  background-size: 100% 2px;
  background-position: 0 100%;
  opacity: 1;
}

@media (max-width: 600px){
  #spark-graphic{
    width: 235px;
    height: 265px;
  }
}

#spark-outer{
  transition: all .5s linear;
  color: #252525;
}

#spark-inner{
  transition: all .5s linear;
  color: #252525;
}

#hamburger-icon{
  position: relative;
  z-index: 50;
  display: inline-block;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(201 223 133 / var(--tw-bg-opacity));
  &.active{
    --tw-bg-opacity: 1;
    background-color: rgb(237 198 211 / var(--tw-bg-opacity));
  }
}

#hamburger-icon .line{
  position: absolute;
  left: 50%;
  display: block;
  height: 2px;
  width: 1.25rem;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity));
}

{
  &#hamburger-icon .line{
  }
  &#hamburger-icon .line{
  }
}

#hamburger-icon .line {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

#hamburger-icon .line.line-1{
  top: 19px;
}

#hamburger-icon .line.line-3{
  bottom: 19px;
}

#hamburger-icon.active .line-1{
  --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));
  top: 22px;
}

#hamburger-icon.active .line-3{
  --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));
  bottom: 24px;
}

.mobile-nav{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(.86, 0, .07, 1);
}

.mobile-nav.show-nav{
  left: 0px;
}

.featured-tile{
  transition: width 600ms cubic-bezier(0.65, 0, 0.35, 1);
  width: calc(50% - 1rem);
}

.featured-tile.expanded-tile{
  width: calc(53% - 1rem);
}

.featured-tile.shrink-tile{
  width: calc(47% - 1rem);
}

@media (max-width: 992px){
  .featured-tile{
    width: 100%;
  }

  .featured-tile.expanded-tile{
    width: 100%;
  }

  .featured-tile.shrink-tile{
    width: 100%;
  }
}

/* overlay at start */

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.35s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.35s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.work-item,.featured-work-item{
  transition: background-color 400ms cubic-bezier(.86,0,.07,1), padding 600ms ease-in-out, flex-basis 800ms cubic-bezier(.86,0,.07,1);
}

.news-item, .featured-news-item{
  transition: padding 600ms ease-in-out, flex-basis 800ms cubic-bezier(.86,0,.07,1);
}

@media (min-width: 1024px){
  .featured-work-item-sibling{
    flex-basis: 45% !important;
  }
}

.animated-text-word span {
  display: inline-block;
  transform: translateY(100%);
}

.animated-text-word span.slide-up {
  -webkit-animation: slideUp .8s cubic-bezier(1, 0, 0, 1) forwards;
          animation: slideUp .8s cubic-bezier(1, 0, 0, 1) forwards;
}

.button-transition{
  transition: padding 600ms cubic-bezier(1,0,0,1), background-color 300ms ease-in-out, color 300ms ease-in-out;
}

/* Service Links underline colors */

.service-links{
  a:nth-child(2) span{
    background-image: linear-gradient(transparent, transparent), linear-gradient(#D85B52,#D85B52);
  }
  a:nth-child(3) span{
    background-image: linear-gradient(transparent, transparent), linear-gradient(#0062e8, #0033cc);
  }
  a:nth-child(4) span{
    background-image: linear-gradient(transparent, transparent), linear-gradient(#F5A623,#F5A623);
  }
  a:nth-child(5) span{
    background-image: linear-gradient(transparent, transparent), linear-gradient(#3E9F85,#3E9F85);
  }
  a:nth-child(6) span{
    background-image: linear-gradient(transparent, transparent), linear-gradient(#C9DF85, #C9DF85);
  }
  a:nth-child(7) span{
    background-image: linear-gradient(transparent, transparent), linear-gradient(#745AEA,#745AEA);
  }
  a:nth-child(8) span{
    background-image: linear-gradient(transparent, transparent), linear-gradient(#F5A9B8, #F5A9B8);
  }
}

.work-layout-choice{
  position: relative;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  .link-underline{
    position: absolute;
  }
  .link-underline{
    bottom: 0px;
  }
  .link-underline{
    left: 0px;
  }
  .link-underline{
    width: 100%;
  }
  .link-underline{
    transition: background-size 400ms cubic-bezier(1,0,0,1);
    background-repeat: no-repeat;
    background-size: 0 2px;
    background-position: 0 100%;
    background-image: linear-gradient(transparent, transparent), linear-gradient(#fff, #fff);
    &.link-underline-dslime{
      background-image: linear-gradient(transparent, transparent), linear-gradient(#C9DF85, #C9DF85);
    }
  }
  &.active{
    --tw-text-opacity: 1;
    color: rgb(201 223 133 / var(--tw-text-opacity));
  }
  &.active{
    .link-underline{
      background-size: 100% 2px;
      background-position: 0 100%;
      opacity: 1;
    }
  }
  &:hover{
    --tw-text-opacity: 1;
    color: rgb(201 223 133 / var(--tw-text-opacity));
  }
  &:hover{
    .link-underline{
      background-size: 100% 2px;
      background-position: 0 100%;
      opacity: 1;
    }
  }
}

.slight-pulse {
  transform: translate3d(0,0,0);
  -webkit-animation: slightPulse 7s infinite;
          animation: slightPulse 7s infinite;
}

@-webkit-keyframes slightPulse {
  0% {
    transform: scale(1);
  }

  12% {
    transform: scale(1.025);
  }

  24% {
    transform: scale(1);
  }
}

@keyframes slightPulse {
  0% {
    transform: scale(1);
  }

  12% {
    transform: scale(1.025);
  }

  24% {
    transform: scale(1);
  }
}

@-webkit-keyframes slideUp {
  0%{
    transform: translateY(100%);
    opacity: 0;
  }

  25%{
    opacity: 1;
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideUp {
  0%{
    transform: translateY(100%);
    opacity: 0;
  }

  25%{
    opacity: 1;
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes SlideInUp {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }

  99% {
    opacity: 1;
    transform: translateY(0);
  }

  100%{
    opacity: 1;
  }
}

@keyframes SlideInUp {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }

  99% {
    opacity: 1;
    transform: translateY(0);
  }

  100%{
    opacity: 1;
  }
}

@-webkit-keyframes showVideo {
  0%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }
}

@keyframes showVideo {
  0%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }
}

@-webkit-keyframes hideVideo {
  0%{
    opacity: 1;
  }

  100%{
    opacity: 0;
  }
}

@keyframes hideVideo {
  0%{
    opacity: 1;
  }

  100%{
    opacity: 0;
  }
}

html, body{
  font-family: Bagoss, sans-serif;
}

.search-active{
  overflow: hidden;
}

header{
  &.bg-dsblack{
    #primary-menu li{
      --tw-text-opacity: 1;
      color: rgb(238 238 228 / var(--tw-text-opacity));
    }
    #primary-menu li {
      > a{
        --tw-text-opacity: 1;
        color: rgb(238 238 228 / var(--tw-text-opacity));
      }
      .super-sub-menu{
        --tw-text-opacity: 1;
        color: rgb(33 33 33 / var(--tw-text-opacity));
      }
    }
  }
  &.bg-dswhite{
    #primary-menu li{
      --tw-text-opacity: 1;
      color: rgb(33 33 33 / var(--tw-text-opacity));
    }
    #primary-menu li {
      > a{
        --tw-text-opacity: 1;
        color: rgb(33 33 33 / var(--tw-text-opacity));
      }
    }
  }
}

#primary-menu li{
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: Bagoss, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(.86, 0, .07, 1);
}

.page-id-16329 .video-header #primary-menu li p img {
  width: 410px;
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

#primary-menu li{
  > a{
    position: relative;
  }
  > a{
    display: inline-block;
  }
  > a{
    background-repeat: no-repeat;
  }
  > a{
    padding-bottom: 0.25rem;
  }
  > a{
    font-family: Bagoss, sans-serif;
  }
  > a{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  > a{
    transition-duration: 300ms;
  }
  > a{
    transition-timing-function: cubic-bezier(.86, 0, .07, 1);
  }
  > a{
    &:before{
      position: absolute;
    }
    &:before{
      bottom: 0px;
    }
    &:before{
      left: 0px;
    }
    &:before{
      width: 100%;
    }
    &:before{
      background-repeat: no-repeat;
    }
    &:before{
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    &:before{
      transition-duration: 500ms;
    }
    &:before{
      transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    }
    &:before{
      --tw-content: '';
      content: var(--tw-content);
    }
    &:before{
      height: 2px;
      background-size: 0 2px;
      background-position: 0 100%;
      background-image: linear-gradient(transparent, transparent), linear-gradient(#F5A9B8, #F5A9B8);
    }
  }
  &:hover{
    > a{
      --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));
    }
    > a{
      --tw-text-opacity: 1;
      color: rgb(102 73 226 / var(--tw-text-opacity));
    }
    > a {
      &:before {
        background-size: 100% 2px;
        background-position: 0 100%;
        background-image: linear-gradient(transparent, transparent), linear-gradient(#F5A9B8, #F5A9B8);
      }
    }
  }
}

#primary-menu .current-menu-item a:before{
  background-size: 100% 2px;
  background-position: 0 100%;
  background-image: linear-gradient(transparent, transparent), linear-gradient(#745AEA,#745AEA);
}

#primary-menu{
  .menu-item-has-children.title{
    position: static;
  }
  .menu-item-has-children.title{
    &:hover{
      .super-sub-menu{
        z-index: 30;
      }
      .super-sub-menu{
        display: block;
      }
      .super-sub-menu{
        height: 575px;
      }
      .super-sub-menu{
        opacity: 1;
      }
    }
  }
  .super-sub-menu{
    z-index: -10;
  }
  .super-sub-menu{
    height: 0px;
  }
  .super-sub-menu{
    overflow: hidden;
  }
  .super-sub-menu{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .super-sub-menu{
    transition-duration: 700ms;
  }
  .super-sub-menu{
    transition-timing-function: cubic-bezier(.86, 0, .07, 1);
  }
  .super-sub-menu{
    .stretched-link{
      pointer-events: auto;
    }
    .stretched-link{
      position: absolute;
    }
    .stretched-link{
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
    }
    .stretched-link{
      z-index: 10;
    }
    .stretched-link{
      background-color: transparent;
    }
    .stretched-link{
      content: "";
      &:after,&:before{
        background-image: unset;
      }
    }
    .submenulink{
      &:before{
        position: absolute;
      }
      &:before{
        bottom: 0px;
      }
      &:before{
        left: 0px;
      }
      &:before{
        width: 100%;
      }
      &:before{
        background-repeat: no-repeat;
      }
      &:before{
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }
      &:before{
        transition-duration: 500ms;
      }
      &:before{
        transition-timing-function: cubic-bezier(.86, 0, .07, 1);
      }
      &:before{
        --tw-content: '';
        content: var(--tw-content);
      }
      &:before{
        height: 4px;
        background-size: 0 4px;
        background-position: 0 100%;
        background-image: linear-gradient(transparent, transparent), linear-gradient(#007A59,#007A59);
      }
      &:hover{
        &:before {
          background-size: 100% 4px;
          background-position: 0 100%;
          background-image: linear-gradient(transparent, transparent), linear-gradient(#007A59,#007A59);
        }
      }
    }
  }
  .sub-menu{
    display: none;
  }
}

.gradient-underline {
  position: relative;
}

.gradient-underline:before{
  content: '';
  background: linear-gradient(148deg, #38D9B2 0%, #003DB4 100%);
  height: 2px;
  position: absolute;
  bottom: -6px;
  width: 100%;
  transform: translateX(-50%);
  left: 50%;
}

.quote:before{
  content: '';
  background-image: linear-gradient(148deg, #38D9B2 0%, #003DB4 100%);
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.stretched-link:after{
  pointer-events: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  background-color: transparent;
  content: "";
}

.top-blue-border:before{
  content: '';
  background-image: linear-gradient(148deg, #38D9B2 0%, #003DB4 100%);
  width: 92px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.bottom-blue-border:after{
  content: '';
  background-image: linear-gradient(148deg, #38D9B2 0%, #003DB4 100%);
  width: 92px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.card-multi-gradient{
  background-image: linear-gradient(145deg, #38D9B2 0%, #1260C5 48%, #3E00B4 100%);
}

.tab-content{
  display: none;
}

.tab-content.active{
  display: grid;
}

.editor-styles-wrapper .tab-content.active{
  display: block;
}

.text-shadow{
  text-shadow: 0 2px 16px rgba(0,0,0,0.37);
}

.modal::after{
  pointer-events: none;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity));
  opacity: 0.5;
  --tw-content: '';
  content: var(--tw-content);
}

{
  &.modal::after{
  }
  &.modal::after{
  }
}

.modal .modal-content{
  position: relative;
  padding: 3rem;
  text-align: center;
}

.brief-description p{
  margin-top:0;
}

.circle-blue{
  top:0;
  left: 0;
}

.circle-blue svg{
  width: 352px;
  height: 352px;
}

@media (max-width: 479px){
  .circle-blue svg{
    width: 251px;
    height: 255px;
  }

  .circle-blue svg path{
    stroke-width: 188;
  }
}

ul li::marker{
  --tw-text-opacity: 1 !important;
  color: rgb(33 33 33 / var(--tw-text-opacity)) !important;
}

@media(min-width: 1024px){
  .lg-order-1{
    order: 1;
  }

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

  .brand-popup:hover{
    box-shadow: 0 10px 40px -10px rgb(0 0 0 / 15%);
  }
}

.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6{
  font-weight: 600;
}

.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6, .single-content p, .single-content ul{
  margin-bottom: 1rem;
}

.single-content img{
  width: 100%;
  border-radius: 1.5rem;
  margin: 40px auto;
}

.single-content h1{
  font-size: 62px;
  line-height: 66px;
  font-family: 'Bagoss', sans-serif;
  font-weight: 500;
}

.single-content h2{
  font-size: 52px;
  line-height: 60px;
  font-family: 'Bagoss', sans-serif;
  font-weight: 500;
}

.single-content h3{
  font-size: 38px;
  line-height: 46px;
  font-family: 'Bagoss', sans-serif;
  font-weight: 500;
}

.single-content h4{
  font-size: 30px;
  line-height: 38px;
  font-family: 'Bagoss', sans-serif;
  font-weight: 500;
}

.single-content h5{
  font-size: 20px;
  line-height: 25px;
  font-family: 'Bagoss', sans-serif;
  font-weight: 500;
}

.single-content h6{
  font-size: 22px;
  line-height: 36px;
  font-family: 'Bagoss', sans-serif;
  font-weight: 500;
}

.has-small-font-size *{
  font-size: 13px !important;
  line-height: 26px;
}

.single-content p, .single-content li,.single-content span,.single-content a{
  font-size: 19px;
  line-height: 30px;
  font-family: 'Bagoss', sans-serif;
}

.single-content ul{
  list-style: disc;
}

.single-content ol{
  list-style: decimal;
}

.single-content a{
  text-decoration: underline !important;
}

@media (max-width: 992px) {
  .single-content h1{
    font-size: 40px;
    line-height: 46px;
  }

  .single-content h2{
    font-size: 32px;
    line-height: 38px;
  }

  .single-content h3{
    font-size: 28px;
    line-height: 32px;
  }

  .single-content h4{
    font-size: 25px;
    line-height: 28px;
  }
}

.main-slider .text-section .main-text:before{
  content: '';
  width: 5px;
}

.main-spark.active, .main-name.active{
  fill: white;
}

.mobile-nav{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#mobile-menu{
  padding-left: 1.25rem;
}

#mobile-menu li{
}

#mobile-menu li a{
  font-family: Screamer, sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: .85;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  #mobile-menu li a{
    font-size: 5rem;
  }
}

#mobile-menu{
  li{
    .sub-menu{
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
    }
    .sub-menu{
      display: flex;
    }
    .sub-menu{
      height: 0px;
    }
    .sub-menu{
      flex-direction: column;
    }
    .sub-menu{
      row-gap: 0.5rem;
    }
    .sub-menu{
      overflow: hidden;
    }
    .sub-menu{
      padding-left: 1.25rem;
    }
    .sub-menu{
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    .sub-menu{
      transition-duration: 300ms;
    }
    .sub-menu{
      transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    }
    &.open{
      .sub-menu{
        height: auto;
      }
    }
  }
}

.search-panel.active{
  bottom:0;
}

.grid-cols-none{
  grid-column: none;
}

.tiny-title{
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
  padding: 15px 25px;
  top: 95px;
  position: fixed;
  width: 100%;
  font-size: 16px;
  font-family: 'Bagoss', sans-serif;
  z-index: 11;
}

.newsletter-form{
  padding: 1.5rem 0 !important;
  .gform_body{
    position: relative;
  }
  .gform_body{
    z-index: 20;
  }
  .gform_body{
    border-radius: 3rem;
  }
  .gform_body{
    border-width: 2px;
  }
  .gform_body{
    --tw-border-opacity: 1;
    border-color: rgb(201 223 133 / var(--tw-border-opacity));
  }
  .gform_body{
    padding-left: 0.5rem;
  }
  .page-id-16329 .large-numbers .gform_body {
    color: white;
  }
  .gform_body{
    max-width: 315px;
    .gform_fields{
      align-items: center;
    }
    .gform_fields{
      input[name="input_1"]{
        border-style: none;
      }
      input[name="input_1"]{
        background-color: transparent;
      }
      input[name="input_1"]{
        font-family: Bagoss, sans-serif;
      }
      input[name="input_1"]{
        --tw-text-opacity: 1;
        color: rgb(238 238 228 / var(--tw-text-opacity));
      }
      input[name="input_1"]{
        &::-moz-placeholder{
          --tw-text-opacity: 1;
          color: rgb(201 223 133 / var(--tw-text-opacity));
        }
        &:-ms-input-placeholder{
          --tw-text-opacity: 1;
          color: rgb(201 223 133 / var(--tw-text-opacity));
        }
        &::placeholder{
          --tw-text-opacity: 1;
          color: rgb(201 223 133 / var(--tw-text-opacity));
        }
        &:focus{
          outline: none;
        }
      }
      #field_submit{
        position: absolute;
      }
      #field_submit{
        right: 0px;
      }
      #field_submit{
        justify-content: flex-end;
      }
      #field_submit{
        border-style: none;
      }
      #field_submit{
        background-color: transparent;
      }
      #field_submit{
        input[type="image"]{
          right: 0.5rem;
        }
        input[type="image"]{
          height: 4rem;
        }
        input[type="image"]{
          width: 4rem;
        }
        @media (min-width: 640px){
          input[type="image"]{
            height: 3rem;
          }
        }
        @media (min-width: 640px){
          input[type="image"]{
            width: 3rem;
          }
        }
      }
    }
  }
}

@media (max-width: 640px){
  .newsletter-form .gform_body .gform_fields #field_4_1{
    grid-column: 1/11;
  }

  .newsletter-form .gform_body .gform_fields #field_submit{
    grid-column: 12;
  }
}

.glide__arrow img{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.large-number{
  flex-basis: calc(50%);
}

@media (min-width: 1024px){
  .large-number{
    flex-basis: calc(25% - 1rem);
  }
}

.posts-navigation .nav-links{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.has-small-font-size *{
  font-size: 13px !important;
  line-height: 26px;
}

.page-id-16329 .video-header .text-base p img {
  width: 410px;
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

.gform_confirmation_message {
  text-align: center;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.page-id-16329 .large-numbers > .flex-wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.page-id-16329 .large-numbers {
  background: #0277d6;
  padding: 5px 0 35px !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: none;
}

.page-id-16329 .gravity-form {
  margin-top: -30px !important;
}

.page-id-16329 .small-centered-text h2 {
  font-size: 33px;
  line-height: 42px;
  font-weight: 300 !important;
}

.page-id-16329 .small-centered-text {
  padding-bottom: 30px;
}

.page-id-16329 .large-numbers .odometer,
.page-id-16329 .large-numbers .pl-2,
.page-id-16329 .large-numbers .text-primary,
.page-id-16329 .large-numbers .odometer-digit {
  color: white;
}

@media(max-width: 768px) {
  .page-id-16329 .gravity-form {
    padding: 0;
  }
}

.post-password-form{
  margin-left: auto;
  margin-right: auto;
  max-width: 782px;
  input[type="password"]{
    margin-bottom: 1rem;
  }
  input[type="password"]{
    width: 100%;
  }
  input[type="password"]{
    border-width: 1px;
  }
  input[type="password"]{
    --tw-border-opacity: 1;
    border-color: rgb(0 51 204 / var(--tw-border-opacity));
  }
  input[type="password"]{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  input[type="password"]{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  input[type="submit"]{
    position: relative;
  }
  input[type="submit"]{
    z-index: 10;
  }
  input[type="submit"]{
    float: right;
  }
  input[type="submit"]{
    margin-top: 1.25rem;
  }
  input[type="submit"]{
    border-radius: 9999px;
  }
  input[type="submit"]{
    --tw-bg-opacity: 1;
    background-color: rgb(201 223 133 / var(--tw-bg-opacity));
  }
  input[type="submit"]{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  input[type="submit"]{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  input[type="submit"]{
    font-family: Bagoss, sans-serif;
  }
  input[type="submit"]{
    font-weight: 500;
  }
  input[type="submit"]{
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity));
  }
  input[type="submit"]{
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
  }
  input[type="submit"]{
    transition: padding 600ms cubic-bezier(1,0,0,1), background-color 300ms ease-in-out, color 300ms ease-in-out;
  }
  input[type="submit"]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(116 90 234 / var(--tw-bg-opacity));
  }
  input[type="submit"]:hover{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  input[type="submit"]:hover{
    --tw-text-opacity: 1;
    color: rgb(238 238 228 / var(--tw-text-opacity));
  }
}

.work-list-items-wrapper::before, .work-list-items-wrapper::after{
  pointer-events: none;
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 10;
  height: 6rem;
  --tw-content: '';
  content: var(--tw-content);
}

.work-list-items-wrapper:before{
  top: 0px;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #212121;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(33 33 33 / 0));
  --tw-gradient-to: transparent;
}

.work-list-items-wrapper::after{
  bottom: 0px;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #212121;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(33 33 33 / 0));
  --tw-gradient-to: transparent;
}

.project-nav-item.active{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 228 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

{
  &.project-nav-item.active{
  }
  &.project-nav-item.active{
  }
}

.wp-embed-aspect-16-9{
  aspect-ratio: 16/9;
}

.wp-block-embed{
  margin-top: 1rem;
  margin-bottom: 1rem;
  .wp-block-embed__wrapper{
    height: 100%;
  }
  .wp-block-embed__wrapper{
    width: 100%;
  }
  .wp-block-embed__wrapper{
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wp-block-embed__wrapper{
    iframe{
      height: 100%;
    }
    iframe{
      width: 100%;
    }
  }
}

.wp-block-quote{
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-left-color: rgb(0 122 89 / var(--tw-border-opacity));
  font-family: Bagoss, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 122 89 / var(--tw-text-opacity));
  p{
    font-size: 1.5rem;
  }
  p{
    font-weight: 400;
  }
  p{
    font-style: normal;
  }
  p{
    line-height: 1;
  }
  @media (min-width: 1024px){
    p{
      font-size: 3rem;
    }
  }
  cite{
    font-family: Bagoss, sans-serif;
  }
  cite{
    font-size: 1.25rem;
  }
  cite{
    font-weight: 600;
  }
  cite{
    font-weight: 400;
  }
  cite{
    --tw-text-opacity: 1;
    color: rgb(0 122 89 / var(--tw-text-opacity));
  }
  cite{
    &:before{
      content: '-';
    }
  }
}

.page-numbers{
  display: flex;
  height: 3rem;
  width: 3rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(201 223 133 / var(--tw-bg-opacity));
  text-align: center;
  font-family: Bagoss, sans-serif;
  font-size: 18px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.page-id-16329 .video-header .page-numbers p img {
  width: 410px;
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

.page-numbers{
  &.current{
    --tw-bg-opacity: 1;
    background-color: rgb(33 33 33 / var(--tw-bg-opacity));
  }
  &.current{
    --tw-text-opacity: 1;
    color: rgb(238 238 228 / var(--tw-text-opacity));
  }
  {
    &&.current{
    }
  }
  {
    &&.current{
    }
  }
}

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

#field_4_1 .validation_message {
  position: absolute;
  left: 0;
}

#gform_wrapper_16 .gform_body, #gform_wrapper_17 .gform_body, #gform_wrapper_18 .gform_body{
  width: 100%;
  max-width: 42rem;
}

#gform_fields_16 input:focus,
#gform_fields_17 input:focus,
#gform_fields_18 input:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 51, 204, 0.5);
}

#gform_fields_16 .gfield #input_16_1,
#gform_fields_16 .gfield #input_16_2,
#gform_fields_17 .gfield #input_17_1,
#gform_fields_17 .gfield #input_17_2,
#gform_fields_18 .gfield #input_18_1,
#gform_fields_18 .gfield #input_18_2 {
  border: 0;
  color: #0033CC;
}

#gform_16,
#gform_17,
#gform_18 {
  justify-content: center;
}

#gform_16 .gform_body,
#gform_17 .gform_body,
#gform_18 .gform_body {
  min-width: 315px;
  border: none;
}

.gform_wrapper.gravity-theme #gform_16 .gfield.gfield--width-half,
.gform_wrapper.gravity-theme #gform_17 .gfield.gfield--width-half,
.gform_wrapper.gravity-theme #gform_18 .gfield.gfield--width-half {
  grid-column: span 12 !important;
}

#gform_fields_16 .gfield #input_16_1::-moz-placeholder, #gform_fields_16 .gfield #input_16_2::-moz-placeholder, #gform_fields_17 .gfield #input_17_1::-moz-placeholder, #gform_fields_17 .gfield #input_17_2::-moz-placeholder, #gform_fields_18 .gfield #input_18_1::-moz-placeholder, #gform_fields_18 .gfield #input_18_2::-moz-placeholder {
  color: #0033CC;
}

#gform_fields_16 .gfield #input_16_1:-ms-input-placeholder, #gform_fields_16 .gfield #input_16_2:-ms-input-placeholder, #gform_fields_17 .gfield #input_17_1:-ms-input-placeholder, #gform_fields_17 .gfield #input_17_2:-ms-input-placeholder, #gform_fields_18 .gfield #input_18_1:-ms-input-placeholder, #gform_fields_18 .gfield #input_18_2:-ms-input-placeholder {
  color: #0033CC;
}

#gform_fields_16 .gfield #input_16_1::placeholder,
#gform_fields_16 .gfield #input_16_2::placeholder,
#gform_fields_17 .gfield #input_17_1::placeholder,
#gform_fields_17 .gfield #input_17_2::placeholder,
#gform_fields_18 .gfield #input_18_1::placeholder,
#gform_fields_18 .gfield #input_18_2::placeholder {
  color: #0033CC;
}

#input_16_1,
#input_17_1,
#input_18_1 {
  background-color: #eeeee4;
}

.gform_wrapper #gform_6 .gform_body
{
  max-width: 100%;
  width: 100%;
}

#gform_fields_6{
  border: 2px solid #0033CC;
  border-radius: 12px;
  padding: 8px;
}

#gform_fields_6 .gfield #input_6_1{
  border: 0;
  color: #0033CC;
}

#gform_fields_6 .gfield #input_6_1::-moz-placeholder{
  color: #0033CC;
}

#gform_fields_6 .gfield #input_6_1:-ms-input-placeholder{
  color: #0033CC;
}

#gform_fields_6 .gfield #input_6_1::placeholder{
  color: #0033CC;
}

#gform_6 .gform_footer {
  background: #fff;
  border: 0;
  padding: 0;
  display: none;
}

.closeModalBtn{
  width: 35px;
  height: 35px;
  right: 12px;
  top: 12px;
  font-weight: 900;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  display: block;
  padding: 0;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}

.closeModalBtn:hover{
  background: #0033CC;
  color: #fff;
  border: 1px solid #0033CC;
}

#downloadModal {
  max-width: 90%;
}

#downloadModal #field_submit{
  min-width: 60px;
}

.contact-form-input{
  border-bottom-width: 1px;
  background-color: transparent;
}

.contact-form-input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.gf_step_number{
  display: none !important;
}

.gf_step{
  position: relative;
  &:after{
    position: absolute;
  }
  &:after{
    top: 50%;
  }
  &:after{
    right: -1.5rem;
  }
  &:after{
    --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));
  }
  &:after{
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity));
  }
  &:after{
    --tw-content: '>';
    content: var(--tw-content);
  }
  &:last-of-type{
    &:after{
      content: unset;
    }
  }
  &.gf_step_first{
    .gf_step_label{
      padding-left: 0px !important;
    }
  }
  .gf_step_label{
    font-family: Bagoss, sans-serif !important;
  }
  .gf_step_label{
    font-size: 16px !important;
  }
  .gf_step_label{
    font-weight: 500 !important;
  }
  .gf_step_label{
    line-height: 1.375 !important;
  }
  .gf_step_label{
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity));
  }
}

.gf_step_active{
  --tw-text-opacity: 1 !important;
  color: rgb(102 73 226 / var(--tw-text-opacity)) !important;
}

.gf_step_completed{
  --tw-text-opacity: 1 !important;
  color: rgb(44 115 223 / var(--tw-text-opacity)) !important;
}

.gform_legacy_markup_wrapper .gform_footer{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#gform_3 .gform_next_button, #gform_3 .gform_previous_button, #gform_3 .gform_submit_button{
  margin: 0px !important;
  cursor: pointer;
  border-radius: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgb(201 223 133 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Bagoss, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
  transition: padding 600ms cubic-bezier(1,0,0,1), background-color 300ms ease-in-out, color 300ms ease-in-out;
}

#gform_3 .gform_next_button:hover, #gform_3 .gform_previous_button:hover, #gform_3 .gform_submit_button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(102 73 226 / var(--tw-bg-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(238 238 228 / var(--tw-text-opacity));
}

#gform_3 .gform_page_footer{
  max-height: 85px;
}

div#gform_confirmation_message_1 {
  justify-content: center;
  display: flex;
  flex-direction: column;
  min-height: 350px;
  align-items: center;
}

/* Form Styling */

.gravity-form-holder{
  background-color: #F1F5F8;
  border-radius: 19px;
}

.gravity-form-holder form input, .gravity-form-holder form textarea, .gravity-form-holder form select {
  border: 1px solid transparent;
  border-radius: 10px;
}

.gravity-form-holder form input:hover, .gravity-form-holder form textarea:hover, .gravity-form-holder form select:hover{
  border-color: #212121;
}

.gravity-form-holder form input[type="image"]:hover{
  border: 1px solid transparent;
}

.gravity-form-holder form input:focus, .gravity-form-holder form input:active, .gravity-form-holder form textarea:focus, .gravity-form-holder form textarea:active, .gravity-form-holder form select:focus, .gravity-form-holder form select:active{
  --tw-border-opacity: 1;
  border-color: rgb(44 115 223 / var(--tw-border-opacity));
  box-shadow: 2px 2px 6px 0 rgba(0,51,204,0.22);
}

.gravity-form-holder form select{
  height: 40px;
  padding: 5px 15px !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 10px;
  background: url('/wp-content/themes/designsensory/images/chevron-down.png') no-repeat 97% 50%, #ffffff;
  display: none;
}

.select2-container{
  display: block;
  height: 40px;
  padding: 5px 15px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  background: url(/wp-content/themes/designsensory/images/chevron-down.svg) no-repeat 95% 50%, #ffffff;
  border: 1px solid transparent;
}

.select2-container:hover, .select2-container:focus{
  border-color: #212121;
}

.gfield_select{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(102 73 226 / var(--tw-ring-opacity));
  --webkit-appearance: none;
  --moz-appearance: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url('/wp-content/themes/designsensory/images/chevron-down.svg') no-repeat 97% 50%, #EEEEE4 !important;
}

.ginput_container select{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 228 / var(--tw-bg-opacity));
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-family: Bagoss, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

{
  &.ginput_container select{
  }
  &.ginput_container select{
  }
}

.page-id-16329 .video-header .ginput_container select p img {
  width: 410px;
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

.ginput_container select{
  --webkit-appearance: none;
  --moz-appearance: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url('/wp-content/themes/designsensory/images/chevron-down.svg') no-repeat 97% 50%, #EEEEE4 !important;
}

.ginput_container input[type="text"], .ginput_container input[type="email"], .ginput_container input[type="tel"], .ginput_container input[type="url"], .ginput_container .textarea{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 228 / var(--tw-bg-opacity));
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-family: Bagoss, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

, , , , {
  &.ginput_container input[type="text"], &.ginput_container input[type="email"], &.ginput_container input[type="tel"], &.ginput_container input[type="url"], &.ginput_container .textarea{
  }
  &.ginput_container input[type="text"], &.ginput_container input[type="email"], &.ginput_container input[type="tel"], &.ginput_container input[type="url"], &.ginput_container .textarea{
  }
}

.page-id-16329 .video-header .ginput_container input[type="text"] p img, .page-id-16329 .video-header .ginput_container input[type="email"] p img, .page-id-16329 .video-header .ginput_container input[type="tel"] p img, .page-id-16329 .video-header .ginput_container input[type="url"] p img, .page-id-16329 .video-header .ginput_container .textarea p img {
  width: 410px;
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

.gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  FONT-WEIGHT: 400;
}

@media (max-width: 772px){
  .gfield_checkbox{
    flex-direction: column;
  }

  .gchoice{
    margin-bottom: 0;
  }
}

.gchoice {
  flex-basis: 50%;
  margin-bottom: 13px;
}

.gfield-choice-input {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.gchoice label {
  background: white;
  border: 1px solid #b5b5b5;
  max-width: calc(100% - 15px) !important;
  width: 100%;
  position: relative;
  padding: 10px 20px;
  border-radius: 15px;
  display: block;
  left: -10px;
  font-weight: 400;
  cursor: pointer;
}

.gchoice .gfield-choice-input:checked + label{
  --tw-border-opacity: 1;
  border-color: rgb(44 115 223 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(44 115 223 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(238 238 228 / var(--tw-text-opacity));
}

.gravity-form-holder form input[type="submit"]{
  border-radius: 50px;
}

ul.rfp-progress {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-bottom: 1px solid gray;
  justify-content: space-between;
  padding: 1.5rem 1.5rem 0;
}

ul.rfp-progress li {
  flex: 1;
  position: relative;
  text-align: center;
}

.rfp-progress li:after{
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 6px 0 0;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
}

.gform_fileupload_rules {
  display: none;
}

.gfield_label, .gform-field-label{
  margin-bottom: 0.25rem;
  font-family: Bagoss, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.375 !important;
}

.ginput_container input[type="file"]{
  margin-top: .5rem;
  margin-left: .5rem;
  border: none;
  border-radius: 0 !important;
}

.ginput_container input[type="file"]:focus{
  box-shadow: none !important;
}

.ginput_container input[type="file"]::-webkit-file-upload-button{
  cursor: pointer;
  border-bottom-width: 1px !important;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(102 73 226 / var(--tw-border-opacity));
  background-color: transparent !important;
  padding-bottom: 0px;
  font-family: Bagoss, sans-serif !important;
  font-size: 1.5rem;
  font-weight: 400 !important;
  line-height: 1.375 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(102 73 226 / var(--tw-text-opacity)) !important;
}

.ginput_container input[type="file"]::file-selector-button{
  cursor: pointer;
  border-bottom-width: 1px !important;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(102 73 226 / var(--tw-border-opacity));
  background-color: transparent !important;
  padding-bottom: 0px;
  font-family: Bagoss, sans-serif !important;
  font-size: 1.5rem;
  font-weight: 400 !important;
  line-height: 1.375 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(102 73 226 / var(--tw-text-opacity)) !important;
}

.gform_ajax_spinner{
  display: none !important;
}

.file_input_replacement{
  display: flex;
  gap: 15px;
  align-items: center;
}

.file_input_replacement img{
  cursor: pointer;
}

.gform_button[type="submit"]{
  cursor: pointer;
  border-radius: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(201 223 133 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Bagoss, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
  transition: padding 600ms cubic-bezier(1,0,0,1), background-color 300ms ease-in-out, color 300ms ease-in-out;
}

.gform_button[type="submit"]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(102 73 226 / var(--tw-bg-opacity));
  padding-left: 3rem;
  padding-right: 3rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.multistep-form{
  #gform_page_14_1{
    .gform_page_footer{
      justify-content: flex-end;
    }
  }
  .gform_next_button{
    cursor: pointer !important;
  }
  .gform_next_button{
    border-radius: 3rem !important;
  }
  .gform_next_button{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(237 198 211 / var(--tw-bg-opacity)) !important;
  }
  .gform_next_button{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .gform_next_button{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .gform_next_button{
    font-family: Bagoss, sans-serif !important;
  }
  .gform_next_button{
    font-size: 1.125rem !important;
  }
  .gform_next_button{
    font-weight: 500 !important;
  }
  .gform_next_button{
    line-height: 1 !important;
  }
  .gform_next_button{
    --tw-text-opacity: 1 !important;
    color: rgb(102 73 226 / var(--tw-text-opacity)) !important;
  }
  .gform_next_button{
    transition: padding 600ms cubic-bezier(1,0,0,1), background-color 300ms ease-in-out, color 300ms ease-in-out;
  }
  .gform_next_button:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(102 73 226 / var(--tw-bg-opacity)) !important;
  }
  .gform_next_button:hover{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .gform_next_button:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(238 238 228 / var(--tw-text-opacity)) !important;
  }
  @media (min-width: 1024px){
    .gform_next_button{
      font-size: 1.25rem !important;
    }
  }
  .gform_previous_button{
    cursor: pointer !important;
  }
  .gform_previous_button{
    border-radius: 3rem !important;
  }
  .gform_previous_button{
    border-width: 2px !important;
  }
  .gform_previous_button{
    --tw-border-opacity: 1 !important;
    border-color: rgb(102 73 226 / var(--tw-border-opacity)) !important;
  }
  .gform_previous_button{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(238 238 228 / var(--tw-bg-opacity)) !important;
  }
  .gform_previous_button{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .gform_previous_button{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .gform_previous_button{
    font-family: Bagoss, sans-serif !important;
  }
  .gform_previous_button{
    font-size: 1.125rem !important;
  }
  .gform_previous_button{
    font-weight: 500 !important;
  }
  .gform_previous_button{
    line-height: 1 !important;
  }
  .gform_previous_button{
    --tw-text-opacity: 1 !important;
    color: rgb(102 73 226 / var(--tw-text-opacity)) !important;
  }
  .gform_previous_button{
    transition: padding 600ms cubic-bezier(1,0,0,1), background-color 300ms ease-in-out, color 300ms ease-in-out;
  }
  .gform_previous_button:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(102 73 226 / var(--tw-bg-opacity)) !important;
  }
  .gform_previous_button:hover{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .gform_previous_button:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(238 238 228 / var(--tw-text-opacity)) !important;
  }
  @media (min-width: 1024px){
    .gform_previous_button{
      font-size: 1.25rem !important;
    }
  }
}

.gform-loader{
  display: none !important;
}

.marquee{
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  overflow: hidden;
}

@media (min-width: 1024px){
  .marquee{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}

.marquee{
  block-size: 125px;
  .marquee__item{
    position: absolute;
  }
  .marquee__item{
    --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));
  }
}

@-webkit-keyframes go{
  to{
    inset-inline-start: calc(var(--marquee-item-width) * -1);
  }
}

@keyframes go{
  to{
    inset-inline-start: calc(var(--marquee-item-width) * -1);
  }
}

.placeholder\:text-base::-moz-placeholder{
  font-size: 18px;
}

.placeholder\:text-base:-ms-input-placeholder{
  font-size: 18px;
}

.placeholder\:text-base::placeholder{
  font-size: 18px;
}

.placeholder\:font-normal::-moz-placeholder{
  font-weight: 400;
}

.placeholder\:font-normal:-ms-input-placeholder{
  font-weight: 400;
}

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

.placeholder\:text-dsblack::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.placeholder\:text-dsblack:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.placeholder\:text-dsblack::placeholder{
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.placeholder\:text-dswhite::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(238 238 228 / var(--tw-text-opacity));
}

.placeholder\:text-dswhite:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(238 238 228 / var(--tw-text-opacity));
}

.placeholder\:text-dswhite::placeholder{
  --tw-text-opacity: 1;
  color: rgb(238 238 228 / var(--tw-text-opacity));
}

.placeholder\:text-dsoffwhite::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(231 227 211 / var(--tw-text-opacity));
}

.placeholder\:text-dsoffwhite:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(231 227 211 / var(--tw-text-opacity));
}

.placeholder\:text-dsoffwhite::placeholder{
  --tw-text-opacity: 1;
  color: rgb(231 227 211 / var(--tw-text-opacity));
}

.placeholder\:text-dsblue::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(44 115 223 / var(--tw-text-opacity));
}

.placeholder\:text-dsblue:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(44 115 223 / var(--tw-text-opacity));
}

.placeholder\:text-dsblue::placeholder{
  --tw-text-opacity: 1;
  color: rgb(44 115 223 / var(--tw-text-opacity));
}

.placeholder\:text-dsgreen::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 153 118 / var(--tw-text-opacity));
}

.placeholder\:text-dsgreen:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 153 118 / var(--tw-text-opacity));
}

.placeholder\:text-dsgreen::placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 153 118 / var(--tw-text-opacity));
}

.placeholder\:text-dslime::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(201 223 133 / var(--tw-text-opacity));
}

.placeholder\:text-dslime:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(201 223 133 / var(--tw-text-opacity));
}

.placeholder\:text-dslime::placeholder{
  --tw-text-opacity: 1;
  color: rgb(201 223 133 / var(--tw-text-opacity));
}

.placeholder\:text-dspink::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(237 198 211 / var(--tw-text-opacity));
}

.placeholder\:text-dspink:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(237 198 211 / var(--tw-text-opacity));
}

.placeholder\:text-dspink::placeholder{
  --tw-text-opacity: 1;
  color: rgb(237 198 211 / var(--tw-text-opacity));
}

.placeholder\:text-dspurple::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(116 90 234 / var(--tw-text-opacity));
}

.placeholder\:text-dspurple:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(116 90 234 / var(--tw-text-opacity));
}

.placeholder\:text-dspurple::placeholder{
  --tw-text-opacity: 1;
  color: rgb(116 90 234 / var(--tw-text-opacity));
}

.placeholder\:text-dsred::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(216 91 82 / var(--tw-text-opacity));
}

.placeholder\:text-dsred:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(216 91 82 / var(--tw-text-opacity));
}

.placeholder\:text-dsred::placeholder{
  --tw-text-opacity: 1;
  color: rgb(216 91 82 / var(--tw-text-opacity));
}

.placeholder\:text-dsyellow::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 176 46 / var(--tw-text-opacity));
}

.placeholder\:text-dsyellow:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 176 46 / var(--tw-text-opacity));
}

.placeholder\:text-dsyellow::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 176 46 / var(--tw-text-opacity));
}

.placeholder\:text-dslimeada::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(174 200 103 / var(--tw-text-opacity));
}

.placeholder\:text-dslimeada:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(174 200 103 / var(--tw-text-opacity));
}

.placeholder\:text-dslimeada::placeholder{
  --tw-text-opacity: 1;
  color: rgb(174 200 103 / var(--tw-text-opacity));
}

.placeholder\:text-dspinkada::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(225 174 194 / var(--tw-text-opacity));
}

.placeholder\:text-dspinkada:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(225 174 194 / var(--tw-text-opacity));
}

.placeholder\:text-dspinkada::placeholder{
  --tw-text-opacity: 1;
  color: rgb(225 174 194 / var(--tw-text-opacity));
}

.placeholder\:text-dsblueada::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(33 101 198 / var(--tw-text-opacity));
}

.placeholder\:text-dsblueada:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(33 101 198 / var(--tw-text-opacity));
}

.placeholder\:text-dsblueada::placeholder{
  --tw-text-opacity: 1;
  color: rgb(33 101 198 / var(--tw-text-opacity));
}

.placeholder\:text-dsgreenada::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 122 89 / var(--tw-text-opacity));
}

.placeholder\:text-dsgreenada:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 122 89 / var(--tw-text-opacity));
}

.placeholder\:text-dsgreenada::placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 122 89 / var(--tw-text-opacity));
}

.placeholder\:text-dsredada::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(189 64 61 / var(--tw-text-opacity));
}

.placeholder\:text-dsredada:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(189 64 61 / var(--tw-text-opacity));
}

.placeholder\:text-dsredada::placeholder{
  --tw-text-opacity: 1;
  color: rgb(189 64 61 / var(--tw-text-opacity));
}

.placeholder\:text-dspurpleada::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(102 73 226 / var(--tw-text-opacity));
}

.placeholder\:text-dspurpleada:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(102 73 226 / var(--tw-text-opacity));
}

.placeholder\:text-dspurpleada::placeholder{
  --tw-text-opacity: 1;
  color: rgb(102 73 226 / var(--tw-text-opacity));
}

.placeholder\:text-dsyellowada::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 179 54 / var(--tw-text-opacity));
}

.placeholder\:text-dsyellowada:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 179 54 / var(--tw-text-opacity));
}

.placeholder\:text-dsyellowada::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 179 54 / var(--tw-text-opacity));
}

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

.after\:bottom-0::after{
  content: var(--tw-content);
  bottom: 0px;
}

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

.after\:right-0::after{
  content: var(--tw-content);
  right: 0px;
}

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

.after\:h-16::after{
  content: var(--tw-content);
  height: 4rem;
}

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

.after\:bg-gradient-to-t::after{
  content: var(--tw-content);
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

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

.last\:\!border-0:last-child{
  border-width: 0px !important;
}

.checked\:border-dswhite:checked{
  --tw-border-opacity: 1;
  border-color: rgb(238 238 228 / var(--tw-border-opacity));
}

.hover\:block:hover{
  display: block;
}

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

.hover\:bg-dspurple:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(116 90 234 / var(--tw-bg-opacity));
}

.hover\:bg-dswhite:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 228 / var(--tw-bg-opacity));
}

.hover\:bg-dspurpleada:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(102 73 226 / var(--tw-bg-opacity));
}

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

.hover\:bg-dsoffwhite:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(231 227 211 / var(--tw-bg-opacity));
}

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

.hover\:bg-dsblue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(44 115 223 / var(--tw-bg-opacity));
}

.hover\:bg-dsgreen:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 153 118 / var(--tw-bg-opacity));
}

.hover\:bg-dslime:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(201 223 133 / var(--tw-bg-opacity));
}

.hover\:bg-dspink:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(237 198 211 / var(--tw-bg-opacity));
}

.hover\:bg-dsred:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(216 91 82 / var(--tw-bg-opacity));
}

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

.hover\:bg-dspinkada:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(225 174 194 / var(--tw-bg-opacity));
}

.hover\:bg-dslimeada:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(174 200 103 / var(--tw-bg-opacity));
}

.hover\:bg-dsblueada:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(33 101 198 / var(--tw-bg-opacity));
}

.hover\:bg-dsgreenada:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 122 89 / var(--tw-bg-opacity));
}

.hover\:bg-dsredada:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(189 64 61 / var(--tw-bg-opacity));
}

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

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

.hover\:text-dspurple:hover{
  --tw-text-opacity: 1;
  color: rgb(116 90 234 / var(--tw-text-opacity));
}

.hover\:text-dswhite:hover{
  --tw-text-opacity: 1;
  color: rgb(238 238 228 / var(--tw-text-opacity));
}

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

.hover\:text-dspink:hover{
  --tw-text-opacity: 1;
  color: rgb(237 198 211 / var(--tw-text-opacity));
}

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

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

.hover\:\!text-dsgreenada:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(0 122 89 / var(--tw-text-opacity)) !important;
}

.hover\:text-dsgreenada:hover{
  --tw-text-opacity: 1;
  color: rgb(0 122 89 / var(--tw-text-opacity));
}

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

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

.hover\:decoration-\[\#0033cc\]:hover{
  -webkit-text-decoration-color: #0033cc;
          text-decoration-color: #0033cc;
}

.hover\:underline-offset-2:hover{
  text-underline-offset: 2px;
}

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

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

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

.focus\:ring-dspurpleada:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(102 73 226 / var(--tw-ring-opacity));
}

.focus\:ring-opacity-0:focus{
  --tw-ring-opacity: 0;
}

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

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

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

.group:hover .group-hover\:hidden{
  display: none;
}

.group:hover .group-hover\:w-\[16px\]{
  width: 16px;
}

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

.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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 wave{
  0%, 60%, 100%{
    transform: rotate(0.0deg);
  }

  10%, 30%{
    transform: rotate(14.0deg);
  }

  20%{
    transform: rotate(-8.0deg);
  }

  40%{
    transform: rotate(-4.0deg);
  }

  50%{
    transform: rotate(10.0deg);
  }
}

.group:hover .group-hover\:animate-wave{
  -webkit-animation: wave 2.5s infinite;
          animation: wave 2.5s infinite;
}

.group:hover .group-hover\:fill-dslime{
  fill: #C9DF85;
}

.group:hover .group-hover\:text-dswhite{
  --tw-text-opacity: 1;
  color: rgb(238 238 228 / var(--tw-text-opacity));
}

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

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

.peer:checked ~ .peer-checked\:block{
  display: block;
}

.peer:checked ~ .peer-checked\:text-dswhite{
  --tw-text-opacity: 1;
  color: rgb(238 238 228 / var(--tw-text-opacity));
}

.peer:hover ~ .peer-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.prose-p\:mt-0 :is(:where(p):not(:where([class~="not-prose"] *))){
  margin-top: 0px;
}

.prose-p\:font-body :is(:where(p):not(:where([class~="not-prose"] *))){
  font-family: Bagoss, sans-serif;
}

.prose-p\:text-2xl :is(:where(p):not(:where([class~="not-prose"] *))){
  font-size: 1.5rem;
}

.prose-p\:text-xl :is(:where(p):not(:where([class~="not-prose"] *))){
  font-size: 1.25rem;
}

.prose-p\:text-lg :is(:where(p):not(:where([class~="not-prose"] *))){
  font-size: 1.125rem;
}

.prose-p\:text-\[18px\] :is(:where(p):not(:where([class~="not-prose"] *))){
  font-size: 18px;
}

.prose-p\:text-base :is(:where(p):not(:where([class~="not-prose"] *))){
  font-size: 18px;
}

.prose-p\:font-medium :is(:where(p):not(:where([class~="not-prose"] *))){
  font-weight: 500;
}

.prose-p\:leading-snug :is(:where(p):not(:where([class~="not-prose"] *))){
  line-height: 1.375;
}

.prose-p\:leading-\[26px\] :is(:where(p):not(:where([class~="not-prose"] *))){
  line-height: 26px;
}

.prose-p\:\!leading-snug :is(:where(p):not(:where([class~="not-prose"] *))){
  line-height: 1.375 !important;
}

.prose-p\:text-dsblack :is(:where(p):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.prose-p\:text-dspurple :is(:where(p):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(116 90 234 / var(--tw-text-opacity));
}

.prose-a\:font-body :is(:where(a):not(:where([class~="not-prose"] *))){
  font-family: Bagoss, sans-serif;
}

.prose-a\:text-2xl :is(:where(a):not(:where([class~="not-prose"] *))){
  font-size: 1.5rem;
}

.prose-a\:text-xl :is(:where(a):not(:where([class~="not-prose"] *))){
  font-size: 1.25rem;
}

.prose-a\:text-lg :is(:where(a):not(:where([class~="not-prose"] *))){
  font-size: 1.125rem;
}

.prose-a\:leading-snug :is(:where(a):not(:where([class~="not-prose"] *))){
  line-height: 1.375;
}

.prose-a\:text-dsblack :is(:where(a):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.hover\:prose-a\:text-dspurple :is(:where(a):not(:where([class~="not-prose"] *))):hover{
  --tw-text-opacity: 1;
  color: rgb(116 90 234 / var(--tw-text-opacity));
}

@media print{
  .print\:hidden{
    display: none;
  }
}

@media (min-width: 640px){
  .sm\:prose-sm{
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .sm\:prose-sm :where(p):not(:where([class~="not-prose"] *)){
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    font-size: 1.1rem;
    line-height: 1.35;
  }

  .sm\:prose-sm :where([class~="lead"]):not(:where([class~="not-prose"] *)){
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .sm\:prose-sm :where(blockquote):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .sm\:prose-sm :where(h1):not(:where([class~="not-prose"] *)){
    font-size: 3rem;
    margin-top: 0;
    margin-bottom: 1em;
    line-height: .85;
    font-family: Screamer;
    font-weight: 700;
  }

  .sm\:prose-sm :where(h2):not(:where([class~="not-prose"] *)){
    font-size: 2.25rem;
    margin-top: 0;
    margin-bottom: 1em;
    line-height: 1.1;
    font-family: Bagoss;
    font-weight: 400;
  }

  .sm\:prose-sm :where(h3):not(:where([class~="not-prose"] *)){
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 1em;
    line-height: 1.1;
    font-family: Bagoss;
    font-weight: 400;
  }

  .sm\:prose-sm :where(h4):not(:where([class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 1em;
    line-height: 1.1;
    font-family: Bagoss;
    font-size: 1.875rem;
    font-weight: 400;
  }

  .sm\:prose-sm :where(img):not(:where([class~="not-prose"] *)){
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .sm\:prose-sm :where(video):not(:where([class~="not-prose"] *)){
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .sm\:prose-sm :where(figure):not(:where([class~="not-prose"] *)){
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .sm\:prose-sm :where(figure > *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:prose-sm :where(figcaption):not(:where([class~="not-prose"] *)){
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .sm\:prose-sm :where(code):not(:where([class~="not-prose"] *)){
    font-size: 0.8571429em;
  }

  .sm\:prose-sm :where(h2 code):not(:where([class~="not-prose"] *)){
    font-size: 0.9em;
  }

  .sm\:prose-sm :where(h3 code):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
  }

  .sm\:prose-sm :where(pre):not(:where([class~="not-prose"] *)){
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .sm\:prose-sm :where(ol):not(:where([class~="not-prose"] *)){
    padding-left: 1.5714286em;
  }

  .sm\:prose-sm :where(ul):not(:where([class~="not-prose"] *)){
    padding-left: 1.5714286em;
  }

  .sm\:prose-sm :where(li):not(:where([class~="not-prose"] *)){
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .sm\:prose-sm :where(ol > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.4285714em;
  }

  .sm\:prose-sm :where(ul > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.4285714em;
  }

  .sm\:prose-sm > :where(ul > li p):not(:where([class~="not-prose"] *)){
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .sm\:prose-sm > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.1428571em;
  }

  .sm\:prose-sm > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.1428571em;
  }

  .sm\:prose-sm > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.1428571em;
  }

  .sm\:prose-sm > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.1428571em;
  }

  .sm\:prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .sm\:prose-sm :where(hr):not(:where([class~="not-prose"] *)){
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .sm\:prose-sm :where(hr + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }

  .sm\:prose-sm :where(h2 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }

  .sm\:prose-sm :where(h3 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }

  .sm\:prose-sm :where(h4 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }

  .sm\:prose-sm :where(table):not(:where([class~="not-prose"] *)){
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .sm\:prose-sm :where(thead th):not(:where([class~="not-prose"] *)){
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .sm\:prose-sm :where(thead th:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0;
  }

  .sm\:prose-sm :where(thead th:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0;
  }

  .sm\:prose-sm :where(tbody td):not(:where([class~="not-prose"] *)){
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .sm\:prose-sm :where(tbody td:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0;
  }

  .sm\:prose-sm :where(tbody td:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0;
  }

  .sm\:prose-sm > :where(:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }

  .sm\:prose-sm > :where(:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 0;
  }

  .sm\:absolute{
    position: absolute;
  }

  .sm\:-left-1\/4{
    left: -25%;
  }

  .sm\:-bottom-4{
    bottom: -1rem;
  }

  .sm\:right-3{
    right: 0.75rem;
  }

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

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

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

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

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

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

  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }

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

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

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

  .sm\:aspect-13\/9{
    aspect-ratio: 13/9;
  }

  .sm\:h-96{
    height: 24rem;
  }

  .sm\:max-h-640px{
    max-height: 650px;
  }

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

  .sm\:w-96{
    width: 24rem;
  }

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

  .sm\:max-w-450px{
    max-width: 450px;
  }

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

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

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

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

  .sm\:text-3xl{
    font-size: 1.875rem;
  }

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

@media (min-width: 992px){
  .md\:left-12{
    left: 3rem;
  }

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

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

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

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

  .md\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .md\:col-span-9{
    grid-column: span 9 / span 9;
  }

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

  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .md\:col-start-8{
    grid-column-start: 8;
  }

  .md\:col-start-7{
    grid-column-start: 7;
  }

  .md\:col-start-6{
    grid-column-start: 6;
  }

  .md\:col-start-1{
    grid-column-start: 1;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:ml-16{
    margin-left: 4rem;
  }

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

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

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

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

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

  .md\:block{
    display: block;
  }

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

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:aspect-8\/3{
    aspect-ratio: 8/3;
  }

  .md\:aspect-1\/1{
    aspect-ratio: 1;
  }

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

  .md\:h-\[calc\(100vh-280px\)\]{
    height: calc(100vh - 280px);
  }

  .md\:h-\[calc\(100vh-140px\)\]{
    height: calc(100vh - 140px);
  }

  .md\:h-half-screen{
    height: 50vh;
  }

  .md\:h-screen{
    height: 100vh;
  }

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

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

  .md\:max-h-48{
    max-height: 12rem;
  }

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

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

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

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

  .md\:min-h-600{
    min-height: 600px;
  }

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

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

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

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

  .md\:max-w-640px{
    max-width: 640px;
  }

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

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

  .md\:basis-1\/2{
    flex-basis: 50%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-12{
    gap: 3rem;
  }

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

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

  .md\:gap-4{
    gap: 1rem;
  }

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

  .md\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:gap-y-4{
    row-gap: 1rem;
  }

  .md\:overflow-visible{
    overflow: visible;
  }

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

  .md\:border-r-2{
    border-right-width: 2px;
  }

  .md\:border-r-dsblack\/20{
    border-right-color: rgb(33 33 33 / 0.2);
  }

  .md\:p-5{
    padding: 1.25rem;
  }

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

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

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

  .md\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

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

  .md\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

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

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

  .md\:pb-24{
    padding-bottom: 6rem;
  }

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

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

  .md\:pt-18{
    padding-top: 4.5rem;
  }

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

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

  .md\:pb-14{
    padding-bottom: 3.5rem;
  }

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

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

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

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

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

  .md\:pt-7{
    padding-top: 1.75rem;
  }

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

  .md\:pt-24{
    padding-top: 6rem;
  }

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

  .md\:text-h4{
    font-size: 30px;
    line-height: 38px;
  }

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

  .md\:text-6xl{
    font-size: 3.75rem;
  }

  .md\:text-h3{
    font-size: 2rem;
    line-height: 1.1;
  }

  .md\:text-h2{
    font-size: 48px;
    line-height: 52px;
  }

  .md\:text-hero{
    font-size: 9.5rem;
  }

  .md\:text-8xl{
    font-size: 7.75rem;
  }

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

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

  .md\:text-5xl{
    font-size: 3rem;
  }

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

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

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

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

  .md\:even\:border-r-0:nth-child(even){
    border-right-width: 0px;
  }

  .md\:hover\:basis-55:hover{
    flex-basis: 55%;
  }

  .md\:hover\:bg-dswhite:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(238 238 228 / var(--tw-bg-opacity));
  }

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

  .group:hover .md\:group-hover\:text-dsblack{
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity));
  }
}

@media (min-width: 1024px){
  .lg\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .lg\:prose-lg :where(p):not(:where([class~="not-prose"] *)){
    margin-top: 1em;
    margin-bottom: 1.25rem;
    font-family: Bagoss;
    font-size: 1.35rem;
    line-height: 1.5;
  }

  .lg\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)){
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .lg\:prose-lg :where(blockquote):not(:where([class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .lg\:prose-lg :where(h1):not(:where([class~="not-prose"] *)){
    font-size: 4rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
    line-height: .85;
    font-family: Screamer;
    font-weight: 700;
  }

  .lg\:prose-lg :where(h2):not(:where([class~="not-prose"] *)){
    font-size: 3rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    font-family: Bagoss;
    font-weight: 400;
  }

  .lg\:prose-lg :where(h3):not(:where([class~="not-prose"] *)){
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    font-family: Bagoss;
    font-weight: 400;
  }

  .lg\:prose-lg :where(h4):not(:where([class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    font-family: Bagoss;
    font-size: 1.875rem;
    font-weight: 400;
  }

  .lg\:prose-lg :where(img):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg :where(video):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg :where(figure):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg :where(figure > *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-lg :where(figcaption):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .lg\:prose-lg :where(code):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
  }

  .lg\:prose-lg :where(h2 code):not(:where([class~="not-prose"] *)){
    font-size: 0.8666667em;
  }

  .lg\:prose-lg :where(h3 code):not(:where([class~="not-prose"] *)){
    font-size: 0.875em;
  }

  .lg\:prose-lg :where(pre):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .lg\:prose-lg :where(ol):not(:where([class~="not-prose"] *)){
    padding-left: 1.5555556em;
  }

  .lg\:prose-lg :where(ul):not(:where([class~="not-prose"] *)){
    padding-left: 1.5555556em;
  }

  .lg\:prose-lg :where(li):not(:where([class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
    font-family: Bagoss;
    font-size: 1.35rem;
    line-height: 1.5;
  }

  .lg\:prose-lg :where(ol > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.4444444em;
  }

  .lg\:prose-lg :where(ul > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.4444444em;
  }

  .lg\:prose-lg > :where(ul > li p):not(:where([class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-lg > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-lg :where(hr):not(:where([class~="not-prose"] *)){
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .lg\:prose-lg :where(hr + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }

  .lg\:prose-lg :where(h2 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }

  .lg\:prose-lg :where(h3 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }

  .lg\:prose-lg :where(h4 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }

  .lg\:prose-lg :where(table):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .lg\:prose-lg :where(thead th):not(:where([class~="not-prose"] *)){
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .lg\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0;
  }

  .lg\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0;
  }

  .lg\:prose-lg :where(tbody td):not(:where([class~="not-prose"] *)){
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .lg\:prose-lg :where(tbody td:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0;
  }

  .lg\:prose-lg :where(tbody td:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0;
  }

  .lg\:prose-lg > :where(:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }

  .lg\:prose-lg > :where(:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 0;
  }

  .lg\:prose-lg :where(h5):not(:where([class~="not-prose"] *)){
    font-family: Bagoss;
    font-size: 1.75rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-weight: 400;
  }

  .lg\:prose-lg :where(h6):not(:where([class~="not-prose"] *)){
    font-family: Bagoss;
    font-size: 1.5rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-weight: 400;
  }

  .lg\:prose-lg :where(ol, ul):not(:where([class~="not-prose"] *)){
    box-sizing: border-box;
    padding-left: 1em;
  }

  .lg\:prose-lg :where(a):not(:where([class~="not-prose"] *)){
    color: #007A59;
    text-decoration: none;
    font-size: 1.35rem;
    line-height: 1.5;
    font-family: Bagoss;
  }

  .lg\:prose-lg :where(a):not(:where([class~="not-prose"] *)):hover{
    text-decoration: underline;
  }

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

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

  .lg\:aspect-h-10{
    --tw-aspect-h: 10;
  }

  .lg\:static{
    position: static;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

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

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

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

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

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

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

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

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

  .lg\:-bottom-36{
    bottom: -9rem;
  }

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

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

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

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

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

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

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

  .lg\:left-\[unset\]{
    left: unset;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:col-start-9{
    grid-column-start: 9;
  }

  .lg\:col-start-7{
    grid-column-start: 7;
  }

  .lg\:col-start-8{
    grid-column-start: 8;
  }

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

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

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

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

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

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

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

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

  .lg\:mx-\[unset\]{
    margin-left: unset;
    margin-right: unset;
  }

  .lg\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mb-28{
    margin-bottom: 7rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:mb-44{
    margin-bottom: 11rem;
  }

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

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

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

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

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

  .lg\:block{
    display: block;
  }

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

  .lg\:inline{
    display: inline;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:aspect-\[auto\]{
    aspect-ratio: auto;
  }

  .lg\:aspect-1\/1{
    aspect-ratio: 1;
  }

  .lg\:aspect-4\/3{
    aspect-ratio: 4/3;
  }

  .lg\:h-12{
    height: 3rem;
  }

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

  .lg\:h-13{
    height: 3.25rem;
  }

  .lg\:h-40{
    height: 10rem;
  }

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

  .lg\:h-24{
    height: 6rem;
  }

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

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

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

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

  .lg\:h-half-screen{
    height: 50vh;
  }

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

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

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

  .lg\:h-16{
    height: 4rem;
  }

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

  .lg\:h-31{
    height: 7.75rem;
  }

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

  .lg\:h-28{
    height: 7rem;
  }

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

  .lg\:max-h-36{
    max-height: 9rem;
  }

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

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

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

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

  .lg\:min-h-720{
    min-height: 720px;
  }

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

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

  .lg\:min-h-600{
    min-height: 600px;
  }

  .lg\:min-h-550{
    min-height: 550px;
  }

  .lg\:w-18{
    width: 4.5rem;
  }

  .lg\:w-12{
    width: 3rem;
  }

  .lg\:w-6{
    width: 1.5rem;
  }

  .lg\:w-fit{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:w-40{
    width: 10rem;
  }

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

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

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

  .lg\:w-16{
    width: 4rem;
  }

  .lg\:w-70vw{
    width: 70vw;
  }

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

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

  .lg\:w-28{
    width: 7rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:basis-full{
    flex-basis: 100%;
  }

  .lg\:basis-1\/2{
    flex-basis: 50%;
  }

  .lg\:translate-x-\[15\%\]{
    --tw-translate-x: 15%;
    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\:-translate-x-12{
    --tw-translate-x: -3rem;
    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\:-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));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

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

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

  .lg\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

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

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

  .lg\:gap-y-1{
    row-gap: 0.25rem;
  }

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

  .lg\:gap-y-10{
    row-gap: 2.5rem;
  }

  .lg\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

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

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

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

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

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

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

  .lg\:rounded-10xl{
    border-radius: 5rem;
  }

  .lg\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .lg\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

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

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

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

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

  .lg\:bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgb(0 51 204 / var(--tw-bg-opacity));
  }

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

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

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

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

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

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

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

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

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

  .lg\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

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

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

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

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

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

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

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

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

  .lg\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

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

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

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

  .lg\:pb-36{
    padding-bottom: 9rem;
  }

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

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

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

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

  .lg\:pb-24{
    padding-bottom: 6rem;
  }

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

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

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

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

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

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

  .lg\:pt-9{
    padding-top: 2.25rem;
  }

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

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

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

  .lg\:pt-24{
    padding-top: 6rem;
  }

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

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

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

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

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

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

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

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

  .lg\:text-7xl{
    font-size: 5rem;
  }

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

  .lg\:text-h1{
    font-size: 62px;
    line-height: 66px;
  }

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

  .lg\:text-h2{
    font-size: 48px;
    line-height: 52px;
  }

  .lg\:text-h4{
    font-size: 30px;
    line-height: 38px;
  }

  .lg\:text-h3{
    font-size: 2rem;
    line-height: 1.1;
  }

  .lg\:text-base{
    font-size: 18px;
  }

  .lg\:text-10xl{
    font-size: 9.5rem;
  }

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

  .lg\:text-8xl{
    font-size: 7.75rem;
  }

  .lg\:text-2\.25{
    font-size: 2.25rem;
  }

  .lg\:text-2{
    font-size: 2rem;
  }

  .lg\:text-9xl{
    font-size: 8.5rem;
  }

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

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

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

  .lg\:text-6{
    font-size: 6rem;
  }

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

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

  .lg\:text-6xl{
    font-size: 3.75rem;
  }

  .lg\:text-mh2{
    font-size: 32px;
    line-height: 38px;
  }

  .lg\:text-xs{
    font-size: 14px;
  }

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

  .lg\:text-h6{
    font-size: 22px;
    line-height: 25px;
  }

  .lg\:text-4\.5{
    font-size: 4.5rem;
  }

  .lg\:text-hero{
    font-size: 9.5rem;
  }

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

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

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

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

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

  .lg\:\[mask-size\:cover\]{
    -webkit-mask-size: cover;
            mask-size: cover;
  }

  .lg\:\[mask-position\:right\]{
    -webkit-mask-position: right;
            mask-position: right;
  }

  .lg\:\[mask-size\:contain\]{
    -webkit-mask-size: contain;
            mask-size: contain;
  }

  .lg\:placeholder\:text-xl::-moz-placeholder{
    font-size: 1.25rem;
  }

  .lg\:placeholder\:text-xl:-ms-input-placeholder{
    font-size: 1.25rem;
  }

  .lg\:placeholder\:text-xl::placeholder{
    font-size: 1.25rem;
  }

  .lg\:placeholder\:font-medium::-moz-placeholder{
    font-weight: 500;
  }

  .lg\:placeholder\:font-medium:-ms-input-placeholder{
    font-weight: 500;
  }

  .lg\:placeholder\:font-medium::placeholder{
    font-weight: 500;
  }

  .lg\:hover\:basis-55:hover{
    flex-basis: 55%;
  }

  .lg\:hover\:bg-dswhite:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(238 238 228 / var(--tw-bg-opacity));
  }

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

  .group:hover .lg\:group-hover\:visible{
    visibility: visible;
  }

  .group:hover .lg\:group-hover\:invisible{
    visibility: hidden;
  }

  .group:hover .lg\:group-hover\:text-dsblack{
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity));
  }

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

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

  .group:hover .lg\:group-hover\:delay-200{
    transition-delay: 200ms;
  }

  .group:hover .lg\:group-hover\:delay-300{
    transition-delay: 300ms;
  }

  .lg\:prose-p\:text-3xl :is(:where(p):not(:where([class~="not-prose"] *))){
    font-size: 1.875rem;
  }

  .lg\:prose-p\:text-xl :is(:where(p):not(:where([class~="not-prose"] *))){
    font-size: 1.25rem;
  }

  .lg\:prose-p\:text-2xl :is(:where(p):not(:where([class~="not-prose"] *))){
    font-size: 1.5rem;
  }

  .lg\:prose-p\:text-4xl :is(:where(p):not(:where([class~="not-prose"] *))){
    font-size: 2.5rem;
  }

  .lg\:prose-p\:font-normal :is(:where(p):not(:where([class~="not-prose"] *))){
    font-weight: 400;
  }

  .lg\:prose-p\:\!leading-tighter :is(:where(p):not(:where([class~="not-prose"] *))){
    line-height: 1.1 !important;
  }

  .lg\:prose-a\:text-2xl :is(:where(a):not(:where([class~="not-prose"] *))){
    font-size: 1.5rem;
  }
}

@media (min-width: 1280px){
  .xl\:-right-32{
    right: -8rem;
  }

  .xl\:col-span-9{
    grid-column: span 9 / span 9;
  }

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

  .xl\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .xl\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .xl\:col-start-7{
    grid-column-start: 7;
  }

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

  .xl\:block{
    display: block;
  }

  .xl\:hidden{
    display: none;
  }

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

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

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

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

  .xl\:gap-4{
    gap: 1rem;
  }

  .xl\:gap-\[100px\]{
    gap: 100px;
  }

  .xl\:gap-y-28{
    row-gap: 7rem;
  }

  .xl\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

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

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

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

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

  .xl\:text-xl{
    font-size: 1.25rem;
  }

  .xl\:text-hero{
    font-size: 9.5rem;
  }

  .xl\:text-9xl{
    font-size: 8.5rem;
  }

  .xl\:text-5xl{
    font-size: 3rem;
  }

  .xl\:text-3xl{
    font-size: 1.875rem;
  }

  .xl\:text-3\.5{
    font-size: 3.5rem;
  }

  .xl\:text-6xl{
    font-size: 3.75rem;
  }

  .xl\:text-8xl{
    font-size: 7.75rem;
  }

  .xl\:even\:border-r-2:nth-child(even){
    border-right-width: 2px;
  }

  .xl\:hover\:basis-2\/5:hover{
    flex-basis: 40%;
  }
}

@media (min-width: 1440px){
  .\32xl\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .\32xl\:flex{
    display: flex;
  }

  .\32xl\:hidden{
    display: none;
  }

  .\32xl\:min-h-80{
    min-height: 20rem;
  }

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

  .\32xl\:basis-1\/3{
    flex-basis: 33.333333%;
  }

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

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

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

  .\32xl\:text-10vw{
    font-size: 10vw;
  }

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

  .\32xl\:hover\:basis-48:hover{
    flex-basis: 48%;
  }

  .\32xl\:hover\:bg-dswhite:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(238 238 228 / var(--tw-bg-opacity));
  }

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

  .group:hover .\32xl\:group-hover\:text-dsblack{
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity));
  }
}

@media (min-width: 1570px){
  .\33xl\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .\33xl\:col-span-8{
    grid-column: span 8 / span 8;
  }
}

@media (min-width: 1720px){
  .\34xl\:max-w-full{
    max-width: 100%;
  }
}

@media (min-width: 1920px){
  .\35xl\:mr-auto{
    margin-right: auto;
  }

  .\35xl\:ml-\[unset\]{
    margin-left: unset;
  }

  .\35xl\:flex{
    display: flex;
  }

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

  .\35xl\:max-h-640px{
    max-height: 650px;
  }

  .\35xl\:flex-col{
    flex-direction: column;
  }

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

  .\35xl\:items-end{
    align-items: flex-end;
  }

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

  .\35xl\:justify-end{
    justify-content: flex-end;
  }

  .\35xl\:gap-y-14{
    row-gap: 3.5rem;
  }

  .\35xl\:bg-top{
    background-position: top;
  }

  .\35xl\:\[mask-size\:contain\]{
    -webkit-mask-size: contain;
            mask-size: contain;
  }
}
