@charset "UTF-8";
/*
Theme Name: Skelly Bootstrap
Theme URI: https://bfj.digital/
Author: BFJ Digital
Author URI: https://bfj.digital/
Version: 3.3.0
*/

/*=================
  FONT PRIMARY IMPORT
=================*/

@import url("https://use.typekit.net/hcl5fzh.css");
/*
==Example font import below==
@font-face {
  font-family: 'Circular';
  src: url("../skelly/fonts/CircularStd-Book.otf") format("opentype");
  font-weight: normal;
}
==Delete after initial setup==
*/


/*=================
  CSS RESET
=================*/

/*
=================
  FORM RESET
=================

form input,
form select,
form textarea,
form fieldset,
form optgroup,
form label,
.StripeElement {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
form input:focus,
form select:focus,
form textarea:focus,
form fieldset:focus,
form optgroup:focus,
form label:focus,
.StripeElement:focus {
  outline: none;
}
form [type="text"],
form [type="email"],
.StripeElement {
  width: 100%;
}
form [type="button"],
form [type="submit"],
form [type="reset"] {
  width: auto;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

form select {
  text-transform: none;
}
*/
/*
=================
  GENERAL RESET
=================
*/

* {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
  vertical-align: baseline;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  
}

body.preventScroll {
  height: 100%;
  overflow: hidden;
}

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

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

button {
  display: block;
  cursor: pointer;
}

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

em,
dfn,
small,
address,
q,
blockquote,
cite {
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
}

abbr {
  border-bottom: none;
  text-decoration: none;
}

/*img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}*/

img[src=""] {
  display: none;
}


/*=================
  APPLY DEFAULT STYLES
=================*/

#body {
  font-family: var(--font-copy-family);
  font-size: var(--font-copy-size);
  font-weight: var(--font-copy-weight);
  font-style: var(--font-copy-style);
  text-transform: var(--font-copy-transform);
  line-height: var(--font-copy-height);
  letter-spacing: var(--font-copy-letter);
  word-spacing: var(--font-copy-word);
  position: relative;
}

/*=================
  FONT CLASSES
=================*/

.font-aktivgrotesk {
  font-family: var(--font-primary);
}
.font-ivypresto {
  font-family: var(--font-secondary);
}
.font-inter {
  font-family: var(--font-inter);
}
.font-small {
  font-family: var(--font-small-family) !important;
  font-size: var(--font-small-size) !important;
  font-weight: var(--font-small-weight) !important;
  font-style: var(--font-small-style) !important;
  text-transform: var(--font-small-transform) !important;
  line-height: var(--font-small-height) !important;
  letter-spacing: var(--font-small-letter) !important;
  word-spacing: var(--font-small-word) !important;
}

.font-copy {
  font-family: var(--font-copy-family) !important;
  font-size: var(--font-copy-size) !important;
  font-weight: var(--font-copy-weight) !important;
  font-style: var(--font-copy-style) !important;
  text-transform: var(--font-copy-transform) !important;
  line-height: var(--font-copy-height) !important;
  letter-spacing: var(--font-copy-letter) !important;
  word-spacing: var(--font-copy-word) !important;
}

.font-large {
  font-family: var(--font-large-family) !important;
  font-size: var(--font-large-size) !important;
  font-weight: var(--font-large-weight) !important;
  font-style: var(--font-large-style) !important;
  text-transform: var(--font-large-transform) !important;
  line-height: var(--font-large-height) !important;
  letter-spacing: var(--font-large-letter) !important;
  word-spacing: var(--font-large-word) !important;
}
.font-larger {
  font-size: 30px;
}

.font-heading5 {
  font-family: var(--font-heading5-family) !important;
  font-size: var(--font-heading5-size) !important;
  font-weight: var(--font-heading5-weight) !important;
  font-style: var(--font-heading5-style) !important;
  text-transform: var(--font-heading5-transform) !important;
  line-height: var(--font-heading5-height) !important;
  letter-spacing: var(--font-heading5-letter) !important;
  word-spacing: var(--font-heading5-word) !important;
}

.font-heading4 {
  font-family: var(--font-heading4-family) !important;
  font-size: var(--font-heading4-size) !important;
  font-weight: var(--font-heading4-weight) !important;
  font-style: var(--font-heading4-style) !important;
  text-transform: var(--font-heading4-transform) !important;
  line-height: var(--font-heading4-height) !important;
  letter-spacing: var(--font-heading4-letter) !important;
  word-spacing: var(--font-heading4-word) !important;
}

.font-heading3 {
  font-family: var(--font-heading3-family) !important;
  font-size: var(--font-heading3-size) !important;
  font-weight: var(--font-heading3-weight) !important;
  font-style: var(--font-heading3-style) !important;
  text-transform: var(--font-heading3-transform) !important;
  line-height: var(--font-heading3-height) !important;
  letter-spacing: var(--font-heading3-letter) !important;
  word-spacing: var(--font-heading3-word) !important;
}

.font-heading2 {
  font-family: var(--font-heading2-family) !important;
  font-size: var(--font-heading2-size) !important;
  font-weight: var(--font-heading2-weight) !important;
  font-style: var(--font-heading2-style) !important;
  text-transform: var(--font-heading2-transform) !important;
  line-height: var(--font-heading2-height) !important;
  letter-spacing: var(--font-heading2-letter) !important;
  word-spacing: var(--font-heading2-word) !important;
}

.font-heading1 {
  font-family: var(--font-heading1-family) !important;
  font-size: var(--font-heading1-size) !important;
  font-weight: var(--font-heading1-weight) !important;
  font-style: var(--font-heading1-style) !important;
  text-transform: var(--font-heading1-transform) !important;
  line-height: var(--font-heading1-height) !important;
  letter-spacing: var(--font-heading1-letter) !important;
  word-spacing: var(--font-heading1-word) !important;
}

.font-emphasis {
  font-family: var(--font-emphasis-family) !important;
  font-size: var(--font-emphasis-size) !important;
  font-weight: var(--font-emphasis-weight) !important;
  font-style: var(--font-emphasis-style) !important;
  text-transform: var(--font-emphasis-transform) !important;
  line-height: var(--font-emphasis-height) !important;
  letter-spacing: var(--font-emphasis-letter) !important;
  word-spacing: var(--font-emphasis-word) !important;
}


h5 {
  font-family: var(--font-heading5-family);
  font-size: var(--font-heading5-size);
  font-weight: var(--font-heading5-weight);
  font-style: var(--font-heading5-style);
  text-transform: var(--font-heading5-transform);
  line-height: var(--font-heading5-height);
  letter-spacing: var(--font-heading5-letter);
  word-spacing: var(--font-heading5-word);
}

h4 {
  font-family: var(--font-heading4-family);
  font-size: var(--font-heading4-size);
  font-weight: var(--font-heading4-weight);
  font-style: var(--font-heading4-style);
  text-transform: var(--font-heading4-transform);
  line-height: var(--font-heading4-height);
  letter-spacing: var(--font-heading4-letter);
  word-spacing: var(--font-heading4-word);
}

h3 {
  font-family: var(--font-heading3-family);
  font-size: var(--font-heading3-size);
  font-weight: var(--font-heading3-weight);
  font-style: var(--font-heading3-style);
  text-transform: var(--font-heading3-transform);
  line-height: var(--font-heading3-height);
  letter-spacing: var(--font-heading3-letter);
  word-spacing: var(--font-heading3-word);
}

h2 {
  font-family: var(--font-heading2-family);
  font-size: var(--font-heading2-size);
  font-weight: var(--font-heading2-weight);
  font-style: var(--font-heading2-style);
  text-transform: var(--font-heading2-transform);
  line-height: var(--font-heading2-height);
  letter-spacing: var(--font-heading2-letter);
  word-spacing: var(--font-heading2-word);
}

h1 {
  font-family: var(--font-heading1-family);
  font-size: var(--font-heading1-size);
  font-weight: var(--font-heading1-weight);
  font-style: var(--font-heading1-style);
  text-transform: var(--font-heading1-transform);
  line-height: var(--font-heading1-height);
  letter-spacing: var(--font-heading1-letter);
  word-spacing: var(--font-heading1-word);
}

