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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

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

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

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

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

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

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

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
     color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
     color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
     color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

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

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

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

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

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

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

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

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

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

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

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

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.aspect-w-3 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 3;
}
.aspect-w-3 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-2 {
  --tw-aspect-h: 2;
}
.aspect-h-4 {
  --tw-aspect-h: 4;
}
.aspect-w-1 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}
.aspect-w-1 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-1 {
  --tw-aspect-h: 1;
}
.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-9 {
  --tw-aspect-h: 9;
}
.aspect-w-5 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 5;
}
.aspect-w-5 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-2 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 2;
}
.aspect-w-2 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-3 {
  --tw-aspect-h: 3;
}
.aspect-w-9 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 9;
}
.aspect-w-9 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-16 {
  --tw-aspect-h: 16;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-0 {
  top: 0rem;
}
.left-0 {
  left: 0rem;
}
.bottom-0 {
  bottom: 0rem;
}
.top-full {
  top: 100%;
}
.top-1\/2 {
  top: 50%;
}
.left-1\/2 {
  left: 50%;
}
.top-1\/4 {
  top: 25%;
}
.z-10 {
  z-index: 10;
}
.z-0 {
  z-index: 0;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-50 {
  z-index: 50;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.order-3 {
  order: 3;
}
.order-2 {
  order: 2;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-start-3 {
  grid-row-start: 3;
}
.mx-12 {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}
.my-12 {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
.my-24 {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-\[40px\] {
  margin-top: 40px;
  margin-bottom: 40px;
}
.my-\[70px\] {
  margin-top: 70px;
  margin-bottom: 70px;
}
.mx-24 {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
.my-8 {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.mx-8 {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
.mb-0 {
  margin-bottom: 0rem;
}
.mb-24 {
  margin-bottom: 2.4rem;
}
.mb-40 {
  margin-bottom: 4.0rem;
}
.mb-36 {
  margin-bottom: 3.6rem;
}
.mt-36 {
  margin-top: 3.6rem;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-24 {
  margin-top: 2.4rem;
}
.mr-16 {
  margin-right: 1.6rem;
}
.mt-40 {
  margin-top: 4.0rem;
}
.mb-\[130px\] {
  margin-bottom: 130px;
}
.mb-\[70px\] {
  margin-bottom: 70px;
}
.mr-0 {
  margin-right: 0rem;
}
.ml-\[-15px\] {
  margin-left: -15px;
}
.mb-\[200px\] {
  margin-bottom: 200px;
}
.ml-24 {
  margin-left: 2.4rem;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mt-48 {
  margin-top: 4.8rem;
}
.mb-8 {
  margin-bottom: 0.8rem;
}
.mb-16 {
  margin-bottom: 1.6rem;
}
.mt-2 {
  margin-top: 0.2rem;
}
.ml-\[-120px\] {
  margin-left: -120px;
}
.mb-48 {
  margin-bottom: 4.8rem;
}
.mb-64 {
  margin-bottom: 6.4rem;
}
.ml-\[-24px\] {
  margin-left: -24px;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.mb-\[80px\] {
  margin-bottom: 80px;
}
.mb-32 {
  margin-bottom: 3.2rem;
}
.mt-32 {
  margin-top: 3.2rem;
}
.mb-\[110px\] {
  margin-bottom: 110px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mt-16 {
  margin-top: 1.6rem;
}
.mb-12 {
  margin-bottom: 1.2rem;
}
.mt-64 {
  margin-top: 6.4rem;
}
.mb-60 {
  margin-bottom: 6.0rem;
}
.mb-4 {
  margin-bottom: 0.4rem;
}
.mt-8 {
  margin-top: 0.8rem;
}
.mr-24 {
  margin-right: 2.4rem;
}
.mt-0 {
  margin-top: 0rem;
}
.mt-12 {
  margin-top: 1.2rem;
}
.mb-2 {
  margin-bottom: 0.2rem;
}
.mb-6 {
  margin-bottom: 0.6rem;
}
.mt-6 {
  margin-top: 0.6rem;
}
.ml-16 {
  margin-left: 1.6rem;
}
.mt-4 {
  margin-top: 0.4rem;
}
.mr-32 {
  margin-right: 3.2rem;
}
.mb-3 {
  margin-bottom: 0.3rem;
}
.ml-\[10\%\] {
  margin-left: 10%;
}
.mr-8 {
  margin-right: 0.8rem;
}
.ml-\[-6px\] {
  margin-left: -6px;
}
.mr-\[-120px\] {
  margin-right: -120px;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-\[calc\(100vh_-_112px\)\] {
  height: calc(100vh - 112px);
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[120px\] {
  height: 120px;
}
.h-1\/3 {
  height: 33.333333%;
}
.h-\[calc\(100vh_-_20vh\)\] {
  height: calc(100vh - 20vh);
}
.h-\[20px\] {
  height: 20px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[250px\] {
  height: 250px;
}
.h-16 {
  height: 1.6rem;
}
.h-24 {
  height: 2.4rem;
}
.h-40 {
  height: 4.0rem;
}
.h-\[calc\(100\/2\)px\] {
  height: calc(100 / 2)px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[44px\] {
  height: 44px;
}
.h-2 {
  height: 0.2rem;
}
.h-64 {
  height: 6.4rem;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.w-2 {
  width: 0.2rem;
}
.w-\[34px\] {
  width: 34px;
}
.w-\[630px\] {
  width: 630px;
}
.w-\[98\%\] {
  width: 98%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-16 {
  width: 1.6rem;
}
.w-24 {
  width: 2.4rem;
}
.w-\[calc\(100\/3\)px\] {
  width: calc(100 / 3)px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[66px\] {
  width: 66px;
}
.w-\[46px\] {
  width: 46px;
}
.w-3\/4 {
  width: 75%;
}
.w-64 {
  width: 6.4rem;
}
.w-\[108px\] {
  width: 108px;
}
.w-\[80\%\] {
  width: 80%;
}
.max-w-\[calc\(12\.5\%-12px\)\] {
  max-width: calc(12.5% - 12px);
}
.max-w-\[calc\(16\.66\%-12px\)\] {
  max-width: calc(16.66% - 12px);
}
.max-w-\[calc\(25\%-12px\)\] {
  max-width: calc(25% - 12px);
}
.max-w-\[calc\(33\.33\%-12px\)\] {
  max-width: calc(33.33% - 12px);
}
.max-w-\[calc\(50\%-12px\)\] {
  max-width: calc(50% - 12px);
}
.max-w-\[calc\(100\%-12px\)\] {
  max-width: calc(100% - 12px);
}
.max-w-\[1560px\] {
  max-width: 1560px;
}
.flex-grow {
  flex-grow: 1;
}
.-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-x-0 {
  --tw-translate-x: 0rem;
  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));
}
.-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-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));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-default {
  cursor: default;
}
.resize {
  resize: both;
}
.auto-cols-auto {
  grid-auto-columns: auto;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-flow-col-dense {
  grid-auto-flow: column dense;
}
.auto-rows-auto {
  grid-auto-rows: auto;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows-5 {
  grid-template-rows: repeat(5, 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-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-16 {
  gap: 1.6rem;
}
.gap-48 {
  gap: 4.8rem;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-24 {
  gap: 2.4rem;
}
.gap-12 {
  gap: 1.2rem;
}
.gap-2 {
  gap: 0.2rem;
}
.gap-y-12 {
  row-gap: 1.2rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.2rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-2 {
  border-radius: 0.2rem;
}
.rounded-30 {
  border-radius: 3rem;
}
.rounded-full {
  border-radius: 100%;
}
.rounded-20 {
  border-radius: 2rem;
}
.border-2 {
  border-width: 0.2rem;
}
.border-0 {
  border-width: 0;
}
.border-l-\[1px\] {
  border-left-width: 1px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(28 28 28 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(232 65 66 / var(--tw-bg-opacity));
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(0 244 187 / var(--tw-bg-opacity));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(55 117 254 / var(--tw-bg-opacity));
}
.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(175 92 189 / var(--tw-bg-opacity));
}
.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(248 133 18 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(68 68 68 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-\[\#333333\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}
.bg-blueOpa\/10 {
  background-color: rgb(var(--blue-opacity) / 0.10);
}
.bg-\[\#1C1C1C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity));
}
.bg-\[url\(\'\/icons\/studioleft\.svg\'\)\] {
  background-image: url('/icons/studioleft.svg');
}
.bg-\[url\(\'\/icons\/studiomiddle\.svg\'\)\] {
  background-image: url('/icons/studiomiddle.svg');
}
.bg-\[url\(\'\/icons\/studioright\.svg\'\)\] {
  background-image: url('/icons/studioright.svg');
}
.bg-cover {
  background-size: cover;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-6 {
  padding: 0.6rem;
}
.p-3 {
  padding: 0.3rem;
}
.py-6 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.px-8 {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.px-\[32px\] {
  padding-left: 32px;
  padding-right: 32px;
}
.py-48 {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}
.px-16 {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.py-2 {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.px-2 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.px-5 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-3 {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.px-24 {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.py-40 {
  padding-top: 4.0rem;
  padding-bottom: 4.0rem;
}
.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}
.pt-\[220px\] {
  padding-top: 220px;
}
.pt-64 {
  padding-top: 6.4rem;
}
.pt-36 {
  padding-top: 3.6rem;
}
.pt-\[0px\] {
  padding-top: 0px;
}
.pl-8 {
  padding-left: 0.8rem;
}
.pl-\[120px\] {
  padding-left: 120px;
}
.pr-32 {
  padding-right: 3.2rem;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pb-64 {
  padding-bottom: 6.4rem;
}
.pl-40 {
  padding-left: 4.0rem;
}
.pb-48 {
  padding-bottom: 4.8rem;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pb-32 {
  padding-bottom: 3.2rem;
}
.pt-\[64px\] {
  padding-top: 64px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-36 {
  padding-bottom: 3.6rem;
}
.pt-48 {
  padding-top: 4.8rem;
}
.pb-24 {
  padding-bottom: 2.4rem;
}
.pt-\[calc\(35vh_\+_1px\)\] {
  padding-top: calc(35vh + 1px);
}
.pt-56 {
  padding-top: 5.6rem;
}
.pb-0 {
  padding-bottom: 0rem;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[70px\] {
  padding-top: 70px;
}
.pl-12 {
  padding-left: 1.2rem;
}
.pt-6 {
  padding-top: 0.6rem;
}
.pb-6 {
  padding-bottom: 0.6rem;
}
.pr-8 {
  padding-right: 0.8rem;
}
.pt-4 {
  padding-top: 0.4rem;
}
.pr-12 {
  padding-right: 1.2rem;
}
.pb-2 {
  padding-bottom: 0.2rem;
}
.pl-\[2px\] {
  padding-left: 2px;
}
.pt-2 {
  padding-top: 0.2rem;
}
.pb-4 {
  padding-bottom: 0.4rem;
}
.pt-8 {
  padding-top: 0.8rem;
}
.pr-16 {
  padding-right: 1.6rem;
}
.pt-32 {
  padding-top: 3.2rem;
}
.pt-\[calc\(48px\+32px\)\] {
  padding-top: calc(48px + 32px);
}
.pb-12 {
  padding-bottom: 1.2rem;
}
.pl-64 {
  padding-left: 6.4rem;
}
.pt-12 {
  padding-top: 1.2rem;
}
.pl-\[80px\] {
  padding-left: 80px;
}
.pb-\[120px\] {
  padding-bottom: 120px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-goth {
  font-family: all-round-gothic;
}
.font-robo {
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-64 {
  font-size: 6.4rem;
}
.text-36 {
  font-size: 3.6rem;
}
.text-16 {
  font-size: 1.6rem;
}
.text-20 {
  font-size: 2.0rem;
}
.text-24 {
  font-size: 2.4rem;
}
.text-14 {
  font-size: 1.4rem;
}
.text-28 {
  font-size: 2.8rem;
}
.text-11 {
  font-size: 1.1rem;
}
.text-18 {
  font-size: 1.8rem;
}
.text-48 {
  font-size: 4.8rem;
}
.text-13 {
  font-size: 1.3rem;
}
.text-42 {
  font-size: 4.2rem;
}
.text-12 {
  font-size: 1.2rem;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-32 {
  font-size: 3.2rem;
}
.text-\[7px\] {
  font-size: 7px;
}
.text-\[6px\] {
  font-size: 6px;
}
.text-9 {
  font-size: 0.9rem;
}
.text-8 {
  font-size: 0.8rem;
}
.font-semi {
  font-weight: 600;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.leading-9 {
  line-height: 0.9;
}
.leading-10 {
  line-height: 1;
}
.leading-11 {
  line-height: 1.1;
}
.leading-13 {
  line-height: 1.4;
}
.leading-12 {
  line-height: 1.2;
}
.tracking-widest {
  letter-spacing: .2em;
}
.tracking-wideest {
  letter-spacing: .3em;
}
.tracking-wide {
  letter-spacing: .1em;
}
.tracking-little {
  letter-spacing: .05em;
}
.tracking-wideeest {
  letter-spacing: .4em;
}
.tracking-widdest {
  letter-spacing: .25em;
}
.text-red {
  --tw-text-opacity: 1;
  color: rgb(232 65 66 / var(--tw-text-opacity));
}
.text-green {
  --tw-text-opacity: 1;
  color: rgb(0 244 187 / var(--tw-text-opacity));
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(55 117 254 / var(--tw-text-opacity));
}
.text-purple {
  --tw-text-opacity: 1;
  color: rgb(175 92 189 / var(--tw-text-opacity));
}
.text-orange {
  --tw-text-opacity: 1;
  color: rgb(248 133 18 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(240 240 240 / var(--tw-text-opacity));
}
.text-grey {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
}
.text-transparent {
  color: transparent;
}
.text-\[\#707070\] {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}
.text-\[\#1C1C1C\] {
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.opacity-60 {
  opacity: 0.60;
}
.opacity-70 {
  opacity: 0.70;
}
.opacity-\[72\%\] {
  opacity: 72%;
}
.opacity-20 {
  opacity: 0.20;
}
.opacity-\[72\] {
  opacity: 72;
}
.opacity-0 {
  opacity: 0.00;
}
.shadow-btn2 {
  --tw-shadow:  0px 0px 12px rgba(0, 0, 0, 0.16);
  --tw-shadow-colored: 0px 0px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-btn {
  --tw-shadow:  0px 6px 8px rgba(0, 0, 0, 0.16);
  --tw-shadow-colored: 0px 6px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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;
}

* {
   box-sizing: border-box;
   --blue-opacity: 1 116 254;
}

html {
   font-size: 10px;
}

html,
body {
   padding: 0;
   margin: 0;
}

a {
   color: inherit;
   text-decoration: none;
}
a:active {
   background: transparent;
}

* {
   box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
   margin: 0;
   padding: 0;
   font-size: 1rem;
}

ul,
ol,
li {
   margin: 0;
   padding: 0;
   list-style: none;
}

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

/* Custom overwrite of swiper.js */

.swiper {
   margin-left: auto;
   margin-right: auto;
   position: relative;
   overflow: hidden;
   list-style: none;
   /* padding: 30px; */
   /* Fix of Webkit flickering */
   z-index: 1;
   display: flex;
   justify-content: flex-end;
   align-items: flex-end;
}
@keyframes swiper-anim {
   0% {
      opacity: 0;
      transform: translateY(-50px);
   }

   100% {
      opacity: 1;
      transform: translateY(0);
   }
}
@keyframes swiper-blank {
   0% {
      opacity: 0;
   }

   100% {
      opacity: 0;
   }
}
.swiper-pagination {
   position: absolute;
   text-align: start;
   transition: 300ms opacity;
   transform: translate3d(0, 0, 0);
   z-index: 10;
   margin-bottom: 20px;
   bottom: 0;
   right: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
   cursor: pointer;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
   display: flex;
   flex-direction: row;
   justify-content: center;
   bottom: auto;
   right: auto;
   width: 50%;
   height: 100px;
}

.swiper-pagination-bullet {
   width: 200px;
   height: auto;
   display: flex;
   flex-direction: column;
   justify-content: center;
   border-radius: 0%;
   opacity: unset;
   color: rgba(255, 255, 255, 0.5);
   font-size: 15px;
   background: transparent;
   font-family: "all-round-gothic";
   line-height: 1.5rem;
   letter-spacing: 0.2em;
   filter: drop-shadow(0px 3px 10px black);
}
.swiper-pagination-bullet:nth-child(1) {
   animation: swiper-anim 0.6s ease-in-out 0.3s 1 normal both;
}
.swiper-pagination-bullet:nth-child(2) {
   animation: swiper-anim 0.6s ease-in-out 0.5s 1 normal both;
}
.swiper-pagination-bullet:nth-child(3) {
   animation: swiper-anim 0.6s ease-in-out 0.7s 1 normal both;
}
.swiper-pagination-bullet:nth-child(1):before,
.swiper-pagination-bullet:nth-child(2):before,
.swiper-pagination-bullet:nth-child(3):before {
   content: "";
   position: absolute;
   top: 0;
   height: 2px;
   filter: drop-shadow(0px 3px 10px black);
   width: 185px; /* or 100px */
   background: #575757;
}
.swiper-pagination-bullet > :first-child {
   font-size: 18px;
   letter-spacing: 0.3em;
   font-weight: 500;
   line-height: 2.8rem;
}

.swiper-pagination-bullet-active {
   color: rgba(255, 255, 255, 1);
   background: transparent;
}
.swiper-pagination-bullet-active:nth-child(1):after,
.swiper-pagination-bullet-active:nth-child(2):after,
.swiper-pagination-bullet-active:nth-child(3):after {
   content: "";
   position: absolute;
   top: 0;
   height: 2px;

   width: 185px; /* or 100px */
   background: #ffffff;
   filter: drop-shadow(0px 3px 10px black);
}
.swiper-pagination-bullet-active > :first-child {
   color: #3775fe;
}
.swiper-horizontal
   > .swiper-pagination-bullets
   .swiper-pagination-bullet:nth-child(2),
.swiper-pagination-horizontal.swiper-pagination-bullets
   .swiper-pagination-bullet {
   margin: 5px;
}
@media only screen and (max-width: 1200px) {
   .swiper-pagination-bullets.swiper-pagination-horizontal {
      display: flex;
      flex-direction: row;
      justify-content: center;
      bottom: auto;
      right: auto;
      width: 60%;
      height: 100px;
   }
   .swiper-pagination-bullet {
      width: 30%;
      font-size: 14px;
      letter-spacing: 0.2em;
   }
   .swiper-pagination-bullet > :first-child {
      font-size: 19px;
      letter-spacing: 0.3em;
      font-weight: 500;
   }
}
@media only screen and (max-width: 1024px) {
   .swiper-pagination-bullets.swiper-pagination-horizontal {
      display: flex;
      flex-direction: row;
      justify-content: center;
      bottom: auto;
      right: auto;
      width: 60%;
      height: 100px;
   }
   .swiper-pagination-bullet {
      width: 30%;
      font-size: 13px;
      letter-spacing: 0.2em;
   }
   .swiper-pagination-bullet > :first-child {
      font-size: 17px;
      letter-spacing: 0.3em;
      font-weight: 500;
   }
   .swiper-pagination-bullet:nth-child(1):before,
   .swiper-pagination-bullet:nth-child(2):before,
   .swiper-pagination-bullet:nth-child(3):before {
      width: 90%; /* or 100px */
   }
   .swiper-pagination-bullet-active:nth-child(1):after,
   .swiper-pagination-bullet-active:nth-child(2):after,
   .swiper-pagination-bullet-active:nth-child(3):after {
      width: 90%; /* or 100px */
   }
}
@media only screen and (max-width: 768px) {
   .swiper {
      justify-content: flex-center;
   }
   .swiper-pagination {
      margin-bottom: 10px;
      margin-right: 0px;
   }

   .swiper-pagination-bullets.swiper-pagination-horizontal {
      width: 100%;
      height: 90px;
   }
   .swiper-pagination-bullet {
      width: 30%;
      font-size: 13px;
      letter-spacing: 0.2em;
   }
   .swiper-pagination-bullet > :first-child {
      font-size: 17px;
      letter-spacing: 0.3em;
      font-weight: 500;
   }
   .swiper-pagination-bullet:nth-child(1):before,
   .swiper-pagination-bullet:nth-child(2):before,
   .swiper-pagination-bullet:nth-child(3):before {
      top: 0;
      height: 2px;
      filter: drop-shadow(0px 3px 10px black); /* or 100px */
      width: 90%; /* or 100px */
   }
   .swiper-pagination-bullet-active:nth-child(1):after,
   .swiper-pagination-bullet-active:nth-child(2):after,
   .swiper-pagination-bullet-active:nth-child(3):after {
      width: 90%; /* or 100px */
   }
}
@media only screen and (max-width: 472px) {
   .swiper {
      justify-content: flex-center;
   }
   .swiper-pagination {
      margin-bottom: 10px;
      margin-right: 0px;
   }

   .swiper-pagination-bullets.swiper-pagination-horizontal {
      width: 100%;
      height: 90px;
   }

   .swiper-pagination-bullet {
      max-width: 29%;
      font-size: 13px;
      letter-spacing: 0.2em;
   }

   .swiper-pagination-bullet > :first-child {
      font-size: 11px;
      letter-spacing: 0.3em;
      font-weight: 500;
   }
}
@media only screen and (max-width: 370px) {
   .swiper-pagination-bullet > :first-child {
      font-size: 13px;
      letter-spacing: 0.3em;
      font-weight: 500;
   }
}

.swiper {
   width: 100%;
   height: 100%;
}
/*Mobile */

@media only screen and (max-width: 768px) {
   .paysage {
      height: auto;
      aspect-ratio: 16 / 9;
      grid-column: span 2 / span 2;
   }
   .paysage2 {
      height: auto;
      aspect-ratio: 3 / 2;
      grid-column: span 2 / span 2;
   }
   .paysage3 {
      height: auto;
      aspect-ratio: 5 / 2;
      grid-column: span 2 / span 2;
   }
   .portrait {
      height: auto;
      aspect-ratio: 9 / 16;
      grid-column: auto;
   }
   .portrait2 {
      height: auto;
      aspect-ratio: 3 / 4;
      grid-column: auto;
   }
   .portrait3 {
      height: auto;
      aspect-ratio: 2 / 3;
      grid-column: auto;
   }
   .portrait4 {
      height: auto;
      aspect-ratio: 4 / 5;
      grid-column: auto;
   }
   .square {
      height: auto;
      aspect-ratio: 1 / 1;
      grid-column: auto;
   }
}
/*Mobile heigth: 300 */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
   .paysage {
      width: 533px !important;
   }
   .paysage2 {
      width: 450px !important;
   }
   .paysage3 {
      width: 600px !important;
   }
   .portrait {
      width: 169px !important;
   }
   .portrait2 {
      width: 225px !important;
   }
   .portrait3 {
      width: 200px !important;
   }
   .portrait4 {
      width: 240px !important;
   }
   .square {
      width: 300px !important;
   }
}
/*Mobile heigth: 400 */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
   .paysage {
      width: 711px !important;
   }
   .paysage2 {
      width: 600px !important;
   }
   .paysage3 {
      width: 900px !important;
   }
   .portrait {
      width: 225px !important;
   }
   .portrait2 {
      width: 300px !important;
   }
   .portrait3 {
      width: 267px !important;
   }
   .portrait4 {
      width: 320px !important;
   }
   .square {
      width: 400px !important;
   }
}
/*Mobile heigth: 500 */
@media only screen and (min-width: 1200px) {
   .paysage {
      width: 888px !important;
   }
   .paysage2 {
      width: 750px !important;
   }
   .paysage3 {
      width: 1100px !important;
   }
   .portrait {
      width: 281px !important;
   }
   .portrait2 {
      width: 375px !important;
   }
   .portrait3 {
      width: 333px !important;
   }
   .portrait4 {
      width: 400px !important;
   }
   .square {
      width: 500px !important;
   }
}

.videoo {
   display: block;
   height: auto;
   overflow: hidden;
   position: relative;
}

.videoo video {
   left: 50%;
   width: 100vw;
   height: 100vh;
   position: absolute;
   top: 50%;
   transform: translate(-50%, -50%);
   -o-object-fit: cover;
      object-fit: cover;
}
.swiper-button-prev {
   left: 20px;
   right: auto;
}
.swiper-button-next {
   left: auto;
   right: 20px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
   font-family: swiper-icons;
   font-size: var(--swiper-navigation-size);
   letter-spacing: 0;
   text-transform: none;
   font-variant: initial;
   line-height: 1;
   color: azure;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
   color: #00f4bb;
}

.placeholder\:text-right::-moz-placeholder {
  text-align: right;
}

.placeholder\:text-right:-ms-input-placeholder {
  text-align: right;
}

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

.placeholder\:font-goth::-moz-placeholder {
  font-family: all-round-gothic;
}

.placeholder\:font-goth:-ms-input-placeholder {
  font-family: all-round-gothic;
}

.placeholder\:font-goth::placeholder {
  font-family: all-round-gothic;
}

.placeholder\:text-14::-moz-placeholder {
  font-size: 1.4rem;
}

.placeholder\:text-14:-ms-input-placeholder {
  font-size: 1.4rem;
}

.placeholder\:text-14::placeholder {
  font-size: 1.4rem;
}

.placeholder\:text-11::-moz-placeholder {
  font-size: 1.1rem;
}

.placeholder\:text-11:-ms-input-placeholder {
  font-size: 1.1rem;
}

.placeholder\:text-11::placeholder {
  font-size: 1.1rem;
}

.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\:font-semi::-moz-placeholder {
  font-weight: 600;
}

.placeholder\:font-semi:-ms-input-placeholder {
  font-weight: 600;
}

.placeholder\:font-semi::placeholder {
  font-weight: 600;
}

.placeholder\:uppercase::-moz-placeholder {
  text-transform: uppercase;
}

.placeholder\:uppercase:-ms-input-placeholder {
  text-transform: uppercase;
}

.placeholder\:uppercase::placeholder {
  text-transform: uppercase;
}

.placeholder\:leading-11::-moz-placeholder {
  line-height: 1.1;
}

.placeholder\:leading-11:-ms-input-placeholder {
  line-height: 1.1;
}

.placeholder\:leading-11::placeholder {
  line-height: 1.1;
}

.placeholder\:tracking-widest::-moz-placeholder {
  letter-spacing: .2em;
}

.placeholder\:tracking-widest:-ms-input-placeholder {
  letter-spacing: .2em;
}

.placeholder\:tracking-widest::placeholder {
  letter-spacing: .2em;
}

.placeholder\:text-white::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(240 240 240 / var(--tw-text-opacity));
}

.placeholder\:text-white:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(240 240 240 / var(--tw-text-opacity));
}

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

.placeholder\:text-blue::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(55 117 254 / var(--tw-text-opacity));
}

.placeholder\:text-blue:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(55 117 254 / var(--tw-text-opacity));
}

.placeholder\:text-blue::placeholder {
  --tw-text-opacity: 1;
  color: rgb(55 117 254 / var(--tw-text-opacity));
}

.placeholder\:opacity-60::-moz-placeholder {
  opacity: 0.60;
}

.placeholder\:opacity-60:-ms-input-placeholder {
  opacity: 0.60;
}

.placeholder\:opacity-60::placeholder {
  opacity: 0.60;
}

.first\:pb-20:first-child {
  padding-bottom: 2.0rem;
}

.last\:mb-0:last-child {
  margin-bottom: 0rem;
}

.last\:pt-20:last-child {
  padding-top: 2.0rem;
}

.hover\:border-green:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 244 187 / var(--tw-border-opacity));
}

.hover\:bg-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 244 187 / var(--tw-bg-opacity));
}

.hover\:bg-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 117 254 / var(--tw-bg-opacity));
}

.hover\:text-green:hover {
  --tw-text-opacity: 1;
  color: rgb(0 244 187 / var(--tw-text-opacity));
}

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

.hover\:text-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(55 117 254 / var(--tw-text-opacity));
}

.hover\:opacity-100:hover {
  opacity: 0.99;
}

.focus\:border-0:focus {
  border-width: 0;
}

.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-visible\:outline-0:focus-visible {
  outline-width: 0px;
}

@media (min-width: 400px) {

  .xs\:mb-64 {
    margin-bottom: 6.4rem;
  }

  .xs\:h-\[calc\(100vh_-_25vh\)\] {
    height: calc(100vh - 25vh);
  }

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

  .xs\:pb-64 {
    padding-bottom: 6.4rem;
  }

  .xs\:text-28 {
    font-size: 2.8rem;
  }

  .xs\:text-20 {
    font-size: 2.0rem;
  }

  .xs\:text-32 {
    font-size: 3.2rem;
  }

  .xs\:text-12 {
    font-size: 1.2rem;
  }

  .xs\:text-24 {
    font-size: 2.4rem;
  }

  .xs\:text-60 {
    font-size: 6.0rem;
  }

  .xs\:text-48 {
    font-size: 4.8rem;
  }

  .xs\:text-9 {
    font-size: 0.9rem;
  }

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

  .placeholder\:xs\:text-12::-moz-placeholder {
    font-size: 1.2rem;
  }

  .placeholder\:xs\:text-12:-ms-input-placeholder {
    font-size: 1.2rem;
  }

  .placeholder\:xs\:text-12::placeholder {
    font-size: 1.2rem;
  }
}

@media (min-width: 472px) {

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

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

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

  .sm\:gap-48 {
    gap: 4.8rem;
  }

  .sm\:pl-32 {
    padding-left: 3.2rem;
  }

  .sm\:text-16 {
    font-size: 1.6rem;
  }

  .sm\:text-10 {
    font-size: 1.0rem;
  }

  .sm\:leading-11 {
    line-height: 1.1;
  }
}

@media (min-width: 768px) {

  .md\:left-auto {
    left: auto;
  }

  .md\:right-0 {
    right: 0rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:my-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .md\:mb-0 {
    margin-bottom: 0rem;
  }

  .md\:mb-16 {
    margin-bottom: 1.6rem;
  }

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

  .md\:mt-48 {
    margin-top: 4.8rem;
  }

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

  .md\:mr-\[80px\] {
    margin-right: 80px;
  }

  .md\:mb-8 {
    margin-bottom: 0.8rem;
  }

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

  .md\:ml-0 {
    margin-left: 0rem;
  }

  .md\:mb-24 {
    margin-bottom: 2.4rem;
  }

  .md\:ml-\[-72px\] {
    margin-left: -72px;
  }

  .md\:mt-56 {
    margin-top: 5.6rem;
  }

  .md\:mt-36 {
    margin-top: 3.6rem;
  }

  .md\:mb-60 {
    margin-bottom: 6.0rem;
  }

  .md\:mb-64 {
    margin-bottom: 6.4rem;
  }

  .md\:mt-12 {
    margin-top: 1.2rem;
  }

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

  .md\:mb-12 {
    margin-bottom: 1.2rem;
  }

  .md\:mt-24 {
    margin-top: 2.4rem;
  }

  .md\:mr-16 {
    margin-right: 1.6rem;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

  .md\:h-20 {
    height: 2.0rem;
  }

  .md\:h-28 {
    height: 2.8rem;
  }

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

  .md\:h-64 {
    height: 6.4rem;
  }

  .md\:h-56 {
    height: 5.6rem;
  }

  .md\:h-3 {
    height: 0.3rem;
  }

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

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

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

  .md\:w-20 {
    width: 2.0rem;
  }

  .md\:w-28 {
    width: 2.8rem;
  }

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

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

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

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

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

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

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

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, 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-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-\[12px\] {
    gap: 12px;
  }

  .md\:gap-36 {
    gap: 3.6rem;
  }

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

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

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

  .md\:py-10 {
    padding-top: 1.0rem;
    padding-bottom: 1.0rem;
  }

  .md\:px-12 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .md\:px-72 {
    padding-left: 7.2rem;
    padding-right: 7.2rem;
  }

  .md\:py-4 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .md\:px-4 {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

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

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

  .md\:pb-80 {
    padding-bottom: 8rem;
  }

  .md\:pl-40 {
    padding-left: 4.0rem;
  }

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

  .md\:pt-192 {
    padding-top: 19.2rem;
  }

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

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

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

  .md\:pb-96 {
    padding-bottom: 9.6rem;
  }

  .md\:pb-32 {
    padding-bottom: 3.2rem;
  }

  .md\:pt-6 {
    padding-top: 0.6rem;
  }

  .md\:pb-0 {
    padding-bottom: 0rem;
  }

  .md\:pt-4 {
    padding-top: 0.4rem;
  }

  .md\:pb-6 {
    padding-bottom: 0.6rem;
  }

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

  .md\:pl-16 {
    padding-left: 1.6rem;
  }

  .md\:pl-128 {
    padding-left: 12.8rem;
  }

  .md\:pl-0 {
    padding-left: 0rem;
  }

  .md\:pr-16 {
    padding-right: 1.6rem;
  }

  .md\:pl-80 {
    padding-left: 8rem;
  }

  .md\:pl-192 {
    padding-left: 19.2rem;
  }

  .md\:pt-40 {
    padding-top: 4.0rem;
  }

  .md\:pr-6 {
    padding-right: 0.6rem;
  }

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

  .md\:text-100 {
    font-size: 10.0rem;
  }

  .md\:text-80 {
    font-size: 8.0rem;
  }

  .md\:text-22 {
    font-size: 2.2rem;
  }

  .md\:text-24 {
    font-size: 2.4rem;
  }

  .md\:text-32 {
    font-size: 3.2rem;
  }

  .md\:text-18 {
    font-size: 1.8rem;
  }

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

  .md\:text-64 {
    font-size: 6.4rem;
  }

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

  .md\:text-16 {
    font-size: 1.6rem;
  }

  .md\:text-14 {
    font-size: 1.4rem;
  }

  .md\:text-12 {
    font-size: 1.2rem;
  }

  .md\:text-36 {
    font-size: 3.6rem;
  }

  .md\:text-28 {
    font-size: 2.8rem;
  }

  .md\:text-10 {
    font-size: 1.0rem;
  }

  .md\:text-9 {
    font-size: 0.9rem;
  }

  .md\:text-60 {
    font-size: 6.0rem;
  }

  .md\:text-11 {
    font-size: 1.1rem;
  }

  .md\:leading-10 {
    line-height: 1;
  }

  .md\:leading-15 {
    line-height: 1.5;
  }

  .md\:tracking-wideest {
    letter-spacing: .3em;
  }

  .md\:tracking-widest {
    letter-spacing: .2em;
  }

  .md\:tracking-widdest {
    letter-spacing: .25em;
  }
}

@media (min-width: 1024px) {

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

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

  .lg\:mb-56 {
    margin-bottom: 5.6rem;
  }

  .lg\:ml-\[-90px\] {
    margin-left: -90px;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[calc\(100vh_-_112px\)\] {
    height: calc(100vh - 112px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pl-40 {
    padding-left: 4.0rem;
  }

  .lg\:text-42 {
    font-size: 4.2rem;
  }

  .lg\:text-12 {
    font-size: 1.2rem;
  }

  .lg\:text-11 {
    font-size: 1.1rem;
  }

  .lg\:text-120 {
    font-size: 12.0rem;
  }

  .lg\:text-18 {
    font-size: 1.8rem;
  }

  .lg\:text-16 {
    font-size: 1.6rem;
  }

  .lg\:text-48 {
    font-size: 4.8rem;
  }

  .lg\:text-14 {
    font-size: 1.4rem;
  }

  .lg\:text-32 {
    font-size: 3.2rem;
  }

  .lg\:text-100 {
    font-size: 10.0rem;
  }

  .lg\:leading-11 {
    line-height: 1.1;
  }

  .placeholder\:lg\:text-12::-moz-placeholder {
    font-size: 1.2rem;
  }

  .placeholder\:lg\:text-12:-ms-input-placeholder {
    font-size: 1.2rem;
  }

  .placeholder\:lg\:text-12::placeholder {
    font-size: 1.2rem;
  }

  .placeholder\:lg\:tracking-wide::-moz-placeholder {
    letter-spacing: .1em;
  }

  .placeholder\:lg\:tracking-wide:-ms-input-placeholder {
    letter-spacing: .1em;
  }

  .placeholder\:lg\:tracking-wide::placeholder {
    letter-spacing: .1em;
  }
}

@media (min-width: 1200px) {

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

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

  .xlg\:ml-4 {
    margin-left: 0.4rem;
  }

  .xlg\:ml-\[-120px\] {
    margin-left: -120px;
  }

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

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

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

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

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

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

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

  .xlg\:px-28 {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }

  .xlg\:text-48 {
    font-size: 4.8rem;
  }

  .xlg\:text-14 {
    font-size: 1.4rem;
  }

  .xlg\:text-12 {
    font-size: 1.2rem;
  }

  .xlg\:text-20 {
    font-size: 2.0rem;
  }

  .xlg\:text-18 {
    font-size: 1.8rem;
  }

  .xlg\:text-80 {
    font-size: 8.0rem;
  }

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

  .xlg\:text-16 {
    font-size: 1.6rem;
  }

  .xlg\:text-15 {
    font-size: 1.5rem;
  }

  .xlg\:text-13 {
    font-size: 1.3rem;
  }

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

  .placeholder\:xlg\:text-14::-moz-placeholder {
    font-size: 1.4rem;
  }

  .placeholder\:xlg\:text-14:-ms-input-placeholder {
    font-size: 1.4rem;
  }

  .placeholder\:xlg\:text-14::placeholder {
    font-size: 1.4rem;
  }

  .placeholder\:xlg\:tracking-widest::-moz-placeholder {
    letter-spacing: .2em;
  }

  .placeholder\:xlg\:tracking-widest:-ms-input-placeholder {
    letter-spacing: .2em;
  }

  .placeholder\:xlg\:tracking-widest::placeholder {
    letter-spacing: .2em;
  }
}

@media (min-width: 1440px) {

  .xl\:font-goth {
    font-family: all-round-gothic;
  }

  .xl\:font-semi {
    font-weight: 600;
  }
}

@media (min-width: 1560px) {

  .xxl\:-ml-\[calc\(\(100vw_-_1560px\)\/2\+120px\)\] {
    margin-left: calc(calc((100vw - 1560px) / 2 + 120px) * -1);
  }
}

/**
 * Swiper 8.2.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 10, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}
