@layer properties;
@layer theme, base, components, utilities;
@layer theme {
:root, :host {
--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
"Courier New", monospace;
--color-orange-500: oklch(70.5% 0.213 47.604);
--color-gray-50: oklch(98.5% 0.002 247.839);
--color-gray-100: oklch(96.7% 0.003 264.542);
--color-gray-600: oklch(44.6% 0.03 256.802);
--color-black: #000;
--color-white: #fff;
--spacing: 0.25rem;
--container-4xl: 56rem;
--text-2xl: 1.5rem;
--text-2xl--line-height: calc(2 / 1.5);
--text-4xl: 2.25rem;
--text-4xl--line-height: calc(2.5 / 2.25);
--font-weight-light: 300;
--font-weight-normal: 400;
--font-weight-medium: 500;
--font-weight-bold: 700;
--radius-lg: 24px;
--default-transition-duration: 150ms;
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
--default-font-family: var(--font-sans);
--default-mono-font-family: var(--font-mono);
--radius: 8px;
--color-orange: #e64b00;
}
}
@layer base {
*, ::after, ::before, ::backdrop, ::file-selector-button {
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0 solid;
}
html, :host {
line-height: 1.5;
-webkit-text-size-adjust: 100%;
tab-size: 4;
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
font-feature-settings: var(--default-font-feature-settings, normal);
font-variation-settings: var(--default-font-variation-settings, normal);
-webkit-tap-highlight-color: transparent;
}
hr {
height: 0;
color: inherit;
border-top-width: 1px;
}
abbr:where([title]) {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
font-size: inherit;
font-weight: inherit;
}
a {
color: inherit;
-webkit-text-decoration: inherit;
text-decoration: inherit;
}
b, strong {
font-weight: bolder;
}
code, kbd, samp, pre {
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
font-feature-settings: var(--default-mono-font-feature-settings, normal);
font-variation-settings: var(--default-mono-font-variation-settings, normal);
font-size: 1em;
}
small {
font-size: 80%;
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
table {
text-indent: 0;
border-color: inherit;
border-collapse: collapse;
}
:-moz-focusring {
outline: auto;
}
progress {
vertical-align: baseline;
}
summary {
display: list-item;
}
ol, ul, menu {
list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
display: block;
vertical-align: middle;
}
img, video {
max-width: 100%;
height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
font: inherit;
font-feature-settings: inherit;
font-variation-settings: inherit;
letter-spacing: inherit;
color: inherit;
border-radius: 0;
background-color: transparent;
opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
padding-inline-start: 20px;
}
::file-selector-button {
margin-inline-end: 4px;
}
::placeholder {
opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
::placeholder {
color: currentcolor;
@supports (color: color-mix(in lab, red, red)) {
color: color-mix(in oklab, currentcolor 50%, transparent);
}
}
}
textarea {
resize: vertical;
}
::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-date-and-time-value {
min-height: 1lh;
text-align: inherit;
}
::-webkit-datetime-edit {
display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
padding-block: 0;
}
:-moz-ui-invalid {
box-shadow: none;
}
button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
height: auto;
}
[hidden]:where(:not([hidden="until-found"])) {
display: none !important;
}
}
@layer utilities {
.invisible {
visibility: hidden;
}
.visible {
visibility: visible;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
.absolute {
position: absolute;
}
.fixed {
position: fixed;
}
.relative {
position: relative;
}
.inset-0 {
inset: calc(var(--spacing) * 0);
}
.-top-\[22px\] {
top: calc(22px * -1);
}
.top-0 {
top: calc(var(--spacing) * 0);
}
.top-8 {
top: calc(var(--spacing) * 8);
}
.right-8 {
right: calc(var(--spacing) * 8);
}
.left-0 {
left: calc(var(--spacing) * 0);
}
.z-10 {
z-index: 10;
}
.z-50 {
z-index: 50;
}
.container {
width: 100%;
@media (width >= 40rem) {
max-width: 40rem;
}
@media (width >= 48rem) {
max-width: 48rem;
}
@media (width >= 64rem) {
max-width: 64rem;
}
@media (width >= 80rem) {
max-width: 80rem;
}
@media (width >= 96rem) {
max-width: 96rem;
}
}
.mx-auto {
margin-inline: auto;
}
.mt-2 {
margin-top: calc(var(--spacing) * 2);
}
.mt-4 {
margin-top: calc(var(--spacing) * 4);
}
.mt-8 {
margin-top: calc(var(--spacing) * 8);
}
.mt-12 {
margin-top: calc(var(--spacing) * 12);
}
.mt-auto {
margin-top: auto;
}
.mb-1 {
margin-bottom: calc(var(--spacing) * 1);
}
.mb-4 {
margin-bottom: calc(var(--spacing) * 4);
}
.mb-8 {
margin-bottom: calc(var(--spacing) * 8);
}
.mb-12 {
margin-bottom: calc(var(--spacing) * 12);
}
.ml-12 {
margin-left: calc(var(--spacing) * 12);
}
.block {
display: block;
}
.contents {
display: contents;
}
.flex {
display: flex;
}
.hidden {
display: none;
}
.inline {
display: inline;
}
.inline-block {
display: inline-block;
}
.aspect-square {
aspect-ratio: 1 / 1;
}
.h-0\.5 {
height: calc(var(--spacing) * 0.5);
}
.h-6 {
height: calc(var(--spacing) * 6);
}
.h-8 {
height: calc(var(--spacing) * 8);
}
.h-10 {
height: calc(var(--spacing) * 10);
}
.h-20 {
height: calc(var(--spacing) * 20);
}
.h-\[45vh\] {
height: 45vh;
}
.h-\[90vh\] {
height: 90vh;
}
.h-auto {
height: auto;
}
.h-full {
height: 100%;
}
.max-h-0 {
max-height: calc(var(--spacing) * 0);
}
.min-h-\[555px\] {
min-height: 555px;
}
.min-h-\[610px\] {
min-height: 610px;
}
.w-6 {
width: calc(var(--spacing) * 6);
}
.w-8 {
width: calc(var(--spacing) * 8);
}
.w-10 {
width: calc(var(--spacing) * 10);
}
.w-auto {
width: auto;
}
.w-full {
width: 100%;
}
.max-w-4xl {
max-width: var(--container-4xl);
}
.max-w-\[90vw\] {
max-width: 90vw;
}
.max-w-\[420px\] {
max-width: 420px;
}
.max-w-\[1180px\] {
max-width: 1180px;
}
.max-w-none {
max-width: none;
}
.min-w-\[230px\] {
min-width: 230px;
}
.flex-1 {
flex: 1;
}
.flex-shrink {
flex-shrink: 1;
}
.flex-shrink-0 {
flex-shrink: 0;
}
.scale-95 {
--tw-scale-x: 95%;
--tw-scale-y: 95%;
--tw-scale-z: 95%;
scale: var(--tw-scale-x) var(--tw-scale-y);
}
.scale-100 {
--tw-scale-x: 100%;
--tw-scale-y: 100%;
--tw-scale-z: 100%;
scale: var(--tw-scale-x) var(--tw-scale-y);
}
.-rotate-90 {
rotate: calc(90deg * -1);
}
.rotate-0 {
rotate: 0deg;
}
.rotate-90 {
rotate: 90deg;
}
.transform {
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.animate-\[fadeInDown_1s_ease-out_1s_forwards\] {
animation: fadeInDown 1s ease-out 1s forwards;
}
.animate-\[fadeInDown_1s_ease-out_forwards\] {
animation: fadeInDown 1s ease-out forwards;
}
.animate-\[fadeInUp_1s_ease-out_2s_forwards\] {
animation: fadeInUp 1s ease-out 2s forwards;
}
.animate-\[fadeInUp_1s_ease-out_3s_forwards\] {
animation: fadeInUp 1s ease-out 3s forwards;
}
.animate-\[fadeInUp_1s_ease-out_4s_forwards\] {
animation: fadeInUp 1s ease-out 4s forwards;
}
.cursor-pointer {
cursor: pointer;
}
.resize {
resize: both;
}
.flex-col {
flex-direction: column;
}
.flex-wrap {
flex-wrap: wrap;
}
.items-center {
align-items: center;
}
.items-end {
align-items: flex-end;
}
.items-start {
align-items: flex-start;
}
.justify-between {
justify-content: space-between;
}
.justify-center {
justify-content: center;
}
.gap-4 {
gap: calc(var(--spacing) * 4);
}
.gap-6 {
gap: calc(var(--spacing) * 6);
}
.gap-8 {
gap: calc(var(--spacing) * 8);
}
.space-y-2 {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
}
}
.space-y-3 {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
}
}
.space-y-4 {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
}
}
.space-y-5 {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
}
}
.space-y-6 {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
}
}
.space-y-8 {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
}
}
.space-x-4 {
:where(& > :not(:last-child)) {
--tw-space-x-reverse: 0;
margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
}
}
.space-x-5 {
:where(& > :not(:last-child)) {
--tw-space-x-reverse: 0;
margin-inline-start: calc(calc(var(--spacing) * 5) * var(--tw-space-x-reverse));
margin-inline-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-x-reverse)));
}
}
.self-start {
align-self: flex-start;
}
.overflow-hidden {
overflow: hidden;
}
.overflow-visible {
overflow: visible;
}
.rounded {
border-radius: var(--radius);
}
.rounded-\[8px\] {
border-radius: 8px;
}
.border {
border-style: var(--tw-border-style);
border-width: 1px;
}
.border-1 {
border-style: var(--tw-border-style);
border-width: 1px;
}
.border-black {
border-color: var(--color-black);
}
.bg-\[\#E64B00\] {
background-color: #E64B00;
}
.bg-\[\#f57a20\] {
background-color: #f57a20;
}
.bg-current {
background-color: currentcolor;
}
.bg-orange {
background-color: var(--color-orange);
}
.bg-transparent {
background-color: transparent;
}
.bg-white {
background-color: var(--color-white);
}
.bg-gradient-to-b {
--tw-gradient-position: to bottom in oklab;
background-image: linear-gradient(var(--tw-gradient-stops));
}
.from-\[\#C5DEF5\] {
--tw-gradient-from: #C5DEF5;
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-\[\#E64B00\] {
--tw-gradient-from: #E64B00;
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.via-\[\#3AA2DC\] {
--tw-gradient-via: #3AA2DC;
--tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-via-stops);
}
.via-\[\#8ACADA\] {
--tw-gradient-via: #8ACADA;
--tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-via-stops);
}
.via-\[\#61BADB\] {
--tw-gradient-via: #61BADB;
--tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-via-stops);
}
.via-\[\#F5BC6F\] {
--tw-gradient-via: #F5BC6F;
--tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-via-stops);
}
.via-\[\#F57A20\] {
--tw-gradient-via: #F57A20;
--tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-via-stops);
}
.via-\[\#F59B43\] {
--tw-gradient-via: #F59B43;
--tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-via-stops);
}
.to-\[\#1683DB\] {
--tw-gradient-to: #1683DB;
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.bg-cover {
background-size: cover;
}
.bg-center {
background-position: center;
}
.object-contain {
object-fit: contain;
}
.object-cover {
object-fit: cover;
}
.p-4 {
padding: calc(var(--spacing) * 4);
}
.p-6 {
padding: calc(var(--spacing) * 6);
}
.p-8 {
padding: calc(var(--spacing) * 8);
}
.px-0 {
padding-inline: calc(var(--spacing) * 0);
}
.px-4 {
padding-inline: calc(var(--spacing) * 4);
}
.px-6 {
padding-inline: calc(var(--spacing) * 6);
}
.py-3 {
padding-block: calc(var(--spacing) * 3);
}
.py-5 {
padding-block: calc(var(--spacing) * 5);
}
.py-12 {
padding-block: calc(var(--spacing) * 12);
}
.py-16 {
padding-block: calc(var(--spacing) * 16);
}
.pe-4 {
padding-inline-end: calc(var(--spacing) * 4);
}
.pt-4 {
padding-top: calc(var(--spacing) * 4);
}
.pt-6 {
padding-top: calc(var(--spacing) * 6);
}
.pb-4 {
padding-bottom: calc(var(--spacing) * 4);
}
.pb-10 {
padding-bottom: calc(var(--spacing) * 10);
}
.pb-16 {
padding-bottom: calc(var(--spacing) * 16);
}
.pb-20 {
padding-bottom: calc(var(--spacing) * 20);
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.align-middle {
vertical-align: middle;
}
.text-2xl {
font-size: var(--text-2xl);
line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-4xl {
font-size: var(--text-4xl);
line-height: var(--tw-leading, var(--text-4xl--line-height));
}
.text-\[clamp\(1\.5rem\,4vw\,2\.8rem\)\] {
font-size: clamp(1.5rem, 4vw, 2.8rem);
}
.text-\[clamp\(3\.5rem\,12vw\,8rem\)\] {
font-size: clamp(3.5rem, 12vw, 8rem);
}
.leading-\[0\.85\] {
--tw-leading: 0.85;
line-height: 0.85;
}
.font-bold {
--tw-font-weight: var(--font-weight-bold);
font-weight: var(--font-weight-bold);
}
.font-light {
--tw-font-weight: var(--font-weight-light);
font-weight: var(--font-weight-light);
}
.font-medium {
--tw-font-weight: var(--font-weight-medium);
font-weight: var(--font-weight-medium);
}
.font-normal {
--tw-font-weight: var(--font-weight-normal);
font-weight: var(--font-weight-normal);
}
.text-black {
color: var(--color-black);
}
.text-gray-600 {
color: var(--color-gray-600);
}
.text-orange {
color: var(--color-orange);
}
.text-white {
color: var(--color-white);
}
.underline {
text-decoration-line: underline;
}
.opacity-0 {
opacity: 0%;
}
.opacity-100 {
opacity: 100%;
}
.blur {
--tw-blur: blur(8px);
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.transition-all {
transition-property: all;
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-colors {
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-transform {
transition-property: transform, translate, scale, rotate;
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-200 {
--tw-duration: 200ms;
transition-duration: 200ms;
}
.duration-300 {
--tw-duration: 300ms;
transition-duration: 300ms;
}
.duration-500 {
--tw-duration: 500ms;
transition-duration: 500ms;
}
.hover\:scale-110 {
&:hover {
@media (hover: hover) {
--tw-scale-x: 110%;
--tw-scale-y: 110%;
--tw-scale-z: 110%;
scale: var(--tw-scale-x) var(--tw-scale-y);
}
}
}
.hover\:bg-\[\#C23800\] {
&:hover {
@media (hover: hover) {
background-color: #C23800;
}
}
}
.hover\:bg-black\/5 {
&:hover {
@media (hover: hover) {
background-color: color-mix(in srgb, #000 5%, transparent);
@supports (color: color-mix(in lab, red, red)) {
background-color: color-mix(in oklab, var(--color-black) 5%, transparent);
}
}
}
}
.hover\:bg-gray-50 {
&:hover {
@media (hover: hover) {
background-color: var(--color-gray-50);
}
}
}
.hover\:bg-gray-100 {
&:hover {
@media (hover: hover) {
background-color: var(--color-gray-100);
}
}
}
.hover\:text-black {
&:hover {
@media (hover: hover) {
color: var(--color-black);
}
}
}
.hover\:text-orange {
&:hover {
@media (hover: hover) {
color: var(--color-orange);
}
}
}
.hover\:text-orange-500 {
&:hover {
@media (hover: hover) {
color: var(--color-orange-500);
}
}
}
.focus\:outline-none {
&:focus {
--tw-outline-style: none;
outline-style: none;
}
}
.md\:-top-\[75px\] {
@media (width >= 48rem) {
top: calc(75px * -1);
}
}
.md\:order-1 {
@media (width >= 48rem) {
order: 1;
}
}
.md\:order-2 {
@media (width >= 48rem) {
order: 2;
}
}
.md\:order-3 {
@media (width >= 48rem) {
order: 3;
}
}
.md\:order-4 {
@media (width >= 48rem) {
order: 4;
}
}
.md\:container {
@media (width >= 48rem) {
width: 100%;
@media (width >= 40rem) {
max-width: 40rem;
}
@media (width >= 48rem) {
max-width: 48rem;
}
@media (width >= 64rem) {
max-width: 64rem;
}
@media (width >= 80rem) {
max-width: 80rem;
}
@media (width >= 96rem) {
max-width: 96rem;
}
}
}
.md\:mx-auto {
@media (width >= 48rem) {
margin-inline: auto;
}
}
.md\:ms-16 {
@media (width >= 48rem) {
margin-inline-start: calc(var(--spacing) * 16);
}
}
.md\:mt-0 {
@media (width >= 48rem) {
margin-top: calc(var(--spacing) * 0);
}
}
.md\:mt-10 {
@media (width >= 48rem) {
margin-top: calc(var(--spacing) * 10);
}
}
.md\:ml-20 {
@media (width >= 48rem) {
margin-left: calc(var(--spacing) * 20);
}
}
.md\:block {
@media (width >= 48rem) {
display: block;
}
}
.md\:flex {
@media (width >= 48rem) {
display: flex;
}
}
.md\:hidden {
@media (width >= 48rem) {
display: none;
}
}
.md\:inline-block {
@media (width >= 48rem) {
display: inline-block;
}
}
.md\:min-h-\[421px\] {
@media (width >= 48rem) {
min-height: 421px;
}
}
.md\:w-\[175px\] {
@media (width >= 48rem) {
width: 175px;
}
}
.md\:w-\[200px\] {
@media (width >= 48rem) {
width: 200px;
}
}
.md\:w-\[310px\] {
@media (width >= 48rem) {
width: 310px;
}
}
.md\:w-\[calc\(33\.333\%-1rem\)\] {
@media (width >= 48rem) {
width: calc(33.333% - 1rem);
}
}
.md\:max-w-\[422px\] {
@media (width >= 48rem) {
max-width: 422px;
}
}
.md\:max-w-\[500px\] {
@media (width >= 48rem) {
max-width: 500px;
}
}
.md\:max-w-\[558px\] {
@media (width >= 48rem) {
max-width: 558px;
}
}
.md\:max-w-\[644px\] {
@media (width >= 48rem) {
max-width: 644px;
}
}
.md\:max-w-\[975px\] {
@media (width >= 48rem) {
max-width: 975px;
}
}
.md\:min-w-\[334px\] {
@media (width >= 48rem) {
min-width: 334px;
}
}
.md\:min-w-\[400px\] {
@media (width >= 48rem) {
min-width: 400px;
}
}
.md\:flex-1 {
@media (width >= 48rem) {
flex: 1;
}
}
.md\:flex-shrink-0 {
@media (width >= 48rem) {
flex-shrink: 0;
}
}
.md\:flex-row {
@media (width >= 48rem) {
flex-direction: row;
}
}
.md\:items-center {
@media (width >= 48rem) {
align-items: center;
}
}
.md\:justify-end {
@media (width >= 48rem) {
justify-content: flex-end;
}
}
.md\:justify-evenly {
@media (width >= 48rem) {
justify-content: space-evenly;
}
}
.md\:justify-start {
@media (width >= 48rem) {
justify-content: flex-start;
}
}
.md\:gap-6 {
@media (width >= 48rem) {
gap: calc(var(--spacing) * 6);
}
}
.md\:gap-\[110px\] {
@media (width >= 48rem) {
gap: 110px;
}
}
.md\:gap-\[130px\] {
@media (width >= 48rem) {
gap: 130px;
}
}
.md\:space-y-0 {
@media (width >= 48rem) {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
}
}
}
.md\:space-y-8 {
@media (width >= 48rem) {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
}
}
}
.md\:space-x-12 {
@media (width >= 48rem) {
:where(& > :not(:last-child)) {
--tw-space-x-reverse: 0;
margin-inline-start: calc(calc(var(--spacing) * 12) * var(--tw-space-x-reverse));
margin-inline-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-x-reverse)));
}
}
}
.md\:space-x-\[114px\] {
@media (width >= 48rem) {
:where(& > :not(:last-child)) {
--tw-space-x-reverse: 0;
margin-inline-start: calc(114px * var(--tw-space-x-reverse));
margin-inline-end: calc(114px * calc(1 - var(--tw-space-x-reverse)));
}
}
}
.md\:rounded-lg {
@media (width >= 48rem) {
border-radius: var(--radius-lg);
}
}
.md\:p-20 {
@media (width >= 48rem) {
padding: calc(var(--spacing) * 20);
}
}
.md\:px-4 {
@media (width >= 48rem) {
padding-inline: calc(var(--spacing) * 4);
}
}
.md\:py-16 {
@media (width >= 48rem) {
padding-block: calc(var(--spacing) * 16);
}
}
.md\:text-start {
@media (width >= 48rem) {
text-align: start;
}
}
.md\:text-\[110px\] {
@media (width >= 48rem) {
font-size: 110px;
}
}
.md\:text-\[clamp\(1\.8rem\,4\.5vw\,4vh\)\] {
@media (width >= 48rem) {
font-size: clamp(1.8rem, 4.5vw, 4vh);
}
}
.md\:text-\[clamp\(3\.5rem\,12vw\,14vh\)\] {
@media (width >= 48rem) {
font-size: clamp(3.5rem, 12vw, 14vh);
}
}
.lg\:min-w-\[310px\] {
@media (width >= 64rem) {
min-width: 310px;
}
}
.\[\&_li\]\:mb-1 {
& li {
margin-bottom: calc(var(--spacing) * 1);
}
}
.\[\&_p\]\:mb-4 {
& p {
margin-bottom: calc(var(--spacing) * 4);
}
}
.\[\&_ul\]\:ml-6 {
& ul {
margin-left: calc(var(--spacing) * 6);
}
}
.\[\&_ul\]\:list-disc {
& ul {
list-style-type: disc;
}
}
.\[\&_ul\]\:space-y-2 {
& ul {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
}
}
}
}
* {
font-family: 'Inter', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.h1 {
font-weight: 600;
font-size: 36px;
line-height: 120%;
}
.h2 {
font-weight: 600;
font-size: 28px;
line-height: 130%;
}
.h3 {
font-weight: 600;
font-size: 22px;
line-height: 135%;
}
.h4 {
font-weight: 600;
font-size: 18px;
line-height: 135%;
}
.body-large {
font-weight: 400;
font-size: 16px;
line-height: 150%;
}
.body-small {
font-weight: 400;
font-size: 14px;
line-height: 145%;
}
.small-text {
font-weight: 400;
font-size: 12px;
line-height: 140%;
}
.event-date {
font-weight: 600;
font-size: 16px;
line-height: 100%;
}
.big-title {
font-weight: 600;
font-size: 48px;
line-height: 120%;
}
@media (min-width: 768px) {
.h1 {
font-weight: 800;
font-size: 48px;
line-height: 120%;
}
.h2 {
font-weight: 800;
font-size: 36px;
line-height: 125%;
}
.h3 {
font-weight: 700;
font-size: 28px;
line-height: 130%;
}
.h4 {
font-weight: 700;
font-size: 22px;
line-height: 135%;
}
.body-large {
font-weight: 400;
font-size: 18px;
line-height: 150%;
}
.body-small {
font-weight: 400;
font-size: 16px;
line-height: 150%;
}
.small-text {
font-weight: 400;
font-size: 14px;
line-height: 145%;
}
.cta {
font-weight: 500;
font-size: 16px;
line-height: 120%;
}
.big-title {
font-weight: 800;
font-size: 70px;
line-height: 120%;
}
}
.custom-prev:hover, .custom-next:hover {
transform: scale(1.05);
}
.custom-prev:hover img, .custom-next:hover img {
filter: brightness(0) saturate(100%) invert(32%) sepia(82%) saturate(1843%) hue-rotate(14deg) brightness(95%) contrast(101%);
}
.social-icon:hover {
transform: scale(1.05);
}
.social-icon:hover svg {
filter: brightness(0) saturate(100%) invert(32%) sepia(82%) saturate(1843%) hue-rotate(14deg) brightness(95%) contrast(101%);
}
.events-shape-1-bg {
background-image: url(//www.waterfallfestival.ca/wp-content/themes/waterfall-project/src/img/events-shape-1.svg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.events-shape-2-bg {
background-image: url(//www.waterfallfestival.ca/wp-content/themes/waterfall-project/src/img/events-shape-2.svg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(40px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeInDown {
from {
opacity: 0;
transform: translateY(-40px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.header-dark {
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header-dark .main-navigation a {
color: #000000;
}
.header-dark .main-navigation a:hover {
color: #e64b00;
}
.accordion-header {
border: none;
outline: none;
transition: background-color 0.2s ease;
}
.accordion-arrow {
transform-origin: center;
flex-shrink: 0;
}
.accordion-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease-in-out;
}
.accordion-content.open {
max-height: 1000px;
}
.mobile-menu {
transform: scale(0.95);
opacity: 0;
visibility: hidden;
transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
backdrop-filter: blur(8px);
}
.mobile-menu.visible {
transform: scale(1);
opacity: 1;
visibility: visible;
}
@keyframes menuFadeInScale {
0% {
opacity: 0;
transform: scale(0.8) translateY(20px);
}
100% {
opacity: 1;
transform: scale(1) translateY(0);
}
}
.mobile-menu.visible nav {
animation: menuFadeInScale 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s both;
}
.mobile-menu.visible #mobile-primary-menu li {
opacity: 0;
transform: translateY(20px);
animation: menuItemFadeIn 0.4s ease-out forwards;
}
.mobile-menu.visible #mobile-primary-menu li:nth-child(1) {
animation-delay: 0.1s;
}
.mobile-menu.visible #mobile-primary-menu li:nth-child(2) {
animation-delay: 0.2s;
}
.mobile-menu.visible #mobile-primary-menu li:nth-child(3) {
animation-delay: 0.3s;
}
.mobile-menu.visible #mobile-primary-menu li:nth-child(4) {
animation-delay: 0.4s;
}
.mobile-menu.visible #mobile-primary-menu li:nth-child(5) {
animation-delay: 0.5s;
}
.mobile-menu.visible #mobile-primary-menu li:nth-child(6) {
animation-delay: 0.6s;
}
@keyframes menuItemFadeIn {
to {
opacity: 1;
transform: translateY(0);
}
}
.hamburger-lines span {
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transform-origin: center;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
clip-path: inset(50%);
white-space: nowrap;
border: 0;
}
.logo-slider {
overflow: hidden;
height: auto;
}
.logo-slider .swiper-wrapper {
height: auto;
align-items: center;
}
.logo-slider .swiper-slide {
height: auto;
display: flex;
align-items: center;
justify-content: center;
}
@media (max-width: 767px) {
.logo-slider {
min-height: 80px;
max-height: 80px;
}
.logo-slider .swiper-wrapper {
height: 80px;
}
.logo-slider .swiper-slide {
height: 80px;
}
}
@property --tw-scale-x {
syntax: "*";
inherits: false;
initial-value: 1;
}
@property --tw-scale-y {
syntax: "*";
inherits: false;
initial-value: 1;
}
@property --tw-scale-z {
syntax: "*";
inherits: false;
initial-value: 1;
}
@property --tw-rotate-x {
syntax: "*";
inherits: false;
}
@property --tw-rotate-y {
syntax: "*";
inherits: false;
}
@property --tw-rotate-z {
syntax: "*";
inherits: false;
}
@property --tw-skew-x {
syntax: "*";
inherits: false;
}
@property --tw-skew-y {
syntax: "*";
inherits: false;
}
@property --tw-space-y-reverse {
syntax: "*";
inherits: false;
initial-value: 0;
}
@property --tw-space-x-reverse {
syntax: "*";
inherits: false;
initial-value: 0;
}
@property --tw-border-style {
syntax: "*";
inherits: false;
initial-value: solid;
}
@property --tw-gradient-position {
syntax: "*";
inherits: false;
}
@property --tw-gradient-from {
syntax: "<color>";
inherits: false;
initial-value: #0000;
}
@property --tw-gradient-via {
syntax: "<color>";
inherits: false;
initial-value: #0000;
}
@property --tw-gradient-to {
syntax: "<color>";
inherits: false;
initial-value: #0000;
}
@property --tw-gradient-stops {
syntax: "*";
inherits: false;
}
@property --tw-gradient-via-stops {
syntax: "*";
inherits: false;
}
@property --tw-gradient-from-position {
syntax: "<length-percentage>";
inherits: false;
initial-value: 0%;
}
@property --tw-gradient-via-position {
syntax: "<length-percentage>";
inherits: false;
initial-value: 50%;
}
@property --tw-gradient-to-position {
syntax: "<length-percentage>";
inherits: false;
initial-value: 100%;
}
@property --tw-leading {
syntax: "*";
inherits: false;
}
@property --tw-font-weight {
syntax: "*";
inherits: false;
}
@property --tw-blur {
syntax: "*";
inherits: false;
}
@property --tw-brightness {
syntax: "*";
inherits: false;
}
@property --tw-contrast {
syntax: "*";
inherits: false;
}
@property --tw-grayscale {
syntax: "*";
inherits: false;
}
@property --tw-hue-rotate {
syntax: "*";
inherits: false;
}
@property --tw-invert {
syntax: "*";
inherits: false;
}
@property --tw-opacity {
syntax: "*";
inherits: false;
}
@property --tw-saturate {
syntax: "*";
inherits: false;
}
@property --tw-sepia {
syntax: "*";
inherits: false;
}
@property --tw-drop-shadow {
syntax: "*";
inherits: false;
}
@property --tw-drop-shadow-color {
syntax: "*";
inherits: false;
}
@property --tw-drop-shadow-alpha {
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
@property --tw-drop-shadow-size {
syntax: "*";
inherits: false;
}
@property --tw-duration {
syntax: "*";
inherits: false;
}
@layer properties {
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
*, ::before, ::after, ::backdrop {
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-scale-z: 1;
--tw-rotate-x: initial;
--tw-rotate-y: initial;
--tw-rotate-z: initial;
--tw-skew-x: initial;
--tw-skew-y: initial;
--tw-space-y-reverse: 0;
--tw-space-x-reverse: 0;
--tw-border-style: solid;
--tw-gradient-position: initial;
--tw-gradient-from: #0000;
--tw-gradient-via: #0000;
--tw-gradient-to: #0000;
--tw-gradient-stops: initial;
--tw-gradient-via-stops: initial;
--tw-gradient-from-position: 0%;
--tw-gradient-via-position: 50%;
--tw-gradient-to-position: 100%;
--tw-leading: initial;
--tw-font-weight: initial;
--tw-blur: initial;
--tw-brightness: initial;
--tw-contrast: initial;
--tw-grayscale: initial;
--tw-hue-rotate: initial;
--tw-invert: initial;
--tw-opacity: initial;
--tw-saturate: initial;
--tw-sepia: initial;
--tw-drop-shadow: initial;
--tw-drop-shadow-color: initial;
--tw-drop-shadow-alpha: 100%;
--tw-drop-shadow-size: initial;
--tw-duration: initial;
}
}
}