/*=================
  CUSTOM CONTAINER DEFAULT FONTS
  Can't use !important to avoid conflict with the classes above
=================*/
/*.container-lg h5,
.container-md h5 {
  font-family: var(--font-heading5-family);
  font-size: var(--font-heading5-size);
  font-weight: var(--font-heading5-weight);
  font-style: var(--font-heading5-style);
  text-transform: var(--font-heading5-transform);
  line-height: var(--font-heading5-height);
  letter-spacing: var(--font-heading5-letter);
  word-spacing: var(--font-heading5-word);
}
.container-lg h4,
.container-md h4 {
  font-family: var(--font-heading4-family);
  font-size: var(--font-heading4-size);
  font-weight: var(--font-heading4-weight);
  font-style: var(--font-heading4-style);
  text-transform: var(--font-heading4-transform);
  line-height: var(--font-heading4-height);
  letter-spacing: var(--font-heading4-letter);
  word-spacing: var(--font-heading4-word);
}
.container-lg h3,
.container-md h3 {
  font-family: var(--font-heading3-family);
  font-size: var(--font-heading3-size);
  font-weight: var(--font-heading3-weight);
  font-style: var(--font-heading3-style);
  text-transform: var(--font-heading3-transform);
  line-height: var(--font-heading3-height);
  letter-spacing: var(--font-heading3-letter);
  word-spacing: var(--font-heading3-word);
}
.container-lg h2,
.container-md h2 {
  font-family: var(--font-heading2-family);
  font-size: var(--font-heading2-size);
  font-weight: var(--font-heading2-weight);
  font-style: var(--font-heading2-style);
  text-transform: var(--font-heading2-transform);
  line-height: var(--font-heading2-height);
  letter-spacing: var(--font-heading2-letter);
  word-spacing: var(--font-heading2-word);
}
.container-lg h1,
.container-md h1 {
  font-family: var(--font-heading1-family);
  font-size: var(--font-heading1-size);
  font-weight: var(--font-heading1-weight);
  font-style: var(--font-heading1-style);
  text-transform: var(--font-heading1-transform);
  line-height: var(--font-heading1-height);
  letter-spacing: var(--font-heading1-letter);
  word-spacing: var(--font-heading1-word);
}*/


/*=================
  SPACING
=================*/
.pt-1 {
  padding-top: var(--space-1);
}
.pt-2 {
  padding-top: var(--space-2);
}
.pt-3 {
  padding-top: var(--space-3);
}
.pt-4 {
  padding-top: var(--space-4);
}
.pt-5 {
  padding-top: var(--space-5);
}
.pt-6 {
  padding-top: var(--space-6);
}
.pt-7 {
  padding-top: var(--space-7);
}
.pt-8 {
  padding-top: var(--space-8);
}
.pt-9 {
  padding-top: var(--space-9);
}
.pt-10 {
  padding-top: var(--space-10);
}

.pb-1 {
  padding-bottom: var(--space-1);
}
.pb-2 {
  padding-bottom: var(--space-2);
}
.pb-3 {
  padding-bottom: var(--space-3);
}
.pb-4 {
  padding-bottom: var(--space-4);
}
.pb-5 {
  padding-bottom: var(--space-5);
}
.pb-6 {
  padding-bottom: var(--space-6);
}
.pb-7 {
  padding-bottom: var(--space-7);
}
.pb-8 {
  padding-bottom: var(--space-8);
}
.pb-9 {
  padding-bottom: var(--space-9);
}
.pb-10 {
  padding-bottom: var(--space-10);
}

/*=================
  BACKGROUND COLOR CLASSES
=================*/
.bg-color-n-white {
  background-color: var(--color-n-white);
}
.bg-color-n-black {
  background-color: var(--color-n-black);
}
.bg-color-p {
  background-color: var(--color-p);
}
.bg-color-s {
  background-color: var(--color-s);
}
.bg-color-t {
  background-color: var(--color-t);
}
.bg-color-a {
  background-color: var(--color-a);
}

/*=================
  FONT COLOR CLASSES
=================*/
.font-color-n-white {
  color: var(--color-n-white);
}
.font-color-n-black {
  color: var(--color-n-black);
}
.font-color-p {
  color: var(--color-p);
}
.font-color-s {
  color: var(--color-s);
}
.font-color-t {
  color: var(--color-t);
}
.font-color-a {
  color: var(--color-a);
}

/*=====================
  BUTTONS
=====================*/
body #dvFastForms .ff-btn-submit,
.button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 16px 15px 22px;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: 1px;
    text-transform: uppercase;
    justify-content: space-between;
}
#dvFastForms .ff-btn-submit:hover,
.button:hover {
    transform: translateY(-2px);
}
.button::after {
  transition: transform 0.3s ease;
}
.button:hover::after {
  transform: translateX(4px);
}

/* Primary button */
.button-primary {
    background-color: var(--color-p);
    border: 1px solid var(--color-p);
    color: var(--color-n-white);
}
.button-primary::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  color: currentColor;
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' d='M12,3 A9,9,0,0,1,21,12 A9,9,0,0,1,12,21 A9,9,0,0,1,3,12 A9,9,0,0,1,12,3 Z M13.2,12 L8.6,7.4 L10,6 L16,12 L10,18 L8.6,16.6 Z'/%3E%3C/svg%3E");*/
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9' fill='white'/%3E%3Cpath d='M13.2 12L8.6 7.4L10 6L16 12L10 18L8.6 16.6L13.2 12Z' fill='%23DF388C'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.button-primary:hover {
    background-color: var(--color-s);
    color: var(--color-t);
}

.button-primary.heart-icon::after, .button-primary.heart::after {
  width: 22px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMiAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMu b3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjEuOTk2MSA2LjMyMDZDIDIxLjkzMjEgNC4xMTM2IDIwLjkxMjEgMi4yOTk2IDE5LjQ2OTEgMS4xOTA2QzE3LjYxMzEgLTAuMjM3Mzk5IDE1LjA1NDEgLTAuNDk5Mzk5IDEyLjkyNzEgMS4wNTg2QzEyLjIyNTEgMS41NzQ2IDExLjU2ODEgMi4yODg2IDExLjAwMDEgMy4yMjY2QzEwLjQzMjEgMi4yODg2IDkuNzc2MTUgMS41NzQ2IDkuMDczMTUgMS4wNTk2QzYuOTQ2MTUgLTAuNDk5Mzk5IDQuMzg4MTUgLTAuMjM3Mzk5IDIuNTMxMTUgMS4xOTE2QzEuMDg3MTUgMi4zMDA2IDAuMDY4MTQ4MiA0LjExNDYgMC4wMDQxNDgxNSA2LjMyMTZD LTAuMDMwODUxOSA3LjQ5MzYgMC4xNDkxNDggOC44MDE2IDAuNzkyMTQ4IDEwLjEyNDZDMS44MDIxNSAxMi4yMDE2IDYuNTQ3MTUgMTYuODE5NiAxMC45NjMxIDIwLjgwNzZMMTAuOTk4MSAyMC44NDU2TDExLjAwMDEgMjAuODQzNkwxMS4wMDIxIDIwLjg0NTZMMTEuMDM4MSAyMC44MDc2QzE1LjQ1MzEgMTYuODIwNiAyMC4xOTcxIDEyLjIwMjYgMjEuMjA4MSAxMC4xMjQ2QzIxLjg1MjEgOC44MDE2IDIyLjAzMDEgNy40OTI2IDIxLjk5NjEgNi4zMjA2WiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=");
}
.button-primary.none::after {
  display: none;
}


/* Secondary button */
.button-secondary {
    background-color: transparent;
    border: 1px solid var(--color-p);
    color: var(--color-p);
}
.button-secondary.bg-white {
    background-color: var(--color-n-white);
    color: var(--color-n-black);    
}
.button-secondary::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9' fill='%23DF388C'/%3E%3Cpath d='M13.2 12L8.6 7.4L10 6L16 12L10 18L8.6 16.6L13.2 12Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.button-secondary:hover {
    background-color: var(--color-s);
    transform: translateY(-2px);
    color: var(--color-n-white);
}
.button-secondary.bg-white:hover {
    color: var(--color-p);
}
.button-secondary.heart-icon::after, .button-secondary.heart::after {
  width: 22px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMiAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMu b3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjEuOTk2MSA2LjMyMDZDIDIxLjkzMjEgNC4xMTM2IDIwLjkxMjEgMi4yOTk2IDE5LjQ2OTEgMS4xOTA2QzE3LjYxMzEgLTAuMjM3Mzk5IDE1LjA1NDEgLTAuNDk5Mzk5IDEyLjkyNzEgMS4wNTg2QzEyLjIyNTEgMS41NzQ2IDExLjU2ODEgMi4yODg2IDExLjAwMDEgMy4yMjY2QzEwLjQzMjEgMi4yODg2IDkuNzc2MTUgMS41NzQ2IDkuMDczMTUgMS4wNTk2QzYuOTQ2MTUgLTAuNDk5Mzk5IDQuMzg4MTUgLTAuMjM3Mzk5IDIuNTMxMTUgMS4xOTE2QzEuMDg3MTUgMi4zMDA2IDAuMDY4MTQ4MiA0LjExNDYgMC4wMDQxNDgxNSA2LjMyMTZD LTAuMDMwODUxOSA3LjQ5MzYgMC4xNDkxNDggOC44MDE2IDAuNzkyMTQ4IDEwLjEyNDZDMS44MDIxNSAxMi4yMDE2IDYuNTQ3MTUgMTYuODE5NiAxMC45NjMxIDIwLjgwNzZMMTAuOTk4MSAyMC44NDU2TDExLjAwMDEgMjAuODQzNkwxMS4wMDIxIDIwLjg0NTZMMTEuMDM4MSAyMC44MDc2QzE1LjQ1MzEgMTYuODIwNiAyMC4xOTcxIDEyLjIwMjYgMjEuMjA4MSAxMC4xMjQ2QzIxLjg1MjEgOC44MDE2IDIyLjAzMDEgNy40OTI2IDIxLjk5NjEgNi4zMjA2WiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=");
}
.button-secondary.none::after {
  display: none;
}

