/*
! tailwindcss v3.0.18 | 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: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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:  ;
}

:root {
  --hw-green: #00ffb4;
  --hw-grey:  #262626;
  --hw-grey2: #464646;
  --hw-grey3: #727272;
  --hw-grey4: #9e9e9e;
  --hw-grey5: #cecece;
  --hw-white: #ffffff;
  --anim-dur: 1s;
  --trans-dur: 0.2s;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  html::before {
    content: ' ';
    display: block;
    background-image: url('/assets/main/bg-mobile.jpg');
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: -10;
  }
}

.dropzone {
  border: dashed 4px transparent;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.drop-active {
  border: solid 2px white;
}

.drop-target {
  background-color: #29e;
  border-color: #fff;
  border-style: solid;
}

/*** –––––––––– TYPOGRAPHY –––––––––– ***/

@font-face {
  font-family: 'D-Din';
  src: url('/assets/D-DIN.woff') format('woff2'); font-weight: normal;
}

@font-face {
  font-family: 'D-Din';
  src: url('/assets/D-DIN-Bold.woff') format('woff2'); font-weight: bold;
}

@font-face {
  font-family: "DINOT";
  src: url("/assets/fonts/DINOT.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DINOT";
  src: url("/assets/fonts/DINOT-Bold.woff") format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "DINOT";
  src: url("/assets/fonts/DINOT-BoldItalic.woff") format('woff');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "DINOT";
  src: url("/assets/fonts/DINOT-Italic.woff") format('woff');
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: "DINOT";
  src: url("/assets/fonts/DINOT-Medium.woff") format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "DINOT";
  src: url("/assets/fonts/DINOT-MediumItalic.woff") format('woff');
  font-weight: 500;
  font-style: italic;
}

::-moz-selection {
  color: #262626;
  color: var(--hw-grey);
  background: #00ffb4;
  background: var(--hw-green);
}

::selection {
  color: #262626;
  color: var(--hw-grey);
  background: #00ffb4;
  background: var(--hw-green);
}

/*** –––––––––– LINKS & BUTTONS –––––––––– ***/

a {
  all: unset;
  position: relative;
  cursor: pointer;
  font-weight: bold;
}

a:hover {
  color: #00ffb4;
  color: var(--hw-green);
}

.link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  border-bottom: 3px solid #00ffb4;
  border-bottom: 3px solid var(--hw-green);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease-out;
}

.link:hover::after,
.link:focus::after {
  transform: scaleX(1);
  transform-origin: left;
}

@supports (-moz-appearance:none) {
  .button-links {
    padding-bottom: 0.5rem!important;
  }
}

/*** –––––––––– NAV –––––––––– ***/

.burger path, .burger line, .burger polygon {
    fill: none;
    stroke: #ffffff;
    stroke: var(--hw-white);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
    vector-effect: non-scaling-stroke;
}

.burger path {
    transition: transform 0.2s ease, opacity 0.2s ease, stroke 0.2s ease, d 0.2s ease;
    transition: transform var(--trans-dur) ease, opacity var(--trans-dur) ease, stroke var(--trans-dur) ease, d var(--trans-dur) ease;
    transform-origin: center center;
}

#mobile-nav:hover .burger path {
    stroke: #00ffb4;
    stroke: var(--hw-green);
}

#mobile-nav:hover .burger path:nth-of-type(1) {
    transform: translateY(-2px);
}

#mobile-nav:hover .burger path:nth-of-type(3) {
    transform: translateY( 2px);
}

#mobile-nav:active .burger path:nth-of-type(2) {
    opacity: 0
}

#mobile-nav:active .burger path:nth-of-type(1) {
    transform: rotate(-135deg);
    d: path("M21,12H3");
}

#mobile-nav:active .burger path:nth-of-type(3) {
    transform: rotate(135deg);
    d: path("M21,12H3");
}

.nav-item button:hover {
  color: #00ffb4;
  color: var(--hw-green);
}

.nav-item a, .nav-item button {
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    transition-property: color, background-color, border-color;
    transition-duration: 0.15s, 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
    transition-delay: 0s, 0s, 0s;
}

