/*
 Theme Name: HotPress
 Theme URI: https://www.bighousecreative.co.uk/
 Author: Big House Creative
 Author URI: https://www.bighousecreative.co.uk/
 Description: A Timber & Tailwind template for creating WordPress sites.
 Version: 1.0
 Tags:
 Text Domain:
 */
/* Import Tailwind Styles */
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
 ! tailwindcss v3.4.19 | 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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
/* Essential Styles */
html, body {
  margin: 0px;
  overflow-x: hidden;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 1400px;
}
@media (min-width: 1536px) {
  .container {
    max-width: 1400px;
  }
}
.transition-ease {
  transition: 0.5s ease-in-out;
}
.btn-aw {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration-line: none;
  transition: 0.5s ease-in-out;
  min-height: 58px;
  padding: 0 clamp(1.5rem, 2vw, 2.5rem);
  border: 1px solid #c729bc;
  color: #c729bc;
  font-size: clamp(0.85rem, 0.9vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.btn-aw--white {
  border: 1px solid #fff;
  background: #fff;
  color: #0e0e10;
}
.btn-aw--white:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.btn-aw:hover {
  background-color: #c729bc;
  color: #ffffff;
}
.btn-aw--dark {
  border: none;
  background: #1F2526;
  color: #fff;
}
.btn-aw--dark:hover {
  background: #000;
  color: #fff;
}
.current-menu-item > a {
  --tw-text-opacity: 1;
  color: rgb(100 99 99 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .current-menu-item > a {
    position: relative;
    --tw-text-opacity: 1;
    color: rgb(100 99 99 / var(--tw-text-opacity, 1));
  }
}
.menu-item-has-children.current-menu-item > a,
.menu-item-has-children.current-menu-ancestor > a {
  --tw-text-opacity: 1;
  color: rgb(100 99 99 / var(--tw-text-opacity, 1));
}
/* Arrow for active parent (self or ancestor) */
@media (min-width: 1024px) {
  .menu-item-has-children.current-menu-item::before,
  .menu-item-has-children.current-menu-ancestor::before {
    --tw-text-opacity: 1;
    color: rgb(100 99 99 / var(--tw-text-opacity, 1));
  }
  .menu-item-has-children {
    position: relative;
    /* open on hover + keyboard focus */
  }
  .menu-item-has-children:hover .bhc--dropdown-menu, .menu-item-has-children:focus-within .bhc--dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  .menu-item-has-children::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 28px;
  }
  .bhc--dropdown-menu {
    --tw-bg-opacity: 1;
    background-color: rgb(100 99 99 / var(--tw-bg-opacity, 1));
    position: absolute !important;
    top: calc(100% + 15px);
    left: 0;
    width: 240px;
    padding: 12px;
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 220ms ease, transform 220ms ease, visibility 0ms linear 220ms;
    pointer-events: none;
    z-index: 9999 !important;
    /* little caret */
  }
  .bhc--dropdown-menu:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 22px;
    width: 14px;
    height: 14px;
    background: inherit;
    transform: rotate(45deg);
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  .bhc--dropdown-menu.dropdown-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    transition: opacity 220ms ease, transform 220ms ease;
    position: relative;
    z-index: 9999;
  }
  .bhc--dropdown-menu {
    /* link styling */
  }
  .bhc--dropdown-menu a {
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    display: flex;
    align-items: center;
    text-align: left;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    transition: background-color 200ms ease, color 200ms ease, transform 200ms ease;
  }
  .bhc--dropdown-menu a:hover, .bhc--dropdown-menu a:focus-visible {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    background: rgba(255, 255, 255, 0.1);
    outline: none;
    transform: translateX(2px);
  }
  .menu-item-has-children:before {
    transition: transform 220ms ease;
  }
  .menu-item-has-children:hover:before,
  .menu-item-has-children:focus-within:before,
  .menu-item-has-children .bhc--dropdown-menu.dropdown-active ~ :before {
    transform: translateY(-50%) rotate(180deg);
  }
  .menu-item-has-children {
    position: relative;
    margin-right: 20px;
  }
  .menu-item-has-children:hover:before {
    --tw-text-opacity: 1;
    color: rgb(100 99 99 / var(--tw-text-opacity, 1));
  }
  .menu-item-has-children:before {
    position: absolute;
    content: "\f0d7";
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    font-family: "Font Awesome 6 Pro";
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-size: 16px;
    transition: 0.5s ease-in-out;
    font-weight: bold;
  }
}
.default--content h1, .default--content h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 1024px) {
  .default--content h1, .default--content h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.default--content h1, .default--content h2, .default--content h3, .default--content h4, .default--content h5, .default--content h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 37 38 / var(--tw-text-opacity, 1));
}
.default--content p {
  margin-bottom: 1rem;
}
.default--content a {
  font-weight: 700;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.default--content a:hover {
  opacity: 0.5;
}
.default--content ul {
  list-style-type: disc;
  margin-left: 1.2rem;
}
.default--content a {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.default--content a:not(.btn-aw) {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(199 41 188 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.default--content a:not(.btn-aw):hover {
  --tw-text-opacity: 1;
  color: rgb(100 99 99 / var(--tw-text-opacity, 1));
  opacity: 0.5;
}

.menu-toggle__line {
  position: absolute;
  left: 50%;
  width: 26px;
  height: 2px;
  background: #fff;
  transition: 0.35s ease;
  transform: translateX(-50%);
}

.menu-toggle__line:nth-child(1) {
  top: 15px;
}

.menu-toggle__line:nth-child(2) {
  top: 23px;
}

.menu-toggle__line:nth-child(3) {
  top: 31px;
}

.menu-toggle.is-active .menu-toggle__line:nth-child(1) {
  top: 23px;
  transform: translateX(-50%) rotate(45deg);
}

.menu-toggle.is-active .menu-toggle__line:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-active .menu-toggle__line:nth-child(3) {
  top: 23px;
  transform: translateX(-50%) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 60;
  pointer-events: none;
}

.mobile-menu.is-open {
  pointer-events: auto;
}

.mobile-menu__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: 0.35s ease;
}

.mobile-menu__panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(100%, 420px);
  background: #000;
  transform: translateX(100%);
  transition: 0.45s ease;
  overflow-y: auto;
}

.mobile-menu.is-open .mobile-menu__overlay {
  opacity: 1;
}

.mobile-menu.is-open .mobile-menu__panel {
  transform: translateX(0);
}

.mobile-submenu-toggle[aria-expanded=true] .mobile-submenu-icon__vertical {
  opacity: 0;
}

body.menu-open {
  overflow: hidden;
}

.pointer-events-none {
    pointer-events: none
}
.absolute {
    position: absolute
}
.relative {
    position: relative
}
.inset-0 {
    inset: 0px
}
.left-1\/2 {
    left: 50%
}
.top-1\/2 {
    top: 50%
}
.z-10 {
    z-index: 10
}
.z-50 {
    z-index: 50
}
.col-span-12 {
    grid-column: span 12 / span 12
}
.mx-auto {
    margin-left: auto;
    margin-right: auto
}
.mb-10 {
    margin-bottom: 2.5rem
}
.mb-2 {
    margin-bottom: 0.5rem
}
.mb-4 {
    margin-bottom: 1rem
}
.mb-5 {
    margin-bottom: 1.25rem
}
.mb-6 {
    margin-bottom: 1.5rem
}
.mb-8 {
    margin-bottom: 2rem
}
.mb-\[clamp\(1\.75rem\2c 3vw\2c 2\.5rem\)\] {
    margin-bottom: clamp(1.75rem, 3vw, 2.5rem)
}
.mb-\[clamp\(2\.5rem\2c 4vw\2c 4rem\)\] {
    margin-bottom: clamp(2.5rem, 4vw, 4rem)
}
.mb-\[clamp\(2\.5rem\2c 5vw\2c 3\.5rem\)\] {
    margin-bottom: clamp(2.5rem, 5vw, 3.5rem)
}
.mb-\[clamp\(3rem\2c 5vw\2c 4\.5rem\)\] {
    margin-bottom: clamp(3rem, 5vw, 4.5rem)
}
.ml-1 {
    margin-left: 0.25rem
}
.ml-4 {
    margin-left: 1rem
}
.mr-3 {
    margin-right: 0.75rem
}
.mt-10 {
    margin-top: 2.5rem
}
.mt-12 {
    margin-top: 3rem
}
.block {
    display: block
}
.inline-block {
    display: inline-block
}
.flex {
    display: flex
}
.inline-flex {
    display: inline-flex
}
.grid {
    display: grid
}
.hidden {
    display: none
}
.aspect-\[4\/5\] {
    aspect-ratio: 4/5
}
.h-12 {
    height: 3rem
}
.h-4 {
    height: 1rem
}
.h-5 {
    height: 1.25rem
}
.h-\[1px\] {
    height: 1px
}
.h-\[60px\] {
    height: 60px
}
.h-auto {
    height: auto
}
.h-full {
    height: 100%
}
.min-h-\[320px\] {
    min-height: 320px
}
.min-h-\[70vh\] {
    min-height: 70vh
}
.min-h-screen {
    min-height: 100vh
}
.w-1\/2 {
    width: 50%
}
.w-12 {
    width: 3rem
}
.w-4 {
    width: 1rem
}
.w-5 {
    width: 1.25rem
}
.w-\[110px\] {
    width: 110px
}
.w-\[120px\] {
    width: 120px
}
.w-\[1px\] {
    width: 1px
}
.w-\[60px\] {
    width: 60px
}
.w-full {
    width: 100%
}
.max-w-\[1100px\] {
    max-width: 1100px
}
.max-w-\[1120px\] {
    max-width: 1120px
}
.max-w-\[280px\] {
    max-width: 280px
}
.max-w-\[320px\] {
    max-width: 320px
}
.max-w-\[360px\] {
    max-width: 360px
}
.max-w-\[620px\] {
    max-width: 620px
}
.max-w-\[860px\] {
    max-width: 860px
}
.max-w-\[900px\] {
    max-width: 900px
}
.max-w-\[920px\] {
    max-width: 920px
}
.max-w-\[980px\] {
    max-width: 980px
}
.flex-1 {
    flex: 1 1 0%
}
.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-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.-rotate-45 {
    --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))
}
.rotate-45 {
    --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))
}
.resize {
    resize: both
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}
.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}
.flex-col {
    flex-direction: column
}
.flex-wrap {
    flex-wrap: wrap
}
.items-center {
    align-items: center
}
.justify-center {
    justify-content: center
}
.justify-between {
    justify-content: space-between
}
.gap-12 {
    gap: 3rem
}
.gap-2 {
    gap: 0.5rem
}
.gap-4 {
    gap: 1rem
}
.gap-6 {
    gap: 1.5rem
}
.gap-\[clamp\(1\.25rem\2c 1\.8vw\2c 2\.5rem\)\] {
    gap: clamp(1.25rem, 1.8vw, 2.5rem)
}
.gap-\[clamp\(2\.5rem\2c 5vw\2c 6rem\)\] {
    gap: clamp(2.5rem, 5vw, 6rem)
}
.gap-\[clamp\(2\.5rem\2c 6vw\2c 4rem\)\] {
    gap: clamp(2.5rem, 6vw, 4rem)
}
.gap-\[clamp\(2rem\2c 4vw\2c 5rem\)\] {
    gap: clamp(2rem, 4vw, 5rem)
}
.gap-\[clamp\(2\.5rem\2c 6vw\2c 5rem\)\] {
    gap: clamp(2.5rem, 6vw, 5rem)
}
.gap-x-\[clamp\(1\.5rem\2c 3vw\2c 3rem\)\] {
    -moz-column-gap: clamp(1.5rem, 3vw, 3rem);
         column-gap: clamp(1.5rem, 3vw, 3rem)
}
.gap-y-\[clamp\(2\.5rem\2c 4vw\2c 3rem\)\] {
    row-gap: clamp(2.5rem, 4vw, 3rem)
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse))
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse))
}
.overflow-hidden {
    overflow: hidden
}
.rounded-\[10px\] {
    border-radius: 10px
}
.rounded-\[6px\] {
    border-radius: 6px
}
.border-b {
    border-bottom-width: 1px
}
.border-t {
    border-top-width: 1px
}
.border-white\/10 {
    border-color: rgb(255 255 255 / 0.1)
}
.border-white\/15 {
    border-color: rgb(255 255 255 / 0.15)
}
.bg-\[\#efefef\] {
    --tw-bg-opacity: 1;
    background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1))
}
.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1))
}
.bg-black\/0 {
    background-color: rgb(0 0 0 / 0)
}
.bg-black\/35 {
    background-color: rgb(0 0 0 / 0.35)
}
.bg-black\/45 {
    background-color: rgb(0 0 0 / 0.45)
}
.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(199 41 188 / var(--tw-bg-opacity, 1))
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}
.bg-cover {
    background-size: cover
}
.bg-center {
    background-position: center
}
.bg-no-repeat {
    background-repeat: no-repeat
}
.object-cover {
    -o-object-fit: cover;
       object-fit: cover
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}
.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}
.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}
.py-\[clamp\(1\.5rem\2c 3vw\2c 2\.5rem\)\] {
    padding-top: clamp(1.5rem, 3vw, 2.5rem);
    padding-bottom: clamp(1.5rem, 3vw, 2.5rem)
}
.py-\[clamp\(3rem\2c 6vw\2c 6rem\)\] {
    padding-top: clamp(3rem, 6vw, 6rem);
    padding-bottom: clamp(3rem, 6vw, 6rem)
}
.py-\[clamp\(4rem\2c 8vw\2c 4rem\)\] {
    padding-top: clamp(4rem, 8vw, 4rem);
    padding-bottom: clamp(4rem, 8vw, 4rem)
}
.py-\[clamp\(4rem\2c 8vw\2c 7rem\)\] {
    padding-top: clamp(4rem, 8vw, 7rem);
    padding-bottom: clamp(4rem, 8vw, 7rem)
}
.py-\[clamp\(3rem\2c 6vw\2c 4rem\)\] {
    padding-top: clamp(3rem, 6vw, 4rem);
    padding-bottom: clamp(3rem, 6vw, 4rem)
}
.py-\[clamp\(3rem\2c 6vw\2c 0rem\)\] {
    padding-top: clamp(3rem, 6vw, 0rem);
    padding-bottom: clamp(3rem, 6vw, 0rem)
}
.pb-2 {
    padding-bottom: 0.5rem
}
.pb-3 {
    padding-bottom: 0.75rem
}
.pb-44 {
    padding-bottom: 11rem
}
.pb-\[clamp\(3rem\2c 6vw\2c 4rem\)\] {
    padding-bottom: clamp(3rem, 6vw, 4rem)
}
.pb-\[clamp\(4rem\2c 8vw\2c 7rem\)\] {
    padding-bottom: clamp(4rem, 8vw, 7rem)
}
.pl-4 {
    padding-left: 1rem
}
.pt-2 {
    padding-top: 0.5rem
}
.pt-44 {
    padding-top: 11rem
}
.pt-6 {
    padding-top: 1.5rem
}
.pt-8 {
    padding-top: 2rem
}
.pb-\[clamp\(4rem\2c 8vw\2c 4rem\)\] {
    padding-bottom: clamp(4rem, 8vw, 4rem)
}
.text-left {
    text-align: left
}
.text-center {
    text-align: center
}
.text-\[0\.85rem\] {
    font-size: 0.85rem
}
.text-\[0\.8rem\] {
    font-size: 0.8rem
}
.text-\[0\.95rem\] {
    font-size: 0.95rem
}
.text-\[0\.9rem\] {
    font-size: 0.9rem
}
.text-\[1rem\] {
    font-size: 1rem
}
.text-\[2rem\] {
    font-size: 2rem
}
.text-\[clamp\(0\.95rem\2c 1vw\2c 1\.05rem\)\] {
    font-size: clamp(0.95rem, 1vw, 1.05rem)
}
.text-\[clamp\(1\.1rem\2c 1\.35vw\2c 1\.5rem\)\] {
    font-size: clamp(1.1rem, 1.35vw, 1.5rem)
}
.text-\[clamp\(1\.2rem\2c 2vw\2c 1\.8rem\)\] {
    font-size: clamp(1.2rem, 2vw, 1.8rem)
}
.text-\[clamp\(1\.75rem\2c 2\.2vw\2c 2\.6rem\)\] {
    font-size: clamp(1.75rem, 2.2vw, 2.6rem)
}
.text-\[clamp\(1rem\2c 1\.05vw\2c 1\.15rem\)\] {
    font-size: clamp(1rem, 1.05vw, 1.15rem)
}
.text-\[clamp\(1rem\2c 1\.05vw\2c 1\.18rem\)\] {
    font-size: clamp(1rem, 1.05vw, 1.18rem)
}
.text-\[clamp\(1rem\2c 1\.4vw\2c 1\.75rem\)\] {
    font-size: clamp(1rem, 1.4vw, 1.75rem)
}
.text-\[clamp\(1rem\2c 1vw\2c 1\.1rem\)\] {
    font-size: clamp(1rem, 1vw, 1.1rem)
}
.text-\[clamp\(2\.2rem\2c 3vw\2c 3\.5rem\)\] {
    font-size: clamp(2.2rem, 3vw, 3.5rem)
}
.text-\[clamp\(2\.4rem\2c 3\.8vw\2c 3\.4rem\)\] {
    font-size: clamp(2.4rem, 3.8vw, 3.4rem)
}
.text-\[clamp\(2\.4rem\2c 4vw\2c 4\.25rem\)\] {
    font-size: clamp(2.4rem, 4vw, 4.25rem)
}
.text-\[clamp\(2\.5rem\2c 4\.5vw\2c 4\.75rem\)\] {
    font-size: clamp(2.5rem, 4.5vw, 4.75rem)
}
.text-\[clamp\(2\.5rem\2c 5\.8vw\2c 5\.5rem\)\] {
    font-size: clamp(2.5rem, 5.8vw, 5.5rem)
}
.text-\[clamp\(2\.75rem\2c 6vw\2c 7rem\)\] {
    font-size: clamp(2.75rem, 6vw, 7rem)
}
.text-\[clamp\(2rem\2c 2\.8vw\2c 3rem\)\] {
    font-size: clamp(2rem, 2.8vw, 3rem)
}
.text-\[clamp\(2rem\2c 3\.4vw\2c 3\.5rem\)\] {
    font-size: clamp(2rem, 3.4vw, 3.5rem)
}
.font-bold {
    font-weight: 700
}
.font-extrabold {
    font-weight: 800
}
.font-light {
    font-weight: 300
}
.font-medium {
    font-weight: 500
}
.font-semibold {
    font-weight: 600
}
.uppercase {
    text-transform: uppercase
}
.leading-\[0\.92\] {
    line-height: 0.92
}
.leading-\[0\.95\] {
    line-height: 0.95
}
.leading-\[0\.98\] {
    line-height: 0.98
}
.leading-\[1\.05\] {
    line-height: 1.05
}
.leading-\[1\.08\] {
    line-height: 1.08
}
.leading-\[1\.3\] {
    line-height: 1.3
}
.leading-\[1\.5\] {
    line-height: 1.5
}
.leading-\[1\.7\] {
    line-height: 1.7
}
.leading-\[1\.95\] {
    line-height: 1.95
}
.leading-\[1\.9\] {
    line-height: 1.9
}
.leading-\[1\] {
    line-height: 1
}
.tracking-\[-0\.02em\] {
    letter-spacing: -0.02em
}
.tracking-\[-0\.03em\] {
    letter-spacing: -0.03em
}
.tracking-\[-0\.04em\] {
    letter-spacing: -0.04em
}
.tracking-\[0\.02em\] {
    letter-spacing: 0.02em
}
.tracking-\[0\.12em\] {
    letter-spacing: 0.12em
}
.tracking-\[0\.16em\] {
    letter-spacing: 0.16em
}
.tracking-\[0\.18em\] {
    letter-spacing: 0.18em
}
.text-primary {
    --tw-text-opacity: 1;
    color: rgb(199 41 188 / var(--tw-text-opacity, 1))
}
.text-secondary {
    --tw-text-opacity: 1;
    color: rgb(100 99 99 / var(--tw-text-opacity, 1))
}
.text-tertiary {
    --tw-text-opacity: 1;
    color: rgb(14 14 16 / var(--tw-text-opacity, 1))
}
.text-text {
    --tw-text-opacity: 1;
    color: rgb(31 37 38 / var(--tw-text-opacity, 1))
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
.text-white\/30 {
    color: rgb(255 255 255 / 0.3)
}
.text-white\/50 {
    color: rgb(255 255 255 / 0.5)
}
.text-white\/60 {
    color: rgb(255 255 255 / 0.6)
}
.text-white\/70 {
    color: rgb(255 255 255 / 0.7)
}
.text-white\/75 {
    color: rgb(255 255 255 / 0.75)
}
.text-white\/80 {
    color: rgb(255 255 255 / 0.8)
}
.underline {
    text-decoration-line: underline
}
.underline-offset-4 {
    text-underline-offset: 4px
}
.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
.duration-500 {
    transition-duration: 500ms
}
.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}
.last\:mb-0:last-child {
    margin-bottom: 0px
}
.hover\:scale-\[1\.03\]:hover {
    --tw-scale-x: 1.03;
    --tw-scale-y: 1.03;
    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))
}
.hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(199 41 188 / var(--tw-text-opacity, 1))
}
.group:hover .group-hover\:scale-\[1\.04\] {
    --tw-scale-x: 1.04;
    --tw-scale-y: 1.04;
    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\:bg-black\/20 {
    background-color: rgb(0 0 0 / 0.2)
}
.group:hover .group-hover\:opacity-80 {
    opacity: 0.8
}
@media (min-width: 640px) {
    .sm\:min-h-\[420px\] {
        min-height: 420px
    }
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}
@media (min-width: 768px) {
    .md\:col-span-6 {
        grid-column: span 6 / span 6
    }
    .md\:inline {
        display: inline
    }
    .md\:min-h-\[80vh\] {
        min-height: 80vh
    }
    .md\:flex-row {
        flex-direction: row
    }
    .md\:items-center {
        align-items: center
    }
    .md\:justify-between {
        justify-content: space-between
    }
}
@media (min-width: 1024px) {
    .lg\:col-span-6 {
        grid-column: span 6 / span 6
    }
    .lg\:flex {
        display: flex
    }
    .lg\:hidden {
        display: none
    }
    .lg\:aspect-\[3\/4\] {
        aspect-ratio: 3/4
    }
    .lg\:min-h-\[520px\] {
        min-height: 520px
    }
    .lg\:min-h-\[calc\(90vh-66px\)\] {
        min-height: calc(90vh - 66px)
    }
    .lg\:w-\[150px\] {
        width: 150px
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
    .lg\:grid-cols-\[0\.9fr_1\.4fr\] {
        grid-template-columns: 0.9fr 1.4fr
    }
    .lg\:grid-cols-\[1\.2fr_0\.8fr_0\.8fr_1fr\] {
        grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr
    }
    .lg\:flex-row {
        flex-direction: row
    }
    .lg\:items-center {
        align-items: center
    }
    .lg\:gap-10 {
        gap: 2.5rem
    }
    .lg\:gap-5 {
        gap: 1.25rem
    }
    .lg\:gap-\[clamp\(1\.5rem\2c 2vw\2c 2\.75rem\)\] {
        gap: clamp(1.5rem, 2vw, 2.75rem)
    }
    .lg\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .lg\:text-left {
        text-align: left
    }
}
@media (min-width: 1280px) {
    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .xl\:text-\[1rem\] {
        font-size: 1rem
    }
}