/* CTA Button */
[class*="button-lg"], [class*="button-sm"] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: fit-content;
  font-family: 'Circular', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  text-wrap: wrap;
  line-height: 125%;
  letter-spacing: 0px;
  word-spacing: 0px;
  color: var(--color-font);
  border-radius: 50px;
  transition: .15s;
}
[class*="button-lg"] {
  padding: 12px 16px;
}
[class*="button-sm"] {
  padding: 8px 12px;
}


.button-lg-p, .button-sm-p {
  background: var(--color-p);
}
.button-lg-p:hover, .button-sm-p:hover {
  color: var(--color-font) !important;
  background: var(--color-p-80);
}
.button-lg-n, .button-sm-n {
  background: var(--color-n-white);
}
.button-lg-n:hover, .button-sm-n:hover {
  color: var(--color-font) !important;
  background: var(--color-t);
}
.button-lg-s, .button-sm-s {
  color: var(--color-n-white) !important;
  background: var(--color-s);
}
.button-lg-s:hover, .button-sm-s:hover {
  color: var(--color-n-white) !important;
  background: var(--color-s-80);
}
.button-lg-a, .button-sm-a {
  background: var(--color-a-80);
}
.button-lg-a:hover, .button-sm-a:hover {
  color: var(--color-font) !important;
  background: var(--color-a-60);
}

@media only screen and (max-width: 768px) {
  [class*="button-lg"], [class*="button-sm"] {
    font-size: 14px;
  }
  .button-lg {
    padding: 10px;
  }
  .button {
    width: 100%;
  }
}


/*=================
  BUTTON COLOR
=================*/
.button-color-n-white {
  background: var(--color-n-white);
  color: var(--color-p);
  border: 1px solid var(--color-n-white);
}
.button-color-n-white:hover {
  background: var(--color-p);
  color: var(--color-n-white) !important;
}

.button-color-n-black {
  background: var(--color-n-black);
  color: var(--color-n-white);
  border: 1px solid var(--color-n-black);
}
.button-color-n-black:hover {
  background: transparent;
  color: var(--color-n-black);
}

.button-color-p {
  background: var(--color-p);
  color: var(--color-n-white);
  border: 1px solid var(--color-n-white);
}
.button-color-p:hover {
  background: var(--color-n-white);
  color: var(--color-p) !important;
}

.button-color-p-invert {
  background: transparent;
  color: var(--color-p);
  border: 1px solid var(--color-p);
}

.button-color-p-invert:hover {
  background: var(--color-p);
  color: var(--color-n-white) !important;
}

.button-color-p-invert:hover svg path {
  stroke: var(--color-n-white) !important;;
}

.button-color-s {
  background: var(--color-s);
  color: var(--color-n-white);
  border: 1px solid var(--color-n-white);
}
.button-color-s:hover {
  background: var(--color-n-white);
  color: var(--color-p) !important;
  border: 1px solid var(--color-p);
}

.button-color-t {
  background: var(--color-t);
  color: var(--color-n-white);
  border: 1px solid var(--color-n-white);;
}
.button-color-t:hover {
  background: var(--color-n-white);
  color: var(--color-p) !important;
}

.button-color-a {
  background: var(--color-a);
  color: var(--color-n-white);
  border: 1px solid var(--color-n-white);
}
.button-color-a:hover {
  background: var(--color-n-white);
  color: var(--color-a) !important;
}


/*=================
  CONTAINER
=================*/
.container {
  max-width: var(--container-width);
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.container.max-w-full, .max-w-full {
	max-width: 100%;
}
.container-lg {
  max-width: 1407px;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.container-md, .container-base {
  max-width: 800px;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.container-base {
  max-width: 1200px;
}
.container-sm {
  max-width: 500px;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.h-auto {
  height: auto!important;
}
.container.full {
  max-width: unset;
  padding: 0;
}
.mw-fit {
  max-width: fit-content;
}
.background-image {
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.hide {
  display: none !important;
}
a:hover {
  color: inherit;
}


/*=================
  WYSIWYG STYLES
=================*/
.rich-text a {
  display: inline;
  color: var(--color-s);
  text-decoration: none;
}
.rich-text a:hover {
  text-decoration: underline;
  color: var(--color-s-80);
}

/*=================
  Z-INDEX LAYERS
=================*/
:root {
  --z-header: 100;
  --z-dropdown: 200;
  --z-mobile-menu: 300;
  --z-modal: 400;
}


/*=================
  SKIP LINK
=================*/
.skip-to-content {
  position: fixed;
  top: 0;
  left: 0;
  z-index: calc(var(--z-modal) + 100);
  padding: 12px 24px;
  background-color: #df388c;
  color: #ffffff;
  font-family: var(--font-large-family);
  font-size: var(--font-large-size);
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-100%);
  transition: transform 0.2s ease-in-out;
}

.skip-to-content:focus {
  transform: translateY(0);
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

#main-content:focus {
  outline: none;
}


/*=================
  HEADER
=================*/

/*=================
  HEADER NAV
=================*/
.main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--z-header);
  background-color: transparent;
  padding: 30px;
  border-bottom: 0;
}
.main-header::after, .mobile-header::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCAwQzE2LjU2ODUgMCAzMCAxMy40MzE1IDMwIDMwTDMwIDBMMCAwWiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
}

#main-content {
  border: 30px solid #fff;
  border-bottom: 0;
}

.header-wrapper {
  position: relative;
}

.header {
  position: relative;
  display: flex;
  align-items: end;
  gap: 16px;
}

.header .logo-wapper {
  flex-shrink: 1;
  width: 100%;
  max-width: 457px;
  height: 133px;
  background-color: #fff;
  position: relative;
  border-bottom-right-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-right: 20px;
  padding-bottom: 30px;
}
.header .logo-wapper img {
  height: 48px;
  width: auto;
  max-width: 100%;
  max-height: 48px;
  min-width: 200px;
}
.main-header .header .logo-wapper::before, .main-header .header .logo-wapper::after,
.mobile-logo::before, .mobile-logo::after,
.mobile-menu-overlay::before, .mobile-menu-overlay::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M30%200C13.4315%200%200%2013.4315%200%2030L0%200L30%200Z%22%20fill%3D%22white%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.main-header .header .logo-wapper::before {
  top: 0;
  right: -30px;
}
.main-header .header .logo-wapper::after {
  bottom: -30px;
  left: 0;
}

.desktop-burger-open .header .logo-wapper {
  background-color: transparent;
}
.desktop-burger-open .header .logo-wapper img {
  filter: brightness(0) invert(1);
}
.desktop-burger-open .main-header::after,
.desktop-burger-open .main-header .header .logo-wapper::before,
.desktop-burger-open .main-header .header .logo-wapper::after {
  display: none;
}

.header .logo img {
  height: 48px;
  width: auto;
}

/*=================
  HEADER NAV BAR (rounded container with nav + actions)
=================*/
.header-nav-bar {
  position: relative;
  display: none;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100px;
  padding: 8px 8px 8px 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: visible; /* Allow dropdowns to extend outside rounded container */
  margin: 0 30px 20px;
  backdrop-filter: blur(7px);
}

