@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/

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

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

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

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

/*
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;
}

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

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

@font-face {
  font-family: "Acta Display Book";

  src: url("fonts/acta-display/ActaDisplay.eot");

  src: url("fonts/acta-display/ActaDisplay.eot?#iefix")format("embedded-opentype"),
    url("fonts/acta-display/ActaDisplay.woff")format("woff"),
    url("fonts/acta-display/ActaDisplay.woff2")format("woff2"),
    url("fonts/acta-display/ActaDisplay.ttf")format("truetype"),
    url("fonts/acta-display/ActaDisplay.svg#Acta Display Book")format("svg");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

.pointer-events-none{
  pointer-events: none;
}

.pointer-events-auto{
  pointer-events: auto;
}

.visible{
  visibility: visible;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

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

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

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

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

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

.left-\[33\.33\%\]{
  left: 33.33%;
}

.left-\[40\%\]{
  left: 40%;
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

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

.top-40{
  top: 10rem;
}

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

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

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

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

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

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

.order-1{
  order: 1;
}

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

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

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

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

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

.my-2\.5{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

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

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

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

.my-\[7px\]{
  margin-top: 7px;
  margin-bottom: 7px;
}

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

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

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

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

.mb-1\.5{
  margin-bottom: 0.375rem;
}

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

.mb-11{
  margin-bottom: 2.75rem;
}

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

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

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

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

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

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

.mb-3\.5{
  margin-bottom: 0.875rem;
}

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

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

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

.mb-7{
  margin-bottom: 1.75rem;
}

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

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

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

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

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

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

.ml-2\.5{
  margin-left: 0.625rem;
}

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

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

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

.mr-0\.5{
  margin-right: 0.125rem;
}

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

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

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

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

.mt-1\.5{
  margin-top: 0.375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

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

.h-1{
  height: 0.25rem;
}

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

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-16{
  height: 4rem;
}

.h-28{
  height: 7rem;
}

.h-40{
  height: 10rem;
}

.h-5{
  height: 1.25rem;
}

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

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

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

.h-\[16\.67\%\]{
  height: 16.67%;
}

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

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

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

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

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

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.min-h-11{
  min-height: 2.75rem;
}

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

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

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

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

.min-h-\[calc\(100vh-6rem\)\]{
  min-height: calc(100vh - 6rem);
}

.w-1{
  width: 0.25rem;
}

.w-1\.5{
  width: 0.375rem;
}

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

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

.w-1\/5{
  width: 20%;
}

.w-10{
  width: 2.5rem;
}

.w-11{
  width: 2.75rem;
}

.w-16{
  width: 4rem;
}

.w-20{
  width: 5rem;
}

.w-28{
  width: 7rem;
}

.w-36{
  width: 9rem;
}

.w-4{
  width: 1rem;
}

.w-40{
  width: 10rem;
}

.w-5{
  width: 1.25rem;
}

.w-64{
  width: 16rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[92\.5\%\]{
  width: 92.5%;
}

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

.w-\[calc\(25\%-0\.75rem\)\]{
  width: calc(25% - 0.75rem);
}

.w-full{
  width: 100%;
}

.max-w-10xl{
  max-width: 105rem;
}

.max-w-12xl{
  max-width: 115rem;
}

.max-w-16{
  max-width: 4rem;
}

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

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

.max-w-52{
  max-width: 13rem;
}

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

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

.max-w-7{
  max-width: 1.75rem;
}

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

.max-w-8xl{
  max-width: 96rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-lg{
  max-width: 32rem;
}

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

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

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

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

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

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

.-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-x-\[3px\]{
  --tw-translate-x: -3px;
  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-\[7px\]{
  --tw-translate-x: -7px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

.translate-y-\[5px\]{
  --tw-translate-y: 5px;
  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-full{
  --tw-translate-y: 100%;
  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-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-11{
  gap: 2.75rem;
}

.gap-12{
  gap: 3rem;
}

.gap-14{
  gap: 3.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.overflow-hidden{
  overflow: hidden;
}

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

.border{
  border-width: 1px;
}

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

.border-l{
  border-left-width: 1px;
}

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

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

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

.border-ysd-orange{
  --tw-border-opacity: 1;
  border-color: rgb(239 106 32 / var(--tw-border-opacity));
}

.border-ysd-red{
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
}

.bg-\[\#990e40\]{
  --tw-bg-opacity: 1;
  background-color: rgb(153 14 64 / var(--tw-bg-opacity));
}

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

.bg-\[\#e6e3df\]{
  --tw-bg-opacity: 1;
  background-color: rgb(230 227 223 / var(--tw-bg-opacity));
}

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

.bg-\[\#ef6a20\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 106 32 / var(--tw-bg-opacity));
}

.bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

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

.bg-ysd-brown-900{
  --tw-bg-opacity: 1;
  background-color: rgb(43 22 7 / var(--tw-bg-opacity));
}

.bg-ysd-brown-900\/50{
  background-color: rgb(43 22 7 / 0.5);
}

.bg-ysd-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 240 / var(--tw-bg-opacity));
}

.bg-ysd-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(239 106 32 / var(--tw-bg-opacity));
}

.bg-ysd-red{
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
}

.bg-ysd-red-sq{
  --tw-bg-opacity: 1;
  background-color: rgb(230 25 92 / var(--tw-bg-opacity));
}

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

.from-black\/10{
  --tw-gradient-from: rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-black\/90{
  --tw-gradient-to: rgb(0 0 0 / 0.9) var(--tw-gradient-to-position);
}

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

.object-\[0\%_100\%\]{
  -o-object-position: 0% 100%;
     object-position: 0% 100%;
}

.object-\[0_100\%\]{
  -o-object-position: 0 100%;
     object-position: 0 100%;
}

.object-\[100\%_100\%\]{
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}

.object-\[25\%_100\%\]{
  -o-object-position: 25% 100%;
     object-position: 25% 100%;
}

.object-\[40\%_100\%\]{
  -o-object-position: 40% 100%;
     object-position: 40% 100%;
}

.p-1{
  padding: 0.25rem;
}

.p-1\.5{
  padding: 0.375rem;
}

.p-10{
  padding: 2.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

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

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

.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

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

.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

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

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

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

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

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

.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

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

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

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

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

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-\[58px\]{
  padding-bottom: 58px;
}

.pb-\[60px\]{
  padding-bottom: 60px;
}

.pb-\[78px\]{
  padding-bottom: 78px;
}

.pb-\[90px\]{
  padding-bottom: 90px;
}

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

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

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

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

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

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

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

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

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

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

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

.pt-14{
  padding-top: 3.5rem;
}

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

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

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

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

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

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

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

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

.pt-9{
  padding-top: 2.25rem;
}

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

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

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

.font-mono{
  font-family: monospace;
}

.font-primary{
  font-family: Roboto, Helvetica Neue, sans;
}

.font-secondary{
  font-family: Acta Display Book, Helvetica Neue, sans;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-black{
  font-weight: 900;
}

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

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

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

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

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

.leading-\[1\.2\]{
  line-height: 1.2;
}

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

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

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

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

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

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

.tracking-normal{
  letter-spacing: 0em;
}

.text-\[\#383838\]{
  --tw-text-opacity: 1;
  color: rgb(56 56 56 / var(--tw-text-opacity));
}

.text-\[\#808080\]{
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}

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

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

.text-ysd-brown-500{
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

.text-ysd-brown-700{
  --tw-text-opacity: 1;
  color: rgb(66 33 11 / var(--tw-text-opacity));
}

.text-ysd-brown-900{
  --tw-text-opacity: 1;
  color: rgb(43 22 7 / var(--tw-text-opacity));
}

.text-ysd-gray{
  --tw-text-opacity: 1;
  color: rgb(245 243 240 / var(--tw-text-opacity));
}

.text-ysd-red{
  --tw-text-opacity: 1;
  color: rgb(233 46 40 / var(--tw-text-opacity));
}

.text-ysd-red-sq{
  --tw-text-opacity: 1;
  color: rgb(230 25 92 / var(--tw-text-opacity));
}

.opacity-0{
  opacity: 0;
}

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

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

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

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

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

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

html{
  font-family: Roboto, Helvetica Neue, sans;
}

.header-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: white;
  z-index: 2;
}

.hamburger-toggle{
  position: relative;
  z-index: 2;
  display: flex;
  height: 29px;
  width: 33px;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px){
  .hamburger-toggle{
    height: 41px;
    width: 48px;
  }
}

.hamburger-menu{
  display: flex;
  height: 17px;
  width: 21px;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

@media (min-width: 640px){
  .hamburger-menu{
    height: 23px;
    width: 30px;
  }
}

.line{
  display: block;
  height: 3px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(239 106 32 / var(--tw-bg-opacity));
  transition: transform ease .3s, opacity ease .3s;
}

.has-offcanvas .line{
  --tw-bg-opacity: 1;
  background-color: rgb(239 106 32 / var(--tw-bg-opacity));
  transition: transform ease .3s, opacity ease .3s;
}

.has-offcanvas .line.line--top{
  --tw-translate-y: 0.4rem;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px){
  .has-offcanvas .line.line--top{
    --tw-translate-y: 0.6rem;
    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));
  }
}

@media (min-width: 1280px){
  .has-offcanvas .line.line--top{
    --tw-translate-y: 0.6rem;
    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));
  }
}

.has-offcanvas .line.line--top {
  transition: transform ease .3s;
}

.has-offcanvas .line.line--middle{
  opacity: 0;
  transition: opacity ease .3s;
}

.has-offcanvas .line.line--bottom{
  --tw-translate-y: -0.45rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px){
  .has-offcanvas .line.line--bottom{
    --tw-translate-y: -0.6rem;
    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));
  }
}

@media (min-width: 1280px){
  .has-offcanvas .line.line--bottom{
    --tw-translate-y: -0.65rem;
    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));
  }
}

.has-offcanvas .line.line--bottom {
  transition: transform ease .3s;
}

.hamburger-toggle__circle {
  margin-left: auto;
  width: 60px;
  height: 60px;
  fill: #bb2027;
  pointer-events: none;
  transform: scale(1) translateZ(1%, 1%, 0);
  transform-origin: center;
  transition: transform .75s;
}

.has-offcanvas .hamburger-toggle__circle {
  transform: scale(75) translate3d(1%, 1%, 0);
}

.has-offcanvas .offcanvas{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  /* transition: background-color .25s .5s ease-out; */
}

.offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transform: translateY(20px);
  /* transition: opacity 0.5s, transform 0.3s; */
}

.has-offcanvas .offcanvas {
  pointer-events: auto;
  opacity: 1;
  transform: none;
}

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

.offcanvas-nav__item {
  font-family: "Bree Serif", serif;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width:480px) {
  .home-hero-img #homeHeroMobile img{
    height: 85vh;
    min-height: 600px;
  }
}

@media screen and (min-width: 481px) and (max-width: 640px) {
  .home-hero-img #homeHeroMobile img{
    height: 120vh;
    min-height: 600px;
  }
}

@media screen and (min-width: 1400px) {
  .offcanvas-nav__item {
    font-size: 64px;
  }
}

.offcanvas-nav__item+.offcanvas-nav__item {
  margin-top: 15px;
}

.offcanvas-nav__link{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.toggle-circle{
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -1;
  height: 90px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.toggle-circle .row {
  text-align: end;
}

.gradient-top{
  pointer-events: none;
  position: absolute;
  top: 5rem;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  display: block;
  height: 3rem;
  width: 100%;
  color: transparent;
  opacity: 0;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 640px){
  .gradient-top{
    top: 7rem;
  }
}

@media (min-width: 1536px){
  .gradient-top{
    top: 9rem;
    height: 4rem;
  }
}

.gradient-top {
  background: rgb(187, 32, 39);
  background: linear-gradient(180deg, rgba(187, 32, 39, 1) 0%, rgba(187, 32, 39, 0) 100%);
  /* background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); */
  opacity: 0;
}

.gradient-btm{
  pointer-events: none;
  position: absolute;
  top: auto;
  left: 0px;
  bottom: 2.5rem;
  right: 0px;
  z-index: 1;
  display: block;
  height: 3rem;
  width: 100%;
  color: transparent;
  --tw-content: '';
  content: var(--tw-content);
  background: rgb(187, 32, 39);
  background: linear-gradient(180deg, rgba(187, 32, 39, 0) 0%, rgba(187, 32, 39, 1) 100%);
  /* background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); */
  opacity: 0;
}

.has-offcanvas .gradient-top,
.has-offcanvas .gradient-btm {
  opacity: 0;
  animation: fading ease-in .5s;
  animation-fill-mode: forwards;
  animation-duration: .5s;
  animation-delay: .25s
}

@keyframes fading {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#headerBG{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9;
  height: 95px;
  width: 100%;
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 640px){
  #headerBG{
    height: 87px;
  }
}

@media (min-width: 1024px){
  #headerBG{
    height: 120px;
  }
}

body.remove-header #headerBG{
  opacity: 0;
}

body.scrolled #headerBG{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#block-ysd-site-branding{
  width: 64px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 640px){
  #block-ysd-site-branding{
    width: 80px;
  }
}

@media (min-width: 1024px){
  #block-ysd-site-branding{
    width: 115px;
  }
}

body.scrolled #block-ysd-site-branding{
  width: 64px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 640px){
  body.scrolled #block-ysd-site-branding{
    width: 64px;
  }
}

@media (min-width: 1024px){
  body.scrolled #block-ysd-site-branding{
    width: 80px;
  }
}

#headerLogo{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

body.scrolled #headerLogo{
  margin-top: 1rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 640px){
  body.scrolled #headerLogo{
    margin-top: 0.75rem;
  }
}

@media (min-width: 1024px){
  body.scrolled #headerLogo{
    margin-top: 1.25rem;
  }
}

#headerBurger{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

body.scrolled #headerBurger{
  margin-top: 2.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 640px){
  body.scrolled #headerBurger{
    margin-top: 23px;
  }
}

@media (min-width: 1280px){
  body.scrolled #headerBurger{
    margin-top: 39px;
  }
}

header #block-ysd-main-menu{
  position: relative;
  top: 100px;
  z-index: 1;
  margin-left: auto;
  aspect-ratio: 1 / 1;
  height: calc(100% - 230px);
  width: 100%;
  max-width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 640px){
  header #block-ysd-main-menu{
    top: 130px;
    height: calc(100% - 250px);
  }
}

@media (min-width: 1024px){
  header #block-ysd-main-menu{
    top: 0px;
    height: 100%;
    max-width: 65%;
  }
}

@media (max-width: 320px){
  header #block-ysd-main-menu{
    height: calc(100% - 185px);
  }
}

header #block-ysd-main-menu ul{
  height: 100%;
}

header #block-ysd-main-menu ul>li{
  position: absolute;
  display: block;
  overflow: hidden;
}

header #block-ysd-main-menu ul>li:hover .menu-bg-img:after{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
  mix-blend-mode: overlay;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: '';
  content: var(--tw-content);
}

header #block-ysd-main-menu ul>li .menu-bg-img{
  position: absolute;
  height: 100%;
  width: 100%;
}

header #block-ysd-main-menu ul>li .menu-bg-img img{
  -o-object-fit: cover;
     object-fit: cover;
}

header #block-ysd-main-menu ul>li a{
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  header #block-ysd-main-menu ul>li a{
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 18px;
  }
}

@media (min-width: 1280px){
  header #block-ysd-main-menu ul>li a{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 22px;
  }
}

@media (min-width: 1536px){
  header #block-ysd-main-menu ul>li a{
    font-size: 24px;
  }
}

@media (max-width: 320px){
  header #block-ysd-main-menu ul>li a{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 12px;
  }
}

header #block-ysd-main-menu ul>li a span::before{
  position: relative;
  margin-bottom: 0.375rem;
  display: block;
  height: 2px;
  width: 22px;
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1024px){
  header #block-ysd-main-menu ul>li a span::before{
    margin-bottom: 0.625rem;
    height: 3.5px;
    width: 42px;
  }
}

header #block-ysd-main-menu ul>li:nth-child(1){
  display: none;
}

header #block-ysd-main-menu ul>li:nth-child(2){
  left: 0px;
  top: 0px;
  height: 33.333333%;
  width: 33.333333%;
}

@media (min-width: 1024px){
  header #block-ysd-main-menu ul>li:nth-child(2){
    height: 40%;
    width: 20%;
  }
}

header #block-ysd-main-menu ul>li:nth-child(2) a{
  display: flex;
  align-items: flex-end;
}

header #block-ysd-main-menu ul>li:nth-child(2) a span{
  display: block;
  max-width: 50px;
}

@media (min-width: 640px){
  header #block-ysd-main-menu ul>li:nth-child(2) a span{
    max-width: 100px;
  }
}

header #block-ysd-main-menu ul>li:nth-child(3){
  left: 33.33%;
  top: 16.67%;
  height: 16.666667%;
  width: 33.333333%;
}

@media (min-width: 1024px){
  header #block-ysd-main-menu ul>li:nth-child(3){
    left: 20%;
    top: 20%;
    height: 20%;
    width: 20%;
  }
}

header #block-ysd-main-menu ul>li:nth-child(3) a span{
  display: block;
  max-width: 72px;
}

@media (min-width: 640px){
  header #block-ysd-main-menu ul>li:nth-child(3) a span{
    max-width: 100px;
  }
}

header #block-ysd-main-menu ul>li:nth-child(4){
  left: 66.66%;
  top: 0px;
  height: 16.666667%;
  width: 33.333333%;
}

@media (min-width: 1024px){
  header #block-ysd-main-menu ul>li:nth-child(4){
    left: 40%;
    height: 20%;
    width: 40%;
  }
}

header #block-ysd-main-menu ul>li:nth-child(4) a{
  display: flex;
  align-items: flex-end;
}

header #block-ysd-main-menu ul>li:nth-child(5){
  left: 33.33%;
  top: 33.33%;
  height: 16.666667%;
  width: 66.666667%;
}

@media (min-width: 1024px){
  header #block-ysd-main-menu ul>li:nth-child(5){
    left: 20%;
    top: 40%;
    height: 20%;
    width: 40%;
  }
}

header #block-ysd-main-menu ul>li:nth-child(5) a{
  display: flex;
  align-items: flex-end;
}

@media (max-width: 320px){
  header #block-ysd-main-menu ul>li:nth-child(5) a{
    width: 50%;
  }
}

header #block-ysd-main-menu ul>li:nth-child(5) a span{
  display: block;
  max-width: 100px;
}

@media (min-width: 640px){
  header #block-ysd-main-menu ul>li:nth-child(5) a span{
    max-width: 140px;
  }
}

header #block-ysd-main-menu ul>li:nth-child(6){
  left: 33.33%;
  top: 66.66%;
  height: 33.333333%;
  width: 33.333333%;
}

@media (min-width: 1024px){
  header #block-ysd-main-menu ul>li:nth-child(6){
    left: 60%;
    top: 40%;
    height: 40%;
    width: 40%;
  }
}

header #block-ysd-main-menu ul>li:nth-child(6) a span{
  display: block;
  max-width: 105px;
}

@media (min-width: 640px){
  header #block-ysd-main-menu ul>li:nth-child(6) a span{
    max-width: 140px;
  }
}

header #block-ysd-main-menu ul>li:nth-child(7){
  left: 0px;
  top: 50%;
  height: 50%;
  width: 33.333333%;
}

@media (min-width: 1024px){
  header #block-ysd-main-menu ul>li:nth-child(7){
    top: 60%;
    height: 40%;
    width: 20%;
  }
}

header #block-ysd-main-menu ul>li:nth-child(7) a span{
  display: block;
  max-width: 75px;
}

@media (min-width: 640px){
  header #block-ysd-main-menu ul>li:nth-child(7) a span{
    max-width: 140px;
  }
}

#footer_region .menu-bg-img{
  display: none;
}

header .menu-item-address {
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

header .menu-item-address.animate-in {
  animation: pixelateFadeIn 0.75s forwards;
}

header .menu-item-address.animate-out {
  animation: pixelateFadeOut 0.5s forwards;
}

header #block-ysd-main-menu .menu-item {
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

header #block-ysd-main-menu .menu-item.animate-in {
  animation: pixelateFadeIn 0.75s forwards;
}

header #block-ysd-main-menu .menu-item.animate-out {
  animation: pixelateFadeOut 0.5s forwards;
}

footer .menu-item.bg-box{
  display: none;
}

@keyframes pixelateFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes pixelateFadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* .about-logo-container > div > div:first-child img {
    width: 297px !important;
    height: 92px !important;
} */

#home-section-whathappen .whathappen-desktop .whathappen-link{
  display: none;
}

@media (min-width: 1280px){
  #home-section-whathappen .whathappen-desktop .whathappen-link{
    display: block;
  }
}

#home-section-whathappen .whathappen-desktop .whathappen-img{
  display: none;
}

@media (min-width: 1280px){
  #home-section-whathappen .whathappen-desktop .whathappen-img{
    display: block;
  }
}

#home-section-whathappen .whathappen-mobile{
  margin-top: 3.5rem;
  text-align: center;
}

@media (min-width: 1280px){
  #home-section-whathappen .whathappen-mobile{
    display: none;
  }
}

#home-section-whathappen .whathappen-mobile .whathappen-title{
  display: none;
}

#home-section-whathappen .whathappen-mobile .whathappen-img{
  margin-top: 1.75rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 1280px){
  #home-section-whathappen .whathappen-mobile .whathappen-img{
    margin-top: 3.5rem;
  }
}

#swiper-what-happening-block-1{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

@media (min-width: 768px){
  #swiper-what-happening-block-1{
    overflow: visible;
    padding-left: 0px;
    padding-right: 0px;
  }
}

#swiper-what-happening-block-1 .swiper-wrapper{
  padding-left: 0px;
  padding-right: 0px;
}

#swiper-what-happening-block-1 .swiper-slide:nth-child(even) .views-field-field-date::after{
  --tw-bg-opacity: 1;
  background-color: rgb(255 173 0 / var(--tw-bg-opacity));
}

#home-section-whathappen .swiper-button-prev{
  top: calc(50% - 70px);
  left: 0px;
  z-index: 2;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(233 46 40 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  #home-section-whathappen .swiper-button-prev{
    left: 0.625rem;
    --tw-translate-x: -250%;
    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));
  }
}

@media (min-width: 1024px){
  #home-section-whathappen .swiper-button-prev{
    --tw-translate-x: -250%;
    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));
  }
}

#home-section-whathappen .swiper-button-next{
  top: calc(50% - 70px);
  right: 0px;
  z-index: 2;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(233 46 40 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  #home-section-whathappen .swiper-button-next{
    --tw-translate-x: 250%;
    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));
  }
}

@media (min-width: 1024px){
  #home-section-whathappen .swiper-button-next{
    right: -25%;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

#home-section-whathappen .swiper-button-prev.swiper-button-disabled{
  opacity: 0;
}

#home-section-whathappen .swiper-button-next.swiper-button-disabled{
  opacity: 0;
}

@media (min-width: 1024px){
  #swiper-our-signature-programmes-block-1{
    overflow: visible;
  }
}

