@charset "UTF-8";
@keyframes fingerPress {
  0%, 100% {
    transform: scale(0.75);
  }
  50% {
    transform: scale(0.6);
  }
}
.main-offer__group, .main-offer__offer, .offer-selection-group, .offer-selection {
  display: flex;
  flex-wrap: wrap;
  align-items: var(--group-align-items, stretch);
  justify-content: var(--group-justify-content, space-around);
  overflow: hidden;
  margin: -2em 1em;
  overflow: initial;
  align-items: flex-start;
}
.main-offer__group > *, .main-offer__offer > *, .offer-selection-group > *, .offer-selection > * {
  flex: 0 1 auto;
}
.main-offer__group > *, .main-offer__offer > *, .offer-selection-group > *, .offer-selection > * {
  margin: 2em 1em;
}
@supports (gap: 2em 1em) {
  .main-offer__group, .main-offer__offer, .offer-selection-group, .offer-selection {
    gap: var(--group-gap, 2em 1em);
    margin: -0;
  }
  .main-offer__group > *, .main-offer__offer > *, .offer-selection-group > *, .offer-selection > * {
    margin: 0;
  }
}

.accordion, .accordion__button {
  outline: none;
}

.accordion__button[aria-expanded=true]:focus, .accordion__button:focus, .accordion--is-focused, .accordion:focus-within {
  outline-color: -webkit-focus-ring-color;
  outline-color: Highlight;
  outline-style: auto;
}

.dtm__in .o-box--btn, .dtm__in .o-box--btn--confirm, .dtm__in .o-box--btn--flow {
  text-transform: uppercase;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.dtm__in {
  background: white;
}

.dtm__in [class*=c-brand],
.dtm__in [class*=c-brand] p,
.dtm__in [class*=c-brand] select {
  font-size: 16px;
  font-size: max(16px, 1em);
  line-height: 1.5;
}
.dtm__in [class*=c-brand] [class*=button],
.dtm__in [class*=c-brand] [class*=o-box--btn] {
  font-size: 14px;
  font-size: max(14px, 1em);
  word-break: break-word;
}

[class*=icon-] {
  font-family: inherit;
  font-weight: normal;
  font-style: inherit;
  font-variant: inherit;
  line-height: inherit;
  text-transform: inherit;
}

.dtm__in .l-outer {
  font-size: 16px;
  max-width: var(--section-container, 1200px);
  margin: auto;
}
.dtm__in .l-outer__in {
  box-shadow: none;
  border: 0;
}

.FormHeadlineL {
  display: none;
}

.dtm__in .ui-menu {
  font-size: 1rem;
}

.reviewTable .reviewTable__wrap {
  padding: 0;
}

#facebox .fieldTxt {
  margin-top: 1rem;
}
#facebox .body {
  color: black;
}
#facebox .footer::before, #facebox .footer::after {
  display: none;
}
#facebox input {
  background: white;
  border: 1px solid;
  padding: 1rem;
}
#facebox input[type=text] {
  margin-bottom: 1rem;
}
#facebox input[type=button] {
  border: 3px solid black;
  background: black;
  color: white;
  cursor: pointer;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
#facebox input[type=button]:focus, #facebox input[type=button]:hover {
  color: black;
  background: white;
}

.c-list--horz {
  display: flex;
  flex-wrap: wrap;
}
.c-list--horz > li {
  display: block;
  flex: 1 1 25rem;
}

.c-list--reset > li {
  display: block;
}
.c-list--reset [data-tip]::before {
  font-size: max(16px, 0.75em);
  padding: max(10px, 1em) max(8px, 0.5em);
}
.c-list--reset [data-tip]:hover::before {
  bottom: max(-25px, -1.5625rem);
}
.c-list--reset [data-tip] > span {
  width: 13.1875rem;
  padding-bottom: 0.125rem;
}
.dtm__in--mv .header__logo img {
  width: 100%;
}

@media all and (max-width: 900px) {
  .dtm--upsell .dtm__in--dv .c-brand--img,
  .dtm--upsell .dtm__in--dv .c-brand--upsell {
    width: 100%;
    display: block;
    padding: 1em 0;
  }
  .dtm--upsell .dtm__in--dv .upsell__btns {
    width: 100%;
  }
}
.dtm--confirmationreview .dtm__in--dv {
  min-width: 550px;
}
.dtm--confirmationreview .dtm__in--dv #content_top {
  overflow: hidden;
}
.dtm--confirmationreview .dtm__in--dv #content_top > section:first-of-type {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.dtm--confirmationreview .dtm__in--dv #content_top > section:first-of-type > * {
  flex: 0 1 100%;
}
.dtm--confirmationreview .dtm__in--dv #content_top > section:first-of-type > [class*=vw--25] {
  flex: 0 1 18em;
  order: 2;
}
.dtm--confirmationreview .dtm__in--dv #content_top > section:first-of-type > [class*=vw--75] {
  flex: 1 1 50em;
  order: 1;
}
.dtm--confirmationreview .dtm__in--dv #content_top > section:first-of-type > [class*=vw--75] > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.dtm--confirmationreview .dtm__in--dv #content_top > section:first-of-type > [class*=vw--75] > ul > li {
  flex: 1 1 12em;
}
.dtm--confirmationreview .dtm__in--dv #orderItemsPlaceholder {
  width: 100%;
}
.dtm--confirmationreview .dtm__in--dv .u-pad--bottom {
  width: 100%;
}
.dtm--confirmationreview .dtm__in--dv .u-pad--bottom ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.dtm--confirmationreview .dtm__in--dv .u-pad--bottom li {
  flex: 0 1 19em;
  padding: 0.25em;
}

.dtm--ordersummarywithedit .dtm__in--dv {
  min-width: 550px;
}
.dtm--ordersummarywithedit .dtm__in--dv #content_top {
  overflow: hidden;
}
.dtm--ordersummarywithedit .dtm__in--dv #content_top > section:first-of-type {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.dtm--ordersummarywithedit .dtm__in--dv #content_top > section:first-of-type > * {
  flex: 0 1 100%;
}
.dtm--ordersummarywithedit .dtm__in--dv #content_top > section:first-of-type > [class*=vw--25] {
  flex: 0 1 18em;
  order: 2;
}
.dtm--ordersummarywithedit .dtm__in--dv #content_top > section:first-of-type > [class*=vw--75] {
  flex: 1 1 50em;
  order: 1;
}
.dtm--ordersummarywithedit .dtm__in--dv #content_top > section:first-of-type > [class*=vw--75] > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.dtm--ordersummarywithedit .dtm__in--dv #content_top > section:first-of-type > [class*=vw--75] > ul > li {
  flex: 1 1 12em;
}
.dtm--ordersummarywithedit .dtm__in--dv ul.c-list--reset {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.dtm--ordersummarywithedit .dtm__in--dv ul.c-list--reset li {
  flex: 0 1 19em;
  padding: 0.25em;
}

.dtm--confirmation .dtm__in--dv {
  min-width: 550px;
}
.dtm--confirmation .dtm__in #content_top {
  overflow: hidden;
}
.dtm--confirmation .dtm__in #content_top > section:first-of-type {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.dtm--confirmation .dtm__in #content_top > section:first-of-type > * {
  flex: 0 1 100%;
}
.dtm--confirmation .dtm__in #content_top > section:first-of-type > [class*=vw--25] {
  flex: 0 1 18em;
  order: 2;
}
.dtm--confirmation .dtm__in #content_top > section:first-of-type > [class*=vw--75] {
  flex: 1 1 50em;
  order: 1;
}
.dtm--confirmation .dtm__in #content_top > section:first-of-type > [class*=vw--75] > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.dtm--confirmation .dtm__in #content_top > section:first-of-type > [class*=vw--75] > ul > li {
  flex: 1 1 12em;
}
.dtm--confirmation .dtm__in .responsive-img {
  margin: 0 auto;
}

@supports (position: sticky) {
  .view__anchor {
    top: calc(6rem * -1);
  }
}
@media all and (max-width: 75rem) {
  .view__anchor {
    top: calc(6rem * -1);
  }
}
@supports (position: sticky) {
  .view__scroll {
    top: calc(6rem * -1);
  }
}
@media all and (max-width: 75rem) {
  .view__scroll {
    top: calc(6rem * -1);
  }
}
.view::after {
  top: calc(30vh - 6rem);
}
@media all and (max-width: 75rem) {
  .view::after {
    top: calc(30vh - 6rem);
  }
}

.view {
  position: relative;
}
.view__anchor {
  position: absolute;
}
.view__in {
  position: relative;
}
.view__scroll {
  position: -webkit-sticky;
  position: sticky;
}

@supports (position: sticky) {
  .view__anchor {
    top: calc(-4em * -1);
  }
}
@media all and (max-width: 75rem) {
  .view__anchor {
    top: calc(-4em * -1);
  }
}
@supports (position: sticky) {
  .view__scroll {
    top: calc(-4em * -1);
  }
}
@media all and (max-width: 75rem) {
  .view__scroll {
    top: calc(-4em * -1);
  }
}
.view::after {
  top: calc(30vh - -4em);
}
@media all and (max-width: 75rem) {
  .view::after {
    top: calc(30vh - -4em);
  }
}

[data-viewport] > .view__anchor {
  top: 0;
}
[data-viewport] .view__scroll {
  top: 0;
}

.view__scroll {
  top: 0;
}

html {
  --section-container: 75rem;
  --section-frame: 1rem;
}

.section {
  margin: 0;
}
.section__contain {
  max-width: var(--section-container, 75rem);
  margin: auto;
  box-sizing: content-box;
}
.section__in {
  max-width: var(--section-container, 75rem);
  margin: auto;
  box-sizing: content-box;
  padding: var(--section-frame, 1rem);
}
.section__block {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.section__in {
  max-width: var(--section-container);
  box-sizing: border-box;
}
.section__frame {
  padding: 1rem;
}
.section__block {
  margin: var(--section-block, 2rem 0);
}

.sr {
  position: relative;
}
.sr__text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
}

.hide {
  display: none;
}

.link {
  position: relative;
}
.link__advisal {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
  text-align: left;
  text-transform: capitalize;
  transform: translateY(0);
  min-width: 30vw;
}
.link--is-active > .link__advisal {
  opacity: 1;
  transform: translateY(-120%);
  transition-delay: 0s, 0.3s;
}
.link__container {
  display: inline-block;
  padding: 0.5em 0.75em;
  background: black;
  color: white;
  border-radius: 0.5em;
}

.skip-link {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
}
.skip-link__button {
  display: inline-block;
  padding: 1em;
  margin: 1rem;
  text-align: center;
  background: black;
  color: white;
  font-weight: bold;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  position: relative;
}
.skip-link__button > span {
  position: relative;
  z-index: 1;
}
.skip-link__button:link, .skip-link__button:visited {
  color: white;
}
.skip-link__button::before, .skip-link__button::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.skip-link__button::before {
  background: black;
}
.skip-link__button::after {
  background: white;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.skip-link__button:focus {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
}
.skip-link__button:hover {
  color: black;
}
.skip-link__button:hover::after {
  opacity: 1;
}

*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  width: 100%;
  height: auto;
}

html {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
}
@supports (display: flex) {
  body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
}
body > footer {
  flex: 1;
}

main {
  display: block;
  flex: 1;
}

a:focus,
button:focus,
label:focus {
  outline: 2px solid currentColor;
}

:link,
:visited {
  text-decoration: underline;
  color: inherit;
  word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-word;
}

img {
  max-width: 100%;
  height: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

img,
iframe,
picture,
figure {
  display: block;
}

iframe,
img {
  border: 0;
}

figure {
  margin: 0;
}

small {
  font-size: 80%;
}

sup,
sub {
  font-size: 50%;
  line-height: 0;
  position: relative;
  margin: 0 0.25em;
}

sup {
  bottom: 0.33em;
}

sub {
  bottom: -0.33em;
}

button,
input,
select {
  background: none;
  border: 0;
  font-size: 16px;
  border-radius: 0;
  box-shadow: none;
  word-break: break-all;
  text-overflow: ellipsis;
}
@supports (font-size: max(16px, 1rem)) {
  button,
  input,
  select {
    font-size: max(16px, 1rem);
  }
}
button:not([type=checkbox]):not([type=radio]),
input:not([type=checkbox]):not([type=radio]),
select:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
  appearance: none;
}

button,
select {
  cursor: pointer;
}

input {
  line-height: inherit;
}

a[href^="mailto:"] {
  word-break: break-word;
}

[hidden] {
  display: none;
}

h1 {
  font-size: 2.5rem;
}

h2,
legend {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.5625rem;
}

ol {
  list-style: decimal;
}