@media only screen and (min-width: 1200px) {
  .header-nav-bar {
    display: flex;
  }
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.header-nav .nav-item {
  position: relative; /* Enable dropdown positioning relative to nav item */
}

.header-nav .nav-item .item {
  color: var(--color-n-black);
  white-space: nowrap;
  padding: 8px 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  letter-spacing: 1px;
  align-items: center;
  gap: 6px;
}
.header-nav .nav-item .item svg {  
  color: var(--color-p, #df388c)
}

.header-nav .nav-item .item:hover {
  opacity: 0.7;
}

.header-nav .nav-item .item .dropdown-chevron {
  width: 12px;
  height: 12px;
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}

.header-nav .nav-item.is-open .item .dropdown-chevron,
.header-nav .nav-item.has-dropdown:hover .item .dropdown-chevron {
  transform: rotate(180deg);
}.header-nav .nav-item.is-open .item .dropdown-chevron,
.header-nav .nav-item.has-dropdown:hover .item .dropdown-chevron {
  transform: rotate(180deg);
}


@media only screen and (max-width: 1400px) {
  .header .logo-wapper {
    height: 110px;
  }
  .header-nav-bar {
    margin: 0 10px 20px;
  }
  .header-nav {
    gap: 10px;
  }
  .header-nav > .nav-item.has-dropdown:last-of-type > .dropdown-menu {
    right: 0;
    left: auto;
  }
}


/*=================
  HEADER ACTIONS (right side of nav bar)
=================*/
.header-actions .login-panel {
  position: relative;
}
.login-panel .login-dropdown {
  position: absolute;
  background-color: var(--color-p, #df388c);
  color: var(--color-n-white, #ffffff) !important;
  padding: 15px 20px;
  border-radius: 20px;
  margin-top: 20px;
  width: 180px;
  display: flex;
  flex-direction: column;
  gap: 10px;  
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3);
  z-index: var(--z-dropdown);
}
.login-panel.is-open .login-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.login-panel .login-dropdown a {
  display: flex;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
  gap: 10px;
  align-items: center;
}
.login-panel .login-dropdown svg {
  display: inline-block;
}


.header-actions, .search-panel {
  display: flex;
  align-items: center;
  gap: 8px;
}
.search-panel {
  gap: 4px;
}

/*=================
  HEADER CTA BUTTON
=================*/
.header-cta {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: var(--color-p, #df388c);
  color: var(--color-n-white, #ffffff) !important;
  padding: 14px 20px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}

.header-cta:hover {
  opacity: 0.8;
}
.header-actions > a.header-cta:first-of-type:not(:has(svg))::after {
  content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: currentColor; /* Matches your text color automatically */
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>');
    -webkit-mask-size: contain;
    mask-size: contain;
}

/*=================
  DROPDOWN MENU
=================*/
.dropdown-menu {
  position: absolute;
  top: calc(100% + 32px);
  left: -30px;
  padding: 24px 32px;
  font-family: var(--font-inter);
  background-color: var(--color-p, #df388c);
  border-radius: 20px;
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out;
  z-index: var(--z-dropdown);
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3);
}

/* Only display dropdowns on desktop */
@media only screen and (min-width:  1200px) {
  .dropdown-menu {
    display: block;
  }
}

/* Dropdown positioning is handled dynamically by dropdown.js */

/* Only show dropdowns on desktop */
@media only screen and (min-width:  1200px) {
  .nav-item.has-dropdown.is-open .dropdown-menu,
  .nav-item.has-dropdown:hover .dropdown-menu,
  .nav-item.has-dropdown:focus-within .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}

.dropdown-menu .dropdown-inner {
  display: flex;
  gap: 12px 80px;
  color: #ffffff;
}
.dropdown-menu  .dropdown-inner .dropdown-column-title {
  font-family: var(--font-inter);
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 22px;
}
.dropdown-menu .sub-items {
  width: 250px;
  max-width: 260px;
}
.dropdown-menu .sublinks {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.dropdown-menu .sublinks .dropdown-item {
  color: rgba(255, 255, 255, 1);
  background: transparent;
  padding: 6px 0;
  font-size: 15px;
  white-space: normal;
}
.dropdown-menu .sublinks .dropdown-item:hover {
  color: rgba(255, 255, 255, 0.8);
}


/*=================
  HEADER LOGIN
=================*/
.search-panel .header-login {
  color: var(--color-n-black);
  white-space: nowrap;
  font-weight: 400;
  padding: 8px 12px;
  font-size: 18px;
}
.search-panel .header-login:hover {
  opacity: 0.7;
}

/*=================
  HEADER SEARCH
=================*/
.search-panel .header-search {
  position: relative;
}
.search-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--color-n-black);
  transition: opacity 0.2s ease;
}
.search-toggle:hover {
  opacity: 0.7;
}
.search-toggle:focus {
  outline: 2px solid var(--color-p);
  outline-offset: 2px;
}
.search-toggle svg {
  width: 24px;
  height: 24px;
}
.search-dropdown {
  position: absolute;
  top: calc(100% + 16px);
  right: 0;
  min-width: 300px;
  border-radius: 30px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3);
  background-color: var(--color-n-white);
  z-index: var(--z-dropdown);
}
.header-search.is-open .search-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.search-form {
  display: flex;
}
.search-input {
  width: 100%;
  padding: 12px 16px;
  background-color: transparent;
  border: none;
  border-radius: 30px;
  color: var(--color-n-black);
}

.search-input::placeholder {
  color: var(--color-n-black);
  opacity: 0.6;
}

.search-input:focus {
  outline: 2px solid var(--color-s);
  outline-offset: 0;
}


/*=================
  DESKTOP BURGER MENU
=================*/
.desktop-burger-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 46px;
  height: 46px;
  padding: 0;
  background-color: var(--color-p, #df388c);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 0.2s ease;
}

.desktop-burger-toggle:hover {
  opacity: 0.8;
}

.desktop-burger-toggle .burger-line {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Animate to X when open */
.desktop-burger-toggle.is-active .burger-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.desktop-burger-toggle.is-active .burger-line:nth-child(2) {
  opacity: 0;
}

.desktop-burger-toggle.is-active .burger-line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.desktop-burger-toggle:focus {
  outline: 2px solid var(--color-n-white, #ffffff);
  outline-offset: 2px;
}

/*=================
  DESKTOP BURGER OVERLAY
=================*/
/*=================
  DESKTOP MEGA MENU OVERLAY
=================*/
.desktop-burger-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: var(--font-inter);
  z-index: calc(var(--z-header) - 1);
  background-color: var(--color-p, #df388c);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.desktop-burger-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  width: 100%;
}

.mega-menu-content {
  padding: 220px 0 50px;
  height: 100%;
}
.mega-menu-content .container.full {
  padding: 0 60px 0 60px;
  overflow-y: auto;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  max-width: 100%;
}
.mega-menu-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* Left columns container */
.mega-menu-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto auto;
  gap: 48px 40px;
  align-content: space-evenly;
  height: 100%;
}
.mega-menu-heading {
  color: #ffffff;
  font-size: 29px;
  font-weight: 700;
  margin-bottom: 26px;
  font-family: var(--font-heading);
}
.mega-menu-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mega-menu-links li a {
  color: #ffffff;
  font-size: 15px;
  display: block;
  font-weight: 400;
}
.mega-menu-links li a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* Right highlighted box */
.mega-menu-highlight {
  background-color: #CE2D7E;
  border-radius: 16px;
  padding: 28px 50px;
  width: 724px;
  max-width: 724px;
}

.mega-menu-highlight-title {
  color: #ffffff;
  font-size: 29px;
  font-weight: 700;
  margin-bottom: 40px;
  font-family: var(--font-heading);
}

.mega-menu-highlight-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 32px;
  margin-bottom: 24px;
}

.mega-menu-highlight-column {
  min-width: 0;
}

.mega-menu-subheading {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: var(--font-heading);
}

.mega-menu-highlight .mega-menu-links {
  gap: 8px;
}

.mega-menu-highlight .mega-menu-links li a {
  font-size: 15px;
}

.mega-menu-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background-color: #ffffff;
  color: var(--color-p, #df388c);
  border-radius: 100px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mega-menu-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.mega-menu-cta .cta-heart {
  width: 16px;
  height: 16px;
}

/* Hide mega menu on mobile */
@media only screen and (max-width: 1200px) {
  .desktop-burger-overlay {
    display: none;
  }
}
@media only screen and (max-width: 1400px) {
  .mega-menu-highlight {
    width: 550px;
  }
}



/*=================
  MOBILE MENU
=================*/


/*=================
  MOBILE HEADER
=================*/
.mobile-header {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--z-modal);
  border-top: 15px solid #fff;
  padding: 0 15px;
  background-color: transparent;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.2s ease;
}
.mobile-header::after {
  top: 0;
  right: 15px;
  z-index: 0;
}

.mobile-header.solid-bg {
  background-color: var(--color-p);
}

/* Hide mobile elements on desktop */
@media only screen and (min-width: 1201px) {
  .mobile-header,
  .mobile-menu-overlay {
    display: none !important;
  }
}

@media only screen and (max-width: 1200px) {
  .mobile-header {
    display: flex;
  }

  /* Hide desktop header */
  .main-header {
    display: none;
  }
}


.mobile-logo {
  background-color: #fff;
  padding: 8px 17px 15px 0;
  position: relative;
  border-bottom-right-radius: 30px;
}
.mobile-logo::before, .mobile-logo::after {
  width: 14px;
  height: 14px;
}
.mobile-logo::before {
  top: 0;
  right: -14px;
}
.mobile-logo::after {
  bottom: -14px;
  left: 0;
}
.mobile-logo img {
  max-width: 215px;
  height: auto;
  width: 100%;
}

/*=================
  MOBILE TOGGLE (Hamburger)
=================*/
.mobile-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  align-items: center;
  gap: 3px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  cursor: pointer;
  z-index: 10;
  margin-top: 10px;
  margin-right: 25px;
}

.mobile-toggle-line {
  display: block;
  width: 17px;
  height: 2px;
  background-color: var(--color-p);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

/* Animate to X when open */
.mobile-toggle.is-active .mobile-toggle-line:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

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

.mobile-toggle.is-active .mobile-toggle-line:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.mobile-toggle:focus {
  outline: 2px solid var(--color-p);
  outline-offset: 2px;
}

/*=================
  MOBILE MENU OVERLAY
=================*/
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: var(--z-mobile-menu);
  background-color: var(--color-p);
  display: flex;
  flex-direction: column;
  padding: 80px 15px 20px;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
  border: 15px solid #fff;
  overflow: hidden;
}
.mobile-menu-overlay::before { 
  transform: rotate(-90deg);
  bottom: 0;
  left: 0;
}
.mobile-menu-overlay::after {
  transform: rotate(180deg);
  bottom: 0;
  right: 0;
}

.mobile-menu-overlay.is-open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/*=================
  MOBILE OVERLAY 
=================*/

.mobile-menu-wrapper {
  overflow-y: auto;
  height: 100%;
  padding: 0 10px;
}

/*=================
  MOBILE NAVIGATION
=================*/
.mobile-nav {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.mobile-nav-item {
}
.mobile-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0;
  background: transparent;
  border: none;
  color: var(--color-n-white);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  cursor: pointer;
  text-align: left;
}
.mobile-nav-link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.mobile-nav-link:focus {
  outline: 1px solid var(--color-n-white);
  outline-offset: 1px;
}
.accordion-chevron {
  transition: transform 0.25s ease;
}
.mobile-nav-item.is-open .accordion-chevron {
  transform: rotate(180deg);
}

/*=================
  ACCORDION PANEL
=================*/
.mobile-nav-item .accordion-panel {
  max-height: 0;
  overflow: hidden;
  background-color: #D85B9A;
  border-radius: 8px;
  margin-bottom: 0;
  transition: max-height 0.25s ease, margin-bottom 0.25s ease, padding 0.25s ease;
}
.mobile-nav-item.is-open .accordion-panel {
  max-height: 500px;
  margin-bottom: 16px;
  padding: 10px 20px 16px;
}
.mobile-nav-item .accordion-category {
  display: block;
  color: var(--color-n-white);
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 12px;
  margin-top: 12px;
  font-family: var(--font-inter);
}
.mobile-nav-item .accordion-link {
  display: block;
  font-family: var(--font-inter);
  color: var(--color-n-white);
  font-size: 15px;
  font-weight: 400;
  padding: 5px 0;
  color: var(--color-n-white);
}
.mobile-nav-item .accordion-link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.mobile-nav-item .accordion-link:focus {
  outline: 1px solid var(--color-p);
  outline-offset: 1px;
}

/*=================
  MOBILE CTA GROUP
=================*/
.mobile-cta-group {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  margin-bottom: 24px;
  align-items: start;
}

.mobile-cta {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
}

.mobile-cta:hover {
  opacity: 0.9;
}

.mobile-cta:focus {
  outline: 1px solid var(--color-n-white);
  outline-offset: 1px;
}

.mobile-cta-donate {
  background-color: var(--color-n-white);
  color: var(--color-p);
}

.mobile-cta-donate .cta-heart {
  width: 16px;
  height: 16px;
}

.mobile-login-panel {
  background-color: transparent;
  color: var(--color-n-white);
  border: 1px solid var(--color-n-white);  
  flex: 1;
  display: flex;
  border-radius: 30px;
  flex-direction: column;
  position: relative;
}
.mobile-login-drop {
  display: none;
  gap: 5px;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.mobile-cta-login {
  outline: none!important;;
}
.mobile-login-panel.is-open .mobile-login-drop {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.mobile-login-drop a {
  background-color: var(--color-n-white);
  color: var(--color-p);
}

/*=================
  MOBILE SEARCH
=================*/
.mobile-search-form {
  display: flex;
  align-items: center;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: auto;
  padding-top: 16px;
}

.mobile-search-input {
  flex: 1;
  padding: 12px 0;
  background: transparent;
  border: none;
  color: var(--color-n-white);
  font-size: 14px;
}

.mobile-search-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.mobile-search-input:focus {
  outline: none;
}

.mobile-search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--color-n-white);
}

.mobile-search-submit:hover {
  opacity: 0.8;
}

.mobile-search-submit:focus {
  outline: 2px solid var(--color-n-white);
  outline-offset: 2px;
}


/*=================
  FOOTER
=================*/

/*=================
  NEWSLETTER SECTION
=================*/
.newsletter-section {
  padding: 100px 30px 60px;
  position: relative;
  overflow: hidden;
}
.newsletter-section .container {
  background: linear-gradient(135deg, #df388c 0%, #c92f7a 100%);
  border-radius: 50px;
  padding: 0 100px;
}
.newsletter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.newsletter-content {
  flex: 1;
  max-width: 500px;
  position: relative;
}
.newsletter-stars {
  position: absolute;
  right: 0;
  top: 30px;
}
.newsletter-heading {
  font-family: var(--font-secondary);
  font-size: 45px;
  font-weight: 400;
  color: var(--color-n-white);
  margin-bottom: 8px;
  line-height: 1.2;
}
.newsletter-subheading {
  font-size: 18px;
  color: var(--color-n-white);
  margin-bottom: 24px;
}
.newsletter-section .gform_confirmation_message {
  font-weight: 700;
  color: #fff;
}

/* Newsletter form */
.gform_wrapper.gravity-theme form.newsletter-form {
   .gform_fields {
    align-items: center;
  }

}

.newsletter-form {
  max-width: 444px;
}
.gform_wrapper.gravity-theme form.newsletter-form .gform_fields {
  display: grid;
  grid-column-gap: 2%;
  grid-row-gap: 16px;
  grid-template-columns: repeat(12,1fr);
  width: 100%;
}
.newsletter-input-wrapper, .gform_wrapper.gravity-theme form.newsletter-form .gform-body {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  padding: 8px 8px 8px 20px;
  gap: 5px;
}
.gform_wrapper.gravity-theme form.newsletter-form .gform-body.gform_body::before {
  content: "";
  width: 20px;
  height: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ibmV3c2xldHRlci1lbnZlbG9wZSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE1IiB2aWV3Qm94PSIwIDAgMTYgMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNTUzNDMgMTIuNUMyLjIwMjUxIDEyLjUgMS45MDIxIDEyLjM3NzYgMS42NTIxOSAxMi4xMzI4QzEuNDAyMjkgMTEuODg4IDEuMjc3MzQgMTEuNTkzOCAxLjI3NzM0IDExLjI1VjMuNzVDMS4yNzczNCAzLjQwNjI1IDEuNDAyMjkgMy4xMTE5OCAxLjY1MjE5IDIuODY3MTlDMS45MDIxIDIuNjIyNCAyLjIwMjUxIDIuNSAyLjU1MzQzIDIuNUgxMi43NjIxQzEzLjExMzEgMi41IDEzLjQxMzUgMi42MjI0IDEzLjY2MzQgMi44NjcxOUMxMy45MTMzIDMuMTExOTggMTQuMDM4MiAzLjQwNjI1IDE0LjAzODIgMy43NVYxMS4yNUMxNC4wMzgyIDExLjU5MzggMTMuOTEzMyAxMS44ODggMTMuNjYzNCAxMi4xMzI4QzEzLjQxMzUgMTIuMzc3NiAxMy4xMTMxIDEyLjUgMTIuNzYyMSAxMi41SDIuNTUzNDNaTTcuNjU3NzkgOC4xMjVMMi41NTM0MyA1VjExLjI1SDEyLjc2MjFWNUw3LjY1Nzc5IDguMTI1Wk03LjY1Nzc5IDYuODc1TDEyLjc2MjEgMy43NUgyLjU1MzQzTDcuNjU3NzkgNi44NzVaTTIuNTUzNDMgNVYzLjc1VjExLjI1VjVaIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex: none;
  display: block;
}
.gform_wrapper.gravity-theme form.newsletter-form .gfield.gfield--width-two-thirds {
    grid-column: span 8;
    -ms-grid-column-span: 8;
  }
  .gform_wrapper.gravity-theme form.newsletter-form .gfield.gfield--width-third {
    position: relative;
    grid-column: span 4;
    -ms-grid-column-span: 4;
  }
.newsletter-envelope {
  width: 20px;
  height: 16px;
  color: var(--color-n-white);
  flex-shrink: 0;
}
.newsletter-input, .gform_wrapper.gravity-theme form.newsletter-form .gfield input[type="email"] {
  flex: 1;
  background: transparent;
  border: none;
  color: var(--color-n-white);
  font-weight: 400;
  font-size: 15px;
  padding: 8px 0;
}
.newsletter-input::placeholder, .gform_wrapper.gravity-theme form.newsletter-form .gfield input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.newsletter-input:focus {
  outline: none;
}
.newsletter-submit, .gform_wrapper.gravity-theme form.newsletter-form #field_submit .gform-button--width-full.button {
  background-color: var(--color-n-white);
  color: var(--color-n-black);
  border: none;
  border-radius: 50px;
  padding: 12px;
  text-align: center;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s ease;
  margin-left: auto;
  display: flex;
}
.newsletter-submit:hover {
  opacity: 0.9;
}
.newsletter-submit:focus {
  outline: 1px solid var(--color-n-white);
  outline-offset: 1px;
}

.newsletter-image {
  flex-shrink: 0;
  width: 400px;
  max-width: 40%;
  margin-top: -75px;
  margin-right: 20%;
}
.newsletter-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.gform_wrapper.gravity-theme form.newsletter-form .validation_message {
  background: transparent;
  padding: 0;
  border: none;
}
@media only screen and (max-width: 1200px) {	
  .newsletter-section {
    padding: 40px 15px 0;
  }
}

/* Newsletter responsive - mobile */
@media only screen and (max-width: 992px) {
	
  .gform_wrapper.gravity-theme form.newsletter-form .gfield.gfield--width-two-thirds {
    grid-column: span 10;
    -ms-grid-column-span: 10;
  }
  .gform_wrapper.gravity-theme form.newsletter-form .gfield.gfield--width-third {
    position: relative;
    grid-column: span 2;
    -ms-grid-column-span: 2;
  }
  .newsletter-section .container {
    padding: 0 20px;
  }
  .newsletter-image {
    margin-top: 0;
    margin-right: 0;
    width: 100%;
    max-width: 300px;
  }  
  .newsletter-stars {
    position: relative;
    right:auto;
    top: auto;
    margin-top: 20px;
  }
  .newsletter-inner {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .newsletter-content {
    width: 100%;
    max-width: 400px;
  }
  .newsletter-heading {
    font-size: 32px;
  }
  .newsletter-form {
    max-width: 100%;
    margin: 0 auto;
  }
  .newsletter-input-wrapper {
    flex-direction: column;
    background: transparent;
    padding: 0;
    gap: 0;
  }
  .newsletter-input-wrapper > .newsletter-envelope {
    position: absolute;
    left: 20px;
    top: 17px;
  }
  .newsletter-input {
    width: 100%;
    background-color: #F889BE;
    border-radius: 50px;
    padding: 16px 20px;
    padding-left: 45px;
    margin-bottom: 12px;
  }
  form [type="submit"].newsletter-submit, .gform_wrapper.gravity-theme form.newsletter-form #field_submit .gform-button--width-full.button {
    width: 41px;
    height: 38px;
    padding: 0;
    border-radius: 50%;
    /*position: absolute;
    right: 4px;
    top: 42%;
    transform: translateY(-50%);*/
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
  }
  .newsletter-submit::after, .gform_wrapper.gravity-theme form.newsletter-form .gfield.gfield--width-third::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--color-p);
    border-right: 2px solid var(--color-p);
    transform: rotate(45deg);
    position: absolute;
    right: 16px;
    top: 14px;
    cursor: pointer;
  }
  .gform_wrapper.gravity-theme form.newsletter-form .gfield.gfield--width-third:hover::after {
    margin-top: -2px;
  }

  .newsletter-input-wrapper {
    position: relative;
  }
}

