/*
! tailwindcss v3.4.3 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

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

  src: url('../resources/fonts/Fontspring-DEMO-robson-regular.otf') format("opentype");
}

*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* This won't be included in your compiled CSS unless you actually use it */

.grid-cols-13-custom {
  /* grid-template-columns: repeat(13, minmax(0, 1fr)); */
  /* grid-template-columns: repeat(auto-fit, minmax(10px, 1fr); */
  /* grid-template-columns: repeat(auto-fit, minmax(64px, 1fr));
        grid-template-rows: 1fr; */
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  /* grid-auto-rows: var(--rowHeight) calc((var(--wrapperWidth) - (3 * var(--gutter))) / 4); */
  grid-auto-rows: min(calc(100vw / 13), 110px);
}

.text-title {
  font-size: 230px;
  /*210 - 155*/
  line-height: 190px;
}

.text-subtitle {
  font-size: 126px;
  line-height: 93px;
}

.grid-cols-9-custom {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-auto-rows: calc(100vw / 9);
}

.grid-cols-5-custom {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: calc(100vw / 5);
}

.lightbox {
  /* Hide the input element */
  display: none;
  /* ... */
}

.lightbox:checked + label img {
  /* ... */
  /* Prevent that the title attribute of the image gets shown so that the title attribute of the label can be shown instead */
  pointer-events: none;
}

.lightbox:checked + label + img {
  /* Show the image in the text (both images should be visible) */
  /* In this case we don't want to display the image, it's fine */
  /* display:block; */
}

.lightbox:checked + label {
  /* Fade out the rest of the site so that the image appears in front */
  background: rgba(0,0,0,0.7);
  outline: none;
  /* Make sure that the lightbox is visible in front and fills the complete screen */
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  /* Allows easy alignment */
  justify-content: center;
  /* Align vertically */
  align-items: center;
  /* Align horizontally */
}