input {
  line-height: inherit;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

sup {
  bottom: 0.75em;
}

a {
  display: inline-block;
}

.dtm {
  --main-text-color: #444444;
  --main-background-color: white;
  /*
  variable naming convention: --color-<ordinal-number>-<letter>
  ordinal-number: represents a different color hue
  letter: represents a different shade of the <ordinal-number> color hue
  */
  --color-bg: #4d1773;
  --color-first: #ffdc00;
  --color-first-a: #d5b900;
  --color-first-b: #f1dbf1;
  --color-first-grad: #ff8112;
  --color-second: #ed2201;
  --color-second-a: #bb1900;
  --color-third: #0c3685;
  --color-third-a: rgb(251, 187, 102);
  --fp-nav-background-color: red;
  --fp-nav-background-color-rollover: rgb(249, 52, 52);
  --nav-text-color: #fff;
  --nav-background-color: var(--color-first);
  --nav-link-background-color: var(--color-bg);
  --button-background-color: var(--color-second);
  --button-background-color-rollover: var(--color-second-a);
  --button-text-color: #fff;
  --button-text-color-rollover: #fff;
  --button-border-color: var(--color-first);
  --banner-background-color: var(--color-first);
  --banner-text-color: white;
  --body-font-family: montserrat, sans-serif;
  scroll-padding-top: calc(
        var(--scrollable-content-height, 0em) + 4em
    );
  font-size: 1rem;
}
@media all and (max-width: 40rem) {
  .dtm {
    font-size: clamp(0.5rem, 3.5vw, 1rem);
  }
}

.dtm__in {
  font: 1rem var(--body-font-family);
  line-height: 1.45;
  color: var(--main-text-color);
  background: var(--main-background-color);
  color: var(--main-text-color);
}
.dtm__in::selection,
.dtm__in ::selection {
  background: var(--main-text-color);
  color: var(--main-background-color);
}
.dtm__in a:focus,
.dtm__in button:focus,
.dtm__in [tabindex="0"]:focus {
  outline-color: var(--main-text-color);
}

.header {
  text-align: center;
  background: none;
}
.header__in {
  padding: 0;
}
.header__group {
  display: flex;
  flex-wrap: wrap;
  align-items: var(--group-align-items, stretch);
  justify-content: var(--group-justify-content, space-around);
  overflow: hidden;
  margin: -0.5rem;
  overflow: initial;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.header__group > * {
  flex: 0 1 auto;
}
.header__group > * {
  margin: 0.5rem;
}
@supports (gap: 0.5rem) {
  .header__group {
    gap: var(--group-gap, 0.5rem);
    margin: -0;
  }
  .header__group > * {
    margin: 0;
  }
}
.header__logo {
  max-width: 12.4375em;
}
.header__title {
  color: white;
  font-family: proxima-nova, Helvetica, sans-serif;
  font-size: 3em;
  line-height: 1.15;
  flex: 0 1 21em;
  font-weight: 800;
  font-style: italic;
  margin: auto;
  text-shadow: 0 3px 5px rgb(0, 0, 0);
}
.header__title b {
  text-transform: uppercase;
  color: var(--color-first);
  display: block;
}
.header .button {
  font-size: 1.75em !important;
  text-transform: none !important;
}
@media all and (min-width: 75rem) {
  .header__in {
    padding: 0.75em 0.25em;
  }
}
@media all and (max-width: calc(75rem + (-0.1rem * 2))) {
  .header__in {
    padding: 0.5em 1em;
  }
  .header__group {
    font-size: 1.5vw;
  }
  .header .button {
    display: none !important;
  }
}

.header--has-nav {
  position: sticky;
  top: 0;
  z-index: 11;
}
@media all and (max-width: 75rem) {
  .header--has-nav .header__in .header__logo {
    display: none;
  }
}
@-webkit-keyframes is-hidden {
  0% {
    visibility: visible;
    transform: translate(0);
    opacity: 1;
  }
  99% {
    transform: translateX(0);
    opacity: 0;
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
@keyframes is-hidden {
  0% {
    visibility: visible;
    transform: translate(0);
    opacity: 1;
  }
  99% {
    transform: translateX(0);
    opacity: 0;
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
@-webkit-keyframes is-visible {
  0% {
    visibility: visible;
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    transform: translate(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes is-visible {
  0% {
    visibility: visible;
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    transform: translate(0);
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes toggle-visibility {
  from {
    visibility: visible;
    pointer-events: none;
  }
  to {
    visibility: hidden;
    pointer-events: none;
  }
}
@keyframes toggle-visibility {
  from {
    visibility: visible;
    pointer-events: none;
  }
  to {
    visibility: hidden;
    pointer-events: none;
  }
}
.nav {
  z-index: 6;
  font-size: 1.8rem;
  top: 0;
}
.nav__pane, .nav__underlay {
  top: 0;
  bottom: 0;
}
.nav, .nav__pane, .nav__underlay, .nav__drop__group {
  left: 0;
  right: 0;
}
.nav__title {
  align-self: center;
  padding: 0 1em;
}
.nav__pane {
  border-color: hsl(0, 0%, 40%);
  background: hsl(0, 0%, 100%);
}
.nav__pane, .nav__underlay {
  height: auto;
}
.nav__underlay {
  will-change: opacity;
  content: "";
  pointer-events: none;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.31, 1);
  transition: opacity 0.3s cubic-bezier(0, 0, 0.31, 1);
  background: hsla(0, 0%, 100%, 0.8);
}
@media (prefers-reduced-motion: reduce) {
  .nav__underlay {
    -webkit-transition: none;
    transition: none;
  }
}
.nav__underlay, .nav__toggle, .nav__drop__group {
  opacity: 0;
}
.nav__underlay, .nav__drop__group {
  box-sizing: border-box;
  width: 100%;
}
.nav__title, .nav__group, .nav__menu, .nav__menu--scroll {
  display: flex;
}
.nav__pane, .nav__menu--scroll {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.nav__menu--scroll::-webkit-scrollbar {
  display: none;
  width: 0.25em;
  height: 0.25em;
  background: hsl(0, 0%, 84%);
}
.nav__menu--scroll:hover::-webkit-scrollbar {
  display: block;
}
.nav__menu--scroll::-webkit-scrollbar-thumb {
  background: hsl(0, 0%, 0%);
}
.nav__menu--stack .nav__list {
  flex-wrap: wrap;
}
.nav__menu--stack .nav__list > a {
  flex: 1 1 100%;
  justify-content: flex-start;
}
.nav__group {
  flex-wrap: nowrap;
}
.nav__title, .nav__group, .nav__menu {
  justify-content: space-between;
}
.nav__list {
  flex: 1 1 auto;
  align-items: center;
}
.nav__drop__group {
  background: white;
  color: black;
  -webkit-animation: toggle-visibility 0.3s step-end forwards;
  animation: toggle-visibility 0.3s step-end forwards;
  position: absolute;
  z-index: 100;
  max-height: 100vh;
  overflow: auto;
}
.nav__drop__toggle, .nav__drop {
  width: 100%;
  position: relative;
}
.nav__drop__toggle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: inherit;
  font: inherit;
  border: inherit;
  background: inherit;
  color: inherit;
  z-index: 2;
}
.nav__drop__toggle:focus, .nav__drop__toggle:hover {
  text-decoration: underline;
}
.nav__drop__toggle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  opacity: 0;
  transform: translateY(100%);
  z-index: -1;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav__drop__toggle::before {
    transition: none;
  }
}
.nav__drop__toggle > span {
  position: relative;
}
.nav__drop__toggle[aria-expanded=true], .nav__drop__toggle:hover, .nav__drop__toggle:focus {
  color: black;
}
.nav__drop__toggle[aria-expanded=true]::before, .nav__drop__toggle:hover::before, .nav__drop__toggle:focus::before {
  opacity: 1;
  transform: translateY(0);
}
.nav__drop:focus-within > .nav__drop__toggle {
  color: black;
}
.nav__drop:focus-within > .nav__drop__toggle::before {
  opacity: 1;
  transform: translateY(0);
}
.nav__toggle {
  position: absolute;
}
.nav__label {
  width: 3.5em;
  height: 3.5em;
  background: none;
  border-width: 0;
  cursor: pointer;
  border-color: hsl(0, 0%, 0%);
  position: relative;
  z-index: 3;
  margin-left: auto;
  transform: scale(0.75);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  will-change: transform;
  overflow: hidden;
}
.nav__label::before, .nav__label::after, .nav__label span {
  display: block;
}
.nav__label::before, .nav__label::after, .nav__label span {
  content: "";
  border: 0.075em solid;
  border-color: inherit;
  -webkit-transform-origin: left;
  transform-origin: left;
  width: 100%;
}
.nav__label::before, .nav__label::after {
  transition: transform 0.3s cubic-bezier(0, 0, 0.31, 1);
}
@media (prefers-reduced-motion: reduce) {
  .nav__label::before, .nav__label::after {
    transition: none;
  }
}
.nav__drop__group, .nav__label span {
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.31, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.31, 1);
  transition: opacity 0.3s cubic-bezier(0, 0, 0.31, 1), transform 0.3s cubic-bezier(0, 0, 0.31, 1);
}
@media (prefers-reduced-motion: reduce) {
  .nav__drop__group, .nav__label span {
    transition: none;
  }
}
.nav__label::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.nav__label::after {
  -webkit-transform: scaleX(0.6);
  transform: scaleX(0.6);
}
.nav__label span {
  margin: 0.45em 0;
  -webkit-transform: scaleX(0.85);
  transform: scaleX(0.85);
}
.nav__toggle:checked ~ .nav__label::before, .nav__toggle:checked ~ .nav__label::after, .nav__label--is-selected::before, .nav__label--is-selected::after {
  transform-origin: center;
}
.nav__toggle:checked ~ .nav__label::before, .nav__label--is-selected::before {
  transform: scaleX(1) rotateZ(45deg) translate(0.4em, 0.4em);
}
.nav__toggle:checked ~ .nav__label::after, .nav__label--is-selected::after {
  transform: scaleX(1) rotateZ(-45deg) translate(0.4em, -0.4em);
}
.nav__toggle:checked ~ .nav__label span, .nav__label--is-selected span {
  transform: translateX(100%);
  opacity: 0;
}
.nav__toggle:checked ~ .nav__pane, .nav__label--is-selected ~ .nav__pane, .nav [aria-expanded=true] ~ .nav__drop__group {
  -webkit-animation: none;
  animation: none;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.nav__drop__toggle[aria-expanded=true]:focus-within ~ .nav__drop__group {
  -webkit-animation: none;
  animation: none;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.nav__toggle:checked ~ .nav__pane, .nav__label--is-selected ~ .nav__pane, .nav__toggle:checked ~ .nav__underlay, .nav__label--is-selected ~ .nav__underlay, .nav [aria-expanded=true] ~ .nav__drop__group, .nav__drop__toggle[aria-expanded=true]::before {
  opacity: 1;
}
.nav__drop__toggle[aria-expanded=true]:focus-within ~ .nav__drop__group {
  opacity: 1;
}
.nav__toggle:checked ~ .nav__underlay, .nav__label--is-selected ~ .nav__underlay {
  pointer-events: auto;
}
.nav a {
  text-decoration: none;
}
.nav a:focus, .nav a:hover {
  text-decoration: underline;
}

.nav {
  flex-wrap: wrap;
  background: var(--nav-background-color);
  box-shadow: 0 0 1.25em rgba(0, 0, 0, 0.35);
  font-size: 1rem;
  position: sticky;
  top: 0;
  margin: 0;
  transition: transform 0.15s ease-in-out;
  color: #fff;
  width: 100%;
  font-weight: 400;
  font-family: proxima-nova, Helvetica, sans-serif;
  font-size: 1.125em;
  text-transform: uppercase;
  box-shadow: none;
}
.nav--is-hidden {
  transform: translateY(-100%);
}
.nav__in {
  align-items: center;
}
.nav__label::before, .nav__label::after,
.nav__label > span {
  background: currentColor;
}
.nav__pane {
  flex: 1 1 auto;
  position: relative;
}
.nav__pane::before, .nav__pane::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.3s ease-in-out;
}
.nav__pane::before {
  background: var(--nav-background-color);
}
.nav__underlay {
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
}
.nav__toggle:checked ~ label {
  z-index: 5;
}
.nav__pane > .nav__group {
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.nav__list, .nav__title {
  flex: 1 1 100%;
}
.nav__header {
  flex: 1 1 100%;
  padding: 2rem 0;
}
.nav__title {
  margin: auto;
  align-items: center;
}
.nav__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.nav__logo {
  position: relative;
  padding: 1rem;
  flex: 0 1 auto;
}
.nav--is-end-page .nav__group {
  justify-content: center;
}
.nav__drop {
  position: relative;
  z-index: 1;
}
.nav__drop:hover, .nav__drop:focus, .nav__drop--is-selected {
  z-index: 2;
}
.nav__drop:focus-within {
  z-index: 2;
}
.nav__drop:hover:not(:focus-within) {
  z-index: 3;
}
.nav__in > .nav__title {
  display: none;
}
.nav__link {
  text-transform: none;
}
.nav__link:last-of-type {
  font-weight: 600;
}
.nav__logo {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  font-size: 4vw;
  font-family: proxima-nova, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: none;
  margin-bottom: -1em;
  gap: 0.5em;
}
.nav__logo img {
  max-width: 5em;
}
.nav__title {
  font: 600 1.8125em/1.35 var(--color-second);
}
.nav__label--is-selected {
  color: #444 !important;
}

@media all and (max-width: 75rem) {
  .nav__pane, .nav__underlay {
    position: fixed;
    height: 100vh;
  }
  .nav__pane {
    width: 75vw;
    z-index: 3;
    box-shadow: 0 0 0.3em hsla(0, 0%, 0%, 0.3);
    will-change: opacity, transform;
    opacity: 0;
    overflow-y: auto;
    -webkit-animation: toggle-visibility 0.3s step-end forwards;
    animation: toggle-visibility 0.3s step-end forwards;
    -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.31, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.31, 1);
    transition: opacity 0.3s cubic-bezier(0, 0, 0.31, 1), transform 0.3s cubic-bezier(0, 0, 0.31, 1);
  }
}
@media (max-width: 75rem) and (prefers-reduced-motion: reduce) {
  .nav__pane {
    transition: none;
  }
}
@media all and (max-width: 75rem) {
  .nav__pane, .nav__drop__group {
    -webkit-transform: translateX(-103%);
    transform: translateX(-103%);
  }
}
@media all and (max-width: 75rem) {
  .nav__group, .nav__menu--scroll {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 75rem) {
  .nav__title, .nav__group, .nav__menu, .nav__menu--scroll, .nav__list, .nav__drop__toggle {
    width: 100%;
    flex: 1 1 100%;
  }
}
@media all and (max-width: 75rem) {
  .nav__list {
    border-top: 0.03em solid currentColor;
  }
}
@media all and (max-width: 75rem) {
  .nav__list > a, .nav__drop > .nav__drop__toggle, .nav__drop {
    flex: 1 1 100%;
    text-align: left;
    justify-content: flex-start;
  }
}
@media all and (min-width: 75rem) {
  .nav, .nav__list > a {
    text-align: center;
  }
  .nav__label, .nav__underlay {
    display: none;
  }
  .nav__toggle {
    visibility: hidden;
  }
  .nav__menu--scroll {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    justify-content: flex-start;
    align-items: center;
  }
  .nav__menu {
    flex-wrap: nowrap;
  }
  .nav__menu, .nav__group {
    flex: 1 1;
  }
  .nav__drop:hover > .nav__drop__group, .nav__drop__toggle[aria-expanded=true] + .nav__drop__group {
    -webkit-animation: none;
    animation: none;
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    pointer-events: all;
  }
  .nav__drop__group {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
    pointer-events: none;
  }
  .nav__menu--scroll {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .nav__drop__toggle {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100%;
  }
  .nav__list > a, .nav__drop {
    flex: 1 0 auto;
    justify-content: center;
  }
}
@media all and (min-width: 75rem) {
  .nav {
    margin: 0;
  }
  .nav--is-start-page .nav__in > .nav__logo {
    display: none;
  }
  .nav__list .nav__link--for-drawer {
    display: none;
  }
  .nav__list > a {
    flex-basis: auto;
    flex-grow: 0;
  }
  .nav__pane::after {
    background: var(--nav-background-color);
  }
  .nav__pane a:focus {
    outline-color: currentColor;
  }
  .nav--is-primed .nav__logo, .nav--is-primed .nav__deal {
    -webkit-animation: is-hidden 0.3s ease-in-out forwards;
    animation: is-hidden 0.3s ease-in-out forwards;
  }
  .nav__link, .nav__drop {
    text-align: center;
  }
  .nav__drop {
    max-width: 15rem;
  }
  .nav__drop__group {
    box-shadow: -5px 7px 6px rgba(0, 0, 0, 0.25);
  }
  .nav--is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
  }
  @supports (position: sticky) {
    .nav--is-fixed {
      position: sticky;
    }
  }
  .nav--is-fixed a:focus {
    outline-color: currentColor;
  }
  .nav--is-fixed .nav__list {
    opacity: 1;
    transform: translateX(0);
  }
  .nav--is-fixed .nav__pane::after {
    opacity: 0;
  }
  .nav--is-fixed .nav__link--order {
    display: none;
  }
  .nav--is-fixed .nav__logo, .nav--is-fixed .nav__deal {
    -webkit-animation: is-visible 0.3s ease-in-out forwards;
    animation: is-visible 0.3s ease-in-out forwards;
  }
  .nav__logo, .nav__title {
    display: none;
  }
  .nav__pane, .nav__pane::before, .nav__pane::after {
    background: var(--nav-background-color);
  }
  .nav__list {
    justify-content: flex-end;
  }
  .nav__link {
    padding: 0.75em 1em;
  }
  .nav__pane .nav__group {
    max-width: 75rem;
    margin: 0 auto;
  }
}
@media all and (max-width: 75rem) {
  .nav {
    background: var(--nav-background-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 6;
  }
  .nav__in {
    flex-wrap: nowrap;
  }
  .nav__list {
    flex-wrap: wrap;
  }
  .nav--is-fixed {
    position: sticky;
  }
  .nav > .nav__logo {
    flex-basis: 15em;
  }
  .nav__label {
    width: auto;
    flex: 0 0 2.5em;
    margin-right: 0.5em;
    color: currentColor;
    border-color: currentColor;
  }
  .nav__group > .nav__label {
    order: 1;
  }
  .nav__group > .nav__profile {
    margin-left: auto;
    padding: 0 1.5rem;
  }
  .nav__toggle:checked ~ .nav__label, .nav__label--is-selected {
    color: var(--nav-button-close-color, var(--nav-text-color));
  }
  .nav__toggle:checked ~ .nav__label::before, .nav__toggle:checked ~ .nav__label::after,
  .nav__toggle:checked ~ .nav__label > span, .nav__label--is-selected::before, .nav__label--is-selected::after,
  .nav__label--is-selected > span {
    background: var(--nav-button-close-color, var(--nav-text-color));
  }
  .nav__pane {
    background: var(--nav-background-color);
    z-index: 4;
  }
  .nav__pane .nav__logo {
    margin: 1rem;
  }
  .nav__pane .nav__title {
    padding: 1rem;
  }
  .nav__title {
    text-align: left;
    display: block;
    font-size: 1.75em;
  }
  .nav__list {
    flex-wrap: wrap;
    justify-content: flex-start;
    border: none;
  }
  .nav__title {
    font-size: 1.25em;
  }
  .nav__list {
    font-size: 3vw;
  }
  .nav .nav__link, .nav .nav__title {
    padding: 1.5rem;
  }
  .nav__link {
    background: var(--nav-background-color);
  }
}
.footer {
  --section-frame: 1rem;
  background: var(--color-third);
  color: #fff;
  overflow: hidden;
  text-align: center;
}
.footer nav {
  margin-left: 0;
  list-style: none;
}
.footer nav > * {
  break-inside: avoid;
  padding: 0;
}
@supports (display: flex) {
  .footer nav > * {
    display: flex;
  }
}
.footer nav > *:not(:last-child) {
  margin-bottom: 1rem;
}
@media all and (max-width: 40rem) {
  .footer nav {
    column-width: 12em;
    column-rule: 1px solid;
    list-style: none;
    margin: 0 -2em;
    overflow: hidden;
  }
  .footer nav > * {
    break-inside: avoid;
    margin: 0 2em;
  }
  .footer nav > * {
    display: block;
    text-align: left;
  }
}
@media all and (min-width: 40rem) {
  .footer nav > * {
    display: inline-block;
  }
  .footer nav > *:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
}
.footer a {
  text-align: left;
}
.footer a:not(:hover):not(:focus) {
  text-decoration: none;
}
.footer button {
  font: inherit;
  color: inherit;
  text-align: left;
  word-break: break-word;
}
.footer button:not(:hover):not(:focus) {
  text-decoration: none;
}
@media all and (max-width: calc(31.25rem + (-0.1rem * 2))) {
  .footer address {
    max-width: 35ch;
    margin-inline: auto;
  }
}

.content {
  color: #000;
  font-family: proxima-nova, Helvetica, sans-serif;
}
.content__group {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 2em;
  flex-wrap: wrap;
}
.content__group > * {
  flex: 0 1 auto;
}
.content__title {
  font-size: clamp(1.875em / var(--base-number, 1), 6vw, 3.4375em / var(--base-number, 1));
  font-family: proxima-nova, Helvetica, sans-serif;
  font-weight: 800;
  font-style: italic;
  line-height: 1.2;
  color: var(--color-third);
}
.content__title sup {
  font-size: 0.66em;
  bottom: -0.1em;
  right: 0.1em;
}
.content__title--center {
  text-align: center;
}
.content__title--alt {
  color: var(--color-second);
  text-align: center;
}
.content__subtitle {
  font-size: clamp(1.875em / var(--base-number, 1), 4vw, 2.8125em / var(--base-number, 1));
  font-family: proxima-nova, Helvetica, sans-serif;
  font-weight: 800;
  font-style: italic;
  color: var(--color-second);
  text-align: center;
  line-height: 1;
}
.content__text {
  font-family: proxima-nova, Helvetica, sans-serif;
  font-weight: 400;
  max-width: 44em;
}
.content__text > * + * {
  margin-top: 1rem;
}
.content__text p {
  font-size: 1.125em;
}
.content__text strong {
  font-weight: 600;
}
.content__list {
  max-width: 32em;
  font-size: 1.125em;
  font-weight: 400;
  font-family: proxima-nova, Helvetica, sans-serif;
  color: var(--color-first);
  list-style: none;
  text-align: left;
}
.content__list li {
  margin: 1em;
}
.content__list b {
  color: var(--color-second);
  font-weight: 600;
}
.content__header {
  text-align: center;
}
.content__hr {
  width: 100%;
  max-width: 75rem;
  margin: 1em auto;
  height: 4px;
  border: none;
  background: var(--color-second);
}
.content .content__button {
  margin-top: 2em;
  --button-font-size: 1.25em;
}
@media all and (max-width: 40rem) {
  .content .content__button {
    text-align: center;
  }
  .content .content__button .button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 40rem) {
  .content__header {
    text-align: left;
  }
  .content__title br {
    display: none;
  }
  .content__list li {
    margin-left: 0;
  }
  .content__picture {
    min-width: unset !important;
  }
}

.content--sub-page {
  text-align: left;
}
.content--sub-page .content__text {
  max-width: none;
}
.content--sub-page ul {
  margin-left: 1.5rem;
}
.content--sub-page table table {
  display: table;
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  text-align: left;
}
.content--sub-page table tr {
  display: table-row;
}
.content--sub-page table th,
.content--sub-page table td {
  padding: 1em;
  vertical-align: top;
  line-height: 1.25;
  border: 1px solid currentColor;
}
.content--sub-page table th {
  font-weight: bold;
}
.content--sub-page table td:first-child {
  font-weight: bold;
}

.arbitration-agreement #content {
  padding: 1.5rem;
}
.arbitration-agreement #content > * + * {
  margin-top: 1rem;
}
.arbitration-agreement h1 {
  font-size: clamp(1.25em, 6vw, 3.125em);
}
.arbitration-agreement ul {
  margin-left: 1rem;
}

.dtm--is-index .dtm__in {
  background: linear-gradient(to bottom, #07398f 0%, #0c58a1 15%, #0c58a1 50%, #0c58a1 80%, #07398f 100%);
  background-size: 100% 900px;
  background-position: top center;
  background-repeat: no-repeat;
}
@media all and (max-width: 800px) {
  .dtm--is-index .dtm__in {
    background-size: 100% 950px;
  }
}

.dtm .header {
  background: linear-gradient(to bottom, #07398f 0%, #0c58a1 15%, #0c58a1 50%, #0c58a1 80%, #07398f 100%);
}

.dtm--is-index .header {
  background: none !important;
}

.offer-details p {
  margin-bottom: 1em;
}

.scroll-container {
  overflow: auto;
}

.dtm__in .button {
  font: bold 1.75rem/1 sans-serif;
  word-break: break-word;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  display: var(--button-container-display, inline-flex);
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  background: none;
  border: none;
  position: relative;
  z-index: 1;
  --background-color: var(--color-second);
  --background-color-rollover: var(--color-second-a);
  --border-color: #f9ad00;
  --border-color-rollover: #d19200;
  --text-color: white;
  --text-color-rollover: white;
  overflow: hidden;
  padding: var(--button-padding, 0.75rem 1.5em);
  padding-top: 0.66em;
  border: none;
  border-radius: 5em;
  color: var(--text-color);
  text-transform: uppercase;
  font: italic 800 var(--button-font-size, 1.375rem)/1 proxima-nova, Helvetica, sans-serif;
}
.dtm__in .button > span {
  pointer-events: none;
}
.dtm__in .button::before, .dtm__in .button::after, .dtm__in .button > span::before, .dtm__in .button > span::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.dtm__in .button::after, .dtm__in .button:hover > span::after {
  opacity: 0;
}
.dtm__in .button::after, .dtm__in .button > span::after {
  transition: opacity 200ms ease-out;
}
.dtm__in .button:hover::after, .dtm__in .button:focus::after {
  opacity: 1;
}
.dtm__in .button:hover, .dtm__in .button:focus {
  background: none;
}
.dtm__in .button[tabindex="-1"] {
  visibility: hidden;
}
.dtm__in .button--alt {
  --background-color: var(--color-first);
  --background-color-rollover: var(--color-first-a);
  --border-color: var(--color-first);
  --border-color-rollover: var(--color-first-a);
  --text-color: var(--color-second);
  --text-color-rollover: var(--color-second);
}
.dtm__in .button:before {
  background: var(--background-color);
}
.dtm__in .button::after {
  background: var(--background-color-rollover);
}
.dtm__in .button:link, .dtm__in .button:visited {
  text-decoration: none;
}
.dtm__in .button:hover, .dtm__in .button:focus {
  color: var(--text-color-rollover);
  background-color: var(--background-color-rollover);
}
.dtm__in .button[aria-expanded=true] {
  color: var(--background-color);
  border-color: var(--text-color);
}
.dtm__in .button[aria-expanded=true]::after {
  background: var(--text-color);
  opacity: 1;
}
.dtm__in .button--circular {
  width: 3.9em;
  height: 3.9em;
  min-width: 3.9em;
  padding: 0;
  box-shadow: 2px 3px 5px black;
}
.dtm__in .button--circular span {
  display: block;
  line-height: 0.9;
}
.list {
  margin-left: 1.5rem;
  list-style: none;
}
.list > * {
  break-inside: avoid;
  padding: 0;
}
@supports (display: flex) {
  .list > * {
    display: flex;
  }
}
.list > *:not(:last-child) {
  margin-bottom: 1rem;
}
.list--stack > *::before {
  display: inline-block;
  content: "";
  margin: 0.5em 0.5em 0 -0.5em;
  width: 0.5em;
  height: 0.5em;
  flex: 0 0 0.5em;
  background: var(--list-bullet-color, var(--color-first));
  border-radius: 100%;
}

.contain {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
}
.contain::before, .contain::after {
  content: "";
}
.contain::before {
  display: block;
}
.contain::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.contain > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.contain--video {
  background: var(--main-text-color);
}
.contain--video::before {
  padding-bottom: calc(100% / (1.7786561265));
}
.contain--portrait {
  background: var(--main-text-color);
}
.contain--portrait::before {
  padding-bottom: calc(100% / (0.5625));
}

.element-controller__element:not([data-element-controller-name]) {
  display: none;
}

.disclosure[aria-expanded=true] > .disclosure__text-collapsed, .disclosure[aria-expanded=false] > .disclosure__text-expanded {
  display: none;
}

.disclosure {
  background: none;
  border: none;
  margin: 1rem 0;
  padding: 0.5em 0;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  color: currentColor;
}

.offer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  position: relative;
  color: #333333;
}
.offer__standfirst {
  flex: 1 1 100%;
  font-weight: normal;
  font-size: 0.5em;
  text-align: center;
}
.offer__disclaimer {
  font-weight: normal;
  line-height: 1;
  text-align: left;
  display: block;
  font-size: 0.275em;
  margin-top: 0.5em;
}
.offer__group {
  display: flex;
  font-style: italic;
  margin-top: -0.5rem;
}
.offer__txt {
  text-transform: capitalize;
  font-size: 1.8em;
  margin-bottom: 0.5em;
}
.offer__price {
  font-weight: bold;
  font-size: 4em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: -0.15em;
}
.offer__follow {
  text-align: left;
  position: relative;
  top: 0.2em;
  left: 0.1em;
  max-width: 2.1em;
}
.offer__amt {
  font-size: 2em;
}
.offer__currency, .offer__cent {
  font-size: inherit;
}
.offer__currency {
  line-height: 1.4;
}
.offer__cent {
  line-height: 1;
  text-transform: none;
}
.offer__cent > span + small {
  margin-left: -0.25em;
}
.offer__cent > small {
  display: inline-block;
}

.offer {
  color: currentColor;
  font-size: 1em;
  font-weight: inherit;
}
.offer__amt, .offer__follow, .offer__currency {
  font-weight: inherit;
}
.offer__standfirst {
  font-size: 0.5em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: -0.25em;
  font-style: italic;
}
.offer__disclaimer {
  text-align: left;
  font-size: 0.3em;
  margin: 0.25em 0 0 0.25em;
  font-weight: 600;
  font-size: 0.36em;
  margin-top: 0;
  letter-spacing: 0;
}

.payment {
  font-size: 1rem;
}
.payment__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.16em;
  margin: -0.16em;
}
.payment__item {
  display: inline-block;
  flex: 0 1 4em;
  margin: 0.16em;
  max-width: 4em;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  align-items: center;
}
.payment__item--span {
  width: 100%;
  max-width: 17em;
  flex: 1 1 3.25em;
}
.payment img {
  display: block;
  max-width: 100%;
  margin: auto;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
}

.payment {
  font-size: 1em;
}

.fp-nav {
  flex-direction: column;
  text-align: center;
  font: bold 2rem/1 Arial, sans-serif;
  background: rgba(255, 255, 255, 0.65);
  text-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.8);
  border-radius: 13rem 13rem 0 0;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-height: 30em) and (orientation: landscape) {
  .fp-nav {
    font-size: 4.5vh;
  }
}
.fp-nav, .fp-nav__a {
  display: inline-flex;
}
.fp-nav__a {
  width: 5em;
  min-height: 4.5em;
  justify-content: center;
  align-items: flex-end;
  background: #015f5d;
  transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
  color: white;
  padding: 1em 0.35em;
  text-decoration: none;
  border-radius: 2.5em 2.5em 0 0;
  border: 0.1em solid black;
  box-shadow: inset 0.1em 0 white, inset 0 0.1em white, inset -0.1em 0 white, inset 0 -0.1em white;
}
.fp-nav__a:not(:last-of-type) {
  margin: 0.5em 0.5em 0;
}
.fp-nav__a:last-of-type {
  margin: 0.5em;
}
.fp-nav__a, .fp-nav__a > span {
  position: relative;
}
.fp-nav__a > span {
  font-size: 0.8em;
  line-height: 1.15;
}
.fp-nav__a > span, .fp-nav__a::before {
  display: block;
}
.fp-nav__a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(/shared/images/fingerprint.svg) no-repeat center center;
  transform: scale(0.75);
  opacity: 0.3;
}
.fp-nav__a:hover, .fp-nav__a:focus {
  background: red;
}
.fp-nav__a:hover::before, .fp-nav__a:focus::before {
  animation: fingerPress 300ms cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
}
.fp-nav__a--order {
  background: #ff6c00;
}
.fp-nav--is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

@media all and (min-width: 40rem) {
  .fp-nav {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.fp-nav {
  font-size: 1.5rem;
}
.fp-nav__a {
  background: var(--color-second);
  color: white;
}
.fp-nav__a:hover, .fp-nav__a:focus {
  background: black;
}
.fp-nav__a--order {
  background: red;
}
.fp-nav__a--order:hover, .fp-nav__a--order:focus {
  background: rgb(250, 42, 42);
}

.offer-picture {
  padding-block: 1rem;
  font-size: 1.25em;
}
.offer-picture b {
  font-weight: 700;
  display: block;
}
.offer-picture__group {
  display: flex;
  flex-wrap: wrap;
  align-items: var(--group-align-items, stretch);
  justify-content: var(--group-justify-content, space-around);
  overflow: hidden;
  margin: -1rem;
  overflow: initial;
  align-items: center;
  --group-justify-content: center;
  padding: 0 2em;
}
.offer-picture__group > * {
  flex: 0 1 auto;
}
.offer-picture__group > * {
  margin: 1rem;
}
@supports (gap: 1rem) {
  .offer-picture__group {
    gap: var(--group-gap, 1rem);
    margin: -0;
  }
  .offer-picture__group > * {
    margin: 0;
  }
}
.offer-picture__group--upgrade .offer-picture__callout {
  color: inherit;
  font-weight: 400;
}
@media all and (max-width: 40rem) {
  .offer-picture__group {
    padding: 0;
  }
}
.offer-picture__offer {
  align-self: center;
  flex: 0 1 24em;
  --base-number: 1;
  --base-font-size: calc(var(--base-number, 1) * 1em);
  font-size: var(--base-font-size);
  font-family: proxima-nova, Helvetica, sans-serif;
  font-weight: 500;
}
.offer-picture__offer > * + * {
  margin-top: 1rem;
}
.offer-picture__product-details {
  padding-block: 1rem;
}
.offer-picture__product-details > * + * {
  margin-top: 1rem;
}
.offer-picture__product-details p {
  max-width: 26ch;
  margin-inline: auto;
  text-align: center;
  font-weight: bold;
}
.offer-picture__picture {
  flex-basis: clamp(12.5em, 37vmax, 22.5em);
  flex-grow: 1;
}
.offer-picture__picture--border {
  border: 1px solid black;
}
.offer-picture__picture img {
  margin: auto;
}
.offer-picture__picture .content__group {
  gap: 0;
  padding: 0;
}
.offer-picture__callout {
  display: block;
  font-weight: bold;
  font-size: calc(1.125em / var(--base-number, 1));
}
.offer-picture__price {
  margin-bottom: 1rem;
}
.offer-picture__radiogroup {
  display: flex;
  flex-wrap: wrap;
  align-items: var(--group-align-items, stretch);
  justify-content: var(--group-justify-content, space-around);
  overflow: hidden;
  margin: -1rem;
  overflow: initial;
  --group-justify-content: flex-start;
}
.offer-picture__radiogroup > * {
  flex: 0 1 auto;
}
.offer-picture__radiogroup > * {
  margin: 1rem;
}
@supports (gap: 1rem) {
  .offer-picture__radiogroup {
    gap: var(--group-gap, 1rem);
    margin: -0;
  }
  .offer-picture__radiogroup > * {
    margin: 0;
  }
}
.offer-picture .eflex-checkmark svg {
  display: none;
}
.offer-picture .content__item {
  font-size: 1rem;
}
.offer-picture .content__item * {
  font-size: 1em;
}
.offer-picture .content__item .form--select .form__button {
  width: 2.5em;
}
.offer-picture .content__item .form--select {
  flex: 0 1 5em;
}
.offer-picture .content__item img {
  margin: 0 auto 1em;
  display: block;
  max-width: 16em;
}
.offer-picture .content__item .form--inline-combobox-label .form__field-label {
  justify-content: center;
}
@media all and (max-width: 40rem) {
  .offer-picture .content__item * {
    font-size: 3.1vw;
  }
  .offer-picture .content__item img {
    max-width: 13em;
  }
}

.main-offer {
  --section-frame: 1rem 1rem 3rem;
  padding-top: 0;
  padding-bottom: 1em;
  color: white;
  font-family: montserrat, Helvetica, sans-serif;
}
.main-offer__in {
  padding-bottom: 0;
}
.main-offer__group {
  justify-content: space-evenly;
}
.main-offer__offer {
  flex-basis: 39.0625em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
.main-offer__video {
  flex: 0 1 31.875em;
}
.main-offer__video iframe {
  border: 1px solid white;
}
.main-offer__product {
  flex: 0 1 100%;
}
.main-offer__product img {
  margin: 2em auto 0;
}
.main-offer__list {
  flex: 0 1 14.5em;
  font-weight: 700;
  font-style: italic;
  list-style: none;
  font-size: 1.4375em;
  margin: 1em 0 0 1em;
  border: none;
}
.main-offer__list li {
  padding-left: 0.5em;
  line-height: 1.1;
  margin-bottom: 0.5em;
}
.main-offer__list li::marker {
  content: "+";
  color: var(--color-first);
  font-size: 1.4em;
}
.main-offer__prayer {
  flex: 1 1 23.75em;
}
.main-offer__mbg {
  max-width: 6.875em;
}
.main-offer__mbg img {
  filter: brightness(0) invert(1);
}
.main-offer__order-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.main-offer__price-title {
  font-weight: 900;
  font-size: 3.3125em;
  text-align: center;
  line-height: 0.9;
  color: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-offer__price-title small {
  font-size: 0.75rem;
  display: block;
  font-weight: 400;
}
.main-offer__price {
  font-size: 2.7em;
  flex: 0 1 4.6em;
  font-family: proxima-nova, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 0.8;
}
.main-offer__payment {
  font-size: 0.75em;
  min-width: 24em;
}
.main-offer__button {
  --button-font-size: 1.375em;
}
.main-offer__button .button,
.main-offer__button .button::before,
.main-offer__button .button::after {
  background: var(--color-first);
  color: var(--color-second);
  border-color: var(--color-first);
}
.main-offer__button .button:hover,
.main-offer__button .button:hover::before,
.main-offer__button .button:hover::after,
.main-offer__button .button:hover span::before,
.main-offer__button .button:hover span::after {
  color: var(--color-second);
  border-color: var(--color-second);
}
.main-offer__order-payment {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1em;
}
.main-offer__callout {
  font-size: 1.125em;
  background: white;
  color: var(--color-second);
  text-align: center;
  font-weight: 800;
  flex: 0 1 13em;
  line-height: 1;
  padding: 0.75em 0.5em 0.5em;
  border: 2px solid var(--color-second);
  outline: 3px solid var(--color-first);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-offer__callout * {
  line-height: 1;
}
.main-offer__callout b {
  display: block;
  font-size: 2.27em;
  font-weight: inherit;
}
.main-offer__callout strong {
  font-size: 3.125em;
  font-weight: 700;
  display: block;
  position: relative;
  margin: 0.1em 0 0;
}
.main-offer__callout sup {
  position: absolute;
  font-size: 0.5em;
  top: 0.55em;
  right: 0;
  margin: 0 0.33em 0 0;
}
.main-offer__callout small {
  font-weight: 400;
  display: block;
  margin: 0;
  font-size: 10px;
  font-size: clamp(10px, 0.625em, 16px);
}
.main-offer__available {
  display: block;
  margin: 0 auto 1em;
  background: var(--color-first);
  color: var(--color-second);
  font-style: italic;
  font-weight: 700;
  font-size: 1.3125em;
  padding: 1rem 0.5rem;
  text-align: center;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
}
@media all and (min-width: 75rem) {
  .main-offer__offer {
    align-self: center;
  }
  .main-offer__list {
    align-self: flex-end;
    padding-bottom: 1em;
  }
}
@media all and (max-width: 1220px) {
  .main-offer {
    font-size: 1.25vw;
  }
}
@media all and (max-width: calc(50rem + (-0.1rem * 2))) {
  .main-offer {
    font-size: 2.5vw;
  }
  .main-offer__offer {
    order: 0;
    flex: 0 1 100%;
  }
  .main-offer__product {
    order: 1;
    flex: 0 1 100%;
  }
  .main-offer__video {
    order: 3;
    flex: 0 1 100%;
  }
  .main-offer__list {
    order: 2;
    padding-left: 0;
    flex: 0 1 100%;
  }
  .main-offer__prayer {
    order: 4;
    flex: 0 1 100%;
  }
  .main-offer__prayer img {
    max-width: 80%;
    margin: auto;
  }
  .main-offer__available {
    padding: 1rem;
    font-size: 4vw;
    margin: 0.5 auto;
    max-width: 80vw;
  }
}
.content--features {
  background: #f4f0e7;
  color: #4f3f3a;
  box-shadow: inset 0 0 3em #ddcca4;
}
.content--features .content__subtitle {
  font-size: clamp(24px, 5vw, 40px);
  color: var(--color-second);
}
.content--features .content__group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5em;
  flex-wrap: wrap;
  margin: 3em 0;
}
.content--features .content__figure {
  text-align: center;
  gap: 1.5em;
  padding: 1.5em 1.25em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white;
  border: 3px solid var(--color-second);
  border-radius: 2em;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.33);
  flex: 0 1 33.125em;
}
.content--features .content__figure figcaption {
  font-weight: 600;
  color: black;
  font-size: clamp(24px, 5vw, 40px);
  line-height: 1.1;
}
.content--features .content__figure img {
  width: 100%;
}
.content--features .content__button {
  margin-top: 0;
}
.content--features .content__text {
  font-size: 1em;
  flex: 1 1 23.75em;
}
.content--features .content__list {
  font-family: inherit;
  color: inherit;
  font-weight: 500;
  font-size: 1.3125em;
}
.content--features .content__list b {
  color: var(--color-second);
}
.content--features .content__list li {
  display: block;
  list-style: none;
  margin-left: 0;
}

.content--how {
  background: white;
}
.content--how p {
  line-height: 1.55;
}
.content--how .content__header {
  font-size: 1em;
}
.content--how .content__header p {
  font-size: 1.375em;
  font-weight: 500;
  max-width: 46em;
  margin: 0.5em auto;
}
.content--how .content__group {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  font-size: 1.125em;
  gap: 1em;
}
.content--how .content__group > * {
  flex: 0 1 15em;
}
.content--how .content__figure {
  font-weight: 500;
  line-height: 1.55;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.content--how .content__figure b {
  font-size: 1.38em;
  color: var(--color-third);
  display: block;
  margin-top: 0.75em;
}
.content--how .content__figure img {
  border: 3px solid var(--color-third);
  border-radius: 0.6em;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.25);
}
@media all and (max-width: 40rem) {
  .content--how .content__group > * {
    flex: 1 1 100%;
    margin-bottom: 1em;
  }
}
.content--hear {
  background: white;
}
.content--hear p {
  font-size: 1.25em;
  line-height: 1.55;
}
.content--hear p b {
  color: var(--color-third);
  font-style: italic;
  font-weight: 800;
}
.content--hear img {
  border: 3px solid var(--color-third);
  border-radius: 0.75em;
}
.content--hear img + img {
  margin-top: 1em;
}
.content--hear .content__group {
  gap: 3em;
}
.content--hear .content__text {
  flex: 1 1 25em;
}

.content--guarantee {
  margin: 2em 0;
  background: linear-gradient(to bottom, #07398f 0%, #0c58a1 25%, #0c58a1 50%, #0c58a1 75%, #07398f 100%);
  color: white;
}
@media all and (max-width: 40rem) {
  .content--guarantee {
    background-size: 300vw auto;
  }
}
.content--guarantee p {
  max-width: 38em;
  font-weight: 500;
  font-size: 1.25em;
}
.content--guarantee .content__title {
  color: inherit;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5em;
}
.content--guarantee .content__group {
  display: flex;
  justify-content: center;
  gap: 2em;
  align-items: center;
}
.content--guarantee .content__image {
  max-width: 180px;
}
.content--guarantee .content__image img {
  filter: brightness(0) invert(1);
}
@media all and (max-width: 40rem) {
  .content--guarantee .content__title {
    text-align: left;
    font-size: 7vw;
  }
}

.card {
  border: 2px solid var(--color-third);
  color: #444;
  font-size: 1.125em;
  font-weight: 400;
  font-family: proxima-nova, Helvetica, sans-serif;
  border-radius: 1em;
  background: #efefef;
  overflow: hidden;
}
.card button {
  width: 100%;
  text-align: left;
  padding: 1.25em 1em;
}
.card ol {
  margin-left: 0.25em;
  list-style-position: inside;
}
.card ol li {
  margin: 0 0 0.25em;
}
.card:not(:last-child) {
  margin-bottom: 1em;
}
.card .card__header {
  font-size: 1em;
  font-weight: 600;
}
.card__content {
  padding: 1em;
  border-top: 0px;
}
.card__content > * + * {
  margin-top: 1rem;
}

.accordion__header {
  margin: 0;
}
.accordion__button {
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
  text-align: inherit;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  color: inherit;
  word-break: break-word;
}
.accordion__section[hidden] {
  display: none;
}
.accordion [itemscope]:has(.accordion__button[aria-expanded=false]) .accordion__section {
  display: none;
}
.accordion, .accordion * {
  outline: none !important;
}
.accordion__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  word-break: break-word;
}
.accordion__button[aria-expanded=false] {
  background: white;
}
.accordion__icon {
  position: relative;
  width: 1em;
  height: 1em;
  flex: 0 0 1em;
  display: inline-block;
}
.accordion__icon::before, .accordion__icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.2s ease-in-out;
  transform-origin: center center;
  width: 100%;
  height: 2px;
  background: currentColor;
}
.accordion__button[aria-expanded=false] > .accordion__icon::before {
  transform: rotateZ(0.25turn);
}
.accordion__button[aria-expanded=true] > .accordion__icon::before {
  transform: rotateZ(0turn);
}

.dtm__in .order-table {
  width: auto;
}
.dtm__in .order-table table {
  display: table;
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  text-align: left;
}
.dtm__in .order-table tr {
  display: table-row;
}
.dtm__in .order-table th,
.dtm__in .order-table td {
  padding: 1em;
  vertical-align: top;
  line-height: 1.25;
  border: 1px solid currentColor;
}
.dtm__in .order-table th {
  font-weight: bold;
}
.dtm__in .order-table td:first-child {
  font-weight: bold;
}
.dtm__in .order-table th {
  background: black;
  color: white;
}
.dtm__in .order-table td {
  color: currentColor;
  background: white;
}
.dtm__in .order-table input,
.dtm__in .order-table select {
  flex: 1;
  display: inline-flex;
  align-items: center;
  min-width: 0;
  padding: 1rem;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: white;
  color: black;
  font-family: inherit;
  font-size: 1em;
  font-weight: 400;
  border: 1px solid currentColor;
  border-radius: 0;
}
.dtm__in .order-table input::placeholder,
.dtm__in .order-table select::placeholder {
  color: #cacaca;
}
.dtm__in .order-table select {
  flex: 0 0 auto;
  padding: 1rem 4rem 1rem 1.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,            %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.1 4.6'%3E                %3Cpath fill='currentColor' stroke-linecap='square' stroke-miterlimit='10' stroke='currentColor' d='M4,3.9L0.8,0.7 M7.2,0.7L4,3.9'%3E%3C/path%3E            %3C/svg%3E");
  background-size: 0.9em 0.9em;
  background-repeat: no-repeat;
  background-position: center right 1rem;
}
.dtm__in .order-table [for=zc] {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: var(--group-align-items, stretch);
  justify-content: var(--group-justify-content, space-around);
  overflow: hidden;
  margin: -0.5rem;
  margin: 0;
}
.dtm__in .order-table [for=zc] > * {
  flex: 0 1 auto;
}
.dtm__in .order-table [for=zc] > * {
  margin: 0.5rem;
}
@media all and (min-width: 37.5rem) {
  .dtm__in .order-table [for=zc] {
    align-items: center;
    justify-content: flex-start;
  }
}
@media all and (max-width: 37.5rem) {
  .dtm__in .order-table [for=zc] {
    flex-direction: column;
    align-items: flex-start;
  }
  .dtm__in .order-table [for=zc] input {
    flex: 1 1 auto;
    width: 100%;
    margin: 1rem 0 0;
  }
}
.dtm__in .order-table {
  flex: 1 1 100%;
  width: 100%;
}
.dtm__in .order-table,
.dtm__in .order-table table,
.dtm__in .order-table tbody,
.dtm__in .order-table tfoot,
.dtm__in .order-table tr {
  display: block;
}
.dtm__in .order-table tr,
.dtm__in .order-table td,
.dtm__in .order-table th {
  margin: 0;
}
.dtm__in .order-table thead {
  display: none;
}
.dtm__in .order-table tr:not(:last-child) td:last-child {
  border-bottom-width: 0;
}
.dtm__in .order-table tr td:last-child {
  border-top-width: 0;
  padding-top: 0;
}
.dtm__in .order-table td {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.dtm__in .order-table td:not(:last-child) {
  border-width: 1px 1px 0;
}
.dtm__in .order-table td[data-header]::before {
  content: attr(data-header);
  margin: 0.5em 0.25em;
}
.dtm__in .order-table td[data-header]::before > * {
  flex: 0 1 100%;
}
.dtm__in .order-table p {
  margin: 1em 0.25em;
}
.dtm__in .order-table thead {
  display: none;
}
.dtm__in .order-table table > *:last-child tr:last-child {
  border-bottom-width: 1px;
}
.dtm__in .order-table table td:nth-child(1n+1) {
  padding: 1em;
}
.dtm__in .order-table tr {
  display: flex;
  flex-wrap: wrap;
  border-style: solid;
  border-width: 1px 1px 0;
  background: white;
}
.dtm__in .order-table tr:nth-child(even) {
  background: #fbfbfb;
}
.dtm__in .order-table td {
  border: none;
  flex: 1 1 100%;
}
.dtm__in .order-table tbody td {
  background: none;
}
.dtm__in .order-table tfoot td {
  flex: 1;
}
.dtm__in .order-table tfoot td:last-child {
  flex: 0 1 auto;
}
.dtm__in .order-table tbody td:first-child {
  padding: 1em 0;
  margin: 0 1em;
  border-bottom: 1px solid;
  font-weight: bold;
  order: -1;
}
.dtm__in .order-table tbody td:not(:first-child) {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  font-weight: normal;
}
@media all and (min-width: 370px) {
  .dtm__in .order-table tbody td:not(:first-child) {
    flex: 1 1 80px;
    flex-direction: column;
    text-align: center;
    justify-content: flex-start;
  }
  .dtm__in .order-table tbody td:not(:first-child)::before {
    margin-bottom: 1rem;
  }
}
.dtm__in .order-table tbody td:not(:first-child)::before {
  content: attr(data-eflex--category-label);
  font-size: 80%;
  font-style: italic;
  color: gray;
}
.dtm__in .order-table table {
  padding: 0;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke: currentColor;
  fill: none;
  pointer-events: none;
  fill-rule: evenodd;
  clip-rule: evenodd;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 3;
}
.icon--symbol {
  display: none;
}

.icon--combobox {
  transform: rotate(0.75turn);
}

.message {
  --validate-color-valid: green;
  --validate-color-invalid: #c00;
}
.message__group .message__label {
  display: inline-block;
}
.message__group .message__valid, .message__group .message__invalid {
  display: none;
  font-size: 1em;
}
.message [data-required]:not(:placeholder-shown):valid {
  outline-color: currentColor;
  border-color: currentColor;
  color: var(--validate-color-valid);
}
.message [data-required]:not(:placeholder-shown):valid ~ .message__group {
  color: var(--validate-color-valid);
}
.message [data-required]:not(:placeholder-shown):valid ~ .message__group .message__valid {
  display: inline-block;
}
.message [data-required]:not(:placeholder-shown):valid ~ .message__group .message__invalid {
  display: none;
}
.message [data-required]:not(:placeholder-shown):invalid {
  outline-color: currentColor;
  border-color: currentColor;
  color: var(--validate-color-invalid);
}
.message [data-required]:not(:placeholder-shown):invalid ~ .message__group {
  color: var(--validate-color-invalid);
}
.message [data-required]:not(:placeholder-shown):invalid ~ .message__group .message__invalid {
  display: inline-block;
}
.message [data-required]:not(:placeholder-shown):invalid ~ .message__group .message__valid {
  display: none;
}
.message__is-valid {
  outline-color: currentColor;
  border-color: currentColor;
  color: var(--validate-color-valid);
}
.message__is-valid ~ .message__group {
  color: var(--validate-color-valid);
}
.message__is-valid ~ .message__group .message__valid {
  display: inline-block;
}
.message__is-valid ~ .message__group .message__invalid {
  display: none;
}
.message__is-invalid {
  outline-color: currentColor;
  border-color: currentColor;
  color: var(--validate-color-invalid);
}
.message__is-invalid ~ .message__group {
  color: var(--validate-color-invalid);
}
.message__is-invalid ~ .message__group .message__invalid {
  display: inline-block;
}
.message__is-invalid ~ .message__group .message__valid {
  display: none;
}
.message__is-invalid[data-required]:not(:placeholder-shown):valid {
  outline-color: currentColor;
  border-color: currentColor;
  color: var(--validate-color-invalid);
}
.message__is-invalid[data-required]:not(:placeholder-shown):valid ~ .message__group {
  color: var(--validate-color-invalid);
}
.message__is-invalid[data-required]:not(:placeholder-shown):valid ~ .message__group .message__invalid {
  display: inline-block;
}
.message__is-invalid[data-required]:not(:placeholder-shown):valid ~ .message__group .message__valid {
  display: none;
}
.message .message__select [data-required]:valid, .message .message__select [data-required]:invalid {
  color: currentColor;
}

.message__group {
  order: 1;
}

.validation-summary-errors {
  color: #c00;
}
.validation-summary-errors > span {
  display: block;
  border-bottom: 1px solid;
  padding-bottom: 1rem;
  margin: 0 0 1rem;
}
.validation-summary-errors > ul {
  margin-left: 1.5rem;
  list-style: none;
}
.validation-summary-errors > ul > * {
  break-inside: avoid;
  padding: 0;
}
@supports (display: flex) {
  .validation-summary-errors > ul > * {
    display: flex;
  }
}
.validation-summary-errors > ul > *:not(:last-child) {
  margin-bottom: 1rem;
}
.validation-summary-errors > ul > *::before {
  display: inline-block;
  content: "•";
  margin-left: var(--list-background-margin, -1em);
  width: var(--list-background-width, var(--list-background-size, 1em));
  height: var(--list-background-height, var(--list-background-size, 1em));
  flex: 0 0 var(--list-background-flex-basis, var(--list-background-size, 1em));
}
.validation-summary-errors li::before {
  background: none;
  color: currentColor;
}

.validation-summary-errors > span {
  display: flex;
  align-items: center;
}
.validation-summary-errors > span::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,                %3Csvg xmlns='http://www.w3.org/2000/svg' focusable='false' tabindex='-1' title='Error' aria-hidden='true' viewBox='0 0 24 24'%3E                    %3Cpath fill='%23c00' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z'%3E%3C/path%3E                %3C/svg%3E");
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
}

.form {
  min-width: 0;
}
.form__title {
  font-size: 3.6rem;
  text-align: center;
  margin: 1rem;
}
@media all and (max-width: 1200px) {
  .form__title {
    font-size: clamp(2.5rem, 7vw, 3.6rem);
  }
}
.form__is-hidden {
  display: none;
}
.form__contain {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  border: solid transparent;
  border-width: 3px;
  min-width: 0;
  min-inline-size: 0;
}
.form__contain > * {
  flex: 0 1 auto;
}
.form__field {
  flex: 1;
  display: inline-flex;
  align-items: center;
  min-width: 0;
  padding: 1rem;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: white;
  color: black;
  font-family: inherit;
}
.form__error {
  color: #c00;
  font-weight: bold;
}

.form__field {
  min-height: 3.125em;
  padding: 0.5rem;
}

.form__field-icon input {
  border-bottom: 3px solid currentColor;
}
.form__field-icon button {
  flex: 0 0 50px;
}

.form__city-state-zip {
  align-items: flex-end;
}
.form__city-state-zip .form__field-label {
  flex: 1 1 20rem;
}
.form__cvv .form__field {
  flex: 0 1 20rem;
}
.form__cvv .form__link {
  align-self: center;
  flex: 0 1 auto;
  padding: 1rem;
  margin: 0 1rem;
  font-size: 1.5rem;
}
.form__field-label {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
}
.form__field-label > * + * {
  margin-top: 0.5rem;
}
.form__field-label > * {
  flex: 1 1 100%;
}
.form__field-label label {
  font-size: 1.6em;
  order: -1;
}
.form__field-label .form__field {
  border: 1px solid currentColor;
  background: white;
}
.form__field-label .form__label {
  font-size: 1.6em;
  order: -1;
}
.form__field-label .form__contain {
  border: 0;
}

.form__field-label {
  align-items: flex-start;
}
.form__field-label label,
.form__field-label [role=alert] {
  font-size: 0.875em;
}
.form--select .form__contain {
  position: relative;
}
.form--select .form__field {
  flex: 1;
}
@supports (height: auto) {
  .form--select .form__field {
    height: auto;
  }
}
.form--select .form__button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 6rem;
  min-height: 0;
  margin: 2px;
  height: calc(100% - 4px);
  pointer-events: none;
  justify-content: center;
  background: transparent;
  border: 0;
  outline: 0;
  background: white;
}
.form--select .form__button::before {
  content: "";
  height: 100%;
  width: 1px;
  background: currentColor;
  position: absolute;
  left: 0;
  top: 0;
}

.form--select .form__button {
  width: 4rem;
}

.form .form__checkbox-label {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
.form .form__checkbox-label label {
  display: flex;
}
.form .form__checkbox-label input[type=checkbox],
.form .form__checkbox-label input[type=radio] {
  opacity: 0;
  position: absolute;
  padding: 0;
}
.form .form__checkbox-label input[type=checkbox] ~ .form__checkbox, .form .form__checkbox-label input[type=checkbox] ~ .form__label > .form__checkbox,
.form .form__checkbox-label input[type=radio] ~ .form__checkbox,
.form .form__checkbox-label input[type=radio] ~ .form__label > .form__checkbox {
  margin-right: 1rem;
}
.form .form__checkbox-label input[type=checkbox]:checked ~ .form__checkbox, .form .form__checkbox-label input[type=checkbox]:checked ~ .form__label > .form__checkbox,
.form .form__checkbox-label input[type=radio]:checked ~ .form__checkbox,
.form .form__checkbox-label input[type=radio]:checked ~ .form__label > .form__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,    %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E        %3Cpath fill='none' stroke-width='3px' stroke='green' d='M1.73,12.91 8.1,19.28 22.79,4.59'%3E%3C/path%3E    %3C/svg%3E");
  background-size: 0.9em 0.9em;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
}
.form .form__checkbox-label input[type=checkbox]:not(:checked) ~ .form__expando,
.form .form__checkbox-label input[type=radio]:not(:checked) ~ .form__expando {
  display: none;
}
.form .form__checkbox-label input[type=checkbox]:focus ~ .form__checkbox, .form .form__checkbox-label input[type=checkbox]:focus ~ .form__label > .form__checkbox,
.form .form__checkbox-label input[type=radio]:focus ~ .form__checkbox,
.form .form__checkbox-label input[type=radio]:focus ~ .form__label > .form__checkbox {
  outline: 3px solid;
}
.form .form__checkbox-label input[type=checkbox]:disabled ~ .form__label,
.form .form__checkbox-label input[type=radio]:disabled ~ .form__label {
  opacity: 0.5;
}
.form .form__checkbox {
  display: block;
  -webkit-appearance: none;
  border: 1px solid currentColor;
  border-radius: 0.5rem;
  background: white;
  font-family: inherit;
  font-size: inherit;
  width: 2em;
  height: 2em;
  flex: 0 0 2em;
  padding: 0;
  box-sizing: content-box;
  position: relative;
}
.form--checkbox .form__label {
  flex: 1;
}

.form .form__radio-label {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
.form .form__radio-label label {
  display: flex;
}
.form .form__radio-label input[type=checkbox],
.form .form__radio-label input[type=radio] {
  opacity: 0;
  position: absolute;
  padding: 0;
}
.form .form__radio-label input[type=checkbox] ~ .form__radio, .form .form__radio-label input[type=checkbox] ~ .form__label > .form__radio,
.form .form__radio-label input[type=radio] ~ .form__radio,
.form .form__radio-label input[type=radio] ~ .form__label > .form__radio {
  margin-right: 1rem;
}
.form .form__radio-label input[type=checkbox]:checked ~ .form__radio, .form .form__radio-label input[type=checkbox]:checked ~ .form__label > .form__radio,
.form .form__radio-label input[type=radio]:checked ~ .form__radio,
.form .form__radio-label input[type=radio]:checked ~ .form__label > .form__radio {
  background-image: url("data:image/svg+xml;charset=utf8,    %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E        %3Cpath fill='none' stroke-width='3px' stroke='white' d='M1.73,12.91 8.1,19.28 22.79,4.59'%3E%3C/path%3E    %3C/svg%3E");
  background-size: 0.9em 0.9em;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #7ac142;
  background-size: 1.25em;
}
.form .form__radio-label input[type=checkbox]:not(:checked) ~ .form__expando,
.form .form__radio-label input[type=radio]:not(:checked) ~ .form__expando {
  display: none;
}
.form .form__radio-label input[type=checkbox]:focus ~ .form__radio, .form .form__radio-label input[type=checkbox]:focus ~ .form__label > .form__radio,
.form .form__radio-label input[type=radio]:focus ~ .form__radio,
.form .form__radio-label input[type=radio]:focus ~ .form__label > .form__radio {
  outline: 3px solid;
}
.form .form__radio-label input[type=checkbox]:disabled ~ .form__label,
.form .form__radio-label input[type=radio]:disabled ~ .form__label {
  opacity: 0.5;
}
.form .form__radio {
  display: block;
  -webkit-appearance: none;
  border: 1px solid currentColor;
  border-radius: 0.5rem;
  background: white;
  font-family: inherit;
  font-size: inherit;
  width: 2em;
  height: 2em;
  flex: 0 0 2em;
  padding: 0;
  box-sizing: content-box;
  position: relative;
  border-radius: 100%;
  border-color: green;
  border-width: 0.2em;
  background-color: #eef0ed;
  font-size: 0.7rem;
}
.form--radio .form__label {
  flex: 1;
  align-items: center;
}
.form--radio .form__text {
  color: var(--color-second);
  line-height: 1;
}
.form--radio .form__desc {
  display: block;
  font-size: 1.375em;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}

.form--inline-combobox-label label {
  flex: 0 1 auto;
}
.form--inline-combobox-label label:not(:first-of-type) {
  order: 0;
  flex: 1;
}
.form--inline-combobox-label .form__field-label {
  display: flex;
  flex-wrap: wrap;
  align-items: var(--group-align-items, stretch);
  justify-content: var(--group-justify-content, space-around);
  overflow: hidden;
  margin: -0.5rem;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.form--inline-combobox-label .form__field-label > * {
  flex: 0 1 auto;
}
.form--inline-combobox-label .form__field-label > * {
  margin: 0.5rem;
}
.form--inline-combobox-label .form--select {
  flex: 0 1 6em;
}

.form--inline-combobox-label label:not(:first-of-type) {
  flex-basis: 15em;
}
.form--inline-combobox-label .form__field-label {
  flex-wrap: wrap;
}

.form__cvv .form__link {
  font-size: inherit;
}
.form__cvv .form__field {
  flex-basis: 8rem;
}

.payment--form img {
  display: inline-block;
  flex: 0 1 4em;
  margin: 0.16em;
  max-width: 4em;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  align-items: center;
}
.payment--form img--span {
  width: 100%;
  max-width: 17em;
  flex: 1 1 3.25em;
}
.payment--form .payment__group {
  justify-content: flex-start;
}

.payment--form {
  font-size: 0.7em;
}
.offer-details {
  padding: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.offer-details > * + * {
  margin-top: 1rem;
}
.offer-details button {
  font: inherit;
  color: inherit;
  text-decoration: underline;
}

.status-screen {
  --status-screen-background-color: hsla(0deg, 100%, 100%, 0.85);
  --status-screen-font-color: black;
  flex-direction: column;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: fixed;
  z-index: var(--status-screen-z-index, 10);
}
@media (prefers-color-scheme: dark) {
  .status-screen {
    --status-screen-background-color: hsla(0deg, 100%, 0%, 0.85);
    --status-screen-font-color: white;
  }
}
.status-screen, .status-screen[hidden] {
  display: flex;
}
.status-screen[hidden] {
  visibility: hidden;
}
.status-screen__output {
  margin: 1em;
  position: relative;
  text-align: center;
  width: 100%;
}
.status-screen__output::before, .status-screen__output::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.status-screen__output::before {
  content: attr(data-status-screen-output);
  opacity: 0;
  transform: translateY(20%);
}
.status-screen__output::after {
  content: attr(data-status-screen-input);
  opacity: 1;
}
.status-screen__output > output {
  opacity: 0;
}
.status-screen__screen {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  background: var(--status-screen-background-color);
  color: var(--status-screen-font-color);
}
.status-screen__status {
  font-size: 1em;
  width: 3em;
  height: 3em;
  position: relative;
}
.status-screen__status-positive, .status-screen__status-negative {
  transition: 0.3s ease-in-out;
}
.status-screen__status-positive {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.status-screen__status-negative {
  opacity: 0;
}
.status-screen__circle-icon {
  display: inline-flex;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  --checkmark-primary: #267706;
  --checkmark-accent: #7ac142;
  --checkmark-circle-fill: #eef0ed;
  --checkmark-stroke: white;
}
.status-screen__circle-icon svg {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: inline-block;
  stroke-width: 2;
  stroke: var(--checkmark-stroke);
  stroke-miterlimit: 10;
  box-shadow: inset 0 0 0 var(--checkmark-accent);
}
.status-screen__circle-icon circle,
.status-screen__circle-icon path {
  stroke-width: 0.2rem;
  transform-origin: center center;
  fill: none;
}
.status-screen__circle-icon circle {
  stroke: var(--checkmark-primary);
}
.status-screen__circle-icon path {
  stroke: var(--checkmark-stroke);
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
}
.status-screen__circle-icon > svg {
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.status-screen__cross {
  flex: 0 0 auto;
  width: 3em;
  height: 3em;
  display: block;
  border: none;
  background: none;
  position: relative;
  transform: scale(0.8);
}
.status-screen__cross::before, .status-screen__cross::after {
  content: "";
  width: 0.2em;
  height: inherit;
  background: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition: transform 300ms ease-out 0.35s;
}
@media (prefers-reduced-motion: reduce) {
  .status-screen__cross::before, .status-screen__cross::after {
    transition: none;
  }
}
.status-screen__cross::before {
  transform-origin: top right;
  right: auto;
}
.status-screen__cross::after {
  transform-origin: top left;
  transition-delay: 0.7s;
  left: auto;
}
.status-screen__cross::before {
  transform: rotateZ(-45deg) scaleY(1.35);
}
.status-screen__cross::after {
  transform: rotateZ(45deg) scaleY(1.35);
}
.status-screen__cross::before {
  transform: rotateZ(-45deg) scaleY(0);
}
.status-screen__cross::after {
  transform: rotateZ(45deg) scaleY(0);
}
@media (prefers-color-scheme: dark) {
  .status-screen__cross {
    color: #c3bdbd;
  }
}
.status-screen__close {
  position: absolute;
  top: 1em;
  right: 1em;
  transform: scale(0.5);
}
.status-screen__close:disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.status-screen--is-hidden .status-screen__screen {
  opacity: 0;
}

@keyframes rotate-checkmark-circle {
  to {
    transform: rotate(1turn);
  }
}
.status-screen--is-busy .status-screen__circle-icon {
  opacity: 1;
  transform-origin: center center;
  animation: rotate-checkmark-circle 1s cubic-bezier(0.32, 0.75, 0.83, 0.74) infinite;
}
@media (prefers-reduced-motion: reduce) {
  .status-screen--is-busy .status-screen__circle-icon {
    animation-timing-function: linear;
  }
}
.status-screen--is-busy .status-screen__circle-icon circle {
  stroke-dasharray: 53;
}

@keyframes fill-checkmark {
  to {
    box-shadow: inset 0 0 0 10em var(--checkmark-accent);
  }
}
@keyframes scale-checkmark {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes stroke-checkmark {
  to {
    fill: none;
    stroke-dashoffset: 0;
  }
}
@keyframes stroke-checkmark-circle {
  to {
    fill: none;
    stroke-dasharray: 0;
  }
}
.status-screen--is-done .status-screen__cross::before {
  transform: rotateZ(-45deg) scaleY(1.35);
}
.status-screen--is-done .status-screen__cross::after {
  transform: rotateZ(45deg) scaleY(1.35);
}
.status-screen--is-done .status-screen__circle-icon {
  opacity: 1;
}
.status-screen--is-done .status-screen__circle-icon svg {
  animation: fill-checkmark 0.4s ease-in-out 0.4s forwards, scale-checkmark 0.3s ease-in-out 0.9s both;
}
.status-screen--is-done .status-screen__circle-icon circle {
  animation: stroke-checkmark-circle 1s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.status-screen--is-done .status-screen__circle-icon path {
  stroke-dashoffset: 0;
}
@supports (animation-name: stroke-checkmark) {
  .status-screen--is-done .status-screen__circle-icon path {
    stroke-dashoffset: 48;
    animation: stroke-checkmark 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  }
}
@media (prefers-reduced-motion: reduce) {
  .status-screen--is-done .status-screen__circle-icon svg,
  .status-screen--is-done .status-screen__circle-icon circle,
  .status-screen--is-done .status-screen__circle-icon path {
    animation-duration: 0s;
    animation-delay: 0s;
    animation-timing-function: linear;
  }
}

.status-screen--is-problem .status-screen__cross::before {
  transform: rotateZ(-45deg) scaleY(1.35);
}
.status-screen--is-problem .status-screen__cross::after {
  transform: rotateZ(45deg) scaleY(1.35);
}
.status-screen--is-problem .status-screen__status-positive {
  opacity: 0;
  transform: translateY(50%);
}
.status-screen--is-problem .status-screen__status-negative {
  opacity: 1;
}

@keyframes status-screen-fade-translate-text-out {
  to {
    opacity: 0;
    transform: translateY(20%);
  }
}
@keyframes status-screen-fade-translate-text-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.status-screen--receive-text-input .status-screen__output::before {
  opacity: 1;
  transform: translateY(0);
  animation: status-screen-fade-translate-text-out 0.3s ease-in-out forwards;
}
.status-screen--receive-text-input .status-screen__output::after {
  opacity: 0;
  transform: translateY(20%);
  animation: status-screen-fade-translate-text-in 0.3s ease-in-out forwards;
}

.status-screen--checkout-form {
  --status-screen-background-color: white;
  --status-screen-font-color: black;
  --margin-offset: 1em;
  --status-screen-status-size: 3em;
  position: absolute;
}
.status-screen--checkout-form .status-screen__screen {
  outline: 1px solid var(--status-screen-background-color);
}
.status-screen--checkout-form .status-screen__status, .status-screen--checkout-form .status-screen__output {
  position: sticky;
}
.status-screen--checkout-form .status-screen__status {
  margin-top: var(--margin-offset);
  top: var(--margin-offset);
}
.status-screen--checkout-form .status-screen__output {
  margin-bottom: auto;
  top: calc(var(--margin-offset) * 2 + var(--status-screen-status-size));
}

.order__group {
  display: flex;
  flex-wrap: wrap;
  align-items: var(--group-align-items, stretch);
  justify-content: var(--group-justify-content, space-around);
  overflow: hidden;
  margin: -0.5rem;
  overflow: initial;
  justify-content: space-between;
  overflow: visible;
}
.order__group > * {
  flex: 0 1 auto;
}
.order__group > * {
  margin: 0.5rem;
}
@supports (gap: 0.5rem) {
  .order__group {
    gap: var(--group-gap, 0.5rem);
    margin: -0;
  }
  .order__group > * {
    margin: 0;
  }
}
.order__header {
  padding: 2em;
  font-family: proxima-nova, Helvetica, sans-serif;
  text-align: center;
  line-height: 1.25;
}
@media all and (max-width: 40rem) {
  .order__header {
    padding-left: 0;
    padding-right: 0;
  }
}
.order__title {
  text-transform: uppercase;
  font: italic 800 3.125em/1 proxima-nova, Helvetica, sans-serif;
  color: var(--color-third);
}
@media all and (max-width: 40rem) {
  .order__title {
    font-size: 6vw;
  }
}
.order__callout {
  font-size: 1.5em;
  font-family: proxima-nova, Helvetica, sans-serif;
  font-weight: 500;
  color: #004444;
  text-transform: capitalize;
  margin-top: 1.25rem;
}
.order__callout b {
  font-weight: 800;
  display: inline-block;
  color: var(--color-third);
  font-style: italic;
}
.order__form {
  margin-bottom: 2em;
}
.order__offer-image {
  flex-basis: 24.125em;
}
.order__offer-details {
  flex-basis: 100%;
}
@media all and (max-width: 60rem) {
  .order__form, .order__offer-image {
    flex-basis: 100%;
  }
  .order__offer-image {
    display: none;
  }
}
@media all and (max-width: calc(65.3125rem + (-0.1rem * 2))) {
  .order__header {
    max-width: 69ch;
    margin-inline: auto;
  }
}
@media all and (max-width: 40rem) {
  .order__header {
    font-size: 2.6vw;
  }
  .order__form {
    margin-left: 0;
    margin-right: 0;
  }
}

.modal-dialog__close {
  flex: 0 0 auto;
  width: 3em;
  height: 3em;
  display: block;
  border: none;
  background: none;
  position: relative;
}
.modal-dialog__close::before, .modal-dialog__close::after {
  content: "";
  width: 0.2em;
  height: inherit;
  background: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition: transform 300ms ease-out 0.35s;
}
@media (prefers-reduced-motion: reduce) {
  .modal-dialog__close::before, .modal-dialog__close::after {
    transition: none;
  }
}
.modal-dialog__close::before {
  transform-origin: top right;
  right: auto;
}
.modal-dialog__close::after {
  transform-origin: top left;
  transition-delay: 0.7s;
  left: auto;
}
.modal-dialog__close::before {
  transform: rotateZ(-45deg) scaleY(1.35);
}
.modal-dialog__close::after {
  transform: rotateZ(45deg) scaleY(1.35);
}
.modal-dialog__close::before, .modal-dialog__close::after {
  transition-duration: 0.17s;
}
@media (prefers-reduced-motion: reduce) {
  .modal-dialog__close::before, .modal-dialog__close::after {
    transition: none;
  }
}
.modal-dialog--is-hidden .modal-dialog__close::before {
  transform: rotateZ(-45deg) scaleY(0);
}
.modal-dialog--is-hidden .modal-dialog__close::after {
  transform: rotateZ(45deg) scaleY(0);
}
.modal-dialog--container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  pointer-events: all;
  z-index: 2;
  overflow: hidden;
}
.modal-dialog--container .modal-dialog__backdrop {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.75);
}
.modal-dialog--container .modal-dialog__viewport {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  position: absolute;
}
.modal-dialog--container .modal-dialog__viewport::before, .modal-dialog--container .modal-dialog__viewport::after {
  content: "";
  flex: 0 0 0%;
  margin: auto;
}
.modal-dialog--container .modal-dialog__close {
  font-size: 0.5em;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  transform: translateY(-140%);
}
.modal-dialog--container .modal-dialog__stage {
  position: relative;
  margin: 2.75em 0.5em;
}
.modal-dialog--container .modal-dialog__content {
  background: white;
  position: relative;
  z-index: 1;
}

.modal-dialog--is-disabled {
  pointer-events: none;
  z-index: 1;
  visibility: hidden;
}
.modal-dialog--is-hidden .modal-dialog__backdrop {
  opacity: 0;
}
.modal-dialog--is-hidden .modal-dialog__close::before {
  transition-delay: 0.35s;
}
.modal-dialog--is-hidden .modal-dialog__close::after {
  transition-delay: 0.7s;
}
.modal-dialog--is-active {
  z-index: 3;
}
.modal-dialog--is-active .modal-dialog__close::before {
  transition-delay: 0.35s;
}
.modal-dialog--is-active .modal-dialog__close::after {
  transition-delay: 0.7s;
}
.modal-dialog--is-open {
  overflow: hidden;
}
button[data-modal-dialog-actor] {
  font: inherit;
  color: inherit;
  text-decoration: underline;
  word-break: break-word;
}

.modal-dialog__iframe {
  max-width: var(--modal-dialog-max-width, 25rem);
  max-height: var(--modal-dialog-max-height, 28rem);
  width: calc(100vw - 5rem);
  height: 100vh;
}
.modal-dialog__iframe > iframe {
  width: 100%;
  height: 100%;
  background: transparent;
}
.modal-dialog--is-active {
  z-index: 100;
}

.modal-dialog--instructions {
  --modal-dialog-max-width: 50rem;
  --modal-dialog-max-height: 50rem;
}
.checkout {
  position: relative;
}
.checkout__warning-label img {
  margin: 1em auto;
}
.checkout__group {
  display: flex;
  flex-wrap: wrap;
  align-items: var(--group-align-items, stretch);
  justify-content: var(--group-justify-content, space-around);
  overflow: hidden;
  margin: -1rem;
}
.checkout__group > * {
  flex: 0 1 auto;
}
.checkout__group > * {
  margin: 1rem;
}
.checkout__take-all {
  flex-basis: 100%;
}
@media all and (max-width: 40rem) {
  .checkout__take-all {
    margin-left: 1px;
    margin-right: 1px;
  }
}
.checkout__take-some {
  flex-grow: 1;
  flex-basis: 23rem;
}
.checkout__copy > * + * {
  margin-top: 2rem;
}
.checkout__action {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.checkout__action > * {
  margin: 0.5em 0;
}
.checkout__paypal {
  flex: 1 1 auto;
}
.checkout__action-text {
  text-align: center;
}
.checkout__ssl > img {
  margin: auto;
}

.fieldset__group {
  display: flex;
  flex-wrap: wrap;
  align-items: var(--group-align-items, stretch);
  justify-content: var(--group-justify-content, space-around);
  overflow: hidden;
  margin: -0.5rem;
}
.fieldset__group > * {
  flex: 0 1 auto;
}
.fieldset__group > * {
  margin: 0.5rem;
}
.fieldset__group > * {
  flex: 1 1 8em;
}
.fieldset__group > .fieldset__group {
  margin: 0;
}
.fieldset__step1-group {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  gap: 3em;
  flex-wrap: wrap;
}
.fieldset__take-all {
  flex-basis: 100%;
}
.fieldset__copy {
  margin-top: 1em;
  font-family: proxima-nova, Helvetica, sans-serif;
}
.fieldset__copy p {
  font-size: 1.25rem;
  margin-bottom: 0.5e;
}
.fieldset__copy b {
  font-weight: 600;
  color: var(--color-first);
  display: block;
}
.fieldset__title {
  padding: 0.5em;
  background: black;
  color: #fff;
  font-size: 1.25em;
}
.fieldset__title::selection,
.fieldset__title ::selection {
  background: #fff;
  color: black;
}
.fieldset__title a:focus,
.fieldset__title button:focus,
.fieldset__title [tabindex="0"]:focus {
  outline-color: #fff;
}
.fieldset__content > * + * {
  margin-top: 1rem;
}
@media all and (max-width: 40rem) {
  .fieldset__image {
    max-width: 15em;
  }
}

.fieldset--frame {
  outline: 1px solid;
  padding: 0.5rem;
}
.fieldset--frame .fieldset__container {
  padding: 0.5rem;
}
.fieldset--frame .fieldset__title {
  margin: -0.5rem -0.5rem 0.5rem;
}

.offer-selection-group {
  --group-gap: 3.5rem 2rem;
  --group-justify-content: space-evenly;
  padding-block: 1.5rem;
}

.offer-selection-group--cart {
  --group-gap: 1rem;
  --group-justify-content: center;
  --offer-selection-title-font-size: 1.25rem;
  --offer-selection-title-color: currentColor;
  --button-font-size: 1em;
  --button-padding: 0.75rem;
  --button-container-display: flex;
  align-items: stretch;
  padding: 1.5rem;
  background: #63d0ed;
  color: #004570;
}
.offer-selection-group--cart::selection,
.offer-selection-group--cart ::selection {
  background: #004570;
  color: #63d0ed;
}
.offer-selection-group--cart a:focus,
.offer-selection-group--cart button:focus,
.offer-selection-group--cart [tabindex="0"]:focus {
  outline-color: #004570;
}
.offer-selection-group--cart .offer-selection-group__header {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  font-size: 1.5625em;
  font-family: proxima-nova, Helvetica, sans-serif;
  text-align: center;
  order: -1;
}
.offer-selection-group--cart .offer-selection-group__item {
  flex-basis: clamp(9em, 10vw, 10em);
  display: flex;
  align-items: stretch;
  position: relative;
  order: 1;
}
.offer-selection-group--cart .offer-selection-group__item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: url(/images/Site1/logo.png) no-repeat center center white;
  background-size: 9em;
}
.offer-selection-group--cart .offer-selection-group__item--selected {
  order: 0;
}
.offer-selection-group--cart .offer-selection-group__item--selected::after {
  display: none;
}

.offer-selection {
  text-align: center;
  --group-gap: 1rem;
  align-items: center;
  flex-direction: column;
  background: white;
  padding: 0.5rem;
}
.offer-selection__title {
  font-size: var(--offer-selection-title-font-size, 1.875em);
  font-family: proxima-nova, Helvetica, sans-serif;
  text-transform: uppercase;
  color: var(--offer-selection-title-color, #544197);
}
.offer-selection__picture {
  margin-top: var(--offer-selection-picture-margin-top, auto);
}
.offer-selection__price {
  font-weight: 500;
  font-size: 1.125em;
}
.offer-selection__button {
  width: 100%;
}

@media all and (max-width: 60rem) {
  .dtm__in--mv .order__form, .dtm__in--mv .order__offer-image {
    flex-basis: 100%;
  }
  .dtm__in--mv .order__offer-image {
    display: none;
  }
}
@media all and (max-width: calc(65.3125rem + (-0.1rem * 2))) {
  .dtm__in--mv .order__header {
    max-width: 69ch;
    margin-inline: auto;
  }
}
@media all and (max-width: 40rem) {
  .dtm__in--mv .order__header {
    font-size: 2.6vw;
  }
  .dtm__in--mv .order__form {
    margin-left: 0;
    margin-right: 0;
  }
}

.dtm__in .express-checkout__checkout-option {
  flex-basis: 100%;
  overflow: visible;
  margin: 0 1em;
  padding: 1em 0;
  border: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
.dtm__in .express-checkout__checkout-option + .express-checkout__checkout-option {
  border-top: 0.1rem solid rgba(0, 0, 0, 0.25);
}
.dtm__in .express-checkout__checkout-option label {
  flex-grow: 1;
}
.dtm__in .express-checkout__checkout-option label span.checkout-option__component {
  padding-left: 10px;
}
.dtm__in .express-checkout__checkout-option label {
  display: flex;
}
.dtm__in .express-checkout__checkout-option input[type=checkbox],
.dtm__in .express-checkout__checkout-option input[type=radio] {
  opacity: 0;
  position: absolute;
  padding: 0;
}
.dtm__in .express-checkout__checkout-option input[type=checkbox] ~ .express-checkout__radio, .dtm__in .express-checkout__checkout-option input[type=checkbox] ~ .express-checkout__label > .express-checkout__radio,
.dtm__in .express-checkout__checkout-option input[type=radio] ~ .express-checkout__radio,
.dtm__in .express-checkout__checkout-option input[type=radio] ~ .express-checkout__label > .express-checkout__radio {
  margin-right: 1rem;
}
.dtm__in .express-checkout__checkout-option input[type=checkbox]:checked ~ .express-checkout__radio, .dtm__in .express-checkout__checkout-option input[type=checkbox]:checked ~ .express-checkout__label > .express-checkout__radio,
.dtm__in .express-checkout__checkout-option input[type=radio]:checked ~ .express-checkout__radio,
.dtm__in .express-checkout__checkout-option input[type=radio]:checked ~ .express-checkout__label > .express-checkout__radio {
  background-image: url("data:image/svg+xml;charset=utf8,    %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E        %3Cpath fill='none' stroke-width='3px' stroke='white' d='M1.73,12.91 8.1,19.28 22.79,4.59'%3E%3C/path%3E    %3C/svg%3E");
  background-size: 0.9em 0.9em;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #7ac142;
}
.dtm__in .express-checkout__checkout-option input[type=checkbox]:focus ~ .express-checkout__radio, .dtm__in .express-checkout__checkout-option input[type=checkbox]:focus ~ .express-checkout__label > .express-checkout__radio,
.dtm__in .express-checkout__checkout-option input[type=radio]:focus ~ .express-checkout__radio,
.dtm__in .express-checkout__checkout-option input[type=radio]:focus ~ .express-checkout__label > .express-checkout__radio {
  outline: 3px solid;
}
.dtm__in .express-checkout__checkout-option input[type=checkbox]:disabled ~ .express-checkout__label,
.dtm__in .express-checkout__checkout-option input[type=radio]:disabled ~ .express-checkout__label {
  opacity: 0.5;
}
.dtm__in .express-checkout__checkout-option img {
  flex: 0 0 10rem;
  max-width: 10rem;
  min-width: 0;
  min-height: 4rem;
  border: 0.1rem solid #ccc;
  margin: 0.5em;
}
.dtm__in .express-checkout__checkout-option [for=otCARD] img {
  flex: 0 0 3rem;
  max-width: 3rem;
  min-height: 2rem;
}
.dtm__in .express-checkout__label {
  flex: 1;
  align-items: center;
  margin: -0.5em;
}
.dtm__in .express-checkout__radio {
  display: block;
  -webkit-appearance: none;
  border: 1px solid currentColor;
  border-radius: 0.5rem;
  background: white;
  font-family: inherit;
  font-size: inherit;
  width: 2em;
  height: 2em;
  flex: 0 0 2em;
  padding: 0;
  box-sizing: content-box;
  position: relative;
}
.dtm__in .express-checkout__element:not([data-element-controller-name]) {
  display: none;
}
.dtm__in .express-checkout__radio {
  border-radius: 100%;
  border-color: green;
  border-width: 0.2em;
  background-color: #eef0ed;
  font-size: 0.7rem;
}
.dtm__in .express-checkout__checkout-option input[type=checkbox]:checked ~ .express-checkout__radio, .dtm__in .express-checkout__checkout-option input[type=checkbox]:checked ~ .express-checkout__label > .express-checkout__radio,
.dtm__in .express-checkout__checkout-option input[type=radio]:checked ~ .express-checkout__radio,
.dtm__in .express-checkout__checkout-option input[type=radio]:checked ~ .express-checkout__label > .express-checkout__radio {
  background-size: 1.25em;
}

.dtm__in .c-brand--upsell,
.dtm__in .c-brand--upsell [class*=c-brand] {
  font-family: inherit;
}
.dtm__in .c-brand--upsell h2 {
  font-weight: bold;
}
.dtm__in .c-brand--upsell .c-brand__txt > * + * {
  margin-top: 1rem;
}

.fieldset--upsell-comboboxes {
  max-width: 40em;
  margin-inline: auto;
  text-align: center;
}
.fieldset--upsell-comboboxes .fieldset__header {
  font: bold 1.5rem/1 proxima-nova, Helvetica, sans-serif;
}
.fieldset--upsell-comboboxes .fieldset__header s {
  font-weight: normal;
  color: #666;
}
.fieldset--upsell-comboboxes .fieldset__group {
  gap: 3rem 1rem;
}
.fieldset--upsell-comboboxes .fieldset__take-some {
  flex-basis: clamp(9em, 10vw, 10em);
}

.product-picture-combobox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-picture-combobox__combobox {
  margin-top: 1rem;
  min-width: 12rem;
}
.product-picture-combobox__combobox label {
  display: block;
  margin-bottom: 0.5rem;
}
.product-picture-combobox__picture {
  max-width: 11.25em;
}

.upsell-form button[type=button]:focus, .upsell-form button[type=button]:hover {
  text-decoration: underline;
}
.upsell-form__group {
  display: flex;
  flex-wrap: wrap;
  align-items: var(--group-align-items, stretch);
  justify-content: var(--group-justify-content, space-around);
  overflow: hidden;
  margin: -1rem;
  overflow: visible;
}
.upsell-form__group > * {
  flex: 0 1 auto;
}
.upsell-form__group > * {
  margin: 1rem;
}
.upsell-form__fieldset {
  flex-basis: 40em;
}
.upsell-form__fieldset > * + * {
  margin-top: 2rem;
  padding-top: 2rem;
}
.upsell-form__text {
  flex-grow: 1;
  flex-basis: 27em;
}
.upsell-form__text > * + * {
  margin-top: 1rem;
}
.upsell-form__text ul {
  margin-left: 1.5rem;
  list-style: none;
}
.upsell-form__text ul > * {
  break-inside: avoid;
  padding: 0;
}
@supports (display: flex) {
  .upsell-form__text ul > * {
    display: flex;
  }
}
.upsell-form__text ul > *:not(:last-child) {
  margin-bottom: 1rem;
}
.upsell-form__text ul > *::before {
  display: inline-block;
  content: "•";
  margin-left: var(--list-background-margin, -1em);
  width: var(--list-background-width, var(--list-background-size, 1em));
  height: var(--list-background-height, var(--list-background-size, 1em));
  flex: 0 0 var(--list-background-flex-basis, var(--list-background-size, 1em));
}
.upsell-form__title {
  font: bold 2.5rem/1 proxima-nova, Helvetica, sans-serif;
}
.upsell-form__title-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.upsell-form__title-group img {
  flex: 0 1 12em;
  margin: -0.5em 0 0 1em;
}
@media all and (max-width: 40rem) {
  .upsell-form__title {
    font-size: 8vw;
  }
}
.upsell-form__footer {
  flex-basis: 100%;
}
.upsell-form__action-image {
  max-width: 23em;
  border: 2px solid #821e03;
  margin: 0 auto 1rem;
}
.upsell-form__action-image--mobile {
  display: none;
}
@media all and (max-width: 75rem) {
  .upsell-form [data-upsell-form-view=desktop] {
    display: none;
  }
  .upsell-form__fieldset {
    flex-basis: 100%;
  }
}
@media all and (min-width: 75rem) {
  .upsell-form [data-upsell-form-view=mobile] {
    display: none;
  }
  .upsell-form__fieldset {
    order: -1;
  }
}
@media all and (max-width: 500px) {
  .upsell-form__action-image {
    display: none;
  }
  .upsell-form__action-image--mobile {
    margin-bottom: 2rem;
    display: block;
  }
}

.upsell-form--actions .upsell-form__group {
  margin: -0.5rem;
}
.upsell-form--actions .upsell-form__group > * {
  margin: 0.5rem;
}
.upsell-form--actions .upsell-form__group > * {
  flex: 1 1 10em;
}
.upsell-form--actions .upsell-form__group > [role=alert] {
  flex-basis: 100%;
}
.upsell-form--actions .upsell-form__group > [role=alert] > * {
  margin: 0;
}

.\@b .header {
  position: static;
}
.\@b .header .button {
  display: none;
}

@media (max-width: 75rem) {
  .\@b .header--has-nav .header__in .header__logo {
    display: block;
    margin: auto;
  }
}
#footerContentWrap {
  text-align: center;
  margin: 1em auto;
}

/*# sourceMappingURL=style.css.map */