/*=================
  FOOTER MAIN
=================*/
.footer {
  background-color: var(--color-n-white);
}
.footer .container{
  padding: 0 100px;
}

.footer-main {
  padding: 10px 0 40px;
}

.footer-main-inner {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 60px;
}

/* Footer Brand (Logo + Social) */
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-logo {
  display: block;
  margin-bottom: 24px;
}

.footer-logo img {
  width: auto;
  object-fit: contain;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 16px;
}

.footer-social .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.footer-social .social-link:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.footer-social .social-link:focus {
  outline: 2px solid var(--color-p);
  outline-offset: 2px;
}

.footer-social .social-icon {
}

/* Footer Navigation Columns */
.footer-nav {
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer-nav-column {
  display: flex;
  flex-direction: column;
}

.footer-nav-heading {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--color-n-black);
  margin-bottom: 20px;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  cursor: default;
}

/* Hide accordion chevron on desktop */
.footer-nav-heading .accordion-chevron {
  display: none;
}

/* On desktop, links are always visible */
.footer-nav-links {
  display: flex !important;
  flex-direction: column;
  gap: 12px;
}

.footer-nav-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-n-black);
  transition: color 0.2s ease;
}

.footer-nav-link:hover {
  color: var(--color-p);
}

.footer-nav-link:focus {
  outline: 2px solid var(--color-p);
  outline-offset: 2px;
}