.form-getintouch input{
  width: 100%;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(145 136 137 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(43 22 7 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.form-getintouch input::-moz-placeholder{
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(145 136 137 / var(--tw-text-opacity));
}

.form-getintouch input::placeholder{
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(145 136 137 / var(--tw-text-opacity));
}

.form-getintouch input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(54 43 38 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1024px){
  .form-getintouch input{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1;
  }
}

.form-getintouch select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23362b26' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(145 136 137 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(43 22 7 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.form-getintouch select::-moz-placeholder{
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(145 136 137 / var(--tw-text-opacity));
}

.form-getintouch select::placeholder{
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(145 136 137 / var(--tw-text-opacity));
}

.form-getintouch select:focus{
  --tw-border-opacity: 1;
  border-color: rgb(54 43 38 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1024px){
  .form-getintouch select{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1;
  }
}

.form-getintouch textarea{
  width: 100%;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(145 136 137 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(43 22 7 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.form-getintouch textarea::-moz-placeholder{
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(145 136 137 / var(--tw-text-opacity));
}

.form-getintouch textarea::placeholder{
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(145 136 137 / var(--tw-text-opacity));
}

.form-getintouch textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgb(54 43 38 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1024px){
  .form-getintouch textarea{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

#block-ysd-footermenu{
  width: 100%;
  padding-bottom: 1.75rem;
}

@media (min-width: 1280px){
  #block-ysd-footermenu{
    max-width: 700px;
    padding-right: 1.5rem;
  }
}

#block-ysd-footermenu ul{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: space-between;
  row-gap: 0.75rem;
  text-align: center;
}

@media (min-width: 1280px){
  #block-ysd-footermenu ul{
    display: flex;
    gap: 0px;
    text-align: left;
  }
}

@media (max-width: 380px){
  #block-ysd-footermenu ul{
    display: block;
  }

  #block-ysd-footermenu ul li{
    display: inline-block;
    padding: 0.5rem;
  }
}

#block-ysd-footermenu ul>li a,
#block-ysd-footermenu ul>li span{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  #block-ysd-footermenu ul>li a,
#block-ysd-footermenu ul>li span{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.page-node-type-contact-us #footer_region{
  padding-top: 0px;
}

.page-node-type-contact-us .footer-getintouch-wrapper{
  border-top-width: 0px;
  padding-top: 0px;
}

.page-node-type-contact-us .footer-getintouch{
  display: none;
}

#oursignature_img img {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  /* Smooth fade-in */
}

#oursignature_img img.visible {
  opacity: 1;
}

#ourlegacy_img img,
#ourlegacy_img_2 img,
#ourlegacy_img_3 img {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  /* Smooth fade-in */
}

#ourlegacy_img img.visible,
#ourlegacy_img_2 img.visible,
#ourlegacy_img_3 img.visible {
  opacity: 1;
}

.path-user footer#footer_region{
  display: none;
}

.path-user #user-login-form{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 14rem;
  width: 100%;
  max-width: 105rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 640px){
  .path-user #user-login-form{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1280px){
  .path-user #user-login-form{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.path-user #user-login-form .form-item{
  margin-bottom: 1.5rem;
  max-width: 290px;
}

.path-user #user-login-form .form-item label{
  display: block;
  font-family: Acta Display Book, Helvetica Neue, sans;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.path-user #user-login-form .form-item input{
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(145 136 137 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

.path-user #user-login-form .form-item input::-moz-placeholder{
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(145 136 137 / var(--tw-text-opacity));
}

.path-user #user-login-form .form-item input::placeholder{
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(145 136 137 / var(--tw-text-opacity));
}

.path-user #user-login-form .form-item input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(54 43 38 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.path-user #user-login-form .form-actions input{
  margin-top: 2.5rem;
  display: inline-block;
  width: 100%;
  max-width: 290px;
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 5px;
  --tw-text-opacity: 1;
  color: rgb(43 22 7 / var(--tw-text-opacity));
}

.path-user #user-login-form .form-actions input:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#programmes-section-article .views-exposed-form{
  margin-bottom: 2.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

#programmes-section-article .views-exposed-form .fieldset-wrapper::before{
  margin-bottom: 0.75rem;
  display: block;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
  --tw-content: 'Filter:';
  content: var(--tw-content);
}

@media (min-width: 768px){
  #programmes-section-article .views-exposed-form .fieldset-wrapper{
    display: flex;
  }

  #programmes-section-article .views-exposed-form .fieldset-wrapper::before{
    content: var(--tw-content);
    margin-right: 2.25rem;
  }
}

@media (min-width: 1024px){
  #programmes-section-article .views-exposed-form .fieldset-wrapper{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #programmes-section-article .views-exposed-form .fieldset-wrapper::before{
    content: var(--tw-content);
    margin-right: 4rem;
  }
}

#programmes-section-article .views-exposed-form .form-checkboxes .js-form-item{
  float: none;
  margin-right: 3rem;
  display: flex;
  min-width: 155px;
  gap: 1rem;
}

@media (min-width: 768px){
  #programmes-section-article .views-exposed-form .form-checkboxes .js-form-item{
    float: left;
  }
}

@media (min-width: 1024px){
  #programmes-section-article .views-exposed-form .form-checkboxes .js-form-item{
    min-width: -moz-max-content;
    min-width: max-content;
  }
}

@media (min-width: 1280px){
  #programmes-section-article .views-exposed-form .form-checkboxes .js-form-item{
    flex-direction: row-reverse;
    gap: 2.25rem;
  }
}

#programmes-section-article .views-element-container .views-infinite-scroll-content-wrapper{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 4rem;
}

@media (min-width: 768px){
  #programmes-section-article .views-element-container .views-infinite-scroll-content-wrapper{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

@media (min-width: 1024px){
  #programmes-section-article .views-element-container .views-infinite-scroll-content-wrapper{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1280px){
  #programmes-section-article .views-element-container .views-infinite-scroll-content-wrapper{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}

#programmes-section-article .js-pager__items .pager__item{
  margin-top: 1rem;
  display: flex;
  width: 100%;
  justify-content: center;
}

#programmes-section-article .js-pager__items a{
  display: block;
  width: 100%;
  max-width: 234px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#programmes-section-article .js-pager__items a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.category-arts--culture{
  --tw-text-opacity: 1;
  color: rgb(146 39 143 / var(--tw-text-opacity));
}

.category-arts--culture::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(146 39 143 / var(--tw-bg-opacity));
}

.category-environment{
  --tw-text-opacity: 1;
  color: rgb(0 140 63 / var(--tw-text-opacity));
}

.category-environment::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 140 63 / var(--tw-bg-opacity));
}

.category-community--health{
  --tw-text-opacity: 1;
  color: rgb(255 173 0 / var(--tw-text-opacity));
}

.category-community--health::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 173 0 / var(--tw-bg-opacity));
}

.category-sports{
  --tw-text-opacity: 1;
  color: rgb(0 125 221 / var(--tw-text-opacity));
}

.category-sports::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 125 221 / var(--tw-bg-opacity));
}

.category-education{
  --tw-text-opacity: 1;
  color: rgb(230 25 92 / var(--tw-text-opacity));
}

.category-education::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(230 25 92 / var(--tw-bg-opacity));
}

.category-mof{
  --tw-text-opacity: 1;
  color: rgb(9 27 113 / var(--tw-text-opacity));
}

.category-mof::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(9 27 113 / var(--tw-bg-opacity));
}

.category-general{
  --tw-text-opacity: 1;
  color: rgb(233 46 40 / var(--tw-text-opacity));
}

.category-general::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
}

.news-ysd-purple-sq .event-lbl{
  --tw-bg-opacity: 1;
  background-color: rgb(146 39 143 / var(--tw-bg-opacity));
}

.news-ysd-green-sq .event-lbl{
  --tw-bg-opacity: 1;
  background-color: rgb(0 140 63 / var(--tw-bg-opacity));
}

.news-ysd-yellow-sq .event-lbl{
  --tw-bg-opacity: 1;
  background-color: rgb(255 173 0 / var(--tw-bg-opacity));
}

.news-ysd-blue-sq .event-lbl{
  --tw-bg-opacity: 1;
  background-color: rgb(0 125 221 / var(--tw-bg-opacity));
}

.news-ysd-red-sq .event-lbl{
  --tw-bg-opacity: 1;
  background-color: rgb(230 25 92 / var(--tw-bg-opacity));
}

.news-ysd-blue-tag .event-lbl{
  --tw-bg-opacity: 1;
  background-color: rgb(9 27 113 / var(--tw-bg-opacity));
}

.news-ysd-red-tag .event-lbl{
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
}

.news-ysd-purple-sq .event-text{
  --tw-text-opacity: 1;
  color: rgb(146 39 143 / var(--tw-text-opacity));
}

.news-ysd-purple-sq .event-text::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(146 39 143 / var(--tw-bg-opacity));
}

.news-ysd-green-sq .event-text{
  --tw-text-opacity: 1;
  color: rgb(0 140 63 / var(--tw-text-opacity));
}

.news-ysd-green-sq .event-text::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 140 63 / var(--tw-bg-opacity));
}

.news-ysd-yellow-sq .event-text{
  --tw-text-opacity: 1;
  color: rgb(255 173 0 / var(--tw-text-opacity));
}

.news-ysd-yellow-sq .event-text::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 173 0 / var(--tw-bg-opacity));
}

.news-ysd-blue-sq .event-text{
  --tw-text-opacity: 1;
  color: rgb(0 125 221 / var(--tw-text-opacity));
}

.news-ysd-blue-sq .event-text::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 125 221 / var(--tw-bg-opacity));
}

.news-ysd-red-sq .event-text{
  --tw-text-opacity: 1;
  color: rgb(230 25 92 / var(--tw-text-opacity));
}

.news-ysd-red-sq .event-text::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(230 25 92 / var(--tw-bg-opacity));
}

.news-ysd-blue-tag .event-text{
  --tw-text-opacity: 1;
  color: rgb(9 27 113 / var(--tw-text-opacity));
}

.news-ysd-blue-tag .event-text::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(9 27 113 / var(--tw-bg-opacity));
}

.news-ysd-red-tag .event-text{
  --tw-text-opacity: 1;
  color: rgb(233 46 40 / var(--tw-text-opacity));
}

.news-ysd-red-tag .event-text::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
}

.news-ysd-purple-sq .event-link{
  --tw-border-opacity: 1;
  border-color: rgb(146 39 143 / var(--tw-border-opacity));
}

.news-ysd-purple-sq .event-link:hover{
  background-color: rgb(146 39 143 / 0.2);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.news-ysd-green-sq .event-link{
  --tw-border-opacity: 1;
  border-color: rgb(0 140 63 / var(--tw-border-opacity));
}

.news-ysd-green-sq .event-link:hover{
  background-color: rgb(0 140 63 / 0.2);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.news-ysd-yellow-sq .event-link{
  --tw-border-opacity: 1;
  border-color: rgb(255 173 0 / var(--tw-border-opacity));
}

.news-ysd-yellow-sq .event-link:hover{
  background-color: rgb(255 173 0 / 0.2);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.news-ysd-blue-sq .event-link{
  --tw-border-opacity: 1;
  border-color: rgb(0 125 221 / var(--tw-border-opacity));
}

.news-ysd-blue-sq .event-link:hover{
  background-color: rgb(0 125 221 / 0.2);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.news-ysd-red-sq .event-link{
  --tw-border-opacity: 1;
  border-color: rgb(230 25 92 / var(--tw-border-opacity));
}

.news-ysd-red-sq .event-link:hover{
  background-color: rgb(230 25 92 / 0.2);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.news-ysd-blue-tag .event-link{
  --tw-border-opacity: 1;
  border-color: rgb(9 27 113 / var(--tw-border-opacity));
}

.news-ysd-blue-tag .event-link:hover{
  background-color: rgb(9 27 113 / 0.2);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.news-ysd-red-tag .event-link{
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
}

.news-ysd-red-tag .event-link:hover{
  background-color: rgb(233 46 40 / 0.2);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.category-ysd-purple-sq .event-lbl{
  --tw-bg-opacity: 1;
  background-color: rgb(146 39 143 / var(--tw-bg-opacity));
}

.category-ysd-green-sq .event-lbl{
  --tw-bg-opacity: 1;
  background-color: rgb(0 140 63 / var(--tw-bg-opacity));
}

.category-ysd-yellow-sq .event-lbl{
  --tw-bg-opacity: 1;
  background-color: rgb(255 173 0 / var(--tw-bg-opacity));
}

.category-ysd-blue-sq .event-lbl{
  --tw-bg-opacity: 1;
  background-color: rgb(0 125 221 / var(--tw-bg-opacity));
}

.category-ysd-red-sq .event-lbl{
  --tw-bg-opacity: 1;
  background-color: rgb(230 25 92 / var(--tw-bg-opacity));
}

.category-ysd-blue-tag .event-lbl{
  --tw-bg-opacity: 1;
  background-color: rgb(9 27 113 / var(--tw-bg-opacity));
}

.category-ysd-red-tag .event-lbl{
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
}

.category-ysd-purple-sq .event-taxo{
  --tw-text-opacity: 1;
  color: rgb(146 39 143 / var(--tw-text-opacity));
}

.category-ysd-green-sq .event-taxo{
  --tw-text-opacity: 1;
  color: rgb(0 140 63 / var(--tw-text-opacity));
}

.category-ysd-yellow-sq .event-taxo{
  --tw-text-opacity: 1;
  color: rgb(255 173 0 / var(--tw-text-opacity));
}

.category-ysd-blue-sq .event-taxo{
  --tw-text-opacity: 1;
  color: rgb(0 125 221 / var(--tw-text-opacity));
}

.category-ysd-red-sq .event-taxo{
  --tw-text-opacity: 1;
  color: rgb(230 25 92 / var(--tw-text-opacity));
}

.category-ysd-blue-tag .event-taxo{
  --tw-text-opacity: 1;
  color: rgb(9 27 113 / var(--tw-text-opacity));
}

.category-ysd-red-tag .event-taxo{
  --tw-text-opacity: 1;
  color: rgb(233 46 40 / var(--tw-text-opacity));
}

.category-ysd-purple-sq .event-taxo::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(146 39 143 / var(--tw-bg-opacity));
}

.category-ysd-green-sq .event-taxo::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 140 63 / var(--tw-bg-opacity));
}

.category-ysd-yellow-sq .event-taxo::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 173 0 / var(--tw-bg-opacity));
}

.category-ysd-blue-sq .event-taxo::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 125 221 / var(--tw-bg-opacity));
}

.category-ysd-red-sq .event-taxo::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(230 25 92 / var(--tw-bg-opacity));
}

.category-ysd-blue-tag .event-taxo::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(9 27 113 / var(--tw-bg-opacity));
}

.category-ysd-red-tag .event-taxo::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
}

#newsreport-section-press .views-exposed-form{
  grid-column: span 1 / span 1;
  margin-bottom: 2.5rem;
  width: 100%;
  align-items: center;
}

#newsreport-section-press .views-exposed-form::before{
  margin-right: 2.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
  --tw-content: 'Filter';
  content: var(--tw-content);
}

@media (min-width: 768px){
  #newsreport-section-press .views-exposed-form{
    grid-column: span 2 / span 2;
    display: flex;
  }
}

@media (min-width: 1280px){
  #newsreport-section-press .views-exposed-form{
    grid-column: span 3 / span 3;
  }
}

#newsreport-section-press .views-exposed-form .js-form-item{
  display: flex;
  align-items: center;
  gap: 1rem;
}

#newsreport-section-press .views-exposed-form .js-form-item:first-child{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px){
  #newsreport-section-press .views-exposed-form .js-form-item:first-child{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 1.5rem;
  }
}

#newsreport-section-press .views-exposed-form .js-form-item label{
  display: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  #newsreport-section-press .views-exposed-form .js-form-item label{
    display: block;
  }
}

#newsreport-section-press .views-exposed-form .js-form-item select{
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(54 43 38 / var(--tw-border-opacity));
  background-position: 96% center;
  background-repeat: no-repeat;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

#newsreport-section-press .views-exposed-form .js-form-item select:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px){
  #newsreport-section-press .views-exposed-form .js-form-item select{
    width: 200px;
    max-width: 200px;
    background-position: 90% center;
  }
}

#newsreport-section-press .views-exposed-form .js-form-item select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.24 7.53'%3E%3Cpolygon points='6.12 7.53 0 1.41 1.41 0 6.12 4.71 10.83 0 12.24 1.41 6.12 7.53' style='fill:%23372b26'/%3E%3C/svg%3E");
  background-size: 12px;
}

#newsreport-section-press .views-element-container>div{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px){
  #newsreport-section-press .views-element-container>div{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

@media (min-width: 1280px){
  #newsreport-section-press .views-element-container>div{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

#newsreport-section-press .views-element-container>div>.views-row{
  width: 100%;
}

#newsreport-section-press .views-element-container>div>nav{
  grid-column: span 1 / span 1;
  width: 100%;
}

@media (min-width: 768px){
  #newsreport-section-press .views-element-container>div>nav{
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 1280px){
  #newsreport-section-press .views-element-container>div>nav{
    grid-column: span 3 / span 3;
  }
}

#newsreport-section-press .views-element-container>div>nav .js-pager__items{
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 768px){
  #newsreport-section-press .views-element-container>div>nav .js-pager__items{
    flex-direction: row;
    gap: 0px;
  }

  #newsreport-section-press .views-element-container>div>nav .js-pager__items > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18px * var(--tw-space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 1280px){
  #newsreport-section-press .views-element-container>div>nav .js-pager__items{
    margin-top: 6rem;
  }
}

#newsreport-section-press .views-element-container>div>nav .js-pager__items a{
  display: block;
  width: 200px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5px;
  --tw-text-opacity: 1;
  color: rgb(43 22 7 / var(--tw-text-opacity));
}

#newsreport-section-press .views-element-container>div>nav .js-pager__items a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  #newsreport-section-press .views-element-container>div>nav .js-pager__items a{
    width: 200px;
  }
}

@media (min-width: 1280px){
  #newsreport-section-press .views-element-container>div>nav .js-pager__items a{
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

#newsreport-section-report .swiper-container{
  margin-left: 0px;
  width: 60%;
  overflow: visible;
}

@media (min-width: 768px){
  #newsreport-section-report .swiper-container{
    width: 100%;
  }
}

#newsreport-section-reportlatest .swiper-container{
  margin-left: 0px;
  width: 60%;
  overflow: visible;
}

@media (min-width: 640px){
  #newsreport-section-reportlatest .swiper-container{
    width: 100%;
  }
}

@media (min-width: 1024px){
  #newsreport-section-reportlatest .swiper-slide{
    width: 46% !important;
    max-width: 458px;
  }
}

#newsreport-section-report .swiper-slide{
  max-width: 285px;
}

#ouressential-section-title .breadcrumb ul{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#ouressential-section-title .breadcrumb svg path{
  fill: #fff !important;
}

#ouressential-section-title .arrowcrumb svg polyline{
  stroke: #fff !important;
}

#ouressential-section-title .page-title{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.swiper-container.partners-logo .swiper-slide{
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-row::before{
  pointer-events: none;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  height: 100%;
  width: 40%;
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-content: '';
  content: var(--tw-content);
}

.swiper-row::after{
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 40%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1024px){
  .swiper-row::before{
    content: var(--tw-content);
    height: 100%;
  }

  .swiper-row::after{
    content: var(--tw-content);
    height: 100%;
  }
}

@media (min-width: 1280px){
  .swiper-row::before{
    content: var(--tw-content);
    width: 25%;
  }

  .swiper-row::after{
    content: var(--tw-content);
    width: 25%;
  }
}

#aboutus-section-council .swiper-container .swiper-slide .field-image-bod{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

#aboutus-section-council .swiper-container .swiper-slide-active .field-image-bod{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.swiper-bod-1 .field-image-bod{
  display: none;
}

.swiper-bod-1 .swiper-slide-active .field-name-bod{
  display: block;
  text-align: center;
  opacity: 1;
}

.swiper-bod-1 .swiper-slide-active .field-title-bod{
  display: block;
  text-align: center;
  opacity: 1;
}

.swiper-bod-2 .field-name-bod{
  display: none;
}

.swiper-bod-2 .field-title-bod{
  display: none;
}

.modal{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  max-height: 75%;
  width: 100%;
  max-width: 80%;
  --tw-translate-x: -50%;
  --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));
  overflow: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 240 / var(--tw-bg-opacity));
  --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);
}

@media (min-width: 768px){
  .modal{
    max-width: 28rem;
  }
}

@media (min-width: 1024px){
  .modal{
    max-width: 64rem;
  }
}

.modal-content {
  position: relative;
}

.close-modal{
  position: absolute;
  top: 0.5rem;
  right: 0.625rem;
  cursor: pointer;
  font-size: 34px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .close-modal{
    top: 0.625rem;
    right: 1.25rem;
  }
}

@media (min-width: 1280px){
  .close-modal{
    font-size: 54px;
  }
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

#management-modal .views-element-container{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

@media (min-width: 768px){
  #management-modal .views-element-container{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}

@media (min-width: 1024px){
  #management-modal .views-element-container{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

#management-modal .views-element-container>div{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 768px){
  #management-modal .views-element-container>div{
    gap: 2.25rem;
  }
}

@media (min-width: 1024px){
  #management-modal .views-element-container>div{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1536px){
  #management-modal .views-element-container>div{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

#pillars-section-featured-stories .viewsreference--view-title{
  margin-bottom: 3rem;
  text-align: center;
  font-family: Acta Display Book, Helvetica Neue, sans;
  font-size: 27px;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  #pillars-section-featured-stories .viewsreference--view-title{
    font-size: 36px;
  }
}

@media (min-width: 1280px){
  #pillars-section-featured-stories .viewsreference--view-title{
    margin-bottom: 4rem;
    font-size: 48px;
  }
}

@media (min-width: 1536px){
  #pillars-section-featured-stories .viewsreference--view-title{
    font-size: 50px;
  }
}

#pillars-section-featured-stories .views-element-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 640px){
  #pillars-section-featured-stories .views-element-container{
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px){
  #pillars-section-featured-stories .views-element-container{
    max-width: 64rem;
  }
}

#pillars-section-featured-stories .views-element-container>div:nth-child(2){
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 3.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 640px){
  #pillars-section-featured-stories .views-element-container>div:nth-child(2){
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1024px){
  #pillars-section-featured-stories .views-element-container>div:nth-child(2){
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 4rem;
  }
}

@media (min-width: 1280px){
  #pillars-section-featured-stories .views-element-container>div:nth-child(2){
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

#pillars-section-featured-stories .views-element-container>div:nth-child(2) .views-row{
  position: relative;
  overflow: hidden;
  padding: 2.5rem;
}

.pillars-education .pillar-card.active{
  background-color: rgb(230 25 92 / 0.6);
}

@media (min-width: 1024px){
  .pillars-education .pillar-card.active::before{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 3.5rem;
    --tw-translate-x: -100%;
    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));
    background-color: rgb(230 25 92 / 0.6);
    --tw-content: '';
    content: var(--tw-content);
  }

  .pillars-education .pillar-card.active::after{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 3.5rem;
    --tw-translate-x: 100%;
    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));
    background-color: rgb(230 25 92 / 0.6);
    --tw-content: '';
    content: var(--tw-content);
  }
}

.pillars-stories-education .views-row{
  --tw-bg-opacity: 1;
  background-color: rgb(230 25 92 / var(--tw-bg-opacity));
}

.pillars-stories-education .stories-shape{
  --tw-bg-opacity: 1;
  background-color: rgb(239 101 151 / var(--tw-bg-opacity));
}

.pillars-sports .pillar-card.active{
  background-color: rgb(0 125 221 / 0.6);
}

@media (min-width: 1024px){
  .pillars-sports .pillar-card.active::before{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 3.5rem;
    --tw-translate-x: -100%;
    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));
    background-color: rgb(0 125 221 / 0.6);
    --tw-content: '';
    content: var(--tw-content);
  }

  .pillars-sports .pillar-card.active::after{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 3.5rem;
    --tw-translate-x: 100%;
    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));
    background-color: rgb(0 125 221 / 0.6);
    --tw-content: '';
    content: var(--tw-content);
  }
}