.nav-item a:after, .nav-item button:after {
  content: '';
  width: 0px;
  height: 2px;
  position: absolute;
  top: 110%;
  left: 0;
  background: #00ffb4;
  background: var(--hw-green);
  transition: 600ms;
}

.nav-item a:hover::after,
.nav-item a:focus::after,
.nav-item a.nav--active::after,
.nav-item button:hover::after {
  width: 100%;
}

.nav-item a:not(:hover):after,
.nav-item button:not(:hover):after {
  right: 0;
  left: auto;
}

/*** –––––––––– TEAM SECTION –––––––––– ***/

.cw0 {
  grid-column: 1/2;
  grid-row: 1/1;
  opacity: 1;
}

.cw1 {
  grid-column: 2/2;
  grid-row: 1/1;
  opacity: 1;
}

.cw2 {
  grid-column: 2/3;
  grid-row: 1/1;
  opacity: 1;
}

.cw3 {
  grid-column: 1/2;
  grid-row: 1/1;
  opacity: 0;
}

.cw4 {
  grid-column: 2/2;
  grid-row: 1/1;
  opacity: 0;
}

.cw5 {
  grid-column: 2/3;
  grid-row: 1/1;
  opacity: 0;
}

.kunden {
		opacity: 0;
    visibility: hidden;
		transform: translateY(40px);
		transition: all 0.6s ease-out;
	}

.kunden.visible {
		opacity: 1;

	}

#case1, #case2 {
  grid-column: 1/1;
  grid-row: 1/1;
}

/*** –––––––––– HOVER FX –––––––––– ***/

.hover-main {
  position: relative;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  opacity: 1;
}

.hover-main:hover .standard-image{
  opacity: 1;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;

}

.hover-main:hover .standard-logo{
  opacity: 0;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;

}

.hover-main .hover-image {
  opacity: 0;
  transition-delay: 3s;
  -webkit-transition-delay: 3s;
  -moz-transition-delay: 3s;
  -ms-transition-delay: 3s;
  -o-transition-delay: 3s;
}

.hover-main:hover .hover-image {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

/*** –––––––––– SVG HOVER ANIMATION –––––––––– ***/

.links:hover .ani-arrow #ico_arrowlink-line {
    transform: scaleX(1.5);
}

.links:hover .ani-arrow #ico_arrowlink-tip {
    transform: translateX(40px);
}

.email:hover figure .svg-mail #ico_mail-heart {
    opacity: 0;
    transform: rotate(90deg);
}

.email:hover figure .svg-mail #ico_mail-plusgroup {
    transform: rotate(0deg);
}

.email:hover figure .svg-mail #ico_mail-plus {
    opacity: 1;
    -webkit-animation: 1s ico_mail-plus infinite 0.2s ease;
            animation: 1s ico_mail-plus infinite 0.2s ease;
    -webkit-animation: var(--anim-dur) ico_mail-plus infinite var(--trans-dur) ease;
            animation: var(--anim-dur) ico_mail-plus infinite var(--trans-dur) ease;
}

.email:hover figure .svg-mail #ico_mail-opening2 {
    d: path("M95.5,37.6l-35-28.1l-35,28.1");
}

.email:hover figure .svg-mail #ico_mail-paper {
    transform: translateY(-40px);
    transition-delay: calc(0.2s / 3 );
    transition-delay: calc(var(--trans-dur) / 3 );
}

.email:hover figure .svg-mail #ico_mail-mask0 polygon, .email:hover figure .svg-mail #ico_mail-mask1 polygon, .email:hover figure .svg-mail #ico_mail-mask2 polygon {
    transform: translateY(40px);
    transition-delay: calc(0.2s / 3 );
    transition-delay: calc(var(--trans-dur) / 3 );
}

.tel:hover figure .svg-phone #ico_mobile-plus {
  opacity: 1;
}

.tel:hover figure .svg-phone #ico_mobile-phone {
  -webkit-animation: 1s ico_mobile-phone ease infinite;
          animation: 1s ico_mobile-phone ease infinite;
  -webkit-animation: var(--anim-dur) ico_mobile-phone ease infinite;
          animation: var(--anim-dur) ico_mobile-phone ease infinite;
}