/*=================
  FOOTER QUICK LINKS
=================*/
.footer-quicklinks {
  padding: 24px 0;
}

.quicklinks-inner {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 90px;
}
.quicklinks-left {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 700;
}
.quicklinks-label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--color-n-black);
}
.quicklink {
  text-transform: uppercase;
  color: var(--color-p);
  transition: opacity 0.2s ease;
}
.quicklink:hover {
  color: var(--color-n-black);
}
.quicklink:focus {
  outline: 1px solid var(--color-p);
  outline-offset: 1px;
}
.quicklinks-partners {
  display: flex;
  align-items: center;
  gap: 8px;
}
.partner-logo {
  display: flex;
  align-items: center;
}
.partner-logo img {
  width: auto;
  object-fit: contain;
}

/*=================
  FOOTER DISCLAIMER
=================*/
.footer-disclaimer {
}
.footer-disclaimer .container {
  padding-top: 40px;
  border-top: 1px solid var(--color-a);
  padding-bottom: 40px;
}

.disclaimer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.acknowledgement {
  flex: 1;
  max-width: 520px;
  font-size: 12px;
  color: var(--color-n-black);
  line-height: 1.5;
}

.disclaimer-right {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.copyright {
  font-size: 12px;
  color: var(--color-n-black);
}

.legal-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.legal-links a {
  font-size: 12px;
  color: var(--color-n-black);
}

.legal-links a:hover {
  color: var(--color-p);
}

.legal-links a:focus {
  outline: 2px solid var(--color-p);
  outline-offset: 2px;
}

/*=================
  FOOTER MOBILE (992px and below)
=================*/
@media only screen and (max-width: 992px) {
  
  .footer .container{
    padding: 0 15px;
  }
  .footer-main {
    padding: 40px 0 20px;
  }

  .footer-main-inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  /* Center logo and social on mobile */
  .footer-brand {
    align-items: center;
    text-align: center;
  }
  .footer-social {
    justify-content: center;
  }
  .footer-social .social-icon {
  }
  /* Footer nav becomes accordion on mobile */
  .footer-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .footer-nav-column {
  }
  .footer-nav-column:first-child {
  }

  .footer-nav-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 0;
    margin-bottom: 0;
    cursor: pointer;
  }

  .footer-nav-heading:focus {
    outline: 1px solid var(--color-p);
    outline-offset: -1px;
  }

  /* Show accordion chevron on mobile */
  .footer-nav-heading .accordion-chevron {
    display: block;
    color: var(--color-p);
    transition: transform 0.25s ease;
  }

  /* Rotate chevron when open */
  .footer-nav-column.is-open .footer-nav-heading .accordion-chevron {
    transform: rotate(180deg);
  }

  /* Links hidden by default on mobile, shown via JS */
  .footer-nav-links {
    display: none !important;
    padding: 0 0 16px;
  }

  .footer-nav-links[aria-hidden="false"],
  .footer-nav-column.is-open .footer-nav-links {
    display: flex !important;
  }

  /* Quick Links mobile layout */
  .quicklinks-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .quicklinks-left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 24px;
    width: 100%;
  }

  .quicklinks-label {
    grid-column: 1 / -1;
    margin-bottom: 8px;
  }

  .quicklinks-partners {
    width: 100%;
    justify-content: center;
    padding-top: 16px;
  }

  /* Disclaimer mobile layout */
  .footer-disclaimer .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .disclaimer-inner {
    flex-direction: column;
    gap: 16px;
    text-align: left;
  }

  .acknowledgement {
    max-width: 100%;
  }

  .disclaimer-right {
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }

  .legal-links {
    gap: 16px;
  }
}

