/* colors */
/* screen width breaks */
@font-face {
  font-family: "Gotham Bold";
  src: url("/fonts/gotham-bold-webfont.woff2") format("woff2"), url("/fonts/gotham-bold-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Gotham Medium";
  src: url("/fonts/gotham-medium.woff");
  font-weight: 350;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Gotham Book";
  src: url("/fonts/gotham-book-webfont.woff2") format("woff2"), url("/fonts/gotham-book-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "knockout-67";
  src: url(/fonts/Knockout-67_Web.woff2) format("woff2"), url("/fonts/Knockout-67_Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "knockout-49";
  src: url(/fonts/Knockout-49_Web.woff2) format("woff2"), url("/fonts/Knockout-49_Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
.icon.privacy-choices {
  content: url("/icons/icon-privacyoptions.svg");
  width: 1.5rem;
  height: auto;
  transform: scale(1.7);
  margin-top: -2px;
  margin-right: 12px;
  margin-left: 10px;
}

button > * .icon:not(.left-side), a > * .icon:not(.left-side) {
  margin-left: 0.5rem;
}
button > * .icon.left-side, a > * .icon.left-side {
  margin-right: 0.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  font: inherit;
  color: inherit;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  font-size: 100%;
  line-height: 1.5;
}

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  html {
    scroll-behavior: initial;
  }
}
html {
  background: #eee;
  color: var(--Mavaerick-Black);
  font-size: var(--fs-400);
  font-family: var(--Maverick-Body-Font-Thin);
}

p {
  line-height: 1.5;
  font-family: var(--Maverick-Body-Font-Thin);
}
p.small-text {
  font-size: 14px;
}
p.smaller-text {
  font-size: 11px;
}
p strong {
  font-family: var(--Maverick-Body-Font);
}

.eyebrow,
.eyebrow > p {
  text-transform: uppercase;
  line-height: 1.25;
  font-family: var(--Maverick-Body-Font);
  margin-bottom: -0.25em;
  font-size: 11px;
}
@media (width > 1099px) {
  .eyebrow,
  .eyebrow > p {
    font-size: 14px;
  }
}

a {
  text-decoration: underline;
  transition: 0.25s color ease-in-out;
}
a:not(.button):hover, a:not(.button):active {
  text-decoration: none;
  color: color-mix(in srgb, currentColor 60%, transparent);
}

hr {
  height: 1px;
  width: 100%;
  display: block;
  background: currentColor;
  border: none;
  margin: var(--hr-margin, 1em 0);
}
hr.gold-divider {
  background: var(--text-accent-1);
}

.default-form .form-title {
  margin-bottom: 2.5rem;
}
.default-form.registration {
  padding: 2.5em;
  border-radius: 10px;
  background: var(--Maverick-White);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1099px) {
  .default-form.registration {
    padding: 1.88rem;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:root {
  --Maverick-Gold: #DFC06F;
  --Maverick-Black: #000;
  --Maverick-White: #FCFCFC;
  --Maverick-Dark-Gold: #956E21;
  --Maverick-Rich-Gold: #B28427;
  --Maverick-Light-Gold: #F9EED2;
  --Maverick-Light-Gray: #EEEEEE;
  --Maverick-Green: #005F38;
  --Maverick-Bold-Heading-Font: "knockout-67";
  --Maverick-Medium-Heading-Font: "knockout-67";
  --Maverick-Regular-Heading-Font: "knockout-49";
  --Maverick-Body-Font: Gotham Bold, Helvetica, Arial, sans-serif;
  --Maverick-Body-Font-Med: Gotham Medium, Helvetica, Arial, sans-serif;
  --Maverick-Body-Font-Thin: Gotham Book, Helvetica, Arial, sans-serif;
  --maverick-black-25-opac: rgba(0,0,0,.25);
  --Maverick-Black-50-opac: rgba(0,0,0,.50);
  --maverick-white-25-opac: rgba(252,252,252,.25);
  --Maverick-XLight-Gray: #eee;
}

/* CMS 2025 update variables */
.main-wrapper {
  margin-inline: auto;
}

.new-page-layout-wrapper {
  min-height: 100vh;
  width: 100%;
  margin: 0;
  display: grid;
  justify-items: center;
  justify-content: stretch;
  grid-template-rows: auto 1fr auto;
}

#headerAppTarget,
footer:has(#footerAppTarget) {
  width: 100%;
}

#sveltePageLoaderAppTarget {
  --Warning-White: #fff;
}

/* colors */
/* screen width breaks */
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  color: black;
}

h1 {
  font-family: var(--Maverick-Bold-Heading-Font);
  font-size: 96px;
  line-height: 0.8;
  font-weight: 500;
}

h2 {
  font-family: var(--Maverick-Regular-Heading-Font);
  font-size: 60px;
  line-height: 0.85;
  font-weight: 500;
}

h3 {
  font-family: var(--Maverick-Regular-Heading-Font);
  font-size: 50px;
  line-height: 0.9;
  font-weight: 500;
}

h4 {
  font-family: var(--Maverick-Regular-Heading-Font);
  font-size: 38px;
  line-height: 1;
  font-weight: 500;
}

h5 {
  font-family: var(--Maverick-Body-Font);
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
}

h6 {
  font-family: var(--Maverick-Body-Font);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}

@media (width < 768px) {
  h1 {
    font-size: 66px;
    line-height: 0.85;
  }
  h2 {
    font-size: 50px;
    line-height: 0.9;
  }
  h3 {
    font-size: 38px;
    line-height: 0.95;
  }
  h4 {
    font-size: 28px;
    line-height: 1;
  }
  h5 {
    font-size: 20px;
    line-height: 1.1;
  }
  h6 {
    font-size: 18px;
    line-height: 1.25;
  }
}
.wrapper {
  --padding: 1.25rem;
  padding: 0 var(--padding);
  width: 100%;
}
@media (width >= 500px) {
  .wrapper {
    padding: 0;
  }
}

.main-wrapper {
  --padding: 0;
  --max-width: 100%;
  width: 100%;
  max-width: var(--max-width);
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (width >= 500px) {
  .main-wrapper {
    --max-width: 500px ;
  }
}
@media screen and (width >= 768px) {
  .main-wrapper {
    --max-width: 768px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (width >= 1100px) {
  .main-wrapper {
    --max-width: 1440px;
  }
}
@media screen and (min-width: 1440px) {
  .main-wrapper {
    --max-width: 1440px;
  }
}
@media screen and (max-width: 1099px) {
  .main-wrapper {
    padding: 0;
  }
}

@media screen and (width > 1099px) {
  .mobile-only,
  .button.mobile-only {
    display: none;
  }
}
@media screen and (width <= 1099px) {
  .desktop-only,
  .button.desktop-only {
    display: none;
  }
}
.featureAppTarget:empty {
  display: none;
}

.button-set {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--button-set-gap, 1em);
  padding: var(--button-set-padding, 0em);
}

.uppercase {
  text-transform: uppercase;
}

.untransform-text {
  text-transform: initial;
}

.gotham-font {
  font-family: "Gotham Book", Helvetica, Arial, sans-serif;
}

.surface-gradient-1 {
  background: var(--surface-gradient-1);
}

.solid-bg {
  display: block;
  width: 100%;
  height: 100%;
}

.text-accent-1 {
  color: var(--text-accent-1);
}

.smaller-text {
  font-size: var(--fs-200);
}

.small-text {
  font-size: var(--fs-300);
}

.sticky {
  position: sticky;
}

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

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

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

.no-wrap {
  white-space: nowrap;
}

/* colors */
/* screen width breaks */
button,
.button {
  display: inline-block;
  font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
  font-size: var(--fs-300);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: 0;
  text-decoration: none;
  border: none;
  line-height: 1;
  background: transparent;
  color: inherit;
  cursor: pointer;
  margin-top: var(--button-top-spacer, 0);
}
button.available-now,
.button.available-now {
  border-radius: 15px;
  background: #FCFCFC;
  display: flex;
  width: 135px;
  height: 30px;
  min-width: 80px;
  padding: 0px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #000;
  text-align: center;
  font-family: var(--Maverick-Body-Font);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: none;
}
button.anchor,
.button.anchor {
  text-transform: unset;
  text-decoration: underline;
  padding: 0.5em 1.25em;
}
button.accent,
.button.accent {
  text-align: center;
  border-radius: 1.5625rem;
  background: var(--surface-cta);
  width: 100%;
  max-width: 255px;
  color: var(--text-2);
}
button.accent:hover,
.button.accent:hover {
  background-color: #B28427 !important;
  transition: background 0.25s ease-in-out;
}
button.accent2,
.button.accent2 {
  text-align: center;
  background: var(--surface-accent2);
  width: 100%;
  color: var(--dark-text-1);
}
button.cta,
.button.cta {
  font-size: var(--fs-550);
  border: 2px solid var(--text-2);
  color: var(--text-2);
  transition: 0.25s scale ease-in-out;
}
button.cta:not(:disabled):hover,
.button.cta:not(:disabled):hover {
  scale: 1.1;
}
button.dark,
.button.dark {
  background: var(--surface-1);
  color: var(--text-1);
  border: 2px solid var(--surface-1);
  border-radius: 100px;
}
button.white,
.button.white {
  border-radius: 25px;
  background: #fff;
  color: #000;
}
button.rounded,
.button.rounded {
  border-radius: 5px;
}
button.short,
.button.short {
  padding: 0.5rem 1.56rem;
}
button.tall,
.button.tall {
  padding: 1.1rem 1.56rem;
}
button.icon-button,
.button.icon-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
button.outline,
.button.outline {
  border: 1px solid currentColor !important;
  border-radius: 6.25rem !important;
}
button.badge-btn,
.button.badge-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
button.squared,
.button.squared {
  border-radius: unset;
  font-family: knockout-49;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0.01em;
  color: white;
  background-color: black;
  border: 2px solid var(--Maverick-Rich-Gold);
  transition: transform 0.25s ease-in-out;
  font-weight: 500;
  padding: 0 25px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
button.squared:hover,
.button.squared:hover {
  transform: scale(1.1);
}
button.squared.black-on-white,
.button.squared.black-on-white {
  color: black;
  border-color: black;
  background-color: white;
  border-width: 2px;
}
button.squared.golden,
.button.squared.golden {
  border: 2px solid var(--Maverick-Rich-Gold, #B28427);
  background: var(--Maverick-Dark-Gold, #80602D);
}
button.squared.text-small,
.button.squared.text-small {
  font-size: 11px;
  font-weight: 400;
  font-family: var(--Maverick-Body-Font);
}
button.squared.text-large,
.button.squared.text-large {
  font-size: 22px;
}
button.squared.text-xlarge,
.button.squared.text-xlarge {
  font-size: 28px;
}
button.white-on-black,
.button.white-on-black {
  color: white;
  border-color: white;
  background-color: black;
}
button.white-on-black.no-border,
.button.white-on-black.no-border {
  border-color: black;
}
button.white-on-green,
.button.white-on-green {
  color: white;
  border-color: white;
  background-color: #005f38;
}
button.white-on-green.no-border,
.button.white-on-green.no-border {
  border-color: #005f38;
}

.button {
  padding: 0.9rem 1.56rem;
}

/* colors */
/* screen width breaks */
input, select, .svelte-multiselect {
  font-family: "Gotham Book", Helvetica, Arial, sans-serif;
  font-weight: 350;
  font-size: var(--fs-400);
  line-height: 1.5em;
  color: white;
  display: block;
  padding-block: 12px;
  padding-inline: 15px 0.75em;
  border: 1px solid currentColor;
  background: black;
  border-radius: 0.4375rem;
}
input:focus-visible, select:focus-visible, .svelte-multiselect:focus-visible {
  outline: solid 1px #B28427;
}
input[disabled], input[disabled=disabled], select[disabled], select[disabled=disabled], .svelte-multiselect[disabled], .svelte-multiselect[disabled=disabled] {
  opacity: 50%;
}
input[disabled] ~ i.padlock:before, input[disabled=disabled] ~ i.padlock:before, select[disabled] ~ i.padlock:before, select[disabled=disabled] ~ i.padlock:before, .svelte-multiselect[disabled] ~ i.padlock:before, .svelte-multiselect[disabled=disabled] ~ i.padlock:before {
  content: url(/icons/padlock-black.svg);
  width: 14px;
  margin-left: calc(-14px - 0.75em - 4px);
}
input.validation-failed, input:has(+ .validation-msg), select.validation-failed, select:has(+ .validation-msg), .svelte-multiselect.validation-failed, .svelte-multiselect:has(+ .validation-msg) {
  border-color: red;
}

input::placeholder {
  font-family: "Gotham Book", Helvetica, Arial, sans-serif;
  font-weight: 350;
  font-size: var(--fs-400);
  line-height: 1.5em;
  color: var(--dark-text-1);
  display: block;
  padding-block: 12px;
  padding-inline: 0 !important;
  padding: 0 !important;
  border: none;
  background: var(--input-background-color, var(--text-1));
  border-radius: 0.4375rem;
}

.select-container:has(> select) {
  position: relative;
}
.select-container:has(> select):after {
  content: "";
  width: 0.75rem;
  aspect-ratio: 1;
  background-image: url(/icons/down-caret-black.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.select-container:has(> select):has(+ .validation-msg) > select {
  border-color: red;
}
.select-container:has(> select) > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 1.333rem;
}
.select-container:has(> select) > select::-ms-expand {
  display: none;
}

.checkbox-fieldset input {
  opacity: 0;
  height: 0;
  width: 0;
}
.checkbox-fieldset .pseudo-checkbox::after {
  content: "";
  display: block;
  width: 2.5em;
  height: 2.5em;
  border-radius: 100px;
  outline: 2px solid #000;
  border: 2px solid #fff;
  transition: background 0.25s linear;
}
.checkbox-fieldset input:checked + label .pseudo-checkbox::after {
  background: var(--surface-cta);
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 20px;
}
fieldset input,
fieldset select {
  width: 100%;
}
fieldset:has(.validation-msg) {
  margin-bottom: 0;
}
fieldset label {
  display: block;
  margin-bottom: 0.62rem;
  font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
}
fieldset.checkbox-fieldset label {
  display: flex;
  gap: 0.625em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}
fieldset.icon-fieldset {
  position: relative;
}
fieldset.icon-fieldset .icon {
  position: absolute;
  right: 1.25rem;
  bottom: 0.75rem;
  transform: translateY(-25%);
}

/* colors */
/* screen width breaks */
body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin: 0;
  background-color: #eee;
}

.top-level-container,
.sticky {
  width: 100%;
  max-width: 768px;
}
@media screen and (min-width: 1100px) {
  .top-level-container,
  .sticky {
    max-width: 1100px;
  }
}
@media screen and (min-width: 1440px) {
  .top-level-container,
  .sticky {
    max-width: 1440px;
  }
}

.indented-container {
  margin-left: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 1099px) {
  .indented-container {
    margin-left: unset;
    margin-right: unset;
  }
}

.sticky {
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 1099px) {
  .sticky {
    padding-left: unset;
    padding-right: unset;
  }
}

.gold-bar, .the-clipper {
  height: 0.75rem;
}

.the-clipper {
  overflow: clip;
}

#headerAppTarget {
  width: 100%;
}

/*
header#headerAppTarget {
	$paddingTop: 10px;

	padding: 0 $margin-primary-content;

	.sticky {
		position: fixed;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		background: white;
		padding-top: $paddingTop;
		z-index: 99;
	}

	@media screen and (max-width: $width-mobile-cutoff) {
		padding: 10px 16px 0px 16px;

		.sticky {
			position: unset;
			transform: unset;
			left:unset;
		}
	}
}
*/
#footerAppTarget {
  width: 100%;
}

.error-box {
  background-color: red;
  color: white;
  font-family: var(--Maverick-Body-Font-Thin);
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
}

.overlay-warn {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 999999;
  display: none;
}
.overlay-warn .window {
  background-color: #FFFFFF;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
  width: 1200px;
  padding: 80px;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .overlay-warn .window {
    max-width: 90%;
    max-height: 90%;
    padding: 16px 18px;
  }
}
.overlay-warn .window article * {
  font-size: 16px;
  color: #231f20;
  line-height: 1.3;
  font-family: Helvetica, sans-serif !important;
}
@media screen and (max-width: 768px) {
  .overlay-warn .window article * {
    font-size: 12px;
  }
}
.overlay-warn .window article {
  padding-bottom: 16px;
  border-bottom: 1px solid black;
  margin-bottom: 38px;
}
.overlay-warn .window article:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.overlay-warn .window article p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.overlay-warn .window article ul li {
  padding-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .overlay-warn .window article ul li {
    padding-bottom: 4px;
  }
}
.overlay-warn .window article.lang-end {
  padding-bottom: 32px;
  border-bottom: 1px dashed black;
  margin-bottom: 72px;
}
.overlay-warn .window h2 {
  font-size: 16px;
  color: #231f20;
  font-weight: bold;
  font-family: Helvetica, sans-serif !important;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .overlay-warn .window h2 {
    font-size: 12px;
  }
}
.overlay-warn .window.es {
  display: none;
}
.overlay-warn .window .warn-print-btn {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-end;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .overlay-warn .window .warn-print-btn {
    margin-top: 38px;
  }
}
.overlay-warn .window .warn-print-btn .print {
  margin-bottom: 30px;
  font-size: 16px;
  background-color: #EEE;
  color: #777;
  line-height: 1.2;
  padding: 4px 8px;
  text-decoration: none;
  font-weight: 500;
  margin-right: -36px;
}
@media screen and (max-width: 768px) {
  .overlay-warn .window .warn-print-btn .print {
    min-width: 0;
    margin-top: 45px;
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .overlay-warn .window .warn-print-btn .print {
    margin-top: 40px;
  }
}
.overlay-warn .window .warn-print-btn .print:hover, .overlay-warn .window .warn-print-btn .print:active {
  color: #777 !important;
}
.overlay-warn .window .warn-print-btn.es {
  display: none;
}
.overlay-warn .window .closebtn {
  color: black;
  font-family: gotham-bold;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  position: absolute;
  top: 1.5rem;
  right: 40px;
  border: none;
  background: none;
}
@media screen and (max-width: 768px) {
  .overlay-warn .window .closebtn {
    top: -10px;
    right: 10px;
  }
}

.success-msg {
  color: green;
}

.veratad-modal.veratad-modal--noOverlayClose:not(.veratad-modal--visible) {
  display: none;
}

.two-column-image-text-hero {
  display: grid;
}
.two-column-image-text-hero *, .two-column-image-text-hero ::before, .two-column-image-text-hero ::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-width: auto;
}
.two-column-image-text-hero img, .two-column-image-text-hero picture {
  display: block;
  max-width: 100%;
}
.two-column-image-text-hero > * {
  grid-area: 1/1;
}
.two-column-image-text-hero .two-column-image-text-hero-background {
  position: relative;
  min-height: 100%;
  min-width: 100%;
  z-index: -1;
}
.two-column-image-text-hero .two-column-image-text-hero-background picture {
  position: absolute;
  inset: 0;
}
.two-column-image-text-hero .two-column-image-text-hero-background picture img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: center center;
}
.two-column-image-text-hero .two-column-image-text-hero-foreground {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.two-column-image-text-hero .two-column-image-text-hero-column {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr;
  align-items: center;
  height: min-content;
}
@media (min-width: 1100px) {
  .two-column-image-text-hero .two-column-image-text-hero-column {
    gap: 10px;
  }
}

.blends {
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  aspect-ratio: 1320/300;
  background-size: cover;
  background-position: center;
}
.blends .content {
  width: 45%;
  padding: 0 1rem 0 4rem;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: start;
}
.blends .content h3 {
  color: #80602D;
  margin: 0;
}
.blends .content a {
  margin-top: 1rem;
}
.blends .packs {
  width: 55%;
  position: relative;
}
.blends .packs img {
  position: absolute;
  bottom: -50px;
  z-index: 5;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .blends .content {
    width: 50%;
  }
  .blends .content p {
    margin: 0.5rem 0;
  }
  .blends .packs {
    width: 50%;
  }
}
@media screen and (max-width: 1099px) and (min-width: 550px) {
  .blends h3 {
    font-size: 3.25rem;
  }
  .blends h3:first-child {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1099px) {
  .blends {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    aspect-ratio: 315/300;
    margin-bottom: calc(1rem + 125px);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .blends .content {
    width: 100%;
    flex-flow: column;
    justify-content: start;
    align-items: center;
    padding: 2.5rem 2rem;
  }
  .blends .content p {
    text-align: center;
    margin: 1rem 0;
  }
  .blends .content a {
    margin-bottom: 1rem;
  }
  .blends .packs {
    width: 100%;
  }
  .blends .packs img {
    bottom: -125px;
  }
}
@media screen and (max-width: 500px) {
  .blends .content a {
    margin-top: 0;
  }
}

.under-construction {
  overflow: clip;
}
.under-construction h3, .under-construction p {
  color: white;
  text-align: center;
}
.under-construction h3 {
  font-weight: 300;
  margin-top: 0.5em;
}
.under-construction p {
  font-weight: 600;
}
.under-construction .non-footer {
  padding: 1rem 2rem 2rem 2rem;
}
.under-construction .non-footer .heading {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px black;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
.under-construction .non-footer .heading img:first-child {
  max-width: 250px;
}
.under-construction .non-footer .heading img:last-child {
  width: 300px;
}
@media screen and (max-width: 1098px) {
  .under-construction .non-footer .heading {
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0.75rem 1.25rem 0.75rem;
    border: none;
    margin: 0;
  }
  .under-construction .non-footer .heading img:first-child {
    order: 2;
    width: 60%;
    padding-top: 1.5rem;
  }
  .under-construction .non-footer .heading img:last-child {
    width: 100%;
  }
}
.under-construction .non-footer .content {
  background-position: center;
  background-size: cover;
  aspect-ratio: 1321/614;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.under-construction .non-footer .content p {
  text-transform: uppercase;
  max-width: 440px;
}
.under-construction .non-footer .content img {
  max-width: 560px;
}
@media screen and (max-width: 1098px) {
  .under-construction .non-footer .content {
    aspect-ratio: 375/500;
    padding: 2rem;
  }
  .under-construction .non-footer .content img {
    max-width: 100%;
  }
  .under-construction .non-footer .content h3 {
    font-size: 2.5rem;
    margin-top: 1em;
  }
}
.under-construction .uc-footer {
  background-color: black;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.under-construction .uc-footer > p {
  margin: 4rem 1rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 1099px) {
  .under-construction .non-footer {
    padding: 0;
  }
}
.under-construction .gold-bar, .under-construction .the-clipper {
  height: 0.75rem;
}
.under-construction .the-clipper {
  overflow: clip;
}

.register .hero {
  padding: 0.75rem;
  margin-bottom: 40px;
  background-position: top left;
  background-size: cover;
}
.register img {
  max-width: 100%;
}
@media screen and (max-width: 1099px) {
  .register .hero {
    padding-bottom: 4.5rem;
    margin-bottom: 0;
    background-position: top center;
  }
}

.home h1, .home h3 {
  color: #B28427;
  margin: 0;
}
.home .hero {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  aspect-ratio: 1350/500;
  background-position: center;
  background-size: cover;
}
.home .hero .content {
  width: 50%;
  padding: 0 4rem 0 2rem;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: start;
}
.home .hero .content a {
  margin-top: 1rem;
}
.home .hero p {
  color: white;
}
@media screen and (max-width: 1099px) and (min-width: 501px) {
  .home .hero h1 {
    font-size: 96px;
  }
  .home .hero p {
    max-width: 400px;
  }
}
@media screen and (max-width: 1099px) {
  .home .hero {
    flex-flow: column;
    justify-content: start;
  }
  .home .hero .content {
    order: -1;
    width: 100%;
    aspect-ratio: 375/470;
    justify-content: start;
    padding: 2.5rem 2rem;
  }
}
.home .trim img {
  width: 100%;
}
.home .legal-notice {
  padding: 1rem 0.625rem;
  border: solid 1px black;
  margin-bottom: 1rem;
}
.home .legal-notice p {
  font-family: Helvetica;
  font-size: 0.75rem;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
  color: black;
  margin: 0;
}
.home .legal-notice p a {
  font-weight: 700;
  text-decoration: underline;
  color: black;
}
.home .legal-notice p a:visited {
  color: black;
}
@media screen and (max-width: 1099px) {
  .home .legal-notice {
    margin: 0 0 1.25rem 0;
  }
}
.home .gold-bar, .home .the-clipper {
  height: 0.75rem;
}
.home .the-clipper {
  overflow: clip;
}
.home img {
  max-width: 100%;
}

.offers .desktop-only .the-real-hero {
  padding: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  background-size: cover;
  box-sizing: border-box;
}
.offers .desktop-only .the-real-hero .copy {
  display: flex;
  flex-flow: column;
  align-items: start;
}
.offers .desktop-only .the-real-hero .copy > * {
  margin: 0;
  padding: 0;
  color: white;
}
.offers .desktop-only .the-real-hero .copy h1 {
  color: #B28427;
}
.offers .desktop-only .the-real-hero .copy p {
  font-size: 1rem;
}
.offers .desktop-only .the-real-hero .copy p.disclaimer {
  font-size: 12px;
}
.offers .desktop-only .the-real-hero .get-started {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: white;
  width: 350px;
}
.offers .desktop-only .the-real-hero .get-started > * {
  margin: 0;
  padding: 0;
  text-align: center;
}
.offers .desktop-only .the-real-hero .get-started h5 {
  color: white;
  padding-bottom: 0.5rem;
}
.offers .desktop-only .the-real-hero .get-started img {
  width: 180px;
}
@media screen and (max-width: 1439px) {
  .offers .desktop-only .the-real-hero .get-started {
    margin-right: -20px;
    width: 250px;
  }
}
.offers .desktop-only .the-real-hero .learn-more {
  border-radius: 2px;
  border: 4px solid #B28427;
  background: #000;
  display: flex;
  padding: 9px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: knockout-49;
  font-size: 1.25rem;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0.01em;
}
.offers .desktop-only .faq-section {
  max-width: 100%;
  background-color: black;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 90px;
  margin-bottom: 60px;
  position: relative;
}
.offers .desktop-only .faq-section .gold-frame {
  position: absolute;
  top: 30px;
  left: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  border: solid 1px #B28427;
  z-index: 1;
}
.offers .desktop-only .faq-section #faqAppTarget {
  z-index: 5;
}
.offers .desktop-only .nav-container nav {
  padding: 10px 44px;
}
.offers .desktop-only .nav-container nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: center;
  gap: 40px;
  height: 70px;
}
.offers .desktop-only .nav-container nav ul li button {
  color: #111;
  text-align: center;
  font-family: gotham-medium;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.9em;
  letter-spacing: 0.1em;
  height: 100%;
  text-decoration: none;
}
.offers .desktop-only .nav-container nav ul li button.active {
  font-weight: 700;
}
.offers .desktop-only h3:has(~ .important-tips) {
  text-align: center;
  color: #80602D;
  margin-bottom: 0.7em;
  margin-top: 1.2em;
}
.offers .desktop-only .important-tips {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
  margin-bottom: 80px;
}
.offers .desktop-only .important-tips > * {
  width: 365px;
  height: 500px;
  background-color: rgba(186, 139, 45, 0.25);
  border-radius: 0.875rem;
  padding: 1.875rem;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.offers .desktop-only .important-tips > * > * {
  text-align: center;
  padding: 0;
  margin: 0;
  font-family: gotham-medium;
}
.offers .desktop-only .important-tips > * > * bold {
  font-family: gotham-bold;
}
.offers .desktop-only .important-tips .number-circle {
  background-color: #B28427;
  color: white;
  font-family: knockout-49;
  font-size: 1.75rem;
  border-radius: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.offers .desktop-only .important-tips .allow-loc-services,
.offers .desktop-only .important-tips .activate-coupons {
  background-size: cover;
  background-position: center;
}
.offers .desktop-only .important-tips .home-screen-shortcut img {
  width: 175px;
}
.offers .desktop-only .important-tips .home-screen-shortcut .actions {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 1.25rem;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.offers .desktop-only .important-tips .home-screen-shortcut .actions button {
  width: 125px;
  font-size: 11px;
  border-radius: 100rem;
  font-family: gotham-bold;
}
.offers .desktop-only img {
  max-width: 100%;
}
@media screen and (max-width: 1099px) {
  .offers .desktop-only .hero {
    padding-bottom: 4.5rem;
    margin-bottom: 0;
  }
}
.offers .desktop-only .black-border-top {
  border-top: solid 1px black;
}
@media screen and (max-width: 1099px) {
  .offers .mail-coupon-view {
    display: none;
  }
}

.profile .hero {
  padding: 50px;
  margin-bottom: 60px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: start;
  background-position: top left;
  background-size: cover;
}
.profile .title-pane h1 {
  color: #B28427;
  margin: 0;
}
.profile .content-pane {
  width: 810px;
  box-sizing: border-box;
}
.profile img {
  max-width: 100%;
}
@media screen and (max-width: 1439px) {
  .profile .title-pane h1 {
    font-size: 72px;
  }
  .profile .content-pane {
    width: 660px;
  }
}
@media screen and (max-width: 1099px) {
  .profile .hero {
    padding: 40px 15px 60px 15px;
    margin-bottom: 0;
    flex-flow: column;
    align-items: center;
    background-position: top center;
  }
  .profile .title-pane h1 {
    margin: 0 0 40px 0;
  }
  .profile .content-pane {
    width: 100%;
  }
}

/* colors */
/* screen width breaks */
.products-landing .hero {
  box-sizing: border-box;
  aspect-ratio: 1321/338;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
  background-size: cover;
  background-position: center;
}
.products-landing .hero > * {
  width: 50%;
  height: 100%;
}
.products-landing .hero .title-pane {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-content: center;
}
.products-landing .hero .title-pane h1 {
  color: #B28427;
  text-align: center;
  padding-right: 3rem;
}
@media screen and (max-width: 1439px) {
  .products-landing .hero .title-pane h1 {
    font-size: 80px;
  }
}
.products-landing .hero .image-pane {
  position: relative;
}
.products-landing .hero .image-pane img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 107%;
  margin-left: -5rem;
}
@media screen and (max-width: 1099px) {
  .products-landing .hero {
    aspect-ratio: 375/130;
  }
  .products-landing .hero .title-pane {
    width: 100%;
  }
  .products-landing .hero .title-pane h1 {
    padding: 0;
  }
  .products-landing .hero .image-pane {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .products-landing .hero .title-pane h1 {
    font-size: 60px;
  }
}
.products-landing .carousel-container {
  padding: 0;
}

.otnotice {
  margin-bottom: 4rem;
  margin-top: 3rem;
}

/* colors */
/* screen width breaks */
.maintenance-page img {
  max-width: 100%;
  display: block;
}
.maintenance-page .brand-logo {
  width: 232px;
}
@media (min-width: 570px) {
  .maintenance-page .brand-logo {
    width: 329.17px;
  }
}
.maintenance-page .top-level-container {
  max-width: unset;
  display: block;
}
.maintenance-page .top-level-container main {
  --bar-color: #b28427;
  --bar-opacity: .5;
  height: 100vh;
  min-height: min-content;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-height: 450px) and (orientation: landscape) {
  .maintenance-page .top-level-container main {
    height: unset;
  }
}
.maintenance-page .top-level-container .maintenance-wrapper {
  display: grid;
  height: 100%;
}
.maintenance-page .top-level-container .maintenance-wrapper > * {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.maintenance-page .top-level-container .maintenance-content {
  position: relative;
}
.maintenance-page .top-level-container .maintenance-text {
  margin: auto auto;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: grid;
  place-items: center;
  grid-template-columns: 1fr;
  gap: 40px;
  padding: 60px 0 80px 0;
}
@media (min-width: 850px) {
  .maintenance-page .top-level-container .maintenance-text {
    padding: 60px 0 60px 0;
    gap: 40px;
  }
}
.maintenance-page .top-level-container .maintenance-warning {
  z-index: 3;
  background: #fff;
  position: relative;
}
.maintenance-page .top-level-container .maintenance-warning img {
  margin: auto;
  display: block;
  width: calc(100% - 30px);
  border: 15px solid transparent;
}
@media (min-width: 375px) {
  .maintenance-page .top-level-container .maintenance-warning img {
    width: 339.42px;
  }
}
@media screen and (min-width: 850px) {
  .maintenance-page .top-level-container .maintenance-warning {
    padding: 7px 7px 0 0;
    position: absolute;
    top: 0px;
    right: 0px;
    background: transparent;
  }
  .maintenance-page .top-level-container .maintenance-warning::after {
    display: none;
  }
  .maintenance-page .top-level-container .maintenance-warning img {
    box-sizing: border-box;
    width: 323.7px;
    border: 15px solid #fff;
  }
}
.maintenance-page .top-level-container .maintenance-content {
  background: #000;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: var(--bg-mob-img);
  z-index: 1;
}
@media (min-width: 850px) {
  .maintenance-page .top-level-container .maintenance-content {
    background-image: var(--bg-img);
  }
}
.maintenance-page .top-level-container .primary-text {
  font-family: "knockout-67";
  font-weight: 500;
  font-size: 106px;
  line-height: 84.8px;
  padding: 0 0px;
  color: inherit;
  margin: 0;
  text-wrap: balance;
  color: #B28427;
}
@media (min-width: 350px) {
  .maintenance-page .top-level-container .primary-text {
    padding: 0 30px;
  }
}
@media (min-width: 550px) {
  .maintenance-page .top-level-container .primary-text {
    max-width: 12ch;
    padding: 0;
  }
}
@media (min-width: 850px) {
  .maintenance-page .top-level-container .primary-text {
    max-width: unset;
    padding: 0 30px;
    font-size: 140px;
    line-height: 140px;
    padding: 0 0px;
  }
}
.maintenance-page .top-level-container .secondary-text {
  font-family: "gotham-medium";
  font-size: 20px;
  font-weight: 350;
  line-height: 30px;
  letter-spacing: 0.02em;
  margin: 0;
  text-wrap: balance;
  padding: 0 30px;
}
.maintenance-page .top-level-container .secondary-text strong {
  display: none;
}
@media (min-width: 375px) {
  .maintenance-page .top-level-container .secondary-text {
    padding: 0;
    width: 25ch;
  }
}
@media (min-width: 500px) {
  .maintenance-page .top-level-container .secondary-text {
    width: 28ch;
  }
  .maintenance-page .top-level-container .secondary-text strong {
    display: inline;
    font-weight: inherit;
  }
}
@media (min-width: 850px) {
  .maintenance-page .top-level-container .secondary-text {
    width: unset;
    font-size: 28px;
    line-height: 35px;
  }
}
@media (min-width: 950px) {
  .maintenance-page .top-level-container .secondary-text {
    padding: 0;
  }
}

.password-reset .hero {
  padding: 0.75rem;
  margin-bottom: 40px;
  background-position: top left;
  background-size: cover;
}
.password-reset img {
  max-width: 100%;
}
@media screen and (max-width: 1099px) {
  .password-reset .hero {
    padding-bottom: 4.5rem;
    margin-bottom: 0;
    background-position: top center;
  }
}

@media (min-width: 1100px) {
  .contact-page main {
    padding: 0 40px;
  }
  .contact-page footer {
    margin: 0 40px;
  }
}
.contact-page .two-column-image-text-hero {
  position: relative;
}
@media (min-width: 1100px) {
  .contact-page .two-column-image-text-hero {
    margin-bottom: 40px;
  }
}
.contact-page .two-column-image-text-hero::before {
  content: url(https://maverick-media.azureedge.net/jswjjuhc/gold-trim-bar.png);
  height: 10px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .contact-page .two-column-image-text-hero-background {
    aspect-ratio: 1321/610;
  }
}
.contact-page .two-column-image-text-hero-foreground {
  color: #fff;
  grid-template-columns: 1fr;
  text-align: center;
  padding: 40px 0 0px 0;
}
@media (min-width: 1100px) {
  .contact-page .two-column-image-text-hero-foreground {
    padding: 0px 0 0px 83.5px;
    text-align: left;
    grid-template-columns: auto auto;
  }
}
.contact-page .two-column-image-text-hero-foreground h1 {
  font-family: "knockout-67";
  font-size: 60px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0.01em;
  color: #B28427;
  margin: 0;
  padding-left: 5px;
}
@media (min-width: 1100px) {
  .contact-page .two-column-image-text-hero-foreground h1 {
    color: #BA8B2D;
    padding-bottom: 17.2px;
    line-height: 76.8px;
    font-size: 96px;
  }
}
.contact-page .two-column-image-text-hero-foreground p {
  font-family: "gotham-medium";
  max-width: 375px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.contact-page .two-column-image-text-hero-foreground p:nth-child(2) {
  max-width: 295px;
}
@media (min-width: 1100px) {
  .contact-page .two-column-image-text-hero-foreground p {
    max-width: 419px;
    margin: 0 0;
  }
  .contact-page .two-column-image-text-hero-foreground p:nth-child(2) {
    max-width: 419px;
  }
  .contact-page .two-column-image-text-hero-foreground p:nth-child(2) br {
    display: none;
  }
}
.contact-page .two-column-image-text-hero-foreground p a {
  color: inherit;
}
.contact-page .two-column-image-text-hero-foreground p a[data-insert-cs-phone] {
  text-decoration: none;
}
@media (min-width: 1100px) {
  .contact-page .two-column-image-text-hero-column:first-child {
    padding: 21px 0 30px 5px;
  }
}
.contact-page .two-column-image-text-hero-column:last-child {
  width: 337px;
  margin: 0px auto 8px auto;
}
@media (min-width: 1100px) {
  .contact-page .two-column-image-text-hero-column:last-child {
    width: 743px;
    margin: 0 0;
  }
}

.gas-card-sweeps .loading {
  min-height: 400px;
}
.gas-card-sweeps .too-early,
.gas-card-sweeps .too-late,
.gas-card-sweeps .state-disallowed {
  display: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}
.gas-card-sweeps .too-early h3,
.gas-card-sweeps .too-late h3,
.gas-card-sweeps .state-disallowed h3 {
  color: black;
  text-align: center;
  padding: 1rem;
}
.gas-card-sweeps .sweeps-allowed {
  display: none;
  flex-flow: column;
  justify-content: start;
  align-items: stretch;
}
.gas-card-sweeps .hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  aspect-ratio: 1320/500;
}
.gas-card-sweeps .hero > * {
  grid-row: 1/-1;
  grid-column: 1/-1;
}
.gas-card-sweeps .hero .hero-bg-overlay {
  width: 100%;
}
.gas-card-sweeps .hero .content {
  display: flex;
  flex-flow: column;
  justify-content: start;
  align-items: center;
  gap: 2.5rem;
  padding: 2rem 4rem;
}
.gas-card-sweeps .hero .content .top-logos {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.gas-card-sweeps .hero .content .top-logos .vertical-bar {
  height: 70px;
  width: 1px;
  border-right: solid 1px white;
  margin-left: 30px;
}
.gas-card-sweeps .hero .content .top-logos img:first-child {
  width: 130px;
}
.gas-card-sweeps .hero .content .top-logos img:last-child {
  width: 200px;
}
.gas-card-sweeps .hero .content .primary-content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: end;
  align-items: start;
  width: 100%;
}
.gas-card-sweeps .hero .content .primary-content .panel {
  width: 50%;
  display: flex;
  flex-flow: column;
  justify-content: start;
  align-items: start;
  padding-left: 3rem;
  box-sizing: border-box;
}
.gas-card-sweeps .hero .content .primary-content .panel p {
  color: white;
  max-width: 500px;
}
.gas-card-sweeps .hero .content .primary-content .panel h1 {
  margin: 0;
  color: #B28427;
}
@media screen and (max-width: 1439px) {
  .gas-card-sweeps .hero .content {
    padding: 1.53rem 3.06rem;
    gap: 0.5rem;
  }
  .gas-card-sweeps .hero .content .top-logos img:first-child {
    width: 99px;
  }
  .gas-card-sweeps .hero .content .top-logos img:last-child {
    width: 152px;
  }
  .gas-card-sweeps .hero .content .top-logos .vertical-bar {
    height: 53px;
    margin-left: 23px;
  }
  .gas-card-sweeps .hero .content .primary-content h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1099px) {
  .gas-card-sweeps .hero {
    aspect-ratio: 375/550;
  }
  .gas-card-sweeps .hero .hero-bg-overlay {
    margin-top: -6%;
  }
  .gas-card-sweeps .hero .content {
    padding: 20px 20px 0px 20px;
    gap: 0;
  }
  .gas-card-sweeps .hero .content .primary-content {
    padding-top: 60%;
    flex-flow: column;
    justify-content: start;
    align-items: center;
  }
  .gas-card-sweeps .hero .content .primary-content .panel {
    width: unset;
    flex-flow: column;
    justify-content: start;
    align-items: center;
    gap: 8px;
    padding: 0 2.5rem;
  }
  .gas-card-sweeps .hero .content .primary-content .panel > * {
    text-align: center;
  }
  .gas-card-sweeps .hero .content .primary-content .panel h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 500px) {
  .gas-card-sweeps .hero .content .primary-content {
    padding-top: 50%;
  }
}
.gas-card-sweeps .disclaimers {
  background-image: none;
  background-color: black;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px 100px;
}
.gas-card-sweeps .disclaimers p {
  color: white;
  font-family: gotham-book;
  font-size: 0.75rem;
  line-height: 1.5em;
  text-align: center;
  font-weight: 325;
  margin: 0;
}
.gas-card-sweeps .disclaimers p strong {
  text-transform: uppercase;
}
.gas-card-sweeps .disclaimers p a, .gas-card-sweeps .disclaimers p a:visited {
  color: white;
}
@media screen and (max-width: 1099px) {
  .gas-card-sweeps .disclaimers {
    padding: 0 20px 20px 20px;
  }
}
.gas-card-sweeps .sweeps-template-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  display: none;
}
.gas-card-sweeps .sweeps-template-overlay .sweeps-popover-display {
  background-color: white;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  max-width: clamp(360px, 80vw, 800px);
  top: 0;
  margin: 86px 0;
  padding: 50px;
  text-align: right;
  border-radius: 25px;
  overflow: visible;
}
.gas-card-sweeps .sweeps-template-overlay .sweeps-popover-display .sweeps-popover-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gas-card-sweeps .sweeps-template-overlay .sweeps-popover-display .sweeps-popover-content h2 {
  font-family: gotham-bold, sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: #B28427;
}
.gas-card-sweeps .sweeps-template-overlay .sweeps-popover-display .sweeps-popover-content h4 {
  font-family: gotham-bold, sans-serif;
  font-size: 1.5em;
  text-align: center;
}
.gas-card-sweeps .sweeps-template-overlay .close-popover button {
  padding: 0;
  margin: 0;
  border: none;
  font-weight: 500;
  cursor: pointer;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 45px;
  height: 45px;
  transition: 0.2s ease-in-out 0s;
}
.gas-card-sweeps .sweeps-template-overlay .close-popover button:hover {
  transform: scale(1.15);
}
.gas-card-sweeps .sweeps-template-overlay .close-popover button:active {
  border: none;
}
.gas-card-sweeps .sweeps-template-overlay .close-popover button img {
  max-width: 100%;
  background-color: transparent;
  transform: scale(1.025);
  width: auto;
}

@media screen and (max-width: 1099px) {
  .gas-card-sweeps.murphy-sweeps .blends {
    background: none;
    margin-bottom: calc(1rem + 155px);
  }
  .gas-card-sweeps.murphy-sweeps .blends .content {
    border: 6px solid #B28427;
    padding: 2.5rem 1.5rem 28.5% 1.5rem;
  }
  .gas-card-sweeps.murphy-sweeps .blends .content h3 {
    text-align: center;
  }
  .gas-card-sweeps.murphy-sweeps .blends .packs img {
    bottom: -155px;
  }
}
@media screen and (max-width: 710px) {
  .gas-card-sweeps.murphy-sweeps .blends .content h3 {
    font-size: 2.125rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .gas-card-sweeps.murphy-sweeps .blends .content a {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .gas-card-sweeps.murphy-sweeps .blends .content {
    padding-top: 1.5rem;
  }
}

.gas-card-sweeps.true-north main.main-wrapper {
  background-color: #fff;
}
.gas-card-sweeps.true-north main.main-wrapper .sweeps-allowed .the-clipper {
  display: none;
}
.gas-card-sweeps.true-north main.main-wrapper .sweeps-allowed .hero {
  margin: 0 0 20px;
  background-color: #000;
}
@media screen and (max-width: 1100px) {
  .gas-card-sweeps.true-north main.main-wrapper .sweeps-allowed .hero {
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 1100px) {
  .gas-card-sweeps.true-north main.main-wrapper .sweeps-allowed .hero .hero-bg-overlay {
    margin-top: 0;
  }
}
.gas-card-sweeps.true-north main.main-wrapper .sweeps-allowed .hero .content {
  height: 550px;
  padding: 53px 80px;
  gap: 20px;
  flex-flow: row;
}
@media screen and (max-width: 1100px) {
  .gas-card-sweeps.true-north main.main-wrapper .sweeps-allowed .hero .content {
    height: 724px;
    padding: 40px 30px;
    flex-flow: column;
  }
}
.gas-card-sweeps.true-north main.main-wrapper .sweeps-allowed .hero .content .top-logos {
  background-image: url(https://storageaccountwinstacec.blob.core.windows.net/maverick-ubmraco/media/CMS/TrueNorth/Login_Card%20Lockup.png);
  background-repeat: no-repeat;
  background-size: 554px;
  flex: 1;
  align-self: stretch;
  align-items: flex-start;
  background-position: bottom;
}
@media screen and (max-width: 1100px) {
  .gas-card-sweeps.true-north main.main-wrapper .sweeps-allowed .hero .content .top-logos {
    background-size: 492px;
    padding-bottom: 284px;
  }
}
@media screen and (max-width: 768px) {
  .gas-card-sweeps.true-north main.main-wrapper .sweeps-allowed .hero .content .top-logos {
    background-size: 356px;
    padding-bottom: 226px;
  }
}
.gas-card-sweeps.true-north main.main-wrapper .sweeps-allowed .hero .content .top-logos .vertical-bar {
  display: none;
}
.gas-card-sweeps.true-north main.main-wrapper .sweeps-allowed .hero .content .top-logos img:first-child {
  height: 104px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .gas-card-sweeps.true-north main.main-wrapper .sweeps-allowed .hero .content .top-logos img:first-child {
    height: 62px;
  }
}
.gas-card-sweeps.true-north main.main-wrapper .sweeps-allowed .hero .content .top-logos img:last-child {
  margin-top: 41px;
}
.gas-card-sweeps.true-north main.main-wrapper .sweeps-allowed .hero .content .primary-content {
  flex: 1;
}
@media screen and (max-width: 1100px) {
  .gas-card-sweeps.true-north main.main-wrapper .sweeps-allowed .hero .content .primary-content {
    padding-top: 0;
  }
}
.gas-card-sweeps.true-north main.main-wrapper .sweeps-allowed .hero .content .primary-content .panel {
  width: 100%;
  gap: 20px;
}
.gas-card-sweeps.true-north main.main-wrapper .sweeps-allowed .hero .content .primary-content .panel h1 {
  font-size: 96px;
  letter-spacing: 0.96px;
}
.gas-card-sweeps.true-north main.main-wrapper .sweeps-allowed .hero .content .primary-content .panel p {
  font-size: 20px;
  font-weight: 700;
  line-height: 125%; /* 25px */
  margin-bottom: 15px;
}
.gas-card-sweeps.true-north main.main-wrapper .sweeps-allowed .hero .content .primary-content .panel .actions button {
  width: 200px;
  height: 50px;
}
.gas-card-sweeps.true-north main.main-wrapper .sweeps-allowed .disclaimers {
  display: flex;
  padding: 0px 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  align-self: stretch;
  background-color: #fff;
  margin-bottom: 40px;
}
.gas-card-sweeps.true-north main.main-wrapper .sweeps-allowed .disclaimers p {
  color: #111;
  font-family: "Gotham Book";
  font-size: 11px;
}
.gas-card-sweeps.true-north main.main-wrapper .sweeps-allowed .disclaimers p a {
  color: #111;
}

.login .hero {
  background-size: cover;
  background-position: center;
  display: flex;
  flex-flow: row wrap;
  aspect-ratio: 1321/602;
  margin-bottom: 40px;
}
.login .hero > * {
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 1099px) {
  .login .hero {
    background-position: bottom;
    margin-bottom: 0;
  }
  .login .hero > * {
    width: 100%;
  }
  .login .hero > *:first-child {
    order: 5;
  }
  .login .hero > *:first-child > *:first-child {
    display: none;
  }
}
.login .copy-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
}
.login .copy-content p {
  text-align: center;
  font-family: gotham-book;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
  color: white;
  text-transform: uppercase;
  max-width: 480px;
}
@media screen and (max-width: 500px) {
  .login .copy-content {
    padding-top: 0;
  }
}
.login .login-form-container {
  padding: 2.5rem;
}
.login .login-form-container #loginFormSvelteTarget {
  height: 100%;
}
.login .the-clipper {
  margin-top: 40px;
}
@media screen and (max-width: 1099px) {
  .login .the-clipper {
    margin-top: 0;
  }
}
.login .gold-bar, .login .the-clipper {
  height: 0.75rem;
}
.login .the-clipper {
  overflow: clip;
}
.login img {
  max-width: 100%;
}
@media screen and (max-width: 500px) {
  .login .login-form-container {
    padding: 2rem 1rem;
  }
}

.gas-card-sweeps-login .hero .copy-content {
  position: relative;
  padding-right: 0;
  padding-bottom: 200px;
}
.gas-card-sweeps-login .hero .copy-content > p:last-child {
  margin-top: 3rem;
  font-size: 12px;
  max-width: unset;
  position: absolute;
  bottom: 30px;
}
.gas-card-sweeps-login .top-logos {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.gas-card-sweeps-login .top-logos .vertical-bar {
  height: 70px;
  width: 1px;
  border-right: solid 1px white;
  margin-left: 30px;
}
.gas-card-sweeps-login .top-logos img:first-child {
  width: 130px;
}
.gas-card-sweeps-login .top-logos img:last-child {
  width: 200px;
}
.gas-card-sweeps-login .disclaimers {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.gas-card-sweeps-login .disclaimers p:first-child {
  margin: 0.75rem 0;
  text-transform: uppercase;
}
.gas-card-sweeps-login .disclaimers p {
  font-size: 11px;
  margin: 0;
  text-transform: none;
  margin-left: 1rem;
  margin-right: 1rem;
  max-width: unset;
}
@media screen and (max-width: 1099px) {
  .gas-card-sweeps-login .hero .login-form-container {
    order: 2;
  }
  .gas-card-sweeps-login .hero .copy-content {
    order: 1;
    padding: 30px 10px;
  }
  .gas-card-sweeps-login .hero .copy-content .top-logos {
    display: flex;
    padding-bottom: 12px;
  }
  .gas-card-sweeps-login .hero .copy-content .top-logos img:first-child {
    width: 99px;
  }
  .gas-card-sweeps-login .hero .copy-content .top-logos img:last-child {
    width: 152px;
  }
  .gas-card-sweeps-login .hero .copy-content .top-logos .vertical-bar {
    height: 53px;
    margin-left: 23px;
  }
  .gas-card-sweeps-login p.mobile-only {
    order: 3;
    color: white;
    text-align: center;
    font-size: 1rem;
    padding: 0 33px 30px 33px;
    margin: 0;
    text-transform: uppercase;
  }
}
.gas-card-sweeps-login:not(.truenorth-login) .tn-only {
  display: none;
}
.gas-card-sweeps-login.truenorth-login main.main-wrapper .the-clipper {
  display: none;
}
.gas-card-sweeps-login.truenorth-login main.main-wrapper .hero {
  margin: 0 0 40px;
}
.gas-card-sweeps-login.truenorth-login main.main-wrapper .hero > p.mobile-only:not(.tn-only) {
  display: none;
}
.gas-card-sweeps-login.truenorth-login main.main-wrapper .hero .copy-content .top-logos .vertical-bar {
  display: none;
}
.gas-card-sweeps-login.truenorth-login main.main-wrapper .hero .copy-content .top-logos img:first-child {
  width: auto;
}
.gas-card-sweeps-login.truenorth-login main.main-wrapper .hero .copy-content .disclaimers {
  display: none;
}
.gas-card-sweeps-login.truenorth-login main.main-wrapper .hero .copy-content > p.desktop-only:not(.tn-only) {
  display: none;
}
.gas-card-sweeps-login.truenorth-login main.main-wrapper .hero h3.tn-only {
  color: #FFF;
  text-align: center;
  letter-spacing: 0.5px;
}
.gas-card-sweeps-login.truenorth-login main.main-wrapper .hero p.tn-only {
  font-family: "Gotham Book";
  font-size: 11px;
  text-transform: none;
}
.gas-card-sweeps-login.truenorth-login main.main-wrapper .hero .form-container {
  --form-surface-color: var(--Maverick-White);
  --form-body-text-color: var(--Maverick-Black);
  --form-body-font: var(--Maverick-Body-Font);
  --form-body-font-thin: var(--Maverick-Body-Font-Thin);
  --form-border-radius: 2px;
  --form-title-color: var(--Maverick-Dark-Gold);
  --form-title-font: var(--Maverick-Regular-Heading-Font);
  --form-title-max-width: 100%;
  --form-title-font-weight: 360;
  --form-title-line-height: .9;
  --form-title-letter-spacing: .5px;
  --form-input-background: #eee;
  --form-input-border-radius: 7px;
  --form-input-color: var(--Maverick-Black);
  --form-button-login-width: 200px;
  --form-button-register-width: 200px;
  --form-button-mobile-width-max: 231px;
  background: var(--form-surface-color);
  color: var(--form-body-text-color);
  font-family: var(--form-body-font);
  font-weight: 500;
  font-size: 1rem;
  padding: 3.12em 1.88em;
}
@media (width > 1099px) {
  .gas-card-sweeps-login.truenorth-login main.main-wrapper .hero .form-container {
    --form-title-font-size: 50px;
    --form-button-register-width: 231px;
  }
}
@media (768px <= width <= 1100px) {
  .gas-card-sweeps-login.truenorth-login main.main-wrapper .hero .form-container {
    padding: 3.125em 3.75em;
  }
}
@media (width > 1100px) {
  .gas-card-sweeps-login.truenorth-login main.main-wrapper .hero .form-container {
    border-radius: var(--form-border-radius);
  }
}
.gas-card-sweeps-login.truenorth-login main.main-wrapper .hero .login-form-main-title {
  line-height: var(--form-title-line-height);
  letter-spacing: var(--form-title-letter-spacing);
  color: var(--form-title-color);
  max-width: var(--form-title-max-width);
  text-align: center;
  text-transform: uppercase;
  margin-inline: auto;
}
@media (768px <= width <= 1100px) {
  .gas-card-sweeps-login.truenorth-login main.main-wrapper .hero .login-form-main-title {
    max-width: unset;
  }
}
.gas-card-sweeps-login.truenorth-login main.main-wrapper .hero .login-form {
  width: 100%;
  margin-block: 2.5em 1.88em;
  margin-inline: 0;
}
.gas-card-sweeps-login.truenorth-login main.main-wrapper .hero .login-fieldset {
  margin-bottom: 30px;
}
.gas-card-sweeps-login.truenorth-login main.main-wrapper .hero .login-fieldset label {
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
  font-family: var(--form-body-font);
}
.gas-card-sweeps-login.truenorth-login main.main-wrapper .hero .login-fieldset label a {
  text-align: right;
  font-family: var(--form-body-font-thin);
  font-size: 0.875em;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}
.gas-card-sweeps-login.truenorth-login main.main-wrapper .hero .login-fieldset input {
  border-radius: var(--form-input-border-radius);
  border: 1px solid currentColor;
  background: var(--form-input-background);
  padding: 10px 15px;
  color: var(--form-input-color);
  font-size: 16px;
}
.gas-card-sweeps-login.truenorth-login main.main-wrapper .hero .error-box {
  margin-bottom: 0.5em;
}
.gas-card-sweeps-login.truenorth-login main.main-wrapper .hero .button-set {
  display: grid;
  margin-block: 1.875em;
  justify-content: center;
  grid-template-columns: var(--form-button-mobile-width-max);
}
@media (width >= 768px) {
  .gas-card-sweeps-login.truenorth-login main.main-wrapper .hero .button-set {
    grid-template-columns: var(--form-button-login-width) var(--form-button-register-width);
  }
}
.gas-card-sweeps-login.truenorth-login main.main-wrapper .hero .button-set .register-button {
  transition: transform 0.25s ease-in-out;
}
.gas-card-sweeps-login.truenorth-login main.main-wrapper .hero .button-set .register-button:hover {
  transform: scale(1.1);
}
.gas-card-sweeps-login.truenorth-login main.main-wrapper .hero .button-set .login-button {
  transition: transform 0.25s ease-in-out;
}
.gas-card-sweeps-login.truenorth-login main.main-wrapper .hero .button-set .login-button:hover {
  transform: scale(1.1);
}
.gas-card-sweeps-login.truenorth-login main.main-wrapper .hero .caption {
  color: var(--Maverick-Black, #000);
  text-align: center;
  /* Kool/Global/P/XSmallBold */
  font-family: "Gotham Book";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 16.5px */
}
.gas-card-sweeps-login.truenorth-login main.main-wrapper .hero .disclaimer {
  color: var(--Maverick-Black, #000);
  text-align: center;
  font-family: "Gotham Book";
  font-size: 16px;
  font-style: normal;
  font-weight: 325;
  line-height: 150%;
}
.gas-card-sweeps-login.truenorth-login main.main-wrapper .hero .disclaimer button {
  font-family: "Gotham Book";
  font-size: 16px;
  font-style: normal;
  font-weight: 325;
  line-height: 150%;
  text-decoration-line: underline;
  text-transform: lowercase;
  padding: 0;
}