.tel:hover figure .svg-phone .ico_mobile-vib {
  -webkit-animation: 1s ico_mobile-vib ease infinite;
          animation: 1s ico_mobile-vib ease infinite;
  -webkit-animation: var(--anim-dur) ico_mobile-vib ease infinite;
          animation: var(--anim-dur) ico_mobile-vib ease infinite;
}

.tel:hover figure .svg-phone #ico_mobile {
  transform: rotate(11deg);
}

.maps:hover figure .svg-map #ico_maps-plus {
  opacity: 1;
  transform: translateX(10px);
}

.maps:hover figure .svg-map #ico_maps-plus polygon {
  -webkit-animation: 1s ico_maps-plus ease 0.2s infinite;
          animation: 1s ico_maps-plus ease 0.2s infinite;
  -webkit-animation: var(--anim-dur) ico_maps-plus ease var(--trans-dur) infinite;
          animation: var(--anim-dur) ico_maps-plus ease var(--trans-dur) infinite;
}

.maps:hover figure .svg-map #ico_maps-map {
  d: path("M84,96.1l-40.2,3.7L3.9,96.1V27.2l39.8,4.7L84,27.2l40,4.7v67.9L84,96.1");
  stroke-dasharray: 341;
    stroke-dashoffset: 0;
}

.maps:hover figure .svg-map #ico_maps-path {
  stroke-dashoffset: 0;
  transform: scaleX(1);
}

.maps:hover figure .svg-map #ico_maps-foldR {
  d: path("M84.2,96.1V27.2");
  stroke-dashoffset: 0;
  stroke-dasharray: 46 15;
}

.maps:hover figure .svg-map #ico_maps-foldL {
  d: path("M43.7,31.9v67.9");
  stroke-dasharray: 32 15;
}

.maps:hover figure .svg-map #ico_maps-pin path {
  transform: translateX(10px);
  opacity: 0;
}

/* JOB ACCORDION */

#accordion .active .expand-icon svg path, #accordion .head:hover .expand-icon svg path {
  stroke: #00ffb4;
}

#accordion .active .expand-icon svg path {
  d: path("M2,17.5l9.7-10.9c0.2-0.2,0.4-0.2,0.6,0l0,0L22,17.5");
}

#accordion .arrow{
  color: #563e6e;
  font-size: 60px;
  transition: 0.25s ease;
  opacity: 0.3;
  transform: rotate(-90deg);
}

#accordion .head:hover .arrow{
  opacity: 1;
}

#accordion .head:hover, #accordion .active {
 color: #00ffb4;
}

#accordion .arrow-animate{
  transform: rotate(0deg);
  opacity: 1;
}

.image-layer{
  background: transparent linear-gradient(180deg, rgba(0,0,0,0.25098) 0%, rgba(0,0,0,0.74902) 100%) 0% 0% no-repeat padding-box;
}

/* glider */

.glider {

  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  transform: translateZ(0);
}

.glider-track {
  transform: translateZ(0);
  width: 100%;
  margin: 0!important;
  padding: 0;
  display: flex;
  z-index: 1;
}

.glider.draggable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}

.glider.draggable .glider-slide img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.glider-slide {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
}

/* .glider-slide.visible {
  border: 3px solid transparent;
  border-radius: 20px;
}
.glider-slide.center {
  border: 3px solid white;
  border-radius: 20px;
} */

.glider-slide img {
  max-width: 100%;
}

.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}

.glider-prev,.glider-next {

  transition: opacity .5s cubic-bezier(.17,.67,.83,.67),
              color .5s cubic-bezier(.17,.67,.83,.67);
}

.glider-prev:hover,
.glider-next:hover,
.glider-prev:focus,
.glider-next:focus {
  color: #a89cc8;
}

.glider-next.disabled,
.glider-prev.disabled {
  opacity: .25;
  color: #666;
  cursor: default;
}

.glider-slide {
  min-width: 150px;
}

@media(max-width: 1024px) {
  .glider-slide {
    min-width: 100px;
  }
}

.glider-hide {
  opacity: 0;
}

.glider-dot {
  border: 0;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  display: block;
  cursor: pointer;
  color: #464646;
  border-radius: 3px;
  background: #464646;
  width: 160px;
  height: 4px;
  margin: 7px;
}

.glider-dot:hover,
.glider-dot:focus,
.glider-dot.active {
  background: #00FFB4;
}