.pillars-stories-sports .views-row{
  --tw-bg-opacity: 1;
  background-color: rgb(0 125 221 / var(--tw-bg-opacity));
}

.pillars-stories-sports .stories-shape{
  --tw-bg-opacity: 1;
  background-color: rgb(11 162 255 / var(--tw-bg-opacity));
}

.pillars-arts-and-culture .pillar-card.active{
  background-color: rgb(146 39 143 / 0.6);
}

@media (min-width: 1024px){
  .pillars-arts-and-culture .pillar-card.active::before{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 3.5rem;
    --tw-translate-x: -100%;
    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));
    background-color: rgb(146 39 143 / 0.6);
    --tw-content: '';
    content: var(--tw-content);
  }

  .pillars-arts-and-culture .pillar-card.active::after{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 3.5rem;
    --tw-translate-x: 100%;
    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));
    background-color: rgb(146 39 143 / 0.6);
    --tw-content: '';
    content: var(--tw-content);
  }
}

.pillars-stories-arts-and-culture .views-row{
  --tw-bg-opacity: 1;
  background-color: rgb(146 39 143 / var(--tw-bg-opacity));
}

.pillars-stories-arts-and-culture .stories-shape{
  --tw-bg-opacity: 1;
  background-color: rgb(193 31 193 / var(--tw-bg-opacity));
}

.pillars-community-and-health .pillar-card.active{
  background-color: rgb(255 173 0 / 0.6);
}

@media (min-width: 1024px){
  .pillars-community-and-health .pillar-card.active::before{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 3.5rem;
    --tw-translate-x: -100%;
    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));
    background-color: rgb(255 173 0 / 0.6);
    --tw-content: '';
    content: var(--tw-content);
  }

  .pillars-community-and-health .pillar-card.active::after{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 3.5rem;
    --tw-translate-x: 100%;
    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));
    background-color: rgb(255 173 0 / 0.6);
    --tw-content: '';
    content: var(--tw-content);
  }
}

.pillars-stories-community-and-health .views-row{
  --tw-bg-opacity: 1;
  background-color: rgb(255 173 0 / var(--tw-bg-opacity));
}

.pillars-stories-community-and-health .stories-shape{
  --tw-bg-opacity: 1;
  background-color: rgb(255 192 80 / var(--tw-bg-opacity));
}

.pillars-environment .pillar-card.active{
  background-color: rgb(0 140 63 / 0.6);
}

@media (min-width: 1024px){
  .pillars-environment .pillar-card.active::before{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 3.5rem;
    --tw-translate-x: -100%;
    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));
    background-color: rgb(0 140 63 / 0.6);
    --tw-content: '';
    content: var(--tw-content);
  }

  .pillars-environment .pillar-card.active::after{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 3.5rem;
    --tw-translate-x: 100%;
    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));
    background-color: rgb(0 140 63 / 0.6);
    --tw-content: '';
    content: var(--tw-content);
  }
}

.pillars-stories-environment .views-row{
  --tw-bg-opacity: 1;
  background-color: rgb(0 140 63 / var(--tw-bg-opacity));
}

.pillars-stories-environment .stories-shape{
  --tw-bg-opacity: 1;
  background-color: rgb(10 188 86 / var(--tw-bg-opacity));
}

.pillar-card-1{
  order: 2;
}

@media (min-width: 1024px){
  .pillar-card-1{
    order: 1;
  }
}

.pillar-card-2{
  order: 3;
}

@media (min-width: 1024px){
  .pillar-card-2{
    order: 2;
  }
}

.pillar-card-4{
  order: 4;
}

@media (min-width: 1024px){
  .pillar-card-4{
    order: 4;
  }
}

.pillar-card-5{
  order: 5;
}

@media (min-width: 1024px){
  .pillar-card-5{
    order: 5;
  }
}

.pillar-card{
  position: relative;
}

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

.pillar-card-1 a:hover::before{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  mix-blend-mode: color;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1024px){
  .pillar-card-1 a:hover::before{
    content: var(--tw-content);
    height: 193px;
  }
}

.pillar-card-2 a:hover::before{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  mix-blend-mode: color;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1024px){
  .pillar-card-2 a:hover::before{
    content: var(--tw-content);
    height: 193px;
  }
}

.pillar-card-4 a:hover::before{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  mix-blend-mode: color;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1024px){
  .pillar-card-4 a:hover::before{
    content: var(--tw-content);
    height: 193px;
  }
}

.pillar-card-5 a:hover::before{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  mix-blend-mode: color;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1024px){
  .pillar-card-5 a:hover::before{
    content: var(--tw-content);
    height: 193px;
  }
}

.pillars-education .pillar-card-1 a:hover::before,
.pillars-community-and-health .pillar-card-2 a:hover::before,
.pillars-sports .pillar-card-2 a:hover::before,
.pillars-arts-and-culture .pillar-card-2 a:hover::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(10 188 86 / var(--tw-bg-opacity));
}

.pillars-education .pillar-card-2 a:hover::before,
.pillars-environment .pillar-card-2 a:hover::before,
.pillars-sports .pillar-card-4 a:hover::before,
.pillars-arts-and-culture .pillar-card-4 a:hover::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 173 0 / var(--tw-bg-opacity));
}

.pillars-education .pillar-card-4 a:hover::before,
.pillars-environment .pillar-card-4 a:hover::before,
.pillars-community-and-health .pillar-card-4 a:hover::before,
.pillars-arts-and-culture .pillar-card-5 a:hover::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(11 162 255 / var(--tw-bg-opacity));
}

.pillars-education .pillar-card-5 a:hover::before,
.pillars-environment .pillar-card-5 a:hover::before,
.pillars-community-and-health .pillar-card-5 a:hover::before,
.pillars-sports .pillar-card-5 a:hover::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(193 31 193 / var(--tw-bg-opacity));
}

.pillars-environment .pillar-card-1 a:hover::before,
.pillars-community-and-health .pillar-card-1 a:hover::before,
.pillars-sports .pillar-card-1 a:hover::before,
.pillars-arts-and-culture .pillar-card-1 a:hover::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(230 25 92 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .pillars-environment .quick-facts-field{
    max-width: 64rem;
  }
}

@media (min-width: 1280px){
  .pillars-environment .quick-facts-field{
    max-width: 72rem;
  }
}

.pillars-environment .quick-facts-cols > div > div:last-child{
  padding-right: 0px;
}

.pillars-environment .quick-facts-cols > div > div{
  padding-right: 0px;
}

@media (min-width: 1024px){
  .pillars-environment .quick-facts-cols > div > div{
    padding-right: 30px;
  }
}

.pillars-environment .quick-facts-cols .quick-facts-body{
  min-height: 170px;
}

@media (min-width: 1024px){
  .pillars-environment .quick-facts-cols .quick-facts-body{
    min-height: 260px;
  }
}

.pillars-environment .quick-facts-cols  > div > div:nth-child(3) .quick-facts-body,
.pillars-environment .quick-facts-cols  > div > div:nth-child(4) .quick-facts-body{
  min-height: 205px;
}

@media (min-width: 1024px){
  .pillars-environment .quick-facts-cols  > div > div:nth-child(3) .quick-facts-body,
.pillars-environment .quick-facts-cols  > div > div:nth-child(4) .quick-facts-body{
    min-height: 260px;
  }

  .pillars-community-and-health .quick-facts-cols > div{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 4rem;
  }

  .pillars-community-and-health .quick-facts-cols > div > div:nth-child(5){
    border-left-width: 0px;
  }
}

.pillars-community-and-health .quick-facts-cols > div > div{
  padding-right: 0px;
}

@media (min-width: 1024px){
  .pillars-community-and-health .quick-facts-cols > div > div{
    padding-right: 30px;
  }

  .pillars-sports .quick-facts-field{
    max-width: 64rem;
  }
}

@media (min-width: 1280px){
  .pillars-sports .quick-facts-field{
    max-width: 72rem;
  }
}

@media (min-width: 1024px){
  .pillars-sports .quick-facts-cols > div > div:nth-child(2){
    padding-right: 36px;
  }

  .pillars-sports .quick-facts-cols > div > div:nth-child(3){
    padding-right: 1.5rem;
  }
}

.pillars-sports .quick-facts-cols .quick-facts-body{
  min-height: 170px;
}

@media (min-width: 1024px){
  .pillars-sports .quick-facts-cols .quick-facts-body{
    min-height: 270px;
  }
}

@media (min-width: 1280px){
  .pillars-sports .quick-facts-cols .quick-facts-body{
    min-height: 260px;
  }
}

.pillars-sports .quick-facts-cols  > div > div:nth-child(3) .quick-facts-body,
.pillars-sports .quick-facts-cols  > div > div:nth-child(4) .quick-facts-body{
  min-height: 210px;
}

@media (min-width: 1024px){
  .pillars-sports .quick-facts-cols  > div > div:nth-child(3) .quick-facts-body,
.pillars-sports .quick-facts-cols  > div > div:nth-child(4) .quick-facts-body{
    min-height: 270px;
  }
}

@media (min-width: 1280px){
  .pillars-sports .quick-facts-cols  > div > div:nth-child(3) .quick-facts-body,
.pillars-sports .quick-facts-cols  > div > div:nth-child(4) .quick-facts-body{
    min-height: 260px;
  }
}

.pillars-sports .quick-facts-cols > div > div{
  padding-right: 0px;
}

@media (min-width: 1024px){
  .pillars-sports .quick-facts-cols > div > div{
    padding-right: 30px;
  }
}

.pillars-arts-and-culture .quick-facts-cols .quick-facts-body{
  min-height: 170px;
}

@media (min-width: 1024px){
  .pillars-arts-and-culture .quick-facts-cols .quick-facts-body{
    min-height: 270px;
  }
}

@media (min-width: 1280px){
  .pillars-arts-and-culture .quick-facts-cols .quick-facts-body{
    min-height: 260px;
  }
}

.pillars-arts-and-culture .quick-facts-cols > div > div{
  padding-right: 0px;
}

@media (min-width: 1024px){
  .pillars-arts-and-culture .quick-facts-cols > div > div{
    padding-right: 30px;
  }
}

.pillars-arts-and-culture .quick-facts-cols  > div > div:nth-child(3) .quick-facts-body,
.pillars-arts-and-culture .quick-facts-cols  > div > div:nth-child(4) .quick-facts-body{
  min-height: 210px;
}

@media (min-width: 1024px){
  .pillars-arts-and-culture .quick-facts-cols  > div > div:nth-child(3) .quick-facts-body,
.pillars-arts-and-culture .quick-facts-cols  > div > div:nth-child(4) .quick-facts-body{
    min-height: 270px;
  }
}

@media (min-width: 1280px){
  .pillars-arts-and-culture .quick-facts-cols  > div > div:nth-child(3) .quick-facts-body,
.pillars-arts-and-culture .quick-facts-cols  > div > div:nth-child(4) .quick-facts-body{
    min-height: 260px;
  }
}

.pillars-arts-and-culture .quick-facts-cols  > div > div:nth-child(5) .quick-facts-caption{
  font-size: 17px;
}

@media (min-width: 640px){
  .pillars-arts-and-culture .quick-facts-cols  > div > div:nth-child(5) .quick-facts-caption{
    font-size: 28px;
  }
}

@media (min-width: 1280px){
  .pillars-arts-and-culture .quick-facts-cols  > div > div:nth-child(5) .quick-facts-caption{
    font-size: 36px;
  }
}

.page-node-type-thank-you-page #footer_region{
  display: none;
}

.featuredstories-caption{
  --tw-bg-opacity: 1;
  background-color: rgb(230 25 92 / var(--tw-bg-opacity));
}

.featuredstories-education .featuredstories-caption{
  --tw-bg-opacity: 1;
  background-color: rgb(230 25 92 / var(--tw-bg-opacity));
}

.featuredstories-environment .featuredstories-caption{
  --tw-bg-opacity: 1;
  background-color: rgb(0 140 63 / var(--tw-bg-opacity));
}

.featuredstories-community-and-health .featuredstories-caption{
  --tw-bg-opacity: 1;
  background-color: rgb(255 173 0 / var(--tw-bg-opacity));
}

.featuredstories-sports .featuredstories-caption{
  --tw-bg-opacity: 1;
  background-color: rgb(0 125 221 / var(--tw-bg-opacity));
}

.featuredstories-arts-and-culture .featuredstories-caption{
  --tw-bg-opacity: 1;
  background-color: rgb(146 39 143 / var(--tw-bg-opacity));
}

.stories-body .iframe-container{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 640px;
  overflow: hidden;
}