.lightbox:checked + label > img {
  /* Show the image on a white background (better for transparent images) */
  background: white;
  /* Reset resolution to default */
  width: auto !important;
  height: auto !important;
  /* Don't fill the complete screen with the image, it should always be a bit from the site visible */
  max-width: 90%;
  max-height: 90%;
  /* Remove any outer filling which might lead to white borders (due to the background filling) */
  padding: 0;
  margin: 0;
  /* Prevent that the title attribute of the image gets shown so that the title attribute of the label can be shown instead */
  pointer-events: none;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.row-span-2 {
  grid-row: span 2 / span 2;
}

.row-span-3 {
  grid-row: span 3 / span 3;
}

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

.m-auto {
  margin: auto;
}

.my-\[calc\(100vw\/52\)\] {
  margin-top: calc(100vw / 52);
  margin-bottom: calc(100vw / 52);
}

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

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

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

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

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

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

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

.mr-\[calc\(100vw\/52\)\] {
  margin-right: calc(100vw / 52);
}

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

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

.mt-14 {
  margin-top: 3.5rem;
}

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

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

.mt-\[calc\(100vw\/5\/2\)\] {
  margin-top: calc(100vw / 5 / 2);
}

.mt-\[calc\(100vw\/52\)\] {
  margin-top: calc(100vw / 52);
}

.mb-\[calc\(100vw\/52\)\] {
  margin-bottom: calc(100vw / 52);
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

.h-full {
  height: 100%;
}

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

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

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

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

.w-20 {
  width: 5rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[calc\(100vw\/10\)\] {
  width: calc(100vw / 10);
}

.w-\[calc\(100vw\/12\)\] {
  width: calc(100vw / 12);
}

.w-\[calc\(100vw\/13\)\] {
  width: calc(100vw / 13);
}

.w-\[calc\(100vw\/14\)\] {
  width: calc(100vw / 14);
}

.w-\[calc\(100vw\/19\)\] {
  width: calc(100vw / 19);
}

.w-\[calc\(100vw\/22\)\] {
  width: calc(100vw / 22);
}

.w-\[calc\(100vw\/23\)\] {
  width: calc(100vw / 23);
}

.w-\[calc\(100vw\/26\)\] {
  width: calc(100vw / 26);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

.max-w-2xl {
  max-width: 42rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-\[calc\(100vw\/26\)\] {
  gap: calc(100vw / 26);
}

.gap-\[calc\(100vw\/28\)\] {
  gap: calc(100vw / 28);
}

.gap-\[calc\(100vw\/32\)\] {
  gap: calc(100vw / 32);
}

.gap-\[calc\(100vw\/36\)\] {
  gap: calc(100vw / 36);
}

.gap-\[calc\(100vw\/52\)\] {
  gap: calc(100vw / 52);
}

.place-self-end {
  place-self: end;
}

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

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

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

.border-x-2 {
  border-left-width: 2px;
  border-right-width: 2px;
}

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

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

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

.border-rules-orange {
  --tw-border-opacity: 1;
  border-color: rgb(255 105 97 / var(--tw-border-opacity));
}

.border-rules-pink {
  --tw-border-opacity: 1;
  border-color: rgb(226 73 126 / var(--tw-border-opacity));
}

.border-rules-purple {
  --tw-border-opacity: 1;
  border-color: rgb(120 92 174 / var(--tw-border-opacity));
}

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

.bg-rules-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 105 97 / var(--tw-bg-opacity));
}

.bg-rules-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(226 73 126 / var(--tw-bg-opacity));
}

.bg-rules-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(120 92 174 / var(--tw-bg-opacity));
}

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

.bg-\[url\(\'\.\.\/resources\/images\/headerBook\.jpg\'\)\] {
  background-image: url('../resources/images/headerBook.jpg');
}

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

.fill-white {
  fill: #FFFFFF;
}

.fill-rules-orange {
  fill: #FF6961;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

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

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

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

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

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

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

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

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

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

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

.pl-3 {
  padding-left: 0.75rem;
}

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

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

.pl-\[calc\(100vw\/13\*3\/4\)\] {
  padding-left: calc(100vw / 13 * 3 / 4);
}

.pr-3 {
  padding-right: 0.75rem;
}

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

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

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

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

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

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

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

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

.pt-\[calc\(100vw\/5\/4\)\] {
  padding-top: calc(100vw / 5 / 4);
}

.pt-\[calc\(100vw\/9\/4\)\] {
  padding-top: calc(100vw / 9 / 4);
}

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

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

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

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

.font-robson {
  font-family: Robson, sans-serif;
}

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

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

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

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

.text-\[calc\(100vw\/13\*1\.8\)\] {
  font-size: calc(100vw / 13 * 1.8);
}

.text-\[calc\(100vw\/2\.8\)\] {
  font-size: calc(100vw / 2.8);
}

.text-\[calc\(100vw\/25\)\] {
  font-size: calc(100vw / 25);
}

.text-\[calc\(100vw\/4\.4\)\] {
  font-size: calc(100vw / 4.4);
}

.text-\[calc\(100vw\/44\)\] {
  font-size: calc(100vw / 44);
}

.text-\[calc\(100vw\/72\)\] {
  font-size: calc(100vw / 72);
}

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

.leading-\[0\.8em\] {
  line-height: 0.8em;
}

.leading-\[1\.63rem\] {
  line-height: 1.63rem;
}

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

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

.leading-4 {
  line-height: 1rem;
}

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

.tracking-\[0\.0375em\] {
  letter-spacing: 0.0375em;
}

.tracking-\[0\.037em\] {
  letter-spacing: 0.037em;
}

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

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

.text-rules-orange {
  --tw-text-opacity: 1;
  color: rgb(255 105 97 / var(--tw-text-opacity));
}

.text-rules-pink {
  --tw-text-opacity: 1;
  color: rgb(226 73 126 / var(--tw-text-opacity));
}

.text-rules-purple {
  --tw-text-opacity: 1;
  color: rgb(120 92 174 / var(--tw-text-opacity));
}

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

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.ease-linear {
  transition-timing-function: linear;
}

.top-padder {
  margin-top: calc(100vw / 5);
}

@media (min-width: 640px) {
  .top-padder {
    margin-top: calc(100vw / 9);
  }
}

@media (min-width: 1024px) {
  .top-padder {
    margin-top: calc(100vw / 13);
  }
}

@media (min-width: 1420px) {
  .top-padder {
    margin-top: 110px;
  }
}

.quarter-top-padder {
  margin-top: calc(100vw / 5 / 2 / 2);
}

@media (min-width: 640px) {
  .quarter-top-padder {
    margin-top: calc(100vw / 9 / 2 / 2);
  }
}

@media (min-width: 1024px) {
  .quarter-top-padder {
    margin-top: calc(100vw / 13 / 2 / 2);
  }
}

@media (min-width: 1420px) {
  .quarter-top-padder {
    margin-top: 27px;
  }
}

.bottom-padder {
  margin-bottom: calc(100vw / 5);
}

@media (min-width: 640px) {
  .bottom-padder {
    margin-bottom: calc(100vw / 9);
  }
}

@media (min-width: 1024px) {
  .bottom-padder {
    margin-bottom: calc(100vw / 13);
  }
}

@media (min-width: 1420px) {
  .bottom-padder {
    margin-bottom: 110px;
  }
}

@media (min-width: 1024px) {
  .md\:grid-cols-13 {
    display: grid;
    grid-template-columns: repeat(13, minmax(0, 1fr));
  }

  .md\:text-subtitle {
    font-size: 126px;
    line-height: 93px;
  }
}

@media (min-width: 1420px) {
  .lg\:text-subtitle {
    font-size: 126px;
    line-height: 93px;
  }
}

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

.focus\:text-black:focus {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

.focus\:ring-2: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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

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

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

.group:hover .group-hover\:pl-\[calc\(100vw\/13\*3\/4\)\] {
  padding-left: calc(100vw / 13 * 3 / 4);
}

@media (min-width: 640px) {
  .sm\:m-auto {
    margin: auto;
  }

  .sm\:mt-\[calc\(100vw\/9\/2\)\] {
    margin-top: calc(100vw / 9 / 2);
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

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

  .sm\:w-\[calc\(100vw\/9\*7\)\] {
    width: calc(100vw / 9 * 7);
  }

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

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

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

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

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

  .sm\:pt-\[calc\(100vw\/9\/4\)\] {
    padding-top: calc(100vw / 9 / 4);
  }

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

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

@media (min-width: 1024px) {
  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:mt-\[calc\(100vw\/13\)\] {
    margin-top: calc(100vw / 13);
  }

  .md\:block {
    display: block;
  }

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

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .md\:w-\[calc\(100vw\/13\*11\)\] {
    width: calc(100vw / 13 * 11);
  }

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

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

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

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

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

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

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

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

  .md\:gap-y-14 {
    row-gap: 3.5rem;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1420px) {
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

  .lg\:-ml-28 {
    margin-left: -7rem;
  }

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

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

  .lg\:-mr-28 {
    margin-right: -7rem;
  }

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

  .lg\:ml-28 {
    margin-left: 7rem;
  }

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

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

  .lg\:mr-28 {
    margin-right: 7rem;
  }

  .lg\:mr-\[220px\] {
    margin-right: 220px;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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