@media(max-width: 36em){
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    box-shadow: 0 0 1px rgba(255,255,255,.25);
  }
}

@-moz-document url-prefix() {
  .glider-track {
    margin-bottom: 16px;
  }
  .glider-wrap {
    overflow: hidden;
  }
}

.checklist{
  list-style:none;
}

.checklist li {
  position: relative;
}

.checklist li::before {
  position: absolute;
  content: '\2022';
  text-indent: -999999px;
  display: block;
  top: 0.25rem;
  left: -2em;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-size: contain;
  background-image: url('/assets/icons/ui/check.svg');
}

/* ios bg fixed replacement (ios doesn't support bg fixed) */

@supports ( -webkit-touch-callout : none) {
.bg-wall, .bg-board {
  background-attachment:scroll;
  }
}

@supports not ( -webkit-touch-callout : none) {
.bg-wall, .bg-board {
  background-attachment: fixed;
  }
}

/* instagram */

.carousel > input {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.carousel > input:nth-of-type(12):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -1100%;
}

.carousel > input:nth-of-type(11):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -1000%;
}

.carousel > input:nth-of-type(10):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -900%;
}

.carousel > input:nth-of-type(9):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -800%;
}

.carousel > input:nth-of-type(8):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -700%;
}

.carousel > input:nth-of-type(7):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -600%;
}

.carousel > input:nth-of-type(6):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -500%;
}

.carousel > input:nth-of-type(5):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -400%;
}

.carousel > input:nth-of-type(4):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -300%;
}

.carousel > input:nth-of-type(3):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -200%;
}

.carousel > input:nth-of-type(2):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -100%;
}

.carousel > input:nth-of-type(1):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: 0%;
}

.carousel > input:nth-of-type(1):checked ~ .carousel__thumbnails li:nth-of-type(1) {
  box-shadow: 0px 0px 0px 5px #00ffb4;
  box-shadow: 0px 0px 0px 5px var(--hw-green);
}

.carousel > input:nth-of-type(2):checked ~ .carousel__thumbnails li:nth-of-type(2) {
  box-shadow: 0px 0px 0px 5px #00ffb4;
  box-shadow: 0px 0px 0px 5px var(--hw-green);
}

.carousel > input:nth-of-type(3):checked ~ .carousel__thumbnails li:nth-of-type(3) {
  box-shadow: 0px 0px 0px 5px #00ffb4;
  box-shadow: 0px 0px 0px 5px var(--hw-green);
}

.carousel > input:nth-of-type(4):checked ~ .carousel__thumbnails li:nth-of-type(4) {
  box-shadow: 0px 0px 0px 5px #00ffb4;
  box-shadow: 0px 0px 0px 5px var(--hw-green);
}

.carousel > input:nth-of-type(5):checked ~ .carousel__thumbnails li:nth-of-type(5) {
  box-shadow: 0px 0px 0px 5px #00ffb4;
  box-shadow: 0px 0px 0px 5px var(--hw-green);
}

.carousel > input:nth-of-type(6):checked ~ .carousel__thumbnails li:nth-of-type(6) {
  box-shadow: 0px 0px 0px 5px #00ffb4;
  box-shadow: 0px 0px 0px 5px var(--hw-green);
}

.carousel > input:nth-of-type(7):checked ~ .carousel__thumbnails li:nth-of-type(7) {
  box-shadow: 0px 0px 0px 5px #00ffb4;
  box-shadow: 0px 0px 0px 5px var(--hw-green);
}

.carousel > input:nth-of-type(8):checked ~ .carousel__thumbnails li:nth-of-type(8) {
  box-shadow: 0px 0px 0px 5px #00ffb4;
  box-shadow: 0px 0px 0px 5px var(--hw-green);
}

.carousel > input:nth-of-type(9):checked ~ .carousel__thumbnails li:nth-of-type(9) {
  box-shadow: 0px 0px 0px 5px #00ffb4;
  box-shadow: 0px 0px 0px 5px var(--hw-green);
}

.carousel > input:nth-of-type(1ß):checked ~ .carousel__thumbnails li:nth-of-type(10) {
  box-shadow: 0px 0px 0px 5px #00ffb4;
  box-shadow: 0px 0px 0px 5px var(--hw-green);
}