.stories-body .iframe-container iframe{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.stories-body img{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  height: auto;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 1024px){
  .stories-body img{
    margin-bottom: 1.5rem;
  }
}

.stories-body ul{
  list-style-type: disc;
  padding-left: 0.875rem;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(43 22 7 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .stories-body ul{
    font-size: 20px;
  }
}

.stories-body ol{
  list-style-type: decimal;
  padding-left: 1.5rem;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(43 22 7 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .stories-body ol{
    font-size: 20px;
  }
}

.stories-body ul:not(:last-child),
.stories-body ol:not(:last-child){
  margin-bottom: 1.5rem;
}

.stories-body ul li span,
.stories-body ol li span{
  font-family: Roboto, Helvetica Neue, sans !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  line-height: 1.25 !important;
}

@media (min-width: 1024px){
  .stories-body ul li span,
.stories-body ol li span{
    font-size: 20px !important;
  }
}

/*------------ Scholarship Form ------------*/

.form-section{
  margin-bottom: 4rem;
}

.form-section.scholarship-docs{
  margin-bottom: 0px;
}

@media (min-width: 640px){
  .form-section.scholarship-docs{
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1280px){
  .form-section.scholarship-docs{
    margin-bottom: 4rem;
  }
}

.scholarship-docs div[aria-label="Error message"] {
  background: #ffe5e5;
  border: 1px solid #ff6b6b;
  padding: 1rem;
  margin-bottom: 2rem;
  border-radius: 8px;
  font-weight: 300;
}

.form-content{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

@media (min-width: 640px){
  .form-content{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.form-section.scholarship-programme h3{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

@media (min-width: 640px){
  .form-section.scholarship-programme h3{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.form-section .form-section-header{
  margin-bottom: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  font-size: 17px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .form-section .form-section-header{
    margin-bottom: 2.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
    font-size: 38px;
  }
}

.form-section h3{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

.form-section.scholarship-docs .form-compulsory strong{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

.form-section.scholarship-docs ol{
  margin-top: 1rem;
  list-style-position: outside;
  list-style-type: lower-roman;
  padding-left: 1.25rem;
  font-weight: 300;
}

@media (min-width: 640px){
  .form-section.scholarship-docs ol{
    padding-left: 3rem;
  }
}

.form-section.scholarship-docs ol > li{
  padding-left: 1.25rem;
}

@media (min-width: 640px){
  .form-section.scholarship-docs ol > li{
    padding-left: 3rem;
  }
}

.form-section.scholarship-docs ol > li:not(:last-child){
  margin-bottom: 0.75rem;
}

.form-section .form-grid-1{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 2.25rem;
}

.form-section .form-grid-2{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 2.25rem;
}

@media (min-width: 640px){
  .form-section .form-grid-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}

.form-section .form-item label{
  margin-bottom: 0.375rem;
  display: block;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .form-section .form-item label{
    margin-bottom: 0.75rem;
    font-size: 16px;
  }
}

.form-section fieldset .fieldset-legend{
  margin-bottom: 0.375rem;
  display: block;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .form-section fieldset .fieldset-legend{
    margin-bottom: 1.5rem;
    font-size: 16px;
  }
}

.form-section fieldset .fieldset-wrapper .form-type-radio{
  display: flex;
}

.form-section fieldset .fieldset-wrapper .form-type-radio .option{
  margin-bottom: 0px;
  margin-left: 0.5rem;
}

.form-section .form-item input:not([type="file"]){
  width: 100%;
  border-radius: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(54 43 38 / var(--tw-border-opacity));
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(43 22 7 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.form-section .form-item input:not([type="file"])::-moz-placeholder{
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(145 136 137 / var(--tw-text-opacity));
}

.form-section .form-item input:not([type="file"])::placeholder{
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(145 136 137 / var(--tw-text-opacity));
}

.form-section .form-item input:not([type="file"]):focus{
  --tw-border-opacity: 1;
  border-color: rgb(54 43 38 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1024px){
  .form-section .form-item input:not([type="file"]){
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1;
  }
}

.form-section fieldset .fieldset-wrapper .form-type-radio input[type="radio"]{
  width: auto;
}

.form-section fieldset .fieldset-wrapper > div{
  display: flex;
  gap: 2.5rem;
}

.form-section .form-item select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23362b26' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(54 43 38 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(43 22 7 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.form-section .form-item select::-moz-placeholder{
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(145 136 137 / var(--tw-text-opacity));
}

.form-section .form-item select::placeholder{
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(145 136 137 / var(--tw-text-opacity));
}

.form-section .form-item select:focus{
  --tw-border-opacity: 1;
  border-color: rgb(54 43 38 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1024px){
  .form-section .form-item select{
    max-height: 36px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

h3.form-section-title{
  margin-bottom: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

.form-section .form-action-submit input[type="submit"]{
  display: inline-block;
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 5px;
  --tw-text-opacity: 1;
  color: rgb(43 22 7 / var(--tw-text-opacity));
}

.form-section .form-action-submit input[type="submit"]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.form-section-captcha-submit{
  margin-top: 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 1.5rem;
}

@media (min-width: 640px){
  .form-section-captcha-submit{
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 0px;
  }
}

.form-section .form-item .js-form-managed-file .messages.messages--error{
  margin-bottom: 1rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(233 46 40 / var(--tw-text-opacity));
}

.form-section .form-item .js-form-managed-file .messages.messages--error>em{
  font-weight: 500;
}

.form-section .form-item [type="submit"][value="Remove"]{
  margin-top: 1rem;
  display: block;
  width: auto !important;
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(54 43 38 / var(--tw-border-opacity));
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.form-section .form-item [type="submit"][value="Remove"]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(54 43 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .form-section .form-item [type="submit"][value="Remove"]{
    margin-top: 0px;
    display: inline;
  }
}

.form-section .form-item .js-form-managed-file{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

.form-section .form-item .js-form-managed-file span{
  margin-right: 1rem;
}

.form-section .form-item .js-form-managed-file span.file{
  margin-right: 0px;
}

@media (max-width: 320px){
  .captcha-wrapper{
    width: 100%;
    transform-origin: top left;
    --tw-scale-x: 0.70;
    --tw-scale-y: 0.70;
    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));
  }
}

.form-item-divorce-optional-father,
.form-item-divorce-optional-mother{
  margin-top: 2.25rem;
}

.paragraph--type--svs-achievements > div:first-child{
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: Acta Display Book, Helvetica Neue, sans;
  font-size: 27px;
  line-height: 1.25;
}

@media (min-width: 640px){
  .paragraph--type--svs-achievements > div:first-child{
    margin-bottom: 3rem;
    font-size: 36px;
  }
}

@media (min-width: 1024px){
  .paragraph--type--svs-achievements > div:first-child{
    margin-bottom: 7rem;
  }
}

@media (min-width: 1280px){
  .paragraph--type--svs-achievements > div:first-child{
    font-size: 48px;
  }
}

@media (min-width: 1536px){
  .paragraph--type--svs-achievements > div:first-child{
    font-size: 50px;
  }
}

.paragraph--type--svs-achievements > div:nth-child(2){
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 3rem;
}

@media (min-width: 640px){
  .paragraph--type--svs-achievements > div:nth-child(2){
    flex-direction: row;
    row-gap: 0px;
  }
}

@media (min-width: 768px){
  .paragraph--type--svs-achievements > div:nth-child(2){
    justify-content: space-evenly;
  }
}

.accordion{
  width: 100%;
}

.accordion-item{
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(43 22 7 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .accordion-item{
    margin-bottom: 2rem;
  }
}

.accordion-header{
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  border-style: none;
  background-image: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  font-family: Acta Display Book, Helvetica Neue, sans;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .accordion-header{
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 22px;
  }
}

@media (min-width: 1024px){
  .accordion-header{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.accordion-header > div:first-child{
  max-width: 707px;
  padding-right: 2.5rem;
}

.accordion-header .arrow {
  transition: transform 0.3s ease;
}

.accordion-content{
  height: 0px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 240 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .accordion-content{
    font-size: 20px;
  }
}

.accordion-content {
  transition: height 0.3s ease-in-out;
}

.accordion-content-wrapper{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px){
  .accordion-content-wrapper{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.accordion-content p strong{
  font-weight: 700;
}

.accordion-item.active .accordion-content{
  display: block;
}

.accordion-item.active .arrow {
  transform: rotate(180deg);
}

.paragraph--type--scholarship-info-header:not(:last-child){
  margin-bottom: 3.5rem;
}

@media (min-width: 1024px){
  .paragraph--type--scholarship-info-header:not(:last-child){
    margin-bottom: 5rem;
  }
}

.paragraph--type--scholarship-info-header:first-child{
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px){
  .paragraph--type--scholarship-info-header:first-child{
    margin-bottom: 2rem;
  }
}

.paragraph--type--scholarship-info-header > div:first-child{
  margin-bottom: 1.25rem;
  text-align: center;
  font-family: Acta Display Book, Helvetica Neue, sans;
  font-size: 27px;
  line-height: 1.25;
}

@media (min-width: 640px){
  .paragraph--type--scholarship-info-header > div:first-child{
    font-size: 36px;
  }
}

@media (min-width: 1024px){
  .paragraph--type--scholarship-info-header > div:first-child{
    margin-bottom: 4rem;
  }
}

@media (min-width: 1280px){
  .paragraph--type--scholarship-info-header > div:first-child{
    font-size: 48px;
  }
}

@media (min-width: 1536px){
  .paragraph--type--scholarship-info-header > div:first-child{
    font-size: 50px;
  }
}

/*-----------  Accordion Undergraduates -----------*/

.scholarship-intro h2{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .scholarship-intro h2{
    margin-bottom: 1.5rem;
  }
}

.scholarship-intro h4{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .scholarship-intro h4{
    margin-bottom: 1.5rem;
  }
}

.scholarship-intro p{
  margin-bottom: 1.5rem;
}

.scholarship-eligibility{
  margin-bottom: 1.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.scholarship-eligibility h4{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .scholarship-eligibility h4{
    margin-bottom: 1.25rem;
  }
}

.scholarship-eligibility ul{
  list-style-type: disc;
  padding-left: 15px;
}

.scholarship-eligibility ul li{
  margin-bottom: 0.375rem;
  padding-left: 0.5rem;
}

@media (min-width: 1024px){
  .scholarship-eligibility ul li{
    margin-bottom: 0.75rem;
  }
}

.scholarship-fields{
  margin-bottom: 1.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.scholarship-fields h4{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .scholarship-fields h4{
    margin-bottom: 1.25rem;
  }
}

.scholarship-fields .fields-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 2.25rem;
}

@media (min-width: 1024px){
  .scholarship-fields .fields-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 0px;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}

.scholarship-fields .fields-grid .field-column p{
  margin-bottom: 1rem;
}

@media (min-width: 1024px){
  .scholarship-fields .fields-grid .field-column p{
    margin-bottom: 2rem;
  }
}

.scholarship-fields .fields-grid .field-column p strong{
  font-weight: 700;
}

.scholarship-fields .fields-grid .field-column ul{
  list-style-type: disc;
  padding-left: 15px;
}

.scholarship-fields .fields-grid .field-column:first-child ul:nth-child(2){
  margin-bottom: 2.25rem;
}

@media (min-width: 640px){
  .scholarship-fields .fields-grid .field-column:first-child ul:nth-child(2){
    margin-bottom: 2.75rem;
  }
}

.scholarship-fields .fields-grid .field-column ul li{
  margin-bottom: 0.375rem;
  padding-left: 0.5rem;
}

@media (min-width: 1024px){
  .scholarship-fields .fields-grid .field-column ul li{
    margin-bottom: 0.75rem;
  }
}

.scholarship-fields .fields-grid .field-column ul li:last-child{
  margin-bottom: 0px;
}

.accepted-universities{
  margin-bottom: 1.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.accepted-universities h4{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .accepted-universities h4{
    margin-bottom: 1.25rem;
  }
}

.accepted-universities p{
  margin-bottom: 0.75rem;
}

.accepted-universities ol{
  list-style-type: decimal;
  gap: 1.5rem;
  padding-left: 1.25rem;
}

@media (min-width: 768px){
  .accepted-universities ol{
    -moz-columns: 2;
         columns: 2;
  }
}

.accepted-universities ol li{
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.scholarship-values{
  margin-bottom: 1.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.scholarship-values h3.scholarship-title{
  margin-bottom: 1.25rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

.scholarship-values .scholarship-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: flex-start;
  gap: 1.5rem;
}

@media (min-width: 640px){
  .scholarship-values .scholarship-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 1024px){
  .scholarship-values .scholarship-grid{
    display: flex;
    justify-content: space-between;
    gap: 0px;
  }
}

.scholarship-values .scholarship-grid .scholarship-item{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 1rem;
}

.scholarship-values .scholarship-grid .scholarship-item:nth-child(2){
  max-width: 225px;
  align-items: flex-start;
}

.scholarship-values .scholarship-grid .scholarship-item img{
  height: auto;
  max-width: 35px;
}

.scholarship-values .scholarship-grid .scholarship-item p{
  font-weight: 700;
}

.scholarship-values .scholarship-grid .scholarship-item strong{
  font-weight: 700;
}

.scholarship-values .scholarship-grid .scholarship-item small{
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1;
}

.scholarship-values .scholarship-description{
  margin-top: 1.5rem;
}

@media (min-width: 1024px){
  .scholarship-values .scholarship-description{
    margin-top: 2.75rem;
  }
}

.scholarship-values .scholarship-description strong{
  font-weight: 700;
}

.scholarship-values .scholarship-description .scholarship-note{
  margin-top: 0.75rem;
}

@media (min-width: 1024px){
  .scholarship-values .scholarship-description .scholarship-note{
    margin-top: 1.5rem;
  }
}

.scholarship-values .scholarship-description .scholarship-note strong{
  font-weight: 300;
}

.scholarship-bond{
  margin-bottom: 1.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.scholarship-bond h4{
  margin-bottom: 0.375rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .scholarship-bond h4{
    margin-bottom: 1.25rem;
  }
}

.scholarship-application{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.scholarship-application h4{
  margin-bottom: 0.375rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .scholarship-application h4{
    margin-bottom: 1.25rem;
  }
}

.scholarship-application .application-links{
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 640px){
  .scholarship-application .application-links{
    flex-direction: row;
    gap: 1.5rem;
  }
}

@media (min-width: 1024px){
  .scholarship-application .application-links{
    margin-top: 2.75rem;
  }
}

.scholarship-application .application-links a{
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 5px;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

.scholarship-application .application-links a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 640px){
  .scholarship-application .application-links a{
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 320px){
  .scholarship-application .application-links a{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

/*-----------  Accordion OKU Students -----------*/

.ysd-bursary h2{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .ysd-bursary h2{
    margin-bottom: 1.5rem;
  }
}

.ysd-bursary h3{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .ysd-bursary h3{
    margin-bottom: 1.5rem;
  }
}

.ysd-bursary p{
  margin-bottom: 1.5rem;
}

.ysd-bursary p strong{
  font-weight: 700;
}

.eligibility-requirements{
  margin-bottom: 1.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.eligibility-requirements h3{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .eligibility-requirements h3{
    margin-bottom: 1.25rem;
  }
}

.eligibility-requirements ul{
  list-style-type: disc;
  padding-left: 15px;
}

.eligibility-requirements ul li{
  margin-bottom: 0.375rem;
  padding-left: 0.5rem;
}

@media (min-width: 1024px){
  .eligibility-requirements ul li{
    margin-bottom: 0.75rem;
  }
}

.accepted-fields{
  margin-bottom: 1.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.accepted-fields h3{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .accepted-fields h3{
    margin-bottom: 1.5rem;
  }
}

.accepted-fields p{
  margin-bottom: 0.75rem;
}

@media (min-width: 1024px){
  .accepted-fields p{
    margin-bottom: 1.5rem;
  }
}

.paragraph--type--scholarship-info-header:first-child > div:nth-child(2) > div:nth-child(2) .accordion-content > .accordion-content-wrapper > div:nth-child(2) > div:nth-child(4){
  margin-bottom: 0.75rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

@media (min-width: 1024px){
  .paragraph--type--scholarship-info-header:first-child > div:nth-child(2) > div:nth-child(2) .accordion-content > .accordion-content-wrapper > div:nth-child(2) > div:nth-child(4){
    margin-bottom: 1.5rem;
  }
}

.paragraph--type--scholarship-info-header:first-child > div:nth-child(2) > div:nth-child(2) .accordion-content > .accordion-content-wrapper > div:nth-child(2) > div:nth-child(4) h3{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .paragraph--type--scholarship-info-header:first-child > div:nth-child(2) > div:nth-child(2) .accordion-content > .accordion-content-wrapper > div:nth-child(2) > div:nth-child(4) h3{
    margin-bottom: 1.5rem;
  }
}

.paragraph--type--scholarship-info-header:first-child > div:nth-child(2) > div:nth-child(2) .accordion-content > .accordion-content-wrapper > div:nth-child(2) > div:nth-child(4) p{
  margin-bottom: 1.5rem;
}

.scholarship-value{
  margin-bottom: 1.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.scholarship-value h3{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .scholarship-value h3{
    margin-bottom: 1.5rem;
  }
}

.scholarship-value .scholarship-benefits{
  margin-bottom: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: flex-start;
  gap: 1.5rem;
}

@media (min-width: 640px){
  .scholarship-value .scholarship-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 768px){
  .scholarship-value .scholarship-benefits{
    display: flex;
    justify-content: space-between;
  }
}

.scholarship-value .scholarship-benefits .benefit-item{
  display: flex;
  width: 25%;
  flex-shrink: 0;
  align-items: center;
  gap: 1rem;
}

.scholarship-value .scholarship-benefits .benefit-item:nth-child(2){
  align-items: flex-start;
}

.scholarship-value .scholarship-benefits .benefit-item img{
  height: auto;
  max-width: 35px;
}

.scholarship-value .scholarship-benefits .benefit-item strong{
  font-weight: 700;
}

.scholarship-value .scholarship-benefits .benefit-item:nth-child(2){
  position: relative;
  display: block;
  min-width: 230px;
}

.scholarship-value .scholarship-benefits .benefit-item:nth-child(2) img{
  position: absolute;
}

.scholarship-value .scholarship-benefits .benefit-item:nth-child(2) p,
.scholarship-value .scholarship-benefits .benefit-item:nth-child(2) div{
  padding-left: 51px;
}

.scholarship-value > p{
  margin-bottom: 0.75rem;
}

@media (min-width: 1024px){
  .scholarship-value > p{
    margin-bottom: 1.5rem;
  }
}

.paragraph--type--scholarship-info-header:first-child > div:nth-child(2) > div:nth-child(2) .accordion-content > .accordion-content-wrapper > div:nth-child(2) > div:nth-child(6){
  margin-bottom: 1.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.paragraph--type--scholarship-info-header:first-child > div:nth-child(2) > div:nth-child(2) .accordion-content > .accordion-content-wrapper > div:nth-child(2) > div:nth-child(6) h3{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .paragraph--type--scholarship-info-header:first-child > div:nth-child(2) > div:nth-child(2) .accordion-content > .accordion-content-wrapper > div:nth-child(2) > div:nth-child(6) h3{
    margin-bottom: 1.5rem;
  }
}

.paragraph--type--scholarship-info-header:first-child > div:nth-child(2) > div:nth-child(2) .accordion-content > .accordion-content-wrapper > div:nth-child(2) > div:nth-child(6) p{
  margin-bottom: 0.75rem;
}

@media (min-width: 1024px){
  .paragraph--type--scholarship-info-header:first-child > div:nth-child(2) > div:nth-child(2) .accordion-content > .accordion-content-wrapper > div:nth-child(2) > div:nth-child(6) p{
    margin-bottom: 1.5rem;
  }
}

.paragraph--type--scholarship-info-header:first-child > div:nth-child(2) > div:nth-child(2) .accordion-content > .accordion-content-wrapper > div:nth-child(2) > div:nth-child(7){
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.paragraph--type--scholarship-info-header:first-child > div:nth-child(2) > div:nth-child(2) .accordion-content > .accordion-content-wrapper > div:nth-child(2) > div:nth-child(7) h3{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .paragraph--type--scholarship-info-header:first-child > div:nth-child(2) > div:nth-child(2) .accordion-content > .accordion-content-wrapper > div:nth-child(2) > div:nth-child(7) h3{
    margin-bottom: 1.5rem;
  }
}

.paragraph--type--scholarship-info-header:first-child > div:nth-child(2) > div:nth-child(2) .accordion-content > .accordion-content-wrapper > div:nth-child(2) > div:nth-child(7) p:nth-child(2){
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px){
  .paragraph--type--scholarship-info-header:first-child > div:nth-child(2) > div:nth-child(2) .accordion-content > .accordion-content-wrapper > div:nth-child(2) > div:nth-child(7) p:nth-child(2){
    margin-bottom: 2.75rem;
  }
}

.application-section a.apply-link{
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 5px;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

.application-section a.apply-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 640px){
  .application-section a.apply-link{
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/*-----------  Accordion TVET -----------*/

.paragraph--type--scholarship-info-header:nth-child(2) > div:first-child{
  margin-bottom: 0.75rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .paragraph--type--scholarship-info-header:nth-child(2) > div:first-child{
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1024px){
  .paragraph--type--scholarship-info-header:nth-child(2) > div:first-child{
    margin-bottom: 1rem;
  }
}

.paragraph--type--scholarship-info-header:nth-child(2) > div:nth-child(2){
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .paragraph--type--scholarship-info-header:nth-child(2) > div:nth-child(2){
    margin-bottom: 2rem;
  }
}

.paragraph--type--scholarship-info-header:nth-child(2) > div:nth-child(2) p:first-child{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .paragraph--type--scholarship-info-header:nth-child(2) > div:nth-child(2) p:first-child{
    margin-bottom: 1.5rem;
    font-size: 20px;
  }
}

.paragraph--type--scholarship-info-header:nth-child(2) > div:nth-child(2) p:nth-child(2){
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .paragraph--type--scholarship-info-header:nth-child(2) > div:nth-child(2) p:nth-child(2){
    font-size: 20px;
  }
}

.paragraph--type--scholarship-info-header:nth-child(2) > div:nth-child(2) p:nth-child(2) strong{
  font-weight: 700;
}

/*-----------  Accordion Plantation -----------*/

.plantation-partner{
  margin-bottom: 1.75rem;
}

@media (min-width: 1024px){
  .plantation-partner{
    margin-bottom: 3.5rem;
  }
}

.plantation-partner .partner-label{
  margin-bottom: 1.5rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .plantation-partner .partner-label{
    margin-bottom: 2.75rem;
  }
}

.plantation-partner img{
  height: auto;
  max-width: 125px;
}

@media (min-width: 1024px){
  .plantation-partner img{
    max-width: 215px;
  }
}

.plantation-eligibility{
  margin-bottom: 1.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.plantation-eligibility p.section-label{
  margin-bottom: 0.375rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .plantation-eligibility p.section-label{
    margin-bottom: 1.25rem;
  }
}

.plantation-eligibility ul{
  list-style-type: disc;
  padding-left: 15px;
}

.plantation-eligibility ul li{
  margin-bottom: 0.375rem;
  padding-left: 0.5rem;
}

@media (min-width: 1024px){
  .plantation-eligibility ul li{
    margin-bottom: 0.75rem;
  }
}

.plantation-eligibility .note{
  display: flex;
  align-items: center;
}

.plantation-eligibility .note::before{
  margin-right: 16px;
  font-size: 25px;
  line-height: 0;
  --tw-content: '•';
  content: var(--tw-content);
}

@media (min-width: 640px){
  .plantation-eligibility .note{
    display: block;
  }
}

.plantation-fields{
  margin-bottom: 1.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.plantation-fields p.section-label{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .plantation-fields p.section-label{
    margin-bottom: 1.25rem;
  }
}

.plantation-fields p:nth-child(2){
  display: flex;
  align-items: center;
}

.plantation-fields p:nth-child(2)::before{
  margin-right: 16px;
  font-size: 25px;
  line-height: 0;
  --tw-content: '•';
  content: var(--tw-content);
}

@media (min-width: 640px){
  .plantation-fields p:nth-child(2){
    display: block;
  }
}

.plantation-value{
  margin-bottom: 1.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.plantation-value p.section-label{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .plantation-value p.section-label{
    margin-bottom: 1.25rem;
  }
}

.plantation-value .benefit-row{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: flex-start;
  gap: 1.5rem;
}

@media (min-width: 640px){
  .plantation-value .benefit-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 768px){
  .plantation-value .benefit-row{
    display: flex;
    justify-content: space-between;
    padding-right: 3rem;
  }
}

@media (min-width: 1024px){
  .plantation-value .benefit-row{
    padding-right: 0px;
  }
}

.plantation-value .benefit-row .benefit{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 1024px){
  .plantation-value .benefit-row .benefit{
    width: 25%;
  }
}

.plantation-value .benefit-row .benefit:nth-child(2){
  max-width: 200px;
  align-items: flex-start;
}

@media (min-width: 1024px){
  .plantation-value .benefit-row .benefit:nth-child(2){
    min-width: 230px;
    max-width: 100%;
  }
}

.plantation-value .benefit-row .benefit img{
  height: auto;
  max-width: 35px;
}

.plantation-value .benefit-row .benefit p strong{
  font-weight: 700;
}

.plantation-value .scholarship-desc{
  margin-top: 1.5rem;
}

@media (min-width: 1024px){
  .plantation-value .scholarship-desc{
    margin-top: 2.75rem;
  }
}

.plantation-contact{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.plantation-contact p:first-child{
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px){
  .plantation-contact p:first-child{
    margin-bottom: 2.75rem;
  }
}

.plantation-contact a.apply-link{
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 5px;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

.plantation-contact a.apply-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 640px){
  .plantation-contact a.apply-link{
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/*-----------  Accordion Heavy Equipment -----------*/

.heavy-equipment-partner{
  margin-bottom: 1.75rem;
}

@media (min-width: 1024px){
  .heavy-equipment-partner{
    margin-bottom: 3.5rem;
  }
}

.heavy-equipment-partner .partner-label{
  margin-bottom: 1.5rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .heavy-equipment-partner .partner-label{
    margin-bottom: 2.75rem;
  }
}

.heavy-equipment-partner img{
  height: auto;
  max-width: 120px;
}

@media (min-width: 1024px){
  .heavy-equipment-partner img{
    max-width: 162px;
  }
}

.heavy-equipment-eligibility{
  margin-bottom: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 30px;
}

@media (min-width: 768px){
  .heavy-equipment-eligibility{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.heavy-equipment-eligibility .column:nth-child(1){
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  .heavy-equipment-eligibility .column:nth-child(1){
    padding-bottom: 0px;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px){
  .heavy-equipment-eligibility .column:nth-child(1){
    padding-right: 53px;
  }
}

.heavy-equipment-eligibility .column:nth-child(2){
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

@media (min-width: 768px){
  .heavy-equipment-eligibility .column:nth-child(2){
    border-width: 0px;
    border-left-width: 1px;
    padding-top: 0px;
    padding-left: 2.5rem;
  }
}

@media (min-width: 1024px){
  .heavy-equipment-eligibility .column:nth-child(2){
    padding-left: 53px;
  }
}

.heavy-equipment-eligibility .column .section-title{
  margin-bottom: 1rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .heavy-equipment-eligibility .column .section-title{
    margin-bottom: 2.25rem;
  }
}

.heavy-equipment-eligibility .column .subsection-label{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .heavy-equipment-eligibility .column .subsection-label{
    margin-bottom: 1.25rem;
  }
}

.heavy-equipment-eligibility .column ul{
  list-style-type: disc;
  padding-left: 15px;
}

.heavy-equipment-eligibility .column ul li{
  margin-bottom: 0.375rem;
  padding-left: 0.5rem;
}

@media (min-width: 1024px){
  .heavy-equipment-eligibility .column ul li{
    margin-bottom: 0.75rem;
  }
}

.heavy-equipment-fields{
  margin-bottom: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

@media (min-width: 768px){
  .heavy-equipment-fields{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 30px;
  }
}

.heavy-equipment-fields .column:nth-child(1){
  padding-bottom: 1.5rem;
}

@media (min-width: 768px){
  .heavy-equipment-fields .column:nth-child(1){
    padding-bottom: 0px;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px){
  .heavy-equipment-fields .column:nth-child(1){
    padding-right: 53px;
  }
}

.heavy-equipment-fields .column:nth-child(2){
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

@media (min-width: 768px){
  .heavy-equipment-fields .column:nth-child(2){
    border-width: 0px;
    border-left-width: 1px;
    padding-top: 0px;
    padding-left: 2.5rem;
  }
}

@media (min-width: 1024px){
  .heavy-equipment-fields .column:nth-child(2){
    padding-left: 53px;
  }
}

.heavy-equipment-fields .column .subsection-label{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .heavy-equipment-fields .column .subsection-label{
    margin-bottom: 1.25rem;
  }
}

.heavy-equipment-fields .column ul{
  list-style-type: disc;
  padding-left: 15px;
}

.heavy-equipment-fields .column ul li{
  margin-bottom: 0.375rem;
  padding-left: 0.5rem;
}

@media (min-width: 1024px){
  .heavy-equipment-fields .column ul li{
    margin-bottom: 0.75rem;
  }
}

.heavy-equipment-value{
  margin-bottom: 0.75rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

@media (min-width: 1024px){
  .heavy-equipment-value{
    margin-bottom: 1.5rem;
  }
}

.heavy-equipment-value .section-title{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .heavy-equipment-value .section-title{
    margin-bottom: 1.5rem;
  }
}

.heavy-equipment-value .benefit-row{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: flex-start;
  gap: 1.5rem;
}

@media (min-width: 640px){
  .heavy-equipment-value .benefit-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 768px){
  .heavy-equipment-value .benefit-row{
    display: flex;
    justify-content: space-between;
    padding-right: 3rem;
  }
}

@media (min-width: 1024px){
  .heavy-equipment-value .benefit-row{
    padding-right: 0px;
  }
}

.heavy-equipment-value .benefit-row .benefit{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 1024px){
  .heavy-equipment-value .benefit-row .benefit{
    width: 25%;
  }
}

.heavy-equipment-value .benefit-row .benefit:nth-child(2){
  max-width: 200px;
  align-items: flex-start;
}

@media (min-width: 1024px){
  .heavy-equipment-value .benefit-row .benefit:nth-child(2){
    min-width: 230px;
    max-width: 100%;
  }
}

.heavy-equipment-value .benefit-row .benefit img{
  height: auto;
  max-width: 35px;
}

.heavy-equipment-value .benefit-row .benefit strong{
  font-weight: 700;
}

.heavy-equipment-value .scholarship-desc{
  margin-top: 1.5rem;
}

@media (min-width: 1024px){
  .heavy-equipment-value .scholarship-desc{
    margin-top: 2.75rem;
  }
}

.heavy-equipment-final-contact{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.heavy-equipment-final-contact p:first-child{
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px){
  .heavy-equipment-final-contact p:first-child{
    margin-bottom: 2.75rem;
  }
}

.heavy-equipment-final-contact a.apply-link{
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 5px;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

.heavy-equipment-final-contact a.apply-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 640px){
  .heavy-equipment-final-contact a.apply-link{
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/*-----------  Accordion Construction -----------*/

.construction-partner{
  margin-bottom: 1.75rem;
}

@media (min-width: 1024px){
  .construction-partner{
    margin-bottom: 3.5rem;
  }
}

.construction-partner .partner-label{
  margin-bottom: 1.5rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .construction-partner .partner-label{
    margin-bottom: 2.75rem;
  }
}

.construction-partner img{
  height: auto;
  max-width: 120px;
}

@media (min-width: 1024px){
  .construction-partner img{
    max-width: 157px;
  }
}

.construction-eligibility{
  margin-bottom: 1.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

@media (min-width: 1024px){
  .construction-eligibility{
    padding-top: 30px;
  }
}

.construction-eligibility p.section-title{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .construction-eligibility p.section-title{
    margin-bottom: 1.25rem;
  }
}

.construction-eligibility ul{
  list-style-type: disc;
  padding-left: 15px;
}

.construction-eligibility ul li{
  margin-bottom: 0.375rem;
  padding-left: 0.5rem;
}

@media (min-width: 1024px){
  .construction-eligibility ul li{
    margin-bottom: 0.75rem;
  }
}

.construction-fields{
  margin-bottom: 1.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

@media (min-width: 1024px){
  .construction-fields{
    padding-top: 30px;
  }
}

.construction-fields p.section-title{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .construction-fields p.section-title{
    margin-bottom: 1.25rem;
  }
}

.construction-fields p:nth-child(2){
  margin-bottom: 0.75rem;
}

@media (min-width: 1024px){
  .construction-fields p:nth-child(2){
    margin-bottom: 1.25rem;
  }
}

.construction-fields ul{
  list-style-type: disc;
  padding-left: 15px;
}

.construction-fields ul li{
  margin-bottom: 0.375rem;
  padding-left: 0.5rem;
}

@media (min-width: 1024px){
  .construction-fields ul li{
    margin-bottom: 0.75rem;
  }
}

.construction-value{
  margin-bottom: 1.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.construction-value p.section-title{
  margin-bottom: 1.25rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

.construction-value .benefit-row{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: flex-start;
  gap: 1.5rem;
}

@media (min-width: 640px){
  .construction-value .benefit-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 768px){
  .construction-value .benefit-row{
    display: flex;
    justify-content: space-between;
    padding-right: 3rem;
  }
}

@media (min-width: 1024px){
  .construction-value .benefit-row{
    padding-right: 0px;
  }
}

.construction-value .benefit-row .benefit{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 1024px){
  .construction-value .benefit-row .benefit{
    width: 25%;
  }
}

.construction-value .benefit-row .benefit:nth-child(2){
  max-width: 200px;
  align-items: flex-start;
}

@media (min-width: 1024px){
  .construction-value .benefit-row .benefit:nth-child(2){
    min-width: 230px;
    max-width: 100%;
  }
}

.construction-value .benefit-row .benefit img{
  height: auto;
  max-width: 35px;
}

.construction-value .benefit-row .benefit p strong{
  font-weight: 700;
}

.construction-value .scholarship-desc{
  margin-top: 1.5rem;
}

@media (min-width: 1024px){
  .construction-value .scholarship-desc{
    margin-top: 2.75rem;
  }
}

.construction-contact{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.construction-contact p:first-child{
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px){
  .construction-contact p:first-child{
    margin-bottom: 2.75rem;
  }
}

.construction-contact a.apply-link{
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 5px;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

.construction-contact a.apply-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 640px){
  .construction-contact a.apply-link{
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/*-----------  Accordion Employees Education Programme (EEP) -----------*/

.eep-about .section-title,
.ecep-about .section-title{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .eep-about .section-title,
.ecep-about .section-title{
    margin-bottom: 1.5rem;
  }
}

.eep-about p:nth-child(2),
.ecep-about p:nth-child(2){
  margin-bottom: 1.5rem;
}

.eep-about p:nth-child(2) strong,
.ecep-about p:nth-child(2) strong{
  font-weight: 700;
}

.eep-eligibility,
.ecep-eligibility{
  margin-bottom: 1.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.eep-eligibility p.section-title,
.ecep-eligibility p.section-title{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .eep-eligibility p.section-title,
.ecep-eligibility p.section-title{
    margin-bottom: 1.25rem;
  }
}

.eep-eligibility ul,
.ecep-eligibility ul{
  list-style-type: disc;
  padding-left: 15px;
}

.eep-eligibility ul li,
.ecep-eligibility ul li{
  margin-bottom: 0.375rem;
  padding-left: 0.5rem;
}

@media (min-width: 1024px){
  .eep-eligibility ul li,
.ecep-eligibility ul li{
    margin-bottom: 0.75rem;
  }
}

.eep-fields,
.ecep-fields{
  margin-bottom: 1.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.eep-fields p.section-title,
.ecep-fields p.section-title{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .eep-fields p.section-title,
.ecep-fields p.section-title{
    margin-bottom: 1.25rem;
  }
}

.eep-universities,
.ecep-universities{
  margin-bottom: 1.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.eep-universities p.section-title,
.ecep-universities p.section-title{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .eep-universities p.section-title,
.ecep-universities p.section-title{
    margin-bottom: 1.25rem;
  }
}

.eep-value,
.ecep-value{
  margin-bottom: 1.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.eep-value p.section-title,
.ecep-value p.section-title{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .eep-value p.section-title,
.ecep-value p.section-title{
    margin-bottom: 1.25rem;
  }
}

.eep-value .benefit-row{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: flex-start;
  gap: 1.5rem;
}

@media (min-width: 640px){
  .eep-value .benefit-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 768px){
  .eep-value .benefit-row{
    display: flex;
    justify-content: space-between;
  }
}

.eep-value .benefit-row .benefit{
  display: flex;
  width: 25%;
  flex-shrink: 0;
  align-items: center;
  gap: 1rem;
}

.eep-value .benefit-row .benefit img{
  height: auto;
  max-width: 35px;
}

.eep-value .benefit-row .benefit p strong{
  font-weight: 700;
}

.ecep-value p{
  margin-bottom: 0.75rem;
}

@media (min-width: 1024px){
  .ecep-value p{
    margin-bottom: 1.25rem;
  }
}

.eep-bond,
.ecep-bond{
  margin-bottom: 1.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.eep-bond p.section-title,
.ecep-bond p.section-title{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .eep-bond p.section-title,
.ecep-bond p.section-title{
    margin-bottom: 1.25rem;
  }
}

.eep-application,
.ecep-application{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.eep-application p.section-title,
.ecep-application p.section-title{
  margin-bottom: 1.25rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

.eep-application .application-links,
.ecep-application .application-links{
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 640px){
  .eep-application .application-links,
.ecep-application .application-links{
    flex-direction: row;
    gap: 1.5rem;
  }
}

@media (min-width: 1024px){
  .eep-application .application-links,
.ecep-application .application-links{
    margin-top: 2.75rem;
  }
}

.eep-application .application-links a,
.ecep-application .application-links a{
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 5px;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

.eep-application .application-links a:hover,
.ecep-application .application-links a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 640px){
  .eep-application .application-links a,
.ecep-application .application-links a{
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 320px){
  .eep-application .application-links a,
.ecep-application .application-links a{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

/*-----------  Accordion Employees Education Programme In Collaboration With Asia School  of Business & MIT Sloan Management -----------*/

.eep-mba-about .section-title{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .eep-mba-about .section-title{
    margin-bottom: 1.5rem;
  }
}

.eep-mba-about p:nth-child(2){
  margin-bottom: 1.5rem;
}

.eep-mba-about p:nth-child(2) strong{
  font-weight: 700;
}

.eep-mba-eligibility{
  margin-bottom: 1.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.eep-mba-eligibility p.section-title{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .eep-mba-eligibility p.section-title{
    margin-bottom: 1.25rem;
  }
}

.eep-mba-eligibility ul{
  list-style-type: disc;
  padding-left: 15px;
}

.eep-mba-eligibility ul li{
  margin-bottom: 0.375rem;
  padding-left: 0.5rem;
}

@media (min-width: 1024px){
  .eep-mba-eligibility ul li{
    margin-bottom: 0.75rem;
  }
}

.eep-mba-fields{
  margin-bottom: 1.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.eep-mba-fields p.section-title{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .eep-mba-fields p.section-title{
    margin-bottom: 1.25rem;
  }
}

.eep-mba-universities{
  margin-bottom: 1.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.eep-mba-universities p.section-title{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .eep-mba-universities p.section-title{
    margin-bottom: 1.25rem;
  }
}

.eep-mba-value{
  margin-bottom: 1.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.eep-mba-value p.section-title{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .eep-mba-value p.section-title{
    margin-bottom: 1.25rem;
  }
}

.eep-mba-bond{
  margin-bottom: 1.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.eep-mba-bond p.section-title{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .eep-mba-bond p.section-title{
    margin-bottom: 1.25rem;
  }
}

.eep-mba-application{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}

.eep-mba-application p.section-title{
  margin-bottom: 0.75rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  line-height: 1.2;
}

@media (min-width: 1024px){
  .eep-mba-application p.section-title{
    margin-bottom: 1.25rem;
  }
}

.achievement-counter > div{
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

/*-----------  Eco Citizen Volunteer Application Form -----------*/

.eco-about .eco-ctzn-title{
  margin-bottom: 1.5rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  font-size: 27px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .eco-about .eco-ctzn-title{
    margin-bottom: 1rem;
    font-size: 38px;
  }
}

.form-section.eco-about{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 640px){
  .form-section.eco-about{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.eco-about p{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

.eco-about h3{
  margin-top: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

.eco-form-steps{
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

@media (min-width: 640px){
  .eco-form-steps{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.eco-form-steps ol{
  margin-top: 0.75rem;
  list-style-type: decimal;
  padding-left: 1rem;
}

.eco-form-steps ol > li{
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .eco-form-steps ol > li{
    padding-left: 2.5rem;
  }
}

.eco-form-steps ol > li:first-child{
  margin-bottom: 5rem;
}

@media (min-width: 640px){
  .eco-form-steps ol > li:first-child{
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 380px){
  .eco-form-steps ol > li:first-child{
    margin-bottom: 5rem;
  }
}

.eco-form-steps .notes-asterisk{
  margin-top: 2.75rem;
  font-weight: 700;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

.eco-form-steps .eco-form-download{
  position: absolute;
  top: 60px;
  left: 3rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px){
  .eco-form-steps .eco-form-download{
    top: 0px;
    left: auto;
    right: 1.5rem;
  }
}

@media (min-width: 768px){
  .eco-form-steps .eco-form-download{
    right: 0px;
  }
}

@media (max-width: 380px){
  .eco-form-steps .eco-form-download{
    top: 70px;
  }
}

.eco-form-steps .eco-form-download a{
  display: inline-block;
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 5px;
  --tw-text-opacity: 1;
  color: rgb(43 22 7 / var(--tw-text-opacity));
}

.eco-form-steps .eco-form-download a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.form-section.eco-application .form-item-event-date .description{
  margin-top: 0.375rem;
  font-weight: 500;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(233 46 40 / var(--tw-text-opacity));
}

.form-section.eco-venue{
  margin-bottom: 2.25rem;
}

.form-section.eco-venue .form-section-title{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  text-transform: uppercase;
}

@media (min-width: 640px){
  .form-section.eco-venue .form-section-title{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.eco-supp-doc{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .eco-supp-doc{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.form-section.eco-targets{
  margin-bottom: 2.25rem;
}

.form-section.huluran-kasih-about{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 640px){
  .form-section.huluran-kasih-about{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.huluran-kasih-about .huluran-kasih-title{
  margin-bottom: 1.5rem;
  font-family: Acta Display Book, Helvetica Neue, sans;
  font-size: 27px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .huluran-kasih-about .huluran-kasih-title{
    margin-bottom: 1rem;
    font-size: 38px;
  }
}

.huluran-kasih-about p{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

.huluran-kasih-about .footer-volunteer{
  margin-top: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

.huluran-kasih-about .footer-volunteer strong{
  font-weight: 700;
}

.form-section.huluran-kasih-venue{
  margin-bottom: 2.25rem;
}

.form-section.huluran-kasih-targets{
  margin-bottom: 2.25rem;
}

.form-section.huluran-kasih-venue .form-section-title{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  text-transform: uppercase;
}

@media (min-width: 640px){
  .form-section.huluran-kasih-venue .form-section-title{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.form-section.huluran-kasih-targets .form-section-title{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  text-transform: uppercase;
}

@media (min-width: 640px){
  .form-section.huluran-kasih-targets .form-section-title{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.form-section.huluran-kasih-application .form-item-event-date .description{
  margin-top: 0.375rem;
  font-weight: 500;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(233 46 40 / var(--tw-text-opacity));
}

/*-----------  Our Strategy -----------*/

.strategy-body .body-item-1{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 570px;
  padding-bottom: 3rem;
}

@media (min-width: 640px){
  .strategy-body .body-item-1{
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 768px){
  .strategy-body .body-item-1{
    margin-bottom: 3rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1280px){
  .strategy-body .body-item-1{
    max-width: 714px;
  }
}

.strategy-body .body-item-1::after{
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: 1px;
  width: 135px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

.strategy-body .body-item-2{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 650px;
}

@media (min-width: 1280px){
  .strategy-body .body-item-2{
    max-width: 842px;
  }
}

.goals-focus-area-content > div > div:first-child .goals-focus-area-link a{
  --tw-border-opacity: 1;
  border-color: rgb(230 25 92 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.goals-focus-area-content > div > div:first-child .goals-focus-area-link a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(230 25 92 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.goals-focus-area-content > div > div:nth-child(2)  .goals-focus-area-link a{
  --tw-border-opacity: 1;
  border-color: rgb(0 140 63 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.goals-focus-area-content > div > div:nth-child(2)  .goals-focus-area-link a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 140 63 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.goals-focus-area-content > div > div:nth-child(3) .goals-focus-area-link a{
  --tw-border-opacity: 1;
  border-color: rgb(255 173 0 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.goals-focus-area-content > div > div:nth-child(3) .goals-focus-area-link a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 173 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.goals-focus-area-content > div > div:nth-child(4) .goals-focus-area-link a{
  --tw-border-opacity: 1;
  border-color: rgb(0 125 221 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.goals-focus-area-content > div > div:nth-child(4) .goals-focus-area-link a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 125 221 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.goals-focus-area-content > div > div:nth-child(5) .goals-focus-area-link a{
  --tw-border-opacity: 1;
  border-color: rgb(146 39 143 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.goals-focus-area-content > div > div:nth-child(5) .goals-focus-area-link a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(146 39 143 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*-----------  Our Signature Programmes -----------*/

.not-integer{
  position: absolute;
  --tw-translate-x: 66.666667%;
  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));
}

.not-integer-1{
  right: 119px;
}

@media (min-width: 768px){
  .not-integer-1{
    right: 210px;
  }
}

@media (max-width: 320px){
  .not-integer-1{
    right: 103px;
  }
}

.not-integer-2{
  right: 239px;
}

@media (min-width: 768px){
  .not-integer-2{
    right: 420px;
  }
}

@media (max-width: 320px){
  .not-integer-2{
    right: 208px;
  }
}

.is-integer{
  display: block;
  width: 40px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  text-align: center;
  letter-spacing: 0em;
}

@media (min-width: 768px){
  .is-integer{
    width: 70px;
  }
}

@media (max-width: 320px){
  .is-integer{
    width: 35px;
  }
}

.stat-number > div{
  display: flex;
  justify-content: center;
}

.swiper-community-impact .swiper-container{
  margin: 0px;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

@media (min-width: 640px){
  .swiper-community-impact .swiper-container{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.swiper-community-impact .swiper-pagination{
  bottom: -0.25rem;
}

.swiper-community-impact .swiper-pagination .swiper-pagination-bullet{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1;
}

.swiper-community-impact .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
}

.swiper-community-impact .swiper-button-prev{
  left: 0px;
  width: 13px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.swiper-community-impact .swiper-button-prev::after{
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-content: 'prev';
  content: var(--tw-content);
}

.swiper-community-impact .swiper-button-next{
  right: 0px;
  width: 13px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.swiper-community-impact .swiper-button-next::after{
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-content: 'next';
  content: var(--tw-content);
}

.statval-body{
  margin-top: 0.5rem;
  display: block;
  font-size: 22px;
}

@media (min-width: 640px){
  .statval-body{
    margin-top: 0.75rem;
  }
}

@media (min-width: 1024px){
  .statval-body{
    font-size: 30px;
  }
}

/*-----------  YSD THRIVE -----------*/

#thrive-section-video .views-element-container > div{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.25rem;
}

@media (min-width: 1024px){
  #thrive-section-video .views-element-container > div{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

#thrive-section-video .views-element-container .youtube-container{
  aspect-ratio: 16/9;
  overflow: hidden;
}

#thrive-section-video .views-element-container .youtube-container iframe{
  height: 100%;
  width: 100%;
}

#thrive-section-video .views-element-container .views-field-field-title{
  margin-top: 1rem;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  #thrive-section-video .views-element-container .views-field-field-title{
    font-size: 18px;
  }
}

@media (min-width: 1024px){
  #thrive-section-video .views-element-container .views-field-field-title{
    font-size: 22px;
  }
}

#thrive-section-gain .gain-component-container > div > div:last-child .gain-body{
  max-width: 20rem;
}

@media (min-width: 1280px){
  #thrive-section-gain .gain-component-container > div > div:last-child .gain-body{
    max-width: 100%;
  }
}

.addsupport-container > div > div:first-child .addsupport-body{
  max-width: 220px;
}

.addsupport-container > div > div:nth-child(3) .addsupport-body{
  padding-right: 1rem;
}

@media (min-width: 640px){
  .addsupport-container > div > div:nth-child(3) .addsupport-body{
    padding-right: 0.75rem;
  }
}

@media (min-width: 1536px){
  .addsupport-container > div > div:nth-child(3) .addsupport-body{
    padding-right: 0.25rem;
  }
}

.addsupport-container > div > div:nth-child(6) .addsupport-body{
  padding-right: 1rem;
}

@media (min-width: 640px){
  .addsupport-container > div > div:nth-child(6) .addsupport-body{
    padding-right: 1.25rem;
  }
}

@media (min-width: 1536px){
  .addsupport-container > div > div:nth-child(6) .addsupport-body{
    padding-right: 0.25rem;
  }
}

.addsupport-container > div > div:nth-child(6) .addsupport-icon > div{
  height: 2rem;
}

#thrive-section-initiatives .youtube-container{
  aspect-ratio: 16/9;
  overflow: hidden;
}

#thrive-section-initiatives .youtube-container iframe{
  height: 100%;
  width: 100%;
}

.swiper-scholars .swiper-container{
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px){
  .swiper-scholars .swiper-container{
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 0px;
  }
}

.swiper-scholars .swiper-container .swiper-wrapper{
  height: auto !important;
}

.swiper-scholars .swiper-slide {
  height: -webkit-fill-available;
  height: -moz-available;
  /* Firefox */
  height: stretch;
  /* draft spec, tapi belum support luas */
}

.swiper-scholars .swiper-button-prev,
.swiper-scholars .swiper-button-next{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.swiper-scholars .swiper-pagination{
  bottom: 0px;
}

.swiper-scholars .swiper-pagination .swiper-pagination-bullet{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1;
}

.swiper-scholars .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
}

.swiper-impact-stories .swiper-container{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 1024px){
  .swiper-impact-stories .swiper-container{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.swiper-impact-stories .swiper-slide{
  height: 100%;
}

.swiper-impact-stories .swiper-button-prev,
.swiper-impact-stories .swiper-button-next{
  z-index: 6;
  --tw-text-opacity: 1;
  color: rgb(233 46 40 / var(--tw-text-opacity));
}

.swiper-impact-stories .swiper-button-prev{
  left: 0px;
  width: 13px;
}

.swiper-impact-stories .swiper-button-prev::after{
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-content: 'prev';
  content: var(--tw-content);
}

@media (min-width: 1024px){
  .swiper-impact-stories .swiper-button-prev{
    width: auto;
  }

  .swiper-impact-stories .swiper-button-prev::after{
    content: var(--tw-content);
    font-size: 44px;
  }
}

.swiper-impact-stories .swiper-button-next{
  right: 0px;
  width: 13px;
}

.swiper-impact-stories .swiper-button-next::after{
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-content: 'next';
  content: var(--tw-content);
}

@media (min-width: 1024px){
  .swiper-impact-stories .swiper-button-next{
    width: auto;
  }

  .swiper-impact-stories .swiper-button-next::after{
    content: var(--tw-content);
    font-size: 44px;
  }
}

.swiper-impact-stories .swiper-container::before{
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: -0.25rem;
  z-index: 5;
  height: 100%;
  width: 3rem;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #2b1607 var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(43 22 7 / 0) var(--tw-gradient-to-position);
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1024px){
  .swiper-impact-stories .swiper-container::before{
    left: 0px;
    width: 18rem;
  }
}

.swiper-impact-stories .swiper-container::after{
  pointer-events: none;
  position: absolute;
  top: 0px;
  right: -0.25rem;
  z-index: 5;
  height: 100%;
  width: 3rem;
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  --tw-gradient-from: #2b1607 var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(43 22 7 / 0) var(--tw-gradient-to-position);
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1024px){
  .swiper-impact-stories .swiper-container::after{
    right: 0px;
    width: 18rem;
  }
}

.sinarysd-program-content:last-child{
  margin-top: 52px;
}

.sepakat-flex > div > div .sepakat-col{
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 1024px){
  .sepakat-flex > div > div .sepakat-col{
    margin-bottom: 0px;
    display: block;
    max-width: 120px;
  }

  .sepakat-flex > div > div:nth-child(2) .sepakat-col{
    margin-right: 0.75rem;
    max-width: 110px;
  }

  .sepakat-flex > div > div:nth-child(3) .sepakat-col{
    margin-right: 0.75rem;
    max-width: 90px;
  }

  .sepakat-flex > div > div:nth-child(4) .sepakat-col{
    margin-right: 1rem;
    max-width: 105px;
  }
}

.sepakat-body{
  width: 226px;
  padding-left: 2.25rem;
}

@media (min-width: 1024px){
  .sepakat-body{
    width: auto;
    padding-left: 0px;
  }
}

#mof-section-impactarea .views-element-container > div{
  display: flex;
  flex-direction: column;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 3.5rem;
}

@media (min-width: 1024px){
  #mof-section-impactarea .views-element-container > div{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 3rem;
  }
}

#mof-section-impactarea .views-element-container > div .views-exposed-form{
  grid-column: 1 / -1;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 480px;
}

@media (min-width: 1024px){
  #mof-section-impactarea .views-element-container > div .views-exposed-form{
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
  }
}

#mof-section-impactarea .views-element-container > div .views-row{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-width: 480px;
}

#mof-section-impactarea .views-element-container > div .views-exposed-form select{
  margin-top: 0.5rem;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(54 43 38 / var(--tw-border-opacity));
  background-position: 96% center;
  background-repeat: no-repeat;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

#mof-section-impactarea .views-element-container > div .views-exposed-form select:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px){
  #mof-section-impactarea .views-element-container > div .views-exposed-form select{
    background-position: 95% center;
  }
}

@media (min-width: 1024px){
  #mof-section-impactarea .views-element-container > div .views-exposed-form select{
    margin-top: 0px;
    margin-left: 0.75rem;
    width: auto;
  }
}

#mof-section-impactarea .views-element-container > div .views-exposed-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.24 7.53'%3E%3Cpolygon points='6.12 7.53 0 1.41 1.41 0 6.12 4.71 10.83 0 12.24 1.41 6.12 7.53' style='fill:%23372b26'/%3E%3C/svg%3E");
  background-size: 12px;
}

#mof-section-impactarea .views-element-container > div nav{
  grid-column: 1 / -1;
  width: 100%;
}

#mof-section-impactarea .views-element-container>div>nav{
  grid-column: span 1 / span 1;
  width: 100%;
}

@media (min-width: 768px){
  #mof-section-impactarea .views-element-container>div>nav{
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 1280px){
  #mof-section-impactarea .views-element-container>div>nav{
    grid-column: span 3 / span 3;
  }
}

#mof-section-impactarea .views-element-container>div>nav .js-pager__items{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 768px){
  #mof-section-impactarea .views-element-container>div>nav .js-pager__items{
    margin-top: 0.75rem;
    flex-direction: row;
    gap: 0px;
  }

  #mof-section-impactarea .views-element-container>div>nav .js-pager__items > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18px * var(--tw-space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse)));
  }
}

#mof-section-impactarea .views-element-container>div>nav .js-pager__items a{
  display: block;
  width: 200px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#mof-section-impactarea .views-element-container>div>nav .js-pager__items a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px){
  #mof-section-impactarea .views-element-container>div>nav .js-pager__items a{
    width: 200px;
  }
}

@media (min-width: 1280px){
  #mof-section-impactarea .views-element-container>div>nav .js-pager__items a{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

/*-----------  CAREER -----------*/

#swiper-culture-item-block-1{
  margin: 0px;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

@media (min-width: 768px){
  #swiper-culture-item-block-1{
    overflow: visible;
    padding-left: 0px;
    padding-right: 0px;
  }
}

#swiper-culture-item-block-1 .swiper-wrapper{
  padding-left: 0px;
  padding-right: 0px;
}

#career-culture .swiper-button-prev{
  top: calc(50% - 25px);
  left: 0px;
  z-index: 2;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(233 46 40 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  #career-culture .swiper-button-prev{
    top: calc(50% - 12px);
  }
}

@media (min-width: 768px){
  #career-culture .swiper-button-prev{
    left: 0.625rem;
    --tw-translate-x: -250%;
    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));
  }
}

@media (min-width: 1024px){
  #career-culture .swiper-button-prev{
    --tw-translate-x: -250%;
    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));
  }
}

#career-culture .swiper-button-next{
  top: calc(50% - 25px);
  right: 0px;
  z-index: 2;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(233 46 40 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  #career-culture .swiper-button-next{
    top: calc(50% - 12px);
  }
}

@media (min-width: 768px){
  #career-culture .swiper-button-next{
    --tw-translate-x: 250%;
    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));
  }
}

@media (min-width: 1024px){
  #career-culture .swiper-button-next{
    right: -25%;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

#career-culture .swiper-button-prev.swiper-button-disabled{
  opacity: 0;
}

#career-culture .swiper-button-next.swiper-button-disabled{
  opacity: 0;
}

#career-meet-team .swiper-container{
  margin: 0px;
}

#career-meet-team .swiper-button-prev{
  left: 0px;
  z-index: 2;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(233 46 40 / var(--tw-text-opacity));
}

#career-meet-team .swiper-button-prev::after{
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-content: 'prev';
  content: var(--tw-content);
}

@media (min-width: 640px){
  #career-meet-team .swiper-button-prev::after{
    content: var(--tw-content);
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

#career-meet-team .swiper-button-next{
  right: 0px;
  z-index: 2;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(233 46 40 / var(--tw-text-opacity));
}

#career-meet-team .swiper-button-next::after{
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-content: 'next';
  content: var(--tw-content);
}

@media (min-width: 640px){
  #career-meet-team .swiper-button-next::after{
    content: var(--tw-content);
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.career-avail-pos .views-element-container{
  margin-top: 1.5rem;
  font-size: 15px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .career-avail-pos .views-element-container{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px){
  .career-avail-pos .views-element-container{
    font-size: 18px;
  }
}

@media (min-width: 1536px){
  .career-avail-pos .views-element-container{
    font-size: 20px;
  }
}

.career-avail-pos .views-row:first-child{
  margin-top: 2.25rem;
}

@media (min-width: 640px){
  .career-avail-pos .views-row:first-child{
    margin-top: 4rem;
  }
}

@media (min-width: 1024px){
  .career-avail-pos .views-row:first-child{
    margin-top: 6rem;
  }
}

.career-avail-pos .views-row{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 1.75rem;
  padding-bottom: 2rem;
}

.career-avail-pos .views-row:last-child{
  border-bottom-width: 1px;
}

@media (min-width: 768px){
  .career-avail-pos .views-row{
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    padding-top: 2rem;
    padding-bottom: 2.25rem;
  }
}

.career-avail-pos .views-row .views-field-title{
  font-size: 15px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .career-avail-pos .views-row .views-field-title{
    grid-column-start: 1;
    grid-row-start: 1;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px){
  .career-avail-pos .views-row .views-field-title{
    font-size: 18px;
  }
}

@media (min-width: 1536px){
  .career-avail-pos .views-row .views-field-title{
    font-size: 20px;
  }
}

.career-avail-pos .views-row .views-field-body{
  font-size: 15px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .career-avail-pos .views-row .views-field-body{
    grid-column-start: 1;
    grid-row-start: 2;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px){
  .career-avail-pos .views-row .views-field-body{
    font-size: 18px;
  }
}

@media (min-width: 1536px){
  .career-avail-pos .views-row .views-field-body{
    font-size: 20px;
  }
}

.career-avail-pos .views-row .views-field-field-link{
  grid-column-start: 2;
  grid-row: span 2 / span 2;
  margin-top: 2rem;
  display: flex;
  align-items: center;
}

@media (min-width: 640px){
  .career-avail-pos .views-row .views-field-field-link{
    margin-top: 0px;
  }
}

.career-avail-pos .views-row .views-field-field-link>div>a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.career-avail-pos .views-row .views-field-field-link>div>a{
  display: inline-block;
  width: 100%;
  max-width: 200px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .career-avail-pos .views-row .views-field-field-link>div>a{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1536px){
  .career-avail-pos .views-row .views-field-field-link>div>a{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.career-avail-pos .js-pager__items{
  margin-top: 4rem;
  text-align: center;
}

.career-avail-pos .js-pager__items .pager__item>a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.career-avail-pos .js-pager__items .pager__item>a{
  display: inline-block;
  width: 100%;
  max-width: 250px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 5px;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .career-avail-pos .js-pager__items .pager__item>a{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1536px){
  .career-avail-pos .js-pager__items .pager__item>a{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.career-wrapper{
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px){
  .career-wrapper{
    flex-direction: row;
  }
}

.career-left-text{
  margin-bottom: 2rem;
  width: 100%;
  flex-shrink: 0;
}

@media (min-width: 768px){
  .career-left-text{
    margin-bottom: 0px;
    min-width: 227px;
    max-width: 227px;
    padding-right: 52px;
  }
}

.career-left-text p{
  font-size: 15px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .career-left-text p{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px){
  .career-left-text p{
    font-size: 18px;
  }
}

@media (min-width: 1536px){
  .career-left-text p{
    font-size: 20px;
  }
}

.career-form-fields{
  width: 100%;
}

.career-form-grid{
  display: flex;
  flex-direction: column;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 1.5rem;
}

@media (min-width: 1024px){
  .career-form-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.career-form-grid input{
  width: 100%;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(145 136 137 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(43 22 7 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.career-form-grid input::-moz-placeholder{
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(145 136 137 / var(--tw-text-opacity));
}

.career-form-grid input::placeholder{
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(145 136 137 / var(--tw-text-opacity));
}

.career-form-grid input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(54 43 38 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1024px){
  .career-form-grid input{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1;
  }
}

.career-form-grid select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23362b26' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(145 136 137 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(43 22 7 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.career-form-grid select::-moz-placeholder{
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(145 136 137 / var(--tw-text-opacity));
}

.career-form-grid select::placeholder{
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(145 136 137 / var(--tw-text-opacity));
}

.career-form-grid select:focus{
  --tw-border-opacity: 1;
  border-color: rgb(54 43 38 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1024px){
  .career-form-grid select{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1;
  }
}

.career-form-email{
  grid-column: span 2 / span 2;
}

.career-upload-label p{
  font-size: 15px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .career-upload-label p{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px){
  .career-upload-label p{
    font-size: 18px;
  }
}

@media (min-width: 1536px){
  .career-upload-label p{
    font-size: 20px;
  }
}

.career-upload-flex{
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

@media (min-width: 1024px){
  .career-upload-flex{
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }
}

.career-upload-label{
  width: 100%;
}

@media (min-width: 1024px){
  .career-upload-label{
    max-width: 263px;
  }
}

.career-captcha-submit{
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

@media (min-width: 640px){
  .career-captcha-submit{
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}

@media (min-width: 1280px){
  .career-captcha-submit{
    gap: 2.25rem;
  }
}

@media (max-width: 320px){
  .career-captcha-submit .captcha-wrapper{
    width: 100%;
    transform-origin: top left;
    --tw-scale-x: 0.9;
    --tw-scale-y: 0.9;
    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));
  }
}

.submit-icon-wrapper input {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24.16 24.12'%3E%3Cpath d='M17.91,6l-4,3.21c-1.45,1.18-2.89,2.38-4.37,3.52A1.52,1.52,0,0,1,8.39,13C5.8,12.3,3.23,11.55.66,10.8A3,3,0,0,1,0,10.37a2.68,2.68,0,0,1,.61-.52Q12,4.95,23.37.07A2.56,2.56,0,0,1,24.16,0a2.78,2.78,0,0,1-.09.72q-4.91,11.43-9.83,22.84a2.63,2.63,0,0,1-.46.56c-.15-.21-.39-.4-.46-.64-.74-2.54-1.44-5.09-2.2-7.63a1.43,1.43,0,0,1,.36-1.47c2.14-2.6,4.25-5.23,6.36-7.85a4,4,0,0,0,.23-.34Z' style='fill:%23fff'/%3E%3C/svg%3E");
  display: flex;
  height: 3rem;
  width: 48px;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -24rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .submit-icon-wrapper input{
    height: 74px;
    width: 74px;
  }
}

.empty-pos{
  margin-top: 2.25rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 5px;
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .empty-pos{
    margin-top: 4rem;
  }
}

@media (min-width: 768px){
  .empty-pos{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px){
  .empty-pos{
    margin-top: 6rem;
  }
}

.before\:pointer-events-none::before{
  content: var(--tw-content);
  pointer-events: none;
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:relative::before{
  content: var(--tw-content);
  position: relative;
}

.before\:right-0::before{
  content: var(--tw-content);
  right: 0px;
}

.before\:top-0::before{
  content: var(--tw-content);
  top: 0px;
}

.before\:z-\[2\]::before{
  content: var(--tw-content);
  z-index: 2;
}

.before\:mb-3::before{
  content: var(--tw-content);
  margin-bottom: 0.75rem;
}

.before\:mb-4::before{
  content: var(--tw-content);
  margin-bottom: 1rem;
}

.before\:mt-\[5px\]::before{
  content: var(--tw-content);
  margin-top: 5px;
}

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

.before\:h-1::before{
  content: var(--tw-content);
  height: 0.25rem;
}

.before\:h-3\/4::before{
  content: var(--tw-content);
  height: 75%;
}

.before\:h-\[1px\]::before{
  content: var(--tw-content);
  height: 1px;
}

.before\:h-\[3px\]::before{
  content: var(--tw-content);
  height: 3px;
}

.before\:h-\[90\%\]::before{
  content: var(--tw-content);
  height: 90%;
}

.before\:h-full::before{
  content: var(--tw-content);
  height: 100%;
}

.before\:w-2\/5::before{
  content: var(--tw-content);
  width: 40%;
}

.before\:w-20::before{
  content: var(--tw-content);
  width: 5rem;
}

.before\:w-3\/4::before{
  content: var(--tw-content);
  width: 75%;
}

.before\:w-\[76px\]::before{
  content: var(--tw-content);
  width: 76px;
}

.before\:bg-\[\#808080\]::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(128 128 128 / var(--tw-bg-opacity));
}

.before\:bg-red-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.before\:bg-ysd-blue-sq::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 125 221 / var(--tw-bg-opacity));
}

.before\:bg-gradient-to-l::before{
  content: var(--tw-content);
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.before\:from-white::before{
  content: var(--tw-content);
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-ysd-brown-900::before{
  content: var(--tw-content);
  --tw-gradient-from: #2b1607 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(43 22 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:to-transparent::before{
  content: var(--tw-content);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

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

.after\:relative::after{
  content: var(--tw-content);
  position: relative;
}

.after\:mb-4::after{
  content: var(--tw-content);
  margin-bottom: 1rem;
}

.after\:mt-2::after{
  content: var(--tw-content);
  margin-top: 0.5rem;
}

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

.after\:h-\[3px\]::after{
  content: var(--tw-content);
  height: 3px;
}

.after\:w-\[76px\]::after{
  content: var(--tw-content);
  width: 76px;
}

.after\:bg-ysd-blue-sq::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 125 221 / var(--tw-bg-opacity));
}

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

.hover\:bg-ysd-red:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
}

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

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

.group:hover .group-hover\:left-0{
  left: 0px;
}

.group:hover .group-hover\:right-3{
  right: 0.75rem;
}

.group:hover .group-hover\:top-3{
  top: 0.75rem;
}

.group:hover .group-hover\:translate-x-5{
  --tw-translate-x: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

@media (min-width: 640px){
  .sm\:col-start-1{
    grid-column-start: 1;
  }

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

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

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

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

  .sm\:mb-11{
    margin-bottom: 2.75rem;
  }

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

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

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

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

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

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

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

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

  .sm\:mb-9{
    margin-bottom: 2.25rem;
  }

  .sm\:ml-\[17px\]{
    margin-left: 17px;
  }

  .sm\:mr-\[13px\]{
    margin-right: 13px;
  }

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

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

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

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

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

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

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

  .sm\:min-h-\[calc\(100vh-8rem\)\]{
    min-height: calc(100vh - 8rem);
  }

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

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

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

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

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

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

  .sm\:min-w-fit{
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

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

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

  .sm\:max-w-64{
    max-width: 16rem;
  }

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

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

  .sm\:max-w-\[22rem\]{
    max-width: 22rem;
  }

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

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

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

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

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

  .sm\:max-w-\[36rem\]{
    max-width: 36rem;
  }

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

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

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

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

  .sm\:max-w-\[80rem\]{
    max-width: 80rem;
  }

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

  .sm\:-translate-y-\[30\%\]{
    --tw-translate-y: -30%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

  .sm\:flex-nowrap{
    flex-wrap: nowrap;
  }

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

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

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

  .sm\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

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

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

  .sm\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

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

  .sm\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

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

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

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

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

  .sm\:pb-28{
    padding-bottom: 7rem;
  }

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

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

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

  .sm\:pb-9{
    padding-bottom: 2.25rem;
  }

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

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

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

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

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

  .sm\:pt-24{
    padding-top: 6rem;
  }

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

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

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

  .sm\:pt-\[72px\]{
    padding-top: 72px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:leading-\[1\.1\]{
    line-height: 1.1;
  }

  .sm\:leading-\[1\.2\]{
    line-height: 1.2;
  }

  .sm\:leading-\[1\.3\]{
    line-height: 1.3;
  }

  .sm\:before\:hidden::before{
    content: var(--tw-content);
    display: none;
  }

  .sm\:after\:absolute::after{
    content: var(--tw-content);
    position: absolute;
  }

  .sm\:after\:-left-\[2px\]::after{
    content: var(--tw-content);
    left: -2px;
  }

  .sm\:after\:top-0::after{
    content: var(--tw-content);
    top: 0px;
  }

  .sm\:after\:z-\[1\]::after{
    content: var(--tw-content);
    z-index: 1;
  }

  .sm\:after\:h-full::after{
    content: var(--tw-content);
    height: 100%;
  }

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

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

  .group:hover .sm\:group-hover\:opacity-100{
    opacity: 1;
  }
}

@media (min-width: 768px){
  .md\:mb-0{
    margin-bottom: 0px;
  }

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

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

  .md\:h-7{
    height: 1.75rem;
  }

  .md\:w-7{
    width: 1.75rem;
  }

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

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

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

  .md\:-translate-y-\[20\%\]{
    --tw-translate-y: -20%;
    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\:flex-row{
    flex-direction: row;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:after\:w-24::after{
    content: var(--tw-content);
    width: 6rem;
  }
}

@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

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

  .lg\:bottom-\[77px\]{
    bottom: 77px;
  }

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

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

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

  .lg\:left-\[80\%\]{
    left: 80%;
  }

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

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

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

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

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

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

  .lg\:m-0{
    margin: 0px;
  }

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

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

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

  .lg\:mb-11{
    margin-bottom: 2.75rem;
  }

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

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

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

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

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

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

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

  .lg\:mb-48{
    margin-bottom: 12rem;
  }

  .lg\:mb-7{
    margin-bottom: 1.75rem;
  }

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

  .lg\:mb-9{
    margin-bottom: 2.25rem;
  }

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

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

  .lg\:ml-11{
    margin-left: 2.75rem;
  }

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

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

  .lg\:mt-28{
    margin-top: 7rem;
  }

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

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

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

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

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:aspect-\[1024\/620\]{
    aspect-ratio: 1024/620;
  }

  .lg\:h-7{
    height: 1.75rem;
  }

  .lg\:h-9{
    height: 2.25rem;
  }

  .lg\:h-\[20\%\]{
    height: 20%;
  }

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

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

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

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

  .lg\:min-h-16{
    min-height: 4rem;
  }

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

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

  .lg\:min-h-\[calc\(100vh-12rem\)\]{
    min-height: calc(100vh - 12rem);
  }

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

  .lg\:w-1\/5{
    width: 20%;
  }

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

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

  .lg\:w-3\/4{
    width: 75%;
  }

  .lg\:w-7{
    width: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:max-w-10xl{
    max-width: 105rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-\[30px\]{
    gap: 30px;
  }

  .lg\:border-l{
    border-left-width: 1px;
  }

  .lg\:object-\[100\%_100\%\]{
    -o-object-position: 100% 100%;
       object-position: 100% 100%;
  }

  .lg\:object-\[15\%_100\%\]{
    -o-object-position: 15% 100%;
       object-position: 15% 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

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

  .lg\:pb-11{
    padding-bottom: 2.75rem;
  }

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

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

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

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

  .lg\:pb-44{
    padding-bottom: 11rem;
  }

  .lg\:pl-11{
    padding-left: 2.75rem;
  }

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

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

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

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

  .lg\:pr-\[73px\]{
    padding-right: 73px;
  }

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

  .lg\:pt-14{
    padding-top: 3.5rem;
  }

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

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

  .lg\:pt-24{
    padding-top: 6rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

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

  .lg\:leading-\[1\.2\]{
    line-height: 1.2;
  }

  .lg\:before\:hidden::before{
    content: var(--tw-content);
    display: none;
  }

  .lg\:before\:h-full::before{
    content: var(--tw-content);
    height: 100%;
  }

  .lg\:after\:w-\[calc\(3\.5rem\+2px\)\]::after{
    content: var(--tw-content);
    width: calc(3.5rem + 2px);
  }
}

@media (min-width: 1280px){
  .xl\:absolute{
    position: absolute;
  }

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

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

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

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

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

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

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

  .xl\:mb-28{
    margin-bottom: 7rem;
  }

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

  .xl\:mb-36{
    margin-bottom: 9rem;
  }

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

  .xl\:mb-72{
    margin-bottom: 18rem;
  }

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

  .xl\:mb-9{
    margin-bottom: 2.25rem;
  }

  .xl\:mb-\[50px\]{
    margin-bottom: 50px;
  }

  .xl\:mb-\[52px\]{
    margin-bottom: 52px;
  }

  .xl\:mb-\[90px\]{
    margin-bottom: 90px;
  }

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

  .xl\:ml-9{
    margin-left: 2.25rem;
  }

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

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

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

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

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

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

  .xl\:mt-24{
    margin-top: 6rem;
  }

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

  .xl\:mt-36{
    margin-top: 9rem;
  }

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

  .xl\:mt-\[75px\]{
    margin-top: 75px;
  }

  .xl\:block{
    display: block;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:hidden{
    display: none;
  }

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

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

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

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

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

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

  .xl\:w-3\/5{
    width: 60%;
  }

  .xl\:w-6{
    width: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:max-w-\[29rem\]{
    max-width: 29rem;
  }

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

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

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

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

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

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

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

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

  .xl\:max-w-\[50rem\]{
    max-width: 50rem;
  }

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

  .xl\:max-w-\[58rem\]{
    max-width: 58rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:gap-9{
    gap: 2.25rem;
  }

  .xl\:border-l{
    border-left-width: 1px;
  }

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

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

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

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

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

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

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

  .xl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

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

  .xl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

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

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

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

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

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

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

  .xl\:pb-44{
    padding-bottom: 11rem;
  }

  .xl\:pb-52{
    padding-bottom: 13rem;
  }

  .xl\:pb-56{
    padding-bottom: 14rem;
  }

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

  .xl\:pb-64{
    padding-bottom: 16rem;
  }

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

  .xl\:pb-72{
    padding-bottom: 18rem;
  }

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

  .xl\:pb-\[135px\]{
    padding-bottom: 135px;
  }

  .xl\:pb-\[72px\]{
    padding-bottom: 72px;
  }

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

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

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

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

  .xl\:pl-9{
    padding-left: 2.25rem;
  }

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

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

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

  .xl\:pt-24{
    padding-top: 6rem;
  }

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

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

  .xl\:pt-36{
    padding-top: 9rem;
  }

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

  .xl\:pt-44{
    padding-top: 11rem;
  }

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

  .xl\:pt-\[46px\]{
    padding-top: 46px;
  }

  .xl\:pt-\[74px\]{
    padding-top: 74px;
  }

  .xl\:pt-\[90px\]{
    padding-top: 90px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:leading-\[1\.2\]{
    line-height: 1.2;
  }

  .xl\:before\:w-1\/4::before{
    content: var(--tw-content);
    width: 25%;
  }

  .xl\:before\:w-\[30\%\]::before{
    content: var(--tw-content);
    width: 30%;
  }

  .group:hover .xl\:group-hover\:opacity-100{
    opacity: 1;
  }

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

@media (min-width: 1024px){
  @media (min-width: 1280px){
    .lg\:xl\:max-w-\[420px\]{
      max-width: 420px;
    }
  }
}

@media (min-width: 1536px){
  .\32xl\:mb-10{
    margin-bottom: 2.5rem;
  }

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

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

  .\32xl\:mb-48{
    margin-bottom: 12rem;
  }

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

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

  .\32xl\:min-w-fit{
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .\32xl\:max-w-\[180px\]{
    max-width: 180px;
  }

  .\32xl\:max-w-\[297px\]{
    max-width: 297px;
  }

  .\32xl\:max-w-\[593px\]{
    max-width: 593px;
  }

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

  .\32xl\:max-w-\[642px\]{
    max-width: 642px;
  }

  .\32xl\:max-w-\[80rem\]{
    max-width: 80rem;
  }

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

  .\32xl\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

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

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

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

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

  .\32xl\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .\32xl\:pb-28{
    padding-bottom: 7rem;
  }

  .\32xl\:pb-\[70px\]{
    padding-bottom: 70px;
  }

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

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

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

  .\32xl\:text-\[22px\]{
    font-size: 22px;
  }

  .\32xl\:text-\[25px\]{
    font-size: 25px;
  }

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

  .\32xl\:text-\[50px\]{
    font-size: 50px;
  }

  .\32xl\:text-\[61px\]{
    font-size: 61px;
  }
}

@media (max-width: 320px){
  .xs\:h-\[85px\]{
    height: 85px;
  }

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

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

  .xs\:origin-top-left{
    transform-origin: top left;
  }

  .xs\:scale-\[0\.9\]{
    --tw-scale-x: 0.9;
    --tw-scale-y: 0.9;
    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));
  }

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

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

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

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

@media (max-width: 380px){
  .xsm\:w-2\/3{
    width: 66.666667%;
  }

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

.\[\&\>a\:after\]\:content-\[\'\+\'\]>a:after{
  --tw-content: '+';
  content: var(--tw-content);
}

.\[\&\>a\:hover\]\:bg-white>a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\[\&\>a\:hover\]\:bg-ysd-red>a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
}

.\[\&\>a\:hover\]\:text-white>a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&\>a\:hover\]\:text-ysd-red>a:hover{
  --tw-text-opacity: 1;
  color: rgb(233 46 40 / var(--tw-text-opacity));
}

.\[\&\>a\:hover\]\:transition>a:hover{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[\&\>a\]\:inline-block>a{
  display: inline-block;
}

.\[\&\>a\]\:flex>a{
  display: flex;
}

.\[\&\>a\]\:grid>a{
  display: grid;
}

.\[\&\>a\]\:h-full>a{
  height: 100%;
}

.\[\&\>a\]\:w-\[220px\]>a{
  width: 220px;
}

.\[\&\>a\]\:w-full>a{
  width: 100%;
}

.\[\&\>a\]\:max-w-\[175px\]>a{
  max-width: 175px;
}

.\[\&\>a\]\:max-w-full>a{
  max-width: 100%;
}

.\[\&\>a\]\:place-content-center>a{
  place-content: center;
}

.\[\&\>a\]\:justify-between>a{
  justify-content: space-between;
}

.\[\&\>a\]\:border>a{
  border-width: 1px;
}

.\[\&\>a\]\:border-white>a{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.\[\&\>a\]\:border-ysd-red>a{
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
}

.\[\&\>a\]\:p-3>a{
  padding: 0.75rem;
}

.\[\&\>a\]\:px-4>a{
  padding-left: 1rem;
  padding-right: 1rem;
}

.\[\&\>a\]\:py-4>a{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.\[\&\>a\]\:text-center>a{
  text-align: center;
}

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

.\[\&\>a\]\:font-light>a{
  font-weight: 300;
}

.\[\&\>a\]\:uppercase>a{
  text-transform: uppercase;
}

.\[\&\>a\]\:leading-\[1\.2\]>a{
  line-height: 1.2;
}

.\[\&\>a\]\:tracking-\[5px\]>a{
  letter-spacing: 5px;
}

.\[\&\>a\]\:text-black>a{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.\[\&\>a\]\:text-white>a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&\>a\]\:text-ysd-brown-500>a{
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

.\[\&\>a\]\:transition>a{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[\&\>a\]\:duration-150>a{
  transition-duration: 150ms;
}

.\[\&\>a\]\:ease-in>a{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.hover\:\[\&\>a\]\:bg-ysd-red>a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
}

.hover\:\[\&\>a\]\:transition>a:hover{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px){
  .lg\:\[\&\>a\]\:max-w-full>a{
    max-width: 100%;
  }

  .lg\:\[\&\>a\]\:p-4>a{
    padding: 1rem;
  }

  .lg\:\[\&\>a\]\:px-4>a{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:\[\&\>a\]\:py-3>a{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:\[\&\>a\]\:text-left>a{
    text-align: left;
  }

  .lg\:\[\&\>a\]\:text-sm>a{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.\[\&\>div\:first-child\]\:relative>div:first-child{
  position: relative;
}

.\[\&\>div\:first-child\]\:mb-6>div:first-child{
  margin-bottom: 1.5rem;
}

.\[\&\>div\:first-child\]\:hidden>div:first-child{
  display: none;
}

@media (min-width: 1024px){
  .lg\:\[\&\>div\:first-child\]\:mb-0>div:first-child{
    margin-bottom: 0px;
  }

  .lg\:\[\&\>div\:first-child\]\:block>div:first-child{
    display: block;
  }
}

.\[\&\>div\:nth-child\(1\)\]\:flex>div:nth-child(1){
  display: flex;
}

.\[\&\>div\:nth-child\(1\)\]\:justify-center>div:nth-child(1){
  justify-content: center;
}

.\[\&\>div\:nth-child\(2\)\]\:pt-10>div:nth-child(2){
  padding-top: 2.5rem;
}

.\[\&\>div\:nth-child\(2\)\]\:font-secondary>div:nth-child(2){
  font-family: Acta Display Book, Helvetica Neue, sans;
}

.\[\&\>div\:nth-child\(2\)\]\:text-\[27px\]>div:nth-child(2){
  font-size: 27px;
}

.\[\&\>div\:nth-child\(2\)\]\:leading-tight>div:nth-child(2){
  line-height: 1.25;
}

@media (min-width: 640px){
  .sm\:\[\&\>div\:nth-child\(2\)\]\:text-\[36px\]>div:nth-child(2){
    font-size: 36px;
  }
}

@media (min-width: 1024px){
  .lg\:\[\&\>div\:nth-child\(2\)\]\:-ml-\[1px\]>div:nth-child(2){
    margin-left: -1px;
  }
}

@media (min-width: 1280px){
  .xl\:\[\&\>div\:nth-child\(2\)\]\:text-\[48px\]>div:nth-child(2){
    font-size: 48px;
  }
}

@media (min-width: 1536px){
  .\32xl\:\[\&\>div\:nth-child\(2\)\]\:text-\[50px\]>div:nth-child(2){
    font-size: 50px;
  }
}

.\[\&\>div\:nth-child\(3\)\]\:mt-4>div:nth-child(3){
  margin-top: 1rem;
}

.\[\&\>div\:nth-child\(3\)\]\:text-base>div:nth-child(3){
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&\>div\:nth-child\(3\)\]\:font-light>div:nth-child(3){
  font-weight: 300;
}

@media (min-width: 640px){
  .sm\:\[\&\>div\:nth-child\(3\)\]\:text-\[20px\]>div:nth-child(3){
    font-size: 20px;
  }
}

@media (min-width: 1280px){
  .xl\:\[\&\>div\:nth-child\(3\)\]\:text-\[20px\]>div:nth-child(3){
    font-size: 20px;
  }
}

.\[\&\>div\:nth-child\(4\)\>a\:hover\]\:bg-ysd-red>div:nth-child(4)>a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
}

.\[\&\>div\:nth-child\(4\)\>a\:hover\]\:text-white>div:nth-child(4)>a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&\>div\:nth-child\(4\)\>a\:hover\]\:transition>div:nth-child(4)>a:hover{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[\&\>div\:nth-child\(4\)\>a\]\:inline-block>div:nth-child(4)>a{
  display: inline-block;
}

.\[\&\>div\:nth-child\(4\)\>a\]\:border>div:nth-child(4)>a{
  border-width: 1px;
}

.\[\&\>div\:nth-child\(4\)\>a\]\:border-ysd-red>div:nth-child(4)>a{
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
}

.\[\&\>div\:nth-child\(4\)\>a\]\:px-10>div:nth-child(4)>a{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.\[\&\>div\:nth-child\(4\)\>a\]\:py-4>div:nth-child(4)>a{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.\[\&\>div\:nth-child\(4\)\>a\]\:text-\[12px\]>div:nth-child(4)>a{
  font-size: 12px;
}

.\[\&\>div\:nth-child\(4\)\>a\]\:uppercase>div:nth-child(4)>a{
  text-transform: uppercase;
}

.\[\&\>div\:nth-child\(4\)\>a\]\:tracking-\[5px\]>div:nth-child(4)>a{
  letter-spacing: 5px;
}

.\[\&\>div\:nth-child\(4\)\>a\]\:text-ysd-brown-900>div:nth-child(4)>a{
  --tw-text-opacity: 1;
  color: rgb(43 22 7 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .xl\:\[\&\>div\:nth-child\(4\)\>a\]\:px-16>div:nth-child(4)>a{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:\[\&\>div\:nth-child\(4\)\>a\]\:py-6>div:nth-child(4)>a{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.\[\&\>div\:nth-child\(4\)\]\:mt-12>div:nth-child(4){
  margin-top: 3rem;
}

.\[\&\>div\>a\:hover\]\:bg-white>div>a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\[\&\>div\>a\:hover\]\:bg-ysd-red>div>a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
}

.\[\&\>div\>a\:hover\]\:text-white>div>a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&\>div\>a\:hover\]\:text-ysd-brown-900>div>a:hover{
  --tw-text-opacity: 1;
  color: rgb(43 22 7 / var(--tw-text-opacity));
}

.\[\&\>div\>a\:hover\]\:text-ysd-red>div>a:hover{
  --tw-text-opacity: 1;
  color: rgb(233 46 40 / var(--tw-text-opacity));
}

.\[\&\>div\>a\:hover\]\:transition>div>a:hover{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[\&\>div\>a\]\:block>div>a{
  display: block;
}

.\[\&\>div\>a\]\:inline-block>div>a{
  display: inline-block;
}

.\[\&\>div\>a\]\:w-\[65px\]>div>a{
  width: 65px;
}

.\[\&\>div\>a\]\:w-full>div>a{
  width: 100%;
}

.\[\&\>div\>a\]\:max-w-\[200px\]>div>a{
  max-width: 200px;
}

.\[\&\>div\>a\]\:max-w-\[210px\]>div>a{
  max-width: 210px;
}

.\[\&\>div\>a\]\:max-w-\[220px\]>div>a{
  max-width: 220px;
}

.\[\&\>div\>a\]\:max-w-\[230px\]>div>a{
  max-width: 230px;
}

.\[\&\>div\>a\]\:max-w-\[250px\]>div>a{
  max-width: 250px;
}

.\[\&\>div\>a\]\:max-w-\[300px\]>div>a{
  max-width: 300px;
}

.\[\&\>div\>a\]\:max-w-full>div>a{
  max-width: 100%;
}

.\[\&\>div\>a\]\:border>div>a{
  border-width: 1px;
}

.\[\&\>div\>a\]\:border-white>div>a{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.\[\&\>div\>a\]\:border-ysd-red>div>a{
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
}

.\[\&\>div\>a\]\:bg-white>div>a{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\[\&\>div\>a\]\:bg-ysd-red>div>a{
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
}

.\[\&\>div\>a\]\:p-3>div>a{
  padding: 0.75rem;
}

.\[\&\>div\>a\]\:px-12>div>a{
  padding-left: 3rem;
  padding-right: 3rem;
}

.\[\&\>div\>a\]\:px-2>div>a{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&\>div\>a\]\:px-4>div>a{
  padding-left: 1rem;
  padding-right: 1rem;
}

.\[\&\>div\>a\]\:px-6>div>a{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.\[\&\>div\>a\]\:px-9>div>a{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.\[\&\>div\>a\]\:py-2>div>a{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.\[\&\>div\>a\]\:py-2\.5>div>a{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.\[\&\>div\>a\]\:py-3>div>a{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.\[\&\>div\>a\]\:py-4>div>a{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.\[\&\>div\>a\]\:text-center>div>a{
  text-align: center;
}

.\[\&\>div\>a\]\:text-\[10px\]>div>a{
  font-size: 10px;
}

.\[\&\>div\>a\]\:text-\[11px\]>div>a{
  font-size: 11px;
}

.\[\&\>div\>a\]\:text-\[12px\]>div>a{
  font-size: 12px;
}

.\[\&\>div\>a\]\:font-light>div>a{
  font-weight: 300;
}

.\[\&\>div\>a\]\:uppercase>div>a{
  text-transform: uppercase;
}

.\[\&\>div\>a\]\:leading-\[1\.2\]>div>a{
  line-height: 1.2;
}

.\[\&\>div\>a\]\:leading-none>div>a{
  line-height: 1;
}

.\[\&\>div\>a\]\:tracking-\[5px\]>div>a{
  letter-spacing: 5px;
}

.\[\&\>div\>a\]\:text-white>div>a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&\>div\>a\]\:text-ysd-brown-500>div>a{
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

.\[\&\>div\>a\]\:text-ysd-brown-900>div>a{
  --tw-text-opacity: 1;
  color: rgb(43 22 7 / var(--tw-text-opacity));
}

.\[\&\>div\>a\]\:text-ysd-red>div>a{
  --tw-text-opacity: 1;
  color: rgb(233 46 40 / var(--tw-text-opacity));
}

.\[\&\>div\>a\]\:transition>div>a{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[\&\>div\>a\]\:duration-150>div>a{
  transition-duration: 150ms;
}

.\[\&\>div\>a\]\:ease-in>div>a{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 640px){
  .sm\:\[\&\>div\>a\]\:w-\[220px\]>div>a{
    width: 220px;
  }

  .sm\:\[\&\>div\>a\]\:w-\[300px\]>div>a{
    width: 300px;
  }

  .sm\:\[\&\>div\>a\]\:px-3>div>a{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:\[\&\>div\>a\]\:px-4>div>a{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:\[\&\>div\>a\]\:py-5>div>a{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:\[\&\>div\>a\]\:py-6>div>a{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:\[\&\>div\>a\]\:leading-none>div>a{
    line-height: 1;
  }
}

@media (min-width: 1024px){
  .lg\:\[\&\>div\>a\]\:w-\[250px\]>div>a{
    width: 250px;
  }

  .lg\:\[\&\>div\>a\]\:max-w-\[250px\]>div>a{
    max-width: 250px;
  }

  .lg\:\[\&\>div\>a\]\:px-4>div>a{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:\[\&\>div\>a\]\:px-6>div>a{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:\[\&\>div\>a\]\:py-3>div>a{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:\[\&\>div\>a\]\:py-8>div>a{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:\[\&\>div\>a\]\:text-sm>div>a{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px){
  .xl\:\[\&\>div\>a\]\:w-\[72px\]>div>a{
    width: 72px;
  }

  .xl\:\[\&\>div\>a\]\:max-w-\[250px\]>div>a{
    max-width: 250px;
  }

  .xl\:\[\&\>div\>a\]\:px-6>div>a{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:\[\&\>div\>a\]\:px-8>div>a{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:\[\&\>div\>a\]\:py-4>div>a{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:\[\&\>div\>a\]\:py-5>div>a{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:\[\&\>div\>a\]\:py-6>div>a{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:\[\&\>div\>a\]\:py-8>div>a{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:\[\&\>div\>a\]\:text-\[12px\]>div>a{
    font-size: 12px;
  }
}

@media (min-width: 1536px){
  .\32xl\:\[\&\>div\>a\]\:w-\[84px\]>div>a{
    width: 84px;
  }

  .\32xl\:\[\&\>div\>a\]\:px-6>div>a{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:\[\&\>div\>a\]\:px-8>div>a{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:\[\&\>div\>a\]\:py-4>div>a{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:\[\&\>div\>a\]\:py-5>div>a{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .\32xl\:\[\&\>div\>a\]\:py-6>div>a{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\32xl\:\[\&\>div\>a\]\:py-8>div>a{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (max-width: 320px){
  .xs\:\[\&\>div\>a\]\:leading-\[1\.5\]>div>a{
    line-height: 1.5;
  }
}

@media (max-width: 380px){
  .xsm\:\[\&\>div\>a\]\:w-full>div>a{
    width: 100%;
  }

  .xsm\:\[\&\>div\>a\]\:max-w-full>div>a{
    max-width: 100%;
  }

  .xsm\:\[\&\>div\>a\]\:px-2>div>a{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.\[\&\>div\>div\:first-child\]\:mb-5>div>div:first-child{
  margin-bottom: 1.25rem;
}

.\[\&\>div\>div\:first-child\]\:mb-6>div>div:first-child{
  margin-bottom: 1.5rem;
}

.\[\&\>div\>div\:first-child\]\:px-11>div>div:first-child{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.\[\&\>div\>div\:first-child\]\:text-base>div>div:first-child{
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&\>div\>div\:first-child\]\:font-bold>div>div:first-child{
  font-weight: 700;
}

.\[\&\>div\>div\:first-child\]\:leading-\[1\.2\]>div>div:first-child{
  line-height: 1.2;
}

.\[\&\>div\>div\:first-child\]\:text-ysd-brown-900>div>div:first-child{
  --tw-text-opacity: 1;
  color: rgb(43 22 7 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .sm\:\[\&\>div\>div\:first-child\]\:text-\[20px\]>div>div:first-child{
    font-size: 20px;
  }
}

@media (min-width: 1024px){
  .lg\:\[\&\>div\>div\:first-child\]\:border-l-0>div>div:first-child{
    border-left-width: 0px;
  }
}

@media (min-width: 1280px){
  .xl\:\[\&\>div\>div\:first-child\]\:text-\[18px\]>div>div:first-child{
    font-size: 18px;
  }
}

@media (min-width: 1536px){
  .\32xl\:\[\&\>div\>div\:first-child\]\:text-\[20px\]>div>div:first-child{
    font-size: 20px;
  }
}

.\[\&\>div\>div\:last-child\]\:px-11>div>div:last-child{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

@media (min-width: 1024px){
  .lg\:\[\&\>div\>div\:last-child\]\:max-w-\[148px\]>div>div:last-child{
    max-width: 148px;
  }

  .lg\:\[\&\>div\>div\:last-child\]\:px-2>div>div:last-child{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:\[\&\>div\>div\:last-child\]\:pr-0>div>div:last-child{
    padding-right: 0px;
  }

  .lg\:\[\&\>div\>div\:not\(\:first-child\)\]\:border-l>div>div:not(:first-child){
    border-left-width: 1px;
  }

  .lg\:\[\&\>div\>div\:not\(\:first-child\)\]\:border-ysd-orange>div>div:not(:first-child){
    --tw-border-opacity: 1;
    border-color: rgb(239 106 32 / var(--tw-border-opacity));
  }
}

.\[\&\>div\>div\:not\(\:last-child\)\]\:mb-12>div>div:not(:last-child){
  margin-bottom: 3rem;
}

@media (min-width: 1024px){
  .lg\:\[\&\>div\>div\:not\(\:last-child\)\]\:mb-0>div>div:not(:last-child){
    margin-bottom: 0px;
  }
}

.\[\&\>div\>div\:nth-child\(1\)\]\:w-\[200px\]>div>div:nth-child(1){
  width: 200px;
}

.\[\&\>div\>div\:nth-child\(1\)\]\:border-ysd-red-sq>div>div:nth-child(1){
  --tw-border-opacity: 1;
  border-color: rgb(230 25 92 / var(--tw-border-opacity));
}

@media (min-width: 1024px){
  .lg\:\[\&\>div\>div\:nth-child\(1\)\]\:w-1\/3>div>div:nth-child(1){
    width: 33.333333%;
  }
}

.\[\&\>div\>div\:nth-child\(2\)\>div\]\:grid>div>div:nth-child(2)>div{
  display: grid;
}

.\[\&\>div\>div\:nth-child\(2\)\>div\]\:grid-cols-4>div>div:nth-child(2)>div{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.\[\&\>div\>div\:nth-child\(2\)\>div\]\:items-center>div>div:nth-child(2)>div{
  align-items: center;
}

.\[\&\>div\>div\:nth-child\(2\)\>div\]\:gap-x-9>div>div:nth-child(2)>div{
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.\[\&\>div\>div\:nth-child\(2\)\>div\]\:gap-y-4>div>div:nth-child(2)>div{
  row-gap: 1rem;
}

.\[\&\>div\>div\:nth-child\(2\)\]\:absolute>div>div:nth-child(2){
  position: absolute;
}

.\[\&\>div\>div\:nth-child\(2\)\]\:top-0>div>div:nth-child(2){
  top: 0px;
}

.\[\&\>div\>div\:nth-child\(2\)\]\:w-\[200px\]>div>div:nth-child(2){
  width: 200px;
}

.\[\&\>div\>div\:nth-child\(2\)\]\:border-ysd-green-sq>div>div:nth-child(2){
  --tw-border-opacity: 1;
  border-color: rgb(0 140 63 / var(--tw-border-opacity));
}

@media (min-width: 1024px){
  .lg\:\[\&\>div\>div\:nth-child\(2\)\]\:w-1\/3>div>div:nth-child(2){
    width: 33.333333%;
  }
}

.\[\&\>div\>div\:nth-child\(3\)\]\:absolute>div>div:nth-child(3){
  position: absolute;
}

.\[\&\>div\>div\:nth-child\(3\)\]\:top-0>div>div:nth-child(3){
  top: 0px;
}

.\[\&\>div\>div\:nth-child\(3\)\]\:w-\[200px\]>div>div:nth-child(3){
  width: 200px;
}

.\[\&\>div\>div\:nth-child\(3\)\]\:border-ysd-yellow-sq>div>div:nth-child(3){
  --tw-border-opacity: 1;
  border-color: rgb(255 173 0 / var(--tw-border-opacity));
}

@media (min-width: 1024px){
  .lg\:\[\&\>div\>div\:nth-child\(3\)\]\:w-1\/3>div>div:nth-child(3){
    width: 33.333333%;
  }
}

.\[\&\>div\>div\:nth-child\(4\)\]\:border-ysd-blue-sq>div>div:nth-child(4){
  --tw-border-opacity: 1;
  border-color: rgb(0 125 221 / var(--tw-border-opacity));
}

.\[\&\>div\>div\:nth-child\(5\)\>div\>div\]\:max-w-\[100px\]>div>div:nth-child(5)>div>div{
  max-width: 100px;
}

@media (min-width: 1536px){
  .\32xl\:\[\&\>div\>div\:nth-child\(5\)\>div\>div\]\:max-w-\[120px\]>div>div:nth-child(5)>div>div{
    max-width: 120px;
  }
}

.\[\&\>div\>div\:nth-child\(5\)\]\:w-auto>div>div:nth-child(5){
  width: auto;
}

.\[\&\>div\>div\:nth-child\(5\)\]\:border-ysd-purple-sq>div>div:nth-child(5){
  --tw-border-opacity: 1;
  border-color: rgb(146 39 143 / var(--tw-border-opacity));
}

.\[\&\>div\>div\:nth-child\(even\)\]\:bg-\[\#990e40\]>div>div:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(153 14 64 / var(--tw-bg-opacity));
}

.\[\&\>div\>div\:nth-child\(even\)\]\:bg-ysd-orange>div>div:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(239 106 32 / var(--tw-bg-opacity));
}

.\[\&\>div\>div\:nth-child\(even\)\]\:bg-ysd-red-sq>div>div:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(230 25 92 / var(--tw-bg-opacity));
}

.\[\&\>div\>div\:nth-child\(odd\)\]\:bg-\[\#ef6597\]>div>div:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(239 101 151 / var(--tw-bg-opacity));
}

.\[\&\>div\>div\:nth-child\(odd\)\]\:bg-ysd-red>div>div:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
}

.\[\&\>div\>div\:nth-child\(odd\)\]\:bg-ysd-red-sq>div>div:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(230 25 92 / var(--tw-bg-opacity));
}

.\[\&\>div\>div\>a\>img\]\:max-h-\[70px\]>div>div>a>img{
  max-height: 70px;
}

.\[\&\>div\>div\>a\>img\]\:w-auto>div>div>a>img{
  width: auto;
}

.\[\&\>div\>div\]\:relative>div>div{
  position: relative;
}

.\[\&\>div\>div\]\:mb-14>div>div{
  margin-bottom: 3.5rem;
}

.\[\&\>div\>div\]\:flex>div>div{
  display: flex;
}

.\[\&\>div\>div\]\:min-h-\[126px\]>div>div{
  min-height: 126px;
}

.\[\&\>div\>div\]\:w-full>div>div{
  width: 100%;
}

.\[\&\>div\>div\]\:max-w-\[360px\]>div>div{
  max-width: 360px;
}

.\[\&\>div\>div\]\:items-center>div>div{
  align-items: center;
}

.\[\&\>div\>div\]\:justify-center>div>div{
  justify-content: center;
}

.\[\&\>div\>div\]\:border-l>div>div{
  border-left-width: 1px;
}

.\[\&\>div\>div\]\:border-ysd-orange>div>div{
  --tw-border-opacity: 1;
  border-color: rgb(239 106 32 / var(--tw-border-opacity));
}

.\[\&\>div\>div\]\:px-4>div>div{
  padding-left: 1rem;
  padding-right: 1rem;
}

.\[\&\>div\>div\]\:px-6>div>div{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.\[\&\>div\>div\]\:px-9>div>div{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.\[\&\>div\>div\]\:px-\[14px\]>div>div{
  padding-left: 14px;
  padding-right: 14px;
}

.\[\&\>div\>div\]\:py-12>div>div{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.\[\&\>div\>div\]\:py-5>div>div{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.\[\&\>div\>div\]\:py-\[18px\]>div>div{
  padding-top: 18px;
  padding-bottom: 18px;
}

.\[\&\>div\>div\]\:pb-8>div>div{
  padding-bottom: 2rem;
}

.\[\&\>div\>div\]\:pl-4>div>div{
  padding-left: 1rem;
}

.\[\&\>div\>div\]\:pl-6>div>div{
  padding-left: 1.5rem;
}

.\[\&\>div\>div\]\:pr-4>div>div{
  padding-right: 1rem;
}

.\[\&\>div\>div\]\:pr-6>div>div{
  padding-right: 1.5rem;
}

.\[\&\>div\>div\]\:pt-8>div>div{
  padding-top: 2rem;
}

.\[\&\>div\>div\]\:text-center>div>div{
  text-align: center;
}

.\[\&\>div\>div\]\:font-secondary>div>div{
  font-family: Acta Display Book, Helvetica Neue, sans;
}

.\[\&\>div\>div\]\:text-\[27px\]>div>div{
  font-size: 27px;
}

.\[\&\>div\>div\]\:leading-\[1\.2\]>div>div{
  line-height: 1.2;
}

.\[\&\>div\>div\]\:text-white>div>div{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .sm\:\[\&\>div\>div\]\:min-h-\[148px\]>div>div{
    min-height: 148px;
  }

  .sm\:\[\&\>div\>div\]\:pb-12>div>div{
    padding-bottom: 3rem;
  }

  .sm\:\[\&\>div\>div\]\:pt-12>div>div{
    padding-top: 3rem;
  }

  .sm\:\[\&\>div\>div\]\:text-\[36px\]>div>div{
    font-size: 36px;
  }
}

@media (min-width: 1024px){
  .lg\:\[\&\>div\>div\]\:mb-0>div>div{
    margin-bottom: 0px;
  }

  .lg\:\[\&\>div\>div\]\:min-h-fit>div>div{
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  .lg\:\[\&\>div\>div\]\:w-1\/3>div>div{
    width: 33.333333%;
  }

  .lg\:\[\&\>div\>div\]\:w-1\/5>div>div{
    width: 20%;
  }

  .lg\:\[\&\>div\>div\]\:px-6>div>div{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:\[\&\>div\>div\]\:py-0>div>div{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:\[\&\>div\>div\]\:pb-10>div>div{
    padding-bottom: 2.5rem;
  }

  .lg\:\[\&\>div\>div\]\:pl-\[30px\]>div>div{
    padding-left: 30px;
  }

  .lg\:\[\&\>div\>div\]\:pr-\[30px\]>div>div{
    padding-right: 30px;
  }
}

@media (min-width: 1280px){
  .xl\:\[\&\>div\>div\]\:mb-0>div>div{
    margin-bottom: 0px;
  }

  .xl\:\[\&\>div\>div\]\:aspect-square>div>div{
    aspect-ratio: 1 / 1;
  }

  .xl\:\[\&\>div\>div\]\:w-1\/3>div>div{
    width: 33.333333%;
  }

  .xl\:\[\&\>div\>div\]\:max-w-full>div>div{
    max-width: 100%;
  }

  .xl\:\[\&\>div\>div\]\:px-9>div>div{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:\[\&\>div\>div\]\:pb-0>div>div{
    padding-bottom: 0px;
  }

  .xl\:\[\&\>div\>div\]\:pb-20>div>div{
    padding-bottom: 5rem;
  }

  .xl\:\[\&\>div\>div\]\:pt-20>div>div{
    padding-top: 5rem;
  }

  .xl\:\[\&\>div\>div\]\:pt-4>div>div{
    padding-top: 1rem;
  }

  .xl\:\[\&\>div\>div\]\:text-\[2\.65vw\]>div>div{
    font-size: 2.65vw;
  }
}

@media (min-width: 1536px){
  .\32xl\:\[\&\>div\>div\]\:pb-28>div>div{
    padding-bottom: 7rem;
  }

  .\32xl\:\[\&\>div\>div\]\:pt-20>div>div{
    padding-top: 5rem;
  }

  .\32xl\:\[\&\>div\>div\]\:text-\[38px\]>div>div{
    font-size: 38px;
  }
}

.\[\&\>div\>hr\]\:mb-4>div>hr{
  margin-bottom: 1rem;
}

.\[\&\>div\>hr\]\:border-ysd-brown-900>div>hr{
  --tw-border-opacity: 1;
  border-color: rgb(43 22 7 / var(--tw-border-opacity));
}

@media (min-width: 1024px){
  .lg\:\[\&\>div\>hr\]\:mb-6>div>hr{
    margin-bottom: 1.5rem;
  }
}

.\[\&\>div\>img\]\:-ml-5>div>img{
  margin-left: -1.25rem;
}

.\[\&\>div\>img\]\:h-\[75vh\]>div>img{
  height: 75vh;
}

.\[\&\>div\>img\]\:h-auto>div>img{
  height: auto;
}

.\[\&\>div\>img\]\:h-full>div>img{
  height: 100%;
}

.\[\&\>div\>img\]\:w-auto>div>img{
  width: auto;
}

.\[\&\>div\>img\]\:w-full>div>img{
  width: 100%;
}

.\[\&\>div\>img\]\:max-w-none>div>img{
  max-width: none;
}

.\[\&\>div\>img\]\:object-cover>div>img{
  -o-object-fit: cover;
     object-fit: cover;
}

.\[\&\>div\>img\]\:object-bottom>div>img{
  -o-object-position: bottom;
     object-position: bottom;
}

.\[\&\>div\>img\]\:object-center>div>img{
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 640px){
  .sm\:\[\&\>div\>img\]\:h-\[120vh\]>div>img{
    height: 120vh;
  }

  .sm\:\[\&\>div\>img\]\:object-\[100\%_100\%\]>div>img{
    -o-object-position: 100% 100%;
       object-position: 100% 100%;
  }
}

@media (min-width: 768px){
  .md\:\[\&\>div\>img\]\:-ml-10>div>img{
    margin-left: -2.5rem;
  }

  .md\:\[\&\>div\>img\]\:h-\[100vh\]>div>img{
    height: 100vh;
  }

  .md\:\[\&\>div\>img\]\:min-h-\[1000px\]>div>img{
    min-height: 1000px;
  }
}

@media (min-width: 1024px){
  .lg\:\[\&\>div\>img\]\:ml-0>div>img{
    margin-left: 0px;
  }

  .lg\:\[\&\>div\>img\]\:h-\[550px\]>div>img{
    height: 550px;
  }

  .lg\:\[\&\>div\>img\]\:min-h-min>div>img{
    min-height: -moz-min-content;
    min-height: min-content;
  }

  .lg\:\[\&\>div\>img\]\:w-auto>div>img{
    width: auto;
  }

  .lg\:\[\&\>div\>img\]\:object-\[70\%_0\%\]>div>img{
    -o-object-position: 70% 0%;
       object-position: 70% 0%;
  }
}

@media (min-width: 1280px){
  .xl\:\[\&\>div\>img\]\:h-auto>div>img{
    height: auto;
  }

  .xl\:\[\&\>div\>img\]\:object-top>div>img{
    -o-object-position: top;
       object-position: top;
  }
}

.\[\&\>div\>ol\:not\(\:last-child\)\]\:mb-6>div>ol:not(:last-child){
  margin-bottom: 1.5rem;
}

.\[\&\>div\>ol\>li\]\:mb-1\.5>div>ol>li{
  margin-bottom: 0.375rem;
}

.\[\&\>div\>ol\]\:list-decimal>div>ol{
  list-style-type: decimal;
}

.\[\&\>div\>ol\]\:pl-6>div>ol{
  padding-left: 1.5rem;
}

.\[\&\>div\>ol\]\:text-\[15px\]>div>ol{
  font-size: 15px;
}

.\[\&\>div\>ol\]\:font-light>div>ol{
  font-weight: 300;
}

.\[\&\>div\>ol\]\:leading-tight>div>ol{
  line-height: 1.25;
}

.\[\&\>div\>ol\]\:text-ysd-brown-900>div>ol{
  --tw-text-opacity: 1;
  color: rgb(43 22 7 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .lg\:\[\&\>div\>ol\]\:text-\[20px\]>div>ol{
    font-size: 20px;
  }
}

.\[\&\>div\>p\:first-child\]\:mb-4>div>p:first-child{
  margin-bottom: 1rem;
}

.\[\&\>div\>p\:first-child\]\:mb-6>div>p:first-child{
  margin-bottom: 1.5rem;
}

.\[\&\>div\>p\:first-child\]\:font-secondary>div>p:first-child{
  font-family: Acta Display Book, Helvetica Neue, sans;
}

.\[\&\>div\>p\:first-child\]\:text-\[27px\]>div>p:first-child{
  font-size: 27px;
}

.\[\&\>div\>p\:first-child\]\:leading-\[1\.2\]>div>p:first-child{
  line-height: 1.2;
}

@media (min-width: 640px){
  .sm\:\[\&\>div\>p\:first-child\]\:text-\[36px\]>div>p:first-child{
    font-size: 36px;
  }
}

@media (min-width: 1024px){
  .lg\:\[\&\>div\>p\:first-child\]\:max-w-\[236px\]>div>p:first-child{
    max-width: 236px;
  }

  .lg\:\[\&\>div\>p\:first-child\]\:text-\[50px\]>div>p:first-child{
    font-size: 50px;
  }
}

@media (min-width: 1280px){
  .xl\:\[\&\>div\>p\:first-child\]\:text-\[50px\]>div>p:first-child{
    font-size: 50px;
  }
}

.\[\&\>div\>p\:not\(\:first-child\)\]\:mt-5>div>p:not(:first-child){
  margin-top: 1.25rem;
}

.\[\&\>div\>p\:not\(\:last-child\)\]\:mb-4>div>p:not(:last-child){
  margin-bottom: 1rem;
}

.\[\&\>div\>p\:not\(\:last-child\)\]\:mb-6>div>p:not(:last-child){
  margin-bottom: 1.5rem;
}

.\[\&\>div\>p\:nth-child\(2\)\]\:mb-6>div>p:nth-child(2){
  margin-bottom: 1.5rem;
}

@media (min-width: 640px){
  .sm\:\[\&\>div\>p\:nth-child\(2\)\]\:mb-9>div>p:nth-child(2){
    margin-bottom: 2.25rem;
  }
}

.\[\&\>div\>p\:nth-child\(3\)\]\:font-secondary>div>p:nth-child(3){
  font-family: Acta Display Book, Helvetica Neue, sans;
}

.\[\&\>div\>p\>a\]\:font-bold>div>p>a{
  font-weight: 700;
}

.\[\&\>div\>p\>strong\]\:font-bold>div>p>strong{
  font-weight: 700;
}

.\[\&\>div\>p\]\:mb-4>div>p{
  margin-bottom: 1rem;
}

.\[\&\>div\>p\]\:text-center>div>p{
  text-align: center;
}

.\[\&\>div\>p\]\:text-\[15px\]>div>p{
  font-size: 15px;
}

.\[\&\>div\>p\]\:text-sm>div>p{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&\>div\>p\]\:font-light>div>p{
  font-weight: 300;
}

.\[\&\>div\>p\]\:leading-\[1\.1\]>div>p{
  line-height: 1.1;
}

.\[\&\>div\>p\]\:leading-tight>div>p{
  line-height: 1.25;
}

.\[\&\>div\>p\]\:text-ysd-brown-500>div>p{
  --tw-text-opacity: 1;
  color: rgb(54 43 38 / var(--tw-text-opacity));
}

.\[\&\>div\>p\]\:text-ysd-brown-900>div>p{
  --tw-text-opacity: 1;
  color: rgb(43 22 7 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .lg\:\[\&\>div\>p\]\:mb-6>div>p{
    margin-bottom: 1.5rem;
  }

  .lg\:\[\&\>div\>p\]\:text-\[20px\]>div>p{
    font-size: 20px;
  }
}

@media (min-width: 1280px){
  .xl\:\[\&\>div\>p\]\:text-\[20px\]>div>p{
    font-size: 20px;
  }
}

.\[\&\>div\>span\:hover\]\:bg-white>div>span:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\[\&\>div\>span\:hover\]\:bg-ysd-red>div>span:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 40 / var(--tw-bg-opacity));
}

.\[\&\>div\>span\:hover\]\:text-white>div>span:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&\>div\>span\:hover\]\:text-ysd-red>div>span:hover{
  --tw-text-opacity: 1;
  color: rgb(233 46 40 / var(--tw-text-opacity));
}

.\[\&\>div\>span\:hover\]\:transition>div>span:hover{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[\&\>div\>span\]\:block>div>span{
  display: block;
}

.\[\&\>div\>span\]\:inline-block>div>span{
  display: inline-block;
}

.\[\&\>div\>span\]\:w-\[65px\]>div>span{
  width: 65px;
}

.\[\&\>div\>span\]\:w-full>div>span{
  width: 100%;
}

.\[\&\>div\>span\]\:max-w-\[210px\]>div>span{
  max-width: 210px;
}

.\[\&\>div\>span\]\:max-w-\[220px\]>div>span{
  max-width: 220px;
}

.\[\&\>div\>span\]\:max-w-\[250px\]>div>span{
  max-width: 250px;
}

.\[\&\>div\>span\]\:border>div>span{
  border-width: 1px;
}

.\[\&\>div\>span\]\:border-white>div>span{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.\[\&\>div\>span\]\:border-ysd-red>div>span{
  --tw-border-opacity: 1;
  border-color: rgb(233 46 40 / var(--tw-border-opacity));
}

.\[\&\>div\>span\]\:bg-white>div>span{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\[\&\>div\>span\]\:px-12>div>span{
  padding-left: 3rem;
  padding-right: 3rem;
}

.\[\&\>div\>span\]\:px-2>div>span{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&\>div\>span\]\:px-6>div>span{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.\[\&\>div\>span\]\:px-9>div>span{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.\[\&\>div\>span\]\:py-3>div>span{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.\[\&\>div\>span\]\:py-4>div>span{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.\[\&\>div\>span\]\:text-center>div>span{
  text-align: center;
}

.\[\&\>div\>span\]\:text-\[10px\]>div>span{
  font-size: 10px;
}

.\[\&\>div\>span\]\:text-\[12px\]>div>span{
  font-size: 12px;
}

.\[\&\>div\>span\]\:font-light>div>span{
  font-weight: 300;
}

.\[\&\>div\>span\]\:uppercase>div>span{
  text-transform: uppercase;
}

.\[\&\>div\>span\]\:leading-none>div>span{
  line-height: 1;
}

.\[\&\>div\>span\]\:tracking-\[5px\]>div>span{
  letter-spacing: 5px;
}

.\[\&\>div\>span\]\:text-white>div>span{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&\>div\>span\]\:text-ysd-brown-900>div>span{
  --tw-text-opacity: 1;
  color: rgb(43 22 7 / var(--tw-text-opacity));
}

.\[\&\>div\>span\]\:text-ysd-red>div>span{
  --tw-text-opacity: 1;
  color: rgb(233 46 40 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .sm\:\[\&\>div\>span\]\:w-\[220px\]>div>span{
    width: 220px;
  }

  .sm\:\[\&\>div\>span\]\:px-3>div>span{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:\[\&\>div\>span\]\:px-4>div>span{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:\[\&\>div\>span\]\:py-5>div>span{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:\[\&\>div\>span\]\:py-6>div>span{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1024px){
  .lg\:\[\&\>div\>span\]\:w-\[250px\]>div>span{
    width: 250px;
  }
}

@media (min-width: 1280px){
  .xl\:\[\&\>div\>span\]\:w-\[72px\]>div>span{
    width: 72px;
  }

  .xl\:\[\&\>div\>span\]\:max-w-\[250px\]>div>span{
    max-width: 250px;
  }

  .xl\:\[\&\>div\>span\]\:px-6>div>span{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:\[\&\>div\>span\]\:px-8>div>span{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:\[\&\>div\>span\]\:py-8>div>span{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:\[\&\>div\>span\]\:text-\[12px\]>div>span{
    font-size: 12px;
  }
}

@media (min-width: 1536px){
  .\32xl\:\[\&\>div\>span\]\:w-\[84px\]>div>span{
    width: 84px;
  }

  .\32xl\:\[\&\>div\>span\]\:px-8>div>span{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:\[\&\>div\>span\]\:py-8>div>span{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.\[\&\>div\>ul\:not\(\:last-child\)\]\:mb-6>div>ul:not(:last-child){
  margin-bottom: 1.5rem;
}

.\[\&\>div\>ul\>li\:not\(\:last-child\)\]\:mb-2>div>ul>li:not(:last-child){
  margin-bottom: 0.5rem;
}

.\[\&\>div\>ul\>li\:not\(\:last-child\)\]\:mb-4>div>ul>li:not(:last-child){
  margin-bottom: 1rem;
}

@media (min-width: 640px){
  .sm\:\[\&\>div\>ul\>li\:not\(\:last-child\)\]\:mb-4>div>ul>li:not(:last-child){
    margin-bottom: 1rem;
  }
}

.\[\&\>div\>ul\>li\]\:mb-1\.5>div>ul>li{
  margin-bottom: 0.375rem;
}

.\[\&\>div\>ul\]\:mb-4>div>ul{
  margin-bottom: 1rem;
}

.\[\&\>div\>ul\]\:list-disc>div>ul{
  list-style-type: disc;
}

.\[\&\>div\>ul\]\:pl-3\.5>div>ul{
  padding-left: 0.875rem;
}

.\[\&\>div\>ul\]\:pl-5>div>ul{
  padding-left: 1.25rem;
}

.\[\&\>div\>ul\]\:text-\[15px\]>div>ul{
  font-size: 15px;
}

.\[\&\>div\>ul\]\:font-light>div>ul{
  font-weight: 300;
}

.\[\&\>div\>ul\]\:leading-tight>div>ul{
  line-height: 1.25;
}

.\[\&\>div\>ul\]\:text-ysd-brown-900>div>ul{
  --tw-text-opacity: 1;
  color: rgb(43 22 7 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .lg\:\[\&\>div\>ul\]\:text-\[20px\]>div>ul{
    font-size: 20px;
  }
}

.\[\&\>div\]\:mx-auto>div{
  margin-left: auto;
  margin-right: auto;
}

.\[\&\>div\]\:flex>div{
  display: flex;
}

.\[\&\>div\]\:grid>div{
  display: grid;
}

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

.\[\&\>div\]\:aspect-\[3\/2\]>div{
  aspect-ratio: 3/2;
}

.\[\&\>div\]\:aspect-square>div{
  aspect-ratio: 1 / 1;
}

.\[\&\>div\]\:h-8>div{
  height: 2rem;
}

.\[\&\>div\]\:h-full>div{
  height: 100%;
}

.\[\&\>div\]\:w-16>div{
  width: 4rem;
}

.\[\&\>div\]\:w-auto>div{
  width: auto;
}

.\[\&\>div\]\:w-full>div{
  width: 100%;
}

.\[\&\>div\]\:max-w-\[480px\]>div{
  max-width: 480px;
}

.\[\&\>div\]\:max-w-\[950px\]>div{
  max-width: 950px;
}

.\[\&\>div\]\:translate-x-\[5\%\]>div{
  --tw-translate-x: 5%;
  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));
}

.\[\&\>div\]\:grid-cols-1>div{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.\[\&\>div\]\:grid-cols-2>div{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.\[\&\>div\]\:grid-cols-5>div{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.\[\&\>div\]\:flex-col>div{
  flex-direction: column;
}

.\[\&\>div\]\:place-items-center>div{
  place-items: center;
}

.\[\&\>div\]\:items-center>div{
  align-items: center;
}

.\[\&\>div\]\:justify-center>div{
  justify-content: center;
}

.\[\&\>div\]\:justify-between>div{
  justify-content: space-between;
}

.\[\&\>div\]\:gap-11>div{
  gap: 2.75rem;
}

.\[\&\>div\]\:gap-14>div{
  gap: 3.5rem;
}

.\[\&\>div\]\:gap-4>div{
  gap: 1rem;
}

.\[\&\>div\]\:gap-7>div{
  gap: 1.75rem;
}

.\[\&\>div\]\:gap-8>div{
  gap: 2rem;
}

.\[\&\>div\]\:gap-x-6>div{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.\[\&\>div\]\:gap-x-8>div{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.\[\&\>div\]\:gap-y-20>div{
  row-gap: 5rem;
}

.\[\&\>div\]\:gap-y-8>div{
  row-gap: 2rem;
}

.\[\&\>div\]\:overflow-hidden>div{
  overflow: hidden;
}

.\[\&\>div\]\:content-\[\'\'\]>div{
  --tw-content: '';
  content: var(--tw-content);
}

.\[\&\>div\]\:before\:absolute>div::before{
  content: var(--tw-content);
  position: absolute;
}

.\[\&\>div\]\:before\:bottom-0>div::before{
  content: var(--tw-content);
  bottom: 0px;
}

.\[\&\>div\]\:before\:left-0>div::before{
  content: var(--tw-content);
  left: 0px;
}

.before\:\[\&\>div\]\:mb-4>div::before{
  content: var(--tw-content);
  margin-bottom: 1rem;
}

.before\:\[\&\>div\]\:block>div::before{
  content: var(--tw-content);
  display: block;
}

.\[\&\>div\]\:before\:h-1\/4>div::before{
  content: var(--tw-content);
  height: 25%;
}

.before\:\[\&\>div\]\:h-1>div::before{
  content: var(--tw-content);
  height: 0.25rem;
}

.\[\&\>div\]\:before\:w-full>div::before{
  content: var(--tw-content);
  width: 100%;
}

.before\:\[\&\>div\]\:w-20>div::before{
  content: var(--tw-content);
  width: 5rem;
}

.before\:\[\&\>div\]\:bg-red-500>div::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.\[\&\>div\]\:before\:bg-\[linear-gradient\(0deg\2c rgba\(255\2c 255\2c 255\2c 1\)_0\%\2c rgba\(255\2c 255\2c 255\2c 1\)_15\%\2c rgba\(255\2c 255\2c 255\2c 0\)_100\%\)\]>div::before{
  content: var(--tw-content);
  background-image: linear-gradient(0deg,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 15%,rgba(255,255,255,0) 100%);
}

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

@media (min-width: 640px){
  .sm\:\[\&\>div\]\:h-10>div{
    height: 2.5rem;
  }

  .sm\:\[\&\>div\]\:translate-x-\[10\%\]>div{
    --tw-translate-x: 10%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

  .sm\:\[\&\>div\]\:gap-y-\[34px\]>div{
    row-gap: 34px;
  }
}

@media (min-width: 768px){
  .md\:\[\&\>div\]\:w-\[150px\]>div{
    width: 150px;
  }

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

  .md\:\[\&\>div\]\:gap-12>div{
    gap: 3rem;
  }
}

@media (min-width: 1024px){
  .lg\:\[\&\>div\]\:mx-0>div{
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:\[\&\>div\]\:flex>div{
    display: flex;
  }

  .lg\:\[\&\>div\]\:h-full>div{
    height: 100%;
  }

  .lg\:\[\&\>div\]\:max-w-5xl>div{
    max-width: 64rem;
  }

  .lg\:\[\&\>div\]\:max-w-7xl>div{
    max-width: 80rem;
  }

  .lg\:\[\&\>div\]\:translate-x-0>div{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

  .lg\:\[\&\>div\]\:flex-row>div{
    flex-direction: row;
  }

  .lg\:\[\&\>div\]\:items-center>div{
    align-items: center;
  }

  .lg\:\[\&\>div\]\:justify-center>div{
    justify-content: center;
  }

  .lg\:\[\&\>div\]\:gap-14>div{
    gap: 3.5rem;
  }

  .lg\:\[\&\>div\]\:gap-5>div{
    gap: 1.25rem;
  }

  .lg\:\[\&\>div\]\:gap-x-0>div{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:\[\&\>div\]\:gap-y-0>div{
    row-gap: 0px;
  }

  .lg\:\[\&\>div\]\:px-6>div{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1280px){
  .xl\:\[\&\>div\]\:mx-auto>div{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:\[\&\>div\]\:w-20>div{
    width: 5rem;
  }

  .xl\:\[\&\>div\]\:translate-x-9>div{
    --tw-translate-x: 2.25rem;
    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));
  }

  .xl\:\[\&\>div\]\:grid-cols-4>div{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:\[\&\>div\]\:flex-row>div{
    flex-direction: row;
  }

  .xl\:\[\&\>div\]\:justify-end>div{
    justify-content: flex-end;
  }

  .xl\:\[\&\>div\]\:gap-20>div{
    gap: 5rem;
  }

  .xl\:\[\&\>div\]\:gap-8>div{
    gap: 2rem;
  }

  .xl\:\[\&\>div\]\:px-0>div{
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:\[\&\>div\]\:before\:h-\[40\%\]>div::before{
    content: var(--tw-content);
    height: 40%;
  }
}

@media (min-width: 1536px){
  .\32xl\:\[\&\>div\]\:w-\[68px\]>div{
    width: 68px;
  }

  .\32xl\:\[\&\>div\]\:w-auto>div{
    width: auto;
  }

  .\32xl\:\[\&\>div\]\:max-w-5xl>div{
    max-width: 64rem;
  }

  .\32xl\:\[\&\>div\]\:gap-14>div{
    gap: 3.5rem;
  }
}

.\[\&\>p\:not\(\:last-child\)\]\:mb-6>p:not(:last-child){
  margin-bottom: 1.5rem;
}

.\[\&\>span\]\:block>span{
  display: block;
}

.\[\&\>span\]\:font-light>span{
  font-weight: 300;
}

.\[\&\>span\]\:italic>span{
  font-style: italic;
}