/*=================
  Global styles
=================*/
.small-heading {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.section-title {  
    color: var(--color-p);
    margin: 0;
}
.h-full {
  height: 100%;
}
.text-center {
  text-align: center;
}
.custom-medium-icon .box-column img {
	width: 156px;
}
iframe {
	width: 100%;
	max-width: 100%;
}
.img-top .campaign-cards__image {
  object-position: top;
}

/* Cards */
.card {
  display: flex;
  flex-direction: column;
  border: 1.5px solid #E7E4E7;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}
.card .card-thumbnail {
  padding: 15px 15px 0;
}
.card .card-thumbnail img {
  width: 100%;
  height:100%;
  object-fit: cover;
  aspect-ratio: 3/2;
  border-radius: 10px;
}
.card-img-h-auto .card-thumbnail img {
	height: auto;
}
.card .card-content {
  padding: 19px 29px 38px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.card .card-content .action {
  margin-top: auto;
}
.card .card-content .card-wrapper {
  height: 100%;
  position: relative;
}
.card-wrapper .action {
    position: absolute;
    bottom: 0;
    right: 0;
}
.break-long-text {
  overflow-wrap: break-word;
  word-break: break-word;
}

/* Breadcrumbs */
.breadcrumbs {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  color: var(--color-a-60);
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font-primary);
  text-transform: uppercase;
}
.breadcrumbs .separator svg{
  transform: rotate(-90deg);
}
.breadcrumbs a {
  color: var(--color-a-60);
}
.breadcrumbs .active {
  color: var(--color-n-white);
}

/*=================
  BLOG POSTS
=================*/

/*=================
  Banner
=================*/
.hero-imgs {
  border: 30px solid #fff;
  background-color:#fff;
  img {
    border-radius: 30px;
  }
}


/*=================
  BREAKPOINTS
=================*/

@media only screen and (max-width: 1200px) {
  html {
    font-size: 80%;
  }
  #main-content {
    border: 15px solid #fff;
  }
}

@media only screen and (max-width: 992px) {
  html {
    font-size: 87%;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 85%;
  }
  .mobile-cta-group {
    display: grid;
  }
}

@media only screen and (max-width: 576px) {
  html {
    font-size: 80%;
  }
}

/* ===========================================
   Single Event Page Styles
   =========================================== */

.single-event {
}

/* ===========================================
   Hero Banner Section
   =========================================== */
.single-event__banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
    padding-bottom: var(--space-5);
}
.single-event__banner-inner {
    position: relative;
    min-height: 734px;
    display: grid;
    align-items: end;
    border-radius: 30px;
    overflow: hidden;
}
/* Breadcrumbs */
.single-event__breadcrumbs {
    position: absolute;
    top: 170px;
    left: 50px;
    z-index: 99;
}
.single-event__breadcrumbs .breadcrumbs {
    margin: 0;
}
/* Background Layers */
.single-event__banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.single-event__banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-event__banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}
.single-event__banner-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.64) 0%,
        rgba(0, 0, 0, 0) 37.5%
    );
    z-index: 3;
}
.single-event__banner-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 599px;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.46) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    z-index: 4;
    border-radius: 30px 0 0 30px;
}

/* Banner Content */
.single-event__banner-inner .container {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 64px 55px 80px;
}

.single-event__banner-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
}

.single-event__title {
    color: var(--color-n-white);
    margin: 0;
    max-width: 1000px;
}

.single-event__date-large {
    font-family: var(--font-secondary);
    font-size: 64px;
    font-weight: 400;
    line-height: 1.1;
    color: var(--color-n-white);
    white-space: nowrap;
}

/* Jump Link */
.single-event__jump {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: var(--color-n-white);
    border-radius: 50%;
    color: var(--color-p);
    z-index: 30;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.single-event__jump:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.single-event__jump svg {
    width: 18px;
    height: 11px;
}

/* ===========================================
   Content Section
   =========================================== */
.single-event__content {
    padding: 80px 0;
}

.single-event__grid {
    display: grid;
    grid-template-columns: 1fr 493px;
    gap: 60px;
    align-items: start;
}

/* Left Column: Description */
.single-event__description {
    max-width: 100%;
}

.single-event__body {
    h1, h2, h3, h4, h5 {
        color: var(--color-p);
        margin-bottom: revert;
    }
    color: var(--color-n-black);
}
.single-event__body p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: var(--color-n-black);
}

.single-event__body p {
    margin: 0 0 24px 0;
}

.single-event__body p:last-child {
    margin-bottom: 0;
}

/* Right Column: Details Card */
.single-event__sidebar {
    position: sticky;
    top: 120px;
}

.single-event__details-card {
    background-color: var(--color-t);
    border-radius: 30px;
    padding: 32px;
}

/* Detail Rows */
.single-event__detail-row {
    padding: 20px 0;
    border-top: 1px solid var(--color-a);
}

.single-event__detail-row:first-of-type {
    border-top: none;
    padding-top: 0;
}

.single-event__detail-label {
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-n-black);
    margin: 0 0 8px 0;
}

.single-event__detail-value {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-n-black);
}

.single-event__detail-value--split {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

/* Tickets List */
.single-event__tickets-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.single-event__ticket-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.single-event__ticket-name {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    color: var(--color-n-black);
}

.single-event__ticket-price {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 500;
    color: var(--color-n-black);
}

/* ===========================================
   Responsive - Large Desktop (1200px)
   =========================================== */
@media (max-width: 1200px) {
    .single-event__breadcrumbs {
        top: 100px;
    }

    .single-event__title,
    .single-event__date-large {
        font-size: 52px;
    }

    .single-event__grid {
        grid-template-columns: 1fr 340px;
        gap: 40px;
    }
}

/* ===========================================
   Responsive - Tablet (991px)
   =========================================== */
@media (max-width: 991px) {
    .single-event__banner {
        padding-bottom: 29px;
    }

    .single-event__banner-inner {
        min-height: 606px;
    }

    .single-event__breadcrumbs {
        top: 80px;
        left: 30px;
    }

    .single-event__banner-inner .container {
        padding: 40px 35px 60px;
    }

    .single-event__banner-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .single-event__title {
        font-size: 48px;
        max-width: 100%;
    }

    .single-event__date-large {
        font-size: 48px;
    }

    .single-event__banner-blur {
        width: 400px;
    }

    .single-event__jump {
        width: 58px;
        height: 58px;
    }

    .single-event__content {
        padding: 60px 0;
    }

    .single-event__grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .single-event__description {
    }

    .single-event__sidebar {
        position: static;
    }

    .single-event__details-card {
        max-width: 500px;
    }
}

/* ===========================================
   Responsive - Mobile (767px)
   =========================================== */
@media (max-width: 767px) {
    .single-event__banner {
        border-radius: 20px 20px 30px 20px;
    }

    .single-event__banner-inner {
        min-height: 500px;
        border-radius: 20px 20px 30px 20px;
    }

    .single-event__breadcrumbs {
        display: none;
    }

    .single-event__banner-inner .container {
        padding: 30px 20px 100px;
    }

    .single-event__banner-content {
        text-align: center;
        align-items: center;
    }

    .single-event__title {
        font-size: 36px;
    }

    .single-event__date-large {
        font-size: 36px;
    }

    .single-event__banner-gradient {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0) 37.5%);
    }

    .single-event__banner-blur {
        height: 60%;
        top: auto;
        bottom: 0;
        width: 100%;
        background: linear-gradient(
            10deg,
            rgba(0, 0, 0, 0.6) 0%,
            rgba(0, 0, 0, 0.3) 50%,
            rgba(0, 0, 0, 0) 100%
        );
        border-radius: 0;
    }

    .single-event__content {
        padding: 48px 0;
    }

    .single-event__body {
    }

    .single-event__details-card {
        max-width: 100%;
        padding: 24px;
    }
}

