.elementor-kit-54{--e-global-color-primary:#7AB2B6;--e-global-color-secondary:#814487;--e-global-color-text:#877B8F;--e-global-color-accent:#F6F5ED;--e-global-color-3b3222b:#000000;--e-global-color-4828379:#4E4438;--e-global-color-6c351c3:#666666;--e-global-color-92dff35:#FFFFFF;--e-global-color-10e4008:#FDFAF2;--e-global-typography-primary-font-family:"MillerBanner-Roman";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"StyreneA-Regular";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Oswald";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:400;--e-global-typography-3bb7929-font-family:"Oswald";--e-global-typography-3bb7929-font-size:18px;--e-global-typography-3bb7929-text-transform:uppercase;--e-global-typography-3bb7929-line-height:28px;--e-global-typography-3bb7929-letter-spacing:4.5px;--e-global-typography-396f08e-font-family:"StyreneA-Regular";--e-global-typography-396f08e-font-size:12px;--e-global-typography-396f08e-text-transform:uppercase;--e-global-typography-396f08e-line-height:24px;--e-global-typography-396f08e-letter-spacing:1.8px;--e-global-typography-ef7a905-font-family:"StyreneA-Regular";--e-global-typography-ef7a905-font-size:12px;--e-global-typography-ef7a905-font-weight:700;--e-global-typography-ef7a905-text-transform:uppercase;--e-global-typography-ef7a905-line-height:24px;--e-global-typography-ef7a905-letter-spacing:1.8px;color:#000000;font-family:"StyreneA-Regular", Sans-serif;font-size:16px;font-weight:400;line-height:28px;letter-spacing:-0.48px;}.elementor-kit-54 e-page-transition{background-color:#FFBC7D;}.elementor-kit-54 p{margin-block-end:2rem;}.elementor-kit-54 h1{color:var( --e-global-color-92dff35 );font-family:"MillerBanner-Roman", Sans-serif;font-size:70px;font-weight:400;line-height:70px;letter-spacing:-2.1px;}.elementor-kit-54 h2{font-family:"MillerBanner-Roman", Sans-serif;font-size:54px;font-weight:400;line-height:60px;letter-spacing:-1.62px;}.elementor-kit-54 h3{font-family:"MillerBanner-Roman", Sans-serif;font-size:36px;font-weight:400;line-height:44px;letter-spacing:-1.08px;}.elementor-kit-54 h4{font-family:"MillerBanner-Roman", Sans-serif;font-size:24px;font-weight:400;line-height:32px;letter-spacing:-0.72px;}.elementor-kit-54 h5{font-family:"StyreneA-Regular", Sans-serif;font-size:20px;font-weight:400;line-height:30px;letter-spacing:-0.6px;}.elementor-kit-54 h6{font-family:"StyreneA-Regular", Sans-serif;font-size:16px;font-weight:400;line-height:28px;letter-spacing:-0.48px;}.elementor-kit-54 button,.elementor-kit-54 input[type="button"],.elementor-kit-54 input[type="submit"],.elementor-kit-54 .elementor-button{font-family:"StyreneA-Regular", Sans-serif;font-size:14px;font-weight:400;line-height:22px;letter-spacing:-0.42px;border-style:solid;border-width:1px 1px 1px 1px;border-radius:0px 0px 0px 0px;padding:10px 35px 10px 35px;}.elementor-kit-54 input:not([type="button"]):not([type="submit"]),.elementor-kit-54 textarea,.elementor-kit-54 .elementor-field-textual{font-size:14px;line-height:22px;letter-spacing:-0.42px;border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-3b3222b );border-radius:0px 0px 0px 0px;padding:10px 30px 10px 30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-54 h1{font-size:60px;line-height:60px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Heading above the card */
.sponsor-section-title {
  margin: 0 0 2rem;
  font-size: 1.875rem; /* ~30px */
  line-height: 1.2;
  text-align: left;
  color: #333333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

/* Outer card */
.sponsor-card {
  max-width: 720px;
  margin: 0 auto 4rem;
  border-radius: 20px;
  border: 2px solid #814487;
  overflow: hidden;
  background-color: #f9f6ee;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  color: #4e4438;
}

/* Purple header */
.sponsor-card__header {
  background-color: #814487;
  color: #ffffff;
  padding: 24px 32px;
}

.sponsor-card__title {
  margin: 0 0 4px;
  font-size: 1.4rem;
  font-weight: 600;
}

.sponsor-card__price {
  margin: 0;
  font-size: 2rem;
  font-weight: 600;
}

/* Body */
.sponsor-card__body {
  padding: 28px 32px 32px;
  background-color: #fdfaf2;
  font-size: 1rem;
  line-height: 1.7;
}

.sponsor-card__subtitle {
  margin: 0 0 1.5rem;
  font-weight: 600;
}

/* List styling */
.sponsor-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sponsor-card__list &gt; li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

/* Purple checkmark bullets */
.sponsor-card__list &gt; li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.15em;
  font-size: 1.2rem;
  font-weight: 700;
  color: #96649b;
}

/* Inner dot list for logo bullet points */
.sponsor-card__sublist {
  list-style: disc;
  margin: 0.5rem 0 0.25rem 1.25rem;
  padding: 0;
}

.sponsor-card__sublist li {
  margin-bottom: 0.25rem;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'MillerBanner-Roman';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://12703420-2a5a-4bd1-84b1-813c8d2cb561.cc09.conves.io/wp-content/uploads/2023/07/MillerBanner-Roman-1.eot');
	src: url('https://12703420-2a5a-4bd1-84b1-813c8d2cb561.cc09.conves.io/wp-content/uploads/2023/07/MillerBanner-Roman-1.eot?#iefix') format('embedded-opentype'),
		url('https://12703420-2a5a-4bd1-84b1-813c8d2cb561.cc09.conves.io/wp-content/uploads/2023/07/MillerBanner-Roman-1.woff2') format('woff2'),
		url('https://12703420-2a5a-4bd1-84b1-813c8d2cb561.cc09.conves.io/wp-content/uploads/2023/07/MillerBanner-Roman-1.woff') format('woff'),
		url('https://12703420-2a5a-4bd1-84b1-813c8d2cb561.cc09.conves.io/wp-content/uploads/2023/07/MillerBanner-Roman-1.ttf') format('truetype'),
		url('https://12703420-2a5a-4bd1-84b1-813c8d2cb561.cc09.conves.io/wp-content/uploads/2023/07/MillerBanner-Roman-1.svg#MillerBanner-Roman') format('svg');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'StyreneA-Regular';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://12703420-2a5a-4bd1-84b1-813c8d2cb561.cc09.conves.io/wp-content/uploads/2023/07/StyreneA-Regular-1.eot');
	src: url('https://12703420-2a5a-4bd1-84b1-813c8d2cb561.cc09.conves.io/wp-content/uploads/2023/07/StyreneA-Regular-1.eot?#iefix') format('embedded-opentype'),
		url('https://12703420-2a5a-4bd1-84b1-813c8d2cb561.cc09.conves.io/wp-content/uploads/2023/07/StyreneA-Regular-1.woff2') format('woff2'),
		url('https://12703420-2a5a-4bd1-84b1-813c8d2cb561.cc09.conves.io/wp-content/uploads/2023/07/StyreneA-Regular-1.woff') format('woff'),
		url('https://12703420-2a5a-4bd1-84b1-813c8d2cb561.cc09.conves.io/wp-content/uploads/2023/07/StyreneA-Regular-1.ttf') format('truetype'),
		url('https://12703420-2a5a-4bd1-84b1-813c8d2cb561.cc09.conves.io/wp-content/uploads/2023/07/StyreneA-Regular-1.svg#StyreneA-Regular') format('svg');
}
@font-face {
	font-family: 'StyreneA-Regular';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://12703420-2a5a-4bd1-84b1-813c8d2cb561.cc09.conves.io/wp-content/uploads/2023/07/StyreneA-Bold.eot');
	src: url('https://12703420-2a5a-4bd1-84b1-813c8d2cb561.cc09.conves.io/wp-content/uploads/2023/07/StyreneA-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://12703420-2a5a-4bd1-84b1-813c8d2cb561.cc09.conves.io/wp-content/uploads/2023/07/StyreneA-Bold.woff2') format('woff2'),
		url('https://12703420-2a5a-4bd1-84b1-813c8d2cb561.cc09.conves.io/wp-content/uploads/2023/07/StyreneA-Bold.woff') format('woff'),
		url('https://12703420-2a5a-4bd1-84b1-813c8d2cb561.cc09.conves.io/wp-content/uploads/2023/07/StyreneA-Bold.ttf') format('truetype'),
		url('https://12703420-2a5a-4bd1-84b1-813c8d2cb561.cc09.conves.io/wp-content/uploads/2023/07/StyreneA-Bold.svg#StyreneA-Regular') format('svg');
}
/* End Custom Fonts CSS */