.carousel > input:nth-of-type(11):checked ~ .carousel__thumbnails li:nth-of-type(11) {
  box-shadow: 0px 0px 0px 5px #00ffb4;
  box-shadow: 0px 0px 0px 5px var(--hw-green);
}

.carousel > input:nth-of-type(12):checked ~ .carousel__thumbnails li:nth-of-type(12) {
  box-shadow: 0px 0px 0px 5px #00ffb4;
  box-shadow: 0px 0px 0px 5px var(--hw-green);
}

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

.carousel__thumbnails {
  list-style: none;
  padding: 0;
  margin: 0;
}

.carousel__thumbnails label:hover img, .carousel__thumbnails label:focus img {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  transition: all 300ms ease-in-out;
}

/* instagram alternative */

.instagram-content {
  grid-column: 1/12;
  grid-row: 1/12;
}

.instagram-nav {
  grid-column: 7/11;
  grid-row: 7/12;
}

.instagram-headline {
  grid-column: 7/11;
  grid-row: 1/1;
}

.instagram-nav .dots .glider-dot {
  width: 40px;
}

.media-ig {
  grid-row: 1/12;
}

.caption-ig {
  grid-row: 3/11;
}

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

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

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

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

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

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

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.bottom-0 {
  bottom: 0px;
}

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

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

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

.top-16 {
  top: 4rem;
}

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

.left-2 {
  left: 0.5rem;
}

.right-2 {
  right: 0.5rem;
}

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

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

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

.right-\[3\.1rem\] {
  right: 3.1rem;
}

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

.left-1 {
  left: 0.25rem;
}

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

.right-1 {
  right: 0.25rem;
}

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

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

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

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

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

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

.order-last {
  order: 9999;
}

.order-first {
  order: -9999;
}

.order-12 {
  order: 12;
}

.order-11 {
  order: 11;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-end-3 {
  grid-column-end: 3;
}

.col-end-13 {
  grid-column-end: 13;
}

.col-end-8 {
  grid-column-end: 8;
}

.col-end-11 {
  grid-column-end: 11;
}

.col-end-4 {
  grid-column-end: 4;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-start-4 {
  grid-row-start: 4;
}

.row-start-5 {
  grid-row-start: 5;
}

.row-end-3 {
  grid-row-end: 3;
}

.row-end-4 {
  grid-row-end: 4;
}

.row-end-5 {
  grid-row-end: 5;
}

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

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

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

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

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

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

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

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

.-mt-11 {
  margin-top: -2.75rem;
}

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

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

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

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

.mb-18 {
  margin-bottom: 4.5rem;
}

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

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

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

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

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

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

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

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

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

.-mt-\[2\.6rem\] {
  margin-top: -2.6rem;
}

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

.mt-\[11vh\] {
  margin-top: 11vh;
}

.ml-\[6vw\] {
  margin-left: 6vw;
}

.ml-\[4vw\] {
  margin-left: 4vw;
}

.mt-\[17vh\] {
  margin-top: 17vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mb-\[6\.875rem\] {
  margin-bottom: 6.875rem;
}

.mt-\[6\.875rem\] {
  margin-top: 6.875rem;
}

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

.mb-auto {
  margin-bottom: auto;
}

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

.-mt-9 {
  margin-top: -2.25rem;
}

.mr-\[1\.3rem\] {
  margin-right: 1.3rem;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

.aspect-box {
  aspect-ratio: 9 / 11;
}

.aspect-portrait {
  aspect-ratio: 13/16;
}

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-\[calc\(64vh-64px\)\] {
  height: calc(64vh - 64px);
}

.h-px {
  height: 1px;
}

.h-8 {
  height: 2rem;
}

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

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

.h-16 {
  height: 4rem;
}

.h-6 {
  height: 1.5rem;
}

.h-screen {
  height: 100vh;
}

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

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

.w-full {
  width: 100%;
}

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

.w-8 {
  width: 2rem;
}

.w-18 {
  width: 4.5rem;
}

.w-12 {
  width: 3rem;
}

.w-screen {
  width: 100vw;
}

.w-24 {
  width: 6rem;
}

.w-30 {
  width: 7.5rem;
}

.w-40 {
  width: 10rem;
}

.w-56 {
  width: 14rem;
}

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

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

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

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

.w-28 {
  width: 7rem;
}

.w-32 {
  width: 8rem;
}

.w-64 {
  width: 16rem;
}

.w-72 {
  width: 18rem;
}

.w-6 {
  width: 1.5rem;
}

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

.w-36 {
  width: 9rem;
}

.flex-\[1_0_100\%\] {
  flex: 1 0 100%;
}

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

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

.shrink {
  flex-shrink: 1;
}

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

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

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

.scale-x-\[-1\] {
  --tw-scale-x: -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));
}

.scale-x-\[1\] {
  --tw-scale-x: 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));
}

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

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