/* ===========================================
   Small Mobile (480px)
   =========================================== */
@media (max-width: 480px) {
    .single-event__banner-inner {
        min-height: 450px;
    }

    .single-event__title,
    .single-event__date-large {
        font-size: 30px;
    }

    .single-event__content {
        padding: 40px 0;
    }

    .single-event__subtitle {
        font-size: 24px;
    }

    .single-event__detail-value--split {
        flex-direction: column;
        gap: 4px;
    }
}


/* ===========================================
   Forms
   =========================================== */

form input,
form select,
form textarea,
form fieldset,
form optgroup,
form label {
}
form input:focus,
form select:focus,
form textarea:focus,
form fieldset:focus,
form optgroup:focus,
form label:focus,
.StripeElement:focus {
  outline: none;
}
form [type="text"],
form [type="email"],
form [type="tel"],
.StripeElement {
}
form [type="button"],
form [type="submit"],
form [type="reset"] {
  width: auto;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}


/* Hide the ugly default input */
.ff-fileupload-drop-area input[type="file"],
.ginput_container_fileupload input[type="file"] {
  display: block!important;
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  inset: 0;
  cursor: pointer;
}
/* Wrapper styling */
body .ff-fileupload-drop-area,
.ginput_container_fileupload {
  position: relative;
  border: 1px solid var(--color-a);
  background-color: var(--color-n-white);
  border-radius: 15px!important;
  padding: 8px 15px!important;
  min-height: 59px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.ff-fileupload-drop-area label,
 .gform_wrapper.gravity-theme .ginput_container_fileupload .gfield_description {
  display: none;
}
/* Fake placeholder text */
.ff-fileupload-drop-area::before,
.ginput_container_fileupload::before {
  content: attr(data-file);
  color: #4B4549;
  font-size: 17px;
  text-wrap: nowrap;
}
/* Default fallback */
.ff-fileupload-drop-area:not(.has-file)::before,
.ginput_container_fileupload:not(.has-file)::before {
  content: "Select media";
}
/* Pink upload button */
.ff-fileupload-drop-area::after,
.ginput_container_fileupload::after {
  content: "";
  display: block;
  background: var(--color-p) url("data:image/svg+xml;utf8,<svg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'><path d='M7 12V3.85L4.4 6.45L3 5L8 0L13 5L11.6 6.45L9 3.85V12H7ZM2 16C1.45 16 0.979167 15.8042 0.5875 15.4125C0.195833 15.0208 0 14.55 0 14V11H2V14H14V11H16V14C16 14.55 15.8042 15.0208 15.4125 15.4125C15.0208 15.8042 14.55 16 14 16H2Z' fill='white'/></svg>") no-repeat center;
  padding: 10px 14px;
  font-size: 14px;
  position: absolute;
  height: 100%;
  width: 56px;
  right: 0;
  top: 0;
}

form select {
  text-transform: none;
}
.gform_wrapper.gravity-theme .hidden_label .gfield_label {
  display: none;
}
.gform_wrapper.gravity-theme .gform_validation_errors, .gform_wrapper.gravity-theme .gform_validation_errors > h2.hide_summary {
  font-family: var(--font-primary)!important;
  font-size: 20px;
}
.newsletter-content .gform_wrapper.gravity-theme .gform_validation_errors > h2.hide_summary {
  font-size: 16px;
}
/* contact form */
.contact-form-wrapper {
  border-radius: 30px;
  border: 1px solid var(--color-a);
  padding: 60px 15px;
}
body #dvFastForms .ff-form-main {
  max-width: 100%;
  padding: 0;
  .ff-label-col,
  .ff-field-col {
    display: block;
    max-width: 100%;
    width: 100%;
  } 
}
.gform_confirmation_message {
  color: inherit;
  font-weight: 700;
  text-align: center;
}
body #dvFastForms .ff-form-main,
.gform_wrapper.gravity-theme form.theme-form {
  .ff-label-col label,
  .gfield_label, .gform-field-label {
    font-weight: 400;
    font-size: 17px;
    color: var(--color-n-black);
  }
  .gfield_required {
    color: var(--color-n-black);
  }
  .optional-text .gfield_label::after {
    content: " (optional)";
    color: var(--color-a-60);
  }
  .gfield {
    margin-bottom: 20px;
  }
  .ff-select-to-radiobtn-list {
    display: block;
    .ff-select-to-radiobtn-ul.ff-ext-vertical {
      display: flex;
      gap: 25px;
    }
  }
  .ff-ext-radio-css,
  input[type="radio"], input[type="checkbox"] {
    accent-color: var(--color-s);
    margin-right: 5px;
  }
  .ff-type-text,
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  [type="file"],
  select,
  textarea{
    border: 1px solid var(--color-a);
    background-color: var(--color-n-white);
    border-radius: 15px;
    padding: 8px 15px;
    min-height: 59px;
    line-height: normal;
    width: 100%;
  }
  .inline-radio .ginput_container_radio .gfield_radio {
    display: flex;
    gap: 40px;
  }
  .ff-btn-submit,
  .gform_footer .button {
    color: #fff;
    background-color: var(--color-p);
  }
}
.gform_wrapper.gravity-theme form.theme-form.contact-form {
  max-width: 1407px;
  margin: 0 auto;
}
.contact-form-wrapper #dvFastForms .ff-page-row,
.gform_wrapper.gravity-theme form.theme-form.contact-form .form-grid {
  display: grid;
  gap: 80px;
  margin: 0;
}
.contact-form-wrapper #dvFastForms .ff-form-main .ff-page-row,
form.theme-form.contact-form  .form-grid.two-column {
    grid-template-columns: 1fr 1fr;
}
.contact-form-wrapper #dvFastForms .ff-section-header {
    font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-bottom: 25px;
}
body #dvFastForms .ff-form-main,
.gform_wrapper.gravity-theme form.theme-form.contact-form {
  .ff-submit-btn {    
    display: flex;
    flex-direction: column;
    text-align: center;
    input {
      margin-left: 0;
    }
    .footnoteDiv {
      margin-bottom: 20px;
    }
  }
  .ff-page-row, .ff-page-row .ff-group-row {
    margin: 0;
  }
  .ff-submit-btn .btnDiv,
  .gform-footer {
    display: flex;
    justify-content: center;
  }
}

/* Volunteer Registration Form */
.registration-form #dvFastForms {
  .ff-form-main {
    border-radius: 30px;
    margin: 0 15px;
    border: 1px solid var(--color-a);
    #sectionLabel1 {
      font-family: var(--font-secondary);
      font-size: 38px;
      font-weight: normal;
      margin-bottom: 25px;
      b {        
        font-weight: normal;
      }
    }
    #ffPage514 {
      #ffSection0,
      #ffSection1 {
        padding: 30px;
        max-width: 100%;
      }
    }
  }
}

/* Pledge your support form */
.support-form-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--color-n-white);
  background-color: #fff;
  margin: 0 15px;
  > h3 {
    padding: 20px 30px;
    margin-bottom: 0;
    background-color: var(--color-s);
  }
  .form-holder {
    padding: 20px 30px;
    color: var(--color-n-black);
  }
  .gform_wrapper.gravity-theme form.theme-form {

  }
}

/* ===========================================
   Responsive - Large Desktop (1200px)
   =========================================== */
@media (max-width: 1200px) {
}

/* ===========================================
   Responsive - Tablet (991px)
   =========================================== */
@media (max-width: 991px) {
  .contact-form-wrapper #dvFastForms .ff-page-row,
  .gform_wrapper.gravity-theme form.theme-form.contact-form .form-grid {
    grid-template-columns: auto;
  }
}

/* ===========================================
   Responsive - Mobile (767px)
   =========================================== */
@media (max-width: 767px) {
}


/* Make the logo image stay in the image area. Requires logo-card class to be added to the parent  */
.logo-cards .card .card-thumbnail img {
    object-fit: contain;
}