.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-4 {
  gap: 1rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-0 {
  gap: 0px;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-1 {
  gap: 0.25rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.break-normal {
  word-wrap: normal;
  word-break: normal;
}

.rounded {
  border-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

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

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

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

.border-hw-grey3 {
  --tw-border-opacity: 1;
  border-color: rgba(114, 114, 114, var(--tw-border-opacity));
}

.bg-hw-green {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 255, 180, var(--tw-bg-opacity));
}

.bg-hw-grey {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.bg-hw-grey2 {
  background-color: rgba(114,114,114,0.10196);
}

.bg-none {
  background-image: none;
}

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

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

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

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

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

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

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-14 {
  padding-right: 3.5rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pl-18 {
  padding-left: 4.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-dinot {
  font-family: DINOT, sans-serif;
}

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

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

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

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

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

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

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

.text-\[6rem\] {
  font-size: 6rem;
}

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

.text-\[5\.25rem\] {
  font-size: 5.25rem;
}

.text-8xl5 {
  font-size: 7.5rem;
  line-height: 1.75;
}

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

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

.lowercase {
  text-transform: lowercase;
}

.normal-case {
  text-transform: none;
}

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

.leading-loose {
  line-height: 2;
}

.leading-more-relaxed {
  line-height: 1.75;
}

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

.text-hw-grey {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.text-hw-green {
  --tw-text-opacity: 1;
  color: rgba(0, 255, 180, var(--tw-text-opacity));
}

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

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

.opacity-0 {
  opacity: 0;
}

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

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, 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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

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

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.checked\:shadow-blue:checked {
  --tw-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);
  --tw-shadow-colored: 0px 0px 0px 5px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

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

.hover\:text-hw-grey:hover {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.hover\:text-hw-green:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 255, 180, var(--tw-text-opacity));
}

.focus\:cursor-pointer:focus {
  cursor: pointer;
}

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

.group:hover .group-hover\:\!bottom-0 {
  bottom: 0px !important;
}

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

.group:hover .group-hover\:scale-\[1\.075\] {
  --tw-scale-x: 1.075;
  --tw-scale-y: 1.075;
  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\:opacity-100 {
  opacity: 1;
}

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

.group:focus .group-focus\:opacity-100 {
  opacity: 1;
}

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

.group:active .group-active\:opacity-100 {
  opacity: 1;
}

@media (min-width: 640px) {

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

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

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

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

@media (min-width: 768px) {

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:col-start-10 {
    grid-column-start: 10;
  }

  .md\:col-start-9 {
    grid-column-start: 9;
  }

  .md\:col-start-5 {
    grid-column-start: 5;
  }

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

  .md\:ml-\[8vw\] {
    margin-left: 8vw;
  }

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

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

  .md\:mt-64 {
    margin-top: 16rem;
  }

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

  .md\:h-\[calc\(90vh-128px\)\] {
    height: calc(90vh - 128px);
  }

  .md\:h-\[calc\(100vh-128px\)\] {
    height: calc(100vh - 128px);
  }

  .md\:h-\[calc\(75vh-128px\)\] {
    height: calc(75vh - 128px);
  }

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

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

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

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

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

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

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

  .md\:px-30 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

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

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

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

  .md\:text-3xl {
    font-size: 1.625rem;
    line-height: 1.75;
  }
}

@media (min-width: 1024px) {

  .lg\:-bottom-10 {
    bottom: -2.5rem;
  }

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

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

  .lg\:top-\[43\%\] {
    top: 43%;
  }

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

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

  .lg\:top-\[45\%\] {
    top: 45%;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

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

  .lg\:col-start-10 {
    grid-column-start: 10;
  }

  .lg\:col-end-9 {
    grid-column-end: 9;
  }

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

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

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

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

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

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

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

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

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

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

  .lg\:mb-auto {
    margin-bottom: auto;
  }

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

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

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

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

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

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

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

  .lg\:-mt-\[1\.9rem\] {
    margin-top: -1.9rem;
  }

  .lg\:-mt-13 {
    margin-top: -3.25rem;
  }

  .lg\:mt-15 {
    margin-top: 3.875rem;
  }

  .lg\:mt-\[6\.875rem\] {
    margin-top: 6.875rem;
  }

  .lg\:mb-\[6\.875rem\] {
    margin-bottom: 6.875rem;
  }

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

  .lg\:mt-\[11rem\] {
    margin-top: 11rem;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-36 {
    width: 9rem;
  }

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

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

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:scale-x-\[1\] {
    --tw-scale-x: 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));
  }

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

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

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

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

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

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

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

  .lg\:gap-14 {
    gap: 3.5rem;
  }

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

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

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

  .lg\:px-23 {
    padding-left: 5.75rem;
    padding-right: 5.75rem;
  }

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

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

  .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

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

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

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

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

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

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

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

  .lg\:pl-22 {
    padding-left: 5.5rem;
  }

  .lg\:pl-23 {
    padding-left: 5.75rem;
  }

  .lg\:pr-23 {
    padding-right: 5.75rem;
  }

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

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

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

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

  .lg\:pl-24 {
    padding-left: 6rem;
  }

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

  .lg\:pl-36 {
    padding-left: 9rem;
  }

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

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

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

  .lg\:pl-12 {
    padding-left: 3rem;
  }

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

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

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

  .lg\:pr-36 {
    padding-right: 9rem;
  }

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

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

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

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

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

  .lg\:text-8xl5 {
    font-size: 7.5rem;
    line-height: 1.75;
  }

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

  .lg\:leading-more-relaxed {
    line-height: 1.75;
  }
}

@media (min-width: 1280px) {

  .xl\:absolute {
    position: absolute;
  }

  .xl\:top-\[45\%\] {
    top: 45%;
  }

  .xl\:order-first {
    order: -9999;
  }

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

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

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

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

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:col-start-8 {
    grid-column-start: 8;
  }

  .xl\:col-start-6 {
    grid-column-start: 6;
  }

  .xl\:col-start-9 {
    grid-column-start: 9;
  }

  .xl\:col-start-1 {
    grid-column-start: 1;
  }

  .xl\:col-start-5 {
    grid-column-start: 5;
  }

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

  .xl\:col-end-9 {
    grid-column-end: 9;
  }

  .xl\:col-end-7 {
    grid-column-end: 7;
  }

  .xl\:col-end-6 {
    grid-column-end: 6;
  }

  .xl\:col-end-5 {
    grid-column-end: 5;
  }

  .xl\:row-start-1 {
    grid-row-start: 1;
  }

  .xl\:row-start-3 {
    grid-row-start: 3;
  }

  .xl\:row-start-4 {
    grid-row-start: 4;
  }

  .xl\:row-end-1 {
    grid-row-end: 1;
  }

  .xl\:row-end-4 {
    grid-row-end: 4;
  }

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

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

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

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

  .xl\:-mt-\[7\.9rem\] {
    margin-top: -7.9rem;
  }

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

  .xl\:mt-\[20vh\] {
    margin-top: 20vh;
  }

  .xl\:ml-\[9vw\] {
    margin-left: 9vw;
  }

  .xl\:mt-\[26vh\] {
    margin-top: 26vh;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:w-32 {
    width: 8rem;
  }

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

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

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

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

  .xl\:w-36 {
    width: 9rem;
  }

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

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

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

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

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

  .xl\:overflow-hidden {
    overflow: hidden;
  }

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

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

  .xl\:px-23 {
    padding-left: 5.75rem;
    padding-right: 5.75rem;
  }

  .xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

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

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

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

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

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

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

  .xl\:pl-24 {
    padding-left: 6rem;
  }

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

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

  .xl\:text-\[5rem\] {
    font-size: 5rem;
  }

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

  .xl\:text-8xl5 {
    font-size: 7.5rem;
    line-height: 1.75;
  }

  .xl\:text-\[6rem\] {
    font-size: 6rem;
  }

  .xl\:leading-loose {
    line-height: 2;
  }

  .xl\:leading-more-relaxed {
    line-height: 1.75;
  }
}

@media (min-width: 1400px) {

  .\32xl\:container {
    width: 100%;
  }

  @media (min-width: 400px) {

    .\32xl\:container {
      max-width: 400px;
    }
  }

  @media (min-width: 640px) {

    .\32xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .\32xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .\32xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .\32xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1400px) {

    .\32xl\:container {
      max-width: 1400px;
    }
  }

  @media (min-width: 1600px) {

    .\32xl\:container {
      max-width: 1600px;
    }
  }

  @media (min-width: 2000px) {

    .\32xl\:container {
      max-width: 2000px;
    }
  }

  .\32xl\:order-9 {
    order: 9;
  }

  .\32xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

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

  .\32xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .\32xl\:col-start-10 {
    grid-column-start: 10;
  }

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

  .\32xl\:-mt-\[3\.9rem\] {
    margin-top: -3.9rem;
  }

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

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

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

  .\32xl\:flex {
    display: flex;
  }

  .\32xl\:hidden {
    display: none;
  }

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

  .\32xl\:scale-x-\[1\] {
    --tw-scale-x: 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));
  }

  .\32xl\:pl-24 {
    padding-left: 6rem;
  }

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

  .\32xl\:text-\[6\.25rem\] {
    font-size: 6.25rem;
  }

  .\32xl\:text-8xl5 {
    font-size: 7.5rem;
    line-height: 1.75;
  }

  .\32xl\:text-6xl {
    font-size: 4rem;
    line-height: 1.75;
  }

  .\32xl\:text-4xl {
    font-size: 1.875rem;
    line-height: 1.75;
  }

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

  .\32xl\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .\32xl\:text-3xl {
    font-size: 1.625rem;
    line-height: 1.75;
  }

  .\32xl\:leading-more-relaxed {
    line-height: 1.75;
  }
}

@media (min-width: 400px) {

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

@media (min-width: 1600px) {

  .fhd\:container {
    width: 100%;
  }

  @media (min-width: 400px) {

    .fhd\:container {
      max-width: 400px;
    }
  }

  @media (min-width: 640px) {

    .fhd\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .fhd\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .fhd\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .fhd\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1400px) {

    .fhd\:container {
      max-width: 1400px;
    }
  }

  @media (min-width: 1600px) {

    .fhd\:container {
      max-width: 1600px;
    }
  }

  @media (min-width: 2000px) {

    .fhd\:container {
      max-width: 2000px;
    }
  }

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

  .fhd\:ml-\[6vw\] {
    margin-left: 6vw;
  }

  .fhd\:ml-\[3vw\] {
    margin-left: 3vw;
  }

  .fhd\:ml-18 {
    margin-left: 4.5rem;
  }

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

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

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

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

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

  .fhd\:gap-16 {
    gap: 4rem;
  }

  .fhd\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .fhd\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

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

  .fhd\:text-10xl {
    font-size: 10rem;
    line-height: 1.75;
  }

  .fhd\:text-6xl {
    font-size: 4rem;
    line-height: 1.75;
  }

  .fhd\:text-5xl {
    font-size: 2rem;
    line-height: 1.75;
  }
}

@media (min-width: 2000px) {

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

  .qhd\:ml-\[9vw\] {
    margin-left: 9vw;
  }

  .qhd\:mt-\[30vh\] {
    margin-top: 30vh;
  }

  .qhd\:ml-\[5vw\] {
    margin-left: 5vw;
  }

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

  .qhd\:ml-30 {
    margin-left: 7.5rem;
  }

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

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

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

  .qhd\:text-5xl5 {
    font-size: 3.5rem;
    line-height: 1.75;
  }

  .qhd\:text-3xl {
    font-size: 1.625rem;
    line-height: 1.75;
  }
}

@media (max-height: 700px) {

  .small\:text-sm {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}

